@charset "utf-8";

body,
dd,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
iframe,
input,
label,
menu,
nav,
ol,
p,
section,
select,
textarea,
ul,
li {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

footer,
header,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}
.color-orange {
  color: #ffe3ca;
}
.fb {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
body {
	font-size: 14px;
	font-family: Microsoft YaHei-Light, Microsoft YaHei;
	color: #333;
	font-weight: 400;
	min-width: 1200px;
}
.svg-icon{
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xz-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.xz-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px
}
.xz-scroll::-webkit-scrollbar-thumb {
  border-radius: 21px;
  background-color: rgba(0,0,0,.1)
}
.w1200 {
  margin: 0 auto;
}
.header-white .header-wrap{
  color: #FFFFFF;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-wrap.topbgs {
	background-color: #fff;
  color: #333;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.header-wrap.wht {
  background-color: #fff;
  color: white;
  box-shadow: none;
}
.header-bg-black .header-wrap{
  background-color: #333;
  color: #fff;
}
.header-box {
  display: flex;
  height: 76px;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.header-box .logo {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-box .logo .text {
  display: flex;
  margin-left: 10px;
  font-weight: normal;
  flex-direction: column;
}

.header-box .logo .title {
  font-size: 22px;
  margin-bottom: 2px;
}

.header-box .logo .slogan {
  opacity: .5;
  font-size: 12px;
}



.menu {
  flex: 1;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: flex-end;
}

.menu .menu-item {
  position: relative;
  cursor: pointer;
  padding: 8px;
  margin-left: 14px;
  font-weight: 400;
}
.menu .menu-item:hover .submenu{
  display: block;
}
.menu .menu-item .link:hover {
  color: #05C0DB;
}
.menu-item .link.active {
  color: #05C0DB;
  font-weight: bold;
}

.menu .menu-item .badge {
  position: absolute;
  right: 0;
  top: -13px;
  animation: shake .3s linear infinite;
}
.submenu{
  display: none;
	position: absolute;
  left: -20px;
	width: 120px;
  margin-top: 6px;
  padding: 0;
	border-radius: 3px;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
	background-color: #fff;
	border: 1px solid #ebeef5;
	
}
.submenu-item{
  line-height: 36px;
  font-size: 14px;
  color: #354154;
  text-align: center;
}
.submenu-item:hover {
  color: #354154;
  background-color: #F5F5F5;
}
.submenu-item .link.active {
  color: #1FC880;
  font-weight: normal;
}
.header-wrap .header-btns {
  width: 120px;
  height: 36px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  margin-left: 40px;
  border-radius: 42px;
  background: linear-gradient(315deg, #21C0E9 0%, #0ADBC6 100%);;
}
.header-btns:hover {
  background: linear-gradient(279deg, #08A1C8 0%, #0ADBC6 100%);
}
.header-btns:active {
  opacity: 0.7;
}

@keyframes shake {
  0% {
    transform: translateY(0.5px);
  }

  100% {
    transform: translateY(-0.5px);
  }
}

.footer-box {
  text-align: center;
  padding: 45px 0 45px 0px;
  color: #666;
  line-height: 30px;
  border-top: 1px solid #e8e8e8;
  background: #333;
  width: 100%;
  color: #999;
  box-sizing: border-box;
}
.footer-box .division {
  margin: 0 2px;
}
.footer-box .line {
  color: #999;
}
.footer-box .line a {
  margin: 0 4px;
  color: #999;
  text-decoration: none;
}
.footer-box .line a:hover {
  text-decoration: underline;
}   
.footer-box i {
  color: #444;
  padding: 0px 10px;
}
.popover{
  display: none;
  position: absolute;
  z-index: 9999;
  top: 55px;
  margin-top: 12px;
  padding: 24px 12px 12px;
  transform-origin: center top;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background: #fff;
  color: #333;
  font-size: 12px;
}
.popover-arrow{
  content: ' ';
  position: absolute;
  top: -16px;
  left: 45%;
  border-width: 8px;
  border-color: transparent;
  border-bottom-color: #ebeef5;
  border-style: solid;
}
.popover-arrow::before{
  content: ' ';
  position: absolute;
  top: -7px;
  left: -8px;
  border-width: 8px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
}
.qrcode-fixed{
  position: fixed;
  right: 5%;
  bottom: 25%;
  z-index: 9999;
  width: 180px;
  height: 230px;
  padding: 20px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(12,193,138,0.1);
  border-radius: 12px;
  border: 3px solid #0CC18A;
  box-sizing: border-box;
}
.qrcode-fixed .qrcode-img{
  width: 140px;
}
.qrcode-fixed .sc-tips1{
  margin-top: 4px;
  font-size: 16px;
  color: #0CC18A;
}
.poster-wrap{
  position: relative;
    display: block;
    height: 70px;
}
.poster-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poster-next{
  padding-top: 70px;
}
.header-wrap .headerImg {
  display: inline-block;
  width: 176px;
  height: 36px;
  background-image: url('/statics/xzpaper/images/logo_white@2x.png');
  background-size: 100% 100%;
}
.header-feed .headerImg {
  display: inline-block;
  width: 176px;
  height: 36px;
  background-image: url('/statics/xzpaper/images/logo@2x.png');
  background-size: 100% 100%;
}
.topbgs .headerImg {
  display: inline-block;
  width: 176px;
  height: 36px;
  color:#fff;
  background-image: url('/statics/xzpaper/images/logo@2x.png');
  background-size: 100% 100%;
}

.title_b{
  margin: 20px 0 30px;
}
.title_b span{
  display: inline-block;
  width: 170px;
  height: 48px;
  border-radius: 39px;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
}
.title_b span+span{
  margin-left: 20px;
}
.b-comics{
  background: linear-gradient(180deg, #FFCCA6 0%, #FF5483 100%);
}
.b-font{
  background: linear-gradient(180deg, #61FFB3 0%, #1EC1E5 100%);
}
.b-scenery{
  background: linear-gradient(180deg, #FFD466 0%, #FF8F50 100%);
}
.b-area{
  background: linear-gradient(180deg, #FF89FA 0%, #C463FF 100%);
}
.swiper{
  margin-top: 34px;
  padding-bottom: 72px;
}
.swiper-wrapper{
  padding: 2% 0;
}
.swiper-slide{
  width: 40%;
}
.swiper-slide img{
  width: 100%;
  
}
.swiper-slide-active{
  position: relative;
  z-index: 99;
  padding: 6px;
  overflow: hidden;
  transform: scale(1.2);
  font-size: 0;
  background-color: #333648;
  box-sizing: border-box;
  border-radius: 10px;
}

.swiper-slide-active img{
  border-radius: 6px;
}
.swiper-pagination{
  bottom: 42px!important;
  left: 50%;
  transform: translateX(-50%);
}
.btn_down{
  display: inline-block;
  width: 280px;
  height: 64px;
  background: linear-gradient(315deg, #21C0E9 0%, #0ADBC6 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 64px;
}
.btn_down:hover{
  background: linear-gradient(279deg, #08A1C8 0%, #0ADBC6 100%);
}
.btn_down .svg-icon{
  margin-bottom: -2px;
  margin-right: 15px;
  font-size: 30px;
}
.wp-box{
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
.wp-tab-label{
  position: relative;
  cursor: pointer;
  color: #333648;
}
.wp-box .wp-tab-split{
  margin: 0 30px;
  color: #333648;
  opacity: 0.7;
}
.wp-tab-label.active::before{
  content: ' ';
  display: block;
  position: absolute;
  left: -2px;
  bottom: -6px;
  width: 40px;
  height: 3px;
  background-color: #05C0DB;
  border-radius: 3px;
}
.wp-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  margin-left: -7px;
  margin-right: -7px;
}
.wp-list-item{
  width: 25%;
  padding: 7px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.wp-list-item:hover .wp-model{
  display: flex;
}
.wp-list-item img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.wp-model{
  position: absolute;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0,0,0,0.6);
}
.list-item_down{
  display: inline-block;
  width: 170px;
  height: 50px;
  background: #05C0DB;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.list-item_down:hover{
  background: #00a9d3;
}
.list-item_down .svg-icon{
  font-size: 20px;
  margin-right: 10px;
}
.more_down{
  display: inline-block;
  margin-top: 43px;
  width: 280px;
  height: 64px;
  font-size: 24px;
  color: #05C0DB;
  line-height: 60px;
  border-radius: 54px;
  border: 2px solid #05C0DB;
  box-sizing: border-box;
}
.more_down:hover{
  color: #00a9d3;
  border: 2px solid #00a9d3;
}
.more_down .svg-icon{
  margin-left: 15px;
  font-size: 24px;
}
.manual{
  margin-top: 100px;
  padding: 100px 20px;
  background: #F6FBFF;
}
.manual-title{
  font-size: 40px;
}
.manual-tab{
  margin-top: 30px;
  font-size: 24px;
  
}
.manual-tab span{
  cursor: pointer;
  color: #333648;
  opacity: 0.7;
}
.manual-tab span+span{
  margin-left: 50px;
}
.manual-tab span.active{
  font-weight: bold;
  color: #05C0DB;
}
.manual-content{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.manual-img{
  width: 650px;
  height: 360px;
  margin-right: 35px;
}
.manual-content-title{
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}
.manual-content-tips{
  line-height: 24px;
  text-align: left;
  font-size: 20px;
  color: #333648;
  opacity: 0.7;
}
.bottom-down{
  margin-top: 70px;
}
.swiper-pagination-bullet{
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #333648;
  opacity: 0.3;
}
.swiper-pagination-bullet-active{
  background: #05C0DB;
  opacity: 1;
}
.hidden{
  display: none;
}
