@charset "utf-8";
.home {
    background: #FAFAFA;
}

.home .center {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.hidden {
    visibility: hidden;
}

.iHeader {
    height: 68px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
}

.iHeader .logo {
    float: left;
    margin-top: 20px;
}

.iHeader .logo img {
    height: 40px;
}

.iHeader .contact {
    float: right;
    margin-top: 24px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.iHeader .contact .txt {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.iHeader .contact i {
    font-size: 16px;
}

.iHeader .contact .ico {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icon/nav_contact.png) no-repeat;
    vertical-align: middle;
}

.iHeader .contact ul {
    width: 260px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 999;
    display: none;
}

.iHeader .contact:hover ul {
    display: block;
}

.iHeader .contact ul li {
    display: block;
    height: 26px;
    line-height: 26px;
}

.iHeader .contact ul li span {
    color: #4C8CEC;
}

.iHeader .fast_link {
    float: right;
    margin: 30px 30px 0 0;
}

.iHeader .fast_link li {
    float: left;
    height: 12px;
    line-height: 12px;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

.iHeader .fast_link li.last {
    border-right: none;
}

.home .banner {
    width: 100%;
    height: 600px;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.home .banner .center {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
}

.home .banner .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 600px;
    width: 100%;
}

.home .banner .swiper-slide {
    width: 100%;
    height: 600px;
    background-size: cover;
}

.login {
    width: 340px;
    background: #F9FAFB;
    padding-bottom: 20px;
    border-radius: 8px;
    float: right;
    margin-top: 70px;
    opacity: 0.95;
    position: relative;
}

.login .click {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 67px;
    height: 68px;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 8px;
}

.login .click.qr {
    background: url(../images/icon/login_qr.png) right top no-repeat #F9FAFB;
}

.login .click.pc {
    background: url(../images/icon/login_pc.png) right top no-repeat #F9FAFB;
}

.login h2 {
    font-size: 16px;
    color: #ff6a00;
    padding: 15px 20px 5px;
}

.login .error {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #409eff;
    margin: 0 20px;
}

#loginForm {
    margin: 10px 20px 0;
}

#loginForm .user, #loginForm .pswd, #loginForm .code {
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 15px;
}

#loginForm .input {
    width: 258px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border: none;
    outline: none;
    vertical-align: middle;
}

#loginForm .code {
    width: 145px;
}

#loginForm .code input {
    width: 100px;
}

.login h2.wechat {
    text-align: center;
    padding-top: 20px !important;
}

.login .wechat_img {
    height: 180px;
    width: 180px;
    margin: 10px auto;
    overflow: hidden;
}

.login .wechat_img.js {
    height: 220px;
    width: 260px;
    margin: 0 0 0 20px;
    overflow: hidden;
}


.login .qr_reload {
    position: relative;
    width: 160px;
    height: 160px;
    margin-top: 10px;
    cursor: pointer;
}

.login .qr_reload:after {
    content: "";
    background: url(../images/icon/login_reload.png) center no-repeat rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.login .wechat_img img {
    width: 100%;
}

.login .wechat_tip {
    text-align: center;
    padding: 5px;
    width: 200px;
    margin: 5px auto;
    border-radius: 20px;
    background: #ff6600;
    color: #fff;
    font-size: 12px;
}

#loginForm .fa {
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    margin: 8px 10px 0 10px;
    height: 36px;
    float: left;
    color: #666;
}

#loginForm .rmb {
    margin: 10px 0 20px 0;
}

#loginForm .rmb label input {
    margin-right: 5px;
    vertical-align: middle;
}

#loginForm .rmb label span {
    vertical-align: middle;
}

.login .btn {
    width: 140px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    height: 42px;
    background: #ff6a00;
    border: 1px solid #ff6a00;
    color: #fff;
    font-size: 16px;
}

.login .btn:last-child {
    color: #ff6a00;
    background: none;
    margin-left: 10px;
}

.login .btn:last-child:hover {
    background: #ff6a00;
    color: #fff;
}

.login .account {
    padding: 20px;
}

.login .account .avatar {
    margin-bottom: 20px;
    height: 48px;
}

.login .account img {
    float: left;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    vertical-align: top;
}

.login .account .name {
    float: left;
    font-size: 16px;
    word-break: break-all;
    width: 188px;
    overflow: hidden;
    height: 48px;
    color: #181818;
    margin-left: 16px;
    text-overflow: ellipsis;
    line-height: 48px;
}

.login .account .info {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin: 9px 0;
    display: flex;
}

.login .account label {
    font-size: 14px;
    color: #8b93a7;
    letter-spacing: 0;
}

.login .account .txt {
    display: flex;
    justify-content: space-around;
}

.login .account .action {
    margin: 16px 0 0;
}

.login .account .action .btn {
    width: 132px;
}

.home .service {
    min-width: 1200px;
    background: #fff;
    text-align: center;
}

.home .service ul {
    display: inline-block;
    margin: 50px 0;
}

.home .service li {
    float: left;
    width: 160px;
    text-align: center;
    margin: 0 40px;
}

.home .service li b {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: url(../images/icon/bg_sprite5.png) no-repeat;
}

.home .service li .ico1 {
    background-position: 0 0;
}

.home .service li .ico2 {
    background-position: -134px 0;
}

.home .service li .ico3 {
    background-position: 0 -134px;
}

.home .service li .ico4 {
    background-position: -134px -134px;
}

.home .service li .ico5 {
    background-position: 0 -268px;
}

.home .service li p {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
}

.home .partner {
    min-width: 1200px;
    text-align: center;
}

.home .partner h2 {
    font-size: 32px;
    font-weight: normal;
    color: #444;
    padding-top: 48px;
}

.home .partner .subtitle {
    font-size: 18px;
    color: #878787;
    margin-top: 5px;
}

.home .partner .coop {
    margin: 30px auto;
}

.iFooter {
    height: 120px;
    min-width: 1200px;
    background: #3D3D3F;
}

.iFooter .fleft {
    margin-top: 20px;
}

.iFooter .account {
    padding-left: 15px;
    float: left;
    margin-top: -10px;
}

.iFooter .account img {
    width: 80px;
}

.iFooter .account p {
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

.iFooter .fleft .cinfo {
    float: left;
}

.iFooter .fleft .cinfo a{
    color: #999;
}

.iFooter .fleft .cinfo .nav {
    color: #d6d6d6;
    margin-bottom: 20px;
}

.iFooter .fleft .cinfo .nav a {
    font-weight: bold;
    color: #d6d6d6;
    margin: 0 15px;
}

.iFooter .fleft .cinfo .nav a.first {
    margin-left: 0;
}

.iFooter .fleft .cinfo .email, .iFooter .fleft .cinfo .address {
    color: #d6d6d6;
}

.iFooter .fleft .cinfo .email {
    margin-bottom: 12px;
}

.iFooter .fleft .cinfo .copyright {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
}

.iFooter .fright {
    padding-left: 54px;
    background: url(../images/icon/ico_hotline.png) left top no-repeat;
    margin-top: 25px;
}

.iFooter .fright p {
    color: #d6d6d6;
}

.iFooter .fright .hotline {
    font-size: 32px;
    color: #4C8CED;
    margin-top: 5px;
}

.mFooter {
    padding: 30px 0;
    text-align: center;
}

#singleArea {
    margin-top: 40px;
}

#singleArea .loginBox {
    text-align: right;
    margin-top: 20px;
}

#singleArea .singleBox {
    background: #fff;
    margin-top: 20px;
}

.regForm {
    margin: 0 auto;
    width: 400px;
    padding: 40px 0;
}

.regForm h1 {
    text-align: center;
    margin-bottom: 30px;
}

.regForm .li {
    margin-bottom: 20px;
}

.regForm label {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    line-height: 36px;
}

.regForm .ant-radio-button-wrapper {
    text-align: center;
    padding: 0;
    height: 36px;
    line-height: 36px;
}

.regForm .ant-input {
    width: 280px;
    height: 36px;
    padding-left: 15px;
    font-size: 14px;
}

.regForm .ant-btn {
    width: 280px;
}

.regForm .agree {
    padding-left: 110px;
    margin-bottom: 5px;
    margin-top: -10px;
}

.regForm .agree label {
    text-align: left;
    width: 280px;
}


.sliderBox {
    position: relative;
    padding: 0 10px;
    width: 300px;
    height: 40px;
    color: #fff;
    background: #e8e8e8;
    border: 0;
    outline: none;
}

.sliderBox .bg, .sliderBox .slider, .sliderBox .txt {
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.sliderBox .slider {
    width: 50px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #d7d8d9;
    box-shadow: 2px 0 6px 0 rgba(0, 0, 0, .1);
    color: #737383;
}

.sliderBox .bg {
    width: 0;
    background-color: #52ccba;
    overflow: hidden;
    transition: background 1s ease-in;
}

.sliderBox .txt {
    width: 100%;
    background: #e8e8e8;
    overflow: hidden;
    color: #737383;
    text-align: center;
}

.sliderBox .txt span {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slideMove 3s infinite;
    -webkit-text-size-adjust: none;
}

@-webkit-keyframes slideMove {
    0% {
        background-position: -300px 0
    }
    100% {
        background-position: 300px 0
    }
}

.payment {
    min-height: 500px;
    border: 1px solid #dcdcdc;
    padding: 30px 50px;
    background: #fff;
    position: relative;
}

.payment h1 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.payment h4 {
    margin-top: 20px;
    font-size: 16px;
}

.payment .amount {
    color: #f60;
    font-size: 24px;
}

.payment .btnArea {
    padding-top: 30px;
}

.payment .btnArea .ant-btn {
    font-size: 2em;
}

.payment ul {
    padding: 30px 0;
}

.payment ul li {
    width: 210px;
    text-align: center;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    margin: 0 20px 20px 0;
}

.payment ul li.active, .payment ul li:hover {
    border: 1px solid #f60;
}

.payment .btns {
    margin-left: 180px;
}

.payment .box {
    position: absolute;
    top: 60px;
    right: 250px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 3px 10px 0 rgba(218, 218, 218, .46);
    border-radius: 2px;
    background: #fff;
    display: none;
}

.payment .box .title {
    margin-bottom: 15px;
}

.payment .qrFrame {
    width: 210px;
    height: 210px;
    border: 0;
    margin: 0 auto;
}

.payment p.tip {
    font-size: 12px;
    margin-top: 5px;
}

.payment em {
    color: #f60;
    font-style: normal;
}

#colArea {
    margin: 30px auto 0;
    width: 1200px;
}

#colArea .cl {
    float: left;
    width: 200px;
    min-height: 520px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 20px 40px;
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
}

#colArea .cr {
    float: right;
    width: 980px;
    min-height: 550px;
    border: 1px solid #ededed;
    background: #fff;
    position: relative;
    padding: 20px 40px 40px;
}

#colArea .cl dt {
    font-size: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px dotted #efefef;
}

#colArea .cl dd {
    padding-left: 10px;
    font-size: 14px;
    padding-bottom: 8px;
}

#colArea .cr h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

#colArea .cr img {
    margin: 20px auto;
}

#colArea .cr .body li {
    margin-left: 50px;
    list-style: circle;
}

#colArea .help-idx {
    background: url(../images/hlp/bg.png) top right no-repeat;
    min-height: 300px;
}

.help-notice-box .list-header {
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    color: #9b9ea0;
    padding: 0 10px;
}

.help-notice-box li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
}

.help-notice-box li > span {
    color: #73777a;
    min-width: 122px;
}

.errPage {
    min-height: 250px;
    padding: 100px;
}

.errPage .errBox {
    background: url(../images/icon/err_404.jpg) no-repeat;
    height: 250px;
}

.errPage .e403 {
    background-image: url(../images/icon/err_403.jpg);
}

.errPage .e500 {
    background-image: url(../images/icon/err_500.jpg);
}

.errPage h2 {
    font-size: 24px;
    color: #373d41;
    letter-spacing: 1px;
    line-height: 36px;
    margin: 30px 0 15px;
}

.errPage .des {
    width: 410px;
    height: 48px;
    font-size: 14px;
    color: #373d41;
    letter-spacing: .47px;
    line-height: 24px;
    margin-bottom: 20px;
}

.errPage ul {
    width: 100%;
    height: 24px;
    list-style: none;
}

.errPage ul li {
    float: left;
    margin-right: 50px;
    line-height: 24px;
}

.errDebug {
    padding: 10px;
    color: #666;
    background: #FCFCFC;
    border: 1px solid #E0E0E0;
    margin: 30px 30px 0;
}

.errDebug h2 {
    border-bottom: 1px solid #DDD;
    padding: 8px 0;
    font-size: 22px;
    margin-bottom: 20px;
}

.errDebug .title {
    margin: 10px 0;
    color: #F60;
    font-weight: bold;
    font-size: 18px;
}

.errDebug .box {
    box-sizing: border-box;
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    padding: 15px;
    word-wrap: break-word;
    border-radius: 4px;
}

.errDebug .info {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
}

.errDebug .message {
    background-color: #fff1f0;
    border: 1px solid #ffa39e;
}

.errDebug .trace {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
}

.errDebug .red {
    color: red;
    font-weight: bold;
}

.sidePop {
    position: fixed;
    bottom: 140px;
    right: 30px;
    z-index: 40;
}

.sidePop ul {
    border-radius: 100px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .07);
    background: #fff;
}

.sidePop li {
    display: block;
    height: 43px;
    width: 40px;
    border-bottom: 1px solid #e4e8f3;
    box-sizing: border-box;
    position: relative;
    color: #999;
    text-align: center;
}

.sidePop li:last-child {
    border-bottom: 0;
}

.sidePop .fa {
    font-size: 20px;
    vertical-align: -15px;
}

.sidePop .top .fa {
    vertical-align: -8px;
}

.sidePop .sideTip {
    position: fixed;
    right: 90px;
    bottom: 190px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .07);
    -webkit-transform-origin: 90% 90%;
    -ms-transform-origin: 90% 90%;
    transform-origin: 90% 90%;
}

.sidePop .sideTip.sideTel {
    bottom: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #4C8CED;
}

.sidePop .sideTip:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: -7px;
    bottom: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    border-style: solid;
    border-color: rgba(0, 0, 0, .03);
    border-width: 1px 1px 0 0;
}

.bounceIn, .bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}