﻿@charset "utf-8";
.register_ctn_box{
    width: 60%;
    background-color: #fff;
    margin: auto;
    margin-top:4%;
}
/* 流程图 */
.process_ctn_box{
    width: 60%;
    margin: auto;
    overflow: hidden;
    padding-top: 40px;
}
.process_number1_box{
    float: left;
    width: 21%;
}
.process_line{
    float: left;
    width:18%;
    margin: 14px 0;
    height: 3px;
    background-color: #c3c3c3;
}
.process_number1{
    width: 32px;
    height: 32px;
    background-color: #41a1ec;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: auto;
}
.process_txt{
    font-size: 14px;
    color: #c3c3c3;
    text-align: center;
    margin-top: 8px;
}
.process_txt1{
    font-size: 14px;
    color: #41a1ec;
    text-align: center;
    margin-top: 8px;
}
.process_number2{
    width: 32px;
    height: 32px;
    background-color: #c3c3c3;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: auto;
}
.process_number3{
    width: 32px;
    height: 32px;
    background-color: #c3c3c3;
    border-radius: 50px;
    background-image: url(../../Images/Sign/Success.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 2%;
    margin: auto;
}
.user_box{
    width: 80%;
    overflow: hidden;
    margin: auto;
    padding: 50px 0 0 0;
}
.personal,.enterprise{
    float: left;
    display: block;
    width: 35% ;
    height: 304px;
    background-color: #41a1ec;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    margin: 0 7%;
   
}
.personal{
    background-image: url(../../Images/Sign/personal.png);
}
.enterprise{
    background-image: url(../../Images/Sign/enterprise.png);
}
.personal:hover,.enterprise:hover{
    box-shadow: 0 0 10px 2px #b4d2e9;
}

.personal_txt{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

/* 注册2内容 */
.register_ctn_box{
    position: relative;
    width: 60%;
    background-color: #fff;
    margin: auto;
    margin-top: 3%;
}
.Return_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 37px;
    background-image: url(../../Images/Sign/Return.png)
}
.register_input_ctn_box{
    width: 80%;
    margin: auto;
    margin-top: 4%;
    overflow: hidden;
}

.register_input_ctn_box > li{
    position: relative;
    float: left;
    width: 50%;
    
}
.register_input_box_big{
    margin: 0 4%;
    overflow: hidden;
}
.register_input_box{
    float: left;
    width: 94%;
    margin-bottom:42px;
}
.register_input_box > input{
    width: 100%;
    height: 37px;
    border:1px solid #dcdcdc;
    padding-left: 3%;
    font-size: 14px;
    color: #444444;
}
.Check_icon{
    float: right;
    width: 12px;
    height: 12px;
    background-image: url(../../Images/Sign/input_Check.png);
    margin-top: 14px;
}
.Tips_txt{
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    padding-left: 9%;
    font-size: 12px;
    color: #ff5959;
    background-image: url(../../Images/Sign/Sigh.png);
    background-repeat: no-repeat;
    background-position: 4% 3px;
}
.PasswordGrade{
    position: absolute;
    width: 90%;
    top: 45px;
    left: 0;
    overflow: hidden;
}
.PasswordGrade > li{
    float: left;
    width: 30%;
    height: 15px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.PasswordGrade > li:nth-child(1){
    background-color: #ec4141;
    margin-left: 4%;
}
.PasswordGrade > li:nth-child(2){
    background-color: #ecb641;
    margin: 0 3%;
}
.PasswordGrade > li:nth-child(3){
    background-color: #6cbd57;
}

.Verification_input_box{
    float: left;
    width: 44%;
    margin-bottom: 14%;
    margin-left: 4%;
}
.Verification_input_box > input{
    width: 100%;
    height: 37px;
    border:1px solid #dcdcdc;
    padding-left: 5%;
    font-size: 14px;
    color: #444444;
}
.Verification_btn{
    float: right;
    width: 38%;
    height: 37px;
    background-color: #41a1ec;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    margin-right: 9%;
    border-radius: 2px;
}
.Verification_btn:hover{
    color: #fff;
}
.register_btn{
    display: block;
    width: 15%;
    height: 37px;
    background-color: #41a1ec;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 2px;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 2%;
}
.register_btn:hover{
    color: #fff;
}
.register_btn2{
    display: block;
    width: 15%;
    height: 37px;
    background-color: #41a1ec;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 2px;
    margin: auto;
    margin-bottom: 2%;
}
.register_btn2:hover{
    color: #fff;
}
.register_agreement{
    width: 22%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 6%;
}
.register_agreement > p{
    float: left;
    font-size: 14px;
    color: #333333;

}
.register_agreement > a{
    float: left;
    font-size: 14px;
    color: #ff0000;
}

/* 注册3 */
.successful_ctn_box{
    padding-bottom: 4%;
}
.successful_icon{
    width: 148px;
    height: 149px;
    background-image: url(../../Images/Sign/successful_icon.png);
    margin: auto;
    margin-top: 4%;
    margin-bottom: 2%;
}
.successful_ctn_box > h3{
    font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.4%;
}
.successful_ctn_box > p{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 4%;
}
.successful_ctn_box > a{
    display: block;
    width: 15%;
    height: 37px;
    background-color: #41a1ec;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 2px;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 2%;
    
}


.on1  > .process_number1{
    background-color: #c3c3c3;
}
.on1 > p{
    color:  #c3c3c3;
}
.on2  > .process_number2{
    background-color: #41a1ec;
}
.on2 > p{
    color:  #41a1ec;
}
.on3  > .process_number3{
    background-color: #46c55e;
}
.on3 > p{
    color:  #46c55e;
}
.SignBtn{
    display: block;
    font-size: 15px;
    color: #999;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
}
.SignBtn:hover{
    color: #999;
}
.SignBtn > span{
    color: #3d85d5;
}
/* 找回密码 */
.register_ctn_box2{
    position: relative;
    width: 60%;
    background-color: #fff;
    margin: auto;
    margin-top:4%;
    padding-bottom: 3%;
}
.Return_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 37px;
    background-image: url(../../Images/Sign/Return.png)
}
.retrieve_title{
    font-size: 30px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 4%;
}

.register_input_ctn_box2 > li{
    position: relative;

    width: 50%;
    margin: auto;
    
}
.register_input_box_big{
    margin: 0 4%;
    overflow: hidden;
}
.register_input_box_big > select{
    float: left;
    width: 94%;
    padding-left: 10px;
    height: 37px;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    border:1px solid #dcdcdc;
    margin-bottom: 42px;
    background: url(../../Images/Sign/arrow.png) no-repeat scroll right center transparent;
}
.register_input_box_big > select > option{
    font-size: 14px;
    color: #444;
} 
.register_input_box{
    float: left;
    width: 94%;
    margin-bottom:42px;
}
.register_input_box > input{
    width: 100%;
    height: 37px;
    border:1px solid #dcdcdc;
    padding-left: 3%;
    font-size: 14px;
    color: #444444;
}
.Check_icon{
    float: right;
    width: 12px;
    height: 12px;
    background-image: url(../../Images/Sign/input_Check.png);
    margin-top: 14px;
}
.Tips_txt{
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    padding-left: 9%;
    font-size: 12px;
    color: #ff5959;
    background-image: url(../../Images/Sign/Sigh.png);
    background-repeat: no-repeat;
    background-position: 4% 3px;
}
.PasswordGrade{
    position: absolute;
    width: 90%;
    top: 45px;
    left: 0;
    overflow: hidden;
}
.PasswordGrade > li{
    float: left;
    width: 30%;
    height: 15px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.PasswordGrade > li:nth-child(1){
    background-color: #ec4141;
    margin-left: 4%;
}
.PasswordGrade > li:nth-child(2){
    background-color: #ecb641;
    margin: 0 3%;
}
.PasswordGrade > li:nth-child(3){
    background-color: #6cbd57;
}
.Verification_box{
    overflow: hidden;
}
.Verification_input_box{
    float: left;
    width: 44%;
    margin-bottom: 14%;
    margin-left: 4%;
   
}
.Verification_input_box > input{
    width: 100%;
    height: 37px;
    border:1px solid #dcdcdc;
    padding-left: 5%;
    font-size: 14px;
    color: #444444;
}
.Verification_btn{
    float: right;
    width: 38%;
    height: 37px;
    background-color: #41a1ec;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    margin-right: 9%;
    border-radius: 2px;
}
.Verification_btn:hover{
    color: #fff;
}
.retrieve_btn{
    display: block;
    width: 15%;
    height: 37px;
    background-color: #41a1ec;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 2px;
    margin: auto;
    padding-bottom: 30px;
}
.retrieve_btn:hover{
    color: #fff;
}

.register_agreement{
    width: 182px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 2.5%;
}
.register_agreement > p{
    float: left;
    font-size: 14px;
    color: #333333;

}
.register_agreement > a{
    float: left;
    font-size: 14px;
    color: #ff0000;
}

/*用户注册协议*/
.mask{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ctn_box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ctn_box3{
    position: relative;
    position: absolute;
	width:60%;
	padding: 40px 60px 40px 60px;
	margin: auto;
	background-color: #fff;
	box-shadow: 0 0 10px 2px #2f2f2f;  
    border-radius: 8px; 
    top: 12%;
    left: 20%;
}
.ctn_box3 > h3{
	font-size: 34px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.txt_box{
    height: 80%;
}
.txt_box > p{
	width: 100%;
	height: 500px;
	margin-top: 20px;
	font-size: 13px;
	color: #333;
	overflow-x:hidden;
	line-height: 1.6;
}
.agree_btn{
	width: 160px;
	height: 35px;
	background-color: #e92a39;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	color: #fff;
	margin: auto;
	margin-top: 20px;
	border-radius: 10px;
}
.agree_btn:hover{
	color: #fdf1f1;
	background-color: #eb3f4c;
}
.CloseBtn{
    position: absolute;
    top: 2.5%;
    right: 2%;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../../Images/Sign/fork.png);
    
}




@media (min-width:768px) and (max-width:1100px ) { 
    .register_ctn_box {
        position: relative;
        width: 90%;
        background-color: #fff;
        margin: auto;
        margin-top: 4%;
    }
    .register_ctn_box2{
        position: relative;
        width: 90%;
        background-color: #fff;
        margin: auto;
        margin-top: 4%;
        padding-bottom: 3%;
    }
    .ctn_box3 {
        position: absolute;
        width: 80%;
        padding: 40px 60px 40px 60px;
        margin: auto;
        background-color: #fff;
        box-shadow: 0 0 10px 2px #2f2f2f;
        border-radius: 8px;
        top: 12%;
        left: 10%;
    }
 }





@media only screen and (max-width: 780px) {  

/* 内容 */
.register_ctn_box {
    width: 94%;
    margin-top: 30px;
}

.process_ctn_box {
    width: 96%;
    margin: auto;
    overflow: hidden;
    padding-top: 40px;
}
.personal,.enterprise{
   background-size: 50% 35%;
}
.process_number1_box {
    width: 29%;
}
.process_line {
    width: 6%;
}
.process_txt{
    font-size: 16px;
    color: #c3c3c3;
    text-align: center;
    margin-top: 8px;
}
.process_txt1{
    font-size: 16px;
    color: #41a1ec;
    text-align: center;
    margin-top: 8px;
}
.personal, .enterprise {
    float: left;
    display: block;
    width: 45%;
    height: 200px;
    background-color: #41a1ec;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    margin: 0 2%;
}
.user_box {
    width: 90%;
    overflow: hidden;
    margin: auto;
    padding: 20px 0 30px 0;
}
/* 注册2 */
.register_input_ctn_box > li {
    width: 100%;
}
.register_input_ctn_box {
    width: 90%;
}
.register_btn{
    width: 90%;
}
.register_btn2{
    width: 90%;
}
.register_agreement {
    width: 90%;
   
}

/* 注册3 */

.successful_ctn_box > a {

    width: 90%;
  
}
.successful_icon {
    margin-top: 6%;
    margin-bottom: 4%;
}
.successful_ctn_box > h3 {
    margin-bottom: 3%;
}

/* 找回密码 */
.register_ctn_box2 {
    width: 94%;
    margin-top: 30px;
    padding-bottom: 7%;
}
.register_input_ctn_box2{
    width: 80%;
    margin: auto;
    margin-top: 6%;
    overflow: hidden;
}
.retrieve_title {
    font-size: 20px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    padding-top: 40px;
}
.register_input_ctn_box2 > li {
    width: 100%;
}
.register_input_ctn_box2 {
    width: 90%;
}
.retrieve_btn{
    width: 90%;
}
/* 注册协议 */
.ctn_box3 {
    position: absolute;
    width: 90%;
    height: 85%;
    padding: 15px 15px 15px 15px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 10px 2px #2f2f2f;
    border-radius: 8px;
    top: 8%;
    left: 5%;
}
.ctn_box3 > h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.txt_box > p {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    line-height: 1.6;
}
.agree_btn {
    width: 80%;
    height: 37px;
    background-color: #e92a39;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
}
.CloseBtn {
    top: 2%;
    right: 3%;
   
}
}
.hide{
	display: none;
}
.display{
	display: block;
}



@media only screen and (max-height: 755px) {
	.top_box{
        margin-top:1.5%;
    }
    .register_input_box {
        margin-bottom: 35px;
    }
    .Verification_input_box{
        margin-bottom: 0;
    }
    .register_btn{
        margin-bottom: 2%;
    }
    .register_ctn_box{
        margin-top: 1.5%;
    }
    .process_ctn_box{
        padding-top: 2%;
    }
    .register_input_ctn_box{
        margin-top: 1%;
    }
    .register_btn2{
        margin-bottom: 1%;
    }
    .register_agreement{
        padding-bottom: 1%;
    }
    .register_input_box_big > select{
        margin-bottom: 20px;
    }
    .copyright{
        bottom: 1%;
    }
    .register_ctn_box_2{
        margin-top: 2%;
    }
    .process_ctn_box_2{
        padding-top: 3%;
    }
    .register_input_ctn_box{
        margin-top: 2%;
    }
}