﻿*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*头部*/
.header {
    height: 144px;
    line-height: 144px;
    z-index: 10001;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
}

.headerContent {
    width: 1400px;
    margin: 0px auto;
    overflow: hidden;
    background: url(/IMG/headerbg.png ) no-repeat;
    position: relative;
    display: flex;
}
 
/*logo*/
.header .headerContent_logo {
    width: 610px;
    height: 144px;
    background: url(../IMG/logo_03.png ) no-repeat center center;
}
.header .headerContent .wrapRight {
    width: 790px;
    float: left;
   /* line-height: 144px;*/
}
.header .headerContent .wrapRight span {
    width: 500px;
    text-align: right;
    font-size: 35px;
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
    color: #1d4f97;
    text-decoration: none;
    line-height: 128px;
}

.header .headerContent .wrapRight a {
    text-align: right;
    font-size: 18px;
    padding: 0 20px;
    color: #1d4f97;
    text-decoration: none;
    line-height: 14px;
    margin-top: 110px;
    float: right;
}
 

.inside {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}
.rccontent {
    width: 100%;
    margin: auto;
    background: url(../img/back.jpg) no-repeat center; 
    height: 630px;
}

.rccontent .wrapper { 
    position: relative;
    margin: auto;
    width: 1400px;
} 
.logincontent {
    overflow: hidden;
    position: absolute;  
    top: 100px;
    width: 720px;
    height: 480px;
  /*  margin: -300px 0 0 -450px;*/
    background: #fff;
    right: 100px;   
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 14px 56px rgba(0, 0, 0, 0.1);
}

.rcform {
    position: relative;
    width: 480px;
    height: 100%;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    padding: 30px 0px;
    box-sizing: border-box;
}

.rcform h1 {
    font-size: 20px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.rcform p {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.formDiv {
    margin-top: 22px;
    font-size: 16px;
    overflow: hidden;
    padding: 0px 44px;
    box-sizing: border-box;
}

.formDiv img {
    margin: 0px auto;
}

.formDiv label {
    display: inline-block;
    margin-bottom: 12px;
    height: 48px;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 3px;
    box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
    overflow: hidden;
    position: relative;
}
.marginb6 {
    margin-bottom: 6px !important;
}
.formDiv label i.iconfont {
    display: block;
    width: 64px;
    height: 48px;
    background-color: #f0f2f6;
    font-size: 18px;
    float: left;
    border-right: 1px solid rgba(34,36,38,.15);
    background-image: url(../IMG/icon.png);
    background-repeat: no-repeat;
}
.formDiv label span {
    display: block;
    width:100px;
    height: 48px;
    line-height:48px;
    text-align:center;
    background-color: #f0f2f6;
    font-size: 18px;
    float: left;
    border-right: 1px solid rgba(34,36,38,.15);  
}

.txt_input, .pwd_input {
    float: left;
    width: 300px;
    height: 48px;
    padding: 5px 5px 5px 16px;
    font-size: 16px;
    box-sizing: border-box;
    border: 0px;
}
.regist_input{
    float: left;
    width: 280px;
    height: 48px;
    padding: 5px 5px 5px 16px;
    font-size: 16px;
    box-sizing: border-box;
    border: 0px;
}
.layui-form-radio { 
    padding-right: 3px; 
}
.pwd > i.icon {
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .5;
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.pwd > i.icon:after, .pwd > i.icon:before {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -.5em;
}

.yzm .code {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
    margin-top: 2px;
}
.tab-header-1 {
    border: none;
    padding: 0px;
    width: 70%;
    margin: 0px auto;
    height: 50px;
}
 
.tab-header-1 .active {
    border-bottom: 3px solid #359bd7;
    color: #359bd7;
}

.tab-header-1 h1 {
    line-height: 47px;
    text-align: center;
    float: left;
    height: 47px;
    width: 50%;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}


.tabheader {
    border: none;
    padding: 0px;
    width: 70%;
    margin: 0px auto;
    height: 50px;
}

.tabheader .active {
    border-bottom: 3px solid #359bd7;
    color: #359bd7;
}

.tabheader h1 {
    line-height: 47px;
    text-align: center;
    float: left;
    height: 47px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}
.forgot-pass {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
}

.forgot-pass a {
    color: #ff6a00;
    text-decoration: none;
}
 

/* 暂时不用
.log_ewm_btn {
    left: 0px;
    top: 0px;
    width: 62px;
    height: 62px; 
}

.log_ewm_btn .prompt {
    display: block;
    width: 108px;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    color: #8a8a8a;
    left: -83px;
    top: 19px;
    text-align: center;
    background: url(/img/shape.png) no-repeat left center;
}

.log_ewm_btn .ewm_bg {
    display: block;
    width: 62px;
    height: 62px;
    line-height: 0;
    font-size: 0;
    right: 0;
    bottom: 0;
}

.ewm_ico {
    background: url(/img/home_er.png) no-repeat;
}

.log_ewm_btn2 {
    right: 2px;
    bottom: -1px;
    width: 90px;
    height: 57px;
  
}

.log_ewm_btn2 .prompt {
    display: block;
    width: 112px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #8a8a8a;
    left: -65px;
    top: 7px;
    text-align: center;
    background: url(/img/shape.png) no-repeat left center;
}

.log_ewm_btn2 .ewm_bg {
    display: block;
    width: 67px;
    height: 67px;
    right: -2px;
    top: -10px;
    background: url(/img/pc.png) no-repeat center;
}
.abs {
    position: absolute;
}*/
 
.sub-cont {
    overflow: hidden;
    position: absolute;
    left: 480px;
    top: 0;
    width: 720px;
    height: 100%;
    padding-left: 240px;
    background: #fff;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.img {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    padding-top: 360px;
}

.img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 720px;
    height: 100%;
    background-image: url(/img/bx-login-bj.png );
    background-size: cover;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}


.logincontent.s--signup .sub-cont {
    -webkit-transform: translate3d(-480px, 0, 0);
    transform: translate3d(-480px, 0, 0);
}


.logincontent.s--signup .img:before {
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
}

.img__text {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.img__text h2 {
    margin-bottom: 10px;
    font-weight: normal;
}

.img__text p {
    font-size: 14px;
    line-height: 1.5;
}

.logincontent.s--signup .img__text.m--up {
    -webkit-transform: translateX(480px);
    transform: translateX(480px);
}

.img__text.m--in {
    -webkit-transform: translateX(-480px);
    transform: translateX(-480px);
}

.logincontent.s--signup .img__text.m--in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.img__btn {
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.img__btn:after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 30px;
}

.img__btn span {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.img__btn span.m--in {
    -webkit-transform: translateY(-72px);
    transform: translateY(-72px);
}

.logincontent.s--signup .img__btn span.m--in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.logincontent.s--signup .img__btn span.m--up {
    -webkit-transform: translateY(72px);
    transform: translateY(72px);
}

h2 {
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin: 50px auto 30px auto;
}
  
   
.sign-in {
    transition-timing-function: ease-out;
}

.logincontent.s--signup .sign-in {
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
}

.sign-up {
    -webkit-transform: translate3d(-720px, 0, 0);
    transform: translate3d(-720px, 0, 0);
}

.logincontent.s--signup .sign-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 
#cen_right_top {
    overflow: hidden;
    margin-top: 20px;
}

#cen_right_top .active {
    color: #043e90;
    border-bottom: 2px solid #043e90;
} 

#backtop {
    position: fixed;
    width: 40px;
    right: 40px;
    top: 30%;
    z-index: 9999;
    box-shadow: -2px 2px 5px 3px rgba(7,17,27,.1);
}
 
.aboutlogin {
    width: 306px;
    height: 380px;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding: 10px;
    padding-left: 15px;
    padding-right: 6px;
    margin-left: 25px;
    display: none;
}

.aboutlogin h2 {
    font-size: 18px;
    font-family: "微软雅黑";
    text-align: center;
    color: black;
    font-weight: bold;
}

.aboutlogin p {
    line-height: 25px;
    font-size: 15px;
    text-align: justify;
    text-justify: trim;
    color: #646464;
    letter-spacing: 1px;
    margin-top: 10px;
}

em {
    font-style:normal;
}
