@charset "UTF-8";

/*格式化*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Verdana, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333
}

li, ol {
    list-style: none;
}

ins {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

a {
    text-decoration: none;
    font-family: "微软雅黑";
}

    a:hover {
        cursor: pointer;
        text-decoration: none;
    }

:focus {
    outline: 0;
}

img {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

input, textarea {
    border: none;
    font-family: "微软雅黑";
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 14px;
    font-family: "微软雅黑";
}


body {
    max-width: 640px;
    margin: 0 auto;
}

*, div, a, img {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

/*广告*/
.bd {
    width: 96%;
    margin: 0 auto
}

.ban {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    border-radius: 10px
}

    .ban img {
        display: block;
        width: 100%;
        transition: all 4s ease;
        border-radius: 10px
    }

    .ban .swiper-pagination {
        bottom: 10px;
    }

    .ban .swiper-pagination-bullet {
        width: 15px;
        opacity: 1;
        height: 3px;
        margin: 0 3px !important;
        background: rgba(255,255,255,0.4);
        border-radius: 1px;
    }

    .ban .swiper-pagination-bullet-active {
        border-radius: 1px;
        opacity: 1;
        background: #fff;
        width: 15px
    }

.ch_1 {
    display: flex;
    align-items: center;
    width: 94%;
    padding: 10px 3%;
    border-radius: 10px;
}

    .ch_1 dt img {
        width: 52px;
        height: auto;
    }

    .ch_1 dd {
        padding-left: 15px;
    }

        .ch_1 dd h1 {
            font-size: 16px;
            font-weight: bold
        }

        .ch_1 dd h2 {
            font-size: 14px;
            color: #999;
        }

.ch_2 {
    width: 94%;
    margin: 0 auto;
}

    .ch_2 img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px
    }

.ch_3 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

    .ch_3 ul {
        justify-content: space-around;
        display: flex;
    }

        .ch_3 ul li img {
            display: block;
            width: 54px;
            height: auto;
            margin: 0 auto
        }

        .ch_3 ul li span {
            display: block;
            text-align: center;
            font-size: 14px;
            margin-top: 6px;
        }





#new_box {
    width: 100%;
    padding: 15px 0px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0px; 
}

.new_con {
    width: 100%;
    margin: 0 auto;
}

.newtel {
    height: 40px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #666
}

.newtel2 {
    height: 40px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #666;
    margin: 0.8em auto;
    width: 80%;
}

.new_telst {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 6px;
    text-align: center
}

.new_telst2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 6px;
    text-align: center
}

    .new_telst li {
        width: 20%;
        text-align: center;
        float: left;
        display: inline;
        cursor: pointer;
        height: 40px;
        font-size: 15px;
        color: #333;
        position: relative
    }
    .new_telst2 li {
        width: 30%;
        text-align: center;
        float: left;
        display: inline;
        cursor: pointer;
        height: 40px;
        font-size: 20px;
        color: #333;
        position: relative
    }

        .new_telst li.newon {
            color: #1a54fa;
            font-weight: bold;
            position: relative
        }
.new_telst2 li.newon {
    color: #1a54fa;
    font-weight: bold;
    position: relative
}
.new_telst li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 15%;
    background: #eee;
    height: 70%;
    width: 1px;
}

        .new_telst2 li::after {
            position: absolute;
            content: "";
            right: 0;
            top: 15%;
            background: #eee;
            height: 32%;
            width: 1px;
        }
@media screen and (max-width: 540px) {
    .new_telst2 li {
        width: 30%;
        text-align: center;
        float: left;
        display: inline;
        cursor: pointer;
        height: 40px;
        font-size: 18px;
        color: #333;
        position: relative
    }
}
@media screen and (max-width: 430px) {
    .new_telst2 li {
        width: 30%;
        text-align: center;
        float: left;
        display: inline;
        cursor: pointer;
        height: 40px;
        font-size: 16px;
        color: #333;
        position: relative
    }
} 

/*.new_telst li.newon::after{background: #217af0;}
*/ .new_lst {
    position: relative;
    overflow: hidden;
    display: none;
}

.new-wrap {
    margin-top: 10px;
}

.new_telst li span {
    display: block;
    background: #fff;
    border-radius: 20px;
    color: #999;
    font-weight: normal;
    font-size: 11px;
    width: 62px;
    margin: 0 auto;
    margin-top: 0px;
    padding: 1px 0
}

.new_telst li.newon span {
    background: #1a54fa;
    color: #fff;
}

.fa {
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

    .fa li {
        box-shadow: 0px 0px 10px #eee;
        border-radius: 5px;
        background: #fff;
        overflow: hidden;
        padding: 10px;
        margin: 10px 3% 10px 3%
    }

    .fa .f1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .fa .f1 dt {
            width: 120px;
            height: auto;
        }

            .fa .f1 dt img {
                display: block;
                width: 100%;
                height: 110px;
                border-radius: 5px
            }

        .fa .f1 dd {
            width: calc(100% - 130px)
        }

            .fa .f1 dd h1 {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-weight: bold;
                font-size: 16px;
                color: #333
            }

            .fa .f1 dd .b1 {
                padding: 8px 0;
                display: flex;
            }

                .fa .f1 dd .b1 span {
                    display: inline-block;
                    border-radius: 80px;
                    padding: 2px 7px;
                    background: #fcf5f2;
                    color: #fa7a4f;
                    font-size: 12px;
                    margin-right: 2px
                }

                    .fa .f1 dd .b1 span:nth-child(3) {
                        margin-right: 0
                    }

                    .fa .f1 dd .b1 span.xl {
                        background: #ebfefc;
                        color: #4bc9be;
                    }

                    .fa .f1 dd .b1 span.yr {
                        background: #f1f7ff;
                        color: #4598ff;
                    }

            .fa .f1 dd .b2 span {
                display: block;
                position: relative;
                padding-left: 10px;
                color: #999;
                font-size: 12px;
                margin-bottom: 2px;
            }

                .fa .f1 dd .b2 span::after {
                    content: "";
                    background: #999;
                    border-radius: 10px;
                    width: 5px;
                    height: 5px;
                    position: absolute;
                    top: 7px;
                    left: 0
                }

    .fa .f2 {
        padding-top: 10px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .fa .f2 .b3 {
            color: #999;
            width: calc(100% - 100px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .fa .f2 .b4 {
            background: #1a54fa;
            color: #fff;
            border-radius: 100px;
            text-align: center;
            line-height: 32px;
            width: 90px;
            font-size: 13px;
        }

.kong_ts img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px
}

.kong_ts span {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px
}


.ggtc {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 888888;
    max-width: 640px;
    margin: 0 auto;
    display: none;
}

.kefucen {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 888888;
    max-width: 640px;
    margin: 0 auto;
    display: none;
}

.dw {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.yizhengchaxun {
    width: 75%;
    border-radius: 10px;
    background: #fff;
    padding: 5% 7%;
    position: relative
}

.fw0 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 5px
}

.fw2 {
    padding-bottom: 15px;
}

    .fw2 h1 {
        position: relative;
        font-size: 15px;
        padding-left: 15px
    }

        .fw2 h1::after {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            background: #666;
            width: 7px;
            height: 7px;
            border-radius: 10px
        }

    .fw2 h2 {
        overflow: hidden
    }

        .fw2 h2 a {
            display: block;
            float: left;
            text-align: center;
            line-height: 26px;
            background: #dfe5f9;
            color: #5371c8;
            border-radius: 6px;
            margin-top: 8px;
            font-size: 11px;
            margin-left: 8px;
            padding: 0 12px
        }

    .fw2 h3 {
        overflow: hidden;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-top: 8px;
        padding-left: 10px
    }

    .fw2 h2 a:nth-child(1) {
        margin-left: 15px;
    }

.closebtn img {
    padding: 8px;
    border-radius: 50px;
    background: #f7f7f7;
    margin-top: 10px
}

.closebtn {
    position: absolute;
    top: 0px;
    right: 10px
}



.kfimg img {
    display: block;
    width: 100%;
    height: auto
}



.cx_cen {
    background-image: -webkit-linear-gradient(left top, #1a54fa,#57cefc);
    background-image: -o-linear-gradient(bottom right, #1a54fa,#57cefc);
    background-image: -moz-linear-gradient(bottom right, #1a54fa,#57cefc);
    background-image: linear-gradient(to bottom right, #1a54fa,#57cefc);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    /*background: url(../images/HQ-03.jpg) no-repeat top center;
	background-size: 100% 100vh*/
}


.cx_1 {
    overflow: hidden;
    padding-top: 30px;
}

    .cx_1 img {
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto
    }


.cx_2 {
    overflow: hidden;
    width: 85%;
    margin: 0 auto
}

    .cx_2 input {
        display: block;
        height: 50px;
        border: 0;
        width: 86%;
        border-radius: 500px;
        margin-top: 30px;
        padding: 0 7%;
        font-size: 15px;
        background: #eee
    }

.cx_btn {
    width: 100%;
    font-size: 16px;
    background: #1a54fa;
    color: #fff;
    border-radius: 100px !important;
    display: block;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}


.cx_text::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
}

.cx_text::-moz-placeholder {
    color: #999;
    font-size: 15px;
}

.cx_text:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
}

.cx_img {
    width: 100%;
    overflow: hidden
}

    .cx_img img {
        display: block;
        width: 85%;
        height: auto;
        padding-top: 20px;
        margin: 0 auto
    }

.cx_wo {
    position: absolute;
    left: 9%;
    top: 32%;
    background: rgba(255,255,255,1);
    width: 82%;
    border-radius: 10px;
    padding-bottom: 50px
}



.view_1 {
    width: 100%;
    overflow: hidden
}

    .view_1 img {
        display: block;
        width: 100%;
        height: auto;
    }

.viewcen {
    width: 94%;
    padding: 0 3%
}

.view_2 {
    padding: 22px 0
}

    .view_2 h1 {
        font-size: 19px;
        font-weight: bold;
        padding-bottom: 8px
    }

    .view_2 h2 {
        font-size: 14px;
        color: #999
    }

.view_3 {
    margin-top: 10px
}

.view_3_1 {
    display: flex;
    align-items: flex-end
}

    .view_3_1 dl {
        display: flex;
        align-items: center
    }

        .view_3_1 dl dt {
            color: #ff4c15;
            font-size: 15px;
            padding-top: 3px
        }

        .view_3_1 dl dd {
            color: #ff4c15;
            font-size: 27px;
            display: flex;
            align-items: flex-end;
            font-weight: bold;
            padding-left: 6px
        }

            .view_3_1 dl dd span {
                font-size: 15px;
                font-weight: normal;
                padding-bottom: 3px;
                padding-left: 3px
            }

    .view_3_1 .bg {
        margin-left: 8px;
        margin-bottom: 3px
    }

    .view_3_1 .bg {
        color: #999;
        font-size: 15px;
    }

        .view_3_1 .bg span {
            color: #999;
            font-size: 15px;
            margin-left: 3px;
            text-decoration: line-through
        }

.view_3_2 {
    color: #ff4c15;
    font-size: 14px
}

.view_4 {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: 100%;
    color: #966417;
    text-align: center;
    padding: 7px 0;
    margin-top: 10px
}

.view_5 {
    border: 1px solid #f1dfa3;
    border-radius: 5px
}

.view_5_tit {
    display: flex;
    background: #fcf8eb;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #f1dfa3
}

    .view_5_tit span {
        display: block;
        width: 33.3333333%;
        text-align: center;
        padding: 8px 0;
        color: #966417
    }

.view_5_cen {
    display: flex;
    background: #fcf8eb;
    border-radius: 0 0 5px 5px;
}

    .view_5_cen span {
        display: block;
        width: 33.3333333%;
        text-align: center;
        padding: 8px 0;
        color: #966417
    }

.view_5_tit span:nth-child(2) {
    border-left: 1px solid #f1dfa3
}

.view_5_tit span:nth-child(3) {
    border-left: 1px solid #f1dfa3
}

.view_5_cen span:nth-child(2) {
    border-left: 1px solid #f1dfa3
}

.view_5_cen span:nth-child(3) {
    border-left: 1px solid #f1dfa3
}

.view_6 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px
}

    .view_6 li {
        width: 48%;
        border-radius: 5px;
        background: #f7f7f7;
        padding: 10px 0;
        text-align: center;
    }

        .view_6 li:nth-child(1) span {
            background: url(../images/1.png) no-repeat left center;
            background-size: 21px;
            padding: 8px 0 8px 35px
        }

        .view_6 li:nth-child(2) span {
            background: url(../images/2.png) no-repeat left center;
            background-size: 21px;
            padding: 8px 0 8px 35px
        }

.view_7 {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    margin: 25px 0
}

    .view_7::after {
        position: absolute;
        content: "";
        left: 0;
        top: 4px;
        width: 3px;
        height: 16px;
        background: #1a54fa;
        border-radius: 2px
    }

.view_8 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 65px
}

    .view_8 .view_text img {
        max-width: 100%;
        height: auto
    }

.view_kong {
    color: #999;
    padding: 0px 0 30px 15px
}

.view_bottom {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 9px 3%;
    width: 94%;
    box-shadow: 0px 2px 8px #ccc;
    max-width: calc(640px - 6%);
}

    .view_bottom dl {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between
    }

        .view_bottom dl dt {
            display: flex;
            justify-content: space-around;
            width: 42%
        }

            .view_bottom dl dt img {
                display: block;
                width: 19px;
                height: auto;
                margin: 0 auto
            }

            .view_bottom dl dt span {
                display: block;
                text-align: center;
                font-size: 11px
            }

        .view_bottom dl dd {
            width: 56%;
            border-radius: 100px;
            color: #fff;
            background: #1a54fa;
            text-align: center;
            line-height: 43px;
            font-size: 15px;
            background-image: -webkit-linear-gradient(left top, #1a54fa,#4850f7);
            background-image: -o-linear-gradient(bottom right, #1a54fa,#4850f7);
            background-image: -moz-linear-gradient(bottom right, #1a54fa,#4850f7);
            background-image: linear-gradient(to bottom right, #1a54fa,#4850f7);
        }


.lingqu {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    bottom: 0;
    z-index: 888888;
    max-width: 640px;
    margin: 0 auto;
    display: none;
}

.lingqu_cen {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 90%;
    border-radius: 10px 10px 0 0;
    padding: 20px 5% 10px;
}

.lqgrxx h1 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.lqgrxx11 h2 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 0 12px;
    margin-top: 20px
}

    .lqgrxx11 h2::after {
        position: absolute;
        content: "";
        left: 0;
        top: 4px;
        width: 3px;
        height: 13px;
        background: #1a54fa;
        border-radius: 2px
    }

.lqgrxx11 h3 {
    font-size: 12px;
    padding-bottom: 10px;
    color: #1a54fa;
    padding-top: 4px;
    margin-left: 13px;
}

.lqgrxx11 dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%
}

    .lqgrxx11 dl span {
        display: block;
        width: 70px;
        font-size: 15px;
    }

    .lqgrxx11 dl input {
        width: calc(100% - 70px);
        padding-left: 8px;
        font-size: 15px;
    }

.c1 {
    margin-bottom: 10px
}

.t1 {
    background: url(../images/jt.png) no-repeat right 1px;
    background-size: 18px;
}

    .t1 input {
        width: calc(100% - 100px) !important;
    }

.lqgrxx11 dl input::placeholder {
    color: #ccc;
    font-size: 15px;
}

.holder textarea::placeholder {
    color: #ccc;
    font-size: 13px;
}

.tcbtn a {
    width: 100%;
    border-radius: 100px;
    color: #fff;
    background: #1a54fa;
    text-align: center;
    line-height: 43px;
    font-size: 15px;
    background-image: -webkit-linear-gradient(left top, #1a54fa,#4850f7);
    background-image: -o-linear-gradient(bottom right, #1a54fa,#4850f7);
    background-image: -moz-linear-gradient(bottom right, #1a54fa,#4850f7);
    background-image: linear-gradient(to bottom right, #1a54fa,#4850f7);
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 6px #1a54fa;
}




.fenxiang {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    bottom: 0;
    z-index: 888888;
    max-width: 640px;
    margin: 0 auto;
    display: none;
}

    .fenxiang .fx {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100vh;
        align-items: center
    }

.fenxiang_cen {
    background: #fff;
    width: 83%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative
}


.fx_img {
    width: 92%;
    padding: 0 4%;
    margin-top: 5px
}

    .fx_img img {
        display: block;
        width: 100%;
        height: auto
    }

.fx_e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 4%
}

    .fx_e dt {
        width: 36%;
        background: url(../images/ewm_bg.png) no-repeat center center;
        background-size: 100%;
        padding: 3%
    }

    .fx_e dd {
        width: 52%;
        font-size: 16px;
    }

    .fx_e dt img {
        display: block;
        width: 100%;
        height: auto
    }

    .fx_e dd span {
        display: block;
        font-size: 12px;
        color: #999;
        padding-top: 7px
    }


.fenxiang_cen .closebtn img {
    width: 13px;
    height: 13px;
    display: block;
}

.fx_btn1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 16px
}

    .fx_btn1 a {
        display: block;
        width: 44%;
        line-height: 38px;
        text-align: center;
        font-size: 15px;
        border-radius: 60px;
    }

        .fx_btn1 a.w1 {
            color: #1a54fa;
            background: #fff;
            border: 1px solid #1a54fa
        }

        .fx_btn1 a.w2 {
            color: #fff;
            background: #1a54fa;
            border: 1px solid #1a54fa
        }




.haoma {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    bottom: 0;
    z-index: 888888;
    max-width: 640px;
    margin: 0 auto;
    display: none;
}

    .haoma .fx {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100vh;
        align-items: center
    }

.haoma_cen {
    background: #fff;
    width: 83%;
    border-radius: 10px;
    padding: 30px 0;
    position: relative
}

    .haoma_cen h1 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .haoma_cen ul {
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: 0 auto;
        justify-content: space-between;
        padding: 15px 0 15px
    }

        .haoma_cen ul a {
            display: block;
            width: 47%;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 50px;
            color: #000;
            padding: 8px 0;
            margin-top: 14px;
            font-family: "arial";
			font-size: 16px;
			
        }

            .haoma_cen ul a.on {
                color: #fff;
                background: #1a54fa;
                border: 1px solid #1a54fa
            }
.haoma_cen ul a i{color: red}

.d_xz{display: flex;justify-content: space-between;width: 85%;margin: 0 auto;border: 1px solid #ccc;border-radius: 30px;background: #f7f7f7;margin-top: 30px}
.d_xz input{width: 65%;display: block;height: 40px;padding: 0 5%;border: 0;border-radius: 30px;background: none}
.d_xz a{display: block;width: 25%;color: #fff;text-align: center;line-height: 40px;font-size: 15px;border-radius: 30px;
	background: linear-gradient(225deg, #1a54fa 0%, #1a54fa 54%, #45C2FF 100%);
}
.xzbtn a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 48px;
    border-radius: 50px;
    width: 85%;
    margin: 0 auto;
    margin-top: 22px;
    background: #1a54fa;
    box-shadow: 0px 2px 6px #1a54fa;
    margin-bottom: 10px;
	font-size: 16.5px
}


.shuax {
    text-align: center;
    margin: 5px 0 10px
}

    .shuax span {
        background: url(../images/3.png) no-repeat left center;
        background-size: 18px;
        padding-left: 22px;
        color: #999;
        font-size: 13px;
    }


.dianpu_cen {
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    background: url(../images/dianpu_bg.jpg) no-repeat bottom center;
    background-size: 100% 100%;
    object-fit: cover;
    padding-bottom: 20px
}
.dianpu_cen2 {
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    background-size: 100% 100%;
    object-fit: cover;
}
.dianpu_bg {
    width: 94%;
    margin: 0 auto;
}

.dianpu_text img {
    display: block;
    width: 90%;
    height: auto;
    margin:0 auto;
}

.dianpu_name {
    background: rgba(255,255,255,0.2);
    border-radius: 10px; /*box-shadow: 0px 2px 12px #cfe1fc;*/
    margin: 8px 0 12px;
}


.dianpu_ewm {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

    .dianpu_ewm dl {
        background: rgba(255,255,255,0.3);
        border-radius: 10px; /*box-shadow: 0px 2px 6px #9fb5f9;*/
        margin: 10px 0 20px;
        padding: 18px 5% 18px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .dianpu_ewm dl dt {
            width: 34%;
            background: #fff;
            padding: 6px
        }

            .dianpu_ewm dl dt img {
                display: block;
                width: 100%;
                height: auto
            }

        .dianpu_ewm dl dd {
            width: 56%;
            font-size: 16px;
            color: #142456;
            font-weight: bold;
            line-height: 25px
        }

    .dianpu_ewm h1 {
        position: absolute;
        top: 0;
        width: 80%;
        border-radius: 50px;
        text-align: center;
        padding: 12px 0;
        background: #1a54fa;
        color: #fff;
        font-size: 16px;
        left: 10%;
        box-shadow: 0px 2px 6px #809dfb
    }


.dianpu_name .ch_1 dd h1 {
    color: #142456
}

.scbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto; /*position: absolute;bottom: 0px;left: 10%;*/
}

    .scbtn a {
        display: block;
        width: 44%;
        line-height: 38px;
        text-align: center;
        font-size: 15px;
        border-radius: 60px;
    }

        .scbtn a.w1 {
            color: #1a54fa;
            background: #e9f2f9;
            border: 1px solid #1a54fa
        }

        .scbtn a.w2 {
            color: #fff;
            background: #1a54fa;
            border: 1px solid #1a54fa
        }


/*9.30*/

.wjcen {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    z-index: 888888;
    max-width: 640px;
    margin: 0 auto;
    display: none;
}

.wqq img {
    display: block;
    width: 100%;
    height: auto
}

.wj {
    width: 80%;
    border-radius: 10px;
    background: #1a54fa;
    padding: 5% 0;
    position: relative
}
.w1 {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold
}

    .w1 img {
        width: 25px;
        height: 27px;
        margin-left: 5px
    }

.w5 {
    width: 86%;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0;
    line-height: 23px
}

    .w5 span {
        color: #F3B571
    }

.w3 {
    width: 86%;
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    color: #1a54fa;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px
}
.t2 {
    justify-content: space-between
}

.t3 {
}

    .t3 img {
        display: block;
        width: 20px;
        height: 20px;
    }

.t2 span {
    width: 185px !important;
    font-size: 15px;
    display: flex !important;
    align-items: center;
    justify-content: space-between
}

    .t2 span img {
        display: block;
        width: 25px;
        height: 25px;
    }


.zhengjian {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-bottom: 10px
}

    .zhengjian .z_1 {
        width: 45%;
        border: 1px solid #ddd;
        border-radius: 5px;
        height:115px
    }

        .zhengjian .z_1 img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 5px;
            max-height: 115px;
        }

    .zhengjian .z_2 {
        width: 47%
    }

        .zhengjian .z_2 .uploadbtn a {
            display: block;
            width: 100px;
            line-height: 35px;
            border-radius: 50px;
            color: #fff;
            text-align: center;
            background: #1a54fa;
            margin: 0 auto;
            font-size: 14px
        }

input[type="file" i] {
    display: none;
}

.zhengjian .z_2 .sctext {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #666
}

.wr {
    border: 0;
    padding-top: 0
}

.lhlx {
    width: 85%;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .lhlx dt {
        display: flex;
        align-items: center
    }

    .lhlx dd {
        border-radius: 8px;
        padding: 5px 10px 5px 7px;
        background: #f7f7f7
    }

    .lhlx a {
        padding: 5px 12px;
        background: #f7f7f7;
        color: #1a54fa;
        margin-left: 10px;
        border-radius: 8px
    }

    .lhlx label {
        padding: 0px 20px 0 0;
        background: url(../images/scbtn.png) no-repeat right center;
        color: #666;
        margin-left: 10px;
        background-size: 17px;
    }

    .lhlx span { /*background: url(../images/x_jt.png) no-repeat right center;padding-right: 25px;background-size: 16px;font-size: 13.5px;display: block;*/
    }

.leixing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px
}

    .leixing .leixing_li {
        width: 23.5%;
        background: #f2f2f2;
        text-align: center;
        padding: 5px 0;
        font-size: 14px;
        border-radius: 100px;
        margin-right: 2%;
        margin-bottom: 2%
    }

        .leixing .leixing_li:nth-child(4n+1) {
            margin-right: 0
        }

        .leixing .leixing_li.on {
            background: #1a54fa;
            color: #fff
        }

.lhlx_cen {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    bottom: 0;
    z-index: 888888;
    max-width: 640px;
    margin: 0 auto;
    display: none;
}

    .lhlx_cen .lx {
        position: absolute;
        bottom: 0;
        background: #fff;
        padding: 30px 7%;
        border-radius: 8px 8px 0 0
    }

        .lhlx_cen .lx h1 {
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 35px
        }

.haoma_cen ul {
    padding: 10px 0 15px
}

.np {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px
}

    .np a {
        display: block;
        width: 45%;
        border-radius: 100px;
        text-align: center;
        padding: 10px 0;
        font-size: 15px
    }

.np_b1 {
    border: 1px solid #1a54fa
}

.np_b2 {
    border: 1px solid #1a54fa;
    color: #fff;
    background: #1a54fa
}


@media screen and (max-width: 389px) {
    .fa .f1 dd .b1 span:nth-child(3) {
        display: none
    }

    .fa .f1 dd .b1 span {
        padding: 2px 9px;
        margin-right: 7px
    }

    .ch_3 ul li img {
        width: 48px
    }
}
