@charset "utf-8";
@font-face {
  font-family: y-icon-font;
  src: url(iconfont.eot?t=1526281268908);
  src: url(iconfont.eot?t=1526281268908#iefix) format('embedded-opentype'), url(iconfont.woff) format('woff'), url(iconfont.ttf?t=1526281268908) format('truetype'), url(iconfont.svg?t=1526281268908#y-icon-font) format('svg')
}
.y-icon-font {
  font-family: y-icon-font !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.y-icon-shouye:before {
  content: "\e623"
}
.y-icon-fenlei:before {
  content: "\e6d1"
}
.y-icon-liuyan:before {
  content: "\e612"
}
.y-icon-yonghu:before {
  content: "\e649"
}
.y-icon-fenxiang:before {
  content: "\e613"
}
.y-icon-zixun:before {
  content: "\e610"
}
.y-icon-xiugai:before {
  content: "\e62b"
}
.y-icon-zhuanti:before {
  content: "\e618"
}
.y-icon-sousuo:before {
  content: "\e67a"
}
.y-icon-lishi:before {
  content: "\e608"
}
.y-icon-fengge:before {
  content: "\e600"
}
.y-icon-zuo:before {
  content: "\e727"
}
.y-icon-you:before {
  content: "\e728"
}
.y-icon-shang:before {
  content: "\e729"
}
.y-icon-xia:before {
  content: "\e72a"
}
.y-icon-top:before {
  content: "\e62c"
}
* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, Microsoft Yahei, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}
a {
  color: #333;
  text-decoration: none
}
a:hover {
  color: #0bbe06
}
a:hover, a:active {
  outline: 0
}
p {
  line-height: 1.5rem
}
li {
  list-style: none
}
em, i {
  font-style: normal
}
hr {
  margin: .625rem 0;
  border: 0;
  border-bottom: .0625rem solid #e2e2e2;
  height: .0625rem;
  transform: scaleY(.5);
  transform-origin: 0 0
}
img {
  display: inline-block;
  border: 0;
  vertical-align: middle
}
body {
  padding: 5rem 0 0;
  overflow-y: scroll;
  background-color: #f5f5f5;
  font-size: .875rem
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}
input::-ms-clear {
  display: none
}
input::-webkit-search-cancel-button {
  display: none
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5rem #fff inset !important
}
textarea {
  overflow: hidden;
  height: auto !important
}
input[type=submit] {
  cursor: pointer
}
input[type=submit], input[type=search], input[type=text], input[type=email], input[type=password], textarea, select, option {
  -webkit-appearance: none
}
button {
  outline: none;
}
input, textarea, select, option {
  font-size: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0
}
table, table tr, table tr td {
  border: none;
}
.ilinks li {
  float: left;
  padding-right: 15px
}
/* header */
.y-header-top {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  min-height: 60px;
  background: #292838;
}
.top-fixed-down {
  margin-top: -80px
}
.y-header-side {
  float: right
}
/* header-logo */
.y-header-logo, .y-header-menu, .y-header-search {
  float: left
}
.y-header-logo {
  margin-top: 5px;
}
.y-header-logo .logo {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-top: 7px;
}
/* header-seacrh */
.y-header-search {
  position: relative;
  width: 300px;
  margin-left: 50px;
  margin-top: 12px;
}
.y-header-search .form-control {
  width: 100%;
  color: #fff;
  height: 36px;
  padding: 0 15px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, .2);
  border: 0;
}
.y-header-search .submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  background: none;
  border: 0;
  cursor: pointer;
}
.y-header-search .submit .y-icon-font {
  font-size: 18px;
  color: #999;
}
/* header-menu */
.y-header_bd {
  margin: 0 auto;
}
.y-header-menu {
  position: relative;
}
.y-header-menu > li {
  position: relative;
  float: left;
  margin-left: 40px;
  padding: 15px 0 10px;
}
.y-header-menu > li > a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.y-header-menu > li.active > a, .y-header-menu .dropdown li.active a {
  background-color: #FF9900;
  color: #FFFFFF;
}
.y-header-menu > li .dropdown {
  display: none;
  width: 520px;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: -200px;
  padding: 20px 10px 10px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
.y-header-menu > li .dropdown:before {
  content: " ";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  left: 230px;
  background-color: #fff;
}
.y-header-menu > li:hover .dropdown {
  display: block;
}
.y-header-menu .dropdown li {
  float: left;
  width: 16.6666667%;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: center;
}
.y-header-menu .dropdown li a {
  display: block;
  padding: 6px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
/* header-user */
.y-header-user {
  float: right
}
.y-header-user > li {
  float: left;
  position: relative;
  padding: 18px 0 10px;
  margin-left: 30px
}
.y-header-user > li > a, .y-header-user > li > a .fa {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.y-header-user > li .dropdown {
  display: none;
  position: absolute;
  z-index: 999;
  width: 240px;
  top: 100%;
  right: -15px;
  padding: 15px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
.y-header-user > li .dropdown:before {
  content: " ";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  right: 22px;
  background-color: #fff;
}
.y-header-user > li:hover .dropdown {
  display: block;
}
.y-header-user .dropdown .history li {
  position: relative;
  padding: 10px 0;
}
.y-header-user .dropdown .history li:first-child {
  margin-top: 10px;
}
.y-header-user .dropdown .history li:last-child {
  padding-bottom: 0;
}
/* banner */
.y-banner {
  position: relative;
}
.y-banner-item {
  position: relative;
  display: block;
  width: 100%;
}
.y-banner-pic {
  display: block;
  position: relative;
}
.y-banner-switch {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 120px;
}
.y-banner-switch ul {
  margin-top: 15px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.y-banner-switch ul li {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
.y-banner-switch ul li span {
  border: 3px solid rgba(255, 255, 255, 0.8);
}
.y-banner-switch ul li.active span {
  border: 3px solid #ff6600;
}
.visible-xs {
  display: none !important
}
.header-wrap {
  margin: 0 auto;
}
.pull-right {
  float: right !important;
}
.play-iframe {
  height: 700px;
}
.crumbs-nav {
  font-size: 12px;
  color: #736767;
  padding: 5px 0 0 5px;
}
.crumbs-nav a {
  font-size: 12px;
  color: #736767;
}
.crumbs-nav a:hover {
  color: #ff6428;
}
.mb15 {
  margin-bottom: 15px
}
.mr10 {
  margin-right: 10px
}
.other-wrapper {
  max-height: 40px;
  overflow: hidden;
  position: relative;
}
.other-wrapper a {
  line-height: 1.2rem;
  margin-left: 8px;
}
.other-wrapper .other-mask {
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.text-muted {
  margin-left: 8px;
  color: #999;
}
.text-center {
  text-align: center;
}
.text-overflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.y-hidden {
  display: none
}
.y-visible {
  display: block
}
.y-hide {
  display: none !important
}
.y-show {
  display: block !important
}
.y-text-left {
  text-align: left !important
}
.y-text-right {
  text-align: right !important
}
.y-text-center {
  text-align: center !important
}
.y-col-xs1, .y-col-xs2, .y-col-xs3, .y-col-xs4, .y-col-xs5, .y-col-xs6, .y-col-xs7, .y-col-xs8, .y-col-xs9, .y-col-xs10, .y-col-xs11, .y-col-xs12, .y-col-sm1, .y-col-sm2, .y-col-sm3, .y-col-sm4, .y-col-sm5, .y-col-sm6, .y-col-sm7, .y-col-sm8, .y-col-sm9, .y-col-sm10, .y-col-sm11, .y-col-sm12, .y-col-md1, .y-col-md2, .y-col-md3, .y-col-md4, .y-col-md5, .y-col-md6, .y-col-md7, .y-col-md8, .y-col-md9, .y-col-md10, .y-col-md11, .y-col-md12, .y-col-lg1, .y-col-lg2, .y-col-lg3, .y-col-lg4, .y-col-lg5, .y-col-lg6, .y-col-lg7, .y-col-lg8, .y-col-lg9, .y-col-lg10, .y-col-lg11, .y-col-lg12 {
  position: relative;
  display: block
}
.y-col-xs1, .y-col-xs2, .y-col-xs3, .y-col-xs4, .y-col-xs5, .y-col-xs6, .y-col-xs7, .y-col-xs8, .y-col-xs9, .y-col-xs10, .y-col-xs11, .y-col-xs12 {
  float: left
}
.y-col-xs1 {
  width: 8.33333333%
}
.y-col-xs2 {
  width: 16.66666667%
}
.y-col-xs3 {
  width: 25%
}
.y-col-xs4 {
  width: 33.33333333%
}
.y-col-xs5 {
  width: 41.66666667%
}
.y-col-xs6 {
  width: 50%
}
.y-col-xs7 {
  width: 58.33333333%
}
.y-col-xs8 {
  width: 66.66666667%
}
.y-col-xs9 {
  width: 75%
}
.y-col-xs10 {
  width: 83.33333333%
}
.y-col-xs11 {
  width: 91.66666667%
}
.y-col-xs12 {
  width: 100%
}
.y-vod-aa-img {
  padding-top: 125px;
}
.y-vod-aa-fong {
  color: #fff;
}
@media (max-width:1023px) {
  /* header */
  .y-header-logo {
    margin-top: 8px;
  }
  .y-header-logo .logo {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-top: 3px;
  }
  .y-header-search {
    width: 200px;
    margin-left: 20px;
  }
  .y-header-menu > li {
    margin-left: 20px;
  }
  .y-header-user > li {
    margin-left: 20px;
  }
  .y-header-menu > li:hover .dropdown, .y-header-user > li:hover .dropdown {
    display: none;
  }
  /* banner */
  .y-banner .flickity-page-dots {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  /* header */
  .y-header-top {
    min-height: 50px;
  }
  .y-header-logo {
    margin-top: 2px;
    margin-left: 8px;
  }
  .y-header-search {
    position: absolute;
    top: -100%;
    left: 10px;
    right: 10px;
    width: auto;
    padding-right: 30px;
  }
  .y-header-search .form-control {
    color: #fff;
    height: 32px;
    padding: 0 10px;
    border-radius: 16px;
  }
  .y-header-search .submit {
    right: 30px;
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
  .y-header-search .submit .fa {
    font-size: 12px;
  }
  .y-header-search.active {
    margin: 0;
    top: 9px;
  }
  .y-header-search .search-close {
    position: absolute;
    top: 6px;
    right: 0;
    color: #fff;
  }
  .y-header-menu > li {
    margin-left: 20px;
    padding: 10px 0 10px;
  }
  .y-header-menu > li > a {
    line-height: 20px;
  }
  .y-header-menu > li .dropdown {
    left: -120px;
    width: 300px;
  }
  .y-header-menu > li .dropdown:before {
    left: 150px;
  }
  .y-header-menu .dropdown li {
    width: 33.333333%;
  }
  .y-header-user {
    padding-right: 18px;
  }
  .y-header-user > li {
    margin-left: 15px;
    padding: 13px 0 0px;
  }
  .y-header-user > li > a .fa {
    font-size: 20px;
    line-height: 20px;
  }
  .y-header-menu > li .dropdown {
    left: -170px;
  }
  .y-header-menu > li .dropdown:before {
    left: 190px;
  }
  /*search */
  .search-list .item {
    padding: 0;
  }
  .search-list .img {
    height: 180px;
    width: 130px;
    float: left;
  }
  .subject.ellipsis-one {
    padding-top: 1px;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .play-iframe {
    height: 200px;
  }
}
@media(max-width:48rem) {
  .y-hide-xs {
    display: none !important
  }
  .y-text-xs-left {
    text-align: left !important
  }
  .y-text-xs-right {
    text-align: right !important
  }
  .y-text-xs-center {
    text-align: center !important
  }
  .y-show-xs-block {
    display: block !important
  }
  .y-show-xs-inline {
    display: inline !important
  }
  .y-show-xs-inline-block {
    display: inline-block !important
  }
}
@media(min-width:48rem) {
  .y-header_bd {
    width: 46.875rem !important
  }
  .y-part-case {
    width: 46.875rem !important
  }
  .y-hide-sm {
    display: none !important
  }
  .y-text-sm-left {
    text-align: left !important
  }
  .y-text-sm-right {
    text-align: right !important
  }
  .y-text-sm-center {
    text-align: center !important
  }
  .y-show-sm-block {
    display: block !important
  }
  .y-show-sm-inline {
    display: inline !important
  }
  .y-show-sm-inline-block {
    display: inline-block !important
  }
  .y-col-sm1, .y-col-sm2, .y-col-sm3, .y-col-sm4, .y-col-sm5, .y-col-sm6, .y-col-sm7, .y-col-sm8, .y-col-sm9, .y-col-sm10, .y-col-sm11, .y-col-sm12 {
    float: left
  }
  .y-col-sm1 {
    width: 8.33333333%
  }
  .y-col-sm2 {
    width: 16.66666667%
  }
  .y-col-sm3 {
    width: 25%
  }
  .y-col-sm4 {
    width: 33.33333333%
  }
  .y-col-sm5 {
    width: 41.66666667%
  }
  .y-col-sm6 {
    width: 50%
  }
  .y-col-sm7 {
    width: 58.33333333%
  }
  .y-col-sm8 {
    width: 66.66666667%
  }
  .y-col-sm9 {
    width: 75%
  }
  .y-col-sm10 {
    width: 83.33333333%
  }
  .y-col-sm11 {
    width: 91.66666667%
  }
  .y-col-sm12 {
    width: 100%
  }
}
@media(min-width:62rem) {
  .y-header_bd {
    width: 60.625rem !important
  }
  .y-part-case {
    width: 60.625rem !important
  }
  .y-hide-md {
    display: none !important
  }
  .y-text-md-left {
    text-align: left !important
  }
  .y-text-md-right {
    text-align: right !important
  }
  .y-text-md-center {
    text-align: center !important
  }
  .y-show-md-block {
    display: block !important
  }
  .y-show-md-inline {
    display: inline !important
  }
  .y-show-md-inline-block {
    display: inline-block !important
  }
  .y-col-md1, .y-col-md2, .y-col-md3, .y-col-md4, .y-col-md5, .y-col-md6, .y-col-md7, .y-col-md8, .y-col-md9, .y-col-md10, .y-col-md11, .y-col-md12 {
    float: left
  }
  .y-col-md1 {
    width: 8.33333333%
  }
  .y-col-md2 {
    width: 16.66666667%
  }
  .y-col-md3 {
    width: 25%
  }
  .y-col-md4 {
    width: 33.33333333%
  }
  .y-col-md5 {
    width: 41.66666667%
  }
  .y-col-md6 {
    width: 50%
  }
  .y-col-md7 {
    width: 58.33333333%
  }
  .y-col-md8 {
    width: 66.66666667%
  }
  .y-col-md9 {
    width: 75%
  }
  .y-col-md10 {
    width: 83.33333333%
  }
  .y-col-md11 {
    width: 91.66666667%
  }
  .y-col-md12 {
    width: 100%
  }
}
@media(min-width:75rem) {
  .y-header_bd {
    width: 73.125rem !important
  }
  .y-part-case {
    width: 73.125rem !important
  }
  .y-hide-lg {
    display: none !important
  }
  .y-text-lg-left {
    text-align: left !important
  }
  .y-text-lg-right {
    text-align: right !important
  }
  .y-text-lg-center {
    text-align: center !important
  }
  .y-show-lg-block {
    display: block !important
  }
  .y-show-lg-inline {
    display: inline !important
  }
  .y-show-lg-inline-block {
    display: inline-block !important
  }
  .y-col-lg1, .y-col-lg2, .y-col-lg3, .y-col-lg4, .y-col-lg5, .y-col-lg6, .y-col-lg7, .y-col-lg8, .y-col-lg9, .y-col-lg10, .y-col-lg11, .y-col-lg12 {
    float: left
  }
  .y-col-lg1 {
    width: 8.33333333%
  }
  .y-col-lg2 {
    width: 16.66666667%
  }
  .y-col-lg3 {
    width: 25%
  }
  .y-col-lg4 {
    width: 33.33333333%
  }
  .y-col-lg5 {
    width: 41.66666667%
  }
  .y-col-lg6 {
    width: 50%
  }
  .y-col-lg7 {
    width: 58.33333333%
  }
  .y-col-lg8 {
    width: 66.66666667%
  }
  .y-col-lg9 {
    width: 75%
  }
  .y-col-lg10 {
    width: 83.33333333%
  }
  .y-col-lg11 {
    width: 91.66666667%
  }
  .y-col-lg12 {
    width: 100%
  }
}
.y-margin {
  margin: .3125rem
}
.y-margin-x {
  margin: .625rem 0
}
.y-margin-top {
  margin-top: 0
}
.y-margin-bottom {
  margin-bottom: .625rem
}
.y-padding {
  padding: .3125rem
}
.y-padding-v {
  padding: .3125rem
}
.y-padding-x {
  padding: .625rem
}
.y-padding-top {
  padding-top: .3125rem
}
.cf_alert_div {
  display: none !important
}
.y-min-width {
  min-width: 20rem
}
.y-font-size {
  font-size: 0
}
.y-font-xii {
  font-size: .75rem
}
.y-font-xiv {
  font-size: .875rem
}
.y-font-xvi {
  font-size: 1rem
}
.y-font-xviii {
  font-size: 1.125rem
}
.y-back-black {
  background-color: #000 !important;
  color: #fff !important
}
.y-back-green {
  background-color: #0bbe06 !important;
  color: #fff !important
}
.y-back-ashen {
  background-color: #f7f7f7 !important;
  color: #333 !important
}
.y-back-gules {
  background-color: #ff0d29 !important;
  color: #fff !important
}
.y-back-masks {
  background-color: rgba(0, 0, 0, .5) !important;
  z-index: 9998 !important
}
.y-text-bold {
  font-weight: 700
}
.y-text-line {
  line-height: 1.125rem
}
.y-text-linex {
  line-height: 1.25rem
}
.y-text-white {
  color: #fff !important
}
.y-text-black {
  color: #333 !important
}
.y-text-muted {
  color: #666 !important
}
.y-text-green {
  color: #0bbe06 !important
}
.y-text-gules {
  color: #ff0d29 !important
}
.y-text-disad {
  pointer-events: none;
  cursor: not-allowed;
  color: #666 !important
}
.y-line-top:before, .y-line-bottom:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: .0625rem;
  transform-origin: 0 0;
  transform: scaleY(.5)
}
.y-line-top:before {
  top: 0;
  border-top: .0625rem solid #e2e2e2
}
.y-line-bottom:after {
  bottom: 0;
  background-color: #e2e2e2
}
.y-line-left:before, .y-line-right:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: .0625rem;
  transform-origin: 100% 0;
  transform: scaleX(.5)
}
.y-line-left:before {
  left: 0;
  border-left: .0625rem solid #e2e2e2
}
.y-line-right:after {
  right: 0;
  border-right: .0625rem solid #e2e2e2
}
.y-edge-info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-width: .375rem;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden
}
.y-edge-top {
  top: -.25rem;
  border-bottom-color: #999;
  border-bottom-style: solid
}
.y-edge-bottom {
  top: .125rem;
  border-top-color: #999;
  border-top-style: solid
}
.y-btns-info {
  padding: .5rem 0;
  color: #666;
  line-height: 1.125rem;
  text-align: center;
  cursor: pointer
}
.y-btns-info:hover {
  background-color: #0bbe06 !important;
  color: #fff !important;
  border-color: #0bbe06 !important;
  opacity: .8;
  filter: alpha(opacity=80)
}
.y-btns-green {
  background-color: #0bbe06 !important;
  color: #fff !important;
  border-color: #0bbe06 !important
}
.y-btns-gules {
  background-color: #ff0d29 !important;
  color: #fff !important;
  border-color: #ff0d29 !important
}
.y-btns-disad, .y-btns-disad:hover {
  background-color: #eee !important;
  color: #aaa !important;
  border-color: #e2e2e2 !important;
  pointer-events: none;
  cursor: not-allowed
}
.y-form-info {
  display: block;
  padding: 0 .625rem;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #f5f5f5
}
.y-form-comp {
  position: relative;
  width: auto !important;
  top: .125rem;
  margin-right: .625rem
}
.y-form-area {
  padding: .625rem;
  line-height: 1.25rem
}
.y-rims-info {
  border: .0625rem solid #e2e2e2;
  border-radius: .1875rem
}
.y-rims-redr {
  border-color: #ff0d29 !important
}
.y-part-tips {
  position: absolute;
  right: .9375rem
}
.y-part-2by1 {
  padding-top: 50%
}
.y-part-3by2 {
  padding-top: 45%
}
.y-part-5by2 {
  padding-top: 45%
}
.y-part-5by3 {
  padding-top: 60%
}
.y-part-2by3 {
  padding-top: 150%
}
.y-part-16by9 {
  padding-top: 56.25%
}
.y-part-height {
  min-height: 21.25rem;
  min-height: calc(100vh - (14.25rem))
}
.y-part-nums {
  position: relative;
  top: -.0625rem;
  font-size: .75rem;
  padding: .0625rem .3125rem;
  border-radius: .125rem;
  margin-right: .3125rem;
  color: #fff;
  background-color: #cacaca
}
.y-part-num1 {
  background-color: #ff0d29
}
.y-part-num2 {
  background-color: #ff920b
}
.y-part-num3 {
  background-color: #ffc600
}
.y-part-left {
  left: -100% !important
}
.y-part-over {
  overflow: visible
}
.y-part-roun {
  border-radius: 100%
}
.y-part-both {
  clear: both;
  zoom: 1
}
.y-part-both:after {
  content: "";
  clear: both;
  zoom: 1;
  display: block;
  height: 0
}
.y-part-eone {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.y-part-etwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.y-part-move {
  transition: all .2s;
  -webkit-transition: all .2s
}
.y-part-core {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 .625rem;
  width: 100%;
  transform: translate(-50%, -50%)
}
.y-part-full {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}
.y-part-mask {
  height: 100%;
  background-color: #f6f6f6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999
}
.y-part-roll::-webkit-scrollbar-track {
  background-color: #ccc
}
.y-part-roll::-webkit-scrollbar-thumb {
  background-color: #999
}
.y-part-roll::-webkit-scrollbar-track-piece {
  background: 0 0
}
.y-part-roll::-webkit-scrollbar {
  width: .3125rem;
  height: 0
}
.y-anim {
  animation-duration: .3s;
  animation-fill-mode: both
}
.y-anim-upbit {
  animation-name: y-anim-upbit
}
@keyframes y-anim-upbit {
  from {
    transform: translate3d(0, 1.875rem, 0);
    opacity: .3
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
.y-anim-scale {
  animation-name: y-anim-scale
}
@keyframes y-anim-scale {
  0% {
    opacity: .3;
    transform: scale(.5)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
.y-part-case {
  position: relative;
  margin: 0 auto
}
.y-part-layout {
  padding: .3125rem;
  margin-bottom: .625rem
}
.y-part-rows {
  position: relative;
  overflow: hidden
}
.y-part-rows:before, .y-part-rows:after {
  content: "";
  display: block;
  clear: both
}
.y-list-pics {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  transition: all .2s
}
.y-back-whits {
  background-color: #fff !important;
  color: #333 !important
}
.y-head-info {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3.125rem;
  z-index: 1000
}
.y-head-info .y-icon-font {
  font-size: 1.25rem
}
.y-head-info .y-navs-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.y-head-info .y-navs-left a {
  float: left
}
.y-head-info .y-navs-left .y-navs-logo {
  padding: .3125rem .625rem;
  margin-right: .9375rem;
  text-align: center
}
.y-head-info .y-navs-left .y-navs-logo img {
  width: 6rem;
  height: 2.5rem
}
.y-head-info .y-navs-left .y-navs-title {
  line-height: 3.125rem
}
.y-head-info .y-navs-right {
  position: absolute;
  top: 0;
  right: 0
}
.y-head-info .y-navs-right a {
  float: left;
  line-height: 3.125rem;
  padding-left: 1rem
}
.y-head-info .y-navs-right a:last-child {
  margin-right: 1rem
}
.y-head-info .y-navs-search {
  position: relative;
  padding: .625rem 3.5rem .625rem 0;
  margin-left: 7.1875rem;
  z-index: 99
}
.y-head-info .y-navs-search .y-navs-form {
  position: relative
}
.y-head-info .y-navs-search .y-navs-input {
  display: block;
  width: 100%;
  padding: 0 2.5rem 0 .625rem;
  height: 1.875rem;
  line-height: 1.875rem;
  color: #bdbdbd;
  border: .0625rem solid #eee;
  border-radius: 1.875rem
}
.y-head-info .y-navs-search .y-navs-input:hover, .y-head-info .y-navs-search .y-navs-input:focus {
  border-color: #0bbe06 !important
}
.y-head-info .y-navs-search .y-navs-submit {
  position: absolute;
  top: .0625rem;
  bottom: .0625rem;
  right: .0625rem;
  background-color: transparent;
  color: #666;
  border: 0;
  padding: .3125rem .625rem;
  display: block;
  border-radius: 100%;
  text-align: center;
  cursor: pointer
}
.y-head-info .y-navs-search .y-navs-submit .y-icon-font {
  font-size: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem
}
.y-head-info .y-navs-search .y-navs-close {
  position: absolute;
  right: 1rem;
  top: 0;
  text-align: center;
  line-height: 3.125rem;
  color: #444
}
.y-head-info .y-pops-title {
  font-size: .875rem;
  position: relative;
  padding: 0 .9375rem;
  line-height: 2.5rem
}
.y-head-info .y-pops-btn {
  position: absolute;
  top: .0625rem;
  right: 0;
  bottom: .0625rem;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  z-index: 1;
  box-shadow: -.3125rem 0 .3125rem -.3125rem rgba(0, 0, 0, .1)
}
.y-head-info .y-pops-list li {
  position: relative;
  line-height: 2.1875rem
}
.y-head-info .y-pops-list li.y-line-bottom {
  line-height: 2.5rem
}
.y-head-info .y-pops-list li.y-line-bottom:after {
  left: .9375rem
}
.y-head-info .y-pops-list li:last-child.y-line-bottom:after {
  height: 0
}
.y-head-info .y-pops-list a {
  display: block;
  padding: 0 .9375rem;
  font-size: .875rem;
  height: 2.25rem;
  line-height: 2.25rem
}
.y-head-info .y-pops-navbar {
  display: block;
  position: fixed;
  width: 100%;
  top: 2.5rem
}
.y-head-info .y-pops-navbar ul {
  padding: 0 .625rem;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.y-head-info .y-pops-navbar li {
  margin-right: .9375rem;
  display: inline-block
}
.y-head-info .y-pops-navbar li:last-child {
  margin-right: 3.125rem
}
.y-head-info .y-pops-navbar li a {
  padding: 0;
  height: 2.5rem;
  line-height: 2.5rem
}
.y-head-info .y-pops-navbar .y-this a {
  color: #0bbe06;
  font-weight: 700
}
.y-head-info .y-pops-navbar .y-this a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: .75rem;
  height: .25rem;
  border-radius: 3.125rem;
  background-color: #0bbe06;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10
}
.y-head-info .y-pops-navbar .y-pops-top {
  margin-top: .6875rem
}
.y-head-info .y-pops-navbar .y-pops-open {
  margin-top: 3.125rem;
  padding: 0;
  white-space: normal;
  overflow-y: scroll
}
.y-head-info .y-pops-navbar .y-pops-open li {
  text-align: center;
  width: 25%;
  margin-right: 0
}
.y-head-info .y-pops-navbar .y-pops-open li a {
  padding: 0 .625rem
}
.y-head-info .y-pops-navbar .y-pops-open li a:before {
  position: initial
}
.y-head-info .y-pops-channel {
  position: absolute;
  top: .625rem;
  background: #fff;
  width: 100%;
  padding: 0 .625rem;
  line-height: 2.5rem
}
.y-head-info .y-pops-weixin {
  position: relative;
  top: 2.5rem;
  padding: .625rem 0 1.25rem
}
.y-head-info .y-pops-search {
  position: relative;
  top: -.625rem
}
.y-head-info .y-pops-search .y-pops-case {
  background-color: #f6f6f6
}
.y-head-info .y-pops-search .y-pops-key .y-pops-title, .y-head-info .y-pops-search .y-pops-rec {
  margin-bottom: .625rem
}
.y-head-info .y-pops-search .y-pops-rec ul, .y-head-info .y-pops-search .y-pops-hot ul {
  padding: .5rem 0;
  font-size: 0
}
.y-head-info .y-pops-search .y-pops-back {
  background-color: #f7f7f7
}
.y-head-info .y-pops-record, .y-head-info .y-pops-code {
  position: relative;
  top: 2.5rem
}
.y-head-info .y-pops-code img {
  margin: 0 auto;
  max-width: 100%;
  height: auto
}
.y-head-info .y-pops-cont {
  margin: 0 auto;
  padding: 1.25rem 0;
  max-width: 80%;
  height: auto
}
.y-head-info .y-pops-user {
  position: absolute;
  right: 0;
  padding: .3125rem;
  min-width: 12.5rem;
  text-align: center
}
.y-head-info .y-pops-user li a {
  border-bottom: #f6f6f6 .0625rem solid;
  padding: 0 .9375rem
}
.y-head-info .y-pops-user li:last-child a {
  border-bottom: 0
}
.y-head-info .y-pops-user a:hover {
  color: #fff;
  background-color: #5fb878
}
.y-tabr-info {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999
}
.y-tabr-info li {
  display: table-cell;
  width: 1%
}
.y-tabr-info span {
  display: block;
  line-height: 1.25rem;
  padding-bottom: .3125rem
}
.y-tabr-info .y-icon-font {
  display: block;
  padding-top: .3125rem;
  line-height: 1.5625rem;
  font-size: 1.5rem
}
.y-foot-info {
  padding: .625rem 0
}
.y-foot-maps a, .y-foot-maps span {
  display: inline-block
}
.y-goto-info {
  position: fixed;
  right: .625rem;
  bottom: 4.0625rem
}
.y-goto-info a {
  font-size: 1.625rem;
  box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .1);
  margin-top: .625rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 3px
}
.y-list-info .y-list-play {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  height: 100%
}
.y-list-info .y-list-pics:hover .y-list-play {
  display: block
}
.y-list-info .y-list-score {
  position: absolute;
  top: .3125rem;
  left: -.3125rem;
  padding: 0 .3125rem
}
.y-list-info .y-list-score:before {
  content: "";
  position: absolute;
  left: .0625rem;
  bottom: -.25rem;
  border-top: .25rem solid #0bbe06;
  border-left: .25rem solid transparent
}
.y-list-info .y-list-remarks {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .3125rem 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .5))
}
.y-list-info .y-list-title {
  margin-top: .375rem;
  line-height: 1.125rem
}
.y-list-info .y-list-desc {
  margin-top: .3125rem;
  line-height: 1rem
}
.y-swip-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.y-swip-slide {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0
}
.y-swip-title {
  position: absolute;
  bottom: 0;
  padding: 1.875rem .625rem .625rem;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6))
}
.y-swip-head {
  margin-bottom: .3125rem
}
.y-swip-prev, .y-swip-next {
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  margin-top: -1.5625rem;
  border-radius: .125rem;
  background: rgba(0, 0, 0, .6)
}
.y-swip-prev {
  left: 1.25rem;
  right: auto
}
.y-swip-next {
  right: 1.25rem;
  left: auto
}
.y-swip-pagin {
  position: absolute;
  right: .3125rem;
  bottom: .3125rem;
  width: 100%
}
.y-swip-bullet {
  margin: 0 .0625rem;
  width: .3125rem;
  height: .0625rem;
  display: inline-block;
  background: #fff;
  opacity: .2;
  cursor: pointer
}
.y-swip-this {
  background-color: #0bbe06;
  opacity: 1
}
.y-topi-head {
  margin-bottom: .625rem;
  padding-bottom: .625rem
}
.y-topi-back {
  padding: 1.25rem 0;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .5))
}
.y-topi-back span {
  margin-top: .625rem
}
.y-page-info {
  padding: 1.25rem 0 .9375rem
}
.y-page-info a {
  padding: .5rem;
  margin: .125rem
}
.y-play-info .y-play-btn {
  border-top: .0625rem solid #e2e2e2
}
.y-play-info .y-play-btn .y-padding {
  padding: .3125rem
}
.y-play-info .y-play-text {
  padding: .5rem 0;
  line-height: 1.125rem;
  border: .0625rem solid transparent
}
.y-play-info .y-play-box {
  border-top: .0625rem solid #e2e2e2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}
.y-play-info .y-play-top {
  margin-top: 1.25rem
}
.y-play-info .y-play-pays a {
  display: inline-block;
  margin-top: 1.25rem;
  width: 6.25rem
}
.y-tabs-info .y-padding {
  padding: .3125rem
}
.y-tabs-info .y-tabs-boxs {
  border-top: .0625rem solid #e2e2e2
}
.y-tabs-info .y-tabs-title {
  padding: .9375rem .625rem;
  line-height: 1.25rem
}
.y-tabs-info .y-tabs-title .y-icon-font {
  margin-left: .3125rem
}
.y-tabs-info .y-tabs-foot {
  border-top: .0625rem dashed #e2e2e2
}
.y-tabs-info .y-tabs-btm a {
  background-color: #fff;
  border-color: #e2e2e2
}
.y-tabs-info .y-tabs-btm a:visited {
  background-color: #eee;
  border-color: #e2e2e2
}
.y-tabs-info .y-tabs-btm a:hover {
  background-color: #0bbe06;
  border-color: #0bbe06
}
.y-conv-info .y-conv-tops {
  margin: -.625rem 0 .3125rem
}
.y-conv-info .y-conv-text {
  padding-top: 0
}
.y-conv-info .y-conv-double {
  margin: .3125rem -.3125rem -.3125rem
}
.y-conv-info .y-conv-submit a {
  width: auto;
  margin-left: .625rem
}
.y-list-head {
  line-height: 1.5rem
}
.y-list-head h2 a {
  margin-right: .625rem
}
.y-list-head li {
  display: inline-block
}
.y-list-head li a {
  padding: 0 .625rem
}
.y-list-head .y-part-tips {
  top: 0;
  right: 0
}
.y-list-head .y-this {
  font-weight: 700
}
.y-list-head .y-more {
  padding-right: 0;
  margin-right: .3125rem
}
.y-list-pics {
  background: url('../loading.webp');
  background-position: 50% 50%;
  background-size: cover
}
.y-list-play {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3) url(data:image/png;base64,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) center no-repeat
}
.y-list-deta .y-deta-images {
  width: 7.5rem
}
.y-list-deta .y-deta-content {
  position: absolute;
  left: 8.125rem
}
.y-list-deta .y-deta-content li {
  padding-top: .3125rem;
  line-height: 1.375rem
}
.y-list-deta .y-deta-button {
  position: absolute;
  left: 8.125rem;
  bottom: .3125rem
}
.y-list-deta .y-deta-play {
  margin-right: .625rem;
  width: 6.25rem
}
.y-list-deta .y-deta-down {
  margin: 0;
  width: 3.4375rem
}
.y-list-deta.y-deta-padding {
  padding: .625rem 0 .3125rem
}
.y-list-deta.y-deta-padding .y-deta-button {
  bottom: .625rem
}
.y-list-deta.y-list-arti span {
  padding-top: .3125rem
}
.y-list-text .y-list-title {
  margin-top: 0
}
.y-list-text .y-list-item {
  padding: 0 .625rem
}
.y-list-text .y-list-item a {
  position: relative;
  display: block;
  padding: .625rem 0;
  border-top: .0625rem dashed #e2e2e2
}
.y-list-text .y-list-item i {
  position: absolute;
  right: 0;
  font-size: .75rem
}
.y-list-rank {
  padding-top: 1.125rem
}
.y-list-rank li {
  padding: .9375rem 2.5rem 0 1.25rem;
  line-height: 1.125rem
}
.y-list-rank .y-list-head {
  padding: 0;
  margin: 0
}
.y-list-rank .y-list-ones {
  padding-top: .9375rem
}
.y-list-rank .y-part-tips {
  right: 0
}
.y-side-info .y-list-head a {
  margin: 0
}
.y-side-info .y-side-list {
  padding: 1.25rem 0
}
.y-side-info .y-side-list:first-child {
  padding-top: .625rem;
  border-top: 0
}
.y-side-info .y-side-list:last-child {
  padding-bottom: .625rem
}
.y-side-info .y-side-list li {
  padding-left: 0
}
.y-side-info .y-side-item {
  margin-top: .625rem
}
.y-side-info .y-side-code {
  padding: .625rem;
  height: 13.75rem
}
.y-casc-info, .y-scre-list {
  padding: .625rem
}
.y-casc-list .y-this {
  cursor: not-allowed;
  pointer-events: none
}
.y-casc-list dl, .y-scre-list dl {
  padding: .9375rem 0;
  border-top: .0625rem dashed #e2e2e2;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.y-casc-list dl:first-child, .y-scre-list dl:first-child {
  border: 0
}
.y-casc-list dt, .y-scre-list dt {
  padding: 0 .625rem 0 0
}
.y-casc-list dt, .y-casc-list dd, .y-scre-list dt, .y-scre-list dd {
  display: inline-block
}
.y-casc-list dd a, .y-scre-list dd a {
  display: block;
  padding: 0 .3125rem
}
.y-arti-head span {
  margin-right: .625rem
}
.y-arti-head, .y-arti-head h2 {
  padding-bottom: .625rem
}
.y-arti-info .y-arti-content {
  padding-top: .9375rem;
  padding-bottom: .9375rem
}
.y-arti-info .y-arti-content h2 {
  margin-bottom: .9375rem
}
.y-arti-info .y-arti-content li {
  margin-left: .9375rem;
  list-style: inherit
}
.y-arti-info .y-arti-content img {
  margin: .625rem 0;
  width: 100%;
  height: auto
}
.y-arti-info .y-arti-content span {
  line-height: 1.875rem
}
.y-comm-form .y-comm-code {
  width: 100%
}
.y-comm-list .y-comm-head {
  padding: .625rem 0 .3125rem
}
.y-comm-list .y-part-tips {
  right: 0
}
.y-comm-list .y-comm-avat {
  position: absolute;
  top: .625rem;
  left: 0;
  width: 2.5rem;
  height: 2.5rem
}
.y-comm-list .y-comm-cont {
  padding-bottom: .3125rem
}
.y-comm-list .y-comm-tops {
  margin-top: .625rem
}
.y-comm-list .y-comm-each {
  padding-left: 3.125rem
}
.y-comm-list .y-comm-fory {
  margin: 0 -.3125rem
}
.y-comm-list .y-comm-form {
  margin-left: -3.4375rem
}
.y-comm-list .y-comm-action {
  padding-top: .3125rem
}
.y-comm-list .y-comm-action a {
  padding-left: .3125rem
}
.y-comm-reply {
  position: relative;
  margin-left: -.9375rem;
  padding: 0 .625rem .625rem 3.75rem
}
.y-comm-reply .y-comm-cont {
  padding-bottom: 0
}
.y-comm-reply .y-part-tips {
  right: .625rem
}
.y-comm-reply .y-comm-avat {
  left: .625rem
}
.y-user-text {
  padding: .625rem;
  margin-top: .3125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 0;
  border-bottom: .0625rem solid #e2e2e2
}
.y-user-verify {
  padding: 0 0 .3125rem
}
.y-user-brief span, .y-user-tips {
  line-height: 1.25rem
}
.y-user-list a, .y-user-list span {
  line-height: 1.5rem
}
.y-user-list li:last-child.y-line-bottom:after {
  background-color: transparent
}
.y-user-title .y-more {
  margin: 0
}
.y-user-input label {
  margin-right: .9375rem
}
.y-user-input input {
  width: 100%;
  border: 0
}
.y-user-input select {
  width: 10.625rem;
  height: 1.25rem;
  border: 0
}
.y-user-input input[type=radio] {
  vertical-align: text-top;
  margin-top: .0625rem;
  width: auto;
  margin-right: .3125rem
}
.y-user-width {
  width: 18.75rem
}
.y-user-form {
  margin: 1.25rem auto 0
}
.y-user-code {
  padding: 0
}
.y-user-login {
  padding: 3.4375rem 0
}
.y-user-info {
  margin: 0
}
.y-user-image {
  position: relative;
  margin: 0 auto
}
.y-user-alter {
  background: rgba(0, 0, 0, .5);
  border: 0;
  color: #fff;
  font-size: 1.875rem
}
.y-user-avat, .y-user-image, .y-user-alter {
  width: 4rem;
  height: 4rem
}
.y-user-submit {
  margin-bottom: .3125rem
}
.y-vy-boxs {
  margin-top: .625rem
}
.y-vy-btns a {
  margin: 0 .3125rem;
  display: inline-block;
  padding: .625rem 1.25rem
}
.y-jump-info {
  width: 18.75rem;
  padding: 0
}
.y-jump-info h3 {
  padding-bottom: .9375rem;
  border-bottom: .0625rem solid #d0d0d0
}
.y-jump-info h3 span {
  font-size: 1.875rem;
  margin-right: 1.25rem
}
.y-jump-tips {
  line-height: 2.8125rem;
  padding: 1.5625rem 0 0 .625rem
}
.y-jump-tips p {
  line-height: 2.5em
}
.y-mode-info {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999
}
.y-mode-info .y-mode-close {
  position: absolute;
  right: .625rem;
  top: .3125rem;
  font-size: 1.875rem
}
.y-mode-info .y-user-login {
  padding: 1.5625rem 0
}
.y-colo-info {
  position: fixed;
  bottom: 13.4375rem;
  right: 0;
  z-index: 9999;
  box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .1)
}
.y-colo-info a {
  display: block;
  width: 3rem;
  text-align: center
}
.y-colo-info .y-colo-white {
  color: #0bbe06
}
.y-colo-info .y-colo-black {
  color: #222
}
.y-colo-info .y-colo-golds {
  color: #ffe28a
}
.y-colo-info .y-colo-glass {
  color: #999
}
.y-colo-info .y-colo-orang {
  color: #ff5f00
}
.y-colo-info .y-colo-blues {
  color: #2196f3
}
.y-colo-info .y-colo-pinks {
  color: #fc91ba
}
.y-colo-info .y-colo-gules {
  color: #d22222
}
.y-rank-info .y-list-rank {
  padding: .625rem;
  padding-bottom: 1.25rem
}
.y-rank-info .y-list-rank li {
  padding: .9375rem 2.5rem 0 0
}
.y-rank-info .y-list-rank .y-part-tips {
  right: .625rem
}
.y-rank-info .y-list-head .y-part-tips {
  right: 0
}
.y-spin-info {
  margin: .625rem auto;
  width: 3.125rem;
  height: 3.75rem
}
.y-spin-info .y-spin-item {
  margin: 0 .125rem;
  height: 100%;
  width: .375rem;
  display: inline-block;
  animation: y-spin-tune 1.2s infinite ease-in-out
}
.y-spin-info .y-spin-num2 {
  animation-delay: -1.1s
}
.y-spin-info .y-spin-num3 {
  animation-delay: -1s
}
.y-spin-info .y-spin-num4 {
  animation-delay: -.9s
}
.y-spin-info .y-spin-num5 {
  animation-delay: -.8s
}
@keyframes y-spin-tune {
  0%, 40%, 100% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.4)
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
  }
}
@media(max-width:47.9375rem) {
  body {
    padding-bottom: 3.4375rem
  }
  .y-head-info .y-pops-navbar {
    display: block !important
  }
  .y-head-info .y-pops-user, .y-head-info .y-pops-navbar.y-edge-top:before {
    display: none !important
  }
  .y-play-info .y-comm-report .y-part-layout {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
  }
  .y-play-info .y-comm-text {
    height: 5.625rem !important
  }
}
@media(max-width:23.375rem) {
  .y-head-info .y-pops-navbar .y-pops-open li a {
    padding: 0
  }
  .y-play-info .y-comm-text {
    height: 3.75rem !important
  }
}
@media(min-width:48rem) {
  .y-margin {
    margin: .625rem
  }
  .y-margin-top {
    margin-top: 1.25rem
  }
  .y-padding {
    padding: .625rem
  }
  .y-padding-top {
    padding-top: .625rem
  }
  .y-box-shadow {
    box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .1)
  }
  .y-part-layout {
    padding: .9375rem;
    margin-bottom: 1.25rem
  }
  .y-part-5by2 {
    padding-top: 30%
  }
  .y-part-left {
    left: 0 !important
  }
  .y-head-info {
    height: 5rem
  }
  .y-head-info .y-navs-left {
    z-index: 1
  }
  .y-head-info .y-navs-left .y-navs-logo {
    padding: .9375rem 0;
    width: 7.5rem
  }
  .y-head-info .y-navs-left .y-navs-logo img {
    width: 7.5rem;
    height: 3.125rem
  }
  .y-head-info .y-navs-left .y-navs-title {
    line-height: 5rem;
    padding: 0 .625rem
  }
  .y-head-info .y-navs-search {
    padding: 1.25rem 25% 1.25rem 15%;
    z-index: 0
  }
  .y-head-info .y-navs-search .y-navs-input {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 2.8125rem 0 .9375rem
  }
  .y-head-info .y-navs-search .y-navs-submit {
    top: .3125rem;
    right: .3125rem
  }
  .y-head-info .y-navs-right a {
    line-height: 5rem
  }
  .y-head-info .y-navs-right a:last-child {
    margin-right: 0
  }
  .y-head-info .y-pops-navbar {
    -webkit-animation-name: y-anim-upbit;
    animation-name: y-anim-upbit;
    position: relative;
    top: 0;
    display: none
  }
  .y-head-info .y-pops-navbar.y-edge-top:before {
    left: 15.9375rem;
    display: block
  }
  .y-head-info .y-pops-navbar.y-line-bottom:after {
    height: 0
  }
  .y-head-info .y-pops-navbar .y-this a:before {
    width: 0
  }
  .y-head-info .y-pops-navbar ul {
    padding: .625rem
  }
  .y-head-info .y-pops-navbar li, .y-head-info .y-pops-navbar li:last-child {
    margin: 0
  }
  .y-head-info .y-pops-search {
    top: 0;
    margin-left: 7.1875rem;
    padding: 0 25% 0 15%;
    z-index: 0
  }
  .y-head-info .y-pops-record, .y-head-info .y-pops-code {
    top: 0;
    margin-left: 70%
  }
  .y-head-info .y-pops-record.y-edge-top:before {
    right: 6rem
  }
  .y-head-info .y-pops-navbar .y-pops-list li a {
    text-align: center;
    border-radius: .1875rem;
    margin: .3125rem;
    border: .0625rem solid #e2e2e2
  }
  .y-foot-info {
    padding: 1.5625rem 0
  }
  .y-foot-info p {
    line-height: 2.125rem
  }
  .y-goto-info a {
    width: 2.875rem;
    height: 2.875rem;
    line-height: 2.875rem
  }
  .y-swip-title {
    padding: 1.875rem 1.25rem 1.25rem
  }
  .y-swip-pagin {
    right: .625rem;
    bottom: .625rem
  }
  .y-swip-bullet {
    margin: 0 .15625rem;
    width: 1.875rem;
    height: .1875rem
  }
  .y-list-deta .y-deta-images {
    width: 8.75rem
  }
  .y-list-deta .y-deta-content, .y-list-deta .y-deta-button {
    left: 9.6875rem
  }
  .y-list-deta.y-deta-padding {
    padding: .9375rem 0 .3125rem
  }
  .y-list-arti .y-deta-images {
    width: 13.75rem
  }
  .y-list-arti .y-deta-content {
    left: 14.6875rem
  }
  .y-list-arti h3 a {
    display: block;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
  }
  .y-list-arti p, .y-list-arti span {
    padding-top: .625rem
  }
  .y-conv-info .y-conv-tops {
    margin: -.625rem 0 .625rem
  }
  .y-conv-info .y-conv-text {
    padding-top: .3125rem
  }
  .y-conv-info .y-conv-double {
    margin-top: .625rem
  }
  .y-play-info .y-play-box {
    padding: 3.125rem;
    border-top: 0
  }
  .y-play-info .y-play-box h2 {
    padding: 0 0 .625rem
  }
  .y-list-head h2 {
    font-size: 1.125rem
  }
  .y-list-head h2 a {
    margin-right: 1.25rem
  }
  .y-list-head .y-more {
    margin-right: 0
  }
  .y-scre-list dl {
    padding: .9375rem;
    border-top: 0;
    border-left: .0625rem solid #e2e2e2;
    white-space: normal
  }
  .y-scre-list dl:first-child {
    padding-left: 0;
    border: 0
  }
  .y-scre-list dt {
    display: block;
    padding: 0 .625rem
  }
  .y-scre-list dd a {
    padding: .625rem .625rem 0;
    line-height: 1.125rem
  }
  .y-page-info a {
    padding: .625rem .9375rem;
    margin: .125rem .25rem
  }
  .y-comm-list .y-comm-tops {
    margin-top: .9375rem
  }
  .y-comm-list .y-comm-head {
    padding: .9375rem 0 .625rem
  }
  .y-comm-list .y-comm-avat {
    top: .9375rem;
    left: 0
  }
  .y-comm-list .y-comm-each {
    padding-left: 3.4375rem
  }
  .y-comm-list .y-comm-fory {
    margin: 0 -.625rem
  }
  .y-comm-list .y-comm-form {
    margin-left: -4.0625rem
  }
  .y-comm-reply {
    margin-left: -1.25rem;
    padding: 0 .9375rem .9375rem 4.375rem
  }
  .y-comm-reply .y-part-tips {
    right: .9375rem
  }
  .y-comm-reply .y-comm-avat {
    left: .9375rem
  }
  .y-user-width {
    width: 20rem
  }
  .y-user-title h2 {
    padding-left: 0;
    padding-right: 0
  }
  .y-user-title .y-part-tips {
    padding-right: 0
  }
  .y-jump-info {
    width: 28.125rem
  }
  .y-mode-info {
    width: 30rem
  }
  .y-mode-info .y-user-login {
    padding: 1.875rem
  }
  .y-vy-info {
    margin-top: 0
  }
  .y-vy-boxs {
    margin: 0
  }
  .y-colo-info {
    bottom: 15rem
  }
}
@media(min-width:62rem) {
  .y-part-3by2 {
    padding-top: 57.79%
  }
  .y-part-5by3 {
    padding-top: 60%
  }
  .y-margin-right {
    margin-right: 1.25rem
  }
  .y-head-info .y-navs-search {
    padding: 1.25rem 20% 1.25rem 45%
  }
  .y-head-info .y-pops-search {
    padding: 0 20% 0 45%
  }
  .y-casc-info {
    position: relative;
    padding: .625rem .625rem .625rem 8.75rem
  }
  .y-casc-head {
    position: absolute;
    background-color: #f4f3f3;
    z-index: 99;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 100%;
    overflow: auto
  }
  .y-casc-head a {
    display: block;
    padding: .9375rem 0;
    border-bottom: .0625rem solid #e2e2e2
  }
  .y-casc-list dl {
    padding: .9375rem 0 0 4.0625rem;
    white-space: normal
  }
  .y-casc-list dt {
    margin: 0 .9375rem .9375rem -3.625rem
  }
  .y-casc-list dd {
    margin: 0 .625rem .9375rem 0
  }
  .y-play-title .y-play-btn {
    border-top: 0
  }
  .y-tabs-info.y-part-roll {
    height: 29.6875rem;
    overflow-y: scroll
  }
  .y-tabs-info.y-part-roll .y-tabs-boxs:first-child {
    border-top: 0
  }
  .y-user-avat, .y-user-image, .y-user-alter {
    width: 6.25rem;
    height: 6.25rem
  }
}
@media(min-width:75rem) {
  .y-width-x {
    width: 10%
  }
  .y-width-xx {
    width: 20%
  }
  .y-head-info .y-navs-search {
    padding: 1.25rem 20% 1.25rem 40%
  }
  .y-head-info .y-pops-search {
    padding: 0 20% 0 40%
  }
  .y-tabs-info.y-part-roll {
    height: 34.9375rem
  }
  .y-list-rank {
    padding-top: 1.25rem
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.card-wrap {
  background-color: #FFFFFF;
}
.resource-box .hd .nav-tabs {
  border: none;
}
.resource-box .bd {
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: -1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.resource-box .bd .rb-item {
  display: none;
}
.resource-box .bd .episodes-list {
  padding: 0 0 15px 0;
  margin-right: -7px;
}
.resource-box .bd .episodes-list li {
  float: left;
  padding: 10px 7px 0 0;
  width: 11.1%;
}
.resource-box .bd .episodes-list li a {
  background-color: #ffffff;
  color: #736767;
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #999;
}
.resource-box .bd .episodes-list li a:hover, .resource-box .bd .episodes-list li .active {
  border: 1px solid #0bbe06;
  background-color: #0bbe06;
  color: #fff;
}
.play-tips {
  font-size: 12px;
  color: #aaa;
  padding: 10px 5px;
}
.summary-con {
  font-size: 15px;
  line-height: 30px;
}
.my-dt {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-dt dd {
  margin: 8px 0;
  padding: 0;
}
.my-dt dd b {
  line-height: 3rem;
}
.w-100 {
  width: 100%;
  height: 100%;
}
@media(max-width: 768px) {
  .resource-box .bd .episodes-list li {
    width: 25%;
  }
  .resource-box-nav {
    margin: 0;
    width: 100%;
  }
  .movie-summary .theme {
    font-size: 16px;
    font-weight: bold;
  }
  .resource-box .bd .rb-item .item-name {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
  }
  .episodes-list .play-btn {
    padding: 3px 5px;
    font-size: 12px;
  }
  .summary-con {
    line-height: 28px;
    font-size: 14px;
  }
}