﻿/*通用类*/

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    font-size: 16px;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    text-align: justify;
    color: #707070;
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3 {
    font-weight: 500;
}

img {
    border: none;
}

a {
    cursor: pointer;
    color: #707070;
    text-decoration: none !important;
    outline: none !important;
}

    a:hover {
        color: #707070;
    }

ul {
    list-style-type: none;
    margin: 0;
}

dl {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

input.sub,
label {
    border: none;
    cursor: pointer;
}

input,
textarea {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    outline: none;
}

table {
    border-collapse: collapse;
}

    table td,
    table th {
        padding: 0;
    }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

div.clear {
    font: 0px Arial;
    line-height: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.line5 {
    font-size: 1px;
    height: 5px;
    width: 100%;
    clear: both;
}

.line10 {
    font-size: 1px;
    height: 10px;
    width: 100%;
    clear: both;
}

.line20 {
    font-size: 1px;
    height: 20px;
    width: 100%;
    clear: both;
}

.ck_device {
    position: absolute;
    top: -300px;
}


/*所有设备公用 CSS*/

.wrapin {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* input box in default state */

.tcalInput {
    background: url('../images/ay_time_btn.png') no-repeat 130px center;
    cursor: pointer;
}


/* additional properties for input boxe in activated state, above still applies unless in conflict */

.tcalActive {
    background-image: url('../images/ay_time_btn.png');
}


/* container of calendar's pop-up */

#tcal {
    position: absolute;
    visibility: hidden;
    z-index: 100;
    width: 170px;
    background-color: white;
    margin-top: 2px;
    padding: 0 2px 2px 2px;
    border: 1px solid silver;
    -moz-box-shadow: 3px 3px 4px silver;
    -webkit-box-shadow: 3px 3px 4px silver;
    box-shadow: 3px 3px 4px silver;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}


/* table containing navigation and current month */

#tcalControls {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

    #tcalControls td {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        width: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #tcalControls th {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        line-height: 25px;
        font-size: 10px;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        white-space: nowrap;
    }

#tcalPrevYear {
    background-image: url('../images/prev_year.gif');
}

#tcalPrevMonth {
    background-image: url('../images/prev_mon.gif');
}

#tcalNextMonth {
    background-image: url('../images/next_mon.gif');
}

#tcalNextYear {
    background-image: url('../images/next_year.gif');
}


/* table containing week days header and calendar grid */

#tcalGrid {
    border-collapse: collapse;
    border: 1px solid silver;
    width: 100%;
}

    #tcalGrid th {
        border: 1px solid silver;
        border-collapse: collapse;
        padding: 3px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 10px;
        background-color: gray;
        color: white;
    }

    #tcalGrid td {
        border: 0;
        border-collapse: collapse;
        padding: 2px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        width: 14%;
        font-size: 11px;
        cursor: pointer;
    }

        #tcalGrid td.tcalOtherMonth {
            color: silver;
        }

        #tcalGrid td.tcalWeekend {
            background-color: #ACD6F5;
        }

        #tcalGrid td.tcalToday {
            border: 1px solid red;
        }

        #tcalGrid td.tcalSelected {
            background-color: #FFB3BE;
        }


/*total*/


/* 针对缺省样式 (必须的) #ms为选择器*/

.scr::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}


/* 滚动条的滑轨背景颜色 */

.scr::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 3px;
}


/* 滑块颜色 */

.scr::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}


/*内层轨道的颜色*/

.scr::-webkit-scrollbar-track-piece {
    background-color: #eee;
    border-radius: 3px;
}


/* 滑轨两头的监听按钮颜色 */

.scr::-webkit-scrollbar-button {
    background-color: #eee;
    width: 0;
    height: 0;
}


/* 横向滚动条和纵向滚动条相交处尖角的颜色 */

.scr::-webkit-scrollbar-corner {
    background-color: #eee;
}

.header-mb {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

    .header-mb .logo {
        float: left;
        margin-left: 3%;
    }

        .header-mb .logo img {
            display: block;
            width: 140px;
            height: 38px;
            padding-top: 6px;
        }

.header-mb-zw {
    height: 51px;
    clear: both;
}

.nav-mb {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    display: none;
}

.nav-mbshow {
    display: block;
    background: #dbedff;
}

.menu-btn {
    width: 40px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: fixed;
    right: 3%;
    top: 10px;
    background: #fff url("../images/menu.png") no-repeat center center;
    z-index: 110;
}

.menu-btnshow {
    background-image: url("../images/menu_close.png");
}

.nav-mb .logo {
    position: absolute;
    left: 5%;
    top: 0;
    height: 50px;
}

    .nav-mb .logo img {
        display: block;
        height: 50px;
        width: 140px;
        height: 38px;
        padding-top: 6px;
    }

.nav-mb dl {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
}

.nav-mb a {
    display: block;
    color: #333;
}

.nav-mb dt {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.nav-mb .down dt {
}

.nav-mb dd {
    line-height: 30px;
    display: none;
}

.nav-mb .down dd {
    display: block;
}

.nav-mb dd a {
    color: #666;
}

.header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    color: #fff;
    height: 50px;
}

    .header .logo {
        float: left;
    }

    .header .wp {
        width: 90%;
        margin: 0 auto;
    }

.nav {
    float: left;
}

    .nav a {
        display: inline-block;
        color: #fff;
        margin-right: 40px;
        line-height: 50px;
    }

        .nav a:hover,
        .nav a.hover {
            border-bottom: 2px solid #fff;
        }

.header .lg_btn {
    float: left;
    color: #fff;
    border: 1px solid #fff;
    line-height: 36px;
    border-radius: 3px;
    padding: 0 35px;
    margin-top: 6px;
}

.header .lans {
    float: left;
    padding-left: 40px;
    line-height: 50px;
}

    .header .lans a {
        color: #fff;
    }

    .header .lans .hover {
        font-weight: bold;
    }

.alert_flog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.red1 {
    color: red;
    line-height: 1.4;
    width: 83%;
}


/*所有设备公用 CSS*/


/* PC大屏幕 big star*/

@media screen and (min-width: 993px) {
    .visible-lg {
        display: block !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .wrapin {
        width: 1200px;
    }

    .h_banner {
        width: 100%;
        height: 100vh;
        background: url(../images/h_banner.jpg) no-repeat top center;
        background-size: cover;
        position: relative;
        color: #fff;
    }

        .h_banner .down {
            display: block;
            width: 50px;
            height: 50px;
            position: absolute;
            bottom: 40px;
            left: 50%;
            margin-left: -25px;
            background: url(../images/h_down.png) no-repeat center center;
            cursor: pointer;
        }

        .h_banner .tip {
            font-size: 40px;
            font-weight: bold;
            line-height: 52px;
            position: absolute;
            left: 5%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .h_ab {
        background: #dbedff;
        padding: 170px 0;
    }

        .h_ab .photo {
            float: right;
            display: block;
            width: 660px;
        }

        .h_ab .intro {
            float: left;
            width: 430px;
            color: #1c61b1;
            text-align: right;
        }

        .h_ab .title {
            font-size: 38px;
            line-height: 74px;
            font-weight: bold;
        }

        .h_ab .more {
            display: block;
            width: 180px;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            background: #1c61b1;
            float: right;
            text-align: center;
            color: #fff;
            margin-top: 20px;
            font-size: 16px;
            font-weight: bold;
        }

    .hw_slider {
        padding: 100px 0;
    }

        .hw_slider .photo {
            float: left;
            display: block;
            width: 500px;
        }

        .hw_slider .intro {
            width: 540px;
            float: right;
            color: rgba(28, 97, 177, 1);
        }

        .hw_slider .title {
            font-size: 38px;
            font-weight: bold;
            line-height: 80px;
        }

        .hw_slider p {
            padding-bottom: 20px;
        }

    .h_easy {
        background: #dbedff;
        padding-bottom: 100px;
    }

        .h_easy .title {
            text-align: center;
            color: rgba(28, 97, 177, 1);
            line-height: 180px;
            font-size: 32px;
            font-weight: bold;
        }

        .h_easy .wp {
            width: 1200px;
            margin: 0 auto;
            border-radius: 30px;
            background: #fff;
            padding: 30px 0;
        }

    .ea_fls {
        padding: 20px 0;
        position: relative;
    }

        .ea_fls .poa {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 50%;
            right: 0;
        }

        .ea_fls .half {
            float: left;
            width: 50%;
        }

        .ea_fls .halffr {
            float: right;
        }

        .ea_fls .half img {
            display: block;
            width: 420px;
            height: 360px;
            margin: 0 auto;
        }

        .ea_fls .item {
            clear: both;
            padding-left: 75px;
            background: url(../images/fl.png) no-repeat left top;
        }

        .ea_fls .halfr {
            text-align: right;
            left: 0;
            right: auto;
        }

            .ea_fls .halfr .item {
                padding-right: 75px;
                background-position: right top;
            }

        .ea_fls .hover {
            background-image: url(../images/fl_hover.png);
        }

        .ea_fls .ts {
            line-height: 45px;
            font-size: 17px;
            font-weight: bold;
        }

        .ea_fls .bs {
            font-size: 14px;
        }

        .ea_fls .hover .ts {
            color: rgba(77, 136, 204, 1);
        }

        .ea_fls .line {
            width: 3px;
            height: 50px;
            background: #4d88cc;
            margin: 10px 0 10px 21px;
        }

        .ea_fls .halfr .line {
            float: right;
            margin: 10px 21px 10px 0;
        }

        .ea_fls .ok {
            background-image: url(../images/fl_ok.png);
        }

            .ea_fls .ok .ts {
                color: rgba(77, 136, 204, 1);
            }

    .footer {
        background: #1c61b1;
        color: #fff;
        padding: 70px 0 40px 0;
    }

        .footer .wp {
            width: 90%;
            margin: 0 auto;
        }

        .footer .tps {
            clear: both;
            padding-bottom: 64px;
        }

        .footer .logo {
            float: left;
        }

        .footer .tel {
            float: right;
            line-height: 50px;
        }

        .footer .tip {
            font-size: 12px;
            padding-bottom: 24px;
            border-bottom: 1px solid #fff;
        }

    .ft_bottom {
        height: 56px;
        line-height: 56px;
    }

        .ft_bottom .tit {
            float: left;
        }

        .ft_bottom .rts {
            font-size: 14px;
        }

            .ft_bottom .rts a {
                color: #fff;
                margin-left: 20px;
            }

    .fb_win {
        width: 586px;
        z-index: 220;
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 15px;
        background: #fff;
        box-sizing: border-box;
        padding: 0 30px 30px 30px;
        display: none;
    }

        .fb_win .title {
            height: 90px;
            line-height: 90px;
        }

            .fb_win .title span {
                color: rgba(28, 97, 177, 1);
                font-weight: bold;
                border-bottom: 1px solid rgba(28, 97, 177, 1);
            }

        .fb_win .close {
            width: 80px;
            height: 80px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 20;
            background: url(../images/close2.png) no-repeat center center;
            cursor: pointer;
        }

        .fb_win .scr {
            max-height: 500px;
            overflow-x: hidden;
            overflow-y: auto;
            padding-right: 15px;
            text-align: left;
        }

    .lg_win {
        width: 500px;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 220;
        background: #fff;
        border-radius: 40px;
        padding: 0 40px 40px 40px;
        transform: translate(-50%, -50%);
        display: none;
    }

        .lg_win .close {
            width: 80px;
            height: 80px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 20;
            background: url(../images/close2.png) no-repeat center center;
            cursor: pointer;
        }

        .lg_win .handle {
            height: 60px;
            clear: both;
            line-height: 60px;
            font-size: 18px;
        }

            .lg_win .handle .btn {
                margin-right: 26px;
            }

            .lg_win .handle .hover {
                font-weight: bold;
                color: rgba(28, 97, 177, 1);
                border-bottom: 2px solid rgba(28, 97, 177, 1);
            }

        .lg_win .con {
            display: none;
        }

        .lg_win .show {
            display: block;
        }

        .lg_win .head {
            line-height: 30px;
            clear: both;
            padding-top: 10px;
            font-size: 14px;
        }

        .lg_win .tit {
            float: left;
        }

        .lg_win .text {
            height: 42px;
            width: 100%;
            border: 1px solid #f2f2f2;
            border-radius: 10px;
            background: #f2f2f2;
            padding: 0 10px;
            font-size: 16px;
            box-sizing: border-box;
        }

        .lg_win select {
            height: 42px;
            width: 100%;
            border: 1px solid #f2f2f2;
            border-radius: 10px;
            background: #f2f2f2;
            padding: 0 10px;
            font-size: 16px;
            box-sizing: border-box;
        }

        .lg_win .text2 {
            float: left;
            width: 334px;
        }

        .lg_win .send {
            float: right;
            width: 150px;
            height: 45px;
            border-radius: 10px;
            background: #79b4de;
            line-height: 45px;
            text-align: center;
            color: #fff;
        }

        .lg_win .rem {
            height: 68px;
            line-height: 68px;
            font-size: 14px;
        }

            .lg_win .rem a {
                color: rgba(77, 136, 204, 1);
            }

        .lg_win .chk {
            position: relative;
            margin-right: 5px;
        }

        .lg_win .sub {
            display: block;
            width: 180px;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            margin: 0 auto;
            background: #4d88cc;
            text-align: center;
            color: #fff;
            border:none;
        }

        .lg_win .er {
            font-size: 12px;
            color: rgba(222, 86, 86, 1);
            padding-left: 6px;
            display: none;
            float: left;
        }

        .lg_win .error .er {
            display: block;
        }

        .lg_win .error .text {
            border-color: rgba(222, 86, 86, 1);
        }

        .lg_win .forget {
            text-align: center;
            font-size: 14px;
            line-height: 50px;
        }

            .lg_win .forget a {
                color: rgba(77, 136, 204, 1);
            }

    .for_win {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        z-index: 230;
        top: 0;
        background: #4d88cc;
        display: none;
    }

        .for_win .logo {
            display: block;
            width: 220px;
            position: fixed;
            bottom: 50px;
            left: 50%;
            margin-left: -110px;
        }

    .cookie_win {
        position: fixed;
        z-index: 250;
        width: 500px;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 220;
        background: #fff;
        border-radius: 20px;
        padding: 0 40px 40px 40px;
        transform: translate(-50%, -50%);
        display: none;
    }

        .cookie_win .head {
            height: 60px;
            line-height: 60px;
            font-weight: bold;
            color: rgba(28, 97, 177, 1);
        }

            .cookie_win .head span {
                border-bottom: 2px solid rgba(28, 97, 177, 1);
            }

        .cookie_win .close {
            width: 60px;
            height: 60px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 20;
            background: url(../images/close2.png) no-repeat center center;
            cursor: pointer;
        }

        .cookie_win li {
            padding: 0 0 25px 40px;
            font-size: 14px;
            background: url(../images/sel.png) no-repeat left top;
            cursor: pointer;
        }

        .cookie_win .hover {
            background-image: url(../images/selh.png);
        }

        .cookie_win .rem {
            text-align: center;
            font-size: 14px;
        }

            .cookie_win .rem a {
                color: rgba(28, 97, 177, 1);
            }

        .cookie_win .sub {
            display: block;
            width: 180px;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            margin: 20px auto 0 auto;
            background: #4d88cc;
            text-align: center;
            color: #fff;
        }

    .tp_banner {
        height: 710px;
        background: url(../images/tp_banner.jpg) no-repeat top center;
        position: relative;
    }

        .tp_banner dl {
            width: 80%;
            position: absolute;
            left: 10%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .tp_banner dt {
            line-height: 60px;
            padding: 60px 0;
            font-size: 30px;
            font-weight: bold;
            color: #fff;
        }

        /* 修改加的地方 */
        .tp_banner dd p {
            font-size: 14px;
            color: #fff;
        }

    .tp_img {
        margin-top: 15px;
        margin-bottom: 41px;
    }

        .tp_img span {
            display: inline-block;
            width: 180px;
            height: 45px;
            border-radius: 22px;
        }

            .tp_img span:nth-child(1) {
                background: url(../images/China1.png) no-repeat;
                background-size: 100%;
                cursor: pointer;
            }

            .tp_img span:nth-child(2) {
                background: url(../images/INDIA.png) no-repeat;
                background-size: 100%;
                cursor: pointer;
            }

            .tp_img span:nth-child(1).hover {
                border-color: #3061ab;
                background: #e4eefc url(../images/China1_1.png) no-repeat;
                background-size: 100%;
                cursor: pointer;
            }

            .tp_img span:nth-child(2).hover {
                border-color: #3061ab;
                background: #e4eefc url(../images/INDIA_1.png) no-repeat;
                background-size: 100%;
                cursor: pointer;
            }
    /* 结束 */

        .tp_banner .make {
            display: block;
            width: 320px;
            height: 60px;
            line-height: 60px;
            border-radius: 30px;
            background: #ffcb5c;
            text-align: center;
            font-weight: bold;
            font-size: 24px;
            color: #fff;
        }

    .tp_tags {
        background: #dbedff;
        padding: 95px 0 75px 0;
    }

        .tp_tags .item {
            width: 400px;
            float: left;
            text-align: center;
            color: rgba(28, 97, 177, 1);
            font-size: 20px;
            font-weight: bold;
            line-height: 30px;
            height: 200px;
            box-sizing: border-box;
            padding: 0 50px;
            background: url(../images/tp_tag.png) no-repeat bottom center;
        }

    .tp_b {
        padding: 80px 0;
    }

        .tp_b img {
            display: block;
            max-width: 1200px;
            margin: 0 auto;
        }

    .hc_page {
        width: 1200px;
        margin: 80px auto;
    }

        .hc_page .title {
            font-size: 36px;
            color: rgba(28, 97, 177, 1);
            font-weight: bold;
            padding: 20px 0;
            line-height: 1.6;
        }

        .hc_page dl {
            padding-bottom: 15px;
        }

        .hc_page dt {
            line-height: 36px;
            font-weight: bold;
            padding-left: 28px;
            background: url(../images/sj.png) no-repeat left 9px;
            cursor: pointer;
        }

        .hc_page .down dt {
            background-image: url(../images/sjh.png);
        }

        .hc_page dd {
            padding-left: 28px;
            line-height: 1.6;
            font-size: 14px;
            display: none;
        }

        .hc_page .down dd {
            display: block;
        }

    .ab_toper {
        width: 965px;
        margin: 0 auto;
        padding: 70px 0;
    }

        .ab_toper .photo {
            float: left;
            display: block;
            width: 313px;
        }

        .ab_toper dl {
            width: 530px;
            float: right;
            text-align: left;
        }

        .ab_toper dt {
            line-height: 60px;
            font-size: 32px;
            font-weight: bold;
            color: rgba(28, 97, 177, 1);
        }

    .ab_bottom {
        background: #dbedff;
        padding: 70px 0;
    }

        .ab_bottom .wp {
            width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        .ab_bottom .item {
            width: 280px;
        }

        .ab_bottom img {
            display: block;
            height: 60px;
        }

        .ab_bottom .name {
            line-height: 3;
            font-weight: bold;
            color: rgba(28, 97, 177, 1);
        }

        .ab_bottom .tip {
            font-size: 13px;
            line-height: 18px;
        }

    .bi_steps {
        background: #6aa8f6;
        padding: 150px 0 30px 0;
        text-align: center;
    }

        .bi_steps .wp {
            width: 990px;
            margin: 0 auto;
            text-align: center;
        }

        .bi_steps .item {
            width: 330px;
            float: left;
        }

        .bi_steps .num {
            margin: 0 auto;
            width: 66px;
            height: 66px;
            padding: 4px;
            border: 3px solid #d8d8d8;
            border-radius: 100%;
        }

        .bi_steps .numin {
            width: 66px;
            height: 66px;
            line-height: 66px;
            border-radius: 100%;
            background: #d8d8d8;
            font-size: 32px;
            color: #fff;
        }

        .bi_steps .hover .num {
            border-color: #ffcb5c;
        }

        .bi_steps .hover .numin {
            background: #ffcb5c;
        }

        .bi_steps .tip {
            line-height: 82px;
            font-weight: bold;
            color: #fff;
            font-size: 22px;
        }

    .bi_page {
        margin: 0 auto;
        width: 1200px;
    }

        .bi_page .title {
            height: 50px;
            line-height: 50px;
            padding-top: 50px;
            font-size: 27px;
            font-weight: bold;
            color: rgba(28, 97, 177, 1);
        }

    .bi_flx {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
    }

    .bi_item {
        width: 32%;
    }

    .bi_item2 {
        width: 66%;
    }

    .bi_item .head {
        height: 34px;
        line-height: 34px;
        clear: both;
    }

        .bi_item .head span {
            float: left;
        }

    .bi_item .text {
        height: 45px;
        line-height:48px;
        width: 100%;
        border-radius: 10px;
        border: 0;
        box-sizing: border-box;
        padding: 0 10px;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
    }

    .error .text {
        border-color: #f00;
    }

    .bi_item .tcal {
        background: #f2f2f2 url(../images/tcal.png) no-repeat right center;
    }

    .bi_item .sel {
        font-size: 16px;
        height: 45px;
        width: 100%;
        border-radius: 10px;
        border: 0;
        box-sizing: border-box;
        padding: 0 10px;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
    }

    .bi_page .next {
        width: 320px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        margin: 60px auto;
        display: block;
        background: #4d88cc;
        text-align: center;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        border: none;
    }

    .pf_page {
        width: 1200px;
        margin: 0 auto;
    }

    .pf_head {
        padding-top: 42px;
    }

        .pf_head .t1 {
            font-size: 36px;
            font-weight: bold;
            color: rgba(28, 97, 177, 1);
            line-height: 1.6;
        }

        .pf_head .t2 {
            font-size: 12px;
            padding-bottom: 10px;
        }

        .pf_head .t3 {
            font-size: 12px;
            color: rgba(222, 86, 86, 1);
            padding-bottom: 10px;
        }

    .pf_page .title {
        height: 56px;
        line-height: 56px;
        font-size: 20px;
    }

    .pf_page .text {
        height: 44px;
        line-height: 44px;
        width: 400px;
        border-radius: 10px;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
        padding: 0 15px;
        font-size: 16px;
    }

    .pf_page textarea {
        width: 400px;
        height: 150px;
        padding: 15px;
        border: 1px solid #f2f2f2;
        background: #f2f2f2;
        border-radius: 10px;
        resize: none;
        font-size: 16px;
    }

    .pf_ends {
        text-align: center;
        padding: 100px 0;
    }

        .pf_ends a {
            display: inline-block;
            width: 320px;
            height: 60px;
            line-height: 60px;
            border-radius: 30px;
            margin: 0 20px;
            font-size: 26px;
            font-weight: bold;
        }

        .pf_ends .backa {
            color: #fff;
            background: #707070;
        }

        .pf_ends .submit {
            color: #fff;
            background: #4d88cc;
        }

    .pf_wp {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .pf_wp .thu {
            width: 386px;
            height: 280px;
            margin-top: 20px;
            background: #f6f6f7;
            position: relative;
            overflow: hidden;
            display: none;
        }

            .pf_wp .thu img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .pf_wp .close {
            width: 60px;
            height: 60px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 10;
            background: url(../images/close3.png) no-repeat center center;
        }

        .pf_wp .zw {
            width: 386px;
            height: 0;
        }

        .pf_wp .add {
            width: 386px;
            height: 280px;
            background: url(../images/add_pic.png) no-repeat center center;
            background-size: cover;
            margin-top: 20px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .pf_wp .ad {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .pf_wp .ad1 {
            z-index: 10;
        }

        .pf_wp .ad2 {
            z-index: 9;
        }

        .pf_wp .ad3 {
            z-index: 8;
        }

        .pf_wp .ad4 {
            z-index: 7;
        }

        .pf_wp .ad5 {
            z-index: 6;
        }

        .pf_wp .ad6 {
            z-index: 5;
        }

    .tip_win {
        width: 585px;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 220;
        background: #fff;
        border-radius: 30px;
        text-align: center;
        padding: 50px 0 30px 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: none;
    }

        .tip_win .t1 {
            font-size: 26px;
            color: rgba(28, 97, 177, 1);
            font-weight: bold;
        }

        .tip_win .t2 {
            font-size: 14px;
            width: 360px;
            margin: 0 auto;
            padding: 20px 0;
        }

        .tip_win .close {
            width: 180px;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            color: #fff;
            margin: 0 auto;
            background: #4d88cc;
            cursor: pointer;
        }

        .tip_win .ctrls .close {
            display: inline-block;
            margin: 0 10px;
        }

        .tip_win .ctrls .co {
            background: #999;
        }

    .py_page {
        width: 1200px;
        margin: 50px auto;
    }

        .py_page .title {
            font-size: 34px;
            font-weight: bold;
            color: rgba(28, 97, 177, 1);
            line-height: 2;
        }

        .py_page li {
            font-size: 15px;
            line-height: 45px;
        }

            .py_page li strong {
                font-size: 20px;
                color: #4d88cc;
            }

    .py_type {
        border-top: 1px solid #d2d2d2;
    }

        .py_type .head {
            height: 90px;
            line-height: 90px;
            clear: both;
        }

        .py_type .tit {
            float: left;
            font-weight: bold;
            color: rgba(28, 97, 177, 1);
        }

        .py_type .tip {
            float: right;
            font-size: 12px;
        }

    .py_item {
        width: 340px;
        height: 160px;
        border: 1px solid #f2f2f2;
        border-radius: 10px;
        background: #f2f2f2 url(../images/pay_sel.png) no-repeat 23px 23px;
        padding: 20px 0 0 80px;
        box-sizing: border-box;
        line-height: 1.6;
        cursor: pointer;
        float: left;
        /* 改了margin-right: 80px; */
        margin-right: 60px;
    }

        .py_item.hover {
            border-color: #3061ab;
            background: #e4eefc url(../images/pay_selh.png) no-repeat 23px 23px;
        }

        .py_item dt {
            font-size: 16px;
            color: #333;
        }

        .py_item dd {
            font-size: 12px;
        }

    .py_ends {
        text-align: center;
        height: 95px;
        line-height: 95px;
        font-size: 14px;
    }

        .py_ends a {
            color: rgba(28, 97, 177, 1);
        }

        .py_ends .chk {
            position: relative;
            margin-right: 5px;
        }

    .py_pay {
        display: block;
        width: 320px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        margin: 0 auto;
        background: #4d88cc;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #fff !important;
    }

    .py_win {
        width: 650px;
        position: fixed;
        z-index: 220;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 20px;
        padding: 0 40px 40px 40px;
        display: none;
    }

    .py_win-one {
        width: 585px;
        height: 158px;
        position: fixed;
        z-index: 220;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 20px;
        display: none;
    }

        .py_win-one p {
            text-align: center;
            line-height: 158px;
            font-size: 26px;
            font-family: Helvetica-Bold, Helvetica;
            font-weight: bold;
            color: #1C61B1;
        }

    .py_win-wx {
        width: 585px;
        height: 318px;
        position: fixed;
        z-index: 220;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 20px;
        display: none;
    }

    .wxdix {
        text-align: center;
        margin-top: 30px;
    }

    .wxdix1 {
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #1C61B1;
    }

    .py_win-wx .close {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin: 30px auto 0 auto;
        background: #4d88cc;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    .py_win .head {
        border-bottom: 1px solid #ececec;
        padding: 42px 0 16px 0;
        text-align: center;
        margin-bottom: 15px;
    }

        .py_win .head dt {
            height: 36px;
            line-height: 36px;
        }

        .py_win .head strong {
            color: rgba(77, 136, 204, 1);
        }

        .py_win .head dd {
            height: 26px;
            line-height: 26px;
            font-size: 12px;
            color: rgba(222, 86, 86, 1);
        }

    .py_win li {
        height: 30px;
        line-height: 30px;
        clear: both;
        font-size: 14px;
    }

    .py_win ul {
        padding-bottom: 10px;
    }

    .py_win .tit {
        float: left;
    }

    .py_win .inf {
        float: right;
        color: rgba(77, 136, 204, 1);
    }

    .py_win .tip {
        font-size: 12px;
        color: rgba(222, 86, 86, 1);
        line-height: 1.6;
    }

    .py_win .close {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin: 30px auto 0 auto;
        background: #4d88cc;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    .uc_banner {
        text-align: center;
        background: #6aa8f6;
        padding: 125px 0 45px 0;
        color: #fff;
    }

        .uc_banner dt {
            font-weight: bold;
            font-size: 27px;
        }

        .uc_banner dd {
            line-height: 1.8;
            font-weight: bold;
        }

        .uc_banner .change {
            display: inline-block;
            width: 180px;
            height: 26px;
            line-height: 26px;
            border-radius: 13px;
            background: #4d88cc;
            color: #fff;
        }

    .uc_page {
        width: 90%;
        margin: 60px auto;
    }

    .uc_title {
        line-height: 66px;
        font-size: 24px;
        font-weight: bold;
        color: rgba(28, 97, 177, 1);
    }

        .uc_title ul {
            display: inline-block;
            white-space: nowrap;
        }

    .uc_title li {
        list-style: none;
        display: inline-block;
    }

            .uc_title .tab_country {
            margin-left:10px;
            line-height: 66px;
            font-size: 16px;
            color: rgba(28,106,181,1);
            font-weight: normal;
        }

        .uc_title li.active {
            text-decoration-line: underline;
        }

    .uc_tab {
        width: 100%;
        text-align: left;
    }

        .uc_tab th {
            height: 70px;
            background: #ebebeb;
            font-weight: normal;
            color: rgba(28, 97, 177, 1);
            padding-left: 20px;
        }

        .uc_tab td {
            height: 90px;
            padding-left: 20px;
            border-bottom: 2px solid #ececec;
        }

        .uc_tab .det_btn {
            padding-right: 30px;
            background: url(../images/det_tn.png) no-repeat right center;
        }

        .uc_tab .pay {
            display: inline-block;
            width: 118px;
            height: 30px;
            line-height: 30px;
            border-radius: 15px;
            text-align: center;
            background: #ffcb5c;
            color: #fff;
        }

        .uc_tab .cancle {
            padding: 0 15px;
        }

    .uc_f {
        display: none;
    }

    .uc_down {
        padding-bottom: 40px;
    }

        .uc_down .tip {
            text-align: center;
            font-size: 14px;
            line-height: 80px;
        }

    .uc_steps {
        width: 1000px;
        margin: 0 auto 35px auto;
        height: 140px;
        position: relative;
    }

        .uc_steps .item {
            width: 20%;
            float: left;
            text-align: center;
            padding-top: 50px;
            font-size: 14px;
            line-height: 1.6;
            background: url(../images/uc_step.png) no-repeat top center;
            position: relative;
            z-index: 20;
        }

        .uc_steps .hover {
            background-image: url(../images/uc_step3.png);
        }

        .uc_steps .after {
            background-image: url(../images/uc_step2.png);
        }

        .uc_steps .item dd {
            color: #999;
            font-size: 12px;
        }

        .uc_steps .line {
            width: 80%;
            height: 3px;
            position: absolute;
            top: 24px;
            left: 10%;
            background: #d8d8d8;
        }

        .uc_steps .linein {
            float: left;
            height: 3px;
            background: #ffcb5c;
        }

    .uc_items {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

        .uc_items dl {
            width: 240px;
            font-size: 14px;
        }

        .uc_items dt {
            font-size: 16px;
            color: #333;
            padding-bottom: 15px;
        }

        .uc_items dd {
            color: #999;
            padding-bottom: 10px;
        }

        .uc_items .line {
            height: 300px;
            border-left: 1px solid #d3d3d3;
        }

    /* PC大屏幕 big end*/
}
