﻿
.container{
    font-size: .28rem;
    position: relative;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background: #fed89d;
    color: #333;
}
.safe-area{
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.footer{
    padding: 0 0 .2rem;
    color: #fff;
    font-size: .24rem;
}
.input-box, 
.select-box{
    flex: 1;
}
input,
textarea,
select{
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    font-size: .28rem;
    color: #333;
    width: 100%;
}
.main-box{
    padding: .24rem .3rem;
}
.main-box .c2{
    justify-content: space-between;
}
.main-box .c2-img{
    width: 3.35rem;
    height: 1.65rem;
    border-radius: .15rem;
}
.main-box .c1-img{
    width: 6.9rem;
    height: 1.88rem;
    border-radius: .15rem;
}
.main-box .c3 .item{
    margin-right: .15rem;
}
.main-box .c3 .item:nth-child(3n){
    margin-right: 0;
}
.main-box .c3-img{
    width: 2.2rem;
    height: 1.37rem;
    border-radius: .15rem;
}
.main-box .swiper-box{
    margin-top: .22rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction{
    bottom: .1rem;
}
.swiper-pagination-bullet {
    width: .08rem;
    height: .08rem;
    border: 0;
    border-radius: .04rem;
    background: #fff;
    opacity: .5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width: .2rem;
}
.main-box .swiper-box .swiper-img{
    display: block;
    height: 1.96rem;
    width: 100%;
    border-radius: .15rem;
}

.tab-box{
    margin-top: .22rem;
}
.tab-box .tab-btn-box{
    display: flex;
    cursor: pointer;
}
.tab-box .tab-btn-box .tab-item{
    flex: 1;
    font-size: .24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tab-box .tab-btn-box .tab-item.active{
    font-size: .28rem;
    font-weight: bold;
}
.tab-box .tab-btn-box .tab-item .txt{
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    text-align: center;
    flex: 1;
    width: 0;
    z-index: 12;
    position: relative;
}

.tab-box .common-layout{
    background: #fff;
    border-radius: .15rem;
    position: relative;
    z-index: 20;
    padding: 0 .18rem .2rem;
}
.tab-box .common-layout .c2-img{
    width: 3.14rem;
    height: 1.56rem;
}
.tab-box .common-layout .c1-img{
    width: 6.54rem;
    height: 1.82rem;
}
.tab-box .common-layout .c3-img{
    width: 2rem;
    height: 1.3rem;
}
.tab-box .common-layout .c3 .item{
    margin-right: .26rem;
}
.tab-box .common-layout .layout-title{
    display: flex;
    align-items: center;
    color: #999999;
    font-size: .24rem;
    line-height: 2;
    margin-bottom: .1rem;
}
.tab-box .common-layout .layout-title .name{
    font-weight: bold;
    color: #333;
    font-size: .28rem;
}
.tab-box .common-layout .layout-title .desc{
    flex: 1;
    overflow: hidden;
    padding: 0 .1rem;
}


/* 字-背景样式 */
/* 红白样式 */
.tab-box.tab-red-white .tab-btn-box{
    align-items: flex-end;
}
.tab-box.tab-red-white .tab-btn-box .tab-item{
    height: .84rem;
    color: #ababab;
    background: linear-gradient(to bottom, #fff, #f1f1f1);
    padding-bottom: .2rem;
}
.tab-box.tab-red-white .tab-btn-box .tab-item:first-of-type{
    border-top-left-radius: .15rem;
}
.tab-box.tab-red-white .tab-btn-box .tab-item:first-of-type::before{
    display: none;
}
.tab-box.tab-red-white .tab-btn-box .tab-item:last-of-type{
    border-top-right-radius: .15rem;
}
.tab-box.tab-red-white .tab-btn-box .tab-item:last-of-type::after{
    display: none;
}
.tab-box.tab-red-white .tab-btn-box .tab-item.active{
    color: #f7463f;
    height: .95rem;
    background: #fff;
    z-index: 10;
    border-radius: .15rem .15rem 0 0;
}
.tab-box.tab-red-white .tab-btn-box .tab-item.active::after,
.tab-box.tab-red-white .tab-btn-box .tab-item.active::before{
    content: '';
    width: .15rem;
    height: .7rem;
    position: absolute;
    bottom: .2rem;
}
.tab-box.tab-red-white .tab-btn-box .tab-item.active::after{
    right: 0;
    transform: translateX(80%);
    background: url(/activity/2204/xz/images/jhy2/tab-r.png) no-repeat right bottom / .15rem 100%;
}
.tab-box.tab-red-white .tab-btn-box .tab-item.active::before{
    left: 0;
    transform: translateX(-80%);
    background: url(/activity/2204/xz/images/jhy2/tab-l.png) no-repeat right bottom / .15rem 100%;
}

.tab-box.tab-red-white .common-layout{
    margin-top: -.2rem;
}




/* 白红样式 */
.tab-box.tab-white-red .tab-btn-box{
    background: #fe9b80;
    height: .6rem;
    border-radius: .3rem;
    margin-bottom: .22rem;
}
.tab-box.tab-white-red .tab-btn-box .tab-item{
    color: #fff;
}
.tab-box.tab-white-red .tab-btn-box .tab-item.active{
    background: linear-gradient(111deg, #ff7f48, #fe0c40);
    border-radius: .3rem;
    flex-grow: 1.1;
}

.tab-box.tab-white-red .common-layout{
    padding-top: .14rem;
}











/* 黑白样式 */
.tab-box.tab-black-white .tab-btn-box{
    align-items: flex-end;
}
.tab-box.tab-black-white .tab-btn-box .tab-item{
    height: .84rem;
    color: #ababab;
    background: #f9f9f9;
    padding-bottom: .2rem;
}
.tab-box.tab-black-white .tab-btn-box .tab-item:first-of-type{
    border-top-left-radius: .15rem;
}
.tab-box.tab-black-white .tab-btn-box .tab-item:last-of-type{
    border-top-right-radius: .15rem;
}
.tab-box.tab-black-white .tab-btn-box .tab-item.active{
    color: #333;
    height: .95rem;
    background: #fff;
    z-index: 10;
    border-radius: .15rem .15rem 0 0;
}
.tab-box.tab-black-white .common-layout{
    margin-top: -.2rem;
}




/* 蓝白样式 */
.tab-box.tab-blue-white .tab-btn-box{
    border-bottom: 1px solid #f7f7f7;
}
.tab-box.tab-blue-white .tab-btn-box .tab-item{
    height: .7rem;
    color: #ababab;
    background: #ffffff;
}
.tab-box.tab-blue-white .tab-btn-box .tab-item:first-of-type{
    border-top-left-radius: .15rem;
}
.tab-box.tab-blue-white .tab-btn-box .tab-item:last-of-type{
    border-top-right-radius: .15rem;
}
.tab-box.tab-blue-white .tab-btn-box .tab-item.active{
    color: #0a80d6;
    z-index: 10;
}
.tab-box.tab-blue-white .tab-btn-box .tab-item.active::after{
    content: '';
    width: .34rem;
    height: .04rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0a80d6;
    border-radius: .04rem;
}
.tab-box.tab-blue-white .common-layout{
    border-radius: 0;
    padding-top: .1rem;
}




/* 白橙样式 */
.tab-box.tab-white-orange .tab-btn-box{
    background: #fff;
    height: .65rem;
    border-radius: .15rem;
    margin-bottom: .22rem;
    padding: .06rem .1rem;
}
.tab-box.tab-white-orange .tab-btn-box .tab-item{
    color: #666;
}
.tab-box.tab-white-orange .tab-btn-box .tab-item.active{
    background: linear-gradient(111deg, #ff9e48, #fe5b33);
    border-radius: .1rem;
    flex-grow: 1.1;
    color: #fff;
}

.tab-box.tab-white-orange .common-layout{
    padding-top: .14rem;
}



/* 红黄样式 */
.tab-box.tab-red-yellow .tab-btn-box{
    height: .55rem;
    margin-bottom: .22rem;
    justify-content: space-between;
}
.tab-box.tab-red-yellow .tab-btn-box .tab-item{
    color: #fff;
    border-radius: .3rem;
    background-color: #f84f38;
    justify-content: center;
    margin-right: .15rem;
}
.tab-box.tab-red-yellow.tab-c5 .tab-btn-box .tab-item{
    margin-right: .08rem;
}
.tab-box.tab-red-yellow.tab-c2 .tab-btn-box .tab-item{
    margin-right: .24rem;
}
.tab-box.tab-red-yellow .tab-btn-box .tab-item:last-of-type{
    margin-right: 0;
}
.tab-box.tab-red-yellow .tab-btn-box .tab-item.active{
    background: linear-gradient(to bottom, #fff285, #ffb400);
    color: #f6433e;
}
.tab-box.tab-red-yellow.tab-c5 .tab-btn-box .tab-item.active{
    flex-grow: 1.2;
}

.tab-box.tab-red-yellow .common-layout{
    padding-top: .14rem;
}















/* 滑动样式 */
.tab-box.slide  .tab-content{
    margin-bottom: .3rem;
}

.tab-box.slide .common-layout{
    background: transparent;
    padding: 0 ;
}
.tab-box.slide {
    margin: 0;
}
.tab-box.slide .tab-btn-outer{
    padding: .22rem .3rem 1px;
    margin: 0 -.3rem;
    background: #fed89d;
}
.tab-box.slide .tab-btn-outer.tab-btn-outer-fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    max-width: 768px;
    z-index: 100;
}
.tab-box.slide  .common-layout .c2-img {
    width: 3.32rem;
    height: 1.66rem;
}
.tab-box.slide  .common-layout .c1-img {
    width: 100%;
    height: 1.9rem;
}
.tab-box.slide  .common-layout .c3-img {
    width: 2.12rem;
    height: 1.38rem;
}






.fixed-menu{
    right: 0;
    top: 1rem;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media (min-width: 769px) {
    .fixed-menu{
        right: 50%;
        transform: translateX(384px);
    }
}
.menu-item{
    cursor: pointer;
}
.fixed-menu .menu-item .img-menu{
    width: auto;
    height: 1.3rem;
}


.pop-box{
    position: fixed;
    z-index: 130;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);

}
.pop-box .pop-center{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.pop-box .pop-act-box{
    width: 5rem;
}
.pop-box .img-close{
    width: .54rem;
    height: .54rem;
	cursor: pointer;
}

.pop-box .pop-tips,
.pop-box .pop-rule{
    width: 5rem;
}
.pop-box .content-box{
    background: #fff;
    border-radius: .2rem;
}
.pop-box .content-title{
    color: #333333;
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    padding: .2rem .14rem;
}
.pop-box .scroll-box{
    color: #666;
    font-size: .26rem;
    line-height: 1.5;
    padding: 0 .22rem;
    max-height: 30vh;
    overflow-y: auto;
}
.pop-box .confirm-btn{
    width: 4.44rem;
    height: .76rem;
    background: #f6433e;
    border-radius: .4rem;
    text-align: center;
    line-height: .76rem;
    font-size: .28rem;
    margin: .2rem auto .1rem;
    color: #fff;
}