*{
	font-family:Source Han Sans CN, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", 微软雅黑, Arial, sans-serif, "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
}
html{
    font-size: 100px;
	margin: auto;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin:0;
    padding:0;
}
body {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
body * {
    -webkit-test-size-adjust:100%;
    -webkit-overflow-scrolling: touch;
}
a,button,input {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
button,input {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    color: #2b2a2a;
}
input,select {
    outline: none;
    vertical-align: middle;
	background-color: #fff;
}
ul {
   /* list-style: none; */
}
img {
    vertical-align: middle;
    width: 100%;
	display: block;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.main{
	width: 100%;
	overflow-y: auto;
	margin: auto;
}
.all-title{
	font-size:.2rem;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(108,84,145,1);
	line-height:.2rem;
	text-align: center;
	position: relative;
}
.all-title:after{
	content: "";
	width:.36rem;
	height:.04rem;
	background:rgba(86,220,225,1);
	border-radius:.02rem;
	position: absolute;
	top: .35rem;
	left: 50%;
	transform: translateX(-50%);
}
.all-title.fu{
	color:rgba(255,255,255,1);
}

.swiper-pagination {
	left: 0;
	right: 0;
	z-index: 1 !important
}

.swiper-pagination-bullet-active {
	width: .55rem !important;
}
.swiper-pagination-bullet {
	border-radius: 999rem !important;
	margin: .1rem;
	transition: .5s;
	opacity: 0.2;
}
.svip-add .swiper-pagination-bullet {
	background:rgba(212, 51, 67, 1)!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0!important;
}

/* 弹窗 */
.all-dialog{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.all-dialog .all-dia-content{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.all-dialog .adc-close .close img{
	width:.17rem;
	height:.17rem;
	border-radius: 50%;
	position: absolute;
	top: .15rem;
	right: .15rem;
	cursor: pointer;
}
.anni-fixed-go{
	position: fixed;
	right: .2rem;
	bottom: 2.22rem;
	z-index: 999;
}
.anni-fixed-go img{
	width: .7rem;
	height: .56rem;
}
/* 伪元素主体 */
.wcc-set-temp::after{
	content: '';
	width: 0;
	height: 0;
	border: .08rem solid transparent;
	position: absolute;
	bottom: -.15rem;
	left: 50%;
	transform: translate(-50%);
}



/* 全局设置主题 color颜色  back背景*/

/* 主色 main */
.wcc-set-color-main{
	color: #d46400;
}
.wcc-set-back-main{
	background: #EB4C37;
}
.wcc-set-back-main-light{
	background: rgba(235, 76, 55, 0.1);
}
.swiper-pagination-bullet {
	background: rgba(235, 76, 55, 1)!important;
}

/* 整个背景底色 all */
.wcc-set-back-all{
	background: #f59618;
}

/* 模块标题 title */
.wcc-set-title{
	color: #d52d3e;
	background: #F93B21;
	border: 1px solid #FFD48A;
}

/* 普通权益卡片(奇偶性) odd 奇 even偶*/
.wcc-set-back-odd{
	background: linear-gradient(90deg, #FA6E43, #F8583D);
	/*background: linear-gradient(90deg, #1367D8, #11C6CD);*/
}
.wcc-set-back-even{
	background: linear-gradient(90deg, #FC9835, #FF9B4A);
	/*background: linear-gradient(90deg, #11B877, #76D05B);*/
}

/* 伪元素 odd 奇 even偶 */
.wcc-set-temp.wcc-set-back-odd::after{
	border-top-color: #EB4C37;
}
.wcc-set-temp.wcc-set-back-even::after{
	border-top-color: #F4A452;
}

/* iconfont */
.wcc-set-icon{
	background: rgba(235, 76, 55, 0.15);
}
.wcc-set-icon i{
	background-image: linear-gradient(44deg, #EB3D37, #EA6936);
}

/* 翻卡背景 */
.wcc-set-back-card{
	background: #FFEACF;
}