@charset "UTF-8";
/**
 * @file index.scss
 * @public
 * @overview
 *  首页样式
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file _extends.scss
 * @private
 * @overview
 * @warn 这个模块必须在具有生成css目标文件的scss的中引入，而不要在私有scss文件中引入，否则会生成大量重复样式
 *
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.topic-photos .title, .figures h3, .video .blk-shimming {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s; }

#doc-main > .main {
  width: 966px;
  margin: 0 auto;
  padding: 0 0 28px;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent; }

.ie8 #doc-main > .main {
  margin-left: auto;
  margin-right: auto;
  border: none; }

#doc-main > .header > h1.blk-stacked .titleIcon {
  width: 35px;
  height: 35px;
  vertical-align: -12px;
  display: inline-block; }
#doc-main > .header > h1.blk-stacked .title-setColor {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.container-inflated {
  width: 980px;
  margin-left: -7px;
  margin-top: 40px; }
  .container-inflated h2 {
    font-size: 24px; }
    .container-inflated h2 .titleIcon {
      width: 30px;
      height: 30px;
      vertical-align: middle;
      display: inline-block; }
    .container-inflated h2 .title-setColor {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
  .container-inflated header {
    position: relative;
    padding: 20px 30px 0 25px; }
    .container-inflated header > a {
      position: absolute;
      right: 25px;
      top: 35px; }
  .container-inflated .body {
    background: #fff;
    overflow: hidden; }
  .container-inflated .wrap {
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px #ccc;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc; }

.article-S.article-H li, .article-H.article-R li {
  width: 50%;
  float: left;
  padding: 26px;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4; }
  .article-S.article-H li > a, .article-H.article-R li > a {
    padding: 0;
    border-bottom: none; }
    .article-S.article-H li > a mark, .article-H.article-R li > a mark {
      overflow: hidden;
      display: block;
      white-space: nowrap;
      -ms-word-wrap: normal;
      word-wrap: normal;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .article-S.article-H li > a mark:hover, .article-H.article-R li > a mark:hover {
        text-decoration: underline; }
    .article-S.article-H li > a p, .article-H.article-R li > a p {
      height: 72px;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .article-S.article-H li > a p:hover, .article-H.article-R li > a p:hover {
        text-decoration: underline; }
.article-S > li, .article-R > li {
  padding: 24px 25px;
  border-bottom: 1px solid #f2f2f2; }
  .article-S > li a, .article-R > li a {
    padding-right: 0; }
.article-S h3, .article-R h3 {
  font-size: 18px; }
  .article-S h3:hover, .article-R h3:hover {
    text-decoration: underline; }
.article-S p, .article-R p {
  margin-top: 8px;
  color: #666; }
  .article-S p:hover, .article-R p:hover {
    text-decoration: underline; }
.article-S time, .article-R time {
  position: absolute;
  right: 0;
  bottom: 4px; }
.article-S img, .article-R img {
  display: none; }

.article-R.article-O .img {
  float: left;
  margin-left: -160px;
  position: relative; }
  .article-R.article-O .img img {
    margin-left: 0 !important; }
  .article-R.article-O .img .cover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .article-R.article-O .img:hover .cover-bg {
    opacity: 0.2;
    filter: alpha(opacity=20); }
.article-R.article-H li {
  width: 50%;
  float: left;
  padding: 26px;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4; }
  .article-R.article-H li > a {
    padding: 0;
    border-bottom: none; }
    .article-R.article-H li > a img {
      margin-left: 0; }
    .article-R.article-H li > a .img {
      position: absolute; }
      .article-R.article-H li > a .img .cover-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
      .article-R.article-H li > a .img:hover .cover-bg {
        opacity: 0.2;
        filter: alpha(opacity=20); }
    .article-R.article-H li > a h3 {
      margin-left: 160px; }
    .article-R.article-H li > a mark {
      overflow: hidden;
      display: block;
      white-space: nowrap;
      -ms-word-wrap: normal;
      word-wrap: normal;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .article-R.article-H li > a mark:hover {
        text-decoration: underline; }
    .article-R.article-H li > a p {
      height: 72px;
      margin-left: 160px; }
      .article-R.article-H li > a p:hover {
        text-decoration: underline; }
.article-R li {
  padding-left: 186px; }
.article-R mark:hover {
  text-decoration: underline; }
.article-R p {
  height: 72px;
  overflow: hidden; }
  .article-R p:hover {
    text-decoration: underline; }
.article-R img {
  display: block;
  float: left;
  width: 145px;
  height: 110px;
  margin-left: -160px;
  background-image: url(/res/saishi/default/bg_news_image.png);
  background-position: center;
  background-repeat: no-repeat; }

.albums {
  padding: 10px; }
  .albums > li {
    margin-left: 4px;
    margin-top: 4px;
    width: 235px;
    height: 176px; }
    .albums > li:hover h3 {
      top: 0; }
  .albums img {
    width: 235px;
    height: 176px; }
  .albums h3 {
    position: absolute;
    top: 83%;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    transition: all 0.4s; }
    .albums h3 .blk-stacked {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.album-slide-box {
  transition: initial;
  height: 521px;
  position: relative;
  overflow: hidden; }
  .album-slide-box .leftBox, .album-slide-box .rightBox {
    width: 84px;
    height: 240px;
    background-color: #ccc;
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: 8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -115px;
    z-index: 21; }
  .album-slide-box .leftBox {
    left: 0; }
  .album-slide-box .rightBox {
    right: 0; }
  .album-slide-box .album-bg {
    width: 100%;
    height: 100%;
    z-index: 9; }
    .album-slide-box .album-bg img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-filter: blur(6px);
      -moz-filter: blur(6px);
      -o-filter: blur(6px);
      -ms-filter: blur(6px);
      filter: blur(6px); }

.album-slide {
  position: absolute;
  z-index: 19;
  margin-top: -190px;
  top: 50%;
  white-space: nowrap; }
  .album-slide .noImgLi {
    width: 130px;
    height: 300px;
    background-color: #ccc;
    box-sizing: border-box;
    text-align: center;
    padding-top: 110px;
    margin-top: 75px;
    color: #666; }
  .album-slide li {
    float: left;
    vertical-align: middle;
    position: relative;
    overflow: hidden; }
    .album-slide li img {
      width: 100%;
      height: 100%; }
    .album-slide li .cover-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #333;
      opacity: 0; }
    .album-slide li table {
      transition: top 0.4s;
      position: absolute;
      z-index: 1;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%; }
    .album-slide li td {
      height: 100%; }
      .album-slide li td .title {
        position: relative;
        z-index: 2;
        font-size: 14px;
        text-align: center;
        color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        line-height: 16px; }
    .album-slide li .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #000;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .album-slide li a {
      display: block;
      position: absolute;
      z-index: 5;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .album-slide li:hover table {
      top: 0; }
    .album-slide li:hover .title {
      opacity: 1;
      filter: alpha(opacity=100); }

.topics li {
  width: 50%;
  padding: 26px;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4; }
.topics h3 {
  font-size: 18px; }
  .topics h3 mark:hover {
    text-decoration: underline; }
.topics p {
  margin-top: 15px;
  height: 50px;
  overflow: hidden; }
  .topics p:hover {
    text-decoration: underline; }
.topics div {
  margin-top: 15px;
  font-size: 13px; }
  .topics div > span {
    margin-right: 15px;
    color: #999; }

.topic-photos {
  padding: 20px 0 20px 25px; }
  .topic-photos > a {
    width: 230px;
    height: 160px;
    color: #fff;
    margin-bottom: 4px;
    margin-right: 4px; }
    .topic-photos > a > img {
      width: 100%;
      height: 100%; }
    .topic-photos > a:hover .title {
      top: 0;
      padding-top: 60px; }
    .topic-photos > a:first-child {
      width: 460px;
      height: 324px; }
      .topic-photos > a:first-child .title {
        top: 295px; }
      .topic-photos > a:first-child:hover .title {
        top: 0;
        padding-top: 140px; }
  .topic-photos .title {
    position: absolute;
    top: 130px;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition-property: top, padding;
    -moz-transition-property: top, padding;
    -ms-transition-property: top, padding;
    -o-transition-property: top, padding; }
    .topic-photos .title h3 {
      margin-bottom: 10px;
      font-size: 14px;
      color: #fff; }
    .topic-photos .title img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }

.figures {
  padding: 10px; }
  .figures > li {
    width: 235px;
    height: 235px;
    margin-left: 4px;
    margin-top: 4px; }
    .figures > li:hover h3 {
      color: #fff;
      top: 0;
      padding-top: 80px; }
  .figures img {
    width: 235px;
    height: 235px; }
  .figures h3 {
    position: absolute;
    top: 200px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition-property: top, padding-top;
    -moz-transition-property: top, padding-top;
    -ms-transition-property: top, padding-top;
    -o-transition-property: top, padding-top; }
  .figures strong {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    font-weight: normal; }

.container-score h2 {
  text-align: center; }
.container-score .arrowhead-down {
  position: relative;
  left: 50%;
  margin-left: -18px; }
.container-score form {
  margin: 40px 263px; }
.container-score .split-line {
  position: absolute;
  border-left: 1px solid #ddd;
  height: 24px;
  top: 6px;
  left: 128px; }
.container-score input.name-input {
  width: 130px;
  border-right: none;
  margin-right: -2px; }
.container-score input.code-input {
  width: 273px;
  border-left: none; }

.container-picture .wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .container-picture .wrap.wrap-display-0 {
    background-color: transparent; }
    .container-picture .wrap.wrap-display-0 .body {
      background-color: transparent; }
    .container-picture .wrap.wrap-display-0 header {
      -webkit-box-shadow: 0 1px 3px #ccc;
      -moz-box-shadow: 0 1px 3px #ccc;
      box-shadow: 0 1px 3px #ccc;
      background-color: #fff; }
    .container-picture .wrap.wrap-display-0 .pictures.pic-no-title {
      margin-top: 0; }
  .container-picture .wrap.wrap-display-3 {
    -webkit-box-shadow: 0 1px 3px #ccc;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc; }
.container-picture header {
  padding-bottom: 24px; }

.container-video .wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .container-video .wrap.wrap-display-3 {
    background-color: transparent; }
    .container-video .wrap.wrap-display-3 .body {
      background-color: transparent; }
    .container-video .wrap.wrap-display-3 header {
      -webkit-box-shadow: 0 1px 3px #ccc;
      -moz-box-shadow: 0 1px 3px #ccc;
      box-shadow: 0 1px 3px #ccc;
      background-color: #fff; }
    .container-video .wrap.wrap-display-3 .pictures.pic-no-title {
      margin-top: 0; }
.container-video header {
  padding-bottom: 24px; }

.videos {
  margin-top: 20px; }
  .videos > .video {
    display: block;
    padding-right: 6px;
    margin-left: 28px;
    margin-bottom: 28px;
    overflow: auto;
    width: 291px; }
    .videos > .video:hover .blk-shimming {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .videos .thumbnail {
    display: block;
    width: 100%;
    height: 213px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
  .videos .duration {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 4px 5px;
    font-size: 14px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=20);
    border-radius: 4px;
    color: #fff; }
  .videos h3 {
    padding: 8px 0 5px; }

.videos.large > .video {
  padding-right: 6px;
  margin-left: 28px;
  margin-bottom: 28px;
  width: 450px; }
.videos.large .thumbnail {
  height: 333px; }

.video .blk-shimming {
  background: #000 url(/res/default/img/bg_video.png) no-repeat 50% 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity; }

.video:hover .blk-shimming {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.products {
  overflow: hidden;
  margin-top: 20px;
  margin-left: 22px; }
  .products > a {
    display: block;
    width: 225px;
    margin: 5px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #f6f6f6; }
    .products > a:hover {
      -webkit-box-shadow: 2px 2px 5px #feeee7;
      -moz-box-shadow: 2px 2px 5px #feeee7;
      box-shadow: 2px 2px 5px #feeee7; }
      .products > a:hover .thumbnail .cover {
        visibility: visible; }
        .products > a:hover .thumbnail .cover .state span.blr {
          top: 0;
          bottom: 0; }
        .products > a:hover .thumbnail .cover .state span.btb {
          left: 0;
          right: 0; }
        .products > a:hover .thumbnail .cover .cover-bg {
          opacity: 0.5;
          filter: alpha(opacity=50); }
    .products > a .thumbnail {
      display: block; }
      .products > a .thumbnail img {
        width: 100%;
        height: 156px; }
      .products > a .thumbnail .cover {
        visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 156px; }
        .products > a .thumbnail .cover .state {
          position: relative;
          display: inline-block;
          height: 32px;
          z-index: 3;
          font-size: 16px;
          line-height: 32px;
          color: #fff;
          padding: 0 10px; }
          .products > a .thumbnail .cover .state span {
            position: absolute;
            background-color: #fff;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
            .products > a .thumbnail .cover .state span.blr {
              top: 50%;
              bottom: 50%;
              width: 1px; }
              .products > a .thumbnail .cover .state span.blr.bl {
                left: 0; }
              .products > a .thumbnail .cover .state span.blr.br {
                right: 0; }
            .products > a .thumbnail .cover .state span.btb {
              left: 50%;
              right: 50%;
              height: 1px; }
              .products > a .thumbnail .cover .state span.btb.bt {
                top: 0; }
              .products > a .thumbnail .cover .state span.btb.bb {
                bottom: 0; }
        .products > a .thumbnail .cover .cover-bg {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #000;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
    .products > a h5 {
      padding: 4px 10px 0; }
    .products > a strong {
      display: block;
      padding-left: 10px;
      font-size: 20px; }
      .products > a strong.rmb-free {
        color: #d31900; }
    .products > a em {
      position: absolute;
      right: 10px;
      bottom: 2px;
      color: #999; }

.events {
  margin-top: 20px;
  margin-left: 22px; }
  .events > a {
    width: 234px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    background: #fff;
    border: 1px solid #f6f6f6; }
    .events > a:hover {
      -webkit-box-shadow: 0 0 10px #ddd;
      -moz-box-shadow: 0 0 10px #ddd;
      box-shadow: 0 0 10px #ddd; }
      .events > a:hover .thumbnail .cover {
        visibility: visible; }
        .events > a:hover .thumbnail .cover .state span.blr {
          top: 0;
          bottom: 0; }
        .events > a:hover .thumbnail .cover .state span.btb {
          left: 0;
          right: 0; }
        .events > a:hover .thumbnail .cover .cover-bg {
          opacity: 0.5;
          filter: alpha(opacity=50); }
    .events > a .thumbnail {
      position: relative;
      display: block;
      width: 232px;
      height: 156px; }
      .events > a .thumbnail .cover {
        visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 156px; }
        .events > a .thumbnail .cover .state {
          position: relative;
          display: inline-block;
          height: 32px;
          z-index: 3;
          font-size: 16px;
          line-height: 32px;
          color: #fff;
          padding: 0 10px; }
          .events > a .thumbnail .cover .state span {
            position: absolute;
            background-color: #fff;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .events > a .thumbnail .cover .state span.blr {
              top: 50%;
              bottom: 50%;
              width: 1px; }
              .events > a .thumbnail .cover .state span.blr.bl {
                left: 0; }
              .events > a .thumbnail .cover .state span.blr.br {
                right: 0; }
            .events > a .thumbnail .cover .state span.btb {
              left: 50%;
              right: 50%;
              height: 1px; }
              .events > a .thumbnail .cover .state span.btb.bt {
                top: 0; }
              .events > a .thumbnail .cover .state span.btb.bb {
                bottom: 0; }
        .events > a .thumbnail .cover .cover-bg {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #000;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
    .events > a h5 {
      font-weight: normal;
      font-size: 17px;
      padding: 5px 10px 0; }
    .events > a .details {
      padding: 5px 10px; }
      .events > a .details li {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        height: 35px; }
        .events > a .details li.rmb-free-li .rmb-free {
          color: #d31900;
          font-size: 20px; }
    .events > a .rmb-floor, .events > a .rmb {
      font-size: 20px; }
  .events > a:only-child {
    width: 100%; }
    .events > a:only-child .thumbnail {
      float: left;
      margin-right: 20px; }
    .events > a:only-child h5 {
      padding-top: 16px;
      font-size: 20px; }
    .events > a:only-child h5,
    .events > a:only-child .details {
      margin-left: 254px; }

.container-event header {
  display: none; }
.container-event:first-child h3 {
  display: none; }

.event-S {
  position: relative;
  padding: 28px; }
  .event-S h3 {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center; }
  .event-S .p-wrap {
    padding-left: 300px;
    font-size: 16px;
    height: 184px; }
    .event-S .p-wrap span {
      display: block;
      height: 110px;
      overflow: hidden; }
      .event-S .p-wrap span:hover {
        text-decoration: underline; }
  .event-S .img-wrap {
    float: left;
    margin-left: -300px;
    width: 276px;
    position: relative; }
    .event-S .img-wrap:hover .cover-bg {
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .event-S .img-wrap img {
      width: 276px;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
    .event-S .img-wrap .price-wrap {
      position: absolute;
      bottom: 0;
      right: 10px;
      text-align: center;
      width: 82px;
      height: 24px;
      line-height: 24px; }
      .event-S .img-wrap .price-wrap .price-bg {
        background-color: #fff;
        opacity: 0.7;
        filter: alpha(opacity=70);
        position: absolute;
        z-index: 1;
        width: 82px;
        height: 24px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .event-S .img-wrap .price-wrap .num {
        position: relative;
        z-index: 2;
        display: inline-block; }
    .event-S .img-wrap .cover-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 3;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .event-S mark {
    display: block;
    position: absolute;
    color: #666; }
    .event-S mark.slave-pen {
      bottom: 60px; }
    .event-S mark.slave-pen-last {
      bottom: 28px; }
  .event-S .action {
    position: absolute;
    right: 28px;
    bottom: 28px;
    background: #fff;
    padding-top: 20px;
    padding-left: 20px;
    text-align: right; }
  .event-S em {
    display: block;
    font-size: 16px;
    margin-top: 10px; }
  .event-S .button {
    font-size: 21px; }

.pictures {
  position: relative;
  margin: 28px;
  background: url(/res/img/spinner.gif) no-repeat center; }
  .pictures.display-0 {
    margin: 0; }
  .pictures.display-3 {
    margin-top: 0; }
  .pictures.pic-no-title {
    margin-top: 28px; }
  .pictures > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: #fff; }
    .pictures > a:first-child {
      z-index: 10; }
    .pictures > a:after {
      content: " "; }
  .pictures img {
    display: inline-block;
    max-width: 100%;
    height: 100%;
    vertical-align: middle; }
  .pictures ul {
    z-index: 12;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center; }
    .pictures ul > li {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-left: 10px;
      border-radius: 50%;
      background: #f2f2f2; }

.ad {
  padding: 20px 25px 10px; }
  .ad .scrollWrap {
    white-space: nowrap;
    overflow: hidden; }
    .ad .scrollWrap .container2 {
      margin-left: 15px; }
    .ad .scrollWrap ul {
      white-space: nowrap;
      display: inline-block; }
      .ad .scrollWrap ul li {
        display: inline-block;
        margin-right: 15px; }
        .ad .scrollWrap ul li:hover .cover-bg {
          opacity: 0.2;
          filter: alpha(opacity=20); }
        .ad .scrollWrap ul li .img {
          position: relative; }
        .ad .scrollWrap ul li img {
          width: 174px;
          height: 116px; }
        .ad .scrollWrap ul li .cover-bg {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 3;
          top: 0;
          left: 0;
          background-color: #000;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
        .ad .scrollWrap ul li span {
          text-align: center;
          display: block;
          font-size: 14px;
          margin-top: 8px;
          width: 174px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          word-wrap: normal;
          height: 24px; }
      .ad .scrollWrap ul li:last-child {
        margin: 0; }

.ie8 .ad {
  padding-top: 0; }

.ad2 {
  padding: 20px 20px 10px; }
  .ad2 .scrollWrap {
    overflow: hidden;
    height: 144px;
    margin-bottom: 20px; }
    .ad2 .scrollWrap ul li {
      position: relative;
      display: inline-block;
      padding-left: 25px; }
      .ad2 .scrollWrap ul li:before {
        content: "";
        width: 2px;
        height: 2px;
        background: #636363;
        position: absolute;
        left: 18px;
        top: 14px; }
      .ad2 .scrollWrap ul li a {
        font-size: 14px;
        line-height: 1.8;
        /* line-height: 28px; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 210px;
        display: inline-block; }

#ajax-wrap section:first-child {
  margin-top: 0; }
  #ajax-wrap section:first-child .wrap {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  #ajax-wrap section:first-child header {
    display: none; }
  #ajax-wrap section:first-child .body {
    padding-top: 0;
    border-radius: 0; }
    #ajax-wrap section:first-child .body .display-3 {
      margin-top: 28px; }

.cooperations {
  padding-top: 20px;
  padding-bottom: 20px; }
  .cooperations h3 {
    color: #fff;
    font-size: 19px; }
  .cooperations > ul {
    margin-bottom: 15px; }
  .cooperations li:hover .cover-bg {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .cooperations li .img_box {
    display: block;
    height: 100%;
    text-align: center;
    position: relative; }
    .cooperations li .img_box img {
      line-height: inherit;
      vertical-align: middle; }
  .cooperations li .cover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }

#doc-header > .banner {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }
  #doc-header > .banner > a {
    display: none;
    opacity: 1;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #eee; }
    #doc-header > .banner > a:first-child {
      display: block;
      z-index: 3; }
    #doc-header > .banner > a.active {
      opacity: 0; }

#doc-header .btn-prev, #doc-header .btn-next {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0); }
#doc-header .btn-prev {
  left: 0;
  cursor: url(/res/default/cur/cursor_left.cur), auto; }
#doc-header .btn-next {
  right: 0;
  cursor: url(/res/default/cur/cursor_right.cur), auto; }

.shoeContainer {
  padding: 40px 20px; }
  .shoeContainer .button + .button {
    margin-left: 40px; }
  .shoeContainer .button {
    max-width: 278px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    line-height: 28px; }
    .shoeContainer .button .ico {
      font-size: 28px;
      margin-right: 4px;
      vertical-align: middle; }
    .shoeContainer .button:hover {
      color: #fff; }

/*
 * ie8下，鼠标移动到顶导航下拉菜单与导航条间隙处里，下拉菜单消失
 * http://jr.saihuitong.cn:1111/browse/SAAS-870
 * 解决方案，给下拉菜单加一个1px的背景
 */
.ie8 #doc-navbar .dropdownmenu {
  background-image: url(/res/img/1x1.gif); }

.banner-thumbnails {
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 3;
  width: 300px;
  margin-left: -150px;
  text-align: center; }
  .banner-thumbnails > li {
    border-style: solid;
    border-width: 0;
    display: inline-block;
    margin-left: 8px;
    overflow: hidden;
    cursor: pointer;
    width: 35px;
    height: 35px; }
  .banner-thumbnails > .active {
    border-width: 3px;
    display: inline-block;
    margin-left: 8px; }
    .banner-thumbnails > .active > img {
      margin-left: -3px;
      margin-top: -3px;
      opacity: 1;
      filter: alpha(opacity=100); }
  .banner-thumbnails img {
    width: 35px;
    height: 35px;
    opacity: 0.7;
    filter: alpha(opacity=70); }

.grade-search {
  padding: 0 24px 24px 24px;
  background: #FFF;
  margin: 40px 0 !important; }
  .grade-search .input-group input {
    width: 434px; }
  .grade-search .input-group .split-line {
    left: 434px; }
