@font-face {
	font-family: "Regular";
	src: url("../font/SourceHanSansCN-Regular.otf");
}
* {
	padding: 0;
	margin: 0;
	font-family: "Regular";
}

img {
	border: none;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color:transparent;
}

:root {
	font-size: calc(100vw / 1080 * 100);
	scroll-behavior:smooth;
}

body {
	background: rgb(242, 249, 255);
}

.box {
	width: 100%;
}
.head{
	height: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0;
	padding: 0 .3rem;
}
.head img{
	height: .56rem;
}
.head img:last-child{
	height:.38rem;
}
.hugescreen{
	display: flex;
	font-size: 0;
	overflow: hidden;
	height: 4.2rem;
}
.hugescreen img{
	height: 4.2rem;
}
/* 滑动 */
.hugescreen {
  overflow-x: scroll;
}
/* 隐藏滚动条 */
.hugescreen::-webkit-scrollbar {
  display: none;
}
.pagination{
	text-align: center;
	font-size: .3rem;
	padding: .3rem 0;
	color: #666666;
}
.nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: .03rem solid #999999;
	font-size: .46rem;
	height: 1.2rem;
}
.nav li{
	width: 100%;
	text-align: center;
}
.nav li a{
	color: #999999;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	font-weight: 100;
	font-size: .46rem;
	display: inline-block;
}
.nav .novel a{
	color: #746cff;
	text-decoration:  underline .05rem;
	text-underline-offset:.1rem;
}
.journalism{
	padding: .4rem;
	font-size: 0;
}
.journalism li{
	width: 10rem;
	height: 8.65;
	background-color: white;
	box-shadow: .01rem .01rem .3rem #ece4f4,-.01rem -.01rem .3rem #ece4f4;
	border-radius: .1rem;
	margin-bottom: .7rem;
}
.journalism li>img{
	width: 100%;
}
.journalism li h1{
	font-size: .4rem;
	font-weight: 500;
	color: #666666;
	padding: .4rem .45rem;
}
.journalism li p{
	font-size: .34rem;
	color: #999999;
	padding: 0 .45rem;
}
.journalism li>div{
	display: flex;
	align-content: center;
	justify-content: flex-end;
	font-size: .38rem;
	color: #999999;
	line-height: 1.25rem;
	height: 1.25rem;
	padding: 0 .45rem;
}
.journalism li>div>div{
	padding-left: .6rem;
}
.journalism li>div img{
	vertical-align: middle;
	height: .36rem;
	width: .36rem;
}
.startanew{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 1.6rem;
	font-size: .34rem;
	color: #666666;
}
.startanew a{
	color: #666666;
}
.startanew img{
	width: 1rem;
	height: 1rem;
}
.contactway{
	display: flex;
	justify-content: center;
	font-size: .46rem;
	color: #666666;
	line-height: 1rem;
	margin-top: .7rem;
	margin-bottom: .4rem;
}
.contactway img{
	background-color: #746cff;
	width: 1rem;
	height: 1rem;
	border-radius: .1rem;
	margin-right: .4rem;
	padding: .1rem;
	box-sizing: border-box;
}
.contactus{
	background: url(../images/celebrity/13.png) no-repeat;
	background-size: 100% 100%;
	padding: .4rem .9rem;
}
.wx{
	display: flex;
	color: white;
	font-size: .34rem;
	text-align: center;
	margin-bottom: .6rem;
}
.wx>div:first-of-type{
	margin-left: calc(2.6rem - .9rem) ;
	margin-right: 1.5rem;
}
.wx p{
	margin-bottom: .22rem;
}
.wx img{
	height: 2rem;
	width: 2rem;
}
.contactus .site{
	display: flex;
	color: white;
	font-size: .34rem;
}
.draw{
	display: flex;
	background: linear-gradient(130deg, #746CFF 0%, #B8B4FF 100%);
	font-size: .4rem;
	justify-content: space-between;
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 .4rem;
	color: white;
	width: 100%;
	box-sizing: border-box;
	position: sticky;
	bottom: 0;
}
.draw a{
	background: url(../images/celebrity/14.png) no-repeat;
	background-size: 100% 100%;
	color: white;
	padding: .25rem .85rem;
}
.footer{
	height: 1rem;
	line-height: 1rem;
	background: #333333;
	color: white;
	font-size: .28rem;
	text-align: center;
}

/* 侧边栏 */
.sidebar{
  width: 100%;
  position: absolute;
  top: 1rem;
  height: calc(100vh - 1rem);
  box-sizing: border-box;
  display: none;
  z-index: 9999;
  overflow: hidden;
  font-size: 0;
}
.sidebar_left{
  float: left;
  width: calc(100% - 5rem);
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.sidebar_right{
  float: left;
  height: 100%;
  overflow-y: auto;
  width: 5rem;
  background-color: #fff;
}
.sidebar_head{
  background: linear-gradient(130deg,#746cff 0%,#b8b4ff 100%);
  height: 1rem;
  line-height: 1rem;
  padding-left: 0.55rem;
  box-sizing: border-box;
}
.sidebar_head>h1{
  font-size: 0.33rem;
  color: #fff;
}
.sidebar_uls{
  margin: 0 0.15rem;
  box-sizing: border-box;
  wdith: 100%;
}
.sidebar_uls>li{
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #e6e6e6;  
  line-height: 1rem;
  color: #333;
  font-weight: 400;
}
.sidebar_uls>li>img{
  width: 0.4rem;
}
.sidebar_uls>li:nth-child(4),.sidebar_uls>li:nth-of-type(6){
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.sidebar_uls>li:last-of-type{
  border: 0;
}
.sidebar_p{
  display: none;
}
.sidebar_uls>.sidebar_p>p{
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #e6e6e6;  
  line-height: 1rem;
  color: #333;
  font-weight: 400;
  padding-left: 0.75rem;
  font-size: 0.33rem;
  box-sizing: border-box;
}
.sidebar_uls>li>p,.sidebar_uls>li>span{
  font-size: 0.33rem;
  padding-left: 0.4rem;
}
.sidebar_footer{
  margin-top: 0.3rem;
  padding: 0 0.3rem;
  color: #333; 
}
.sidebar_footer>h1{
  display: flex;
  align-items: center;  
}
.sidebar_footer>h1>.span1{
  font-size: 0.5rem;
}
.sidebar_footer>h1>.span2{
  margin-right: 0.2rem;
  height: 0.5rem;
  background: #746cff;
  width: 0.07rem;
}
.sidebar_img{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sidebar_img>a{
  width: 50%;
  text-align: center;
  margin-top: 0.35rem;
  color: #333;
}
.sidebar_img>a>img{
  width: 0.8rem;
}
.sidebar_img>a>p{
  padding-top: 0.15rem;
  font-size: 0.28rem;
}