.main {
    background: url(../images/bg1.png) no-repeat;
    width: 100%;
    height: 1022px;
    position: relative;
}

.zhuce_box {
    width: 632px;
    /*height: 715px;*/
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    padding: 70px 58px 67px 50px;
    box-sizing: border-box;
    border-radius: 5px;
}

.box1 {
    width: 505px;
    margin: auto;
    border-bottom: 1px solid #707070;
}

.box1 a {
    padding-left: 11%;
    box-sizing: border-box;
    display: inline-block;
    color: #999999;
    padding-bottom: 9.5px;
    font-size: 22px;
}

/*.box1 a:nth-child(2) {
    text-align: center;
    width: 117px;
    transform: translateY(1px);
    padding-left: 0;
    margin-left: 19%;
    color: #74BB32;
    border-bottom: 3px solid #74BB32;
}*/

form {
    margin-top: 49px;
}

form .inp {
    border: none;
    margin-left: 4px;
    margin-bottom: 28px;
    position: relative;
}

form .inp img {
    width: auto;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

form input {
    padding-left: 136px;
    box-sizing: border-box;
    width: 516px;
    height: 60px;
    border: none;
    border-radius: 5px;
    background-color: #F4F4F4;
}

form input::placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

form .inp:nth-child(3) input {
    width: 315px;
}

form .inp:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.tuxinma {
    width: 150px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 0;
}

form .inp:nth-child(4) input {
    width: 339px;
}

.yanzengma {
    position: absolute;
    right: 0;
    top: 0;
    width: 159px;
    height: 60px;
    border-radius: 5px;
    background-color: #F4F4F4;
    text-align: center;
    line-height: 60px;
}

.yanzengma a {
    color: #74BB32;
}

.tijiao {
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 43px;
    text-align: center;
    border: none;
    height: 60px;
    color: white;
    background-image: linear-gradient(to bottom, #74BB32, #28AB35);
}

.xieyi {
    text-align: center;
    color: #999999;
    font-size: 14px;
}

.xieyi a {
    color: #B43430;
}