* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
    -webkit-overflow-scrolling: touch;
}
/*uc浏览器底部广告屏蔽*/
#uc_recommend_ad {
    display: none !important;
}
.league {
    width: 100%;
    min-height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
}
.league a {
    color: #666;
    font-size: 0.35rem;
}


.lock-back {
    height: 100%;
    overflow: hidden;
}
body{
    width:100%;
    height:100%;
    position:relative;
    margin:0 auto;
    top:0;
    left:0;
}
a {
    text-decoration: none !important;
}
/*详情模糊图*/
.dim{
    width:100%;
    height:auto;
    display:none;
}
/*详情底部导航*/
.topTabbar {
    width: 100%;
    height: 1.3rem;
}
.back {
    width: 100%;
    background: #fff;
    height: 1.3rem;
    line-height: 1.3rem;
    color: #000;
    font-size: 0.45rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.back a{
    color:#000;
}
.back .backItem {
    width: 33%;
    position:relative;
    cursor:pointer;
}
.back .backTitle{
    color:#000;
}
/* 公司类型弹窗 */
#modelType {
    display: none;
}
.type {
    width: 100%;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    background: #eee;
}

._chooseAnimation {
    animation: __choose .2s linear forwards;
}

@keyframes __choose {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

.type_item {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.4rem;
    text-align: center;
    background: #fff;
    border-bottom: 0.01rem solid #eee;
}

.mrg-top {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.4rem;
    text-align: center;
    background: #fff;
    border-bottom: 0.01rem solid #eee;
    margin-top: 0.13rem;
}

/*导航*/
.navigation {
    width: 1.2rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 200;
}

.navigation .navbg {
    width: 100%;
    height: auto;
}
.tabbar {
    display: none;
    background: #434343;
    border-radius: 5px;
    padding: 0 0.5rem;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 1.5rem;
    z-index: 200;
}
.backTabbar .tabbar {
    right: 0.3rem;
}
.tabbar .tabbarItem {
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #707070;
}
.tabbar .tabbarItem .tabbarImg {
    width: 0.7rem;
    height:0.7rem;
}
.tabbar .tabbarItem .tabbarImg img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.tabbar .tabbarItem .tabbarTitle {
    width: 3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.45rem;
    color: #fff;
}
.bottomBtn {
    display: none;
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    font-size: 0.5rem;
    cursor:pointer;
    background: #F19149;
    color: #fff;
    position: fixed;
    bottom: -0.01rem;
    left: 0;
}
/*遮罩层*/
.myModel {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    z-index: 300;
}
/*登陆*/
#Login {
    display: none;
}
.flayLogin {
    background: #fff;
    width: 100%;
    /*height: 70%;*/
    position: absolute;
    z-index:120;
    bottom: 0;
    left:0;
    animation: showLogin .4s linear forwards;
}
@keyframes showLogin {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}
.Login-close {
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size:0.8rem;
}
.loginTitle {
    width: 100%;
    text-align: center;
    color: #383838;
    font-size: 0.5rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom:0.8rem;
    padding-left:1rem;
    box-sizing:border-box;
}
.loginform {
    width:100%;
    padding:0 0.4rem;
    box-sizing:border-box;
}
.loginform .formitem{
    width:100%;
    height:1.25rem;
    line-height:1.25rem;
    margin-bottom:0.4rem;
    /*position:relative;*/
}
.loginform .formitem input {
    width: 100%;
    border: none;
    background: #eee;
    border-radius:5px;
    padding-left:0.4rem;
    font-size:0.4rem;
}
    /*.loginform .formitem input:first-child {
        position: absolute;
        top: 0;
        left: 0;
    }
    .loginform .formitem input:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }*/
.loginform .formcode {
    display: flex;
    justify-content: space-between;
}
.loginform .formcode .code {
    width: 55%;
}
.loginform .formcode .VerifyCodeRegs {
    width: 40%;
    text-align: center;
    padding-left: 0;
    border: 1px solid #5D88F4;
    color: #5D88F4;
    background:#fff;
}

.loginform .formitem .LoginSubmit {
    width: 100%;
    border: none;
    background: #F19149;
    color: #F6F6F6;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 0.4rem;
}
.loginform .formitem .qiminLoginSubmit {
    width: 100%;
    border: none;
    background: #F19149;
    color: #F6F6F6;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 0.4rem;
}
.flayLogin .ua {
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    color: #AEAEAE;
    padding-bottom:0.6rem;
}
.flayLogin .ua a {
    color: #F19149;
}
.disable {
    pointer-events: none;
    border: 1px solid #aaa !important;
    color: #aaa !important;
}


/*关注公众号*/
#Diyihh {
    display: none;
}
.flayDiyihh {
    width: 85%;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    z-index: 120;
    top: 50%;
    transform: translateY(-50%);
    /*animation: showDiyihh .4s linear forwards;*/
}

.flayDiyihh .diyihhBgImg {
    width: 100%;
    height: auto;
}
/*@keyframes showDiyihh {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}*/

.Diyihh-close {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: 1rem;
    right: 0;
    z-index: 150;
}
.flayDiyihh .copy {
    position: absolute;
    height: 1.5rem;
    width: 100%;
    left:0;
    bottom: 5%;
    opacity: 0;
    z-index: 150;
}
.DiyihhTitle {
    width: 100%;
    padding: 0 1.5rem;
    text-align: center;
    color: #383838;
    font-size: 0.5rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    box-sizing: border-box;
}
.DiyihhTitle span {
    color: #F19149;
}
.flayDiyihh .step{
    width:100%;
    padding:0 1rem;
    box-sizing:border-box;
    display:flex;
    justify-content:space-between;
}
.flayDiyihh .step .item {
    width: 33%;
}
.flayDiyihh .step .item img{
    width: 1.5rem;
    height:auto;
}
.flayDiyihh .step .item div {
    font-size: 0.35rem;
    color: #A0A0A0;
}
.flayDiyihh .step .item div:first-child {
    text-align: center;
}
.flayDiyihh .step .item div span {
    color: #F19149;
}
.flayDiyihh .copydiv {
    padding: 0 1rem;
    box-sizing: border-box;
}
.flayDiyihh .copydiv .copy {
    display:inline-block;
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    text-align:center;
    color: #fff;
    font-size: 0.5rem;
    background: #F19149;
    border-radius: 10px;
    border: none;
    margin: 0.8rem 0;
}

/*选择城市 行业*/
.fixed-top {
    width: 100%;
    position: fixed;
    top: 0;
    left:0;
    background: #fff;
    z-index: 260;
}
.flaycityindustry {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 120;
    bottom: 0;
}
#SelCity {
    display: none;
}

.SelCity {
    animation: showSelCity .3s linear forwards;
}

@keyframes showSelCity {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}

.flaySelCity-close {
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.8rem;
}
.cityKeyWord {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5rem;
    background: #fff;
}
.industryKeyWord {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5rem;
    background: #fff;
}
.key_item {
    display: block;
    width: 100%;
    border: none;
    height: 1.15rem;
    line-height: 1.15rem;
    text-align: left;
    padding-left: 1.2rem;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 0.4rem;
}
/*选择行业*/
#SelIndustry {
    display: none;
}

.SelIndustry {
    animation: showSelIndustry .3s linear forwards;
}

@keyframes showSelIndustry {
    from {
        -webkit-transform: translateY(50%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}

.flaycityindustryClose {
    width: 100%;
    height: 1rem;
    text-align: right;
    line-height: 1rem;
    font-size: 0.8rem;
}


/*底部tabbar*/
.downPagesTabbar {
    width: 100%;
    height: 1.5rem;
}
.downTabbar {
    width: 100%;
    height: 1.5rem;
    background: linear-gradient(0deg,rgba(227,227,227,1) 0%,rgba(232,228,229,1) 100%);
    padding: 0.1rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.downTabbar .tabItem {
    width: 25%;
    height: 100%;
    text-align: center;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.downTabbar .tabItem a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.downTabbar .tabItem a .hot {
    width: 0.75rem;
    height: auto;
    position: absolute;
    top: -0.4rem;
    left: 0.2rem;
}
.downTabbar .tabItem .tabItemIcon {
    width: 100%;
}
.downTabbar .tabItem .tabItemIcon img {
    width: 0.8rem;
    height: 0.8rem;
}
.downTabbar .tabItem .tabItemTit {
    font-size: 0.35rem;
    color: #555;
}
.downTabbar .tabItem .tabItemTit.active {
    color: #ED5D24;
}









.batchpb {
    padding-bottom: 2.1rem;
}

.myModel {
    display: none;
}

.ifanimation {
    animation: rts 2s forwards;
    -webkit-animation: rts 2s forwards;
    -moz-animation: rts 2s forwards;
    -o-animation: rts 2s forwards;
}

@keyframes rts {
    from {
        transform: scale(0.8) translate(0);
        -webkit-transform: scale(0.8) translate(0);
    }

    to {
        transform: scale(0.1) translate(400%,450%);
        -webkit-transform: scale(0.1) translate(400%,450%);
    }
}

.flaymyModel {
    width: 8rem;
    text-align: center;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
}

#chailibao .flaymyModel {
    width: 6.35rem;
}
.myModelBgImg {
    width: 100%;
    height: auto;
}

.flaymyModel .btnList {
    width: 100%;
    height: 3rem;
    position: absolute;
    bottom: 0.45rem;
}

#flaytianjiawx .flaymyModel .btnList {
    top: 1.4rem;
    bottom: 0;
}
#flaywxtime .flaymyModel .btnList {
    height: 3.5rem;
    top: 1.5rem;
    bottom: 0;
}
#flaytianjiawx .inps {
    width: 100%;
    padding: 0 0.8rem;
    position: absolute;
    top: 1.4rem;
    display: flex;
    justify-content: space-between;
}
#flaywxtime .inps {
    width: 100%;
    padding: 0 0.8rem;
    position: absolute;
    top: 1.6rem;
    display: flex;
    justify-content: space-between;
}
#flaytianjiawx .inps .inpdiv, #flaywxtime .inps .inpdiv {
    width: 65%;
    height: 1rem;
}

#flaytianjiawx .inps .inpdiv input, #flaywxtime .inps .inpdiv input {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
    text-align: center;
    color: #575757;
    border: none;
    background: #eee;
    border-radius: 0.01rem;
}

#flaytianjiawx .inps .copydiv, #flaywxtime .inps .copydiv {
    width: 30%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
    background: #00A0E9;
    color: #fff;
    text-align: center;
    border-radius: 0.01rem;
}
#flayzcgs .flaymyModel .btnList, #flaygongshangdayi .flaymyModel .btnList {
    bottom: 2.7rem;
}
#flaydashiqiming .flaymyModel .btnList, #mianfeiqiming .flaymyModel .btnList {
    bottom: 2.2rem;
}
#mianfeicishu .timepaybtn {
    width: 5.6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.4rem;
    color: #fff;
    background: linear-gradient(0deg,rgba(16,127,229,1) 0%,rgba(49,154,244,1) 100%);
    border-radius: 0.6rem;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    padding-left: 0.6rem;
    box-sizing: border-box;
}
#mianfeicishu .timepaybtn .qmtimewxpaybtn{
    width:auto;
    height:0.38rem;
    position:absolute;
    top:50%;
    transform:translateY(-45%);
    right:0.8rem;
}
#mianfeicishu .flaymyModel .btnList {
    bottom: 0.8rem;
}
#flaygongsizhuce .flaymyModel .btnList {
    bottom: 2.75rem;
}

#flaybibei .flaymyModel .btnList {
    bottom: 1rem;
}
#flaybibeicailiao .flaymyModel .btnList {
    bottom: 1.9rem;
}

#flaylogosheji .flaymyModel .btnList, #rengongheming .flaymyModel .btnList {
    bottom: 2.2rem;
}

#flaydalibao .flaymyModel .btnList {
    bottom: 2rem;
}

#flaydalibao .flaymyModel .libaoList {
    width: 100%;
    padding: 0 0.4rem;
    position: absolute;
    top: 2rem;
}

#flaydalibao .flaymyModel .libaoList .libaoItem {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    padding: 0 0.3rem 0 1.1rem;
    color: #D71717;
    text-align: left;
    font-size: 0.35rem;
    white-space: nowrap;
    overflow: hidden;
    border:none;
    box-sizing: border-box;
    box-shadow: 0px 1px 7px 0px rgba(35,24,21,0.2);
    border-radius: 0.1rem;
    position: relative;
    margin-bottom: 0.2rem;
}
#flaydalibao .flaymyModel .libaoList .libaoItem::after, #flaydalibao .flaymyModel .libaoList .libaoItem::before{
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: #FE6F62;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#flaydalibao .flaymyModel .libaoList .libaoItem::after {
    left: -0.15rem;
}
#flaydalibao .flaymyModel .libaoList .libaoItem::before {
    right: -0.15rem;
}

#flaydalibao .flaymyModel .libaoList .libaoItem .libaoicon {
    width: 0.5rem;
    height: auto;
    position: absolute;
    left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
}

.btnList .btnItem {
    width: 100%;
    height: 50%;
    cursor:pointer;
}

    .btnList .btnItem a {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.flaymyModel .masterClose {
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.flaymyModel .ddwxClose {
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    cursor: pointer;
}

#chailibao .chailibaoClick {
    width: 100%;
    height: 1.2rem;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    cursor: pointer;
}

#downChild {
    width: 100%;
    background: #fff;
    padding: 0.2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 299;
    display: flex;
    justify-content: space-between;
}

/*详情大师起名底部tabbar*/
#downChild .downimgitem {
    width: 33%;
    position: relative;
    cursor: pointer;
}
#downChild .downimgitem .gscalcu {
    width: 95%;
    height: 1.4rem;
    background: linear-gradient(0deg,rgba(28,159,207,1) 1%,rgba(22,225,227,1) 100%);
    border-radius: 0.12rem;
    margin: 0 auto;
    display: flex;
    flex-direction:column;
    justify-content:center;
}
#downChild .downimgitem .gscalcu .icontab{
    width:0.6rem;
    height:auto;
}
#downChild .downimgitem .gscalcu .tabicondiv {
    margin: 0.1rem 0 0.08rem;
}
#downChild .downimgitem .gscalcu .tabtit {
    font-size: 0.35rem;
    color: #fff;
    font-family: SimHei;
}

#downChild .downimgitem .downChildImg {
    width: 95%;
    height: auto;
}

#downChild .downimgitem .icon1 {
    width: 1.15rem;
    height: auto;
    position: absolute;
    top: -0.2rem;
    right: 0.1rem;
}
    #downChild .downimgitem .icon2 {
        width: 2.4rem;
        height: auto;
        position: absolute;
        top: -0.3rem;
        right: -0.1rem;
    }
    #downChild .downimgitem .icon3 {
        width: 2rem;
        height: auto;
        position: absolute;
        top: -0.5rem;
        right: 0.2rem;
    }

#flaysuccss .flaymyModel {
    width: 7rem !important;
}
#flaysuccss .flaypayList {
    width: 100%;
    height: 4.5rem;
    position: absolute;
    bottom: 0;
    text-align:center;
}
#flaysuccss .flaypayList .paylisttit {
    width: 100%;
    font-size: 0.45rem;
    color: #FF631E;
}
#flaysuccss .flaypayList .paylistsubtit {
    width: 100%;
    font-size: 0.4rem;
    color: #343434;
    padding-top: 0.8rem;
}
#flaysuccss .flaypayList .flaycucssclose {
    width: 100%;
    height: 1.5rem;
    margin-top: 0.45rem;
    cursor: pointer;
}
.nameform {
    width:100%;
    height:1rem;
    line-height:1rem;
    padding:0 0.3rem;
    box-sizing:border-box;
    display:flex;
    justify-content:space-around;
    position:absolute;
    top:50%;
    transform:translateY(-30%);
}
.nameform .nameformtitle {
    width: 1.5rem;
    text-align: left;
    white-space: nowrap;
    font-size: 0.4rem;
    color: #323232;
}
    .nameform .nameformtitle span {
        color: red;
        font-size: 0.25rem;
    }
    .nameform .nameforminput {
        width: 5rem;
        text-align: left;
        white-space: nowrap;
    }
.nameform .nameforminput input {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.35rem;
    background:#fff;
    border: 1px solid #59493F;
}
#flayRName, #flayCName {
    background: rgba(0,0,0,0.85);
}
#flayRName .nameform {
    top: 64% !important;
}
#flayRName .nameform .nameformtitle {
    color: #323232;
}
#flayRName .nameform .nameforminput input{
    background:#eee;
    border:none;
}

.usernameSubmit {
    width: 100%;
    height: 1.4rem;
    position: absolute;
    bottom: 1rem;
    cursor: pointer;
}
/*广告*/
.adiv, .adiv1 {
    display: none;
    width: 100%;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.adiv a, .adiv1 a {
    display: block;
    cursor: pointer;
}

.adiv .aImg, .adiv1 .aImg1 {
    width: 100%;
    height: auto;
}

/*在线咨询*/
.consultant {
    display: none;
    width: 1.2rem;
    position: fixed;
    top: 70%;
    right: 0;
    z-index: 200;
}
.consultant a {
    display: block;
}
.consultant .consultantimg {
    width: 100%;
    height: auto;
}



/*名字收藏悬浮窗*/


.enshrAnimation {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #F37520;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #E0E0E0;
    overflow: hidden;
    font-size: 0.3rem;
    white-space: nowrap;
    z-index: 300;
}


.flayEnshrine {
    display: none;
    width: 1.85rem;
    position: fixed;
    top: 70%;
    right: 0;
    z-index: 200;
}
.flayEnshrine a{
    display:block;
    width:100%;
    height:100%;
}
.flayEnshrine a img{
    width:100%;
    height:auto;
}
.flayEnshrine .collCtnum {
    display:none;
    height: 0.3rem;
    line-height: 0.3rem;
    position: absolute;
    top: 0.1rem;
    right: 0.2rem;
    border-radius: 0.15rem;
    background: linear-gradient(-21deg,rgba(255,57,70,1) 0%,rgba(254,111,98,1) 100%);
    color: #fff;
    padding: 0 0.1rem;
    font-size: 0.25rem;
}

.flayEnshrine.antimes img {
    animation: antimes .5s linear forwards
}

@keyframes antimes {
    0% {
        width: 88%;
    }

    40% {
        width: 106%;
    }

    85% {
        width: 95%;
    }

    100% {
        width: 100%;
    }
}





/*提交申请*/
.flayPutinMyModel {
    width: 7.5rem;
    background: #fff;
    text-align: center;
    border-radius: 0.15rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
}

.flayPutinMyModel .calcuicon {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0.9rem 0 0.3rem;
    box-sizing: border-box;
}

.flayPutinMyModel .calcuicon img {
    width: 2rem;
    height: auto;
    /*border-radius: 50%;*/
}

.flayPutinMyModel .flayPutinTit {
    width: 100%;
    text-align: center;
    font-size: 0.55rem;
    font-weight: bold;
    color: #000;
}

.flayPutinMyModel .flayPutinHiht {
    width: 100%;
    line-height: 0.8rem;
    font-size: 0.4rem;
    padding: 0.3rem 0.8rem 0.45rem;
    text-align: center;
}

.flayPutinMyModel .flayPutinHiht img {
    width: 0.6rem;
    height: auto;
    vertical-align: middle;
}

.flayPutinMyModel .flayPutinBtn {
    display: block;
    width: 70%;
    height: 1rem;
    line-height: 1rem;
    border: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 0.4rem;
    background: linear-gradient(0deg,rgba(15,125,228,1) 0%,rgba(41,152,247,1) 100%);
    border-radius: 0.5rem;
    margin: 0 auto 0.8rem;
}

/*次数提示*/
.flaycishuhiht {
    width: 7.5rem;
    background: #fff;
    text-align: center;
    border-radius: 0.15rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
}
.flaycishuhiht .csclose {
    width: 0.65rem;
    position: absolute;
    right: -0.325rem;
    top: -0.325rem;
    z-index: 10;
}
.flaycishuhiht .csclose img {
    width: 100%;
    height: auto;
}
.flaycishuhiht .upcishuhiht {
    background: linear-gradient(180deg,rgba(190,35,45,1) 0%,rgba(190,58,46,1) 100%);
    border-radius: 0.15rem 0.15rem 0 0;
}
.flaycishuhiht .upcishuhiht .cstit {
    width: 100%;
    font-size: 0.57rem;
    font-weight: bold;
    color: #fff;
    padding: 0.5rem 0 0.2rem;
    box-sizing: border-box;
    text-align: center;
}
.flaycishuhiht .upcishuhiht .cssubtit {
    width: 100%;
    font-size: 0.7rem;
    font-weight: bold;
    color: #fff;
    padding: 0.28rem 0 0;
    box-sizing: border-box;
    text-align: center;
}
.flaycishuhiht .upcishuhiht .csmianfeitit {
    width: 100%;
    font-size: 0.55rem;
    font-weight: bold;
    color: #fff;
    padding: 0.1rem 0 0.5rem;
    box-sizing: border-box;
    text-align: center;
}
.flaycishuhiht .upcishuhiht .csmianfeitit span {
    color: #FFED20;
}
.flaycishuhiht .upcishuhiht .csimg {
    width: 100%;
    padding: 0.1rem 0 0.5rem;
    box-sizing: border-box;
    text-align: center;
}
.flaycishuhiht .upcishuhiht .csimg img {
    width: 2.8rem;
    height: auto;
}
.flaycishuhiht .flayhihtBtn {
    display: block;
    width: 70%;
    height: 1.2rem;
    line-height: 1.2rem;
    border: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 0.45rem;
    background: linear-gradient(0deg,rgba(15,125,228,1) 0%,rgba(41,152,247,1) 100%);
    border-radius: 0.6rem;
    margin: 0.5rem auto 0.5rem;
}
.flaycishuhiht .flayhihtBtn a{
    color:#fff;
}