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;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
.tabs{
    width:250px;
    margin:0 auto;
    display: flex;
    font-size:16px;
    color:#fff;
    justify-content: space-around;
}
.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 {
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color:  #666;
}

#main {
    position: fixed;
    width: 350px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
}

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

.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: 10% 10%;
    position: relative;
    width: 310px;
    height: 300px;
    z-index: 1000;
}

.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;
    background: #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
}

.input-wrap {
    margin: 10px auto;
    background-size: 15px 15px;
    width: 216px;
    height: 35px;
    border-radius: 5px;
    padding-left: 32px;
    border: 1px solid #fff;
}
.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: 248px;
}

.verify-code {
    margin-top: 0;
    background: url(../images/logo-verify-code.png) no-repeat 10px center;
    background-color: #ffffff;
    width: 96px;
    float: left;
}

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

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

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

.img-verify-code img {
    width: 110px;
    height: 35px;
    border-radius: 5px;
    border: none;
}

.btn-login {
    background-color: #3f94ef;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    height: 40px;
    width: 250px;
    font-size: 14px;
    margin: 0px auto 0px auto;
}

.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:-1px;
    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; */
}
.divInput{
    margin: 200px;
}
.select {
    background: url(../images/logo-user.png) no-repeat 10px center;
    background-color: #ffffff;
}
ul li{
    list-style: none;
}
.input{
    width: 227px;
    height: 37px;
    line-height: 37px;
    position: relative;
}
.input input{
    border: none;
    outline: none;
    width: 182px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    cursor: pointer;
}
.input img{
    position: absolute;
    right: 26px;
    top: 30%;
    width: 15px;
    height: 15px;
}
.list{
    width: 100%;
    overflow: auto;
    max-height: 180px;
    z-index: 8888;
    position: relative;
    border-radius: 4px;
}
.list ul li{
    width: 100%;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    padding-left: 10px;
    background: #FFF;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.list ul li:hover{
    background-color: #e3f2fd;
}
.disabled{
    background-color: #DFDFDF;
}
.disabled input{
    background: #DFDFDF;
}
.disabled .verify-code{
    background-color: #DFDFDF;
}