.wrap {
    background: #ea151b;
}
.wrap img { display: block; max-width: 100%;}

.wrap .list {position: relative;z-index: 20;margin-top: -3rem;padding: .25rem;/* background: linear-gradient(to bottom, #7fa8f1, #4981e8); */}
.wrap .list .item {
    position: relative;
}
.wrap .list .product {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.wrap .list .product .subItem {
    flex: 1;
    display: block;
    height: 100%;
    width: 50%;
}
.wrap .list .product .subItem:first-child {}
.wrap .list .product .subItem:last-child {}
.wrap .list .item.mt {
    margin-top: .2rem;
}
.wrap .list .item p {}

.active1 {
    background: url(../images/active_bg.jpg) no-repeat center top #fff;
    display: flex;
    justify-content: center;
    min-height: 100%;
    box-sizing: border-box;
    padding-top: 2.1rem;
    background-size: contain;
}
.active1 .list {
    width: 3rem;
    overflow: hidden;
    position: relative;
}

@keyframes navLogo {
  0% {
	transform: scale(.9) translate(6px, -2px);
  }
  50% {
  	transform: scale(.9) translate(6px, 3px);
  }
  100% {
	transform: scale(.9) translate(6px, -2px);
  }
}
.active1 .tig {
    z-index: 10;
    font-size: .1rem;
    display: flex;
    height: .17rem;
    width: 1rem;
    align-items: center;
    top: 1.85rem;
    left: 50%;
    animation: navLogo 2s infinite ease-in-out;
    position: absolute;
    background: #f52222;
    color: #fff;
    border-radius: 1rem;
    margin-left: -.5rem;
    justify-content: center;
    line-height: 1;
}
.active1 .list .itemBefore {
    overflow-x: scroll;
    animation: all ease .3s;
}
.active1 .list .itemBefore::-webkit-scrollbar {
  display: none;
}
.active1 .list .itemWrap {
    position: relative;
    filter: brightness(0.7);
    padding: 0 .05rem;
}
.active1 .list .itemWrap.active {
    filter: brightness(1);
}
.active1 .list .item {
    display: flex;
    width: 8.5rem;
    animation: all ease .3s;
}
.active1 .list .item .img {
    width: .4rem;
}
.active1 .list .item .img img {
    display: block;
    width: 100%;
}
.active1 .list .item span {
    position: absolute;
    z-index: 10;
    bottom: .33rem;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: .11rem;
    font-weight: 700;
}
.active1 .list .content {
    background: #f1ebea;
    padding: .3rem .1rem .15rem .15rem;
    border-radius: .1rem;
    box-sizing: border-box;
    margin-top: -.13rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.active1 .list .content p {
    text-indent: 2em;
    line-height: 1.6;
    font-size: .12rem;
    margin-bottom: .1rem;
}
.active1 .list .content .btn {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
    background: #ccc;
    color: #fff;
    border-radius: 1rem;
}
.active1 .list .content .btn.today {
    background: #b80809;
}

.active1 .list .content .contentWrap {}
.active1 .list .content .contentWrap h3 {
    text-align: center;
    margin-bottom: .15rem;
    font-size: .18rem;
}
.active1 .list .content .contentWrapPre {
    overflow-y: scroll;
    height: 3rem;
    padding-right: .1rem;
}

.active1 .list .content .contentWrapPre::-webkit-scrollbar-thumb:hover {
	background-color: red;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.active1 .list .content .contentWrapPre::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 28px;
}
.active1 .list .content .contentWrapPre::-webkit-scrollbar {
	width: 5px;
	height: 13px;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.active2 {
    background: url(../images/active2_bg2.jpg?v1) no-repeat center top #fff6ef;
    background-size: contain;
    display: flex;
    justify-content: center;
    min-height: 100%;
    padding-top: 2.3rem;
}
.active2 .page1 {padding: .25rem .15rem;box-sizing: border-box;background: rgba(255,255,255,.8);width: 3rem;/* height: 2rem; */border-radius: .1rem;backdrop-filter: blur(5px);margin-bottom: .2rem;}
.active2 .page2 {
    padding: 0.35rem 0.15rem 0.2rem;
    box-sizing: border-box;
    background: rgba(255,255,255,.8);
    width: 3rem;
    min-height: 2.3rem;
    border-radius: 0.1rem;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.active2 .page2 .img {
    width: 1.5rem;
}
.active2 .page2 .img img {
    display: block;
    width: 100%;
}
.active2 .page2 .txt {
    margin-top: .2rem;
    color: #e23113;
    font-weight: 700;
}
.active2 .page2 .txt span {
	font-weight: 400;
	font-size: .1rem;
	padding: 0.03rem 0.05rem;
	border: 1px solid #e23113;
	border-radius: 0.03rem;
	margin-left: 0.1rem;
}
.active2 .page2 .info {
    margin-top: .15rem;
}
.active2 .page2 .info span {
    font-size: .12rem;
    margin: 0 .1rem;
}
.active2 .form {}
.active2 .form .content {}
.active2 .form .content p {
	font-size: .12rem;
	text-indent: 2em;
	line-height: 1.5;
}
.active2 .form .title {
    text-align: center;
    font-weight: 700;
    margin-bottom: .1rem;
    font-size: .16rem;
}
.active2 .form .subTitle {
    margin-bottom: .2rem;
    text-align: center;
    font-size: .12rem;
    color: #666;
}
.active2 .form .input {}
.active2 .form .input input {
    display: block;
    width: 100%;
    height: .4rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid #c40b11;
}
.active2 .form .btn {
    background: #dd2813;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
    border-radius: 1rem;
    color: #fff;
    margin-top: .2rem;
}