﻿body {
    /*background: url(../loginNewFile/bg.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    color: #666;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center; /*水平居中*/
    align-items: center; /*垂直居中*/

}
html{
    min-height:100%;
}
ul, li, form, p { list-style-type: none; margin: 0px; padding: 0px; }
a img { vertical-align: top; border: none; }
 
.tac { text-align: center; }
.header { width: 1200px; }
    .header.top {
        position: fixed;
        top: 30px;
        height: 40px;
        left: 50px;
        width: 100%;
    }
.header .charge { float: right; width: 195px; height: 38px; line-height:38px; }
.charge img{
    width: 18px;
    height:18px;
    margin-right: 8px;
}
.header .charge a {
    text-decoration: none;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #fff;
    width:125px;

}
input { outline: none; }
.footer .year{
    display:inline;
    margin-top:0
}
.footer .year-company {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    line-height: 20px;
}
/*.content .regbox { width: 640px; height: 500px; margin: 100px auto; background: #fff; padding-top: 40px; font-size: 14px; }*/
.content {
    display: flex;
    justify-content: center;
    height: 512px;
    margin-top: -5%;
    z-index: 80 !important;
    position: fixed;
    width: 100%;
    top: 50%;
    margin-top: -260px;
    left: 0;
}
.content-left {
    width: 265px;
    background:url(../images/left-bg.png) no-repeat;
    background-size: 100% 100%;
   display:flex;
   justify-content:center;
   align-items:center;
   flex-direction:column;
}
.content-left div{
    color: #fff;
}
.msg-top{
    font-size: 16px;
    font-weight:100;

}
.content-title{
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 6px 0 ;
}
.content-english{
    font-size:12px;
    opacity: 0.25;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center
}
.content-main {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 512px;
    overflow: hidden;
}
.content-main .content-right {
    width: 390px;
}
.footer {
    clear: both; /*background: #fff;*/
    position: fixed;
    bottom: 24px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    /* margin-top: 100px;*/
    text-align: center;
}
.footer > span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #000;
}
    .footer span a {
        text-decoration: none;
        color: #000;
        margin-left: 6px
    }
.content{
}
.login-tips {
    text-align: center;
    color: #ecd210;
}
/*登录左侧版本修改 开始*/
.login-left-box {
    font-family: PingFangSC-Medium, PingFang SC;
    display: block;
    text-align: center;
}
.login-left-box .title_name {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 75px;
}
.login-left-box .css-box{
    display:flex;
    width: 120px;
    margin: auto;
    margin-top: 12px;
}
.login-left-box .css-box .box {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s clip-path;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background: #FFFFFF;
    opacity: 0.62;
}
.login-left-box .css-box .line {
    width: 42px;
    height: 1px;
    opacity: 0.62;
    background:#FFFFFF;
    margin-top: 3px;
}
.login-left-box .title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.login-left-box a {
    display: block;
    width: 180px;
    height: 32px;
    border-radius: 4px;
    opacity: 0.8;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 32px;
    margin: auto;
    margin-bottom: 15px;
}
.login-left-box a:hover {
    background: #FFFFFF;
    color: #0084FF;
}
.login-popup-box {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
}
.login-popup-box .block {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-popup-box .block .box {
    padding: 20px;
    width: 500px;
    height: 145px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.18);
}
.login-popup-box .block .flex1 {
    display: flex;
    justify-content: space-between;
}
.login-popup-box .block .name {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.login-popup-box .block .close {
    background: #e3e1e1;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 24px;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
}
.login-popup-box .block .close:hover{
    opacity:1;
}
.login-popup-box .block .list {
    margin: 30px 0;
    padding-left: 10px;
}
.login-popup-box .block .list label{
    font-size:14px;
    color: #000;
    line-height: 30px;
}
.login-popup-box .block .list input {
    border: 1px solid #ddd;
    height: 30px;
    font-size: 12px;
    padding: 0px 10px;
    width: 355px;
}
.login-popup-box .btn-box{
    display: flex;
	justify-content: flex-end;
}
.login-popup-box .btn-box .btn {
    font-size: 12px;
    font-size: 12px;
    padding: 6px 22px;
    border: 1px solid #ccc;
    margin-left: 12px;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
}
.login-popup-box .btn-box .btn:hover {
    background: #f6f6f6;
}
.login-popup-box .btn-box .btn-on {
    border: 1px solid #0084FF;
    background: #0084FF;
    color: #fff;
}
.login-popup-box .btn-box .btn-on:hover {
    background: #489EFF;
}
#login-popup-error .box {
    width: 390px;
    height: 150px;
}
#login-popup-error .list {
    padding-right: 10px;
}
#login-popup-error p {
    text-align: center;
}
#login-popup-error span {
    display: block;
    color: #0084FF;
    margin: 10px 0px;
    font-size: 18px;
}
.login-popup-box .url-link-a {
    width: 150px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #2288FC;
    text-align: center;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    display: block;
    text-decoration: none;
    background: #2288fc;
    margin: auto;
    margin-top: 30px;
}
.close-box-div{
    width:100%;
    height:100%;
}

.class_qidian_wpa {
    display: none;
}
#login-popup-ewm .block .box {
    width: 295px;
    height: 332px;
}
#login-popup-ewm .block .box img {
    width: 260px;
    height: 260px;
    display: block;
    margin: auto;
    margin-top: 30px;
}
#login-popup-url .block .box {
    width: 355px;
    height: 145px;
}
#login-popup-url .block .box p {
    margin-top: 22px;
    text-align: center;
}
#login-popup-qq .block .box {
    width: 355px;
    height: 145px;
}
#login-popup-qq .block .box p {
    margin-top: 22px;
    text-align: center;
}
.onlineBtn {
    height: 34px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 3px 3px 0px rgba(255,255,255,0.33) !important;
    border-radius: 17px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #C09913 !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.onlineBtn img{
    margin-right:5px;
}
.bigBoxDiv{
    position:relative;
}
#loginImgVal {
    position: absolute;
    width: 215px;
    left: -215px;
    top: 0;
}
/*登录左侧版本修改 结束*/
.content-main .login-left-box-div {
    width: 670px;
    height: 512px;
    /*background: rgba(255,255,255,0.8);*/
}
.content-main .login-right-box-div {
    background: rgba(255,255,255,1);
}
.content-main .login-right-box-div .right-login-title-new {
    font-weight: 700;
    font-size: 28px;
    color: #3C454F;
    line-height: 41px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align:center;
    padding-top:45px;
}
.login-popup-box .block .list .active {
    border: 1px solid red;
}

.notice_iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.contact-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    border-radius: 5px;
}

.contact-content {
    text-align: center;
}

.close-btn {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.close-btn:hover {
    background-color: #0056b3;
}