html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video {
  height: auto;
  width: 100%;
  border: none;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
html,body{
	height: 100%;
	box-sizing: border-box;
}
html {
  font-size: 110.4px;
  height: 100%;
  max-width:820px;
  margin: 0 auto;
}

@media (max-width: 430px) {
  html {
    font-size: 110.4px;
  }
}

@media (max-width: 412px) {
  html {
    font-size: 109.6px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 360px) {
  html {
    font-size: 96px;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 85.3333px;
  }
}

@media (min-width: 769px) {
  html {
    font-size: 110.4px !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,a:focus,a:active {
  text-decoration:none;
}
body {
	font-family:Arial,-apple-system,sans-serif, BlinkMacSystemFont,
	 'Helvetica Neue','PingFang SC', 'Microsoft YaHei';
	position: relative;
	max-width:820px;
	font-size: 0.14rem;
	color:#333333;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#647cff;
	
}

/* icon */
@font-face {
  font-family: "iconfont"; /* Project id 4888722 */
  src: url('font/iconfont.woff2?t=1744341289967') format('woff2'),
       url('font/iconfont.woff?t=1744341289967') format('woff'),
       url('font/iconfont.ttf?t=1744341289967') format('truetype');
}


.icon{
  font-family: "iconfont" ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon-youxi:before {
  content: "\e62c";
}
.icon-more:before {
   content: "\e600";
}
.icon-star:before {
 content: "\e614";
}

/* padding */
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.mt0{
	margin-top: 0 !important;
}
.mt15{
	margin-top: 0.15rem;
}
/* header */
.header{
    padding: 0 0.15rem;
	height: 0.88rem;
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	background-color:#ff678c;
	color: #fff;
}
.header .logo{
	display:inline-flex;
	align-items: center;
	font-size: 0.36rem;
	font-weight: bold;
}
.header .logo .logo-img{
	width: 0.36rem;
	margin-right: 0.05rem;
}
.header .more{
	display: inline-block;
	font-size: 0.36rem;
}

.fix-header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1111;
}
.mask{
	position: fixed;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,.9);
	overflow: hidden;
	display: none;
}
.mask{
    top:0.88rem;
    z-index: 21476;
}
.mask .header{
	position: relative;
	justify-content: flex-end;
	zoom:1;
	z-index: 1111;
}
#sidebar{
	position:absolute;
	overflow: hidden;
    animation: menudrop .3s linear forwards;
	width: 60%;
	top:0;
	right: 0;
	background-color:#fff;
	border-radius:0 0 0 0.15rem;
	z-index: 1111;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.mobile-ul{
	padding:0.15rem 0.2rem;
}
.mobile-ul a{
	display:block;
	cursor:pointer;
	color:#b8b8b8;
	padding: 0.15rem 0.1rem;
	font-size: 0.18rem;
	text-transform: capitalize;
	margin: 0.06rem 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.mobile-ul a:last-child{
	border-bottom: 0;
}
.mobile-ul a:active,.mobile-ul a.active{
	color: #ff678c;
	-webkit-tap-highlight-color: transparent;
}
.show{
	display: block !important;
}
.hide{
	display: none;
}
.expanded{
	height: 100%;
	overflow: hidden;
}
/* footer */
.footer{
	position: relative;
	z-index: 10;
	zoom:1;
	padding: 0.2rem;
	background-color: #ff678c;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer a{
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	font-size: 0.18rem;
	font-weight: 800;
	padding:0 0.05rem;
	color: #fff;
}


/* ad */
.ads{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	z-index: 111;
	position: relative;
	zoom:1;
}
.ads::before {
	width: 100%;
    content: "Advertisement";
    font-size: 12px;
    color: rgba(255,255,255,.4);
	text-align: center;
}
/* ad */
@media screen and (max-width:768px){
	
}
@media screen and (max-width:541px){
	.header {
	    padding: 0 0.15rem;
	    height: 0.54rem;
	}
	.header .logo .logo-img {
	    width: 0.22rem;
	}
	.header .logo {
	    font-size: 0.22rem;
	}
	.header .more {
		font-size: 0.24rem;
	}
	.mask{
		top: 0.54rem;
	}
	
}
@media screen and (max-width:441px){
	.header{
		padding:0 0.12rem ;
	}
	
	.footer {
	    padding: 0.15rem;
	}
	.footer a {
	    font-size: 0.14rem;
	}
	.mobile-ul {
	    padding:0.05rem 0.1rem;
	}
	.mobile-ul a {
		font-size: 0.14rem;
	    padding: 0.08rem;
		margin: 0.05rem 0;
	}
	
	
}
@media screen and (max-width:431px){

	
}
@media screen and (max-width:415px){

	
}
@media screen and (max-width:393px){
	.header{
	    padding: 0.15rem 0.12rem;
	}
	.mobile-ul a{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:376px){
	
}

