* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

ul, li {
    list-style: none;
}

a {
    color: #353535;
    text-decoration: none;
}
.back-Top {
    width: 60px;
    height: 70px;
    background: #fff;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(66,66,66,1);
    cursor:pointer;
    border: 1px solid rgba(0,0,0,0.1);
}
.codeImg {
    width: 130px;
    position: fixed;
    right:3px;
    bottom: 0px;
    z-index: 10;
}

    .codeImg img {
        width: 100%;
        height: auto;
    }

    .codeImg .codeTit {
        width: 100%;
        text-align: center;
        color: #282828;
        text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
        font-size: 16px;
    }
.tab {
    display: flex;
    margin: 0 auto;
    width: 246px;
    justify-content: space-between;
    align-items:center;
}

    .tab .tab_item {
        color: #4A4A4A;
        font-size: 20px;
        cursor: pointer;
    }

    .tab .active {
        color: #FF711B;
    }

/*导航*/
.loginbox {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(239,127,39,1);
}

    .loginbox a {
        display: block;
        color: rgba(239,127,39,1);
    }

.lg_line {
    width: 1px;
    height: 13px;
    background: rgba(210,210,210,1);
    border-radius: 1px;
    margin: 0 20px;
}

.login_con {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.header {
    position: relative;
    width: 100%;

    background: #fff;
}
.nav_topone {
    width: 100%;
    /*height: 43px;*/
    border-bottom: 1px solid #D2D2D2;
}

.nav_one_main {
    display: flex;
    justify-content: space-between;
    position:relative;
    align-items:center;
}
.nav_topone_lists {
    display: flex;
    justify-content: flex-start;
    line-height: 43px;
}
.nav_one_main p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(94,94,94,1);
}
.nav_one_main .s_logn {
    position: absolute;
    top: 56%;
    right: 0;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    transform: translateY(-50%);
}

.nav_one_main .s_logn > button {
        height: 20px;
        outline: none;
        border: 0 solid #333;
        background: #FFF;
        vertical-align: top;
        line-height: 20px;
        cursor: pointer;
    }
.w1200 {
    margin: 0 auto;
    width: 1200px;
}
.nav_topone_lists li {
    margin-right: 30px;
}
.nav_topone_lists a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    position: relative;
}
.nav_topone_lists a img {
    margin: 0 8px 0 0;
    vertical-align: sub;
}

.contaiter1 {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 70px;
    display:flex;justify-content:space-between;
}

.s_div, .s_menu > li {
    display: inline-block;
}

.s_menu .active::after {
    position: absolute;
    top: 63px;
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 0;
    /* border-color: #fa7a12 transparent transparent transparent; */
    /* border-style: solid; */
    /* border-width: 10px; */
    content: '';
    font-size: 0;
    line-height: 0;
    border-bottom: 3px solid rgba(250,121,17,1);
}

.s_menu {
    /*width: 900px;*/
    height: 70px;
    text-align: center;
    line-height: 70px;
    display:flex;
    justify-content:space-between;
    float:right;
}

.s_menu li {
    position: relative;
    margin: 0 8px;
    color: #333;
    list-style-type: none;
    font-size: 16px;
}

.s_menu li {
    position: relative;
    margin: 0 10px;
    color: #333;
    list-style-type: none;
    font-size: 18px;
}

.s_menu li.active a {
    color: #fa7a12;
    font-weight: bold;
}

.s_top {
    height: 80px;
}

.s_top > a > img {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    display:flex;
}

.s_dlzc {
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 14px;
    background: #fa7a12;
    transform: translateY(-50%);
}

    .s_dlzc > button {
        width: 68px;
        height: 28px;
        outline: none;
        border: none;
        border-radius: 14px;
        border-radius: 14px;
        background: #fa7a12;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        cursor: pointer;
    }

        .s_dlzc > button.active {
            border: 0 solid #333;
            border-radius: 14px;
            color: #333;
        }

/*.s_logn {
    position: absolute;
    top: 50%;
    right: 0;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    transform: translateY(-50%);
}

    .s_logn > button {
        height: 20px;
        outline: none;
        border: 0 solid #333;
        background: #FFF;
        vertical-align: top;
        line-height: 20px;
        cursor: pointer;
    }*/

#logout {
    width: 68px;
    height: 24px;
    border-radius: 14px;
    background: #fa7a12;
    color: #fff;
    margin-top:3px;
}

.s_btn {
    margin-top: 5px;
    margin-right: 10px;
}

.col {
    color: #fa7a12;
}

.s_logn > img {
    margin-top: 5px;
    margin-right: 5px;
}
/*联想列表*/

.ui-autocomplete {
    position: absolute;
    z-index: 10001;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    background: #fff;
    cursor: default;
}

.ui-menu .ui-menu-item {
    display: block;
    box-sizing: border-box;
    padding: 10px 5px;
    text-decoration: none;
    zoom: 1;
}

.ui-state-focus {
    background: #fa7a12;
    cursor: pointer;
}
/*登陆注册*/

#gray {
    position: fixed;
    top: 0px;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.popup {
    position: absolute;
    top: 230px; /* top: 269.3px; */
    right: 0;
    left: 0 !important;
    z-index: 999;
    margin: 0 auto;
    width: 380px;
    height: auto;
    cursor: default;
}

.login_tc {
    position: relative;
    overflow: auto;
    margin: 0 auto;
    width: 390px;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 3px;
    right: 10px;
}

i:hover {
    cursor: pointer;
}

.focus-setTab {
    width: 100%;
    height: 100%;
    background: #fff;
}

.login_title {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    background: #fa7a12;
    color: #fff;
    line-height: 40px;
}

.login_subtitle {
    margin: 40px auto 15px;
    width: 70%;
    text-align: left;
}

.inputdiv {
    position: relative;
    clear: both;
    margin: 10px auto;
    width: 70%;
    height: 40px;
    line-height: 38px;
}

    .inputdiv i {
        position: absolute;
        top: 0px;
        left: 3px;
        float: left;
        margin-right: 6px;
        padding-left: 8px;
        color: #999;
        font-size: 16px;
    }

    .inputdiv input {
        padding-left: 30px;
        width: 100%;
        height: 40px;
        border: 1px solid #f0f0f0;
        line-height: 38px;
    }

    .inputdiv .l_code {
        padding-left: 10px !important;
    }

    .inputdiv .sms, .inputdiv .msgTow_reg {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: 40px;
        border: none;
        background: #fa7a12;
        color: #fff;
    }

.loginbtn {
    margin-top: 15px !important;
    padding-left: 0 !important;
    width: 70%;
    height: 50px;
    border-radius: 5px;
    background: #fa7a12;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
/*注意事项*/

.t2_1 {
    width: 100%;
}

    .t2_1 > p:first-child {
        padding-top: 60px;
        padding-bottom: 10px;
        color: #333;
        text-align: center;
        font-size: 36px;
    }

    .t2_1 > p:last-child {
        padding-bottom: 45px;
        color: #999;
        text-align: center;
        font-size: 18px;
    }

.t2_2 {
    display: flex;
    margin: auto;
    padding-bottom: 60px;
    width: 1092px;
    height: 640px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .t2_2 > li {
        margin-bottom: 15px;
        width: 258px;
        height: 300px;
        border-radius: 4px;
        background: #FFf;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        list-style-type: none;
        cursor: pointer;
    }

        .t2_2 > li:hover {
            background: #fafafa;
        }

.t22_1 > p {
    margin: auto;
    /*width: 220px;*/
    text-align: center;
}

    .t22_1 > p:nth-child(1) {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .t22_1 > p:nth-child(2) {
        padding-bottom: 20px;
        color: #333;
        font-weight: bold;
        font-size: 18px;
        font-family: 'Microsoft YaHei';
    }

    .t22_1 > p:nth-child(3) {
        color: #333;
        font-size: 14px;
        padding:0 20px;
        box-sizing:border-box;
    }
/*城市二级联动*/
._citys {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 1;
    display: inline-block;
    padding: 5px 5px 5px 20px;
    width: 802px;
    border: 1px solid #eee;
    background: #fff;
    text-align: left;
}

.c_hot {
    padding-top: 8px;
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
}

    .c_hot a {
        margin: 0 5px;
    }

._citys1 {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    height: 150px;
    line-height: 50px;
}

    ._citys1 a {
        display: inline-block;
        overflow: hidden;
        margin-left: 6px;
        width: 80px;
        height: 30px;
        background-color: #f5f5f5;
        color: #666;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        cursor: pointer;
    }

        ._citys1 a:hover {
            background-color: #fa7a12;
            color: #fff;
        }
/*城市二级联动*/

._industrys {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 999;
    display: inline-block;
    padding: 5px 5px 5px 20px;
    width: 640px;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
}

    ._industrys .hiht {
        height: 40px;
        color: red;
        text-align: left;
        font-size: 15px;
        line-height: 40px;
    }

.type_industry {
    float: left;
    margin-right: 10px;
    width: 80px;
    background: #f0f0f0;
    color: #555;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

._industrys ul {
    overflow: hidden;
    margin: 5px 0;
}

    ._industrys ul li {
        float: left;
        display: inline-block;
        margin: 4px;
        padding: 0 2px;
        color: #666;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        cursor: pointer;
    }

        ._industrys ul li a {
            display: block;
        }

            ._industrys ul li a:hover {
                color: #fa7a12;
            }
/*字号快捷选择*/

._words {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 999;
    display: inline-block;
    padding: 5px 15px 10px;
    width: 514px;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
}

    ._words .hiht {
        height: 40px;
        color: red;
        text-align: left;
        font-size: 15px;
        line-height: 40px;
    }

    ._words .constKey {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    ._words ul.constKey li {
        width: 40px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
    }

        ._words ul.constKey li:hover {
            color: #FE9601;
        }
/* 加载 */

.loading {
    position: relative;
    display: none;
    width: 100%;
    height: 320px;
    background: #fff;
}
.loading .loadingImg {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 40%;
}

.arc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-top: 2px solid #ffea29;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 50%;
    animation: rt 2s infinite linear;
}

.arc::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-top: 2px solid #8d29ff;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 50%;
    content: "";
    animation: rt 4s infinite linear reverse;
}

.arc::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: initial;
    border-right: initial;
    border-left: initial;
    border-radius: 50%;
    background: rgb(116, 150, 212);
    content: "";
    animation: cw 1s infinite;
}

.arc_title {
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: lighter;
    font-size: 14px;
}

    .arc_title text {
        display: none;
    }

    .arc_title::after {
        content: "";
        animation: txt 5s infinite;
    }

@keyframes rt {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cw {
    0% {
        width: 0;
        height: 0;
    }

    75% {
        width: 40px;
        height: 40px;
    }

    100% {
        width: 0;
        height: 0;
    }
}

@keyframes txt {
    0% {
        content: ".";
    }

    50% {
        content: "..";
    }

    100% {
        content: "...";
    }
}
/*关注公众号*/

.weixinApp {
    position: absolute;
    top: 370px;
    right: 280px;
    left: 0;
    z-index: 10000;
    margin: auto;
    width: 494px;
    height: 258px;
    border-radius: 10px;
    background: #fff;
}

    .weixinApp .weixin_img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .weixinApp .weixin_content {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 0 20px;
        width: 100%;
    }

.weixin_content .weixin_title {
    width: 80%;
    height: 55px;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
}

.weixin_content .weixin_code {
    padding: 20px 38px 0 47px;
}

.code_img {
    width: 141px;
    height: 160px;
}

.weixin_hiht {
    float: right;
    width: 180px;
    height: 145px;
}

    .weixin_hiht p {
        height: 50px;
        color: #3f3e3e;
        font-size: 22px;
        line-height: 50px;
    }

.weixin_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
/*详情登陆*/

.delogin {
    position: fixed;
    top: 25%;
    right: 0;
    left: 0;
    z-index: 10000;
    box-sizing: border-box;
    margin: auto;
    padding: 44px 0 0;
    width: 360px;
    height: 379px;
    background: #fff;
}

    .delogin .sCodett {
        color: #FF3232;
        font-size: 24px;
    }

    .delogin .declose {
        position: absolute;
        top: 450px;
        right: 46%;
        color: #fff;
        line-height: 34px;
        cursor: pointer;
    }

.tab_line {
    width: 2px;
    height: 21px;
    background: rgba(229,229,229,1);
    border-radius: 1px;
}
.delogin .sCode {
    width: 100%;
    text-align: center;
}

    .delogin .sCode .scode_img {
        position: relative;
        overflow: hidden;
        margin: 30px auto 0;
        width: 188px;
        height: 188px;
    }

        .delogin .sCode .scode_img img {
            width: 100%;
            height: auto;
        }

        .delogin .sCode .scode_img .dim {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,.9);
        }

            .delogin .sCode .scode_img .dim .refBtn {
                margin: 70px auto;
                width: 100px;
                height: 35px;
                border-radius: 5px;
                background: #F19149;
                color: #fff;
                line-height: 35px;
                cursor: pointer;
            }

    .delogin .sCode .hiht {
        position: relative;
        width: 100%;
        color: #9C9C9C;
        font-size: 18px;
    }

        .delogin .sCode .hiht .bor-top {
            margin: 0 auto;
            width: 359px;
            height: 1px;
            background: #d2d2d2;
        }
.delogin .sLogin .logform {
    margin-top: 20px;
    text-align: center;
}

    .delogin .sLogin .logform .inpdiv {
        position: relative;
        margin: 30px auto 0;
        width: 278px;
        height: 46px;
    }
        .delogin .sLogin .logform .inpdiv input {
            box-sizing: border-box;
            padding-left: 15px;
            width: 100%;
            height: 100%;
            border: 1px solid #D3D6DB;
            line-height: 46px;
            outline:none;
        }

            .delogin .sLogin .logform .inpdiv input.l_code {
                float: left;
                box-sizing: border-box;
                padding-left: 15px;
                width: 170px;
                height: 100%;
                border: 1px solid #D3D6DB;
                line-height: 46px;
            }

        .delogin .sLogin .logform .inpdiv button {
            float: right;
            width: 100px;
            height: 46px;
            border: none;
            background: #FF7C1B;
            color: #fff;
            text-align: center;
            line-height: 45px;
            font-size: 14px;
            cursor: pointer;
            outline:none;
        }

    .delogin .sLogin .logform .sLoginbtn {
        margin: 40px auto 26px;
        width: 278px;
        height: 44px;
        border: none;
        background: #FF7C1B;
        color: #fff;
        line-height: 44px;
        cursor: pointer;
        font-size:14px;
        outline:none;
    }
.hiht {
    width: 224px;
    margin: 0 auto;
}
 .hiht span {
        color: #ACACAC;
        font-size: 14px;
    }
    .hiht span a {
        color: #FF711B;
        text-decoration: underline;
    }
.wxsm {
    width:188px;
    margin:5px auto 20px;
    font-size: 14px;
    color: #ACACAC;
    position:relative;
}
    .wxsm::before {
        width: 14px;
        height: 2px;
        background: rgba(211,214,219,1);
        border-radius: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 13px;
    }
    .wxsm::after {
        width: 14px;
        height: 2px;
        background: rgba(211,214,219,1);
        border-radius: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        right:17px;
    }
    .flayCode {
        position: absolute;
        top: 25%;
        right: 0;
        left: 0;
        z-index: 10000;
        overflow: hidden;
        box-sizing: border-box;
        margin: auto;
        padding: 0 24px;
        width: 370px;
        height: 290px;
        border-radius: 10px;
        background: #fff;
        text-align: center;
    }

    .flayCode .back {
        z-index: 10000;
        overflow: hidden;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
        border-radius: 10px;
        color: #F77C39;
        text-align: left;
        font-size: 17px;
        line-height: 50px;
    }

        .flayCode .back span {
            display: inline-block;
            padding-right: 20px;
            height: 50px;
            line-height: 50px;
            cursor: pointer;
        }

    .flayCode .title {
        z-index: 10000;
        overflow: hidden;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        border-radius: 10px;
        color: #373737;
        text-align: center;
        font-size: 21px;
        line-height: 30px;
    }

    .flayCode .msgTow_reg {
        width: 100%;
        color: #A3A3A3;
        text-align: center;
        font-size: 31px;
    }

    .flayCode .chongxin {
        display: inline-block;
        color: #F19149;
        font-size: 17px;
        cursor: pointer;
    }

    .flayCode .inpdiv {
        position: relative;
        margin: 20px auto 30px;
        width: 272px;
        height: 44px;
    }

        .flayCode .inpdiv input {
            box-sizing: border-box;
            padding-left: 10px;
            width: 100%;
            height: 100%;
            border: 1px solid #D2D2D2;
            border-radius: 5px;
            line-height: 44px;
        }

    .flayCode .login-btn {
        width: 160px;
        height: 42px;
        border: none;
        border-radius: 21px;
        background: #F19149;
        color: #fff;
        line-height: 42px;
        cursor: pointer;
    }

.flayappCode {
    position: fixed;
    top: 25%;
    right: 0;
    left: 0;
    z-index: 10000;
    box-sizing: border-box;
    margin: auto;
    width: 297px;
    height: 342px;
}

    .flayappCode .flayappCode-bg {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .flayappCode .appcodeActive {
        position: absolute;
        top: 55%;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 205px;
        height: 205px;
        transform: translateY(-50%);
    }

    .flayappCode .flayReviewBtn {
        position: absolute;
        right: 56px;
        bottom: 150px;
        width: 155px;
        height: 50px;
    }

        .flayappCode .flayReviewBtn img {
            width: 100%;
            height: 100%;
        }
    .flayappCode .flayAppCodeclose {
        position: absolute;
        top: 362px;
        right: 42%;
        bottom: 0;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        color: #666;
        text-align: center;
        font-size: 35px;
        line-height: 50px;
        cursor: pointer;
    }
/*回到顶部*/

.scrollTop {
    position: fixed;
    top: 70%;
    right: 20px;
    z-index: 9999;
    transform: translateY(-50%);
    zoom: 80%;
}

    .scrollTop .scrollCode {
        box-sizing: border-box;
        margin-bottom: 20px;
        padding: 4px 8px;
        width: 140px;
        height: 160px;
        border: 2px solid #EC6941;
        background: #fff;
        text-align: center;
    }

        .scrollTop .scrollCode img {
            width: 122px;
            height: 122px;
        }

        .scrollTop .scrollCode .btit {
            color: #565656;
            font-size: 15px;
        }

    .scrollTop .list {
        display: flex;
        margin: 20px auto;
        width: 140px;
        border: 2px solid #EC6941;
        background: #fff;
        flex-direction: column;
    }

        .scrollTop .list .item {
            position: relative;
            box-sizing: border-box;
            padding: 10px;
            width: 100%;
            text-align: center;
            cursor: pointer;
        }

            .scrollTop .list .item:last-child {
                position: relative;
                box-sizing: border-box;
                padding: 10px;
                background: #EC6941;
                cursor: pointer;
            }

            .scrollTop .list .item:hover:not(:last-child) {
                background: #eee;
            }

            .scrollTop .list .item a {
                display: block;
                width: 100%;
                height: 100%;
            }
            /* .scrollTop .list .item::after{content: ""; */ /* display: block; */ /* width: 60px; */ /* height: 1px; */ /* background: #D2D2D2; */ /* position: absolute; */ /* bottom: 0; */ /* left: 0; */ /* right: 0; */ /* margin: 0 auto; */

            .scrollTop .list .item .itemTit {
                color: #2B2B2B;
                font-size: 15px;
            }

            .scrollTop .list .item:last-child .itemTit {
                color: #fff;
                font-size: 15px;
            }

    .scrollTop .backTop {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 10px;
        width: 96px;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

        .scrollTop .backTop:hover {
            background: #eee;
        }

.toptit {
    color: #2B2B2B;
    font-size: 15px;
}

.valClose {
    position: absolute;
    top: 50%;
    right: 10px;
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #c3c3c3;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 17px;
    cursor: pointer;
    transform: translateY(-50%);
}
/*寓意弹窗*/

.flaymean {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 110;
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 20px 25px 48px;
    width: 700px;
    height: 412px;
    border-radius: 7px;
    background: #fff;
    transform: translateY(-50%);
}

    .flaymean .meanclose {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        cursor: pointer;
    }

    .flaymean .flaymean-tit {
        width: 100%;
        color: #373737;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        font-family: PingFang-SC-Bold;
    }

    .flaymean .flaymean-hiht {
        margin-top: 30px;
        width: 100%;
        color: #FE4E4E;
        font-size: 15px;
    }

    .flaymean .flaymean-btn {
        width: 100%;
        height: 45px;
        text-align: center;
    }

        .flaymean .flaymean-btn button {
            margin-top: 20px;
            width: 176px;
            height: 45px;
            border: none;
            border-radius: 4px;
            background: #F19149;
            color: #fff;
            text-align: center;
            font-size: 18px;
            line-height: 45px;
            cursor: pointer;
        }

    .flaymean .meanList {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .flaymean .meanList ._item {
            width: 25%;
            text-align: center;
            font-size: 15px;
            line-height: 52px;
        }

            .flaymean .meanList ._item label {
                display: flex;
                width: 100%;
                height: 100%;
                cursor: pointer;
                align-items: center;
            }

            .flaymean .meanList ._item ._check {
                margin-right: 15px;
                width: 20px;
                height: 20px;
            }



.myModel {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.addName {
    width: 378px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .addName .addNamebg {
        width: 100%;
        height: auto;
    }

    .addName .nameform {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0 30px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 60%;
    }
#flayCName .addName .nameform {
    top: 45%;
}
.nameform .nameformtitle {
    width: 80px;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    color: #323232;
}

    .nameform .nameformtitle span {
        color: red;
        font-size: 12px;
    }

.nameform .nameforminput {
    width: 250px;
    text-align: left;
    white-space: nowrap;
}

    .nameform .nameforminput input {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 14px;
        background: #eee;
        border: none;
    }
#flayCName .nameform .nameforminput input {
    background: #fff;
    border: 1px solid #59493F;
}
.addName .usernameSubmit {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 42px;
    left: 0;
    cursor: pointer;
}
#flayCName .addName .usernameSubmit {
    bottom: 56px;
}

.cishuNo {
    display: none;
    width: 360px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 200;
}
.cishuNo .cishunoimg{
    width:100%;
    height:auto;
}
.cishuNo .cishuNoClose {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.cishuNo .cishuHiht {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 130px;
    left: 0;
}
.cishuNo .cishuPay {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 40px;
    left: 0;
    cursor:pointer;
}
/*购买次数*/
.flayPurchase {
    display: none;
    width: 700px;
    background: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    padding: 0 88px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 200;
}
.flayPurchase .purchaseClose{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:30px;
    cursor:pointer;
    position:absolute;
    top:5px;
    right:5px;
}
.flayPurchase .purchaseTit {
    margin-top: 52px;
    color: #373737;
    font-size:20px;
}
.flayPurchase .purchaseList {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    display:flex;
    justify-content: space-between;
}
.flayPurchase .purchaseList .purItem {
    width: 166px;
    height: 56px;
    line-height:56px;
    text-align:center;
    border: 1px solid #BFBFBF;
    box-sizing:border-box;
    cursor:pointer;
    position:relative;
}
.flayPurchase .purchaseList .purItem .picthicon {
    display: none;
    width: 166px;
    height: 56px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.flayPurchase .purchaseList .purItem.selceted {
    color: #FF7C2D;
}
.flayPurchase .purchaseList .purItem.selceted .picthicon {
    display: block;
}
.flayPurchase .zhifu {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.flayPurchase .zhifu .zfleft {
    color: #373737;
    font-size: 20px;
}
.flayPurchase .zhifu .zfright {
    color: #FF2424;
    font-size: 22px;
}
.flayPurchase .priceBtn {
    padding: 20px 0 50px;
}
.flayPurchase .priceBtn .ImgBtn {
    display:inline-block;
    width: 176px;
    height: auto;
    margin-right: 40px;
    cursor: pointer;
}
.flayPurchase .priceBtn .ImgBtn img {
    width: 100%;
    height: auto;
}


/*微信支付弹窗*/
.flayWxOrder {
    display: none;
    width: 814px;
    height: 512px;
    text-align: center;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

.flayWxOrder .wxOrderImg {
    width: 100%;
    height: 100%;
}

.flayWxOrder .wxClose {
    width: 50px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.flayWxOrder .QRCodeImg {
    width: 190px;
    height: auto;
    position: absolute;
    top: 190px;
    left: 115px;
}