html,body{
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    font-size: 14px;
    position: relative;
    font-family: "微软雅黑";
    position:relative;
    min-height:100%;
}
form,h1,p{
    margin:0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #95a9c1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #95a9c1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #95a9c1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #95a9c1;
}
.container{
    width:100%;
    height:100%;
    display: flex;
}
.container_left{
    /* width:900px; */
    width:46.88%;
    display: flex;
    flex-flow: column;
}
.left_form{
    min-width: 348px;
    height:100%;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    display: flex;
}
.left_form .title{
    width:348px;
    margin-bottom: 13px;
}
.left_form .title img{
    width:22px;
    height:30px;
    margin-right: 10px;
    margin-bottom: -6px;
}
.left_form .title span{
    font-size: 24px;
    color:#4c5f7b;
}
.left_form .phone input{
    display: block;
    width:348px;
    height:50px;
    border:1px solid #e0e6ed;
    text-indent: 2em;
    margin:13px 0; 
    font-size: 16px;
}
.left_form .phone_input input{
    display: block;
    width:348px;
    height:50px;
    border:1px solid #e84543;
    text-indent: 2em;
    margin:13px 0; 
    font-size: 16px;
}
.left_form .pass input{
    display: block;
    width:348px;
    height:50px;
    border:1px solid #e0e6ed;
    text-indent: 2em;
    margin:13px 0; 
    font-size: 16px;
}

/* 验证码 */
.left_form .verification input{
    display: inline-block;
    width:138px;
    height:50px;
    border:1px solid #e0e6ed;
    text-indent: 2em;
    margin:13px 10px 13px 0; 
    font-size: 16px;
}
.left_form .cap_input input{
    display: inline-block;
    width:138px;
    height:50px;
    border:1px solid #e84543;
    text-indent: 2em;
    margin:13px 10px 13px 0; 
    font-size: 16px;
}

.left_form .verification .cap_img{
    display: inline-block;
    width:200px;
    height: 50px;
    cursor: pointer;
}
.left_form .verification .cap_img img{
    width:100%;
    height: 100%;
    vertical-align: middle;
}

.left_form .pass_input input{
    display: block;
    width:348px;
    height:50px;
    border:1px solid #e84543;
    text-indent: 2em;
    margin:13px 0; 
    font-size: 16px;
}
.left_form .pass_back_error{
    color:#e84543;
    font-size: 12px;
    display: none;
    width:300px;
}
.left_form .phone .error{
    color:#e84543;
    font-size: 12px;
    display: none;
}
.left_form .phone_input .error{
    color:#e84543;
    font-size: 12px;
}
.left_form .phone_input .error i{
    background: url(../image/error.png) no-repeat 100%;
    width:13px;
    height:13px;
    display:inline-block;
    margin-right: 8px;
    margin-bottom: -1px;
}
.left_form .pass .password_error,
.left_form .verification .cap_error{
    color:#e84543;
    font-size: 12px;
    display: none;
}
.left_form .pass_input .password_error,
.left_form .gap_input .cap_error
{
    color:#e84543;
    font-size: 12px;
}
.left_form .pass_input .password_error i{
    background: url(../image/error.png) no-repeat 100%;
    width:13px;
    height:13px;
    display:inline-block;
    margin-right: 8px;
    margin-bottom: -1px;
}
.left_form .cap_input .cap_error i{
    background: url(../image/error.png) no-repeat 100%;
    width:13px;
    height:13px;
    display:inline-block;
    margin-right: 8px;
    margin-bottom: -1px;
}


.left_form .pass .message span{
    color:#505f79;
}
.left_form .submit .btn{
    font-size: 16px;
    color: #fff;
    width:348px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background: #3386ff;
    margin:26px 0;
    cursor: pointer;
}
.left_form .submit .btn:hover{
    background: #2376ee;
}
.left_form .forget{
    font-size: 16px;
}
.left_form .forget p{
    color:#95a9c1;
}
.left_form .forget p a{
    color:#3386ff;
    cursor: pointer;
}
.left_form .forget p a:hover{
    text-decoration: underline;
}

.left_form_search{
    min-width: 348px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.left_form_search .title{
    width:348px;
    margin-bottom: 13px;
}
.left_form_search .title img{
    width:22px;
    height:30px;
    margin-right: 10px;
    margin-bottom: -6px;
}
.left_form_search .title span{
    font-size: 24px;
    color:#5d6e86;
}
.left_form_search .phoneORjob input{
    display: block;
    width:348px;
    height:50px;
    border:1px solid #e0e6ed;
    text-indent: 2em;
    margin:13px 0; 
    font-size: 16px;
}
.left_form_search .phoneORjob_input input{
    display: block;
    width:348px;
    height:50px;
    border:1px solid #e84543;
    text-indent: 2em;
    margin:13px 0; 
    font-size: 16px;
}
.left_form_search .pass_code input{
    display: block;
    width:348px;
    height:50px;
    border:1px solid #e0e6ed;
    text-indent: 2em;
    margin:13px 0; 
    font-size: 16px;
}
.left_form_search .pass_code_input input{
    display: block;
    width:348px;
    height:50px;
    border:1px solid #e84543;
    text-indent: 2em;
    margin:13px 0; 
    font-size: 16px;
}
.left_form_search .pass_code p{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.left_form_search .pass_code_input p{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.left_form_search .pass_code input{
    width:222px;
    border-right: 0px;
}
.left_form_search .pass_code_input input{
    width:222px;
    border-right: 0px;
}
.left_form_search .pass_code .code{
    width:135px;
    height:54px;
    line-height: 54px;
    margin: 13px 0;
    border:1px solid #e0e6ed;
    border-left: 0px;
    color:#788397;
    background: none;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.left_form_search .pass_code_input .code{
    width:135px;
    height:50px;
    line-height: 50px;
    margin: 13px 0;
    border:1px solid #e84543;
    border-left: 0px;
    color:#788397;
    background: none;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.left_form_search .pass_code .message{
    color:#95a9c1;
    font-size: 14px;
    display: none;
}
.left_form_search .pass_code_input .message{
    color:#95a9c1;
    font-size: 14px;
    display: none;
}
.left_form_search .pass_code .code_error{
    color:#e84543;
    font-size: 12px;
    display: none;
}
.left_form_search .pass_code_input .code_error{
    color:#e84543;
    font-size: 12px;
}
.left_form_search .pass_code_input .code_error i{
    background: url(../image/error.png) no-repeat 100%;
    width:13px;
    height:13px;
    display:inline-block;
    margin-right: 8px;
    margin-bottom: -1px;
}
.left_form_search .phoneORjob .phone_error{
    color:#e84543;
    font-size: 12px;
    display: none;
}
.left_form_search .phoneORjob_input .phone_error{
    color:#e84543;
    font-size: 12px;
}
.left_form_search .phoneORjob_input .phone_error i{
    background: url(../image/error.png) no-repeat 100%;
    width:13px;
    height:13px;
    display:inline-block;
    margin-right: 8px;
    margin-bottom: -1px;
}
.left_form_search .res_back_errot{
    color:#e84543;
    font-size: 12px;
    display: none;
    width:300px;
}
.left_form_search .pass .message{
    color:#aabacd;
    font-size: 12px;
    display: none;
}
.left_form_search .pass .message span{
    color:#95a9c1;
}
.left_form_search .submit .code_btn{
    font-size: 16px;
    color: #fff;
    width:348px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background: #3386ff;
    margin:26px 0;
    cursor: pointer;
}
.left_form_search .submit .code_btn:hover{
    background: #2376ee;
}
.left_form_search .forget{
    font-size: 16px;
}
.left_form_search .forget p{
    color:#95a9c1;
}
.left_form_search .forget p span{
    color:#5d6e86;
    margin:0 15px;
}
.left_form_search .forget p a{
    color:#3386ff;
    cursor: pointer;
}
.left_form_search .forget p a:hover{
    text-decoration: underline;
}
.container_right{
    flex:1;
}

.right_box {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    flex-flow: column;
    /* margin-left: 163px; */
    background: url(../image/right_bg.png);
}
.right_box h1{
    padding-left: 16%;
    color:#fff;
    font-size: 40px;
    margin-bottom: 40px;
    white-space: normal;
}
.right_box p{
    padding-left: 16%;
    color: #fff;
    font-size: 28px;
}

.logo{
    position: absolute;
    top:42px;
    left:70px;
    /* display: none; */
    /* padding-top: 42px;
    padding-left: 70px; */
}


/* 判断ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .container_right{
        display: none;
    }
    .container_left{
        width:100%;
    }
}
@media screen and (min-width: 320px)and (max-width: 750px){
    .container_right{
        display: none;
    }
    .container_left{
        width:100%;
        height: 100%;
    }
    .logo{
        width:100%;
        text-align: center;
        margin: 8% 0px 8% 0px;
        position: static;
        top:0;
        left:0;
        /* left:0; */
        /* top:25px; */
    }
    .logo img{
        /* width:2.6rem; */
        width:110px;
    }
    .left_form{
        /* width:7.5rem; */
        width:100%;
        min-width:auto;
    }
    .left_form .title{
        /* width:6.9rem; */
        width:93%;
    }
    .left_form .title span{
        /* font-size: 0.48rem; */
        font-size: 24px;
    }
    .left_form .phone,.left_form .pass,.left_form .verification{
        width:93%;
    }
    .left_form .phone input,.left_form .pass input{
        /* width:6.9rem; */
        width:100%;
        text-indent: 1em;
        /* font-size: 0.32rem; */
        font-size: 16px;
        margin-left:0;
        margin-right: 0;
        padding: 0;
        -webkit-appearance:none;
    }
    .left_form .verification input{
        width: 32%;
    }
    .left_form .verification .cap_img{
        width: 60%;
    }
    .left_form .phone .error{
        /* font-size: 0.24rem; */
        font-size: 12px;
    }
    .left_form .pass .message{
        /* font-size: 0.28rem; */
        font-size: 14px;
    }
    .left_form .pass_input,.left_form .phone_input{
        width: 93%;
    }
    .left_form .pass_input input,.left_form .phone_input input{
        width: 100%;
    }
    .left_form .submit{
        width:93%;
    }
    .left_form .submit .btn{
        /* width:6.9rem; */
        width:100%;
        /* font-size: 0.32rem; */
        font-size: 16px;
    }
    .left_form .forget{
        /* font-size: 0.28rem; */
        font-size:14px;
    }
    .left_form_search{
        width:100%;
        min-width:auto;
    }
    .left_form_search .title{
        width:93%;
    }
    .left_form_search .title span{
        font-size: 24px;
    }
    .left_form_search .phone{
        width:93%;
    }
    .left_form_search input{
        width:100%;
        text-indent: 1em;
        font-size: 16px;
        margin-left:0;
        margin-right: 0;
        padding: 0;
        -webkit-appearance:none;
    }
    .left_form_search .pass_code{
        width:93%;
    }
    .left_form_search .pass_code p{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width:100%;
    }
    .left_form_search .phoneORjob{
        width:93%;
    }
    .left_form_search .phoneORjob input{
        width:100%;
        margin-left:0;
        margin-right: 0;
        padding: 0;
        -webkit-appearance:none;
        /* border-right: 0px; */
    }
    .left_form_search .pass_code input{
        width:59.5%;
        border-right: 0px;
        margin-left:0;
        margin-right: 0;
        padding: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-appearance:none;
    }
    .left_form_search .pass_code .code{
        width:40.5%;
        height:52px;
        line-height: 52px;
        margin: 13px 0;
        border:1px solid #e0e6ed;
        border-left: 0px;
        color:#788397;
        background: none;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        outline: none;
    }
    .left_form_search .pass_code .message{
        color:#95a9c1;
        font-size: 14px;
        display: none;
    }
    .left_form_search .phone .error{
        font-size: 12px;
    }
    .left_form_search .pass_code .message{
        font-size: 14px;
    }
    .left_form_search .submit{
        width:93%;
    }
    .left_form_search .submit .code_btn{
        width:100%;
        font-size: 16px;
    }
    .left_form_search .forget{
        font-size: 14px;
    }
    #sc{
        width:93%;
    }
}
.result{
    width:100%;
    height:100vh;
    display: none;
    justify-content: center;
    align-items: center;
}
.result_box{
    text-align: center;
}
.unfound{
    width: 100%;
    height: 100%;
    background-image: url(../image/unfound.png);
    background-position: center center;
    background-color: #f5f5f7;
    background-repeat: no-repeat;
}
.unfound > div{
    text-align: center;
    line-height: 40vw;
    color: rgba(0,0,0,0.5);
}