@charset "UTF-8";
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

html,
body {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0; }

input,
select,
textarea {
  font-size: 100%; }

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 去除默认边框 */
fieldset,
img {
  border: 0; }

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500; }

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none; }

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left; }

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500; }

q:before,
q:after {
  content: ''; }

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: underline; }

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none; }
  ins:hover,
  a:hover {
    text-decoration: none; }

/*整体部分*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/*滑动轨道*/
::-webkit-scrollbar-track {
  border-radius: 5px; }

/*滑块*/
::-webkit-scrollbar-thumb {
  height: 40px;
  border-radius: 5px;
  background: #d7d7d7; }

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  background: #999; }

/*滑块效果*/
::-webkit-scrollbar-thumb:active {
  background: #949494; }

.fz-12 {
  font-size: 6px; }
  [data-dpr="2"] .fz-12 {
    font-size: 12px; }
  [data-dpr="3"] .fz-12 {
    font-size: 18px; }
  [data-dpr="4"] .fz-12 {
    font-size: 24px; }

.fz-14 {
  font-size: 7px; }
  [data-dpr="2"] .fz-14 {
    font-size: 14px; }
  [data-dpr="3"] .fz-14 {
    font-size: 21px; }
  [data-dpr="4"] .fz-14 {
    font-size: 28px; }

.fz-16 {
  font-size: 8px; }
  [data-dpr="2"] .fz-16 {
    font-size: 16px; }
  [data-dpr="3"] .fz-16 {
    font-size: 24px; }
  [data-dpr="4"] .fz-16 {
    font-size: 32px; }

.fz-18 {
  font-size: 9px; }
  [data-dpr="2"] .fz-18 {
    font-size: 18px; }
  [data-dpr="3"] .fz-18 {
    font-size: 27px; }
  [data-dpr="4"] .fz-18 {
    font-size: 36px; }

.fz-20 {
  font-size: 10px; }
  [data-dpr="2"] .fz-20 {
    font-size: 20px; }
  [data-dpr="3"] .fz-20 {
    font-size: 30px; }
  [data-dpr="4"] .fz-20 {
    font-size: 40px; }

.fz-22 {
  font-size: 11px; }
  [data-dpr="2"] .fz-22 {
    font-size: 22px; }
  [data-dpr="3"] .fz-22 {
    font-size: 33px; }
  [data-dpr="4"] .fz-22 {
    font-size: 44px; }

.fz-24 {
  font-size: 12px; }
  [data-dpr="2"] .fz-24 {
    font-size: 24px; }
  [data-dpr="3"] .fz-24 {
    font-size: 36px; }
  [data-dpr="4"] .fz-24 {
    font-size: 48px; }

.fz-26 {
  font-size: 13px; }
  [data-dpr="2"] .fz-26 {
    font-size: 26px; }
  [data-dpr="3"] .fz-26 {
    font-size: 39px; }
  [data-dpr="4"] .fz-26 {
    font-size: 52px; }

.fz-28 {
  font-size: 14px; }
  [data-dpr="2"] .fz-28 {
    font-size: 28px; }
  [data-dpr="3"] .fz-28 {
    font-size: 42px; }
  [data-dpr="4"] .fz-28 {
    font-size: 56px; }

.fz-30 {
  font-size: 15px; }
  [data-dpr="2"] .fz-30 {
    font-size: 30px; }
  [data-dpr="3"] .fz-30 {
    font-size: 45px; }
  [data-dpr="4"] .fz-30 {
    font-size: 60px; }

.fz-32 {
  font-size: 16px; }
  [data-dpr="2"] .fz-32 {
    font-size: 32px; }
  [data-dpr="3"] .fz-32 {
    font-size: 48px; }
  [data-dpr="4"] .fz-32 {
    font-size: 64px; }

.fz-34 {
  font-size: 17px; }
  [data-dpr="2"] .fz-34 {
    font-size: 34px; }
  [data-dpr="3"] .fz-34 {
    font-size: 51px; }
  [data-dpr="4"] .fz-34 {
    font-size: 68px; }

.fz-36 {
  font-size: 18px; }
  [data-dpr="2"] .fz-36 {
    font-size: 36px; }
  [data-dpr="3"] .fz-36 {
    font-size: 54px; }
  [data-dpr="4"] .fz-36 {
    font-size: 72px; }

.fz-38 {
  font-size: 19px; }
  [data-dpr="2"] .fz-38 {
    font-size: 38px; }
  [data-dpr="3"] .fz-38 {
    font-size: 57px; }
  [data-dpr="4"] .fz-38 {
    font-size: 76px; }

body {
  font-family: "Microsoft Yahei"; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.fl, .left {
  float: left; }

.fr, .right {
  float: right; }

.hide {
  display: none !important; }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.f16 {
  font-size: 16px; }

.fb {
  font-weight: 700; }

.ta_l {
  text-align: left; }

.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.none {
  display: none; }

/*文字超出省略*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*光标*/
.cursor {
  cursor: pointer; }

body {
  background-color: #f4f4f4; }

img {
  display: block;
  width: 100%;
  height: 100%; }

.main {
  width: 1220px;
  margin: 0 auto; }
  .main .player_wrap {
    width: 1190px;
    margin: 26px auto 0;
    background-color: #222222; }
    .main .player_wrap .player_container {
      width: 885px;
      height: 543px;
      float: left; }
    .main .player_wrap ul.player_list {
      float: left;
      margin-left: 12px;
      width: 279px; }
      .main .player_wrap ul.player_list li.player_list_item {
        width: 275px;
        height: 155px;
        margin: 20px auto 0;
        border: 2px solid transparent;
        position: relative; }
        .main .player_wrap ul.player_list li.player_list_item .floter_exp {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #000;
          opacity: 0.5;
          filter: alpha(opacity=50);
          transition: all ease-out 250ms;
          cursor: pointer; }
          .main .player_wrap ul.player_list li.player_list_item .floter_exp .lemon_exp {
            width: 62px;
            height: 50px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -25px;
            margin-left: -31px;
            background: url(../images/lemon.png) no-repeat center;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='../vv-base/images/logo.png');
            opacity: 0;
            transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -o-transform: scale(1.5);
            -webkit-transition: all ease-out 250ms;
            -moz-transition: all ease-out 250ms;
            transition: all ease-out 250ms;
            -o-transition: all ease-out 250ms; }
      .main .player_wrap ul.player_list li.player_list_item:hover {
        border: 2px solid #fee00b; }
        .main .player_wrap ul.player_list li.player_list_item:hover .floter_exp {
          opacity: 0.8;
          filter: alpha(opacity=80);
          transition: all ease-out 250ms; }
          .main .player_wrap ul.player_list li.player_list_item:hover .floter_exp .lemon_exp {
            opacity: 1;
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transition: all ease-out 250ms;
            -moz-transition: all ease-out 250ms;
            transition: all ease-out 250ms;
            -o-transition: all ease-out 250ms; }
      .main .player_wrap ul.player_list li.selected {
        border: 2px solid transparent; }
        .main .player_wrap ul.player_list li.selected .floter_exp {
          display: none; }
      .main .player_wrap ul.player_list li.selected:hover {
        border: 2px solid transparent;
        cursor: pointer; }
        .main .player_wrap ul.player_list li.selected:hover .floter_exp {
          display: none; }
  .main .commpart {
    margin-top: 40px;
    margin-bottom: 80px;
    width: 1220px; }
    .main .commpart .part_tit {
      width: 1190px;
      height: 30px;
      margin: 0 auto; }
      .main .commpart .part_tit h1 {
        float: left;
        padding-left: 15px;
        border-left: 5px solid;
        font-size: 24px;
        color: #101113;
        line-height: 30px; }
      .main .commpart .part_tit h1.health {
        border-left-color: #fe7d0b; }
      .main .commpart .part_tit h1.special {
        border-left-color: #0bb1fe; }
    .main .commpart ul.part_list li.part_list_item {
      float: left;
      _display: inline;
      width: 275px;
      margin: 26px 15px 0 15px;
      background-color: #fff;
      position: relative; }
      .main .commpart ul.part_list li.part_list_item a.item_link {
        width: 100%;
        height: 155px;
        display: block; }
        .main .commpart ul.part_list li.part_list_item a.item_link .floter {
          width: 100%;
          height: 155px;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #000;
          opacity: 0;
          filter: alpha(opacity=0);
          transition: all ease-out 250ms;
          cursor: pointer; }
          .main .commpart ul.part_list li.part_list_item a.item_link .floter .lemon {
            width: 62px;
            height: 50px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -25px;
            margin-left: -31px;
            background: url(../images/lemon.png) no-repeat center;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='../vv-base/images/logo.png');
            opacity: 0;
            transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -o-transform: scale(1.5);
            -webkit-transition: all ease-out 250ms;
            -moz-transition: all ease-out 250ms;
            transition: all ease-out 250ms;
            -o-transition: all ease-out 250ms; }
      .main .commpart ul.part_list li.part_list_item .item_title {
        height: 70px;
        padding-left: 20px;
        overflow: hidden; }
        .main .commpart ul.part_list li.part_list_item .item_title .tit_main {
          display: block;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 18px;
          color: #101113;
          margin: 10px 0 6px 0; }
        .main .commpart ul.part_list li.part_list_item .item_title .tit_side {
          display: block;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 14px;
          color: #898989; }
        .main .commpart ul.part_list li.part_list_item .item_title .tit_main:hover {
          color: #fe7d0b; }
    .main .commpart ul.part_list li.part_list_item:hover a.item_link .floter {
      opacity: 0.8;
      filter: alpha(opacity=80);
      transition: all ease-out 250ms; }
      .main .commpart ul.part_list li.part_list_item:hover a.item_link .floter .lemon {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all ease-out 250ms;
        -moz-transition: all ease-out 250ms;
        transition: all ease-out 250ms;
        -o-transition: all ease-out 250ms; }
    .main .commpart ul.part_list li.part_list_item:hover .tit_main {
      color: #fe7d0b; }
    .main .commpart ul.special_list li {
      float: left;
      width: 275px;
      margin: 26px 15px 0 15px;
      background-color: #fff;
      position: relative; }
      .main .commpart ul.special_list li .userPic {
        float: left;
        width: 100px;
        height: 100px; }

/*分页组件样式*/
.zq-page-content {
  width: 100%;
  height: 28px;
  margin: 26px 0 26px;
  font-size: 7px;
  display: block; }

.zq-page-control, .zq-page-wrapper {
  position: relative;
  height: 100%;
  float: left;
  _display: inline; }

.zq-page-wrapper {
  left: 50%; }

.zq-page-control {
  left: -50%;
  height: 28px; }

/* 让内容居中 */
.zq-page-control a {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 7px;
  color: #101113;
  margin: 0 4px;
  background: #fff; }

.zq-page-control a.zq-page-btn-prev {
  background: transparent; }

.zq-page-control a.zq-page-btn-next {
  background: transparent; }

.zq-page-control a.zq-page-item:hover, .zq-page-control a.current {
  color: #fe7d0b;
  cursor: pointer; }

.zq-page-control ul {
  float: left;
  display: block;
  width: auto;
  height: 28px; }

.zq-page-control ul li {
  float: left;
  height: 28px;
  line-height: 28px; }

.zq-page-control a.zq-page-point {
  width: 27px;
  height: 38px;
  background: url("../images/page-point-bg.png") center no-repeat;
  display: none; }

/*960*/
@media screen and (max-width: 1210px) {
  .main {
    width: 980px; }
    .main .commpart {
      width: 980px; }
      .main .commpart .part_tit {
        width: 960px; }
      .main .commpart ul.part_list li.part_list_item {
        width: 224px;
        margin: 26px 10px 0 10px; }
        .main .commpart ul.part_list li.part_list_item a.item_link {
          width: 224px;
          height: 126px; }
          .main .commpart ul.part_list li.part_list_item a.item_link .floter {
            height: 126px; } }
