html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    position: relative;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container{
    width: 100%;
    min-width: 1200px;
    min-height: 600px;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.imgWrap{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.imgWrap img{
    width: 100%;
    height: 100%;
    display: none;
}
.imgWrap img.active{
    display: block;
}
.auth-language {
    font-size: 14px;
    margin-right: 15px;
    position: absolute;
    right: 100px;
    top: 50px;
    width: 160px;
    overflow: hidden;
    border-radius: 15px;
}
.auth-language button {
    width: 80px;
    height: 30px;
    border: none;
    cursor: pointer;
    background: #cdcdcd;
    color: #666;
}
.auth-language button.active {
    background: #002954;
    color: #fff;
}
.wrap{
    width: 630px;
    margin: calc(50vh - 230px) auto 0;
    background: rgba(0,0,0,0.5);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.main{
    width: 360px;
    float: left;
    padding: 5px 20px 5px;
    position: relative;
    background: rgba(0,0,0,0.45);
}
.dz_ewm{
    width: 220px;
    color: #fff;
    font-size: 18px;
    float: right;
    text-align: center;
}
#iframe {
    width: 440px;
    height: 410px;
    transform: scale(0.5);
    transform-origin: 0 0;
    margin-top: 122px;
}
.logo{
    width: 200px;
    margin-left: 75px;
    margin-top: 20px;
}
.logo img{
    width: 200px;
}
.hide{
    display: none;
}
.tabHead{
    overflow: hidden;
    margin-top: 20px;
    width: calc(100% - 60px);
    margin-left: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.tabHead span {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.tabHead span.selected {
    font-size: 16px;
    color: #fff;
    vertical-align: bottom;
    border-bottom: 1px solid #fff;
}
.tabHead span a{
    color: #cdcdcd;
    text-decoration: none;
}
.login-pc{
    padding: 10px 35px 22px 35px;
    min-height: 205px;
    color: #fff;
}
.form .m-account .item, .form .m-phone .item{
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    background: #fff;
    text-align: left;
    border-radius: 4px;
    max-height: 40px;
}
.form .prex-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.form .m-account > div > input, .form .m-phone > div > input {
    width: 85%;
    height: 40px;
    line-height: 40px;
    margin-left: 36px;
    font-family: "Microsoft Yahei";
    border: 0;
    font-size: 14px;
    color: #878787;
    outline: none;
}
#rememberMe{
    line-height: 15px;
    height: 15px;
    margin-left: 0;
    margin-bottom: 10px;
}
.form-errorTip {
    font-size: 14px;
    text-align: center;
    color: #f00b41;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 10px;
}
.container .btn .login-btn {
    width: 100%;
    height: 50px;
    background: #002954;
    border-radius: 4px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 12px;
}
.container .help {
    position: relative;
    clear: both;
    margin-top: 12px;
    height: 26px;
}
.container .help .fo-password {
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin: 0 5px;
}
.container .help .activation-account {
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    display: inline;
    margin: 0 5px;
}
.container .help .activation-account span{
    display: none;
}
.dz_link{
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin: 0 5px;
}
.container .footer{
    display: none;
}
.dz_zzc{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.dz_content{
    background: #FFFFFF;
    box-shadow:0px 10px 20px 0px rgba(159,176,196,0.3);
    border-radius:4px;
    width: 520px;
    padding: 18px 30px 30px;
    margin: 10% auto 0;
    position: relative;
}
.ndzhwjh{
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.btn_box{
    margin-top: 25px;
    text-align: center;
}
.btn_box button{
    width: 76px;
    height: 40px;
    border-radius: 4px;
    margin-left: 16px;
    cursor: pointer;
}
.btn_jihuo{
    background: #002954;
    color: #fff;
}
.btn_quxiao{
    border: 1px solid #cdcdcd;
    background: #fff;
}
.img_remark_item{
    padding: 10px 8px;
    width: 120px;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: none;
    font-size: 11px;
}
.login_bottom {
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-align: center;
    width: 99%;
}
.login_navs {
    margin-bottom: 20px;
}
.login_navs img {
    width: 40px;
    margin: 0 15px;
    cursor: pointer;
}
.form .m-account > div.captcha > input, .form .m-phone > div.captcha > input, .form .m-phone > div.code > input{
    width: 120px;
}
.form .captcha .captcha-img {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    width: 86px;
    height: 30px;
}
.mask-inner {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: top ease 200ms;
    -o-transition: top ease 200ms;
    -webkit-transition: top ease 200ms;
    transition: top ease 200ms;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}
.form .code .get-code{
    min-width: 90px;
    max-width: 120px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    background: none;
    color: #002954;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    position: absolute;
    right: 0;
}
.btn{
    clear: both;
}
