/************** login *********/
.customer-login-index,
.customer-login-group {
	background: #EEE;
}
.customer-login-index .h,
.customer-login-group .h {
	position:fixed;
}

.log-box .error-msg {
    background: #f9f2f4 none repeat scroll 0 0;
    border: medium none;
    color: #e60013;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -25px;
    min-height: 28px;
    padding: 5px 12px;
}
.login {
    height: 500px;
    margin-top: 135px;
    overflow: hidden;
    padding-top: 15px;
    color: #637280;
}
.login-ctn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c9d7df;
    border-radius: 4px;
    display: flex;
    height: 420px;
    justify-content: space-between;
    margin: 0 auto;
    width: 820px;
}
.login .log-banner {
    float: left;
    overflow: hidden;
    width: 410px;
}

.log-box {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: right;
    height: 418px;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.log-box .inner {
    margin: 0 !important;
    padding: 30px 50px 20px;
}
.login-menu {
    font-size: 18px;
    margin: 0 auto;
    padding: 45px 0 0;
    width: 200px;
}
.login-menu ul {
    display: flex;
    justify-content: space-between;
}

.login-menu ul li {
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.log-box .inner .form-list li {
    float: left;
    height: 50px;
    margin-bottom: 25px;
    width: 100%;
}
.log-box .inner .form-list li.btn-li {
	margin-bottom:15px;
}
.log-box .input-text {
    border: 1px solid #d5dadd;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 95px;
    width: 100%;
}
.log-box .input-text#verify_code {
	width: 175px;
}
.log-box select {
    border: 1px solid #d5dadd;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 2%;
    width: 32%;
    padding: 8px 3px !important;
}
.log-box select#district {
    margin-right: 0;
}

.log-box .input-text.noi {
	padding-left:12px;
}
.log-box .input-box {
    position: relative;
}
.log-box .input-box i {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #d5dadd;
    color: #666;
    font-size: 14px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
}
.log-box .input-email i {
    background-position: -80px -3px;
}
.log-box .input-pass i {
    background-position: -58px -3px;
}
.log-box .input-text:focus {
    border-color: #a5d4ed;
    box-shadow:0 0 4px 1px rgba(32, 157, 230, 0.4);
}

.log-box .input-box .captcha-image {
    float: right;
    height: 42px;
    overflow: hidden;
    width: 50%;
}
.log-box .input-box img {
	width:100%;
	border:1px solid #DDD;
	border-left:0;
	height:42px;
	cursor:pointer;
}
.log-box button {
    background-color: #E60115;
    border: 1px solid #E60115;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    width: 100%;
}

.log-box .send-verify:hover {
    color: #e60013;
}
.log-box .send-verify:disabled {
	color: #aaa;
	cursor:not-allowed;
}
.log-box .top {
    border-bottom: 0 none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 42px;
    position: relative;
    width: 100%;
    background:#f5f5f5;
    border-bottom: 1px solid #ddd;
}
.log-box .top ul {
	
}
.log-box .top li {
    display: inline-block;
    float: left;
    line-height: 50px;
    margin: 0;
    text-align: center;
    width: 50%;
    font-size:17px;
    cursor:pointer;
}
.log-box .top li:first-child {
	border-right:1px solid #DDD;
}
.log-box .top .on {
    background: #fff none repeat scroll 0 0;
    color: #E60115;
}
.log-box .top .line {
    color: #ddd;
    float: left;
    line-height: 52px;
}
.log-box .send-verify{
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: 50px;
    border-left:0;
    width:135px;
}

.login-footer {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px solid #eee;
    bottom: 0;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
}
.login-footer .wx {
	color: #666;
}
.login-footer .wx i {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll -8px -57px;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    width: 18px;
}

.login-footer .wx:hover i {
    background-position:-8px -34px;
   
}


.login .log-banner {
    float: left;
    width:410px;
    overflow:hidden;
}

/************** login 改版 -- 23 September 2019, Jim*********/
.header-menu li{
    display: inline-block;
    width: 80px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out .2s;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 12px;
}
.h .logo{
    margin-right: 0px;
    width: 120px !important;
}
.header-menu li,
.header-menu li > a{
    color:rgba(255,255,255,0.85);
}
.header-menu li:hover{
    color:rgba(255,255,255,1);
    font-size: 18px;
}
.header-menu li.select{
    font-size: 18px;
    color: white;
}
html,
body,
.customer-login-index, 
.customer-login-group,
.h{
    background-color: transparent;
}
.customer-login-index .h, 
.customer-login-group .h{
    top:10px;
}
#loginBackWrapper,
#loginBack{
    position: absolute;
    min-width: 1200px;
    width: 100%;
    top: 0;
    height: 90vh;
    max-height: 770px;
}
#loginBackWrapper{
    z-index: -1;
    background: lightsteelblue;
    opacity: 0.05;
}
#loginBack{
    z-index: -2;
}
.h{
    box-shadow:none;
    height: 75px;
}
.f .copyright {
    padding-top: 25px;
    background: transparent none repeat scroll 0 0;
    border: none;
    color: rgb(151, 159, 174);
    line-height: 20px;
    font-size: 14px;
    z-index: 99;
}
.login-ctn{
    width: 1024px;
    background: transparent;
    border: none;
}
.login .log-banner {
    width: 512px;
}
.log-box {
    width: 290px;
    height: 320px;
    border-radius: 6px;
    margin-top: 22px;
}
.login-title{
    color: #555;
    border-bottom: 1px solid #d5dadd;
    padding: 10px 0 !important;
    font-size: 16px !important;
}
.login{
    margin-top: 120px;
}
.log-box .input-text{
    padding: 2px 10px 2px 30px;
    font-size: 13px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
}
.log-box .input-box i{
    border: none;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 20px;
    left: 5px;
    background: none;
}
.log-box .input-box i img{
    width: 20px;
    height: 20px;
    border: none;
}
.log-box .inner .form-list li {
    float: left;
    height: 40px;
    margin-bottom: 20px;
}
.log-box .inner{
    padding: 25px;
}
.login-btn{
    background-color: #4a628c !important;
    border: 1px solid #4a628c !important;
    height: 35px !important;
    line-height: 30px !important;
    font-size: 14px !important;
}
.log-box .send-verify {
    font-size: 13px;
    height: 40px;
    border-left: 0;
    width: 92px;
    margin-left: -2px;
    line-height: 0px;
    border-radius: 0 3px 3px 0;
}
.log-box .input-text#verify_code{
    width: 150px;
}
.login-big-t{
    margin-top: 50px;
    color: rgba(255,255,255,0.9);
    letter-spacing:15px;
    font-size: 60px;
    font-weight: bold;
    background-image:-webkit-linear-gradient(top,white,#DDD,#222); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    text-align:center;
    transition: all ease-in-out .2s;
}
.login-big-t:hover {
    letter-spacing: 20px;
}
.login-big-sub{
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-size: 16px;
    margin-left: -16px;
}
.login-big-des{
    background-color: #E60115;
    color: white;
    border-radius: 50px;
    line-height: 46px;
    font-size: 25px;
    text-align: center
    width: 412px;
    margin-left: 48px;
    margin-top: 25px;
}
.smb{
    display: inline-block;
    width: 80px;
    text-align: center;
}
.center{
    text-align: center;
}
