@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; }

html, body {
  background-color: #c92229;
  box-sizing: content-box !important; }

div.view {
  min-width: 990px; }

div.head {
  height: 410px;
  padding-top: 260px;
  background: url("../images/headbg.jpg") no-repeat center; }
  div.head .prizebox {
    width: 900px;
    height: 375px;
    margin: 0 auto;
    position: relative;
    /*a{position: absolute;left: 50%;opacity: .5;display: block; position: relative;}*/ }
    div.head .prizebox .tip {
      display: inline-block;
      width: 250px;
      height: 60px;
      position: absolute;
      left: 326px;
      top: 45px;
      background: url("../images/tipbg.png") no-repeat center; }
    div.head .prizebox a {
      display: block;
      position: absolute;
      cursor: pointer;
      text-align: center; }
    div.head .prizebox a.deng1 {
      width: 144px;
      height: 154px;
      top: 20px;
      left: 25px;
      background: url("../images/deng1.png") no-repeat center; }
    div.head .prizebox a.deng2 {
      width: 132px;
      height: 144px;
      top: 210px;
      left: 115px;
      background: url("../images/deng2.png") no-repeat center; }
    div.head .prizebox a.deng3 {
      width: 128px;
      height: 142px;
      top: 82px;
      left: 212px;
      background: url("../images/deng3.png") no-repeat center; }
    div.head .prizebox a.deng4 {
      width: 160px;
      height: 170px;
      top: 96px;
      left: 354px;
      background: url("../images/deng4.png") no-repeat center; }
    div.head .prizebox a.deng5 {
      width: 156px;
      height: 166px;
      top: 80px;
      left: 530px;
      background: url("../images/deng5.png") no-repeat center; }
    div.head .prizebox a.deng6 {
      width: 153px;
      height: 155px;
      top: 200px;
      left: 650px;
      background: url("../images/deng6.png") no-repeat center; }
    div.head .prizebox a.deng7 {
      width: 165px;
      height: 174px;
      top: 16px;
      left: 700px;
      background: url("../images/deng7.png") no-repeat center; }
    div.head .prizebox a:hover em {
      width: 124px;
      height: 124px;
      position: relative;
      top: 18px;
      background: url("../images/chai.png") no-repeat center;
      _width: 66px;
      _height: 66px;
      _top: 40px;
      _background: url("../images/icon_chai.jpg") no-repeat center;
      display: inline-block; }
    div.head .prizebox .hover em.ie6 {
      position: relative;
      width: 66px;
      height: 66px;
      top: 40px;
      background: url("../images/icon_chai1.jpg") no-repeat center;
      display: inline-block; }
  div.head .infobox {
    width: 380px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -75px;
    text-align: center;
    z-index: 10; }
    div.head .infobox span {
      padding-right: 20px;
      font-size: 14px;
      color: #fff;
      line-height: 40px;
      font-weight: bolder; }
      div.head .infobox span em {
        color: #fff100;
        font-weight: bolder; }
    div.head .infobox .getscore {
      color: #fff100;
      font-size: 14px;
      font-weight: bolder; }
    div.head .infobox .getscore:hover {
      text-decoration: underline;
      cursor: pointer; }
    div.head .infobox .btn-prize {
      display: block;
      width: 108px;
      height: 30px;
      margin: 5px auto;
      font-size: 12px;
      line-height: 26px;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 15px; }

div.head1 {
  height: 278px;
  background: url("../images/headbg1.jpg") no-repeat center; }

div.panel1 {
  position: relative;
  top: -220px; }
  div.panel1 .panelbody {
    height: 260px; }

div.panel2 {
  position: relative;
  top: -180px; }
  div.panel2 .panelbody {
    height: 150px; }
    div.panel2 .panelbody .wanhui-list {
      height: 150px;
      width: 900px;
      margin: 0 auto;
      position: relative;
      top: -20px; }
      div.panel2 .panelbody .wanhui-list .wanhui {
        height: 30px;
        width: 300px;
        margin: 10px 0;
        font-size: 14px;
        color: #c92229;
        line-height: 30px;
        cursor: pointer;
        float: left; }
        div.panel2 .panelbody .wanhui-list .wanhui a {
          display: block;
          padding-right: 20px;
          line-height: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #c92229; }

div.panel3 {
  position: relative;
  top: -140px; }
  div.panel3 .article-list {
    width: 940px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    div.panel3 .article-list .article {
      height: 160px;
      width: 205px;
      margin: 0 15px 15px;
      background-color: #fff;
      float: left;
      *display: inline; }
    div.panel3 .article-list .covery {
      display: block;
      width: 205px;
      height: 116px;
      background-color: #999;
      position: relative; }
      div.panel3 .article-list .covery img {
        width: 100%;
        height: 100%; }
    div.panel3 .article-list .atitle {
      display: block;
      padding: 4px 10px 0;
      width: 185px;
      height: 38px;
      line-height: 18px;
      font-size: 12px;
      color: #333;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    div.panel3 .article-list .article:hover .atitle {
      color: #c92229;
      cursor: pointer; }

div.panel4 {
  position: relative;
  top: -100px; }

div.panel {
  width: 990px;
  margin: 0 auto;
  position: relative; }
  div.panel .title {
    height: 116px;
    font-size: 30px;
    color: #fff100;
    font-weight: bolder;
    text-align: center;
    line-height: 60px;
    background: url("../images/titlebg.png") no-repeat center; }
    div.panel .title h3 {
      display: inline-block;
      width: 400px;
      font-size: 30px;
      font-weight: bolder; }
    div.panel .title .btn-share {
      display: block;
      height: 30px;
      width: 202px;
      position: absolute;
      top: 26px;
      right: 52px;
      cursor: pointer;
      background: url("../images/sharebtnbg1.png") no-repeat 0 0; }
    div.panel .title .btn-share:hover {
      background-position: -251px 0; }
  div.panel .panelbody {
    position: relative;
    padding: 2px 6px;
    background: url("../images/panelbodybg.png") repeat-y center; }
  div.panel .leftbox {
    display: inline-block;
    width: 500px;
    height: 330px;
    margin: 0 100px;
    position: relative;
    top: -20px; }
    div.panel .leftbox .item {
      height: 35px;
      margin: 10px 0;
      line-height: 35px;
      color: #fff; }
      div.panel .leftbox .item span {
        float: left; }
      div.panel .leftbox .item .idx {
        display: inline-block;
        width: 33px;
        height: 35px;
        text-align: center;
        background: url("../images/itemheadbg.png") no-repeat center; }
      div.panel .leftbox .item .text {
        display: inline-block;
        height: 35px;
        padding: 0 10px;
        background: url("../images/itembg.png") no-repeat left top;
        background-size: 100% 100%; }
    div.panel .leftbox .tuli {
      height: 162px;
      width: 458px;
      margin: 10px 0;
      background: url("../images/stepbg.png") no-repeat center; }
  div.panel .rightbox {
    display: inline-block;
    width: 164px;
    height: 260px;
    position: absolute;
    top: 20px;
    right: 130px; }
    div.panel .rightbox img {
      display: block;
      width: 164px;
      height: 164px;
      margin: 0 auto; }
    div.panel .rightbox .qrcode-tip {
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      color: #161616; }
    div.panel .rightbox .btn-download {
      display: inline-block;
      width: 164px;
      height: 46px;
      margin-top: 5px;
      font-size: 14px;
      line-height: 40px;
      color: #fff;
      text-align: center;
      background: url("../images/btnbg3.png") no-repeat;
      background-position: 0 0; }
    div.panel .rightbox .btn-download:hover {
      background-position: 0 -54px; }
  div.panel .panelfoot {
    height: 100px;
    background: url("../images/panelfootbg.png") no-repeat center; }
    div.panel .panelfoot .btn-download1 {
      display: block;
      height: 52px;
      margin: 0 auto;
      line-height: 48px;
      text-align: center;
      color: #fff;
      font-size: 18px; }
    div.panel .panelfoot .btn-download1 {
      width: 284px;
      background: url("../images/btnbg1.png") no-repeat;
      background-position: 0 0; }
    div.panel .panelfoot .btn-download1:hover, div.panel .panelfoot .btn-more:hover {
      background-position: 0 -69px; }
    div.panel .panelfoot .btn-more {
      display: none;
      height: 52px;
      margin: 0 auto;
      width: 194px;
      position: relative;
      top: 20px;
      cursor: pointer;
      line-height: 48px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      background: url("../images/btnbg2.png") no-repeat;
      background-position: 0 0; }
    div.panel .panelfoot .btn-more.show {
      display: block; }

div.shadowlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: url("../images/shadow.png") repeat 0 0;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _width: expression(eval(document.documentElement.clientWidth));
  _height: expression(eval(document.documentElement.clientHeight)); }
  div.shadowlayer .popbox {
    height: 520px;
    margin-top: -260px;
    padding-top: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1005; }
    div.shadowlayer .popbox .pophead {
      width: 100%;
      height: 135px;
      background: url("../images/popheadbg.png") no-repeat center;
      position: relative;
      background-size: 100% 100%; }
    div.shadowlayer .popbox .btn-close {
      display: block;
      height: 20px;
      width: 20px;
      background: url("../images/icon_close.png") no-repeat center;
      position: absolute;
      bottom: 10px;
      right: 10px;
      cursor: pointer; }
    div.shadowlayer .popbox .popwin {
      padding: 10px;
      background-color: #fff;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    div.shadowlayer .popbox .subview1 {
      height: 175px;
      padding-top: 30px; }
    div.shadowlayer .popbox .subview2 {
      height: 240px;
      padding-top: 20px; }
    div.shadowlayer .popbox .result-tip {
      line-height: 40px;
      font-size: 24px;
      font-weight: bolder;
      color: #c84c40;
      text-align: center; }
    div.shadowlayer .popbox .frendlytip {
      line-height: 36px;
      font-size: 18px;
      color: #c84c40;
      text-align: center; }
    div.shadowlayer .popbox .btn-gonglve {
      display: block;
      height: 43px;
      width: 136px;
      margin: 40px auto 0;
      background: url("../images/btnbg4.png") no-repeat center;
      cursor: pointer; }
    div.shadowlayer .popbox .article-info {
      display: block;
      position: relative;
      height: 124px;
      margin-top: 20px;
      padding: 10px 15px;
      background-color: #faeceb;
      border-radius: 5px; }
      div.shadowlayer .popbox .article-info .atitle {
        height: 30px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #c84c40;
        line-height: 30px;
        font-weight: bolder;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      div.shadowlayer .popbox .article-info .abox {
        display: inline-block;
        height: 75px;
        width: 296px;
        position: absolute;
        top: 45px;
        right: 24px; }
      div.shadowlayer .popbox .article-info .covery1 {
        width: 114px;
        height: 68px;
        vertical-align: top; }
      div.shadowlayer .popbox .article-info .atitle1 {
        height: 22px;
        margin-bottom: 6px;
        line-height: 22px;
        font-size: 14px;
        color: #666;
        font-weight: bolder;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      div.shadowlayer .popbox .article-info .abstract {
        height: 40px;
        line-height: 22px;
        font-size: 12px;
        color: #666;
        overflow: hidden; }
      div.shadowlayer .popbox .article-info .btn-view {
        display: inline-block;
        height: 22px;
        width: 80px;
        position: absolute;
        bottom: 25px;
        right: 20px;
        cursor: pointer;
        background: url("../images/btnview.png") no-repeat center; }
  div.shadowlayer .popbox.size1 {
    width: 426px;
    margin-left: -210px; }
    div.shadowlayer .popbox.size1 .pophead {
      width: 100%;
      height: 135px;
      background: url("../images/popheadbg.png") no-repeat center;
      position: relative;
      background-size: 100% 100%; }
  div.shadowlayer .popbox.size2 {
    width: 480px;
    margin-left: -240px; }
    div.shadowlayer .popbox.size2 .pophead {
      width: 100%;
      height: 135px;
      background: url("../images/popheadbg2.png") no-repeat center;
      position: relative;
      background-size: 100% 100%; }

p.logo {
  width: 178px;
  height: 94px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  background: url("../images/logo.png") no-repeat center; }

#vv_comment {
  width: 880px;
  margin: 0 auto; }
  #vv_comment .talk_box {
    background-color: #fef9e4; }

#footer_link_info a, #footer_link_info p, #footer_link_info span {
  color: #fff; }

#asidelay {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: url("../images/aside/grey_bg.png") repeat; }

#asidelay {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _width: expression(eval(document.documentElement.clientWidth));
  _height: expression(eval(document.documentElement.clientHeight)); }

.asidebox {
  width: 175px;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 500;
  height: 491px;
  background: url("../images/aside/asidebg.png") no-repeat; }

@media screen and (max-height: 768px) {
  .asidebox {
    bottom: 10px; } }

@media screen and (max-width: 1100px) {
  .asidebox {
    bottom: 10px; } }

.asidebox {
  _position: absolute;
  /* _bottom: auto;*/
  _margin-bottom: 70px;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); }

.topshare {
  width: 114px;
  height: 48px;
  margin-top: 100px;
  margin-left: 29px;
  background: url("../images/aside/vp-adv.png") no-repeat; }

.topshare a {
  display: block;
  width: 114px;
  height: 48px; }

.asidebox_inner {
  width: 114px;
  margin-left: 29px; }

.asideul {
  width: 114px; }

.asideitem {
  float: left;
  display: inline;
  position: relative;
  width: 114px;
  height: 32px;
  line-height: 32px; }

.asideitem a {
  text-decoration: none; }

.asidea {
  float: left;
  _display: inline;
  cursor: pointer;
  margin-left: 5px;
  font-size: 14px;
  height: 32px;
  color: #a40000; }

.asideitem:hover {
  background-color: #e6b700;
  cursor: pointer; }

.asideitem:hover .asidea {
  color: #e60012;
  background-color: #e6b700; }

.gzbox {
  display: none;
  position: absolute;
  width: 121px;
  height: 133px;
  left: -130px;
  top: 0; }

.asideitem:hover .gzbox {
  display: block; }

#bds_more {
  float: left;
  font-size: 14px;
  padding-left: 0px;
  line-height: 34px;
  height: 32px;
  background-image: none;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  margin-left: 5px;
  color: #a40000; }

#bds_more:hover {
  color: #e60012; }

.gonglue {
  position: fixed;
  top: 50%;
  z-index: 9999;
  margin-top: -196px;
  left: 50%;
  margin-left: -224px;
  width: 448px;
  height: 392px;
  background-color: #fbfafc;
  border-radius: 8px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight/2));
  _left: expression(eval(document.documentElement.scrollLeft + document.documentElement.clientWidth/2)); }

.gonglueTop {
  position: relative;
  width: 448px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #b75147;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.glwz {
  font-size: 24px;
  font-weight: bold;
  color: #fff100; }

.gonglueclosebtn {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 17px;
  width: 20px;
  height: 20px;
  background: url("../images/aside/closebtn.png") no-repeat; }

.gonglueclosebtn {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/aside/closebtn.png',sizingMethod='crop'); }

.gonglueclosebtn:hover {
  background: url("../images/aside/closebtnh.png") no-repeat; }

.glwindow {
  float: left;
  _display: inline;
  width: 184px;
  margin-top: 22px;
  margin-left: 24px; }

.glwindowtitWrap {
  width: 140px;
  height: 58px;
  margin: 0 auto; }

.glwindowtit {
  width: 140px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #fff100;
  background: url("../images/aside/jf.png") no-repeat; }

.glwindowtit {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/aside/jf.png',sizingMethod='crop'); }

.jfjieshao {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  color: #9800fe; }

.asidebox_inner .backTop {
  width: 114px;
  height: 32px; }

.asidebox_inner .backTop .bottom {
  display: block;
  width: 114px;
  height: 32px; }

.gonglueitem {
  float: left;
  _display: inline;
  margin-bottom: 12px;
  width: 184px;
  height: 74px;
  text-align: center;
  position: relative; }

.gonglueitembg1 {
  background: url("../images/aside/bgbg1.png") no-repeat; }

.gonglueitembg2 {
  background: url("../images/aside/bgbg2.png") no-repeat; }

.glitemtit {
  font-size: 16px;
  color: #fff100;
  font-weight: bold;
  padding-top: 6px; }

.glitema {
  color: #fff100;
  text-decoration: none; }

.glitema:hover {
  color: #fff; }

.glitemdes {
  font-size: 12px;
  color: #fff100;
  padding-top: 4px;
  padding-bottom: 4px; }

.glitemtime {
  font-size: 12px;
  color: #ffffff; }

.ml24 {
  margin-left: 24px; }

.ml30 {
  margin-left: 30px; }

.unstart-float {
  display: none;
  width: 184px;
  height: 74px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/aside/unstart.png") no-repeat; }

/* nav3y */
* html {
  background-image: url(about:blank);
  background-attachment: fixed; }

i, cite, em, var, address, dfn {
  font-style: normal; }

.nav3yBg {
  width: 100%;
  height: 45px;
  background: #b12622;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  /*filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;*/
  display: block; }

.nav3yBg {
  _position: absolute;
  _margin-top: 0;
  _background: #b12622;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft)); }

.nav3ySubBg {
  display: none;
  width: 100%;
  height: 45px;
  background: #b12622;
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 101;
  /*filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;*/ }

.nav3ySubBg {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _margin-top: 45px;
  _background: #b12622; }

.nav3y {
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background-color: #bc2a2c; }

.nav3y {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _margin-top: 0; }

.nav3y a {
  font-size: 16px;
  color: #fddbee;
  text-decoration: none; }

.nav3y .userNoLoginList a {
  font-size: 12px; }

.uquit {
  float: left;
  _display: inline;
  margin-top: 2px;
  _line-height: 46px; }

.userNoLoginList li.userLogin a {
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 48px;
  overflow: hidden;
  float: left;
  _display: inline;
  max-width: 80px;
  /*_width:50px;  _margin-top:2px;*/ }

.vvv_name, .vvv_id {
  _width: 50px; }

.urgistera {
  *line-height: 48px; }

.thickbox {
  _width: 24px; }

/*.userNoLoginList li.userLoginName*/
.nav3y ul li span {
  color: #feefcb;
  margin: 0 6px; }

.nav3y .nav3yListBox {
  width: 1010px;
  margin: 0 auto;
  height: 45px; }

.nav3y ul.navList {
  height: 45px;
  float: left;
  _display: inline; }

.nav3y ul.navList li.navItem {
  padding: 0 3px;
  position: relative;
  float: left;
  _display: inline;
  _white-space: nowrap;
  _width: 60px; }

.nav3y ul.navList li.navItem a.navItemLink {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 7px; }

.nav3y ul.navList li.navItem a.navItemLink:hover, .nav3y ul.navSubList li.navSubItem a:hover {
  color: #fff; }

.nav3y ul.navList li.navItem a.nuvSubTitle {
  display: block;
  height: 45px;
  line-height: 45px;
  background: url("../images/commonNav/angleDown.png") right center no-repeat;
  /*_background:none;*/
  padding: 0 15px; }

/*.nav3y ul.navList li.navItem a.nuvSubTitle { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/commonNav/angleDown.png',sizingMethod='crop'); }*/
.nav3y ul.navList li.navItem a.nuvSubTitle:hover {
  color: #ffffff;
  background-color: #b12622; }

.nav3y span.navSubItemFlage {
  display: none;
  position: absolute;
  width: 12px;
  height: 6px;
  /*background:url("../images/commonNav/angleDY.png") no-repeat;*/
  /*_background:none;*/
  top: 45px;
  left: 50%;
  margin-left: -6px; }

.nav3y ul.navSubList {
  display: none;
  position: absolute;
  width: 960px;
  height: 45px;
  top: 45px;
  left: -135px; }

.nav3y ul.navSubList2 {
  display: none;
  position: absolute;
  width: 960px;
  height: 30px;
  top: 45px;
  left: -235px; }

.nav3y ul.navSubList li.navSubItem {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px; }

.nav3y ul.navSubList li.navSubItem span, .userCenter3y ul li span {
  padding: 0 5px;
  color: #feefcb; }

.fengexian {
  float: left;
  _display: inline;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  color: #feefcb; }

.nav3yListBox .userCenter3y {
  height: 45px;
  line-height: 45px;
  display: block;
  float: right;
  _display: inline;
  _overflow: hidden; }

.nav3yListBox .userCenter3y ul.userNoLoginList {
  height: 45px;
  float: right;
  _display: inline; }

.nav3yListBox .userCenter3y ul.userNoLoginList li {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px; }

.nav3yListBox .userCenter3y ul.userNoLoginList li.userRegister {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px; }

.loginBox .inps em input[type="text"], .loginBox .inps em input[type="password"] {
  width: 218px; }

.userCenter3y a:hover {
  color: #feefcb; }

.userRegister a:hover, .userLoginMyId a:hover {
  color: #ffc516; }

.navlogo {
  width: 30px;
  height: 40px;
  float: left;
  margin-top: 3px;
  background: url("../images/commonNav/navlogo.png") center no-repeat; }

.navlogo {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/commonNav/navlogo.png',sizingMethod='crop'); }

@media screen and (max-width: 1020px) {
  .nav3y .nav3yListBox {
    width: 900px; } }

.login-zz {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: url("//www.51vv.com/images_1405/grey_bg.png") repeat 0 0; }

.loginBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  width: 100%;
  height: 100%; }

.login-zz,
.loginBox {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _width: expression(eval(document.documentElement.clientWidth));
  _height: expression(eval(document.documentElement.clientHeight)); }

input {
  outline: 0 none; }

#login_message {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 440px;
  margin-left: -195px;
  margin-top: -220px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); }

#login_message {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 515px;
  margin-left: -195px;
  margin-top: -258px;
  background: none;
  border-radius: 2px;
  box-shadow: none; }

#login_form {
  background-color: #fff;
  padding-bottom: 0px; }

#login_message p {
  margin: 0 40px;
  *width: 308px;
  overflow: hidden; }

#login_message p.top {
  margin: 0;
  width: 100%;
  height: 60px;
  padding-top: 60px;
  background: none;
  background: url("../images/commonNav/ht.png") no-repeat; }

#login_message p.top {
  margin: 0;
  width: 100%;
  height: 60px;
  padding-top: 57px;
  background: none;
  background: url("../images/commonNav/ht1.png") no-repeat; }

#login_message p.top a.closed {
  display: block;
  float: right;
  width: 34px;
  height: 34px;
  margin: 13px;
  cursor: pointer; }

#login_message p.top a.closed span.closed {
  display: block;
  width: 14px;
  height: 14px;
  margin: 10px;
  background: url("//www.51vv.com/images_1405/loginBox/close.png") no-repeat 0 0;
  overflow: hidden; }

#login_message p.top a.closed span.closed {
  display: block;
  width: 14px;
  height: 14px;
  margin: 10px;
  background: url("../images/commonNav/close1.png") no-repeat 0 0;
  overflow: hidden; }

#login_message p.top a.closed span.closed {
  /*margin-top:20px*/ }

#login_message p.top a.closed:hover span.closed {
  background-position: 0 -14px; }

#login_message p.top a.closed:hover span.closed:hover {
  background-position: 0 -14px; }

#login_message p.top a.closed span.closed:hover {
  background-position: 0 -14px; }

#login_message p input::-ms-clear {
  display: none; }

#login_message p input {
  float: left;
  display: block;
  height: 16px;
  padding: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  border: 0 none;
  background-color: #fff;
  _display: inline; }

#login_message p.tip {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  padding: 8px 0;
  color: #bd4847;
  text-align: left; }

#login_message p.userID {
  text-align: left;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  background: url("//www.51vv.com/images_1405/loginBox/inpIco.png") no-repeat 0 0; }

#login_message p.userID input {
  width: 238px;
  margin-left: 44px;
  *margin-left: 4px; }

#login_message p.password {
  text-align: left;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  background: url("//www.51vv.com/images_1405/loginBox/inpIco.png") no-repeat 0 -40px; }

#login_message p.password input {
  width: 238px;
  margin-left: 44px;
  *margin-left: 4px; }

#login_message p.focus {
  border: 1px solid #ff5000; }

.focusfocus {
  border: 1px solid #ff5000; }

#login_message p.error {
  border: 1px solid #bd4847; }

#login_message p.verifycode {
  text-align: left; }

#login_message p.verifycode input {
  width: 84px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  *margin-left: -40px; }

#login_message p.verifycode input.focus {
  border: 1px solid #ff5000; }

#login_message p.verifycode input.error {
  border: 1px solid #bd4847; }

#login_message p.verifycode a.changeCodeImg {
  float: left;
  width: 100px;
  height: 40px;
  border: 1px solid #eaeaea;
  margin: 0 10px; }

#login_message p.verifycode a.changeCodeImg img {
  display: block;
  width: 100px;
  height: 40px; }

#login_message p.verifycode a.changeCodeBtn {
  text-decoration: none;
  float: left;
  padding: 12px 4px;
  height: 16px;
  font-size: 14px;
  color: #333;
  line-height: 16px; }

#login_message p.verifycode a.changeCodeBtn:hover {
  text-decoration: underline; }

#login_message p.btn {
  text-align: left; }

#login_message p.btn a.loginBtn {
  float: left;
  display: block;
  width: 304px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  background-color: #b1cd58;
  cursor: pointer;
  _display: inline; }

/*2016*/
#login_message p.btn a.loginBtn {
  text-decoration: none;
  float: left;
  display: block;
  width: 304px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  background-color: #ff5000;
  cursor: pointer;
  _display: inline; }

/*#login_message p.btn a.loginBtn:hover { background-color: #ff5000; }*/
#login_message p.btn a.loginBtn:hover {
  background-color: #fe6722; }

#login_message p.other a {
  line-height: 32px;
  font-size: 12px;
  color: #333; }

#login_message p.other a:hover {
  text-decoration: underline; }

#login_message p.other a.reg {
  float: left;
  text-decoration: none; }

#login_message p.other a.lost {
  float: right;
  text-decoration: none; }

#login_message p.bottom {
  padding: 0px 0px 10px 40px;
  _width: 100%;
  /*width:100%;*/
  margin: 0 auto;
  background-color: #fff;
  color: #b8b8b8;
  line-height: 32px;
  font-size: 12px; }

#login_message p.bottom a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  vertical-align: top;
  background: url("//www.51vv.com/images_1405/loginBox/3.png") no-repeat 0 0; }

#login_message p.bottom a.login_qq {
  margin-left: 20px; }

#login_message p.bottom a.login_weixin {
  background-position: -31px 0; }

#login_message p.bottom a.login_weibo {
  background-position: -62px 0; }

#otherLogin {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 770px;
  height: 490px;
  overflow: hidden;
  margin-left: -385px;
  margin-top: -245px;
  background: #333;
  z-index: 999; }

#otherLogin p {
  font-size: 14px;
  line-height: 40px;
  color: #7e7e7e;
  text-indent: 10px;
  text-align: left;
  background-color: #f9f9f9; }

#otherLogin a.closed {
  float: right;
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  background: url("//www.51vv.com/images_1405/loginBox/closeIframe.png") no-repeat 0 0;
  cursor: pointer; }

#otherLogin a.closed:hover {
  background-position: 0 -24px; }

#otherLoginIframe {
  display: block;
  width: 770px;
  height: 450px;
  overflow: hidden; }
