﻿/* 手机 mobile start*/

@media (max-width: 767px) {
    body {
        background-size: 100% auto;
        font-size: 13px;
    }
    .visible-xs {
        display: block !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .wrapin {
        width: 100%;
    }
    .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: 40px;
        height: 40px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -20px;
        background: url(../images/h_down.png) no-repeat center center;
        background-size: 100% 100%;
        cursor: pointer;
    }
    .h_banner .tip {
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
        position: absolute;
        left: 5%;
        width: 90%;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .h_ab {
        background: #dbedff;
        padding: 30px 4%;
    }
    .h_ab .photo {
        display: block;
        width: 100%;
        height: auto;
    }
    .h_ab .intro {
        color: #1c61b1;
        text-align: left;
    }
    .h_ab .title {
        font-size: 24px;
        line-height: 44px;
        font-weight: bold;
    }
    .h_ab .more {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        background: #1c61b1;
        margin: 20px auto 0 auto;
        text-align: center;
        color: #fff;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .hw_slider {
        padding: 20px 0;
        width: 92%;
        margin: 0 auto;
    }
    .hw_slider .photo {
        display: block;
        width: 100%;
    }
    .hw_slider .intro {
        width: 100%;
        color: rgba(28, 97, 177, 1);
    }
    .hw_slider .title {
        font-size: 22px;
        font-weight: bold;
        line-height: 50px;
    }
    .hw_slider p {
        padding-bottom: 10px;
    }
    .h_easy {
        background: #dbedff;
        padding-bottom: 20px;
    }
    .h_easy .title {
        text-align: center;
        color: rgba(28, 97, 177, 1);
        line-height: 70px;
        font-size: 16px;
        font-weight: bold;
    }
    .h_easy .wp {
        width: 92%;
        margin: 0 auto;
        border-radius: 10px;
        background: #fff;
        padding: 10px 0;
    }
    .ea_fls {
        padding: 10px 0;
        position: relative;
    }
    .ea_fls .half {
        width: 100%;
    }
    .ea_fls .half img {
        display: block;
        width: 60%;
        height: auto;
        margin: 0 auto;
    }
    .ea_fls .item {
        clear: both;
        padding-left: 55px;
        padding-right: 50px;
        background: url(../images/fl.png) no-repeat left top;
        background-size: auto 30px;
        margin-left: 15px;
    }
    .ea_fls .hover {
        background-image: url(../images/fl_hover.png);
    }
    .ea_fls .ts {
        line-height: 20px;
        padding: 5px 0;
        font-size: 15px;
        font-weight: bold;
    }
    .ea_fls .bs {
        font-size: 14px;
    }
    .ea_fls .hover .ts {
        color: rgba(77, 136, 204, 1);
    }
    .ea_fls .line {
        width: 2px;
        height: 30px;
        background: #4d88cc;
        margin: 10px 0 10px 28px;
    }
    .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: 20px 0 20px 0;
    }
    .footer .wp {
        width: 92%;
        margin: 0 auto;
    }
    .footer .tps {
        clear: both;
        padding-bottom: 14px;
    }
    .footer .logo {
        float: left;
    }
    .footer .tel {
        float: right;
        line-height: 30px;
    }
    .footer .tip {
        font-size: 12px;
        padding-bottom: 14px;
        border-bottom: 1px solid #fff;
    }
    .ft_bottom {
        line-height: 26px;
        padding: 15px 0;
    }
    .ft_bottom .tit {
        float: left;
    }
    .ft_bottom .rts {
        font-size: 14px;
        float: left;
    }
    .ft_bottom .rts a {
        color: #fff;
        margin-right: 20px;
    }
    .fb_win {
        width: 92%;
        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 20px 20px 20px;
        display: none;
    }
    .fb_win .title {
        height: 60px;
        line-height: 60px;
    }
    .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: 60px;
        height: 60px;
        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: 450px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 15px;
        text-align: left;
    }
    .lg_win {
        width: 92%;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 220;
        background: #fff;
        border-radius: 10px;
        padding: 0 10px 10px 10px;
        transform: translate(-50%, -50%);
        display: none;
        box-sizing: border-box;
    }
    .lg_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;
    }
    .lg_win .handle {
        height: 40px;
        clear: both;
        line-height: 40px;
        font-size: 16px;
    }
    .lg_win .handle .btn {
        margin-right: 16px;
    }
    .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: 2px;
        font-size: 14px;
    }
    .lg_win .tit {
        float: left;
    }
    .lg_win .text {
        height: 32px;
        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: 5px;
        background: #f2f2f2;
        padding: 0 10px;
        font-size: 16px;
        box-sizing: border-box;
    }
    .lg_win .text2 {
        float: left;
        width: 58%;
    }
    .lg_win .send {
        float: right;
        width: 40%;
        height: 32px;
        border-radius: 5px;
        background: #79b4de;
        line-height: 32px;
        text-align: center;
        color: #fff;
    }
    .lg_win .rem {
        line-height: 20px;
        padding: 10px 0;
        font-size: 12px;
    }
    .lg_win .rem a {
        color: rgba(77, 136, 204, 1);
    }
    .lg_win .chk {
        position: relative;
        margin-right: 5px;
    }
        .lg_win .sub {
            display: block;
            width: 120px;
            height: 35px;
            line-height: 35px;
            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: 92%;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 220;
        background: #fff;
        border-radius: 20px;
        padding: 0 15px 15px 15px;
        transform: translate(-50%, -50%);
        display: none;
        box-sizing: border-box;
    }
    .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 15px 30px;
        font-size: 12px;
        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: 12px;
    }
    .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: 300px;
        background: url(../images/tp_banner.jpg) no-repeat top center;
        background-size: cover;
        position: relative;
    }
    .tp_banner dl {
        width: 90%;
        position: absolute;
        left: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tp_banner dt {
        line-height: 30px;
        font-size: 16px;
        padding: 10px 0;
        font-weight: bold;
        color: #fff;
    }
    /* 修改加的地方 */
    .tp_banner dt {
        margin-top: 50px;
        line-height: 35px;
        padding: 15px 0;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }
    .tp_banner dd p {
        font-size: 14px;
        color: #fff;
    }
    .tp_img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .tp_img span {
        display: inline-block;
        width: 140px;
        height: 35px;
        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: 160px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        background: #ffcb5c;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
    }
    .tp_tags {
        background: #dbedff;
        padding: 15px 0 15px 0;
    }
    .tp_tags .item {
        width: 100%;
        text-align: center;
        color: rgba(28, 97, 177, 1);
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        box-sizing: border-box;
        padding: 0 10px 40px 10px;
        background: url(../images/tp_tag.png) no-repeat bottom center;
        background-size: auto 30px;
        margin-bottom: 15px;
    }
    .tp_b {
        padding: 20px 4%;
    }
    .tp_b img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .hc_page {
        width: 92%;
        margin: 20px auto;
    }
    .hc_page .title {
        font-size: 20px;
        color: rgba(28, 97, 177, 1);
        font-weight: bold;
        padding: 10px 0;
        line-height: 1.6;
    }
    .hc_page dl {
        padding-bottom: 15px;
    }
    .hc_page dt {
        line-height: 20px;
        font-weight: bold;
        padding-left: 18px;
        background: url(../images/sj.png) no-repeat left 3px;
        background-size: auto 15px;
        cursor: pointer;
    }
    .hc_page .down dt {
        background-image: url(../images/sjh.png);
    }
    .hc_page dd {
        padding-left: 28px;
        line-height: 1.6;
        font-size: 12px;
        display: none;
    }
    .hc_page .down dd {
        display: block;
    }
    .ab_toper {
        width: 92%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .ab_toper .photo {
        display: block;
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
    .ab_toper dl {
        width: 100%;
        text-align: left;
    }
    .ab_toper dt {
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        color: rgba(28, 97, 177, 1);
    }
    .ab_bottom {
        background: #dbedff;
        padding: 20px 0;
    }
    .ab_bottom .wp {
        width: 92%;
        margin: 0 auto;
    }
    .ab_bottom .item {
        width: 100%;
        padding-bottom: 15px;
    }
    .ab_bottom img {
        display: block;
        height: 40px;
    }
    .ab_bottom .name {
        line-height: 3;
        font-size: 14px;
        font-weight: bold;
        color: rgba(28, 97, 177, 1);
    }
    .ab_bottom .tip {
        font-size: 13px;
        line-height: 18px;
    }
    .bi_steps {
        background: #6aa8f6;
        padding: 70px 0 10px 0;
        text-align: center;
    }
    .bi_steps .wp {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .bi_steps .item {
        width: 33.33%;
        float: left;
    }
    .bi_steps .num {
        margin: 0 auto;
        width: 36px;
        height: 36px;
        padding: 4px;
        border: 2px solid #d8d8d8;
        border-radius: 100%;
    }
    .bi_steps .numin {
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 100%;
        background: #d8d8d8;
        font-size: 16px;
        color: #fff;
    }
    .bi_steps .hover .num {
        border-color: #ffcb5c;
    }
    .bi_steps .hover .numin {
        background: #ffcb5c;
    }
    .bi_steps .tip {
        line-height: 42px;
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        white-space: nowrap;
    }
    .bi_page {
        margin: 0 auto;
        width: 92%;
    }
    .bi_page .title {
        height: 30px;
        line-height: 30px;
        padding-top: 10px;
        font-size: 17px;
        font-weight: bold;
        color: rgba(28, 97, 177, 1);
    }
    .bi_flx {}
    .bi_item {
        width: 100%;
    }
    .bi_item .head {
        height: 34px;
        line-height: 34px;
        clear: both;
    }
    .bi_item .head span {
        float: left;
    }
    .bi_item .text {
        height: 38px;
        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;
        background-size: auto 100%;
    }
    .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: 160px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin: 20px auto;
        display: block;
        background: #4d88cc;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }
    .pf_page {
        width: 92%;
        margin: 0 auto;
    }
    .pf_head {
        padding-top: 12px;
    }
    .pf_head .t1 {
        font-size: 20px;
        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: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .pf_page .text {
        height: 44px;
        line-height: 44px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 10px;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
        padding: 0 15px;
        font-size: 16px;
    }
    .pf_page textarea {
        width: 100%;
        box-sizing: border-box;
        height: 150px;
        padding: 15px;
        border: 1px solid #f2f2f2;
        background: #f2f2f2;
        border-radius: 10px;
        resize: none;
        font-size: 16px;
    }
    .pf_ends {
        text-align: center;
        padding: 20px 0;
    }
    .pf_ends a {
        display: inline-block;
        width: 130px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        margin: 0 10px;
        font-size: 14px;
        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: 160px;
        height: 120px;
        margin-top: 10px;
        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: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        background: url(../images/close3.png) no-repeat center center;
        background-size: 20px 20px;
    }
    .pf_wp .zw {
        width: 160px;
        height: 0;
    }
    .pf_wp .add {
        width: 160px;
        height: 120px;
        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: 92%;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 220;
        background: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 20px 0 20px 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: 16px;
        color: rgba(28, 97, 177, 1);
        font-weight: bold;
    }
    .tip_win .t2 {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
    }
    .tip_win .close {
        width: 120px;
        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: 92%;
        margin: 10px auto;
    }
    .py_page .title {
        font-size: 24px;
        font-weight: bold;
        color: rgba(28, 97, 177, 1);
        line-height: 2;
    }
    .py_page li {
        font-size: 13px;
        line-height: 24px;
    }
    .py_page li strong {
        font-size: 20px;
        color: #4d88cc;
    }
    .py_type {
        border-top: 1px solid #d2d2d2;
        margin-top: 15px;
    }
    .py_type .head {
        padding: 10px 0;
        line-height: 1.6;
        clear: both;
    }
    .py_type .tit {
        font-weight: bold;
        color: rgba(28, 97, 177, 1);
    }
    .py_type .tip {
        font-size: 12px;
    }
    .py_item {
        width: 100%;
        /*修改了参数 height: 140px; */
        height: 160px;
        border: 1px solid #f2f2f2;
        border-radius: 10px;
        background: #f2f2f2 url(../images/pay_sel.png) no-repeat 15px 15px;
        background-size: auto 25px;
        padding: 20px 0 0 70px;
        box-sizing: border-box;
        line-height: 1.6;
        cursor: pointer;
        margin-top: 15px;
    }
    .py_item.hover {
        border-color: #3061ab;
        background: #e4eefc url(../images/pay_selh.png) no-repeat 15px 15px;
        background-size: auto 25px;
    }
    .py_item dt {
        font-size: 16px;
        color: #333;
    }
    .py_item dd {
        font-size: 12px;
    }
    .red1 {
        color: red;
        line-height: 1.4;
        width: 95%;
    }
    .py_ends {
        text-align: center;
        height: 55px;
        line-height: 55px;
        font-size: 12px;
    }
    .py_ends a {
        color: rgba(28, 97, 177, 1);
    }
    .py_ends .chk {
        position: relative;
        margin-right: 5px;
    }
    .py_pay {
        display: block;
        width: 160px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin: 20px auto 40px auto;
        background: #4d88cc;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
    }
    .py_win {
        width: 92%;
        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: 10px;
        padding: 0 15px 15px 15px;
        display: none;
        box-sizing: border-box;
    }
    .py_win-one {
        width: 92%;
        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: 10px;
        padding: 15px 15px 15px;
        display: none;
        box-sizing: border-box;
    }
    .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: 92%;
        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: 10px;
        padding: 15px 15px 15px;
        display: none;
        box-sizing: border-box;
    }
    .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: 15px 0 12px 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 {
        line-height: 20px;
        font-size: 12px;
        color: rgba(222, 86, 86, 1);
    }
    .py_win li {
        height: 30px;
        line-height: 30px;
        clear: both;
        font-size: 12px;
    }
    .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: 85px 0 25px 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: 92%;
        margin: 10px auto;
    }
    .uc_title {
        line-height: 56px;
        font-size: 16px;
        font-weight: bold;
        color: rgba(28, 97, 177, 1);
    }
    .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: 90px;
        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: 12px;
        line-height: 30px;
        padding: 15px 0;
    }
    .uc_steps {
        width: 100%;
        margin: 0 auto 35px auto;
        height: 120px;
        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;
        background-size: auto 40px;
        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: 19px;
        left: 10%;
        background: #d8d8d8;
    }
    .uc_steps .linein {
        float: left;
        height: 3px;
        background: #ffcb5c;
    }
    .uc_items {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .uc_items dl {
        padding: 0 20px;
        font-size: 12px;
    }
    .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;
    }
    .uc_out {
        overflow-x: auto;
    }
    /* 手机 mobile end*/
}