* {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-outline-style: none;
}
a:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 100px;
}
.pos {
  position: fixed;
}
.mBox {
  width: 100%;
  overflow: hidden;
}
.mBox * {
  box-sizing: border-box;
}
.mBox > div {
  clear: both;
  padding: .07rem 0;
}
.page_focus {
  overflow: hidden;
}
.page_focus_header {
  width: 100%;
  height: .21rem;
  margin-bottom: .14rem;
  margin-top: .07rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.page_focus_header em {
  width: .04rem;
  height: .13rem;
  background: #F66F0C;
  margin-left: 0.1rem;
  margin-top: 0.04rem;
  float: left;
  border-radius: .03rem;
}
.page_focus_header span {
  float: left;
  font-size: .15rem;
  width: .85rem;
  margin-left: .06rem;
  color: #8C8C8C;
}
.page_focus_header span.page_select {
  color: #2C2C2C;
  font-weight: 600;
}
.page_focus_content {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.74rem;
}
.page_focus_content .page_focus_list {
  position: absolute;
  overflow: hidden;
  left: 0.34rem;
  min-height: 1.74rem;
}
.page_focus_content .page_focus_list li {
  float: left;
  position: relative;
  width: 3rem;
  padding: 0 .025rem;
}
.page_focus_content .page_focus_list li img {
  width: 100%;
  height: 1.74rem;
}
.page_focus_content .page_focus_list li span {
  position: absolute;
  width: 100%;
  font-size: 0.14rem;
  left: .11rem;
  bottom: .11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
}
.page_focus_content .page_focus_list li a {
  position: absolute;
  width: 100%;
  height: 1.74rem;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
}
.page_focus_ol {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 150px;
}
.page_focus_ol .page_focus_list_ol {
  overflow: hidden;
  position: absolute;
  left: 15px;
}
.page_focus_ol .page_focus_list_ol li {
  float: left;
  width: 330px;
}
.page_focus_ol .page_focus_list_ol li img {
  width: 330px;
}
.monthly {
  width: 100%;
  overflow: hidden;
}
.monthly ul li {
  float: left;
  text-align: center;
  width: 25%;
}
.monthly ul li img {
  width: .6rem;
  height: .6rem;
}
.monthly ul li span {
  display: block;
  font-size: 13px;
}
.channel_information {
  width: 100%;
  height: auto;
  clear: both;
  padding: 0 .1rem;
  overflow: hidden;
}
.channel_information .channel_information_header {
  overflow: hidden;
  padding-left: .16rem;
}
.channel_information .channel_information_header span {
  float: left;
  width: .04rem;
  height: .13rem;
  border-radius: .03rem;
  background: #F66F0C;
  margin-top: .04rem;
  margin-right: .1rem;
}
.channel_information .channel_information_header p {
  font-size: .15rem;
}
.channel_information .channel_information_text {
  width: 2rem;
  height: 1.97rem;
  float: left;
  font-weight: 400;
  font-size: .14rem;
  color: #666666;
  padding-left: .16rem;
  padding-top: 0.08rem;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.channel_information .channel_information_text span {
  font-size: 12px;
  color: #A9A9A9;
}
.channel_information .channel_information_img {
  float: right;
  border-left: 1px solid rgba(62, 62, 62, 0.1);
  text-align: center;
  padding-left: .1rem;
  width: 1.43rem;
}
.channel_information .channel_information_img img {
  width: 1.07rem;
  height: 1.43rem;
  border-radius: 6px;
  overflow: hidden;
}
.channel_information .channel_information_img span {
  display: block;
  color: #2C2C2C;
  font-size: .14rem;
}
.channel_information .channel_information_img > a span {
  font-size: .12rem;
  color: #F66F0C;
}
.channel_album_img {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 3.6rem;
  height: 2.9rem;
}
.channel_album_img img {
  width: 3.6rem;
  height: 2.9rem;
}
.channel_album_img div {
  width: 3.6rem;
  height: .9rem;
  position: absolute;
  bottom: 0;
  /* Safari 5.1 - 6.0 */
  background: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.1 - 12.0 */
  background: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Firefox 3.6 - 15 */
  background: -moz-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* 标准的语法 */
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.channel_album_img p {
  position: absolute;
  left: .2rem;
  color: #ccc;
}
.channel_album_img p:nth-of-type(1) {
  font-size: .12rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: .04rem;
  text-align: center;
  line-height: .24rem;
  width: .64rem;
  top: .15rem;
}
.channel_album_img p:nth-of-type(2) {
  top: .36rem;
  font-size: .3rem;
  color: #fff;
}
.channel_album_img p:nth-of-type(3) {
  width: 1.54rem;
  height: 1.5rem;
  top: .98rem;
  font-size: .14rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  line-height: .2rem;
}
.channel_album_list {
  width: 3.6rem;
  margin: 0 auto;
  overflow: hidden;
}
.channel_album_list .box {
  width: 3.6rem;
  height: 2rem;
  position: relative;
  background: #ffffff;
}
.channel_album_list .list {
  width: 3.4rem;
  height: 1.7rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -1.7rem;
}
.channel_album_list .list .list_name {
  position: absolute;
  bottom: 6px;
  width: 95%;
  height: .2rem;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}
.channel_album_list .list .list_name p {
  float: left;
  font-size: .14rem;
  color: #FFFFFF;
  height: 0.2rem;
}
.channel_album_list .list .list_name span {
  float: right;
  height: .20rem;
  font-size: .14rem;
  color: #FFFFFF;
  margin-right: .05rem;
  text-align: right;
  width: auto;
}
.channel_album_list .list .list_name span img {
  width: .2rem;
  height: .2rem;
}
.channel_album_list .list ul {
  overflow: hidden;
}
.channel_album_list .list ul li > span {
  position: absolute;
  right: 0;
  top: 0;
  width: .34rem;
  height: .18rem;
  border-radius: 0;
}
.channel_album_list .btn {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 255, 0, 0.5);
  cursor: pointer;
}
.channel_album_list .next {
  right: 0;
}
.channel_album_list li {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  opacity: 0;
  transition: all 0.3s ease-out;
  border-radius: 9px;
  overflow: hidden;
}
.channel_album_list img {
  width: 3rem;
  height: 1.7rem;
  border: none;
  float: left;
}
.channel_album_list .p1 {
  transform: translate3d(-0.69rem, 0, 0) scale(0.81);
}
.channel_album_list .p2 {
  transform: translate3d(0px, 0, 0) scale(0.81);
  transform-origin: 0 50%;
  opacity: 0.8;
  z-index: 2;
}
.channel_album_list .p3 {
  transform: translate3d(0.19rem, 0, 0) scale(1);
  z-index: 3;
  opacity: 1;
}
.channel_album_list .p4 {
  transform: translate3d(0.4rem, 0, 0) scale(0.81);
  transform-origin: 100% 50%;
  opacity: 0.8;
  z-index: 2;
}
.channel_album_list .p5 {
  transform: translate3d(0.58rem, 0, 0) scale(0.81);
}
.channel_album_list .p6 {
  transform: translate3d(0.78em, 0, 0) scale(0.81);
}
.channel_album_list .p7 {
  transform: translate3d(4.48rem, 0, 0) scale(0.81);
}
.channel_album_list .buttons {
  position: absolute;
  width: auto;
  height: .3rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.channel_album_list .buttons a {
  float: left;
  width: .06rem;
  height: .06rem;
  cursor: pointer;
  border-radius: 50%;
  background: #D8D8D8;
  margin: .12rem .015rem 0;
}
.channel_album_list span {
  width: .06rem;
  height: .06rem;
  cursor: pointer;
  display: block;
  border-radius: 50%;
}
.channel_album_list .blue {
  background: #F66F0C;
}
.channel_album {
  clear: both;
}
.channel_album_list + div {
  width: 3.32rem;
  height: .4rem;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  font-size: 012rem;
  background: #ccc;
  overflow: hidden;
  border-radius: 4px;
}
.channel_album_list + div a {
  display: block;
  width: 3.32rem;
  height: .4rem;
  background: #F1F2F3;
  color: #666666;
  font-size: .14rem;
  line-height: .4rem;
}
.exhibition_header {
  width: 3.6rem;
  height: .21rem;
  padding-left: .14rem;
}
.exhibition_header span {
  width: .04rem;
  height: .13rem;
  border-radius: 4px;
  float: left;
  background: #F66F0C;
  margin-top: .04rem;
}
.exhibition_header h3 {
  float: left;
  width: .6rem;
  font-size: .14rem;
  color: #2C2C2C;
  padding-left: .06rem;
  line-height: 22px;
}
.exhibition_header ul {
  float: right;
  height: .2rem;
  padding-right: .1rem;
}
.exhibition_header ul li {
  float: left;
  width: .46rem;
  height: 20px;
  line-height: 20px;
  color: #9FA1A5;
  border-radius: 1rem;
  position: relative;
  font-size: 12px;
  margin-left: .06rem;
  padding-left: .05rem;
  font-family: 'PingFangSC-Regular';
}
.exhibition_header ul li img {
  width: .12rem;
  height: .12rem;
  position: absolute;
  right: .05rem;
  top: .04rem;
  transform: rotate(0deg);
}
.exhibition_header ul li:nth-of-type(4) {
  width: .36rem;
  text-align: center;
  padding: 0 .05rem;
}
.exhibition_header ul .select_li {
  background: #F66F0C;
  color: #fff;
}
.exhibition_content {
  clear: both;
  margin-top: .15rem;
}
.exhibition_content > div {
  width: 3.6rem;
  height: 1.2rem;
  overflow: hidden;
  margin-bottom: .2rem;
  position: relative;
}
.exhibition_content > div:nth-of-type(1) > span {
  background: url('http://pic.cgyouxi.com/orange/cms_res/y2018half1/caee892714034fe6c7296c0729757dce.png') no-repeat;
  background-size: 65% 57.5%;
  background-color: #ffffff;
}
.exhibition_content > div:nth-of-type(2) > span {
  background: url('http://pic.cgyouxi.com/orange/cms_res/y2018half1/4b81656cd5892a4aa2e3c6e5230b3f1b.png') no-repeat;
  background-size: 65% 57.5%;
  background-color: #ffffff;
}
.exhibition_content > div:nth-of-type(3) > span {
  background: url('http://pic.cgyouxi.com/orange/cms_res/y2018half1/80723c38dcaaa767659082a3ec9adc84.png') no-repeat;
  background-size: 65% 57.5%;
  background-color: #ffffff;
}
.exhibition_content > div:nth-of-type(4) {
  margin-bottom: 0;
}
.exhibition_content > div:nth-of-type(4) > span {
  background: url('http://pic.cgyouxi.com/orange/cms_res/y2018half1/e9eda1d2b84baf96790192b2a8303db0.png') no-repeat;
  background-size: 65% 55%;
  background-color: #ffffff;
}
.exhibition_content > div > span {
  position: absolute;
  width: .3rem;
  height: 1.4rem;
  left: 0;
  top: 0;
  z-index: 2;
}
.exhibition_content > div ul {
  position: absolute;
  left: .34rem;
  overflow: hidden;
}
.exhibition_content > div ul li {
  float: left;
  width: 1.40rem;
  height: 1.18rem;
  margin-right: .14rem;
  border: 0 solid rgba(200, 200, 200, 0.4);
  overflow: hidden;
  font-size: .12rem;
  border-top-right-radius: 0.09rem;
  position: relative;
}
.exhibition_content > div ul li > img:nth-of-type(1) {
  border-radius: 0.09rem;
  width: 1.40rem;
  height: .8rem;
  display: block;
}
.exhibition_content > div ul li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .8rem;
  opacity: 0;
  z-index: 10;
}
.exhibition_content > div ul li img:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: .34rem;
  height: .18rem;
}
.exhibition_content > div ul li p:nth-of-type(1) {
  font-size: .12rem;
  color: #2C2C2C;
  width: 100%;
}
.exhibition_content > div ul li p:nth-of-type(2) {
  font-size: .12rem;
  color: #A9A9A9;
  display: inline-block;
  float: left;
  width: .8rem;
}
.exhibition_content > div ul li span {
  width: .6rem;
  float: right;
  font-size: 12px;
  color: #A9A9A9;
  text-align: right;
}
.exhibition_content > div ul li span img {
  width: .15rem;
  height: .15rem;
  background-size: 100% 100%;
  position: relative;
  top: 0.02rem;
}
.exhibition_content > div:nth-of-type(n+2) > span {
  line-height: 123px;
  letter-spacing: 0px;
}
.active_advertising {
  width: 3.6rem;
  height: auto;
  padding: 0!important;
  margin: .07rem 0;
}
.active_advertising img {
  width: 3.6rem;
  height: auto;
}
.activity_prizes_header {
  width: 3.6rem;
  height: .22rem;
  padding-left: .1rem;
  overflow: hidden;
}
.activity_prizes_header span {
  height: .13rem;
  width: .04rem;
  background: #F66F0C;
  border-radius: 100px;
  float: left;
  margin-top: .04rem;
}
.activity_prizes_header h3 {
  line-height: .22rem;
  font-size: .15rem;
  color: #2C2C2C;
  padding-left: .06rem;
  width: 1.5rem;
  float: left;
  font-weight: 600;
}
.activity_prizes_header p {
  float: right;
  font-size: 12px;
  width: 1.3rem;
  line-height: .22rem;
  color: #A9A9A9;
  text-align: right;
  padding-right: .05rem;
}
.activity_prizes_content {
  clear: both;
  position: relative;
  height: 1.32rem;
}
.activity_prizes_content ul {
  position: absolute;
}
.activity_prizes_content ul li {
  float: left;
  width: 1.52rem;
  height: 1.32rem;
  margin-left: .14rem;
  position: relative;
  margin-top: .14rem;
  border-top-right-radius: 0.09rem;
  overflow: hidden;
}
.activity_prizes_content ul li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.82rem;
  z-index: 10;
}
.activity_prizes_content ul li img {
  width: 1.52rem;
  height: 0.82rem;
  margin-bottom: .035rem;
  border-radius: 0.09rem;
}
.activity_prizes_content ul li h4 {
  font-size: .12rem;
  color: #2C2C2C;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.activity_prizes_content ul li p {
  color: #A9A9A9;
}
.activity_prizes_content ul li p span {
  float: left;
  font-size: .12rem;
}
.activity_prizes_content ul li p a {
  color: #A9A9A9;
  float: right;
  font-size: .12rem;
}
.activity_prizes_content ul li em {
  position: absolute;
  right: 0;
  top: 0;
  width: .34rem;
  height: .18rem;
}
.album_box {
  width: 100%;
  height: auto;
  padding: 10px 0;
}
.album_box img {
  width: 100%;
  height: auto;
}
.album_header {
  width: 100%;
  height: auto;
  padding-left: 10px;
  overflow: hidden;
}
.album_header span {
  height: 20px;
  width: 10px;
  border-radius: 5px;
  background: #F66F0C;
  float: left;
  margin-top: 10px;
}
.album_header h3 {
  line-height: 40px;
  font-size: 15px;
  color: #2C2C2C;
  padding-left: .08rem;
  width: 30%;
  float: left;
}
.album_header p {
  float: right;
  width: 20%;
  font-size: 12px;
  color: #A9A9A9;
  text-align: right;
}
.album_content {
  clear: both;
}
.album_content ul li {
  float: left;
  width: 30%;
  margin-right: 20px;
}
.album_content ul li img {
  width: 100%;
}
.album_content ul li h4 {
  font-size: 12px;
  color: #2C2C2C;
  padding: 10px 0;
}
.album_content ul li p {
  font-size: 12px;
  color: #A9A9A9;
}
.album_content ul li p span {
  float: left;
}
.album_content ul li p a {
  color: #A9A9A9;
  float: right;
}
.active_award {
  height: 1.84rem;
  width: 3.6rem;
  margin: 0;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 5;
}
.mask .maskContent {
  width: 3.24rem;
  min-height: 3.38rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) !important;
  background: #fff;
  border-radius: 9px;
}
.mask .maskContent h3 {
  width: 100%;
  height: .64rem;
  text-align: center;
  line-height: .64rem;
  border-bottom: 1px solid #EBEBEB;
  font-size: 18px;
  color: #2C2C2C;
}
.mask .maskContent p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.003rem;
  line-height: .24rem;
  padding: .22rem;
  min-height: 2.1rem;
  height: auto;
  overflow-y: auto!important;
}
.mask .maskContent span {
  display: block;
  width: 100%;
  height: .64rem;
  text-align: center;
  line-height: .64rem;
  font-size: 18px;
  color: #F66F0C;
  border-top: 1px solid #EBEBEB;
}
.hide {
  display: none;
}
.border {
  background: #3E3E3E;
  opacity: 0.1;
  width: 3.46rem;
  height: 1px;
  margin: 0 0 0 0.14rem;
  padding: 0!important;
}
.animt {
  animation: circle 0.5s 1 linear;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=channelPage.css.map */