@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_ql40r2y3c3.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_ql40r2y3c3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_ql40r2y3c3.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_ql40r2y3c3.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_ql40r2y3c3.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_ql40r2y3c3.svg#Alibaba-PuHuiTi-Regular') format('svg'); /* iOS 4.1- */
}

body {
    font-family: "webfont" !important;
    /*font-size: 1rem;
  font-style: normal;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.banner {
    background: url(/images/landing/bg3.png) no-repeat center top;
    height: 650px;
}

header {
    padding: 1.875rem 0;
    width: 81.25rem;
    margin: 0 auto;
}
.main_login {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
.logo {
    background: url(/images/landing/logo.png) no-repeat;
    width: 16.125rem;
    height: 2.5rem;
    float: left;
}

.login_left {
    background: url(/images/landing/picture3.png) no-repeat left top;
    width: 700px;
    height: 440px;
    float: left;
    margin-top: 45px;
}

/*.login_left2 {
    background: url(/images/landing/picture2.png) no-repeat left top;
    width: 722px;
    height: 530px;
    float: left;
    margin-top: 45px;
}*/

.login_right {
    width: 31.25rem;
    height: 450px;
    background: #fff;
    border-radius: 0.375rem;
    float: right;
    margin-top: 1.5625rem;
}

    .login_right h3 {
        font-size: 1.375rem;
        padding: 1.5625rem 0;
        font-weight: bold;
        text-align: center;
    }

    .login_right form {
        padding: 0 1.875rem;
    }

ul, dl {
    padding: 0;
}

    ul li {
        list-style: none;
    }

.datetime {
    width: 42px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    background-color: #f60;
    border-radius: 3px;
    text-align: center;
    font-weight: bolder;
}

.datetime {
    width: 42px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    background-color: #f60;
    border-radius: 3px;
    text-align: center;
    font-weight: bolder;
}

    .datetime time {
        color: #fff;
    }

.information input[type=text], .information input[type=password], .information input[type=tel] {
    width: 27.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border: #ddd solid 0.0625rem;
    padding-left: 2.5rem;
    transition: all 0.4s ease;
}

.information button {
    width: 27.5rem;
    height: 3.125rem;
    background: linear-gradient(90deg,#2563fd, #0081d2);
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1rem;
    border: 0;
    box-shadow: 0px 8px 10px 0px #c1d8ff;
}

input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus {
    outline: 1px solid #1273E7;
    color: #212529;
}

input[type=placeholder] {
    color: #ccc;
}

.information li {
    position: relative;
    padding-bottom: 1.5625rem;
}

.information i {
    position: absolute;
    top: 0.6875rem;
    left: 0.625rem;
    width: 1.75rem;
    height: 1.75rem;
}

.icon_tel {
    background: url(/images/landing/icon_login_phone.png) no-repeat;
}

.ValidCode {
    background: url(/images/landing/icon_login_yz.png) no-repeat;
}

.password {
    background: url(/images/landing/icon_login_code.png) no-repeat;
}

.information button:focus {
    outline: 0;
    background: linear-gradient(90deg,#1552ea, #0079c5);
}

input::placeholder {
    color: #C8CBCF;
}

input::-webkit-input-placeholder {
    color: #C8CBCF;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C8CBCF;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C8CBCF;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C8CBCF;
}

.information li span.send {
    width: 5.9375rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    font-size: 0.875rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: #ddd solid 1px;
    cursor: pointer;
}

.information li span.agree {
    font-size: 0.875rem;
    padding-left: 0.625rem;
}

    .information li span.agree a {
        color: #212529;
        padding-left: 0.3125rem;
    }

.slidetounlock {
    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: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none
}

@-webkit-keyframes slidetounlock {
    0% {
        background-position: -200px 0
    }

    100% {
        background-position: 200px 0
    }
}

#drag {
    position: relative;
    background-color: #f5f5f5;
    width: 27.5rem;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ddd;
}

    #drag .handler {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 52px;
        height: 48px;
        border-right: 1px solid #ddd;
        cursor: move;
    }

.handler_bg {
    background: #fff url("/images/landing/slider.png") no-repeat center;
}

.handler_ok_bg {
    background: #fff url("/images/landing/complet.png") no-repeat center;
}

#drag .drag_bg {
    background-color: #7ac23c;
    height: 48px;
    width: 0px;
}

#drag .drag_text {
    position: absolute;
    top: 0px;
    width: 27.5rem;
    color: #9c9c9c;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.information li a.account {
    color: #1273E7;
    font-size: 0.875rem;
}

.nav a.active {
    background: url(/images/landing/nav_click.png) no-repeat center bottom;
    color: #fff;
    font-weight: bold;
}

.nav a:hover {
    color: #fff;
}

.promiss_01, .promiss_02, .promiss_03, .promiss_04 {
    height: 5.125rem;
    margin: 2.5rem auto 0rem;
    width: 5.125rem;
}

.promiss_01 {
    background: url(/images/landing/icon3_1.png) no-repeat center top;
}

.promiss_02 {
    background: url(/images/landing/icon3_2.png) no-repeat center top;
}

.promiss_03 {
    background: url(/images/landing/icon3_3.png) no-repeat center top;
}

.promiss_04 {
    background: url(/images/landing/icon3_4.png) no-repeat center top;
}

.card-title {
    font-size: 1.375rem;
    font-weight: bold;
    color: #1273E7;
}

.card-text:last-child {
    color: #666;
    line-height: 1.875rem;
}

.product {
    background: url(/images/landing/pd_bg2.png) no-repeat top center;
    height: 680px;
}

    .product .card {
        border-radius: 6px;
        box-shadow: 0px 2px 10px 0px rgba(128,180,235,0.2);
    }

.product_bg {
    align-items: center;
    display: flex;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
}

.price_bg {
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    width: 100%;
    padding: 15px;
}

    .product_bg img, .price_bg img {
        align-items: center;
        margin: 0 auto;
    }

a.jijia {
    width: 123px;
    height: 40px;
    background: linear-gradient(90deg,#2563fd, #0081d2);
    border-radius: 20px;
    box-shadow: 0px 8px 10px 0px rgba(193,216,255,0.5);
    margin: 0 auto;
    color: #fff;
    line-height: 40px;
    margin-bottom: 1.875rem;
    text-align: center;
}

    a.jijia:hover, a.jijia:active, a.price_btn:hover, .a.price_btn:active {
        color: #fff;
        text-decoration: none;
    }

.title-info {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.9375rem;
    margin-bottom: 0.625rem;
}

.line-right:hover {
    background: url(/images/landing/line-hover.png) no-repeat center bottom #fff;
}

.price {
    background: #F3F7FF;
    margin-top: 5rem;
    padding-bottom: 5rem;
}

.title-name {
    text-align: center;
    font-size: 2.125rem;
    font-weight: bold;
    padding: 5rem 0 1.25rem;
    margin-bottom: 0;
}

.price_infor {
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
}

.price .card {
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(128,180,235,0.2);
    height: 565px;
}

.price .title-name {
    padding: 5rem 0 1.875rem;
}

.lie-title {
    font-size: 1rem;
    font-weight: bold;
}

.price dl {
    padding: 0 0.9375rem;
    height: 250px;
    margin-bottom: 0;
}

    .price dl dt {
        text-align: center;
        padding-bottom: 0.9375rem;
        font-size: 1rem;
    }

    .price dl dd {
        color: #666;
        margin-bottom: 0.9375rem
    }

.price_bt {
    text-align: center;
}

a.price_btn {
    width: 192px;
    height: 40px;
    background: linear-gradient(90deg,#2563fd, #0081d2);
    border-radius: 20px;
    box-shadow: 0px 8px 10px 0px rgba(193,216,255,0.5);
    margin: 0 auto;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.price .card:hover:after {
    height: 10px;
    background: linear-gradient(90deg,#2563fd, #0081d2);
    border-radius: 0px 0px 6px 6px;
    content: "";
    display: block;
    position: relative;
    bottom: -16px;
    z-index: 999;
}

.introduce {
    height: 450px;
    background: #f9f9f9;
}

.introduce_tu, .introduce_tu img {
    width: 650px;
    height: 450px;
}

.introduce_tu {
    overflow: hidden;
    float: left;
    margin: 0;
}

.introduce aside {
    float: left;
    padding: 20px;
    width: 48%;
    text-align: justify;
    color: #666;
}

    .introduce aside p {
        margin-bottom: 15px;
    }

    .introduce aside h3 {
        background: url(/images/landing/quality_bg.png) no-repeat;
        width: 75px;
        height: 61px;
        font-size: 34px;
        margin: 40px 0 20px;
        color: #212529;
    }

        .introduce aside h3 b {
            display: inline-block;
            margin-top: 11px;
            margin-left: 11px;
        }

    .introduce aside strong {
        font-size: 1.125rem;
        margin-bottom: 10px;
        display: block;
        margin-top: 20px;
        color: #212529;
    }

.comment {
    background: linear-gradient(180deg,#f7faff, #f3f7ff);
    margin-top: 4.375rem;
    background: url(/images/landing/shai_tb.png) no-repeat center top #F3F7FF;
    height: 1097px;
}

.sign {
    width: 64px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.comment-text {
    color: #666;
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}

.comment-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.9375rem;
}

.three {
    background: url(/images/landing/three.png) no-repeat;
    width: 23px;
    height: 19px;
    position: absolute;
    left: 10%;
    bottom: -6%;
}

.comment .card {
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 6px 10px 0px rgba(128,180,235,0.2);
}

.comment_user {
    height: 54px;
    position: absolute;
    bottom: -80px;
}

.comment_user_left {
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}

.comment_user_right, .user_bottom address, .user_bottom time {
    float: left;
}

.user_top img {
    margin: 0 2px;
    position: relative;
    top: -1px;
}

.user_bottom {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    padding-top: 10px;
}

    .user_bottom address {
        margin-bottom: 0;
    }

    .user_bottom address, .user_bottom time {
        margin-right: 15px;
    }

.comment-first {
    height: 420px;
    padding-bottom: 30px;
}

    .comment-first div a {
        width: 19.53125rem;
        height: 14.49rem;
        display: block;
        overflow: hidden;
    }

footer {
    height: 25rem;
    background: #0a1a3e;
}

.footer_top {
    padding: 3.125rem 0 1.875rem;
    overflow: hidden;
}

    .footer_top dl {
        float: left;
        margin-right: 5rem;
    }

        .footer_top dl dt {
            font-size: 1rem;
            color: #fff;
            font-weight: bold;
            padding-bottom: 1.25rem;
        }

        .footer_top dl dd {
            color: #fff;
            text-align: left;
            opacity: 0.5;
        }

            .footer_top dl dd a {
                color: #fff;
            }

.qr_code {
    float: right;
}

.footer_top dl dd span {
    display: inline-block;
    margin-right: 1.25rem;
}

.footer_bottom {
    border-top: #1c366f solid 1px;
    opacity: 0.5;
    color: #fff;
    padding-top: 1.5625rem;
}

.footer_bottom_left {
    float: left;
}

.footer_bottom_right {
    float: right;
    margin-left: 2.5rem;
}

    .footer_bottom_right p img {
        opacity: 1;
        margin-right: 1.25rem;
    }

.card-text li {
    background: url(/images/landing/dian.png) no-repeat left center;
    text-align: left;
    padding-left: 15px;
    margin: 0 auto;
    width: 53%;
}

.data .card-title {
    color: #FF5500;
    font-size: 2.125rem;
    font-weight: bolder;
}

.data .card-text {
    font-size: 1rem;
}

.data .card {
    border-right: #ddd solid 1px;
}

.data .card-body {
    padding: 0 1.25rem;
}

.data .card:last-child {
    border-right: none;
}

.data {
    margin-top: 10px;
}

.table-map {
    padding-top: 40px;
}

.country p {
    float: left;
    font-weight: bolder;
    margin: 0;
}

.country {
    float: left;
    font-size: 16px;
    width: 640px;
    height: 40px;
    line-height: 40px;
}

    .country strong {
        color: #1273E7;
    }

    .country span {
        margin-left: 30px;
    }

.table-data {
    float: right;
}

#slidebox {
    background-color: #FF7700;
    height: 146px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}

.login_tan input[type="tel"] {
    /*background-color: #FF7700;*/
    border: #fff solid 1px;
    width: 280px;
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
    /*color: #fff;*/
    font-size: 16px;
}

.login_tan {
    float: right;
    padding-top: 50px;
}

    .login_tan button {
        background-color: #fff;
        height: 45px;
        line-height: 45px;
        border: none;
        width: 136px;
        margin-left: 10px;
        color: #FF7700;
        font-size: 1rem;
    }

        .login_tan button:active, .login_tan button:visited {
            border: none;
        }

/*表格滚动*/
.table-left {
    float: left;
    width: 640px;
}

.tablebox {
    width: 640px;
    float: left;
    height: 357px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(128, 180, 235, 0.2);
}

    .tablebox table {
        width: 100%;
    }

        .tablebox table th,
        .tablebox table td {
            text-align: center;
            line-height: 45px;
        }

        .tablebox table th {
            color: #333333;
            background-color: #BCD8FC;
        }

        .tablebox table td img {
            display: inline-block;
            vertical-align: middle;
        }
        /*.tablebox table tbody tr:nth-child(even) {
  background-color: #F4F9FF;
}*/
        .tablebox table tbody tr {
            border-bottom: #e3ecf8 solid 1px;
        }

    .tablebox.table_md table td,
    .tablebox.table_md table th {
        line-height: 45px;
    }

    .tablebox b {
        color: #FF5500;
        font-weight: bolder;
        width: 22px;
        text-align: center;
        display: inline-block;
    }

    .tablebox time {
        border-radius: 2px;
        border: #f60 solid 1px;
        height: 21px;
        line-height: 21px;
        overflow: hidden;
    }

        .tablebox time span {
            background-color: #f60;
            color: #fff;
            width: 21px;
            text-align: center;
            display: inline-block;
        }

    .tablebox strong {
        color: #f50;
    }
