﻿@charset "utf-8";
@media (min-width:1920px) and (max-width:2560px ) { 

}
/* 内容 */
.sign_ctn_box{
    width: 60%;
    margin: auto;
    overflow: hidden;
    margin-top: 4%;
    box-shadow: 0 0 10px 2px #2083c1;
}
.sign_logo{
	float: left;
	margin-right: 20px;
    margin-top: 25px;
}
.sign_logo {
    width: 28%;
    margin-right: 2%;
}
#cooperationLogo {
    width: 42%;
    margin-top: 16px;
}
#cooperationLogo img ,
.sign_logo img{
    width: 100%;
}
.partner_logo_box{
	float: left;
	margin-left: 20px;
	position: relative;
}
.partner_logo_box::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 36px;
	background-color: #6b91c5;
	left: -18px;
	top: 15px;
}
.sign_left_ctn{
    float: left;
    width: 50%;
    background-size: cover;
    background-attachment: scroll;
    /*background: url('../../Images/Sign/sign_bg.png') no-repeat ;*/
    /*padding: 350px 0 40px 40px;*/
	padding: 0;
}
.sign_left_ctn > h4{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.sign_left_ctn > p{
    font-size: 12px;
    color: #fff;
    line-height: 2;
}
.switch_ctn_box{
	margin-top: 25px;
}

/* 切换 */
.shoWechat{
	height: 446px;
}
.switch_title_box{
	position: absolute;
	top: 0;
	right: 0;
}
.switch_title_box li{
	cursor: pointer;
}
.switch_title_box li:first-child{
	width: 126px;
	height: 58px;
	background-image: url(/membercenter/img/Sign/code1.png);
}
.switch_title_box li:last-child{
	width: 136px;
	height: 66px;
	background-image: url(/membercenter/img/Sign/code2.png);
}
.switch_ctn_box{
	margin-top: 25px;
}
/* 右边内容 */
.sign_right_ctn_box{
    position: relative;
    float: left;
    width: 50%;
    background-color: #fff;
    padding: 37px 0;
    height: 538px;
}
.sign_right_ctn_box2{
    position: relative;
    float: left;
    width: 50%;
    background-color: #fff;
    padding: 59px 0;
}
.sign_right_ctn{
    width: 80%;
    margin: auto;
}
.sign_right_ctn2{
    width: 80%;
    margin: auto;
}
.sign_right_ctn > h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.sign_right_ctn2 > h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.input_box {
    margin-bottom: 30px;
}
.input_box2 {
    margin-bottom: 45px;
}
.input_box > input{
    width: 100%;
    height: 54px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #444;
    padding-left: 20px;
    border-radius: 50px;
}
.input_box2 > input{
    width: 100%;
    height: 54px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #444;
    padding-left: 20px;
    border-radius: 50px;
}
/* 记住密码 */
.remember_box{
    width: 50%;
    float: left;
}
.remember_btn{
    float: left;
    width: 20px;
    height: 20px;
    border:1px solid #408ce0;
    border-radius: 2px;
}
.remember_box > .on{
    float: left;
    background-color: #408ce0;
    background-image: url(../../Images/Sign/Check.png);
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #408ce0;
}
.remember_txt{
    float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #999;
}
.Sign_btn{
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(../../Images/Sign/sign_in_bg.png);
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    border-radius: 50px;
    margin-top: 30px;
}
.Sign_btn:hover{
    color: #fff;
}
.register_forget{
    overflow: hidden;
    margin-top: 20px;
}
.register{
    float: left;
    width: 60%;
    display: block;
    font-size: 15px;
    color: #999;
    text-align:left;
}
.register_forget > a > span{
    color: #3d85d5;
}
/* 微信 */
.WeChat_box{
    float: right;
}
.WeChat_icon{
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../Images/Sign/WeChat.png);
}
.WeChat_txt{
    float: left;
    font-size: 15px;
    color: #999999;
    margin-left: 10px;
}

/* 版权 */
.copyright{
  
    width: 90%;
    margin: auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
  margin-top: 30px;
}

/* 验证码 */
.Code_box{
 
    overflow: hidden;
}
.Code_input_box{
    float: left;
    width: 40%;
}
.Code_input_box > input{
    width: 100%;
    height: 50px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #444;
    padding-left:20px;
    border-radius: 50px;
}
.Code_img_box{
    float: left;
    position: relative;
    width: 72px;
    height: 27px;
    margin: 20px 0 0 30px 
}
.Code_img_box > img{
    position: absolute;
    max-width: 72px;
    max-height: 27px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.change{
    float: left;
    font-size: 14px;
    color: #444;
    margin: 28px 0 0 20px;
}
.remember_forget{
    margin-top: 30px;
    overflow: hidden;
}

.remember_forget > a{
    float: right;
    font-size: 15px;
    color: #999;
}

/* 增加微信扫码登录 */
.WeChat_code_box{
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}
.WeChat_code_icon,
.Account_icon{
   
   
    margin: auto;
}
.WeChat_code_icon{
    width: 25px;
    height: 24px;
    background-image: url(../../Images/Sign/code2.png);
}
.Account_icon{
    width: 29px;
    height: 21px;
    background-image: url(../../Images/Sign/Account.png);
}
.WeChat_code_txt{
    font-size: 12px;
    color: #a8a8a8;
    margin-top: 8px;
}
.code_box_txt{
    width: 206px;
    height: 26px;
    background-image: url(../../Images/Sign/WeChat_txt.png);
    margin: auto;
    margin-top: 80px;
}
.code_img{
    position: relative;
    width: 215px;
    height: 215px;
    border:1px solid #e3e3e3;
    margin: auto;
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: 77px;
}
.code_img > img{
    position: absolute;
    width: 186px;
    height: 186px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.WeChat_bg{
    background-image: url(../../Images/Sign/WeChat_bg.png);
    display: none;
}
/* 账号绑定 */
.portrait_box{
    overflow: hidden;
}
.portrait{
    float: left;
    position: relative;
    width: 56px;
    height: 56px;
    border: 2px solid #e3e3e3;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 35px;
}
.portrait > img{
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.portrait_txt{
    float: left;
    width: 70%;
    font-size: 22px;
    color: #181818;
    line-height: 56px;
    margin-left: 20px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

@media (min-width:1200px) and (max-width:1400px ) { 
    .sign_ctn_box {

        width: 80%;
        margin: auto;
            margin-top: auto;
        overflow: hidden;
        margin-top: 20px;
        box-shadow: 0 0 10px 2px #2083c1;
    
    }
    .sign_right_ctn_box{
        height: 490px;
    }
    .sign_logo{
        width:28%;
        margin-right: 2%;
    }
    .sign_logo img{
        width: 100%;
    }
    
    #cooperationLogo img{
        width: 100%;
    }
    #cooperationLogo{
width: 54%;
    }
    .copyright{
        bottom: 4%;
    }
    .input_box {
        margin-bottom: 15px;
    }
    .Sign_btn{
        margin-top: 15px;
    }
.sign_right_ctn_box{
    padding: 30px 0;
}
.copyright{
    margin-top: 10px;
}
.top_box{
    width: 80%;
  
}
#cooperationLogo{
    margin-top: 0;
}

}

@media (min-width:768px) and (max-width:1200px ) { 
    .sign_ctn_box {

        width: 80%;
        margin: auto;
            margin-top: auto;
        overflow: hidden;
        margin-top: 20px;
        box-shadow: 0 0 10px 2px #2083c1;
    
    }
    .top_box{
        width: 80%;
      
    }
    .input_box {
        margin-bottom: 15px;
    }
    .Sign_btn{
        margin-top: 15px;
    }
    .sign_logo{
        width:28%;
        margin-right: 2%;
    }
    .sign_logo img{
        width: 100%;
    }
    
    #cooperationLogo img{
        width: 100%;
    }
    #cooperationLogo{
width: 54%;
    }
    .sign_right_ctn_box{
        padding: 30px 0;
    }
    .copyright{
        margin-top: 10px;
    }
    .sign_right_ctn_box{
        height: 490px;
    }
    .partner_logo_box::after{
        top: 7px;
    }
    .sign_logo{
        margin-top: 13px;
    }
    #cooperationLogo{
        margin-top: 0;
    }
}


@media only screen and (max-width: 780px) { 
 
/* 内容 */
.sign_ctn_box{
    width: 100%;
    margin: auto;
}
.sign_right_ctn {
    width: 90%;
    margin: auto;
}
/*.sign_right_ctn2 {
    width: 90%;
    margin: auto;
}*/
.ctn_box{
    margin-top: 30px;
}
.sign_left_ctn {
    float: left;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    background: url(../../Images/Sign/sign_bg.png) no-repeat;
    padding: 40px 0 40px 40px;
}
.input_box {
    margin-bottom: 20px;
}
.input_box2 {
    margin-bottom: 20px;
}
.sign_right_ctn_box {
    float: none;
    width: 90%;
    background-color: #fff;
    padding: 20px 0;
    border-radius: 6px;
    margin: auto;
}
.sign_right_ctn_box2 {
    float: none;
    width: 90%;
    background-color: #fff;
    padding: 25px 0;
    border-radius: 6px;
    margin: auto;
}
.Sign_btn {
    margin-top: 20px;
}
.register_forget > a {
    font-size: 15px;
    color: #999;
}
.copyright{
    position:static;
    width: 80%;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
   
}
.Code_input_box{
    float: left;
    width: 47%;
}
.Code_img_box {
    margin: 20px 0 0 15px;
}
.sign_right_ctn > h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.sign_right_ctn2 > h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
/* 微信扫码登录 */
/* .WeChat_code_icon{
    display: none;
}
.WeChat_code_txt{
    margin-top: 0;
}
.WeChat_code_box{
    top: 22px;
    right: 15px;
    width: 40%;
}
.WeChat_code_icon{
    display: none;
    float: left;
}
.WeChat_code_txt{
    font-size: 15px;
    margin-top: 0px;
    margin-left: 10px;
    float: right;
}
.sign_right_ctn > h3{
    text-align: left;
}
.Account_icon{
    display: none;
}
.code_img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.sign_ctn_box{
    box-shadow: 0 0 0px 0px #2083c1;
} */
.sign_ctn_box{
    box-shadow: 0 0 0px 0px #2083c1;
}
.portrait{
    margin-bottom: 15px;
}
.copyright{
    margin-top: 5px;
}
.sign_logo{
    margin-top: 9px;
    width: 38%;
}
.partner_logo_box{
    width: 50%;
}
.partner_logo_box img,
.sign_logo img{
    width: 100%;
}
.top_box{
    margin-top: 5%;
}

.partner_logo_box::after{
    top: 12px;
}
.nav_top > ul > li{
    margin-right: 8%;
}
#cooperationLogo{
    margin-top: 0;
}
}




/*@media only screen and (max-height: 755px) {
    
    .top_box_login{
       margin-top: 2%;
    }
    .sign_right_ctn_box{
        padding: 22px 0;
    }
    .sign_left_ctn{
        padding: 320px 0 40px 40px;
    }
    .copyright{
        bottom: 1%;
    }
    .sign_ctn_box{
        margin-top: 2%;
    }
}*/
