/*login comment*/
.wrap{
    width:1170px;
    margin:0 auto;
}
/*.index_bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(../../assets/img/index_bg.png)no-repeat;
    background-size:100% 100%;
    z-index: -1;
}*/
html{
	height:100%;
}
.login-body{
    position:relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 0!important;
    background:#f4f6f9;
}
.login-container{
    min-width: 1170px;
}
.login-bg{
    background: #ffffff;
    height: 68px;
}
.login-nav{
    height: 68px;
    line-height:68px;
}
.logo-box{
    width: auto;
    max-width: 50%;
}
.logo-box img{
    max-width: 100%;
    margin-right: 15px;
}
.logo-box a{
	color:#000;
	font-size:22px;
	text-decoration:none;
	display:flex;
	align-items:center;
	height:68px;
}
.logo-box span.phone{
    font-family: Arial;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
    line-height: 36px;
}
.logo-box span.beta-num{
    font-size: 12px;
    position: relative;
    top: 14px;
    color: #fff;
    left: -15px;
}
.nav-box{
    width: auto;
    max-width: 50%;
}
.nav-item{
    float: left;
    position: relative;
    min-width: 76px;
}
.nav-item a{
    display: block;
    padding: 0 12px;
    text-align: center;
    height: 68px;
    line-height: 68px;
    color: #666666;
    font-size: 14px;
    border-radius: 18px;
    text-decoration: none;
    cursor: pointer;
}
.nav-item.active a{
    background: #6dd3c1;
}
.login-modal-box{
    width: 100%;
    height: auto;
}
.login-modal-box .login-modal-content{
    background: #fff;
    box-shadow: 0 0px 95px rgba(23,23,22,.08);
    margin-top: 3%;
}
.login-modal-box .agreement{
    width:55%;
    padding:20px 60px 70px;
    border-right:1px solid #eceff2;
}
.login-modal-box .agreement h4{
    font-size:24px;
    color:#333333;
    text-align:center;
    height:83px;
    line-height:83px;
}
.login-modal-box .agreement .grant_authorization{
    height:344px;
    overflow-y: scroll;
    line-height:22px;
}
.login-modal-box .agreement .grant_authorization p{
    text-indent: 2em;
    margin-bottom: 30px;
}
.login-modal-box .agreement .grant_authorization h6{
    font-size:15px;
}
.login-modal-box .agreement .grant_authorization>ul{
    margin-bottom: 30px;
}
.login-modal-box .agreement .grant_authorization>ul>li>ul{
    margin-left: 20px;
}
/*滚动条样式*/
::-webkit-scrollbar{
width:6px;
height:6px;
background-color:#fff;
}
::-webkit-scrollbar:hover{
background-color:#eee;
}
::-webkit-scrollbar-thumb{
min-height:5px;
min-width:5px;
-webkit-border-radius:20px;border:1px solid#888;
::-webkit-border-radius:1px;
background-color: #AAA;
}
::-webkit-scrollbar-thumb:hover{
min-height:5px;
min-width:5px;
-webkit-border-radius:20px;border:1px solid#444;
background-color: #AAA;
}
::-webkit-scrollbar-thumb:active{
-webkit-border-radius:20px;border:1px solid#444;
background-color: #AAA;
}    
.login-modal-box .login-modal-body{
    width:45%;
    padding:40px 80px 40px;
}
.login-modal-header{
    text-align: center;
    margin-bottom: 20px;
}
.login-modal-title{
    font-size: 36px;
    font-weight: lighter;
    letter-spacing: 1px;
    padding:0 25px;
    line-height: 1;
}
.login-modal-body{
    
    padding:0 70px 20px;
    position: relative;
    z-index: 10;
    /*border-radius: 5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;*/
}
.login-cont-box{
    margin: 0 5px;
    padding: 0 15px;
}
.login-cont-box .title{
    line-height: 50px;
    font-size: 24px;
    color: #44546b;
    margin: 0 -15px 50px;
}
.login-cont-box .img-header{
    margin: 0 -15px 50px;
}
.login-cont-box .title-nav{
    height: auto;
}
/*.login-cont-box .title-nav li{
    float: left;
    margin-right: 30px;
}*/
input[type='checkbox']{
    vertical-align: middle;
    margin:0;
}
.login-cont-box .title-nav li a{
    display: block;
    font-size: 18px;
    color: #3e4347;
    text-decoration:none!important;
}
.login-cont-box .title-nav li a:hover{
    text-decoration: none;
}
.login-cont-box .title-nav li.active a{
    text-decoration:none!important;
    font-size: 24px;
    height:71px;
    line-height: 71px;
    text-align: center;
}
.login-modal-box .form-control{
    height: 40px;
    border: 1px solid #dde0e5;
    color: #a6a9ac;
    padding: 0 10px;
}
.login-modal-box .form-control input{
    background:#fff!important;
}
.login-modal-box .form-control.Validform_error{
    border: 1px solid #ff0000;
}
.login-modal-box .form-group{
    margin-bottom: 18px;
}
.login-modal-box .form-group.ma-b0{
    margin-bottom: 0;
}
.login-modal-box .form-group.ma-b40{
    margin-bottom: 40px;
}
.login-modal-box .btn{
    height: 40px;
    font-size: 14px;
}
.login-modal-box .btn#getVerifyCode{
    height: 40px;
    font-size: 14px;
    line-height: 30px;
    background:#fff;
    color:#169fc1;
}
.login-modal-box .btn#getVerifyCode:hover{
    background:#169fc1;
    color:#fff;
}
#getVerifyCode.btn-default-upload{
   color: #999;
}
.login-modal-box form a{
    cursor: pointer;
    /*color:#60686e!important;*/
}
.login-modal-box form label{
    margin-right: 10px;
    user-select: none;
}
.login-modal-box .icheckbox_flat-green,
.login-modal-box .iradio_flat-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background: url(plugin/green.png) no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
}
.login-modal-box .icheckbox_flat-green.checked {
    background-position: -11px 0;
}
.login-cont-box .login-email-cont{
    margin: 0 -15px;
    padding: 0 15px;
}
.login-email-cont .email-tips{
    color: #60686e;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
}
.email-tips-desc{
    line-height: 2;
    color: #60686e;
}
.login-modal-box .login-email-cont .btn{
    height: 34px;
    font-size: 14px;
    line-height: 1.8;
}
.login-email-cont .email-tips span{
    padding: 0 10px;
    color: #3e4347;
}
.login-footer{
    width: 100%;
    color: #60686e;
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom:20px;
}
.login-modal-body .tips-box{
    position: absolute;
    padding: 15px;
    border-radius: 5px;
    width: 200px;
    font-size: 14px;
    right: 50%;
    bottom: 20px;
    margin-top: 0;
    margin-right: -100px;
}

.login-modal-body .tips-box.top {
    position: absolute;
    padding: 15px;
    border-radius: 5px;
    width: 200px;
    font-size: 14px;
    right: 50%;
    top: 30%;
    bottom: auto;
    margin-top: 0;
    margin-right: -100px;
}
.login-wrap{
    margin-bottom:10px;
}
.login-wrap a{
    color: #666666;
    margin:0 25px 30px 25px;
}
.login_link{
    height:30px;
    line-height: 30px;
    text-align: center;
}
.login_link a{
    color:#169fc1;
}
.agree-bg .agree-main p{
    line-height:25px;
    margin-bottom: 20px;
}


/*select_type*/
.select_type{
    min-height:500px;
}
.approve_process{
    width:770px;
    margin:35px auto;
    font-size:16px;
    color:#60686e;
}
.approve_process li em{
    display: inline-block;
    width:47px;
    height:47px;
    border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -webkit-border-radius:50%;
    margin-right:10px;
}
.approve_process li:nth-child(1) em{
    background:url(../../assets/img/icon/apply_green.png)no-repeat center #fff;
}
.approve_process li:nth-child(1).active em{
    background:url(../../assets/img/icon/apply_white.png)no-repeat center #1daccf;
}
.approve_process li:nth-child(2) em{
    background:url(../../assets/img/icon/identity_green.png)no-repeat center #fff;
}
.approve_process li:nth-child(2).active em{
    background:url(../../assets/img/icon/identity_white.png)no-repeat center #1daccf;
}
.approve_process li:nth-child(3) em{
    background:url(../../assets/img/icon/info_green.png)no-repeat center #fff;
}
.approve_process li:nth-child(3).active em{
    background:url(../../assets/img/icon/info_white.png)no-repeat center #1daccf;
}
.approve_process li span{
    width:110px;
    border-bottom: 1px dotted #bbbbbb;
    margin: 21px 26px 0;
}
.select_type .type_box{
    width:770px;
    margin:0 auto;
    background:#ffffff;
    shadow: 0 5px 10px rgba(168,168,168,.1);
    -ms-box-shadow: 0 5px 10px rgba(168,168,168,.1);
    -webkit-box-shadow: 0 5px 10px rgba(168,168,168,.1);
    box-shadow: 0 5px 10px rgba(168,168,168,.1);
    padding:97px 183px 98px;
}
.select_type .type_box li{
    width:91px;
    cursor: pointer;
    margin-bottom:74px;
}
.select_type .type_box li .img{
    height:82px;
}
.select_type .type_box li:first-child .img{
    background:url(../../assets/img/personal_black.png)no-repeat center;
}
.select_type .type_box li:first-child:hover .img,
.select_type .type_box li:first-child.active .img{
    background:url(../../assets/img/personal_green.png)no-repeat center;
}
.select_type .type_box li:last-child .img{
    background:url(../../assets/img/enterprise_black.png)no-repeat center;
}
.select_type .type_box li:last-child:hover .img,
.select_type .type_box li:last-child.active .img{
    background:url(../../assets/img/enterprise_green.png)no-repeat center;
}
.select_type .type_box li p{
    text-align: center;
    font-size:16px;
    color:#60686e;
    line-height:58px;
}
.select_type .type_box li:hover p,
.select_type .type_box li.active p{
    color:#24a3c1;
}
.select_type  .type_box button{
    width:100px;
    height:40px;
    line-height:40px;
    border:none;
    border-radius: 5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:14px;
}
.select_type button{
    background:#1daccf;
    color:#fff;
    margin-right: 60px;
}
.select_type a.skip{
    font-size:14px;
    color:#60686e;
    text-decoration:none;
}

/*重新定义登录界面*/

.login-box{
	width:1170px;
    margin:5% auto 50px;
	height:62%;
	max-height:523px;
	min-height:450px;
}
.login-left{
    box-shadow:0 0px 95px rgba(23,23,22,.08);
	float:left;
	height: 100%;
}
.login-left img{
	height: 100%;
	width:743px;
}
.login-right{
	float:right;
	box-shadow:0 0px 95px rgba(23,23,22,.08);
	width: 365px;
    height: 100%;
	background:#fff;
}
.login-right .title{
	font-size: 24px;
    color: #000;
    margin: 70px 0px 50px;
}
.login-right .form-group{
	margin-bottom:18px;
	position:relative;
}
.login-right .form-control{
	height: 40px;
    border: 1px solid #d1d7d9;
    padding: 0 10px 0 50px;
}
.login-right .loginForm{
	margin: 0px 15px;
    padding: 0px 30px;
}
.login-right .Validform_wrong{
	color:#169fc1 !important;
	padding-left:0;
}
.login-right .login-icon{
	position:absolute;
	height:20px;
	width:18px;
	background-image:url(../img/home/icon.png);
	background-repeat:no-repeat;
	top:10px;
	left:20px;
}
.login-right .login-icon.user{
	background-position:-70px 0;
}
.login-right .login-icon.lock{
	background-position:-2px 0;
}
.login-right .form-control.Validform_error{
    border: 1px solid #169fc1;
}
.login-right .form-control.Validform_error+.user{
	background-position:-103px 0;
}
.login-right .form-control.Validform_error+.lock{
	background-position:-37px 0;
}
.login-right input[type='checkbox']{
	display:none;
}
.login-right label{
	position:relative;
	padding-left:23px;
}
.login-right input:checked+label .check{
	background-position:0 -46px;
}
.login-right label .check{
	background-position:-33px -46px;
	height:13px;
	width:13px;
	left:0;
	top:50%;
	margin-top:-6px;
}
.login-right button{
	height:40px;
}
.login-right input.form-control:-webkit-autofill, 
.login-right input.form-control:focus:-webkit-autofill, 
.login-right input.form-control:hover:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.form-info,.form-info a{
	color:#5c6061;
	text-decoration:none;
}
.mt-30{
	margin-top:30px;
}