/*!
 *
 * date：2020-09-14
 * author：hxh
 */
.em-wrap{
    position: absolute;
    right: 9px;
    top: 0;
    left: 0;
    bottom: 0;
    background: url("../images/login/img_bg.jpg") center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;

}
.em-viewer{
    width: 1120px;
    height: 626px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -560px;
    margin-top: -313px;
    overflow: hidden;
}
.em-browser-tips{
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #ffffff;
}
.em-content{
    width: 1150px;
    height: 494px;
    left: 50%;
    margin-left: -575px;
    position: relative;
    background:url("../images/login/img_login_cont_bg.png") center no-repeat;
    background-size: 100% 100%;
}
.em-login-content{
    width: 314px;
    margin-right: 115px;
    margin-top: 50px;
}
.em-tab-head{
    margin-bottom: 31px;
}
.em-tab-nav{
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    margin-right: 12px;
    border: solid 1px transparent;
    border-radius: 18px;
    padding: 0 9px;
    cursor: pointer;
    color: #ffffff;
}
.em-tab-head>.em-tab-nav:last-child{
    margin-right: 0;
}
.em-tab-nav.em-active{
    background-color: #66bbf1;
    color: #fff;
    border: solid 1px #ffffff;
    font-family: "SourceHanSansCN-Bold";
}
.em-tab-page{
    display: none;
}
.em-tab-body>.em-tab-page:first-child{
    display: block;
}
.input-tips{
    width: 314px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding-left: 43px;
    padding-right: 11px;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
}
.em-tab-page>.input-tips:last-child{
    margin-bottom: 0;
}
.input-tips>label{
    font-size: 14px;
    color: #b3b3b3;
    top: 0;
    left: 44px;
    position: absolute;
}
.input-tips>input{
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #676767;
    background-color: transparent;
}
.em-username{
    background:#fff url("../images/login/icon_username.png") 11px center no-repeat;
}
.em-password{
    background:#fff url("../images/login/icon_password.png") 11px center no-repeat;
}
.em-register,
.em-forget-pwd{
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 8px;
}
.em-login-btn{
    width: 314px;
    height: 50px;
    background-color: #29d3e2;
    border-radius: 25px;
    font-family: "SourceHanSansCN-Medium";
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 10px;
    color: #fefefe;
    text-align: center;
    cursor: pointer;
}

.em-provincial-platform{
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    box-sizing: border-box;
    width: 110px;
    height: 36px;
    background-color: #66bbf1;
    border-radius: 18px;
    border: solid 1px #ffffff;
    text-align: center;
    margin-top: 17px;
}
.em-download{
    margin-top: 17px;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
}
.em-download>a{
    color: #fff;
    padding-left: 22px;
    margin-left: 5px;
}
.em-download-word{
    background: url("../images/login/icon_word.png") left center no-repeat;
}
.em-download-drive{
    background: url("../images/login/icon_drive.png") left center no-repeat;
}
.em-unable-login{
    font-size: 12px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 31px;
    background: url("../images/login/icon_unable_login.png") 6px center no-repeat;
}
.em-unable-login>a{
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: underline;
}
.em-technical-support{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fffefe;
    margin-top: 30px;
}


/* 新增 */
.em-transaction{
    width: 648px;
    height: 464px;
    background: url("../images/login/img_transaction.png");
    background-size: 100% 100%;
    border-radius: 10px;
    margin: 15px 0 15px 15px;
    position: relative;
}
.em-transaction>.em-title{
    font-family: "YouSheBiaoTiHei";
    font-size: 26px;
    line-height: 48px;
    letter-spacing: 5px;
    color: #0159b0;
    text-align: center;
}
.em-transaction>iframe{
    border: none;
    width: 828px;
    height: 503px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(-89px) translateY(30px) scale(0.782);
    -moz-transform: translateX(-89px) translateY(30px) scale(0.782);
    -ms-transform: translateX(-89px) translateY(30px) scale(0.782);
    -o-transform: translateX(-89px) translateY(30px) scale(0.782);
    transform: translateX(-89px) translateY(30px) scale(0.782);
}
