@charset "UTF-8";
/* CSS Document */
/*顶部*/
.head3-box {
    background: #fff;
}
.head3-box .main .menu-list {
    color: #888888;
}
.head3-box .main .btn-group > a {
    color: #888888;
}
header .main {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
header .main .menu-list {
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 20px;
    height: 100%;
}
header .main .menu-list a {
    display: block;
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 90px;
    padding: 0 16px;
    margin: 0 5px;
}
header .main .menu-list a:hover {
    color: #fff;
    background: -webkit-linear-gradient(#2c66ba, #2258a5);
    background: -o-linear-gradient(#2c66ba, #2258a5);
    background: -moz-linear-gradient(#2c66ba, #2258a5);
    background: linear-gradient(#2c66ba, #2258a5);
}
header .main .menu-list a.active {
    background: -webkit-linear-gradient(#2c66ba, #2258a5);
    background: -o-linear-gradient(#2c66ba, #2258a5);
    background: -moz-linear-gradient(#2c66ba, #2258a5);
    background: linear-gradient(#2c66ba, #2258a5);
}
header .logo-left {
    width: 220px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
header .logo {
    width: 210px;
    height: 60px;
    padding: 10px 0;
    overflow: hidden;
    line-height: 99em;
    background-image: url(/b2cFrame/lib/images/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
header .logo a {
    width: 180px;
    height: 64px;
    display: block;
    overflow: hidden;
    line-height: 99em;
}
header .main .btn-group > a {
    display: inline-block;
    float: left;
    margin: 0 5px;
    margin-top: 30px;
    color: #FFFFFF;
}
header .main .btn-group > a.btn {
    margin-top: 35px;
    font-size: 16px;
}
header.index-head2 .main .btn-group > a {
    color: #fff;
}
.wecat-box {
    display: inline-block;
    float: left;
    margin: 0 5px;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}
.wecat-code {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -50px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
}
.wecat-code img {
    width: 100px;
}
.wecat-box:hover .wecat-code {
    display: block;
}
/*底部*/
.sign-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.sign-footer-main {
    display: inline-block;
    padding: 20px 0;
}
.sign-footer-list {
    margin-top: 10px;
}
.sign-footer-list li {
    float: left;
    padding: 0 5px;
    color: #888888;
    border-right: 1px solid #888888;
    line-height: 16px;
}
.sign-footer-list li:last-child {
    border-right: 0 none;
}
.sign-footer-list li:hover {
    color: #2c6bb4;
}
.footer-phone {
    color: #888888;
    margin-left: 50px;
    padding-left: 40px;
    background: url(/b2cFrame/lib/images/phone-icon1.png) no-repeat left center;
    line-height: 36px;
    font-weight: bold;
}
.sign-mian {
    position: fixed;
    top: 80px;
    bottom: 80px;
    width: 100%;
    background: url(/b2cFrame/lib/images/sign-bg.jpg) no-repeat center center;
    background-color: #4baee5;
}
/*登陆主体*/
.sign-mian-block {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.sign-mian-out {
    float: right;
    width: 370px;
    height: 100%;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-flex;
}
.sign-box {
    width: 100%;
}
.sign-title {
    color: #fff;
    font-size: 16px;
    letter-spacing: 20px;
}
.sign-box-main {
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    margin-top: 10px;
    padding: 0 30px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.sign-box-title {
    display: none;
    text-align: center;
    font-size: 23px;
}
.sign-box-icon {
    position: absolute;
    top: -45px;
    right: 0;
}
.sign-lable {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.sign-lable ul li {
    display: inline-block;
    margin: 0 20px;
    padding-bottom: 6px;
    cursor: pointer;
}
.sign-lable ul .sign-active {
    color: #2c6bb4;
    border-bottom: 1px solid #2c6bb4;
}
.sign-lable ul li:hover {
    color: #2c6bb4;
}
.sign-div {
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
}
.input-box {
    margin-top: 20px;
    position: relative;
}
.input-box input {
    width: 100%;
    border: 0 none;
    font-family: "微软雅黑";
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    padding-left: 45px;
    line-height: 20px;
    box-sizing: border-box;
}
.input-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 20px;
    background: no-repeat center center;
    border-right: 1px solid #ddd;
}
.input-icon1 {
    background-image: url(../../images/sign-icon2.png);
}
.input-icon2 {
    background-image: url(../../images/sign-icon3.png);
    background-size: 16px auto;
}
.input-icon3 {
    background-image: url(../../images/sign-icon4.png);
}
.input-icon4 {
    background-image: url(../../images/sign-icon5.png);
    background-size: 13px auto;
}
.yam-img {
    position: absolute;
    top: 0;
    right: 0;
}
.yam-img img {
    height: 30px;
}
.yzm-input input {
    padding-right: 100px;
}
.text-box {
    margin-top: 40px;
}
.reme-btn {
    cursor: pointer;
}
.reme-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    margin-right: 5px;
    margin-bottom: -2px;
}
.reme-btn2 {
    color: #2c6bb4;
}
.reme-btn2 .reme-icon {
    background: url(/b2cFrame/images/gou-icon1.png) no-repeat center center;
}
.reme-text:hover {
    color: #2c6bb4;
}
.sign-btn {
    margin-top: 20px;
}
.sign-btn button {
    width: 100%;
    line-height: 36px;
    border-radius: 5px;
    font-family: "微软雅黑";
    color: #fff;
    border: 0 none;
    background-color: #2c6bb4;
    cursor: pointer;
}
.sign-btn button:hover {
    background-color: #215399;
}
.reme-btn-dl {
    margin-top: 20px;
    text-align: center;
}
.input-box .yzm-btn {
    position: absolute;
    width: 100px;
    height: 24px;
    top: 0;
    right: 0;
    text-align: center;
    padding: 0;
    line-height: 24px;
    border-radius: 5px;
    background-color: #2C66BA;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.form-m-auto ul li {
    position: relative;
}
.form-m-auto ul li .codeImg {
    position: absolute;
    top: 1rem;
    right: 0;
}
.form-m-auto ul li .input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    text-indent: 2.4rem;
}
.form-m-auto ul li label {
    position: absolute;
    text-align: center;
    top: .5rem;
    left: 0;
    height: 1.5rem;
    border-right: 1px solid #CCC;
}
.form-m-auto ul li:nth-child(1) i {
    background: url(/b2cFrame/lib/images/sign-icon2.png) no-repeat;
    width: 2rem;
    display: block;
}
.form-m-auto ul li:nth-child(2) i {
    background: url(/b2cFrame/lib/images/sign-icon3.png) no-repeat;
    width: 2rem;
    display: block;
}
.form-m-auto ul li:nth-child(3) i {
    background: url(/b2cFrame/lib/images/sign-icon4.png) no-repeat;
    width: 2rem;
    display: block;
}
.form-m-auto ul li .input:focus { /*border:none;*/ box-shadow: none;
    text-indent: 2.4rem;
}
.form-m-auto ul li button {
    width: 100%;
    background: -webkit-linear-gradient(top, #407fc9 38%, #2c6bb4 100%);
    background: -ms-linear-gradient(top, #407fc9 38%, #2c6bb4 100%);
    background: -moz-linear-gradient(top, #407fc9 38%, #2c6bb4 100%);
    background: -o-linear-gradient(top, #407fc9 38%, #2c6bb4 100%);
    background: linear-gradient(top, #407fc9 38%, #2c6bb4 100%);
    border: 1px solid #2c6bb4;
}
@media only screen and (min-width:240px) and (max-width:767px) {
    body {
        min-width: 100%
    }
    header .main {
        width: 100%
    }
    header .logo-left {
        width: 30%;
    }
    header .logo {
        width: 80%;
        margin: auto
    }
    header .main .menu-list {
        position: relative;
        z-index: 3
    }
    .sign-mian {
        bottom: 0
    }
    .sign-mian-block {
        width: 96%;
        margin: auto
    }
    .sign-mian-out {
        float: none;
        width: 100%;
        height: 100%;
    }
    .footer-phone {
        color: #FFF;
        margin-left: 0;
        padding: 0 20px;
        background: none;
        line-height: 2;
        font-weight: normal;
    }
}