@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 {
    color: #f44130; }
.price 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;
    max-width: 72px;
    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; }
a {
    color: #171920; }

.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-left, .pdybanner .pdy-banner-left:hover {
    background: url("//www.hqwx.com/assets/images/banner-lefth.png") no-repeat 0 0 !important; }

.pdy-banner-right, .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;
    width: 1180px;
    height: 360px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
    margin: 35px auto 0; }
.pdybanner .pdy-banner-left {
    position: absolute;
    left: 2%;
    top: 180px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: none; }
.pdybanner img {
    width: 100%;
    height: 360px; }

.pdybanner:hover .pdy-banner-left {
    display: block; }

.pdybanner .pdy-banner-right {
    position: absolute;
    right: 2%;
    top: 180px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: none; }

.pdybanner:hover .pdy-banner-right {
    display: block; }

.pdybanner .pdy_banner_pic a {
    display: none;
    width: 100%;
    height: 300px;
    background-color: #f5f7f9; }

.pdybanner .pdy_banner_choose {
    text-align: center;
    width: 280px;
    position: absolute;
    left: 50%;
    top: 327px;
    margin-left: -180px;
    font-size: 0px; }

.pdybanner .pdy_banner_choose li {
    width: 26px;
    height: 13px;
    margin: 0 7px;
    display: inline-block;
    background: url(//www.hqwx.com/assets/images/bannern.png) top center no-repeat; }

.pdybanner .pdy_banner_choose li {
    *display: inline; }

.pdybanner .pdy_banner_choose .pdy_choose_now {
    background: url(//www.hqwx.com/assets/images/bannerc.png) top center no-repeat; }

.pdybanner:hover .pdybanner-banner-left, .pdybanner:hover .pdybanner-banner-right {
    display: block; }

.w1180 {
    width: 1180px;
    *width: 1200px;
    width: 1200px\0;
    margin: 0 auto; }

.nav .daohang {
    margin-left: 30px; }

.block .h2 {
    font-size: 24px;
    height: 24px;
    padding: 30px 0; }

.block-lesson {
    padding: 0 0 20px 0; }
.block-lesson .more {
    margin-top: 25px; }

.block-lessonlist .courselist {
    display: none; }
.block-lessonlist .courselist.active {
    display: block; }

.f16 a {
    color: #9598a2; }
.f16 a:hover {
    color: #649CF0; }
.f16 a:hover em {
    background: url(../images/icon-right-hover.png) left center no-repeat;
    width: 14px;
    height: 14px; }

.f16 em {
    display: inline-block;
    background: url(../images/icon-right.png) left center no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 3px;
    top: 1px;
    position: relative; }

.block-zhibo {
    display: none;
    padding-bottom: 30px; }
.block-zhibo .zhibo_com .n_nr .n_timetoday {
    height: 16px;
    width: 24px;
    display: none; }
.block-zhibo .zhibo_com .hq-1v1-info-today .n_timetoday, .block-zhibo .zhibo_com .hq-1v1-info-today-enter .n_timetoday {
    display: inline-block !important; }
.block-zhibo .zhibo_com .hq-1v1-info {
    margin-top: 0px;
    line-height: 20px;
    display: block; }
.block-zhibo .zhibo_com .hq-1v1-info .hq-1v1-class-order {
    display: inline-block; }
.block-zhibo .zhibo_com .hq-1v1-info .hq-1v1-class-enter {
    display: none; }
.block-zhibo .zhibo_com .hq-1v1-info .hq-1v1-class-nostart {
    display: none; }
.block-zhibo .zhibo_com .hq-1v1-info ul {
    display: block; }
.block-zhibo .zhibo_com ul li .n_nr .n_ing {
    display: none;
    vertical-align: middle;
    position: relative;
    margin-right: 0;
    width: 54px;
    color: #649CF0; }

@-webkit-keyframes euiIconLiving {
    0% {
        background-position: 0 0; }
    100% {
        background-position: -108px 0; } }

@keyframes euiIconLiving {
    0% {
        background-position: 0 0; }
    100% {
        background-position: -108px 0; } }
.block-zhibo .zhibo_com ul li.hq-1v1-info-enter .n_nr .n_time, .block-zhibo .zhibo_com ul .hq-1v1-info-enter .hq-1v1-class-order, .block-zhibo .zhibo_com .hq-1v1-info-order .hq-1v1-class-order, .block-zhibo .zhibo_com .hq-1v1-info-today-enter .hq-1v1-class-order, .block-zhibo .zhibo_com .hq-1v1-info-today .n_time, .block-zhibo .zhibo_com .hq-1v1-info-today-enter .n_time {
    display: none; }
.block-zhibo .zhibo_com ul li.hq-1v1-info-enter .n_nr .n_ing, .block-zhibo .zhibo_com ul .hq-1v1-info-enter .hq-1v1-class-enter, .block-zhibo .zhibo_com ul .hq-1v1-info-today-enter .hq-1v1-class-enter {
    display: inline-block;
    z-index: 22; }
.block-zhibo .zhibo_com ul li .hq-1v1-class-enter {
    display: none; }
.block-zhibo .zhibo_com .eui.button-disabled, .block-zhibo .hq-1v1-info-enter.hq-1v1-info-order .eui.button-disabled {
    display: none;
    background: linear-gradient(76deg, #404040, #626262);
    border-radius: 10px;
    color: #E0E0E0 !important;
    border: 0; }
.block-zhibo .zhibo_com .hq-1v1-info .hq-1v1-class-order.eui.button-disabled {
    display: inline-block; }
.block-zhibo .zhibo_com .hq-1v1-info-order .hq-1v1-class-nostart, .block-zhibo .hq-1v1-info-order .eui.button-disabled {
    display: inline-block;
    background: linear-gradient(76deg, #404040, #626262);
    border-radius: 10px;
    color: #E0E0E0 !important;
    border: 0; }
.block-zhibo .zhibo_com .hq-1v1-info .n_avator {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #eeeeee; }
.block-zhibo .zhibo_com .hq-1v1-info .n_teacher {
    width: 115px;
    text-align: center;
    color: #9598A2; }
.block-zhibo .zhibo_com .hq-1v1-info .live_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px; }
.block-zhibo .zhibo_com .hq-1v1-info .live_title2 {
    color: #9598a2;
    line-height: 26px;
    display: none; }
.block-zhibo .hq1v1shade {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(47, 47, 47, 0.75);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none; }
.block-zhibo .hq1v1shade {
    width: 100%;
    height: 500%;
    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; }

.block .block-nav {
    display: block;
    clear: both;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }
.block .block-nav .h2 {
    float: left;
    margin-right: 100px; }
.block .block-nav ul {
    margin-left: 50px; }
.block .block-nav ul li {
    width: auto;
    cursor: pointer;
    color: #9598A2;
    font-size: 16px;
    height: 30px;
    float: left;
    margin-right: 36px;
    margin-top: 30px; }
.block .block-nav ul li.active {
    color: #649CF0; }
.block .block-nav ul li.active span, .block .block-nav ul li.active p {
    display: table;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #649CF0;
    margin: 10px auto; }

.block-news {
    margin: 30px auto; }
.block-news .news-list {
    background: #ffffff;
    padding: 30px 0; }
.block-news .news-list ul {
    display: none; }
.block-news .news-list ul.active {
    display: block; }
.block-news .news-list ul li {
    font-size: 14px;
    width: 540px;
    float: left;
    vertical-align: baseline;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    zoom: 1;
    padding-left: 30px;
    margin-right: 10px; }
.block-news .news-list ul li a {
    display: inline-block;
    width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.block-news .news-list ul li a:hover {
    color: #649CF0; }
.block-news .news-list ul li span {
    float: right;
    margin-right: 18px;
    color: #9598a2;
    display: inline-block;
    width: 80px; }

.nav .w1000, .footer .w1000, .wall .w1000 {
    width: 1200px; }

.f16 {
    font-size: 16px; }

.padd-top {
    padding-top: 10px; }

.padd-bottom {
    padding-bottom: 10px; }

.live-jn {
    position: absolute;
    top: 24px;
    right: 18px;
    width: 280px;
    height: 270px;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 8px;
    color: #ffffff;
    padding: 22px 0;
    z-index: 19;
    font-size: 14px; }
.live-jn .f16 {
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 16px;
    padding-left: 17px;
    padding-right: 17px; }
.live-jn .f16 .t1 {
    color: #ffffff; }
.live-jn .f16 .more, .live-jn .f16 a, .live-jn .f16 a:hover {
    font-size: 12px;
    color: #B9B9B9; }
.live-jn .f16 .more em, .live-jn .f16 a em, .live-jn .f16 a:hover em {
    background: url("http://") !important;
    width: 6px;
    height: 6px;
    border: 1px solid #B9B9B9;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    top: -1px; }
.live-jn ul {
    margin: 16px 10px; }
.live-jn ul li {
    margin-left: 8px; }
.live-jn ul li .live_line {
    padding: 0;
    font-size: 12px;
    color: #74ABFF;
    margin-bottom: 2px; }
.live-jn ul li .live_line i {
    float: left; }
.live-jn ul li .dot {
    width: 1px;
    position: absolute;
    height: auto;
    text-align: center;
    line-height: 16px;
    margin-left: 6px; }
.live-jn ul li .dot em {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #9EB5F3;
    border-radius: 50%;
    margin-left: -3px;
    margin-top: 8px;
    margin-bottom: 4px; }
.live-jn ul li .dot i {
    display: inline-block;
    width: 1px;
    background-color: #9EB5F3;
    height: auto;
    overflow: hidden; }
.live-jn ul li .dot i.i1 {
    min-height: 27px; }
.live-jn ul li .dot i.i2 {
    min-height: 62px; }
.live-jn ul li .title {
    min-height: 60px;
    padding-bottom: 7px; }
.live-jn ul li .title .time {
    font-size: 12px;
    color: #74ABFF;
    line-height: 24px; }
.live-jn ul li .title .txt {
    float: left;
    width: 236px;
    line-height: 24px;
    font-size: 14px; }
.live-jn ul li .title .instr {
    font-size: 12px;
    display: inline-block;
    float: left;
    padding: 6px 0;
    line-height: 12px; }
.live-jn ul li.living {
    background-color: rgba(0, 0, 0, 0.26); }
.live-jn ul li.living .dot em, .live-jn ul li.living .dot i {
    background-color: #ffffff; }
.live-jn ul li.living .title .txt, .live-jn ul li.living .title .instr {
    color: #B5B5B5; }
.live-jn .padd-left {
    padding-left: 16px; }
.live-jn .zhibo-btn {
    display: inline-block;
    margin-top: 0;
    margin-right: 6px;
    margin-bottom: 12px;
    font-size: 12px;
    float: right; }
.live-jn .zhibo-btn a {
    color: #ffffff;
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(76deg, #064cbe, #649cf0);
    border-radius: 10px;
    float: right; }

.eui.book-card {
    width: 226px;
    height: 327px;
    margin-right: 12px; }

.eui.card.book-card .img {
    height: 172px; }

.eui.card.book-card .card-wrap {
    height: 326px; }

.nav .daohang div {
    margin: 0 10px; }
.nav .daohang div a {
    min-width: 118px;
    width: auto; }

.grouping {
    width: 1180px;
    height: 54px;
    background: white;
    border-radius: 2px;
    margin: 20px auto;
    line-height: 54px;
    font-size: 14px; }
.grouping .title {
    margin-left: 20px;
    margin-right: 42px;
    float: left;
    font-weight: bold; }
.grouping .daohang {
    color: #171920; }
.grouping .daohang .active {
    height: 30px;
    color: #ffffff;
    background: #7CB0FF;
    border-radius: 15px;
    margin-top: 12px;
    line-height: 30px;
    padding: 0 14px; }
.grouping .daohang a {
    margin-right: 40px;
    display: inline-block;
    float: left; }
