html,
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    margin: 0;
    padding: 0;
}

body {
    font: normal 14px "Microsoft YaHei";
}

.clearfix {
    display: block;
    zoom: 1;
}

a:link {
    text-decoration: none;
}

.verify-code-wrap {
    /* display: none; */
    height: 44px;
    margin-top: 34px;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.tabs {
    /* margin-top: 0.9em;
    margin-left: 1.5em; */
    /* display: flex; */
    margin-top: 48px;
    /* margin-left: 50px; */
    font-size: 16px;
    color: #fff;
    /* justify-content: space-around; */
    width: 144px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #202D40;
    line-height: 33px;

}

/* .tabs > div{
    transition: all ease 0.3s;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-bottom:3px solid transparent;
    cursor: pointer;
} */
/* .tabs > div:hover{
    border-bottom-color:#FFF;
}
.tabs > .active{
    border-bottom-color:#3f94ef;
} */
body {

    width: 100%;
    height: 100vh;
    color: #666;
    margin: 0;
}

#main {
    background: url(../images/bg.png) no-repeat;
    /* background-size: cover; */
    background-size: 100% 100%;
    /* position: fixed; */
    /* width: 350px; */
    width: 100%;
    height: calc(100vh - 73.5px);
    overflow: hidden;
    /* top: 73.5px; */
    /* right: 0; */
    /* text-align: center; */
    /* background-color: #e4393c; */
}

.header {
    width: 100%;
    height: 73.5px;
    background-color: #FFFFFF;
}

.header-img {
    width: 57px;
    height: 57px;
    position: absolute;
    left: 48px;
    top: 7px;
}

.header-p {
    width: 147px;
    height: 28px;
    font-size: 20px;
    font-family: REEJI-Top-BoldGBV1.0-Regular, REEJI-Top-BoldGBV10;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    position: absolute;
    top: 28px;
    left: 121px;
}

.login-wrap {
    position: relative;
    float: right;
    float: left;
    width: 400px;
    height: 100%;
    z-index: 1000;
    background-color: #ec0e12;
}

.shadow {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    opacity: 0.6;
    z-index: -100;
    /* background-color: #1c59a4; */
}

/* .logo-wrap {
    margin: 27% auto;
} */
.logo-wrap-isvp,
.logo-wrap-face {
    margin: 25% auto;

}

#fm_face,
#fm_recorder {
    margin-top: -40px;
}


.user-input-wrap {
    margin-top: 104px;
    margin-left: 56.77%;
    position: relative;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    /* width: 320px;
    height: 360px;
    z-index: 1000;
    background-color: #555; */
    width: 438px;
    height: 430px;
    /* width: 320px;
    height: 343px; */
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 10px 14px 0px #D4E2F5;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.43);
}

/* .user-login-title {
    line-height: 30px;
    margin: 10px auto 10px auto;
} */

/* .user-login-title span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    margin: 0 8px;
    color: #fff;
} */

.errors {
    /*margin-left: 30px;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*background-color: #FFEBEB;*/
    /*width: 248px;*/
    /*height: 35px;*/
    color: #E4393C;
    /*line-height: 35px;*/
    /*text-align: center;*/
    /*border-radius: 5px;*/
    /*border: 1px solid gray;*/
}

.user-input-wrap input {
    padding-left: 5px;
    /* float: left; */
    /* border: none; */
    border: 1px solid #D7E1F1;
    background: #fff;
    width: 100%;
    height: 42px;
    /* height: 35px;
    line-height: 35px; */
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
}

.input-wrap {
    margin: 17px auto;
    display: flex;
    /* justify-content: space-around;
    background-size: 15px 15px; */
    /* width: 246px;
    height: 35px; */
    border-radius: 5px;
    /* padding-left: 32px; */
    border: 1px solid #fff;
    top: 20px;
    width: 338px;
    height: 44px;
    /* left: 52px; */
    /* position: relative; */
}

/* .usernamel{
    
        position: relative;
        margin-bottom: 10px;
        min-height: 20px;
} */
.information input {
    border: 1px solid #D7E1F1;
    width: 338px;
    height: 44px;
    border-radius: 4px;
    line-height: 40px;
    /* margin: 10px 0 0 0; */
    padding-left: 5px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.imgd {
    position: absolute;
    left: 16px;
    top: 11px;
    width: 22px;
    height: 22px
}

.loginForm :focus {
    box-shadow: 0px 0px 8px 0px rgba(18, 100, 239, 0.5);
    border-radius: 4px;
    border: 1px solid #0056FF;
}

.btn-group {
    display: flex;
    padding: 0 16px;
}

.btn-group button {
    width: 40%
}

.btn-group .cancel {
    background: #E4E4E4;
    color: #666;
}

.input-validate-wrap {
    margin: 0 auto 18px;
    background-size: 15px 15px;
    width: 116px;
    height: 35px;
    border-radius: 5px;
    border: none;
}

/* .username {
    background: url(../images/logo-user.png) no-repeat 10px center;
    background-color: #ffffff;
} */

/* .password {
    background: url(../images/logo-password.png) no-repeat 10px center;
    background-color: #ffffff;
} */

#verifyCodeWrap {
    margin: 10px auto;
    width: 100%;
    height: 35px;
    width: 330px;
    margin-top: 0px;
    /* background-color: #555; */
}

.verify-code {
    margin-top: -20px;
    background: url(../images/logo-verify-code.png) no-repeat 10px center;
    background-color: #ffffff;
    width: 215px;
    height: 42px;
    float: left;
    /* left:-38px; */
}

.img-verify-code {
    height: 42px;
    width: 110px;
    text-align: center;
    margin-left: 8px;
    float: left;
    vertical-align: middle;
    display: table-cell;
}

.img-verify-code a {
    width: 110px;
    height: 42px;
}

.img-verify-code span {
    float: left;
    display: block;
    width: 110px;
    height: 42px;
}

.img-verify-code img {
    width: 110px;
    height: 42px;
    border-radius: 5px;
    border: none;
    position: absolute;
    right: 50px;
}

.btn-login {
    background-color: #3f94ef;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    height: 42px;
    width: 338px;
    font-size: 14px;
    /* margin: 0px auto; */
    display: flex;
    justify-content: space-around;
    /* left: 50px; */
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.send-btn{
    background-color: #fff;
    color: #3f94ef;
    border: 1px solid #3f94ef;
    top: 0;
    margin-top: 0;
}
.btn-loginTwo {
    background-color: #3f94ef;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    height: 44px;
    width: 338px;
    font-size: 14px;
    /* margin: 0px auto; */
    display: flex;
    justify-content: space-around;
    left: 50px;
    font-size: 16px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
margin-top: -10px;
}

.register-login {
    margin: 0 auto;
    text-align: right;
    width: 248px;
    height: 25px;
    color: #3f94ef;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 25px;
}

.register-login div {
    float: right;
}

.register-link {
    color: #3f94ef;
    cursor: pointer;
}

.login-link {
    color: #ffffff;
    cursor: pointer;
}

/* footer {
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    letter-spacing: 1px;
}

footer span {
    display: inline-block;
    font-size: 12px;
    color: #9bbee6;
    font-family: "Microsoft YaHei";
    line-height: 20px;
} */

.validatorCode-btn {
    width: 79%;
    float: left;
    height: 100%;
    /* margin-left: 16px; */
    background-color: white;
    border-radius: 5px;
    border: 0px;
}

.hide {
    display: none;
}

.title-btn {
    width: 40%;
    height: 30px;
    background-color: transparent;
    border: 0px;
    color: white;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.title-btn-click {
    color: #e4393c;
    border-bottom: 1px solid;
}

.recorder-div,
.video-div {
    width: 250px;
    height: 200px;
    border: 2px solid #167fd2;
    margin-left: 30px;
    border-radius: 15px;
}

.check-number {
    font-size: 25px;
    line-height: 50px;
}

.recorder-tip {
    font-size: 15px;
    color: #ccc;
    line-height: 30px;
}

.recorder-button {
    width: 100%;
    height: 70px;
    margin-top: 15px;

}

.start-recorder,
.end-recorder {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 40px;
    cursor: pointer;
}

.start-recorder {
    background: #f9f8f8 url(../images/recorder.png) no-repeat center center;
}

.end-recorder {
    background: #eadb51 url(../images/recorder-active.png) no-repeat center center;
}

#video,
#canvas {
    border-radius: 15px;
}

.btn-common {
    line-height: 33px;
    padding: 0 27px;
    border-radius: 5px;
    border-width: 0;
    background-color: #3f94ef;
    color: #fff;
    cursor: pointer;
}

#msg,
#msgTip {
    margin-top: 15px;
}

.hide {
    display: none;
}

.input-wrap {
    position: relative;
}

.input-wrap .clear-input {
    position: absolute;
    right: 6px;
    top: 4px;
    cursor: pointer;
    padding: 9px;
    font-size: 14px;
    color: #ccc;
    display: none;
}

.input-wrap:hover .clear-input {
    display: block;
}

.input-wrap .clear-input:hover {
    color: #e53935;
}

/*滚动*/

.infinite-list-container {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.infinite-list-phantom {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

.infinite-list {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.infinite-list-item {
    padding: 5px;
    color: #555;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    /* height:200px; */
}

.closeeyes {
    width: 18px;
    position: absolute;
    top: 17px;
    right: 29px;
    cursor: pointer;
}

.openeyes {
    width: 18px;
    position: absolute;
    top: 20px;
    right: 27px;
    cursor: pointer;
}

/* #eye a:visited{
    display: block;
} */
.input-wrap .eyes:hover {
    color: #e53935;
}
.overtime{
    position: absolute;
    margin-top: -168px;
    margin-left: 148px;
}

/* 找回密码 */
.login-warp{
    width: 338px;
    margin: 0 auto;
}
.find{
    float: right;
    display: inline-block;
    margin-top: 12px;
    color: #0056FF;
    cursor: pointer;
}
/* 6位验证码 */
.g-remove-check-code {
    width: 100%;
    padding: 4px 0 8px 0;
}

.g-remove-check-code .g-remove-check-code_title {
    font-size: 14px;
    color: #666;
}

.g-remove-check-code .g-remove-check-code_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 338px;
    padding: 18px 0 18px 0;
    margin: 0 auto;
}

.g-remove-check-code .g-remove-check-code_content input {
    width: 40px;
    height: 40px;
    font-size: 26px;
    text-align: center;
    border: none;
    outline: none;
    border: solid 1px rgba(187, 187, 187, 100);
    border-radius: 4px;
    -moz-appearance: textfield;
}

.g-remove-check-code .g-remove-check-code_content input.g-code-input_color {
    border-color: #5290FF;
}

.g-remove-check-code .g-remove-check-code_content input::-webkit-outer-spin-button,
.g-remove-check-code .g-remove-check-code_content input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.g-remove-check-code .g-remove-check-code_tip {
    font-size: 14px;
    color: #999;
    text-align: left;
}