/*banner部分*/
html{
    background: #f0f0f0;
}
.main-picture {
    width: 100%;
    min-height: 700px;
    background: url("../../images/frontend/register_new2.png") no-repeat center;
}

.main-picture .main-picture-1 {
    position: relative;
    width: 1080px;
    margin: auto;
    height: 100%;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .main-picture .main-picture-1 {
        position: relative;
        width: 980px;
        margin: auto;
        height: 100%;
    }
}

.main-picture .main-picture-2 {
    position: absolute;
    top: 160px;
    width: 624px;
    height: 300px;
}

.main-picture .main-picture-2 p {
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    color: #666;
}

.main-picture .main-picture-3 {
    width: 450px;
    height: 584px;
    background: #fff;
    float: right;
    margin-top: 59px;
}

.main-picture .main-picture-3 .line {
    position: relative;
    width: 390px;
    margin: 0 auto 20px;
    color: #666666;
    height: 42px;
    line-height: 40px;
}

.main-picture .main-picture-3 .line-tit {
    margin: 15px auto;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}

.main-picture .main-picture-3 .line .input-tit {
    display: inline-block;
    width: 103px;
    height: 100%;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 16px;
}

.main-picture .main-picture-3 .line input {
    width: 280px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 14px;
}

.main-picture .main-picture-3 .line .input-error {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 12px;
    color: red;
}

.main-picture .main-picture-3 .line #smsCode {
    width: 150px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
    color: #999;
}

.main-picture .line .djs {
    width: 120px;
    line-height: 35px;
    float: right;
    font-size: 12px;
    background: #c8c8c8;
    border-radius: 4px;
    text-align: center;
    margin-left: 7px;
    display: none;
}

.main-picture .line .send-sms {
    background-color: #ffbf37;
    color: #ffffff;
    font-size: 14px;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.main-picture .line #embed-captcha {
    float: right;
}

.main-picture .line #waiting {
    float: right;
    width: 280px;
    text-align: left;
}

.main-picture .remember-box {
    padding-left: 30px;
    color: #999999;
    font-size: 14px;
    height: 42px;
}

.main-picture .remember-box p {
    float: right;
    padding-right: 24px;
    text-decoration: none;
    color: #999999;
    font-size: 14px;
}

.main-picture .remember-box a {
    text-decoration: none;
    color: #ffbf37;
}

.main-picture .login-button-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.main-picture .login-button-box button {
    background-color: #ffbf37;
    color: #ffffff;
    font-size: 18px;
    width: 386px;
    height: 38px;
    margin-left: 34px;
    border: 1px solid #ffbf37;
    border-radius: 4px;
    cursor: pointer;
}

.button-box-1:hover {
    opacity: 0.8;
}

.main-picture .logon-box p {
    margin: 24px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.main-picture .logon-box a {
    color: #ffbf37;
    text-decoration: none;
}

/* 引导关注公众号样式 */
.guide1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    width: 100%;
    height: 100%;
    background: rgba(113, 113, 113, 0.4);
}

.guide1_main {
    width: 500px;
    height: 350px;
    padding: 32px 24px;
    position: relative;
    margin: 6% auto 0;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.guide1_main_x {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 24px;
    background: url("../../images/first_page/Bitmap.png") no-repeat center;
}

.guide1_p1 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.guide1_p2 {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    margin: 12px 0 16px 0;
}

.guide1_img {
    width: 200px;
    height: 200px;
    margin: auto;
}

.guide1_img1 {
    width: 100%;
    height: 100%;
    background: url("../../images/first_page/z1.png") no-repeat center;
    background-size: 200px 200px;
}

.guide1_img2 {
    display: none;
    width: 100%;
    height: 100%;
    background: url("../../images/first_page/z2.png") no-repeat center;
    background-size: 200px 200px;
}

.guide1_img3 {
    display: none;
    width: 100%;
    height: 100%;
    background: url("../../images/first_page/z3.png") no-repeat center;
    background-size: 200px 200px;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 360px){
    .fengjr-footer {
        display: none;
    }
}
/* 引导关注公众号样式 end */