body{
    background-color: #EFFCFB;    
}
a{
    text-decoration: none;
}
/*字体*/
@font-face {
    font-family: 'iconfont';  /* Project id 3948196 */
    src: url('../fonts/font_3948196_r2irw9svvrh.woff2') format('woff2'),
       url('../fonts/font_3948196_r2irw9svvrh.woff') format('woff'),
       url('../fonts/font_3948196_r2irw9svvrh.ttf') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 1rem;
    font-style: normal;
}
/*搜索*/
.icon-search:before {
    content: "\e8b9";
}
/*用户*/
.icon-user:before {
    content: "\e646";
}
/*密码*/
.icon-pwd:before {
    content: "\e8b2";
}
/*验证码*/
.icon-code:before {
    content: "\e6af";
}
/*菜单*/
.icon-menu:before {
    content: "\e63d";
}
/*pop user info*/
.icon-psi1:before {
    content: "\e6c5";
}
.icon-psi2:before {
    content: "\e651";
}
.icon-psi3:before {
    content: "\e648";
}
.icon-psi4:before {
    content: "\e68e";
}
.icon-psi5:before {
    content: "\e602";
}
.icon-psi6:before {
    content: "\e8b2";
}
/*list item*/
.icon-li1:before {
    content: "\e6c8";
    font-size: 0.8125rem;
}
.icon-li2:before {
    content: "\e648";
    font-size: 0.8125rem;
}
.icon-li3:before {
    content: "\e7e3";
    font-size: 0.8125rem;
}
.icon-li4:before {
    content: "\e678";
    font-size: 0.8125rem;
}
.icon-lr1:before {
    content: "\e8b9";
    font-size: 0.9375rem;
    color: #2AC7B4;
}
.icon-lr2:before {
    content: "\e622";
    font-size: 0.9375rem;
    color: #2AC7B4;
}
.icon-lr3:before {
    content: "\e651";
    font-size: 0.9375rem;
    color: #2AC7B4;
}
.icon-my1:before {
    content: "\e65d";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my2:before {
    content: "\e660";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my3:before {
    content: "\e676";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my4:before {
    content: "\e666";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my5:before {
    content: "\e657";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my6:before {
    content: "\e653";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my7:before {
    content: "\e662";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my8:before {
    content: "\e650";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my9:before {
    content: "\e679";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my10:before {
    content: "\e642";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my11:before {
    content: "\e652";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}
.icon-my12:before {
    content: "\e65f";
    font-size: 0.9375rem;
    color: #999999;
    padding-right: 0.3125rem;
}

/*message*/
.qmsg.qmsg-wrapper{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .55);
    font-size: 13px;
    font-variant: tabular-nums;
    line-height: 1;
    list-style: none;
    font-feature-settings: "tnum";
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 1100;
    width: 100%;
    pointer-events: none;
}
.qmsg .qmsg-item{
    padding: 8px;
    text-align: center;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    position: relative;
}
.qmsg .qmsg-item .qmsg-count{
    text-align: center;
    position: absolute;
    left: -4px;
    top: -4px;
    background-color: red;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
    display: inline-block;
    min-width: 16px;
    height: 16px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.qmsg .qmsg-item:first-child{
    margin-top: -8px;
}
.qmsg .qmsg-content{
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    pointer-events: all;
    /* min-width: 175px; */
    max-width: 80%;
    min-width: 80px;
}
.qmsg .qmsg-content [class^="qmsg-content-"]{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}
.qmsg .qmsg-content .qmsg-content-with-close{
    padding-right: 0;
}
.qmsg .qmsg-icon{
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    margin-right: 5px;
}
.qmsg .qmsg-icon svg{
    display: inline-block;
}

.qmsg .qmsg-content-info .qmsg-icon{
    color: #1890ff;
    user-select: none;
}
.qmsg .qmsg-icon-close{
    margin-right: 0;
    padding-left: 5px;
    overflow: hidden;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .45);
    transition: color .3s
}
.qmsg .qmsg-icon-close:hover>svg path{
    stroke: #555;
}
.qmsg .animate-turn{
    animation:MessageTurn 1s linear infinite;  
    -webkit-animation: MessageTurn 1s linear infinite;
}
@keyframes MessageTurn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes MessageTurn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }
    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}
@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }
    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}
@-webkit-keyframes MessageMoveIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }
    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}
@keyframes MessageMoveIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }
    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}
@-webkit-keyframes MessageShake {
    0%,
    100% {
      transform: translateX(0px);
      opacity: 1;
    }  
    25%,
    75% {
        transform: translateX(-4px);
      opacity: 0.75;
    }
  
    50% {
        transform: translateX(4px);
        opacity: 0.25;
    }
}
@keyframes MessageShake {
    0%,
    100% {
      transform: translateX(0px);
      opacity: 1;
    }  
    25%,
    75% {
        transform: translateX(-4px);
      opacity: 0.75;
    }  
    50% {
        transform: translateX(4px);
        opacity: 0.25;
    }
}

/**/
header{
    height: 60px;
}
 .nav_pc>li>a{
                            
}
.nav_pc>li>a.on{
    color: #2AC7B4 !important;
    font-weight: bold;
    border-bottom: 3px solid #2AC7B4;
}
.nav_pc>li>a:hover{
    color: #2AC7B4 !important;
}

/**/
.nav_vip{
    display: block;
    padding: 0 8px 0 6px;
    border-radius: 3px;
    background-color: #FBB615;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    font-style: oblique;
    text-decoration:none;
}
.nav_search{
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_user{
    background-color: #EEEEEE;
    border: none;                        
}
.nav_user:hover{
    color: #FFFFFF;
    background-color: #2AC7B4;
}
.nav_user:active{
    color: #FFFFFF !important;
    background-color: #2AC7B4 !important;
}
.nav_user_center{
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.searchBox{
    position: fixed;			
    top: -60px;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #FFFFFF;
    transition: top 0.3s;
    z-index: 999;
}
.searchBox.show{
    top: 0px;
}


/**/
.offcanvas{
                    
}
.offcanvas>.nav>li>a{

}
.offcanvas>.nav>li>a.on{
    color: #2AC7B4 !important;
    font-weight: bold;
    border-bottom: 3px solid #2AC7B4;
}
.offcanvas>.nav>li>a:hover{
    color: #2AC7B4 !important;
}

/**/
.popUserInfo{
    position: absolute; 
    top: 52px; 
    width: 360px;
    right:calc(var(--bs-gutter-x)*.5);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 15px;
    font-size: 0.9rem;
    display: none;
}
.popUserInfo:before{
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    right: 8px;
    top: -14px;
}
.popUserInfo a:hover{
    opacity: 0.7;
}
.popUserInfo .hd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px 0;
    border-bottom: #e0e0e0 1px dashed;
}
.popUserInfo .hd .face {
    width: 40px;
    border-radius: 100%;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
}
.popUserInfo .hd .face img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.popUserInfo .hd .txt {
    flex: 1;
}
.popUserInfo .hd .txt .c1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    height: 22px;
    line-height: 22px;   
}
.popUserInfo .hd .txt .c1 .uname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    color: #2AC7B4;
    font-weight: bold;
}
.popUserInfo .hd .txt .c1 .logout {   
    color: #666666;
}             
.popUserInfo .hd .txt .uid {
    font-size: 0.75rem;
    color: #999999;
}
.popUserInfo .bd {
    padding: 15px 0;
    margin: 0;
}
.popUserInfo .bd li {
    border-radius: 3px;
    height: 36px;
    padding: 0 10px;
    background-color: #F1F1F1;
    margin-bottom: 10px;
}
.popUserInfo .bd li:last-child {
    margin-bottom: 0;
}
.popUserInfo .bd .money{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popUserInfo .bd .money span{
    color: #FD7A25;
}
.popUserInfo .bd .money a{
    color: #25AF9E;
}
.popUserInfo .bd .vip{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popUserInfo .bd .vip a{
    display: block;
    width: 100%;
    color: #25AF9E;
    text-align: center;
}
.popUserInfo .btm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 0 0;
}
.popUserInfo .btm .item {
    text-align: center;
    font-size: 0.875rem;
    color: #666666;
}
.popUserInfo .btm .icon {
    width: 36px;
    border-radius: 100%;
    height: 36px;
    background-color: #F1F1F1;
    margin: 0 auto 4px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

/*登录注册弹出模态框*/
.myModal .subbtn{
    color: #FFFFFF;
    background-color: #2AC7B4;
}
.myModal .subbtn:hover{
    color: #FFFFFF;
    background-color: #26B7A5;
}
.myModal .popTips{
    color: #b02a37;
    background-color: #f8d7da;
    height: 0;
    line-height: 36px;
}


/*横幅*/
.banner{
   margin-top: 60px; 
}


/*首页导航下搜索*/
.banner-search{
    height: 16rem;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
}
.banner-search h2{
    margin-bottom: 1rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #000000;
    
}
.banner-search h3{
    margin:0 15px 1rem 15px;
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 0 0 5px #000000;
    text-align: center;
}
.banner-search .search-box{
    max-width: 28rem;
    margin: 0 auto;
    position: relative;
}
.banner-search .search-box input{
    height: 3.125rem;
    border-radius: 3.125rem;
    padding-left: 1.5625rem;
    padding-right: 6.25rem;
    border: none;
    outline: none;
}
.banner-search .search-box button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.25rem;
    width: 6.25rem;
    border-radius: 2.625rem;
    height: 2.625rem;
    background-color: #2AC7B4;
    border: #2AC7B4 1px solid;
    color: #fff;
}

/*首页列表*/
.list_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_title>img{
    width: 2.2rem;
    height: 2.2rem;
}
.list_title>span:before{
    content: " ";
    width: 4.375rem;
    height: 0.9375rem;
    background: linear-gradient(to right, rgba(42, 199, 180, 0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 500;
}
.list_title>span>b{
    position: relative;
    font-size: 1rem;
    z-index: 1000;
}
.list_nav{
    list-style: none;
    line-height: normal;
    margin: 0 0 1.5rem 0;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.list_nav li{
    list-style: none;
    margin: 0 0.3125rem 0.3125rem 0;
    padding: 0 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
}
.list_nav li:hover,.list_nav li.on{
  background-color: #2AC7B4;
  color: #FFFFFF;
}
.list_nav li a{
    color: #333333;
}
.list_nav li:hover a,.list_nav li.on a{
    color: #FFFFFF;
}
.list_items{
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}            
.list_items li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list_item{
    position: relative;
    top: 0;
    transition: all 0.3s linear;                
}
.list_item:hover {
    top: -0.625rem;
}
.list_item .vip{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FBB615;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 0.8125rem;
}
.list_item .new{
    width: 2rem;
    height: 2rem;
    background: url(../images/icon_new.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding-left: 0.5rem;                
}
.list_item .tit{
    height: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
    overflow: hidden;
}
.list_item .tit a{
    font-size: 1rem;
    color: #333333 !important;

}
.list_item .tit a:hover{
    color: #2AC7B4 !important;
}
.list_item .con{
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #999999;
}
.list_item .con .s1{
    flex: 1;
}
.list_item .con .s2{
    flex: 1;
    text-align: center;
}
.list_item .con .s3{
    flex: 1;
    text-align: end;
}

/*文案列表页*/
.banner-list{
    height: 12rem;
    background: url(../images/list_bg.jpg) center center no-repeat;
    background-size: cover;
}
.banner-list>div>h2>i{
    width: 1.5rem;
    height: 1.5rem;
    background-color: #2AC7B4;
    position: absolute;
    left: 50%;
    margin-left: -2.2em;
    top: -0.5rem;
    z-index: 8;
    opacity: 0.8;
}
.banner-list>div>h2>span{
    position: relative;
    z-index: 9;
}

/*文案列表页*/
.banner-user{
    height: 12rem;
    background: url(../images/user_bg.jpg) center center no-repeat;
    background-size: cover;
}

/*分页*/
.pagination{ display: flex; justify-content: center; flex-wrap: wrap;}
.pagination>li{ list-style:none; margin:0 5px 10px 5px;}
.pagination>li a{ display:block; text-decoration:none; color:#666; background-color:#FFFFFF; border-radius:3px; padding:3px 8px;}
.pagination>li a:hover{ background-color:#CCCCCC; color:#FFFFFF !important;}
.pagination>li span{ display:block; border-radius:3px; background-color:#dddddd; color:#FFF; padding:3px 8px;}
.pagination>li.disabled{ }
.pagination>li.active span{ display:block; background-color:#2AC7B4; color:#FFFFFF; border:none;}
.pagination>li.disabled{ }
.pagination>li.header{ }
.pagination>li.header span{ border:none; background-color:#F8F8F8; color:#666;}

/*vip*/
.g-vip{
    background: url(../images/buy_vip_bg.png) center top no-repeat;
    background-size: auto 21.25rem;
}
.g-vip .title {
    padding: 4.375rem 0;
    color: #fff;
    text-align: center;
}

.g-vip .title .con {
    font-size: 1rem;
    margin-top: 1.25rem;
}
.g-vip .title .con span{
    background-color: #40C79F;
    color: #FFFFFF;
    font-weight: normal;
    border-radius: 10px;
    padding: 0 6px;
    margin: 0 3px;
}
.g-vip ul{
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}            
.g-vip ul li{
    list-style: none;
    margin: 0;
    padding: 0;            
}
.g-vip .list li .item{
    position: relative;
    top: 0;
    transition: all 0.3s linear;
}
.g-vip .list li .item:hover{
    top: -10px;
}
.g-vip .list li h3{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
    text-align: center;
}
.g-vip .list li .price {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #FF5F33;
    text-align: center;
}
.g-vip .list li .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
}
.g-vip .list li .name i {
    height: 1px;
    flex: 1;
    min-width: 0;
    margin: 0 0.625rem;
    display: block;
    background-color: #FF5F33;
}
.g-vip .list li .con {
    font-size: 0.875rem;
    line-height: 2em;
    min-height: 12em;
    margin-bottom: 0.625rem;
    text-align: center;
}
.g-vip .list li .item a:hover{
    opacity: 0.8;
}

/*尾部*/
footer {
    background: url("../images/footer_bg.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #aaa;
}

footer a {
    color: #aaa;
}

footer a:hover {
    color: #2AC7B4;
}

footer .intro {
    font-size: 13px;
    line-height: 20px;
    text-justify: auto;
    padding-left: 5px;
    padding-right: 5px;
}

footer .logo {
    display: block;
    margin-bottom: 1rem;
    max-width: 150px;
    margin-left: 5px;
}

footer h3 {
    color: #f7f7f7;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
footer .con {
    line-height: 2em;
    text-align: center;
    font-size: 12px;
}
footer .con>p{
    margin: 0 0 3px 0;
}       

footer .code-box img {
    display: block;
    margin: 0 auto;
}

/*适配*/
@media (min-width: 768px){
    header{
        height: 80px;
    }
    .searchBox{
        top: -80px;
        height: 80px;
    }
    .banner{
       margin-top: 80px; 
    }
}