@charset "UTF-8";
/*
 * 去掉height:100%;定义
 * -webkit-text-size-adjust:none会导致页面缩放文字失效
 * background-color:#FFF,html元素设置了背景色会导致body的背景色不能100%高度覆盖
 * 把白色背景色定义在html上，定义这个背景色的目的是，修复一些浏览器中设置了浏览器保护色
 * overflow-y:scroll定义在被iframe引用的页面就强制带滚动条
 * */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%; }

body {
  word-wrap: break-word;
  cursor: default;
  font-family: "microsoft yahei"; }

body {
  color: #171920;
  background: #f5f7f9; }

/*
 * :focus{outline:0}定义后按tab键在连接间跳转没有标识当前连接的外轮廓点线
 * :active{outline:0;}
 * :visited{outline:0;}
 * */
a {
  cursor: pointer;
  outline: 0 none;
  color: #171920; }

:active {
  outline: 0; }

:visited {
  outline: 0; }

:link, :visited, ins {
  text-decoration: none; }

[hidden] {
  display: none; }

body {
  margin: 0; }

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

fieldset, iframe {
  border: 0 none; }

img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

h1, h2, h3, h4, h5, h6, code, kbd, samp, tt, sup, sub, small, input, button, textarea, select {
  font-size: 100%;
  font-weight: normal; }

abbr, acronym {
  border: 0 none;
  font-variant: normal; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

textarea, input, select {
  outline: 0 none; }

ol, ul, li, menu {
  list-style: none outside none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

caption, th {
  text-align: left; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

blockquote, q {
  quotes: none; }

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

mark {
  background-color: #FF6; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

input, select, button {
  vertical-align: middle; }

button {
  width: auto;
  cursor: pointer;
  overflow: visible; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; }

button::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0 none;
  padding: 0; }

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clearfix {
  /* If supporting IE 6/7 */
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.left {
  float: left; }

.right {
  float: right; }

.price, .price-old {
  font-family: "Arial"; }

.price, .price-new {
  color: #f44130; }
  .price span, .price-new span {
    font-family: "microsoft yahei"; }

.price-old {
  color: #CCCCCC;
  text-decoration: line-through; }

.ornament-arrow {
  display: inline-block;
  *display: inline;
  width: 0px; }

.ornament-arrow.up {
  border-top: 0 solid transparent !important;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-bottom: 7px solid; }

.ornament-arrow.down {
  border-bottom: 0 solid transparent !important;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-top: 7px solid; }

.ornament-arrow.gray {
  border-color: #cfd1d6; }

.ornament-arrow.blue {
  border-color: #649cf0; }

.ornament-arrow.blue2 {
  border-color: #b6bdd1; }

.ornament-dot1 {
  width: 15px;
  height: 15px;
  background: #649cf0;
  border: 2px solid #ffffff;
  border-radius: 50%; }

.ornament-dot2 {
  width: 10px;
  height: 10px;
  background: #649cf0;
  border: 2px solid #ffffff;
  border-radius: 50%; }

.icon {
  display: inline-block;
  *display: inline;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.icon-checkbox {
  width: 16px;
  height: 16px;
  background-image: url(../images/checkbox@2x.png); }

.icon-checkbox--select {
  width: 16px;
  height: 16px;
  background-image: url(../images/checkbox2@2x.png); }

.container {
  width: 1180px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.container-left {
  float: left;
  width: 880px;
  background: #ffffff; }
  .container-left .block {
    *width: 880px;
    width: 880px\0; }

.container-right {
  float: right;
  width: 280px;
  background: #ffffff; }
  .container-right .block {
    *width: 280px;
    width: 280px\0; }

.block {
  width: 100%;
  *width: 1200px;
  width: 1200px\0;
  margin-bottom: 20px; }
  .block .block-title {
    margin: 0 20px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0; }
  .block .block-body {
    padding: 0; }

.col-1 {
  width: 1140px;
  padding: 0 20px; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  table thead {
    background: #333333;
    color: #ffffff;
    height: 35px;
    line-height: 35px; }
    table thead td {
      border: 1px solid #333333;
      text-align: center; }
  table tr {
    margin: 0;
    padding: 0; }
  table tbody td {
    border: 1px solid #dddddd;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    padding: 10px;
    line-height: 20px; }

.img {
  display: block;
  background: #dddddd; }

.img-circle {
  border-radius: 50%; }

.title.h1 {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700; }
  .title.h1 .more {
    font-size: 12px;
    float: right;
    color: #9598a2;
    cursor: pointer; }
    .title.h1 .more a {
      color: #9598a2; }
    .title.h1 .more .icon {
      vertical-align: sub; }
    .title.h1 .more .icon-more-hover {
      display: none; }
    .title.h1 .more:hover {
      color: #649cf0; }
      .title.h1 .more:hover a {
        color: #649cf0; }
      .title.h1 .more:hover .icon-more {
        display: none; }
      .title.h1 .more:hover .icon-more-hover {
        display: inline-block;
        *display: inline; }

.title.h4 {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px; }

.h1 {
  font-size: 24px;
  line-height: 1; }

.h2 {
  font-size: 20px;
  line-height: 1; }

.h3 {
  font-size: 18px;
  line-height: 1; }

.h4 {
  font-size: 16px;
  line-height: 1; }

.h5 {
  font-size: 14px;
  line-height: 1; }

.h6 {
  font-size: 12px;
  line-height: 1; }

.gray {
  color: #9598a2 !important; }

.tag {
  height: 18px;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  line-height: 18px;
  padding: 0 4px;
  border-radius: 3px;
  color: #9598a2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  max-width: 100px; }

.tag-red {
  color: #f44130; }

.tag-red--full {
  background: #f44130;
  color: #ffffff; }

.tag-blue {
  color: #649cf0; }

.tag-blue-full {
  background: #649cf0;
  color: #ffffff; }

.tag-big {
  height: 24px;
  line-height: 24px; }

.courseTag {
  float: left;
  background: #ffffff;
  padding: 20px;
  position: relative;
  transition: all .3s;
  transform: translateY(0); }
  .courseTag:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
  .courseTag .icon-fenghui {
    display: none; }
  .courseTag .course-title {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: -4px;
    margin-bottom: 16px;
    min-height: 52px;
    overflow: hidden; }
  .courseTag .course-subtitle {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: -3px;
    color: #9598a2;
    position: relative; }
    .courseTag .course-subtitle .people-num {
      float: right; }
    .courseTag .course-subtitle .tag {
      float: left;
      margin-right: 7px; }
  .courseTag .course-tags {
    margin-bottom: 30px;
    margin-right: 5px; }
    .courseTag .course-tags .tag {
      float: left;
      margin-right: 5px; }
  .courseTag .tagUser {
    margin-bottom: 30px; }
  .courseTag .button-group .button {
    display: inline-block;
    *display: inline; }
  .courseTag .button-group .btn1 {
    float: left; }
  .courseTag .button-group .btn2 {
    float: right; }
  .courseTag .button-group {
    *margin-top: 20px; }
  .courseTag .count-down,
  .courseTag .course-alert {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    padding-top: 13px;
    padding-bottom: 17px;
    border-top: 1px solid #f0f0f0;
    color: #9598a2; }
    .courseTag .count-down span,
    .courseTag .course-alert span {
      color: #f44130; }
  .courseTag .course-price {
    font-size: 12px;
    line-height: 12px;
    color: #9598a2; }
    .courseTag .course-price span {
      color: #f44130;
      float: right;
      font-size: 24px;
      *font-size: 12px; }
      .courseTag .course-price span i {
        font-size: 16px; }

.courseTag-normal {
  width: 240px;
  height: 290px; }

.courseTag-fenghui .icon-fenghui {
  position: absolute;
  right: 0;
  top: 20px;
  display: block; }

.courseTag-fenghui .course-title {
  width: 80%; }

.courseTag-empty * {
  display: none; }

.courseTag-empty .icon-empty,
.courseTag-empty .empty-txt {
  display: block !important;
  margin: auto;
  text-align: center;
  color: #e4e9ed; }

.courseTag-empty .icon-empty {
  margin-top: 80px;
  margin-bottom: 5px; }

.courseTag--hot {
  height: 300px; }
  .courseTag--hot .course-tags {
    margin-bottom: 20px; }
    .courseTag--hot .course-tags .tag {
      height: 24px;
      line-height: 24px; }
  .courseTag--hot .course-title {
    margin-bottom: 20px; }
  .courseTag--hot .course-subtitle {
    margin-bottom: 30px;
    height: 14px;
    line-height: 14px;
    margin-top: 0; }
  .courseTag--hot .tagUser-group .tagUser {
    margin-bottom: 20px; }
  .courseTag--hot .course-alert {
    padding-top: 14px;
    padding-bottom: 18px; }

.tagUser {
  display: inline-block;
  *display: inline;
  text-align: center;
  font-size: 14px;
  height: 68px; }
  .tagUser img {
    display: block;
    margin: auto;
    margin-bottom: 6px; }
  .tagUser span {
    color: #9598a2; }

.tagUser {
  *display: inline; }

.tagUser.tagUser-horizontal {
  height: 40px;
  position: relative; }
  .tagUser.tagUser-horizontal img, .tagUser.tagUser-horizontal span {
    display: inline-block; }
  .tagUser.tagUser-horizontal img {
    *display: inline; }
  .tagUser.tagUser-horizontal span {
    position: relative;
    top: -4px;
    *display: inline; }

.tagUser-group .tagUser {
  float: left;
  margin-right: 17px; }

.tagUser-group .tagUser {
  *width: 74px;
  *margin-top: -10px; }

.avatar {
  background: #f4f4f4;
  display: inline-block;
  *display: inline; }

.avatar-normal {
  width: 40px;
  height: 40px; }

.avatar-horizontal img, .avatar-horizontal span {
  display: block; }

.float-window {
  position: fixed;
  width: 50px;
  right: 10px;
  top: 40%;
  font-size: 14px;
  z-index: 9999; }
  .float-window li {
    width: 32px;
    height: 32px;
    background: #9598a2;
    margin-bottom: 3px;
    text-align: center;
    padding: 9px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
    position: relative; }
    .float-window li a {
      color: #ffffff; }
    .float-window li:hover {
      background: #649cf0; }
      .float-window li:hover div {
        display: block; }
    .float-window li div {
      width: 102px;
      padding: 5px;
      display: none;
      position: absolute;
      top: 0;
      left: -112px;
      background: #649cf0;
      color: #ffffff;
      font-size: 12px; }
      .float-window li div img {
        width: 101px;
        height: 101px;
        background: #f0f0f0;
        display: block;
        margin-bottom: 9px; }
      .float-window li div span {
        display: block;
        line-height: 20px;
        margin-bottom: 4px; }

.block-banner {
  height: 236px;
  width: 100%;
  background: #eeeeee;
  margin-bottom: 20px; }
  .block-banner img {
    background: #6d6b6b;
    width: 100%;
    height: 100%; }

/* banner */
.pdy-banner-left {
  background: url("//www.hqwx.com/assets/images/banner-left.png") no-repeat 0 0 !important; }

.pdy-banner-right {
  background: url("//www.hqwx.com/assets/images/banner-right.png") no-repeat 0 0 !important; }

.pdy-banner-lefth, .pdybanner .pdy-banner-left:hover {
  background: url("//www.hqwx.com/assets/images/banner-lefth.png") no-repeat 0 0 !important; }

.pdy-banner-righth, .pdybanner .pdy-banner-right:hover {
  background: url("//www.hqwx.com/assets/images/banner-righth.png") no-repeat 0 0 !important; }

.pdybanner {
  background: #f5f7f9;
  position: relative;
  overflow: hidden; }

.pdybanner .pdy-banner-left {
  position: absolute;
  left: 10px;
  margin-left: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 2;
  display: none; }

.pdybanner:hover .pdy-banner-left {
  display: block; }

.pdybanner .pdy-banner-right {
  position: absolute;
  right: 10px;
  margin-left: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 2;
  display: none; }

.pdybanner:hover .pdy-banner-right {
  display: block; }

.pdybanner .pdy_banner_pic {
  height: 100%; }

.pdybanner .pdy_banner_pic a {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f5f7f9; }

.pdybanner .pdy_banner_choose {
  text-align: center;
  width: 280px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -140px;
  font-size: 0px; }

.pdybanner .pdy_banner_choose li {
  width: 26px;
  height: 13px;
  margin: 0 7px;
  display: inline-block;
  background: url(//s.hqwx.com/statics/home/mall/images/bannern.png) top center no-repeat; }

.pdybanner .pdy_banner_choose li {
  *display: inline; }

.pdybanner .pdy_banner_choose .pdy_choose_now {
  background: url(//s.hqwx.com/statics/home/mall/images/bannerc.png) top center no-repeat; }

.pdybanner:hover .pdybanner-banner-left, .pdybanner:hover .pdybanner-banner-right {
  display: block; }

.slider-block {
  width: 733px; }
  .slider-block .slider-container {
    width: 676px;
    height: 205px;
    overflow: hidden;
    position: relative;
    float: left;
    font-size: 0; }
    .slider-block .slider-container .book-tag {
      margin-right: 24px; }
    .slider-block .slider-container .ui-checkbox {
      float: left;
      margin-top: 22px;
      margin-right: 10px;
      *margin-top: 19px;
      *border: 1px solid #dddddd;
      *width: 16px;
      *height: 16px;
      margin-top: 19px\0;
      border: 1px solid #dddddd \0;
      width: 16px\0;
      height: 16px\0; }
  .slider-block .block-wrap {
    width: auto;
    height: 100%;
    position: absolute;
    transition: all .5s;
    left: 0;
    white-space: nowrap; }
  .slider-block .prev, .slider-block .next {
    height: 78px;
    width: 18px;
    border: 1px solid #EFEFF0;
    position: relative;
    cursor: pointer;
    margin-top: 20px; }
    .slider-block .prev:hover, .slider-block .next:hover {
      background: #EFEFF0; }
    .slider-block .prev .icon, .slider-block .next .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -4px;
      margin-top: -7px; }
  .slider-block .prev.disabled,
  .slider-block .next.disabled {
    cursor: unset; }
    .slider-block .prev.disabled:hover,
    .slider-block .next.disabled:hover {
      background: #ffffff; }
  .slider-block .prev {
    margin-right: 17px; }

.button {
  display: inline-block;
  border: 1px solid #e5e8f0;
  text-align: center;
  border-radius: 50px;
  color: #9598a2;
  padding: 0 10px;
  cursor: pointer; }

.button-24h {
  height: 22px;
  line-height: 22px;
  font-size: 14px; }

.button-28h {
  height: 26px;
  line-height: 26px;
  font-size: 14px; }

.button-40h {
  height: 38px;
  line-height: 38px;
  font-size: 16px; }

.button-87w {
  width: 65px; }

.button-154w {
  width: 134px; }

.button-110w {
  width: 88px; }

.button-disabled {
  border: 1px solid #dddfe8;
  color: #ffffff;
  background-color: #dddfe8; }

.button-normal {
  border: 1px solid #e5e8f0;
  color: #9598a2; }

.button-default {
  border: 1px solid #649cf0;
  color: #649cf0; }
  .button-default:hover {
    background-color: #649cf0;
    border: 1px solid #649cf0;
    color: #ffffff; }

.button-primary {
  color: #ffffff;
  background-color: #649cf0;
  border: 1px solid #649cf0; }
  .button-primary:hover {
    background-color: #4187f0;
    border: 1px solid #4187f0; }

.button-danger {
  color: #ffffff;
  background-color: #f44130;
  border: 1px solid #f44130; }
  .button-danger:hover {
    background-color: #df2d1d;
    border: 1px solid #df2d1d; }

.button-red {
  color: #ffffff;
  background-color: #f44130;
  border: 1px solid #f44130; }
  .button-red:hover {
    background-color: #df2d1d;
    border: 1px solid #df2d1d; }

.button-group {
  text-align: center; }
  .button-group .button {
    display: inline-block;
    *display: inline; }

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(47, 47, 47, 0.75);
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none; }
  .dialog .dialog-container {
    position: absolute;
    width: 350px;
    height: 380px;
    *height: 418px;
    background: #ffffff;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -210px;
    padding: 20px 25px; }

.dialog-bind-phone .dialog-header {
  height: 45px;
  line-height: 45px;
  position: relative; }
  .dialog-bind-phone .dialog-header .icon-close {
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer; }
  .dialog-bind-phone .dialog-header h1 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px; }

.dialog-bind-phone .dialog-container p {
  font-size: 14px;
  color: #9598a2;
  margin-bottom: 18px;
  line-height: 20px; }

.dialog-bind-phone .dialog-container input {
  height: 48px;
  width: 318px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  padding: 0 10px;
  color: #9598a2; }

.dialog-bind-phone .dialog-container .error-info {
  height: 1px;
  *height: auto;
  color: #f44130; }

.dialog-bind-phone .dialog-container input.error {
  border: 1px solid #f44130; }

.dialog-bind-phone .dialog-container .input-short {
  width: 180px;
  *float: left; }

.dialog-bind-phone .dialog-container .form-group {
  margin: auto;
  margin-bottom: 20px;
  *margin-bottom: 2px;
  width: 340px; }
  .dialog-bind-phone .dialog-container .form-group img {
    width: 126px;
    height: 50px;
    display: inline-block;
    *display: inline;
    float: right;
    background: #dddddd;
    cursor: pointer; }
  .dialog-bind-phone .dialog-container .form-group .button {
    color: #ffffff;
    height: 48px;
    background: #649cf0;
    border-radius: 0;
    line-height: 48px; }
  .dialog-bind-phone .dialog-container .form-group .btn-send {
    width: 104px;
    float: right;
    font-size: 14px; }
  .dialog-bind-phone .dialog-container .form-group .btn-send.disabled {
    background: #dcdfe7; }
  .dialog-bind-phone .dialog-container .form-group .btn-commit {
    width: 318px;
    font-size: 18px;
    background: #649cf0; }
  .dialog-bind-phone .dialog-container .form-group .btn-commit.disabled {
    background: #dcdfe7; }

.dialog-alert.yvyue .dialog-container {
  width: 700px;
  height: 450px;
  margin-left: -370px;
  margin-top: -225px; }
  .dialog-alert.yvyue .dialog-container .icon-close {
    position: absolute;
    right: 20px; }
  .dialog-alert.yvyue .dialog-container .yvyue-top .p1 {
    text-align: center;
    height: 34px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 24px;
    margin-top: 50px; }
    .dialog-alert.yvyue .dialog-container .yvyue-top .p1 .icon-success {
      vertical-align: middle; }
  .dialog-alert.yvyue .dialog-container .yvyue-top .p2 {
    text-align: center;
    margin-top: 33px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #f44130; }
  .dialog-alert.yvyue .dialog-container .yvyue-top .p3 {
    text-align: center;
    margin-top: 10px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    padding-bottom: 68px;
    border-bottom: 1px solid #f0f0f0; }
  .dialog-alert.yvyue .dialog-container .yvyue-bottom {
    width: 350px;
    margin: auto;
    margin-top: 30px; }
    .dialog-alert.yvyue .dialog-container .yvyue-bottom img {
      float: left;
      margin-right: 20px;
      width: 100px;
      height: 100px; }
    .dialog-alert.yvyue .dialog-container .yvyue-bottom p {
      font-size: 16px;
      padding-top: 9px;
      height: 16px;
      float: right;
      width: 230px;
      line-height: 28px; }
  .dialog-alert.yvyue .dialog-container .button-group {
    margin-top: 30px; }

.dialog-alert.yvyue-buy .dialog-container {
  width: 400px;
  height: 220px;
  margin-left: -220px;
  margin-top: -130px; }
  .dialog-alert.yvyue-buy .dialog-container .icon-close {
    position: absolute;
    right: 20px; }
  .dialog-alert.yvyue-buy .dialog-container .yvyue-top p {
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 16px; }
  .dialog-alert.yvyue-buy .dialog-container .yvyue-top .p1 {
    margin-top: 57px; }
  .dialog-alert.yvyue-buy .dialog-container .yvyue-top .p2 {
    margin-top: 10px; }
  .dialog-alert.yvyue-buy .dialog-container .yvyue-bottom {
    margin-top: 70px; }
    .dialog-alert.yvyue-buy .dialog-container .yvyue-bottom .button {
      margin: auto;
      display: block; }

.pagination {
  text-align: center;
  margin: 20px 0;
  height: 26px;
  /* If supporting IE 6/7 */
  *zoom: 1; }
  .pagination:before, .pagination:after {
    content: "";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    font-size: 14px;
    /* If supporting IE 6/7 */
    *zoom: 1; }
    .pagination ul:before, .pagination ul:after {
      content: "";
      display: table; }
    .pagination ul:after {
      clear: both; }
  .pagination li {
    float: left;
    min-width: 6px;
    height: 6px;
    border-radius: 60px;
    line-height: 6px;
    color: #9598a2;
    padding: 10px 9px;
    margin: 0 5px;
    cursor: pointer; }
    .pagination li a {
      color: #9598a2; }
  .pagination li.active {
    background: #649cf0;
    color: #ffffff; }
    .pagination li.active a {
      color: #ffffff; }
  .pagination .home-page,
  .pagination .end-page,
  .pagination .next,
  .pagination .prev {
    padding: 10px 20px;
    background: #ffffff; }

.ui-checkbox {
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer; }
  .ui-checkbox input {
    display: none; }
  .ui-checkbox .icon-checkbox--select {
    display: none; }
  .ui-checkbox.active .icon-checkbox--select {
    display: block; }
  .ui-checkbox.active .icon-checkbox {
    display: none; }

.icon-fenghui {
  display: block;
  width: 32px;
  height: 20px;
  line-height: 20px;
  background: red;
  color: #ffffff;
  border-radius: 50px 0 0 50px;
  text-align: right;
  padding-right: 4px; }

.icon-plan {
  width: 112px;
  height: 50px;
  background-image: url(../images/icon-plan.png); }

.icon-live {
  background: url(../images/living.png);
  width: 14px;
  height: 14px;
  animation: isLiving 0.6s steps(6) infinite; }

@-webkit-keyframes isLiving {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -108px 0; } }

@keyframes isLiving {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -108px 0; } }

.icon-empty {
  width: 65px;
  height: 60px;
  background-image: url(../images/icon-empty.png); }

.icon-rar {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-rar.png); }

.icon-pdf {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-pdf.png); }

.icon-more {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-more.png); }
  .icon-more:hover {
    background-image: url(../images/icon-more-hover.png); }

.icon-more-hover {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-more-hover.png); }

.icon-close {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-close.png); }

.icon-arrow-bottom {
  width: 24px;
  height: 13px;
  background-image: url(../images/icon-arrow-bottom.png); }

.icon-success {
  width: 34px;
  height: 34px;
  background-image: url(../images/icon-success.png); }

.page-liveClassify {
  margin-top: 0; }
  .page-liveClassify .block-banner {
    height: 236px;
    width: 100%;
    background: #eeeeee;
    margin-bottom: 20px; }
  .page-liveClassify .block-classify {
    overflow: hidden;
    border-bottom: 2px solid #f0f0f0;
    background: #ffffff;
    margin-bottom: 20px; }
    .page-liveClassify .block-classify .item {
      width: 1140px;
      padding: 14.5px 0;
      border-top: 1px solid #f0f0f0;
      margin: 0 20px;
      margin-top: -1px;
      font-size: 16px;
      position: relative; }
      .page-liveClassify .block-classify .item p, .page-liveClassify .block-classify .item ul {
        display: inline-block;
        *display: inline; }
      .page-liveClassify .block-classify .item p {
        line-height: 45px; }
      .page-liveClassify .block-classify .item ul {
        float: right;
        width: 1090px; }
      .page-liveClassify .block-classify .item li {
        display: inline-block;
        *display: inline;
        font-size: 14px;
        color: #686a71;
        margin: 0 15px;
        cursor: pointer;
        line-height: 45px; }
        .page-liveClassify .block-classify .item li:hover {
          color: #649cf0; }
      .page-liveClassify .block-classify .item .active {
        color: #649cf0; }
  .page-liveClassify .courseTag {
    margin-right: 20px;
    margin-bottom: 20px; }
  .page-liveClassify .courseTag:nth-child(4n) {
    margin-right: 0; }
  .page-liveClassify .block-course ul {
    overflow: hidden;
    margin-bottom: -20px; }

.page-liveDetail .block-liveInfo {
  width: 1120px;
  height: 138px;
  background: #ffffff;
  padding: 30px 20px 30px 40px; }
  .page-liveDetail .block-liveInfo .tag-big {
    margin-bottom: 0;
    font-size: 14px;
    color: #171920;
    background: #ffffff; }
  .page-liveDetail .block-liveInfo .tag-all {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 24px; }
    .page-liveDetail .block-liveInfo .tag-all span {
      color: #9598A2;
      display: inline-block;
      padding: 0 5px;
      height: 20px;
      line-height: 20px;
      float: left;
      margin-right: 10px;
      overflow: hidden; }
    .page-liveDetail .block-liveInfo .tag-all .tag {
      background: #F7F7F7; }
    .page-liveDetail .block-liveInfo .tag-all .tag-red {
      color: #f54030;
      background: #FFEFF4; }
    .page-liveDetail .block-liveInfo .tag-all .tag-blue {
      color: #649cf0;
      background: #EFF5FF; }
  .page-liveDetail .block-liveInfo .live-title {
    margin-bottom: 20px; }
  .page-liveDetail .block-liveInfo .live-subtitle {
    color: #171920;
    font-size: 14px; }
    .page-liveDetail .block-liveInfo .live-subtitle .tag {
      margin-left: 10px;
      vertical-align: sub; }
  .page-liveDetail .block-liveInfo .icon-time {
    vertical-align: bottom; }
  .page-liveDetail .block-liveInfo .left {
    width: 860px;
    height: 100%; }
  .page-liveDetail .block-liveInfo .right {
    width: 280px;
    height: 100%;
    margin-right: -20px;
    text-align: center;
    position: relative; }
    .page-liveDetail .block-liveInfo .right .icon-plan {
      display: block;
      margin: auto;
      margin-bottom: 24px;
      margin-right: 94px; }
    .page-liveDetail .block-liveInfo .right .icon-fenghui {
      position: absolute;
      right: 0px; }
    .page-liveDetail .block-liveInfo .right p {
      color: #9598a2;
      font-size: 14px;
      line-height: 1;
      margin-bottom: 9px; }
  .page-liveDetail .block-liveInfo .button-success:hover {
    background: #1EC474;
    border: 1px solid #1EC474;
    color: #ffffff !important; }
  .page-liveDetail .block-liveInfo .button-success {
    color: green;
    background: #20D17C;
    border: 1px solid #20D17C;
    color: #ffffff !important; }

.page-liveDetail .title.h4 {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px; }

.page-liveDetail .container-left {
  min-height: 200px; }
  .page-liveDetail .container-left .block-title {
    padding-left: 20px; }

.page-liveDetail .teacher {
  font-size: 16px;
  line-height: 16px;
  padding: 20px 20px 23px 20px;
  border-bottom: 20px solid #f5f7f9; }
  .page-liveDetail .teacher .teacher-name {
    margin-left: 20px;
    margin-bottom: 20px; }
  .page-liveDetail .teacher .teacher-content {
    border-top: 1px solid #F0F0F0;
    font-size: 14px;
    line-height: 26px;
    padding: 30px 20px; }
  .page-liveDetail .teacher .teacher-face {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 10px;
    background: #dddddd;
    border-radius: 50%;
    margin-right: 17px; }

.page-liveDetail .container-right li {
  padding: 30px 20px; }
  .page-liveDetail .container-right li p {
    font-size: 14px;
    line-height: 18px; }
  .page-liveDetail .container-right li .price {
    color: #f44130;
    text-align: right;
    margin-top: 11px; }
  .page-liveDetail .container-right li:hover {
    background-color: #E9F3FF; }
  .page-liveDetail .container-right li .course-card-footer {
    font-size: 12px;
    margin: 20px 0 0;
    position: relative; }
    .page-liveDetail .container-right li .course-card-footer .count-down {
      font-size: 12px;
      color: #9598a2;
      line-height: 1;
      left: 21px;
      margin-bottom: 8px; }
      .page-liveDetail .container-right li .course-card-footer .count-down span {
        color: #f54030; }
    .page-liveDetail .container-right li .course-card-footer .limit {
      display: none; }
    .page-liveDetail .container-right li .course-card-footer .people-number {
      color: #9598A2;
      font-size: 12px; }
    .page-liveDetail .container-right li .course-card-footer .price-old {
      color: #cccccc;
      text-decoration: line-through;
      right: 0;
      position: absolute;
      top: -2px; }
    .page-liveDetail .container-right li .course-card-footer .price {
      right: 0;
      position: absolute;
      color: #f54030;
      font-size: 14px;
      top: 8px; }

.page-liveAll .block-classify {
  min-height: 83px;
  padding: 5px 20px;
  background: #ffffff;
  margin-bottom: 20px; }
  .page-liveAll .block-classify ul {
    overflow: hidden; }
  .page-liveAll .block-classify li {
    float: left;
    width: 140px;
    font-size: 14px;
    line-height: 1;
    border-left: 1px solid #f0f0f0;
    text-align: center;
    margin: 15px 0;
    margin-left: -1px; }
    .page-liveAll .block-classify li:hover {
      color: #649cf0; }
  .page-liveAll .block-classify li.active {
    color: #649cf0; }
  .page-liveAll .block-classify a {
    color: #171920; }
    .page-liveAll .block-classify a:hover {
      color: #649cf0; }

.page-liveAll .live-field {
  height: 320px; }
  .page-liveAll .live-field .left {
    width: 520px;
    height: 280px;
    position: relative;
    padding: 20px 30px; }
    .page-liveAll .live-field .left .bg-img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .page-liveAll .live-field .left .bg-img {
      *height: auto; }
    .page-liveAll .live-field .left .title {
      font-size: 26px;
      line-height: 1;
      text-align: center;
      margin-top: 60px;
      margin-bottom: 18px;
      color: #ffffff;
      font-weight: 700;
      overflow: hidden;
      height: 28px; }
    .page-liveAll .live-field .left .subtitle {
      font-size: 14px;
      text-align: center;
      line-height: 1;
      margin-bottom: 38px;
      color: #ffffff;
      width: 100%; }
    .page-liveAll .live-field .left .subtitle span {
      margin-right: 17px; }
    .page-liveAll .live-field .left .button {
      width: 133px;
      background: #ffffff;
      color: #649cf0;
      border: 1px solid #ffffff;
      margin: auto;
      display: inline-block;
      *display: inline; }
    .page-liveAll .live-field .left .button-default:hover {
      background: rgba(255, 255, 255, 0.9); }
    .page-liveAll .live-field .left .button-transparent {
      background: transparent;
      color: #ffffff;
      margin-right: 20px; }
    .page-liveAll .live-field .left .button-disabled {
      color: #dddddd; }
    .page-liveAll .live-field .left .tagUser {
      position: absolute;
      bottom: 21px;
      height: 40px;
      left: 30px;
      color: #ffffff; }
    .page-liveAll .live-field .left .tagUser img {
      margin-right: 10px; }
    .page-liveAll .live-field .left .tagUser span {
      color: #ffffff; }
  .page-liveAll .live-field .right {
    width: 600px;
    height: 100%;
    background: #ffffff;
    overflow-y: auto;
    position: relative; }
    .page-liveAll .live-field .right ul {
      width: 533px;
      float: right; }
    .page-liveAll .live-field .right li {
      height: 80px;
      border-left: 2px solid #e7eced;
      position: relative;
      padding-left: 20px;
      float: right;
      width: 100%;
      cursor: pointer; }
      .page-liveAll .live-field .right li:hover {
        background: #e8f5ff; }
      .page-liveAll .live-field .right li .ornament-dot1 {
        display: none; }
      .page-liveAll .live-field .right li .ornament-dot2 {
        position: absolute;
        top: 50%;
        left: -8px;
        margin-top: -17px; }
      .page-liveAll .live-field .right li .icon-fenghui {
        position: absolute;
        right: 0;
        top: 20px; }
      .page-liveAll .live-field .right li .time {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
        color: #9598a2;
        margin-bottom: 9px;
        margin-top: 20px; }
      .page-liveAll .live-field .right li .time .tag {
        color: #9598A2;
        margin-left: 15px;
        vertical-align: middle;
        margin-top: -5px;
        background-color: #F7F7F7;
        border-radius: 3px; }
      .page-liveAll .live-field .right li .time i {
        display: inline-block;
        *display: inline;
        width: 45px;
        text-align: center; }
      .page-liveAll .live-field .right li .title {
        font-size: 14px;
        height: 14px;
        line-height: 14px; }
      .page-liveAll .live-field .right li .title .txt {
        width: 290px;
        display: inline-block;
        *display: inline; }
      .page-liveAll .live-field .right li .title .icon {
        width: 16px;
        margin: 0 30px 0 15px;
        position: relative;
        top: -2px; }
      .page-liveAll .live-field .right li .title .teacher {
        float: right;
        width: 150px;
        color: #9598a2; }
    .page-liveAll .live-field .right li {
      *width: 95%; }
    .page-liveAll .live-field .right li.active {
      background: #e8f5ff; }
      .page-liveAll .live-field .right li.active .ornament-dot1 {
        position: absolute;
        top: 50%;
        left: -11px;
        margin-top: -20.5px;
        display: block; }
      .page-liveAll .live-field .right li.active .ornament-dot2 {
        display: none; }
      .page-liveAll .live-field .right li.active .time,
      .page-liveAll .live-field .right li.active .title {
        color: #649cf0; }
      .page-liveAll .live-field .right li.active .title .teacher {
        color: #649cf0; }
      .page-liveAll .live-field .right li.active a {
        color: #649cf0; }
      .page-liveAll .live-field .right li.active .tag {
        color: #ffffff;
        background-color: #649CF0; }

.page-liveAll .courseTag {
  margin-right: 20px;
  margin-bottom: 20px; }

.page-liveAll .courseTag:nth-child(4n) {
  margin-right: 0; }

.page-liveAll .block-course ul {
  overflow: hidden;
  margin-bottom: -20px; }

.page-download .button-28h {
  font-size: 16px; }

.page-download .file-item {
  float: left;
  width: 538px;
  height: 50px;
  background: #ffffff;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px; }
  .page-download .file-item .icon {
    vertical-align: middle;
    margin-right: 15px; }
  .page-download .file-item p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    *display: inline; }
  .page-download .file-item .button {
    float: right;
    margin-top: 12px;
    *margin-top: -36px; }

.page-download .file-item:nth-child(2n) {
  margin-right: 0; }
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

body {
  background: #f4f6f9;
  font-size: 14px;
  color: #171920;
  font-family: "microsoft YaHei"; }

body {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

ol, ul, li {
  list-style: none; }

.new_page .wall .w1000 {
  width: 1195px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

a img {
  border: none; }

a {
  color: #171920;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #649cf0;
  text-decoration: solid; }

.clearfix {
  /* If supporting IE 6/7 */
  *zoom: 1; }

.clearfix:after {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.header-2018 {
  height: 150px;
  width: 100%;
  color: #171920;
  background: #ffffff;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }
  .header-2018 a {
    text-decoration: none;
    color: #171920; }
    .header-2018 a:hover {
      color: #649cf0; }
  .header-2018 * {
    margin: 0;
    padding: 0; }
  .header-2018 .header-container {
    width: 1180px;
    height: 150px;
    margin: auto; }
    .header-2018 .header-container .logo {
      width: 155px;
      height: 50px;
      vertical-align: middle;
      margin-top: 48px; }
    .header-2018 .header-container strong {
      width: 170px;
      font-weight: normal;
      font-size: 24px;
      height: 50px;
      position: relative;
      display: none;
      margin-left: 23px;
      padding-left: 20px;
      border-left: 1px solid #cfd1d6; }
      .header-2018 .header-container strong.st1 {
        line-height: 28px;
        top: 40px;
        display: inline-block; }
      .header-2018 .header-container strong.st2 {
        line-height: 50px;
        top: 24px;
        display: inline-block; }
    .header-2018 .header-container .search {
      height: 36px;
      width: 408px;
      line-height: 36px;
      vertical-align: middle;
      position: relative;
      top: 20px;
      margin-left: 60px;
      margin-right: 65px;
      border: 1px solid #cfd1d6;
      border-radius: 50px; }
      .header-2018 .header-container .search * {
        display: inline-block;
        *zoom: 1;
        *display: inline; }
      .header-2018 .header-container .search .search-title {
        width: 80px;
        text-align: center;
        background-image: url(//www.hqwx.com/web_news/assets/news/images/icon-arrow-bottom.png);
        background-repeat: no-repeat;
        background-position: right;
        cursor: pointer;
        *display: inline-block;
        *float: left; }
        .header-2018 .header-container .search .search-title:hover .select {
          display: block; }
        .header-2018 .header-container .search .search-title .select {
          position: absolute;
          left: 10px;
          top: 32px;
          height: 60px;
          bottom: -68px;
          width: 60px;
          text-align: center;
          font-size: 14px;
          border: 1px solid #cfd1d6;
          display: none; }
      .header-2018 .header-container .search .select li {
        display: block;
        background: #ffffff;
        cursor: pointer;
        height: 30px;
        line-height: 30px; }
        .header-2018 .header-container .search .select li.active {
          background: #f4f5f6; }
      .header-2018 .header-container .search .subtitle {
        position: absolute;
        left: 0;
        bottom: 0;
        display: none; }
      .header-2018 .header-container .search input {
        position: relative;
        border: 0;
        height: 30px;
        top: 0;
        top: -10px\9;
        width: 280px;
        text-indent: 10px;
        outline-style: none;
        *float: left;
        height: 25px\9; }
      .header-2018 .header-container .search .icon-search {
        background-image: url(//www.hqwx.com/web_news/assets/news/images/icon-search.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 36px;
        width: 36px;
        float: right;
        margin-right: 5px;
        margin-top: -1px; }
    .header-2018 .header-container .icon-book {
      background-image: url(//www.hqwx.com/web_news/assets/news/images/icon-book.png);
      background-repeat: no-repeat;
      height: 18px;
      font-size: 16px;
      line-height: 18px;
      padding-left: 32px;
      display: inline-block;
      position: relative;
      top: 21px;
      *zoom: 1;
      *display: inline; }
    .header-2018 .header-container .icon-app {
      background-image: url(//www.hqwx.com/web_news/assets/news/images/icon-app.png);
      background-repeat: no-repeat;
      height: 20px;
      font-size: 16px;
      line-height: 18px;
      padding-left: 26px;
      display: inline-block;
      position: relative;
      top: 21px;
      margin-left: 40px;
      *zoom: 1;
      *display: inline; }

.header-2018 .header-container .logo,
.header-2018 .header-container strong,
.header-2018 .header-container .search {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.nav-2018 {
  height: 70px;
  width: 100%;
  background: #649cf0;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }
  .nav-2018 .nav-container {
    display: block;
    width: 1180px;
    margin: auto;
    line-height: 70px; }
    .nav-2018 .nav-container a {
      display: inline-block;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      padding-left: 20px;
      padding-right: 20px;
      height: 70px; }
      .nav-2018 .nav-container a.first {
        padding-left: 10px; }
      .nav-2018 .nav-container a:hover {
        background: #5990e3; }
    .nav-2018 .nav-container p {
      float: right;
      width: 330px;
      border-left: 1px solid #93baf5;
      height: 35px;
      margin-top: 19px;
      *margin-top: -50px; }
    .nav-2018 .nav-container .littnav a {
      font-size: 14px;
      float: left;
      height: 16px;
      line-height: 16px;
      margin-bottom: 6px;
      padding-left: 30px;
      padding-right: 13px;
      margin-top: -1px; }
      .nav-2018 .nav-container .littnav a:hover {
        background: #649cf0;
        text-decoration: underline; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button, input {
  /* 1 */
  overflow: visible; }

/* line 1*/
.news_location {
  width: 1180px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 12px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #979aa4; }
  .news_location a {
    color: #979aa4; }
    .news_location a:hover {
      color: #649cf0; }
  .news_location span {
    color: #171920; }

.main {
  width: 1180px;
  margin: 0 auto;
  height: auto; }

.news_left {
  width: 830px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.hqkc_ad {
  width: 25px !important;
  height: 13px !important;
  position: absolute;
  left: 0px;
  bottom: 4px; }

.margin_l40 {
  margin-left: 40px; }

.font_b {
  font-size: 16px;
  font-weight: bold; }

.news_main {
  width: 750px;
  padding: 30px 40px 10px 40px;
  background: #ffffff;
  margin-bottom: 10px; }
  .news_main h1 {
    margin: 0 45px 20px 0;
    font-size: 30px;
    line-height: 1.5;
    vertical-align: top; }
  .news_main .news_info {
    color: #979aa4;
    line-height: 25px;
    margin-bottom: 23px; }
    .news_main .news_info .source {
      margin-left: 15px; }
    .news_main .news_info .news_hit {
      float: right; }
  .news_main .news_top_ad {
    border-top: 1px solid #e8e9ec;
    border-bottom: 1px solid #e8e9ec;
    padding: 27px 0 25px 0;
    display: inline-block;
    height: 81px; }
    .news_main .news_top_ad .news_top_img {
      float: left;
      width: 130px;
      height: 81px; }
      .news_main .news_top_ad .news_top_img a {
        position: relative; }
      .news_main .news_top_ad .news_top_img img {
        width: 130px;
        height: 81px; }
    .news_main .news_top_ad .news_top_txt {
      width: 620px;
      display: inline-block; }
      .news_main .news_top_ad .news_top_txt ul li {
        float: left;
        display: inline-block;
        width: 186px;
        line-height: 27px;
        margin-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .news_main .news_content {
    font-size: 16px;
    line-height: 35px;
    margin: 25px auto 0 auto; }
    .news_main .news_content .font_f5 {
      color: #f54030; }
    .news_main .news_content p {
      margin-bottom: 20px;
      line-height: 32px;
      text-indent: 25px; }
    .news_main .news_content a {
      color: #649cf0;
      text-decoration: none; }
      .news_main .news_content a:hover {
        text-decoration: underline; }
    .news_main .news_content .news_picc {
      width: 750px;
      margin-top: 50px;
      text-align: center;
      margin-bottom: 30px; }
      .news_main .news_content .news_picc img {
        max-width: 750px;
        border: 0;
        display: block;
        height: auto;
        margin: auto; }
      .news_main .news_content .news_picc span {
        font-size: 14px;
        display: block;
        text-align: center;
        color: #979aa4; }
    .news_main .news_content img {
      max-width: 750px;
      border: 0;
      display: block;
      height: auto;
      margin: 20px auto; }
    .news_main .news_content table {
      margin: 30px 40px;
      text-align: center;
      width: 670px;
      border: 0; }
      .news_main .news_content table td {
        border: 1px solid #979aa4;
        height: 50px;
        padding: 5px;
        line-height: 35px; }
  .news_main strong {
    font-weight: bold; }
  .news_main .zx_ad {
    width: 750px;
    margin: 62px auto 0;
    text-align: center;
    background: #ffffff; }
    .news_main .zx_ad a {
      color: #649cf0;
      display: inline-block;
      font-size: 16px;
      text-align: center;
      font-weight: bold;
      min-width: 300px;
      height: 48px;
      line-height: 48px;
      border: 1px solid #649cf0;
      padding-left: 50px;
      padding-right: 20px;
      border-radius: 24px;
      background: url(//www.hqwx.com/images/download.png) no-repeat 20px center; }
      .news_main .zx_ad a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #649cf0;
        background-image: url("//www.hqwx.com/images/down_hover.png"); }
  .news_main .page {
    text-indent: 0 !important;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0 !important; }
    .news_main .page a {
      color: #171920;
      font-style: normal;
      width: 24px;
      height: 24px;
      display: inline-block;
      border: 1px solid #9598a2;
      border-radius: 12px;
      line-height: 24px;
      vertical-align: middle;
      margin: 0 5px; }
      .news_main .page a.cur {
        background: #649cf0;
        color: #ffffff;
        border: 1px solid #649cf0; }
  .news_main .news_recomm {
    margin-top: 80px;
    font-size: 16px;
    height: 105px; }
    .news_main .news_recomm span, .news_main .news_recomm h2 {
      display: block;
      font-weight: bold;
      margin-bottom: 20px; }
    .news_main .news_recomm ul li {
      width: 340px;
      line-height: 35px;
      float: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .news_main .news_recomm ul li:nth-child(odd) {
      margin-right: 70px; }
  .news_main .news_share {
    margin-top: 37px;
    height: 57px;
    line-height: 50px;
    margin-bottom: 5px;
    color: #979aa4;
    clear: both;
    border-bottom: 1px solid #e8e9ec; }
    .news_main .news_share img {
      vertical-align: middle; }
    .news_main .news_share .right {
      float: right; }
    .news_main .news_share .next {
      font-size: 16px;
      height: 66px; }
      .news_main .news_share .next span {
        float: left;
        width: 340px;
        line-height: 66px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .news_main .news_share .next span:first-child {
          margin-right: 68px; }

.news_center_ad {
  width: 750px;
  padding: 50px 40px 28px 40px;
  background: #ffffff;
  margin-bottom: 10px; }

.news_tuijian {
  width: 750px;
  height: 230px;
  padding: 46px 40px 28px 40px;
  background: #ffffff;
  font-size: 16px; }
  .news_tuijian h3, .news_tuijian h2 {
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 20px; }
    .news_tuijian h3.cur, .news_tuijian h2.cur {
      font-weight: bold; }
  .news_tuijian ul {
    display: none; }
    .news_tuijian ul:first-child {
      display: block; }
    .news_tuijian ul li {
      width: 340px;
      line-height: 32px;
      float: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .news_tuijian ul li:nth-child(odd) {
        margin-right: 70px; }

.news_right {
  width: 330px;
  float: left; }
  .news_right .more {
    font-size: 14px;
    display: block;
    font-weight: 100;
    float: right;
    color: #9598a2;
    background: url("//www.hqwx.com/web_news/assets/news/images/more_icon.png") right center no-repeat;
    width: 52px; }
  .news_right .more:hover {
    color: #649cf0;
    background: url("//www.hqwx.com/images/more_blue.png") right center no-repeat;
    width: 52px; }
  .news_right .right_pad {
    width: 265px;
    padding: 40px 30px 30px 35px;
    background: #ffffff;
    margin-bottom: 10px; }
  .news_right .font_16, .news_right .news_right h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold; }

.news_right .city h3, .news_right .city b {
  margin-bottom: 15px;
  display: inline-block; }

.news_right .city .city_area a {
  display: inline-block;
  width: 58px;
  height: 27px;
  line-height: 27px;
  border-radius: 13px;
  text-align: center;
  margin: 3px 4px 2px 4px; }
  .news_right .city .city_area a:nth-child(4n  + 1) {
    margin-left: -4px; }
  .news_right .city .city_area a:nth-child(4n) {
    margin-right: -5px; }
  .news_right .city .city_area a:hover {
    color: #ffffff;
    background: #639def; }

.news_right .rig_app {
  height: 130px;
  padding-bottom: 40px; }
  .news_right .rig_app .font_16 {
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    float: left; }
  .news_right .rig_app .clearfix {
    float: left;
    margin-bottom: 8px; }
  .news_right .rig_app .rig_app_left {
    display: block;
    width: 70px;
    clear: both;
    float: left;
    margin: 9px 10px 30px 0; }
    .news_right .rig_app .rig_app_left img {
      width: 70px;
      height: 70px; }
  .news_right .rig_app .rig_app_right {
    float: left;
    width: 185px;
    margin-top: 10px; }
    .news_right .rig_app .rig_app_right div {
      line-height: 27px;
      margin-top: 5px; }
      .news_right .rig_app .rig_app_right div p {
        float: left;
        width: 125px;
        cursor: pointer; }
      .news_right .rig_app .rig_app_right div .down {
        float: right;
        display: inline-block;
        width: 58px;
        height: 27px;
        line-height: 27px;
        border-radius: 13px;
        text-align: center; }
      .news_right .rig_app .rig_app_right div a.down:hover {
        color: #ffffff;
        background: #639def; }
    .news_right .rig_app .rig_app_right p span {
      display: inline-block;
      background: url(//www.hqwx.com/web_news/assets/news/images/app.png) left center no-repeat;
      vertical-align: middle;
      line-height: 33px;
      margin-right: 10px; }
    .news_right .rig_app .rig_app_right .icon-app1 {
      width: 24px;
      height: 30px;
      background-position: 0 0; }
    .news_right .rig_app .rig_app_right .icon-app2 {
      width: 24px;
      height: 30px;
      background-position: 0 -38px; }

.news_right .rig_zhu {
  width: 270px;
  height: 135px;
  padding-right: 25px;
  padding-bottom: 40px; }
  .news_right .rig_zhu .font_16 {
    line-height: 16px;
    margin-bottom: 6px;
    font-weight: bold;
    float: left; }
  .news_right .rig_zhu .clearfix {
    float: left;
    margin-bottom: 12px; }
  .news_right .rig_zhu .rig_left {
    display: block;
    width: 68px;
    height: 68px;
    padding: 4px;
    border: 1px solid #9799a5;
    margin: 10px 10px 30px -5px;
    clear: both;
    float: left; }
    .news_right .rig_zhu .rig_left img {
      width: 68px;
      height: 68px; }
  .news_right .rig_zhu .rig_right {
    float: left;
    width: 186px; }
    .news_right .rig_zhu .rig_right p {
      background: url(//www.hqwx.com/web_news/assets/news/images/dot.png) center left no-repeat;
      padding-left: 14px;
      line-height: 32px;
      font-size: 14px; }

.news_right .m_nav {
  line-height: 35px; }
  .news_right .m_nav .font_16 {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 15px; }
    .news_right .m_nav .font_16 span {
      margin: 0 10px 10px 10px; }
      .news_right .m_nav .font_16 span.cur {
        font-weight: bold; }
      .news_right .m_nav .font_16 span:first-child {
        margin-left: 0px; }
    .news_right .m_nav .font_16 .cur {
      padding-bottom: 2px;
      font-weight: bold;
      border-bottom: 2px solid #649cf0; }
  .news_right .m_nav .m_news ul li {
    background: url(//www.hqwx.com/web_news/assets/news/images/dot.png) center left no-repeat;
    padding-left: 14px;
    width: 220px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.news_right .paihang {
  line-height: 30px; }
  .news_right .paihang h3, .news_right .paihang b {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: bold; }
  .news_right .paihang ul li {
    line-height: 32px;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .news_right .paihang ul li em {
      margin-right: 10px;
      font-family: Arial; }
      .news_right .paihang ul li em.cur {
        color: #f54030; }

.news_right .news_tech .font_16 {
  font-weight: bold;
  margin-bottom: 18px; }

.news_right .news_tech .more {
  font-size: 14px; }

.news_right .news_tech .ziliao ul li {
  line-height: 32px; }
  .news_right .news_tech .ziliao ul li .title {
    display: inline-block;
    float: left;
    width: 182px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.news_right .news_tech .ziliao a.down {
  display: inline-block;
  width: 58px;
  height: 27px;
  line-height: 27px;
  border-radius: 13px;
  text-align: center;
  margin-left: 22px; }
  .news_right .news_tech .ziliao a.down:hover {
    color: #ffffff;
    background: #639def; }

.news_right .w310 {
  width: 310px;
  height: 174px;
  padding: 10px;
  background: #ffffff; }

.news_right .news_top_ad {
  line-height: 30px;
  padding: 5px 30px 5px 35px !important; }

.main_page_left .layer_free {
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  height: 380px;
  background: #fff;
  z-index: 1002;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  _margin-top: 200px;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop)); }
  .main_page_left .layer_free .gopng_close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    background: url(//hqkc.hqwx.com/uploadfile/2017/0103/20170103103953658.png) top center no-repeat;
    height: 12px;
    width: 12px;
    overflow: hidden;
    cursor: pointer; }
    .main_page_left .layer_free .gopng_close:hover {
      background: url(//hqkc.hqwx.com/uploadfile/2017/0103/20170103104009486.png) top center no-repeat; }
  .main_page_left .layer_free h5 {
    font: 16px "microsoft yahei";
    color: #3c9ddb;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
    display: block; }
  .main_page_left .layer_free .gopng_green {
    background: #f5f5f5; }
  .main_page_left .layer_free ul {
    padding-top: 50px; }
  .main_page_left .layer_free .layer_valid {
    padding-left: 89px;
    margin: 0 auto; }
    .main_page_left .layer_free .layer_valid h5 {
      display: none; }
    .main_page_left .layer_free .layer_valid li {
      height: 50px;
      font-size: 0px;
      width: auto;
      margin-left: 0px; }
    .main_page_left .layer_free .layer_valid .errorinfo {
      width: 353px;
      text-align: center;
      color: #ff5858;
      font-size: 14px;
      font-family: "microsoft yahei"; }
  .main_page_left .layer_free .layer_input {
    border: 1px solid #dcdcdc;
    color: #999999;
    outline: none;
    width: 250px;
    height: 37px;
    padding-left: 5px;
    font: 14px "???????????????????";
    padding-left: 10px;
    border-right: 1px solid transparent; }
  .main_page_left .layer_free .nosubmit {
    width: 341px;
    border: 1px solid #dcdcdc; }
  .main_page_left .layer_free .validimg {
    width: 91px;
    height: 39px;
    border-radius: 0 5px 5px 0;
    vertical-align: top; }
  .main_page_left .layer_free .a_submit {
    vertical-align: middle;
    font: 12px "????????";
    color: #fff;
    width: 90px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
    width: 91px;
    line-height: 39px;
    height: 39px;
    border-radius: 0 5px 5px 0; }
  .main_page_left .layer_free .bg_green {
    background: #84c360; }
  .main_page_left .layer_free .bg_gray {
    background: #aaaaaa; }
  .main_page_left .layer_free .bg_blue {
    background: #0095db; }
  .main_page_left .layer_free .layer_error {
    color: #ff5858;
    margin: 10px 0; }
  .main_page_left .layer_free .a_submit2 {
    font: 16px "???????????????????";
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 180px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 0 38px 170px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #0095db; }

.main_page_left .layer_free_over {
  margin-left: -320px;
  width: 640px;
  background: #f8f8f8;
  height: auto; }
  .main_page_left .layer_free_over .a_submit2 {
    display: none; }

.main_page_left .layer_free_success .layer_free_success_wd {
  text-align: center;
  font: 16px "microsoft yahei";
  color: #5a5a5a;
  background: #ffffff;
  height: 122px;
  line-height: 122px;
  text-align: center;
  font: 16px "microsoft yahei";
  color: #5a5a5a;
  background: #ffffff;
  height: 122px;
  line-height: 122px; }
  .main_page_left .layer_free_success .layer_free_success_wd img {
    vertical-align: middle;
    margin-right: 10px;
    vertical-align: middle;
    margin-right: 10px; }

.main_page_left .layer_free_success h4 {
  font: 18px "microsoft yahei";
  color: #666666;
  padding: 20px 0 20px 30px;
  font-weight: bold; }

.main_page_left .layer_free_success .layer_free_card {
  float: left;
  width: 182px;
  background: #ffffff;
  text-align: center;
  margin-left: 25px; }
  .main_page_left .layer_free_success .layer_free_card h5 {
    color: #0095db;
    font: 14px "microsoft yahei";
    font-weight: bold; }
  .main_page_left .layer_free_success .layer_free_card img {
    width: 106px;
    height: 106px;
    border-radius: 10px; }
  .main_page_left .layer_free_success .layer_free_card p {
    color: #5a5a5a;
    padding: 15px 0;
    font: 14px "microsoft yahei"; }
  .main_page_left .layer_free_success .layer_free_card .qqnumber {
    margin-top: 10px;
    font: 14px "microsoft yahei";
    color: #27a0ed;
    text-decoration: underline; }
    .main_page_left .layer_free_success .layer_free_card .qqnumber:hover {
      margin-top: 10px;
      font: 14px "microsoft yahei";
      color: #1178b9;
      text-decoration: underline; }

.main_page_left .layer_free_success .new_link img {
  float: left;
  width: 121px;
  height: 121px;
  margin: 0 18px 0 82px; }

.main_page_left .layer_free_success .new_link p {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 22px;
  font-family: "microsoft yahei";
  width: 230px;
  float: left; }
  .main_page_left .layer_free_success .new_link p a {
    display: block;
    background: #0095db;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 180px;
    height: 50px;
    line-height: 50px; }

.main_page_left .hq1v1shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: #000 \9;
  _background: none;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99990; }

.main_page_left .layer_free .layer_pic_succ, .main_page_left .layer_free .layer_pic_error {
  margin-top: 15%; }

/*baidu search css */
.header-2018 .header-container .ss .hot {
  margin-left: 447px; }

.header-2018 .header-container .ss .hot li {
  height: 16px;
  line-height: 16px;
  float: left;
  margin-top: 1px; }

.header-2018 .header-container .ss .hot a {
  font-size: 14px;
  color: #979aa4;
  padding-left: 5px; }

.header-2018 .header-container .ss .hot a:hover {
  color: #649cf0; }

.header-2018 #bdcs {
  height: 36px;
  width: 408px;
  line-height: 36px;
  vertical-align: middle;
  position: relative;
  top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  border: 1px solid #cfd1d6;
  border-radius: 50px;
  display: inline-block; }

.bdcs-container .bdcs-search {
  width: 380px;
  height: 31px;
  overflow: hidden;
  border-color: #ffffff;
  border-radius: 50px;
  border-width: 0;
  box-shadow: none;
  margin-left: 10px; }

.bdcs-container .bdcs-search-form-input {
  outline: none;
  border-color: #ffffff;
  margin-right: 0;
  width: 260px;
  height: 34px !important;
  line-height: 34px !important;
  font-family: Arial, SimSun, sans-serif;
  color: #333333;
  font-size: 14px;
  border-radius: 1px;
  background-color: #FFFFFF;
  padding-top: 8px\9\0;
  height: 26px\9\0  !important;
  line-height: 26px\9\0  !important; }

.bdcs-container .bdcs-search-form-input:focus {
  border: 0;
  outline: none;
  border-color: #ffffff !important; }

.bdcs-container .bdcs-search-form-submit {
  outline: none;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 0px;
  background-image: url(//www.hqwx.com/web_news/assets/news/images/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
  width: 26px;
  float: right;
  margin-right: -1px;
  margin-top: -1px;
  font-size: 0; }

.bdcs-container .bdcs-search-form-submit:hover {
  background-image: url(//www.hqwx.com/images/search_blue.png); }

div#default-searchbox .default-channel-meun {
  border-radius: 1px;
  width: 75px;
  margin-top: 1px;
  height: 30px;
  line-height: 30px; }

div.cse-default-channel-container .default-channel-list li {
  line-height: 30px; }

div.cse-default-channel-container .default-channel-list li:hover {
  background: #f4f5f6 !important;
  color: #a7a9b2 !important; }

.xiaoguo {
  display: none; }

.xiaoguo.cur {
  display: block;
  border: 1px solid #7e7e7e;
  width: 130px !important;
  height: 130px !important;
  margin-top: -78px;
  margin-left: -58px;
  box-shadow: 0px 2px 0 #d3d4d7; }

.app_all {
  display: none; }

.app_all.cur {
  position: absolute;
  display: block;
  border: 1px solid #7e7e7e;
  width: 130px !important;
  height: 130px !important;
  margin-top: -32px;
  margin-left: -12px;
  box-shadow: 0px 2px 0 #d3d4d7; }

#doyoo_panel {
  display: none !important; }

.bg_shade {
  width: 100%;
  height: 1000%;
  background: rgba(0, 0, 0, 0.5);
  background: #000 \9;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none; }

.news_main p.warn {
  background: url("//www.hqwx.com/images/warn.png") center left no-repeat;
  padding-left: 24px;
  width: 100%;
  line-height: 30px;
  color: #f54030;
  cursor: pointer; }

.exam_message {
  clear: both;
  margin: 10px auto 5px;
  width: 750px;
  padding: 40px 40px 40px 40px;
  background: #ffffff;
  height: 125px; }
  .exam_message .font_16 {
    margin-bottom: 20px;
    font-size: 16px; }
    .exam_message .font_16 .cur {
      cursor: pointer;
      font-weight: bold; }
    .exam_message .font_16 span {
      margin: 0 10px; }
      .exam_message .font_16 span:first-child {
        margin-left: 0; }
  .exam_message .exam_info {
    line-height: 32px; }
    .exam_message .exam_info ul a {
      margin-right: 20px; }

.dgj_key {
  cursor: pointer;
  color: #f54030; }

.news_main .news_content .guanjia_news {
  font-size: 14px;
  text-indent: 0; }
  .news_main .news_content .guanjia_news p {
    margin-bottom: 0;
    text-indent: 0; }

.public_question {
  display: inline-block;
  width: 86px;
  height: 28px;
  border: 1px solid #649cf0;
  border-radius: 14px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #649CF0;
  cursor: pointer;
  text-indent: 0 !important; }
  .public_questionhover {
    color: #ffffff;
    background: #649CF0; }

.public_answer {
  border: 1px solid #eee;
  border-radius: 0 20px;
  box-shadow: 2px 2px 8px #f4f4f4;
  padding: 14px 20px;
  margin-bottom: 20px;
  display: none; }

.icon {
  background-size: auto !important; }

.down_block .font_16 {
  border-left: 3px solid #649cf0;
  padding-left: 10px;
  margin-bottom: 10px; }

.down_block li {
  color: #9598a2;
  display: inline-block;
  white-space: normal;
  width: 280px;
  margin: 10px 0; }
  .down_block li:hover a {
    color: #649CF0; }
  .down_block li:hover a.down_btn {
    background: #649CF0;
    border: 1px solid #649CF0;
    color: #FFFFFF !important; }
  .down_block li a.down_title {
    float: left;
    width: 230px;
    display: inline-block;
    height: 46px;
    line-height: 22px;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
  .down_block li span {
    color: #9598a2;
    line-height: 30px;
    float: left; }
  .down_block li .down_size {
    margin-right: 20px; }
  .down_block li a.down_btn {
    width: 70px;
    float: right;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #649CF0;
    background: #ffffff;
    border: 1px solid #649CF0;
    border-radius: 12px; }

.down_block .icon_pdf {
  background: url(../images/icon_pdf.png) no-repeat;
  width: 33px;
  height: 35px;
  background-size: contain;
  float: left;
  margin-right: 10px;
  padding-bottom: 40px; }

/*导航弹窗部分*/
.nav .w1180 p {
  display: inline-block;
  font-size: 18px;
  width: 269px;
  letter-spacing: 1px;
  float: left; }

.nav .w1180 p:hover {
  background-color: #5990E3; }

.nav .w1180 p em {
  display: inline-block;
  background: url("//www.hqwx.com/assets/images/dh_icon.png") left center no-repeat;
  background-size: inherit;
  width: 20px;
  height: 12px;
  margin: 0 20px; }

.dialog-bind-phone .dialog-header p {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  color: #171920; }

.bigimg_show {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 20%;
  bottom: 20%;
  z-index: 9999;
  overflow: auto; }
  .bigimg_show img {
    display: block;
    overflow: auto;
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    margin: 0 auto; }

.zhibo_com {
  display: none;
  height: auto !important;
  float: none;
  width: 275px !important;
  padding: 40px 30px 30px 25px !important; }
  .zhibo_com ul li .block_teacher {
    width: 65px;
    float: left;
    text-align: center;
    margin-right: 7px; }
  .zhibo_com .icon-n_arrow-right {
    background-position: 0 -573px;
    height: 12px;
    width: 6px;
    background-image: url(//www.hqwx.com/leraning/statics/blue/images/icon-sfb7750eb5a.png);
    background-repeat: no-repeat;
    cursor: pointer; }
    .zhibo_com .icon-n_arrow-right:hover {
      background-position: 0 -556px; }
  .zhibo_com .icon-n_arrow-left {
    cursor: pointer;
    background-position: 0 -539px;
    margin: 0 10px;
    height: 12px;
    width: 6px;
    background-image: url(//www.hqwx.com/leraning/statics/blue/images/icon-sfb7750eb5a.png);
    background-repeat: no-repeat; }
    .zhibo_com .icon-n_arrow-left:hover {
      background-position: 0 -522px; }
  .zhibo_com .n_nr .n_timetoday {
    background-position: 0 -1135px;
    height: 16px;
    width: auto;
    padding-left: 45px;
    display: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    line-height: 16px; }
  .zhibo_com .font_16 {
    border-left: 3px solid #649cf0;
    padding-left: 10px; }
    .zhibo_com .font_16 span {
      font-weight: 100;
      float: right;
      color: #979aa4;
      font-size: 14px; }
  .zhibo_com .hq-1v1-info {
    margin-top: 20px;
    line-height: 23px;
    display: flex;
    max-height: 306px;
    height: auto;
    overflow: hidden; }
    .zhibo_com .hq-1v1-info .hq-1v1-class-order {
      display: inline-block; }
      .zhibo_com .hq-1v1-info .hq-1v1-class-order:hover {
        background: #649cf0;
        color: #ffffff; }
    .zhibo_com .hq-1v1-info .hq-1v1-class-enter {
      display: none; }
      .zhibo_com .hq-1v1-info .hq-1v1-class-enter:hover {
        background: #f16262;
        color: #ffffff !important; }
    .zhibo_com .hq-1v1-info .hq-1v1-class-nostart {
      display: none; }
      .zhibo_com .hq-1v1-info .hq-1v1-class-nostart:hover {
        background: #999999 !important;
        color: #ffffff !important; }
    .zhibo_com .hq-1v1-info .n_avator {
      width: 42px;
      height: 42px;
      border-radius: 100%;
      border: 1px solid #eeeeee; }
    .zhibo_com .hq-1v1-info .n_teacher {
      width: 65px;
      text-align: center;
      color: #9598a2;
      margin-top: -2px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      float: left; }
    .zhibo_com .hq-1v1-info .live_title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .zhibo_com .hq-1v1-info .live_title2 {
      color: #9598a2;
      line-height: 26px; }
  .zhibo_com ul li .n_nr .n_ing {
    display: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    background-position: 0 -1114px;
    height: 16px;
    line-height: 16px;
    padding-left: 50px;
    width: auto !important; }
  .zhibo_com ul li .hq-1v1-class-enter {
    display: none;
    border: 1px solid #f16262 !important;
    color: #f16262 !important;
    text-align: center; }
  .zhibo_com .hq-1v1-info-order .hq-1v1-class-nostart {
    display: inline-block;
    border: 1px solid #999999 !important;
    color: #999999 !important; }
  .zhibo_com .n_nr .n_timetoday, .zhibo_com ul li .n_nr .n_ing {
    background-image: url("//www.hqwx.com/leraning/statics/blue/images/icon-sfb7750eb5a.png");
    background-repeat: no-repeat; }
  .zhibo_com .hq-1v1-info-today .n_timetoday, .zhibo_com .hq-1v1-info-today-enter .n_timetoday {
    display: inline-block !important; }

.zhibo_com .hq-1v1-info .hq-1v1-class-order, .zhibo_com .hq-1v1-info .hq-1v1-class-enter, .zhibo_com .hq-1v1-info .hq-1v1-class-nostart {
  position: relative;
  top: -27px;
  margin-left: 178px;
  margin-right: 2px;
  width: 85px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #649cf0;
  color: #649cf0;
  text-align: center;
  border-radius: 13px;
  cursor: pointer; }

.zhibo_com .hq-1v1-info .button-disabled {
  position: relative;
  top: -27px;
  margin-left: 178px;
  margin-right: 2px;
  width: 85px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  cursor: pointer; }
  .zhibo_com .hq-1v1-info .button-disabled:hover {
    background: #DDDFE8;
    border: 1px solid #DDDFE8;
    color: #ffffff !important; }

.zhibo_com ul li.hq-1v1-info-enter .n_nr .n_time, .zhibo_com .hq-1v1-info-today .n_time, .zhibo_com ul .hq-1v1-info-enter .hq-1v1-class-order, .zhibo_com .hq-1v1-info-order .hq-1v1-class-order, .zhibo_com .hq-1v1-info-today-enter .hq-1v1-class-order, .zhibo_com .hq-1v1-info-today-enter .n_time {
  display: none; }

.zhibo_com ul li.hq-1v1-info-enter .n_nr .n_ing, .zhibo_com ul .hq-1v1-info-enter .hq-1v1-class-enter, .zhibo_com ul .hq-1v1-info-today-enter .hq-1v1-class-enter {
  display: inline-block; }

.zhibo_com .eui.button-disabled, .zhibo_com .hq-1v1-info-enter.hq-1v1-info-order .eui.button-disabled, .zhibo_com .living .eui.button-disabled, .zhibo_com .hq-1v1-info-today .eui.button-disabled {
  display: none;
  background: #DDDFE8;
  border: 1px solid #DDDFE8;
  color: #ffffff !important; }

.zhibo_com .hq-1v1-info-order .hq-1v1-class-nostart, .zhibo_com .hq-1v1-info-order .eui.button-disabled {
  display: inline-block;
  background: #DDDFE8;
  border: 1px solid #DDDFE8;
  color: #ffffff !important; }

.zhibo_com .hq-1v1-info .hq-1v1-class-order.eui.button-disabled {
  display: inline-block; }
