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,
strong,
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,
input {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-size: 0.26rem;
    font-family: "微软雅黑";
    color: #666560;
    line-height: 0.35rem;
    overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

blockquote,
q {
    quotes: none;
}

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

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

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    font-size: .24rem;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    width: 100%;
    display: block;
    overflow: hidden;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.pd4 {
    padding: 0 3%;
}

.mt3 {
    margin-top: 0.3rem;
}

.bgb {
    background: #fff;
}

.ss {
    animation: ss .75s linear infinite;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}

.box img {
    width: 100%;
    display: block;
}

.jesong-container-mini-badge {
    bottom: 123px!important;
    z-index: 99999 !important;
}

.header {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 750px;
    height: 1.2rem;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .3);
    transform: translate(-50%);
    background: #fff;
    z-index: 9999;
}

.header h1 {
    float: left;
    width: 4.5rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
}

.header_menu {
    float: right;
    position: relative;
    width: .5rem;
    height: .5rem;
    margin-top: .36rem;
    background: url(../libs/more.png) no-repeat right;
    background-size: contain;
}

.header_menu ul {
    display: none;
    position: absolute;
    top: .8rem;
    right: -.2rem;
    width: 2.2rem;
    border: 1px solid #bfbfbf;
    border-radius: .1rem;
    text-align: center;
    background: #fff;
    z-index: 2147483647;
}

.header_menu ul li {
    line-height: .56rem;
    position: relative;
}

.header_menu ul li:last-child:after {
    position: absolute;
    top: 0;
    right: .1rem;
    content: 'HOT';
    display: block;
    width: .5rem;
    line-height: .3rem;
    background: #f00;
    color: #fff;
    font-size: .2rem;
    border-radius: .05rem;
    animation: jump 1s linear 0s infinite alternate;
}

.header_menu ul:before,
.header_menu ul:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.header_menu ul:before {
    right: .3rem;
    top: -.2rem;
    border-left: .2rem solid transparent;
    border-bottom: .2rem solid #bfbfbf;
    border-right: .2rem solid transparent;
}

.header_menu ul:after {
    right: 0.32rem;
    top: -.18rem;
    border-left: .18rem solid transparent;
    border-bottom: .18rem solid #fbfbfb;
    border-right: .18rem solid transparent;
}

.banner {
    margin-top: 1.2rem;
}

.c {
    overflow: hidden;
}

.title {
    margin: .3rem 0;
    text-align: center;
    overflow: hidden;
}

.title h2 {

    font-size: .4rem;
    line-height: .5rem;
    font-weight: 700;
}

.title p {
    padding: 0 8%;
    margin-top: .15rem;
    color: #999;
}

.c1_n {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.c1_n a {
    width: 32%;
    text-align: center;
}

.c1_n a img {
    height: 100%;
    display: inline-block;
}

.c2_n1 {
    width: 100%;
    line-height: .66rem;
    background: #40bbcd;
    color: #fff;
    overflow: hidden;
}

.c2_n1 span,
.c2_n li span {
    width: 30%;
    float: left;
    border-left: 1px solid #fff;
    text-align: center;
}

.c2_n1 span:nth-child(1),
.c2_n li span:nth-child(1) {
    width: 40%;
    border-left: none;
}

.c2_n ul {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    overflow: hidden;
}

.c2_n ul div {
    display: flex;
    justify-content: center;
    height: 2rem;
    font-size: .26rem;
    align-items: center;
    border-bottom: 1px solid #aaa;
}

.c2_n li {
    line-height: .6rem;
    border-bottom: 1px solid #aaa;
    overflow: hidden;
}

.c2_n li a {
    line-height: .5rem;
    border-radius: .1rem;
    padding: 0.05rem .2rem;
    background: #28a8bb;
    color: #fff;
}

.c3_n,
.c4_n {
    overflow: hidden;
}

.c3_n li,
.c4_n li,
.c6_n li {
    width: 48.5%;
    float: left;
}

.c3_n li:nth-child(2n),
.c4_n li:nth-child(2n),
.c6_n li:nth-child(2n) {
    float: right;
}

.c3_n li p,
.c4_n li p,
.c6_n li p {
    padding: .1rem .1rem 0;
    margin-bottom: .2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666560;
}

.xxzx {
    height: 1.53rem;
    background: #fff;
    box-shadow: 0 0 0.25rem #c1f5fd;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    padding-right: 0.2rem;
}

.xxzx img {
    width: 2.6rem;
    height: 1.53rem;
    float: left;
    border-radius: 0.1rem 0 0 0.1rem;
    margin-right: 0.2rem;
}

.xxzx h3 {
    font-weight: bold;
    font-size: .26rem;
    padding: 0.1rem 0;
}

.xxzx h3 a {
    color: #40bbcd;
}

.newslist {
    margin: 0.3rem 0;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.25rem #c1f5fd;
    padding: 0.2rem 5%;
}

.newslist li {
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0.1rem 0;
    overflow: hidden;
}

.newslist li span a {
    padding: 0 0.1rem;
    background: #40bbcd;
    color: #fff;
    font-size: 0.18rem;
    color: #fff;
    margin-right: 0.15rem;
}

.newslist li a {
    color: #40bbcd;
}

.newslist li em {
    font-style: normal;
    color: #8499ad;
    float: right;
}

.c4_n img {
    height: 2.2rem;
}

.c4_n h4 {
    font-size: .22rem;
    margin: .2rem 0 0;
    padding-left: .1rem;
}

.c5_n {
    overflow: hidden;
}

.c5_n li {
    float: left;
    width: 32%;
    margin-bottom: .2rem;
}

.c5_n li:nth-child(3n-1) {
    margin: 0 2% .2rem;
}

.c5_n li p {
    background: #ffffff;
    line-height: .6rem;
    text-align: center;
    color: #666560;
}

.c6_n li {
    position: relative;
    background: #f7f5f6;
}

.c6_n li img {
    height: 2.1rem;
}

.c6_n li em {
    content: '';
    display: block;
    width: 100%;
    height: 2.1rem;
    background: rgba(0, 0, 0, .4) url(../libs/icon_play.png) center center no-repeat;
    background-size: .8rem;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-container7 {
    height: 7.6rem;
    text-align: center;
}

.swiper-container7 img {
    width: 3.5rem;
    margin: 0 auto;
}

.swiper-container7 h4 {
    font-size: .3rem;
    margin: .2rem 0;
}

.swiper-container7 h5 {
    color: #888;
    font-size: .26rem;
    font-weight: normal;
}

.swiper-container7 p {
    color: #999;
    margin-top: .2rem;
    padding: 0 .4rem;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-container8 {
    margin: 2%;
}

.c8_n {
    width: 94%;
    margin: 0 auto;
    border: 2px solid #40bbcd;
    overflow: hidden;
}

.c8_n2 {
    border-top: 1px solid #ccc;
    overflow: hidden;
}

.c8_n2 dl {
    float: left;
    width: 33.33%;
    padding-bottom: .2rem;
    border-bottom: 1px solid #40bbcd;
    border-right: 1px solid #40bbcd;
    text-align: center;
    color: #6b7d87;
}

.c8_n2 dl:nth-child(2),
.c8_n2 dl:nth-child(5) {
    border-right: 0;
}

.c8_n2 dl:nth-child(3),
.c8_n2 dl:nth-child(4),
.c8_n2 dl:nth-child(5) {
    border-bottom: 0;
}

.c8_n2 dl:nth-child(1),
.c8_n2 dl:nth-child(2) {
    width: 50%;
}

.c8_n2 dt {
    font-size: .34rem;
    line-height: .4rem;
    margin: .2rem 0;
    color: #40bbcd;
}

#index_form {}

#index_form #index_kecheng,
#index_name,
#index_tel {
    display: block;
    width: 70%;
    height: .62rem;
    line-height: .62rem;
    border-radius: .1rem;
    margin: 0 auto .25rem;
    border: 1px solid #40bbcd;
    padding-left: .2rem;
    color: #666;
}

#index_name {
    background: url(../libs/site_footer_apply_icon_name.png) no-repeat .2rem 0.1rem;
    background-size: .3rem;
    padding-left: .6rem;
}

#index_tel {
    background: url(../libs/site_footer_apply_icon_tel.png) no-repeat .2rem .1rem;
    background-size: .25rem;
    padding-left: .6rem;
}

#index_form_btn {
    display: block;
    font-size: .26rem;
    width: 60%;
    line-height: .64rem;
    background: #40bbcd;
    margin: 0 auto .1rem;
    border-radius: .1rem;
    color: #fff;
}

#index_form p {
    font-size: .2rem;
    color: #999;
    text-align: center;
}

.all_quanguo {
    text-align: center;
    margin: .3rem 0;
}

.all_quanguo .all_quanguo_n {
    width: 94%;
    margin: .4rem auto 0;
    padding: .5rem 4%;
    box-shadow: 0rem 0rem 0.4rem #dbdbdb;
    border-radius: .1rem;
    background: #fff;
}

.all_quanguo .all_quanguo_n h3 {
    font-size: .34rem;
    letter-spacing: .01rem;
    margin-bottom: .1rem;
}

.all_quanguo .all_quanguo_n strong {
    display: inline-block;
    margin-bottom: .1rem;
}

.all_quanguo .all_quanguo_n p {
    padding-top: .2rem;
}

.all_quanguo .all_quanguo_n a img {
    width: 2rem;
    margin: 0 auto .3rem;
    border: 5px solid #e8e8e8;
    border-radius: 2rem;
}

.all_quanguo .all_quanguo_n a.all_quanguo_n_yuyue {
    display: flex;
    width: 3.2rem;
    height: .8rem;
    margin: .3rem auto 0;
    border-radius: .1rem;
    color: #fff;
    background: #40bbcd;
    align-items: center;
    justify-content: center;
    position: relative;
}

.all_quanguo .all_quanguo_n_xq {
    display: inline-block;
    border: 1px solid #40bbcd;
    width: 2.4rem;
    line-height: .6rem;
    border-radius: .6rem;
    margin: .3rem 0;
    text-align: center;
}

.all_quanguo .all_quanguo_n_xq a {
    color: #40bbcd;
}

.all_quanguo .all_quanguo_n a em,
.index_weixin_btn em {
    width: .5rem;
    height: .5rem;
    display: block;
    position: absolute;
    background: url(../libs/site_footer_popup_wx_finger.svg) center no-repeat;
    background-size: auto;
    background-size: .5rem;
    right: .1rem;
    top: .1rem;
}

.all_quanguo .all_quanguo_n a em.footer_told_finger,
.index_weixin_btn em.footer_told_finger {
    animation: footer_told_finger .5s infinite;
    -webkit-animation: footer_told_finger .5s infinite;
}


/* 棰勭害鐪嬪鏍″脊鍑鸿〃鍗� */

.index_xuanke,
.index_weixin_box,
.index_weixin_result {
    position: fixed;
    width: 86%;
    height: 7.7rem;
    top: 50%;
    left: 50%;
    transform: scale(0);
    box-shadow: 0 0 .4rem rgba(0, 0, 0, .2);
    border-radius: .2rem;
    background: #fff;
    z-index: 2147483648;
    transition: all 0.2s linear;
}

.index_xuanke2 {
    transform: scale(1);
    margin: -3.85rem 0 0 -43%;
}

.index_xuanke_close,
.footer_yuyueKan_close,
.index_weixin_close,
.index_weixin_result_close {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: .16rem;
    right: .16rem;
    background: url(../libs/site_popup_switch.svg) no-repeat;
    background-size: contain;
}

.index_xuanke_n {
    padding: 5% 4%;
}

.index_xuanke_n h3 {
    font-size: .44rem;
    line-height: .5rem;
    text-align: center;
}

.index_xuanke_n1 {
    border: 1px solid #eee;
    border-bottom: 0;
    margin-top: .4rem;
    border-radius: .1rem;
}

.index_xuanke_n1 li,
.index_xuanke_n2 li {
    height: .8rem;
    line-height: .8rem;
    padding: 0 3%;
    font-size: .26rem;
    position: relative;
    border-bottom: 1px solid #eee;
}

.index_xuanke_n1 li span {
    float: left;
    width: 38%;
    background: url(../libs/site_popup_form_time.svg) left center no-repeat;
    background-size: .35rem;
    padding-left: .45rem;
}

.index_xuanke_n1 li p {
    float: right;
    width: 60%;
    text-align: right;
    background: url(../libs/site_popup_form_arrow.svg) right center no-repeat;
    background-size: .26rem;
    padding-right: .3rem;
    color: #999;
}

.index_xuanke_n1 li:nth-child(2) span {
    background: url(../libs/site_popup_form_class.svg) left center no-repeat;
    background-size: .4rem;
}

.index_xuanke_n1 li input {
    display: none;
}

.index_xuanke_n2 {
    border: 1px solid #eee;
    border-bottom: 0;
    margin-top: .4rem;
    border-radius: .1rem;
}

.index_xuanke_n2 li span {
    width: 30%;
    float: left;
    background: url(../libs/site_popup_form_name.svg) no-repeat left center;
    background-size: .4rem;
    padding-left: .45rem;
}

.index_xuanke_n2 li input {
    width: 68%;
    float: right;
    line-height: .78rem;
    text-align: right;
    font-size: .26rem;
}

.index_xuanke_n2 li:nth-child(2) span {
    background: url(../libs/site_popup_form_tel.svg) no-repeat left center;
    background-size: .4rem;
}

.index_xuanke_n2 li:nth-child(3) span {
    background: url(../libs/site_popup_form_qq.svg) no-repeat left center;
    background-size: .4rem;
}

.index_xuanke_n2 li:nth-child(4) span {
    background: url(../libs/site_popup_form_wx.svg) no-repeat left center;
    background-size: .4rem;
}

.index_form_xuanke_submit {
    display: block;
    width: 3.2rem;
    line-height: .6rem;
    background: #f63635;
    color: #fff;
    font-size: .3rem;
    letter-spacing: .03rem;
    text-align: center;
    border-radius: .56rem;
    margin: .3rem auto 0;
    font-weight: bold;
}

#index_xuanke_time,
#index_xuanke_kc {
    position: absolute;
    left: 0;
    top: .8rem;
    width: 100%;
    background: #eee;
    z-index: 999;
    display: none;
}

#index_xuanke_time em,
#index_xuanke_kc em {
    display: block;
    line-height: .6rem;
    font-style: normal;
    padding: 0 2%;
    border-bottom: 1px dashed #ddd;
    text-align: center;
}

.all_bgs {
    display: none;
    position: fixed;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity="50");
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.footer {
    background: #40bbcd;
    padding: .3rem 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

.footer_a {
    display: flex;
    padding: .4rem 0;
}

.footer_a p {
    line-height: .68rem;
    font-size: .28rem;
    color: #fff;
    flex: 1;
    text-align: center;
}

.footer_a p:first-child:before,
.footer_a p:last-child:before {
    display: inline-block;
    content: '';
    width: .6rem;
    height: .6rem;
    vertical-align: -0.2rem;
    margin-right: .1rem;
}

.footer_a p:first-child:before {
    background: url(../libs/bottom_common_icon01.png) no-repeat center;
    background-size: .56rem;
}

.footer_a p:last-child:before {
    background: url(../libs/bottom_common_icon02.png) no-repeat center;
    background-size: .56rem;
}

.footer_line {
    width: 80%;
    height: .02rem;
    background: #1fb0c5;
    margin: 0 auto .2rem;
}

.footer_b {
    text-align: center;
}

.footer_b p {
    line-height: .42rem;
    color: #fff;
}

.footer_b p a {
    color: #fff;
}

.footer_b p a.footer_b_gonganbeian {
    padding-left: .34rem;
    background: url(../libs/global_organization_sponsor_bottom_info_beiang.png) no-repeat;
    background-size: contain;
}

.site_footer_menu {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    max-width: 750px;
    height: 1rem;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .3);
    padding-top: .16rem;
}

.site_footer_menu li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.site_footer_menu li div {
    display: none;
    position: absolute;
    bottom: .9rem;
    left: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: .1rem .1rem 0 0;
}

.site_footer_menu li div a {
    line-height: .5rem;
    display: inline-block;
    color: #666;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.site_footer_menu li div a:last-child {
    border-bottom: 0;
}

.site_footer_menu li a img {
    width: .45rem;
    margin: 0 auto;
}

.site_footer_menu li a span {
    position: absolute;
    top: -.1rem;
    right: -.3rem;
    content: 'HOT';
    display: block;
    width: .5rem;
    line-height: .3rem;
    background: #f00;
    color: #fff;
    font-size: .2rem;
    border-radius: .05rem;
    transform: scale(.8);
    animation: jump 1s linear 0s infinite alternate;
}

.index_weixin_box {
    text-align: center;
}

.index_weixin_box h2 {
    font-size: .32rem;
    line-height: .4rem;
    padding: .4rem 0 .2rem;
}

.index_weixin_box p {
    line-height: .4rem;
}

.index_weixin_box p:before {
    width: .3rem;
    height: .4rem;
    line-height: .4rem;
    margin-right: .05rem;
    display: inline-block;
    content: '';
    background: url(../libs/site_popup_wx_copy_item.svg) 0 0.05rem no-repeat;
    background-size: .3rem;
    vertical-align: middle;
}

.index_weixin_box_img img {
    display: block;
    width: 3rem;
    margin: .35rem auto;
    border-radius: .15rem;
}

.index_weixin_box h3 {
    font-size: .3rem;
}

.index_weixin_box h3 span {
    color: #f00;
}

.index_weixin_btn,
.index_weixin_btn_z {
    background: #40bbcd;
    color: #fff;
    font-size: .28rem;
    width: 4.2rem;
    line-height: .8rem;
    border-radius: .1rem;
    margin: .3rem auto 0;
    position: relative;
}

.index_weixin_btn em {
    right: .4rem;
}

.index_weixin_result {
    text-align: center;
}

.index_weixin_result em {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin: .4rem auto 0;
    background: url(../libs/site_popup_wx_result.svg) center no-repeat;
    background-size: 1rem;
}

.index_weixin_result h2 {
    font-size: .36rem;
    line-height: .4rem;
    margin: .3rem 0;
}

.index_weixin_result h3 {
    font-size: .32rem;
    line-height: .4rem;
}

.index_weixin_result h3 span {
    color: #f00;
}

.index_weixin_result_box {
    width: 85%;
    margin: .4rem auto 0;
    border: 1px solid #ccc;
    border-radius: .1rem;
    position: relative;
}

.index_weixin_result_box1 {
    height: 1.4rem;
    border-bottom: 1px solid #e8e8e8;
}

.index_weixin_result_box1 img {
    width: 1rem;
    margin: .2rem;
    float: left;
}

.index_weixin_result_box1 h4 {
    font-size: .28rem;
    padding-top: 0.4rem;
}

.index_weixin_result_box1 p {
    color: #999;
    padding-top: .1rem;
}

.index_weixin_result_box2 {
    position: absolute;
    width: 3.6rem;
    height: 1rem;
    border: 1px solid #40bbcd;
    background: #fff;
    top: 1.3rem;
    left: .8rem;
    box-shadow: 4px 4px 2px #888888;
    padding: .1rem .2rem;
}

.index_weixin_result_box2:before,
.index_weixin_result_box2:after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
}

.index_weixin_result_box2:before {
    left: .7rem;
    border-left: .2rem solid transparent;
    border-bottom: .2rem solid #40bbcd;
    border-right: .2rem solid transparent;
}

.index_weixin_result_box2:after {
    left: .71rem;
    border-left: .18rem solid transparent;
    border-bottom: .18rem solid #fff;
    border-right: .18rem solid transparent;
    bottom: 0.94rem;
}

.index_weixin_result_box2 h4 {
    font-size: .28rem;
    margin: .1rem 0;
}

.index_weixin_result_tips {
    line-height: 1rem;
    text-align: left;
    padding-left: .2rem;
}

.site_side_left {
    position: fixed;
    left: .2rem;
    top: 20%;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5) url(../libs/site_side_left_btn.svg) no-repeat center;
    background-size: .6rem;
    z-index: 999;
    animation: jump2 1s linear 0s infinite alternate;
}

.rt_kefu_icon {
    position: fixed;
    right: .1rem;
    bottom: 30%;
    z-index: 999;
}

.rt_kefu_icon a {
    display: block;
    width: .8rem;
    height: .8rem;
}

.rt_kefu_icon a.kf_01 {
    background: url(../libs/site_side_right_kf.png) no-repeat;
    background-size: contain;
}

.rt_kefu_icon a.kf_02 {
    background: url(../libs/site_side_right_tel.png) no-repeat;
    background-size: contain;
    margin: .2rem 0;
    animation: icon-bounce 0.8s linear infinite;
}

.rt_kefu_icon a.kf_03 {
    background: url(../libs/site_side_right_wx.png) no-repeat;
    background-size: contain;
}

.site_side_left_menu {
    width: 6.2rem;
    height: 6.2rem;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    border-radius: .3rem;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1001;
}

.site_side_left_menuClose {
    width: .72rem;
    height: .72rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../libs/site_popup_switch.svg) no-repeat;
    background-size: contain;
}

.site_side_left_menu a {
    display: block;
    font-size: .26rem;
    position: absolute;
    text-align: center;
    color: #fff;
}

.site_side_left_menu a img {
    width: .64rem;
    margin: 0 auto;
}

.site_side_left_menu a:nth-of-type(1) {
    top: .6rem;
    left: 50%;
    transform: translateX(-50%);
}

.site_side_left_menu a:nth-of-type(2) {
    top: 1.4rem;
    right: 0.6rem;
}

.site_side_left_menu a:nth-of-type(3) {
    bottom: 1.4rem;
    right: .6rem;
}

.site_side_left_menu a:nth-of-type(4) {
    bottom: .6rem;
    left: 50%;
    transform: translateX(-50%);
}

.site_side_left_menu a:nth-of-type(5) {
    top: 1.4rem;
    left: 0.6rem;
}

.site_side_left_menu a:nth-of-type(6) {
    bottom: 1.4rem;
    left: 0.6rem;
}


/* ask */

.header_back {
    float: left;
    width: .5rem;
    height: 1.2rem;
}

.header_back a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../libs/site_header_back.svg) no-repeat center left;
    background-size: contain;
}

.header_n {
    text-align: center;
}

.header_n h1 {
    display: inline-flex;
    float: none;
}

.n_ban {
    margin-top: 1.2rem;
    width: 100%;
    height: 3.2rem;
    background: url(../libs/common_toppic_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: .28rem;
    padding-left: 6%;
    text-indent: -999rem;
    overflow: hidden;
}

.n_ban h2 {
    font-size: .5rem;
    line-height: .4rem;
    margin: .8rem 0 .6rem 0;
    font-weight: normal;
}

.position {
    height: .7rem;
    line-height: .7rem;
    border-bottom: 1px solid #e8e8e8;
    background: url(../libs/breadcrumb_icon.svg) 3% center no-repeat;
    color: #333;
    padding-left: 10%;
    background-size: .4rem;
    font-size: .26rem;
}

.position a {
    color: #333;
}

.site_tips {
    border-bottom: 1px solid #e8e8e8;
    padding: .2rem 3%;
    overflow: hidden;
}

.site_tips h3 {
    float: left;
    margin-right: .2rem;
    border-radius: .1rem;
    line-height: .5rem;
    padding: 0 .2rem;
    border: 1px solid #40bbcd;
    color: #40bbcd;
    font-weight: normal;
}

.site_tips_n {
    overflow: hidden;
    height: .5rem;
    line-height: .5rem;
}

.site_tips_n a {
    display: block;
    animation: dates 8s ease-in-out 1s forwards infinite;
    overflow: hidden;
}

.ask_list {
    margin-top: .3rem;
    overflow: hidden;
}

.ask_list_t {
    border-bottom: 1px solid #e8e8e8;
    font-size: .3rem;
}

.ask_list_t h2 {
    border-bottom: 2px solid #40bbcd;
    height: .54rem;
    display: inline-block;
}

.ask_list_n {
    overflow: hidden;
}

.ask_list_n li {
    position: relative;
    margin: .1rem 0;
    padding: .1rem 0;
    overflow: hidden;
}

.ask_list_n .item li a {
    float: left;
    width: 75%;
}

.ask_list_n li a h4 {
    font-size: .3rem;
    line-height: .4rem;
    padding: .1rem 0;
    font-weight: normal;
}

.ask_list_n li a h4 span {
    color: #40bbcd;
    font-weight: 700;
}

.ask_list_n li a p {
    font-size: .22rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: .28rem;
    color: #666;
    text-align: justify;
}

.ask_list_n li a div {
    text-align: right;
    font-size: .2rem;
    margin-top: .1rem;
}

.ask_list_n li a div em {
    font-style: normal;
    color: #999;
}

.ask_list_n li p span {
    color: #da2636;
    font-weight: 700;
}

.ask_list li .ask_list_n_zx {
    position: absolute;
    top: .4rem;
    right: 3%;
    padding: .26rem;
    width: 1.04rem;
    height: 1.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    background: #40bbcd;
    text-align: center;
}

.ask_list li .ask_list_n_zx:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1.04rem;
    height: 1.04rem;
    background-color: #90e1ec;
    border-radius: 100%;
    animation: list_ask_shine 1s linear infinite both;
}
.pagelist .p-li {
    display: inline-block;
    margin: 0 .1rem;
}
.pagelist .p-li-yema, .pagelist .p-li-all, .pagelist .p-li-tiaozhuan {
    display: none;
}
.pagelist img,
.common_pagination img {
    width: .5rem;
    margin: .3rem auto;
}

.pagelist p,
.common_pagination p {
    text-align: center;
    width: 70%;
    margin: .3rem auto;
}

.pagelist p a,
.common_pagination p a {
    color: #fff;
    font-size: .26rem;
    background: #f63635;
    height: .6rem;
    line-height: .6rem;
    padding: .05rem 0.1rem;
    border-radius: .05rem;
}

.ask_list_other {}

.rdgz {}

.rdgz h2 {
    height: .7rem;
    line-height: .7rem;
    font-size: .3rem;
    background: url(../libs/page_side_title_bg.png) top no-repeat;
    background-size: 100%;
}

.rdgz_n {
    height: 7rem;
    overflow-y: scroll;
}

.rdgz_n a {
    width: 100%;
    display: inline-block;
    margin-top: .2rem;
}

.lists_boxs {
    margin: .2rem 0;
    overflow: hidden;
}

.lists_boxs h3 {
    font-size: .3rem;
    line-height: .6rem;
}

.lists_boxs ul.lists_boxs_imgn {}

.lists_boxs .lists_boxs_imgn li {
    width: 49%;
    height: 3rem;
    float: left;
    overflow: hidden;
}

.lists_boxs .lists_boxs_imgn li:nth-child(2n) {
    float: right;
}

.lists_boxs .lists_boxs_imgn li img {
    height: 2rem;
}

.lists_boxs .lists_boxs_imgn li p {
    margin: .2rem 0 .3rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lists_boxs .lists_boxs_pn li {
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px dashed #ccc;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scroll_topics .swiper-slide img {
    height: 1.42rem;
}

.list_foot_form h2 {
    font-size: .32rem;
    line-height: .4rem;
    margin: .3rem 0;
    font-weight: bold;
    text-align: center;
}

.list_foot_form p {
    text-align: center;
    font-size: .26rem;
    margin-top: -.15rem;
    line-height: .7rem;
}

.list_foot_form p span {
    color: #40bbcd;
}
.list_foot_form p span a{
     font-size: .32rem;
    color: #40bbcd;
     display: flex;
    width: 3.2rem;
    height: .8rem;
    margin: .3rem auto 0;
    border-radius: .1rem;
    color: #fff;
    background: #40bbcd;
    align-items: center;
    justify-content: center;
    position: relative;
}
.list_foot_form_n {
    padding: 0 12% .3rem;
}

.list_foot_form_n input,
.list_foot_zy h4 {
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    margin-top: .3rem;
    border-radius: .1rem;
    padding-left: .65rem;
    background: #fff;
    border: 1px solid #40bbcd;
}

.list_foot_form_n input#name5 {
    background: url(../libs/site_footer_apply_icon_name.png) .2rem center no-repeat;
    background-size: .3rem;
}

.list_foot_form_n input#tel5 {
    background: url(../libs/site_footer_apply_icon_tel.png) .2rem center no-repeat;
    background-size: .26rem;
}

.list_foot_form_n .yanzhengma {
    display: flex;
    justify-content: space-between;
    border: 1px solid #40bbcd;
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    margin-top: .3rem;
    border-radius: .1rem;
    padding-left: .65rem;
    background: url(../libs/site_footer_apply_icon_yzm.png) .2rem center no-repeat;
    background-size: .36rem;
}

.list_foot_form_n .yanzhengma #vCode5 {
    border: 0;
    width: 2rem;
    margin-top: 0;
    height: 0.64rem;
    padding-left: 0;
}

.list_foot_form_n .yanzhengma a.getcode {
    height: .66rem;
    background: #3abbce;
    color: #fff;
    padding: 0 7%;
    border-radius: 0 .1rem .1rem 0;
}

.list_foot_zy {
    position: relative;
}

.list_foot_zy h4 {
    color: #40bbcd;
    padding: 0;
    background: url(../libs/site_footer_apply_icon_drow.png) no-repeat 96% center;
    background-size: .2rem;
    text-align: center;
}

.list_foot_zy_n {
    width: 100%;
    position: absolute;
    top: .7rem;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #40bbcd;
    border-radius: 0 0 .1rem .1rem;
    margin-top: -5px;
    border-top: 0;
}

.list_foot_zy_n dd {
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px dashed #e8e8e8;
    text-align: center;
    color: #333;
}

.list_foot_zy_n dd:last-child {
    border: 0;
}

#list_foot_zys {
    display: none;
}

.list_foot_form_n .list_foot_btn {
    display: block;
    margin: .3rem auto;
    padding: 0;
    width: 80%;
    background: #40bbcd;
    color: #fff;
    border-radius: .1rem;
    font-size: .28rem;
}

.teacher_list_n {
    overflow: hidden;
}

.teacher_list_n li {
    border: 1px solid #e8e8e8;
    margin: .2rem 0;
    padding: .2rem;
    overflow: hidden;
}

.teacher_list_n li img {
    width: 2.2rem;
    height: 3rem;
    margin-right: .2rem;
    float: left;
}

.teacher_list_n li h4 {
    font-size: .26rem;
    font-weight: normal;
}

.teacher_list_n li h5 {
    margin: .2rem 0 .4rem;
}

.teacher_list_n li p {
    font-size: .22rem;
    color: #999;
}

.pagelist{
    text-align: center;
}

.list_list_n li {
    margin: .3rem 0 .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.list_list_n li .pic {
    float: left;
    width: 42%;
    margin-right: .2rem;
}

.list_list_n li .pic img {
    height: 1.8rem;
}

.list_list_n li h4 {
    font-size: .26rem;
    color: #40bbcd;
}

.list_list_n li span {
    display: none;
    font-size: .22rem;
    color: #999;
    margin: .1rem 0;
}

.list_list_n li p {
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video_list_n {}

.video_list_n li {
    padding: 0.3rem 0 0.3rem;
    border-bottom: 0.02rem solid #eee;
}

.video_list_n li .video_img {
    float: right;
    width: 2.4rem;
    height: 1.48rem;
    position: relative;
    border-radius: 4px;
    margin-left: .1rem;
    overflow: hidden;
}

.video_list_n li .video_img img {
    max-width: 120%;
    height: 100%;
}

.video_list_n li .video_img em {
    position: absolute;
    right: 0.133333rem;
    bottom: 0.133333rem;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    font-size: 0.22rem;
    padding: 0 0.16rem;
    border-radius: 0.4rem;
    line-height: 1.3;
    font-style: normal;
}

.video_list_n li .video_txt {
    height: 1.56rem;
    position: relative;
}

.video_list_n li .video_txt h4 {
    font-size: 0.32rem;
    font-weight: normal;
    color: #6b7d87;
    line-height: 1.3;
    margin-top: -0.026666rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.video_list_n li .video_txt p {
    font-size: 0.22rem;
    margin-top: .1rem;
    color: #b8b8b8;
}

.video_list_n li .video_txt span {
    font-size: 0.24rem;
    color: #b8b8b8;
    padding-left: 0.306666rem;
    background: url(../images/play1.png) no-repeat left center;
    background-size: 0.213333rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.videos .header {
    box-shadow: none;
}

.article_video_vd {
    margin-top: 1.2rem;
}

.article_video_vd video {
    object-fit: fill;
    width: 100%;
}

.article_video_ifo {
    background: #e3fbff;
    padding: 0.3rem 4%;
    overflow: hidden;
}

.article_video_ifo .article_video_ifo_h {
    border-bottom: 0.013333rem solid #d5e0ee;
    padding: 0 0 0.4rem;
}

.article_video_ifo .article_video_ifo_h .article_video_ifo_num {
    text-align: center;
}

.article_video_ifo .article_video_ifo_h .article_video_ifo_num .num {
    font-size: 0.3rem;
    color: #666666;
    padding-top: 0.213333rem;
}

.article_video_ifo .article_video_ifo_h .article_video_ifo_num span {
    font-size: 0.22rem;
    color: #b8b8b8;
    display: block;
}

.article_video_ifo .article_video_ifo_txt {
    padding-right: 1.8rem;
}

.article_video_ifo .article_video_ifo_txt h1 {
    font-size: 0.32rem;
    line-height: .5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.article_video_ifo .article_video_ifo_txt .times {
    font-size: 0.26rem;
    color: #b8b8b8;
    margin-top: 0.133333rem;
}

.article_video_arts {
    margin-top: .3rem;
    padding-bottom: 1rem;
}

.article_video_arts h3 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
    font-weight: normal;
}

.article_video_arts span.zyjj {
    font-size: 0.28rem;
    color: #fff;
    display: block;
    width: 2rem;
    line-height: 0.6rem;
    text-align: center;
    margin: 0.3rem 0;
    background: url(../images/fx-bg1.png) no-repeat center center;
    background-size: 100% 100%;
}

.article_video_arts_n {
    position: relative;
    margin-bottom: 1rem;
}

.article_video_arts_p {
    max-height: 6rem;
    overflow: hidden;
}

.article_video_arts_p_more {
    background: url(../images/wzbg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.2rem;
    width: 100%;
    height: 1rem;
    text-align: center;
    line-height: 2rem;
    font-size: 0.426666rem;
}

.article_video_arts_p_more a.more_a {
    font-size: .3rem;
    color: #40bbcd;
}

.article_video_arts_p_more i {
    background: url(../images/xia.png) no-repeat center center;
    background-size: 100% 100%;
    width: 0.333333rem;
    height: 0.32rem;
    display: inline-block;
    vertical-align: middle;
}

.article_video_arts p {
    font-size: .32rem;
    line-height: .5rem;
    margin-bottom: .2rem;
}

.article_video_ifo_b_n {
    margin: 0;
    padding: 0.3rem 0 0;
}

.article_video_ifo_b_n a.zxw_a1 {
    font-size: 0.3rem;
    color: #fff;
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin-top: 0.25rem;
    background: #40bbcd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 0.6rem;
}

.article_video_ifo_b_n>div a img {
    width: 1.066666rem;
    height: 1.066666rem;
    border-radius: 50%;
}

.article_video_ifo_b_nDiv {
    padding: .2rem 0 0 1.333333rem;
}

.article_video_ifo_b_nDiv .nameS a {
    font-size: 0.3rem;
    color: #666;
}

.article_video_ifo_b_nDiv .swsS {
    color: #b8b8b8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.article_video_arts_help {
    margin-bottom: .2rem;
}

.article_video_arts_help li {
    overflow: hidden;
    padding: 0.3rem 0;
    border-bottom: 0.02rem solid #eee;
}

.article_video_arts_help ul li a {
    display: block;
    font-size: 0.3rem;
    color: #fff;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: #40bbcd;
    border-radius: 0.6rem;
    margin-top: 0.3rem;
    box-shadow: 0 3px 6px rgba(48, 122, 232, .2);
}

.article_video_arts_help .article_video_arts_help_txt {
    padding-right: 3.2rem;
}

.article_video_arts_help ul li .article_video_arts_help_txt .tit {
    font-size: 0.36rem;
    color: #40bbcd;
    position: relative;
}

.article_video_arts_help li:nth-child(2) .article_video_arts_help_txt .tit {
    color: #ff6600;
}

.article_video_arts_help li:nth-child(2) a {
    background: #ff6600;
}

.article_video_arts_help ul li .article_video_arts_help_txt span {
    color: #b8b8b8;
    margin-top: 0.133333rem;
    display: block;
}

#kaibanList tr {
    display: block;
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
}

#kaibanList td {
    text-align: center;
    float: left;
    width: 25%;
    font-size: .26rem;
}

#kaibanList td img {
    width: 1.5rem;
    display: block;
    margin: .12rem auto 0;
}

.listIndex_cont {
    overflow: hidden;
}

.listIndex_last {
    margin-top: .5rem;
    border: 1px solid #e8e8e8;
    border-radius: .05rem;
    position: relative;
}

.listIndex_last div {
    position: absolute;
    top: -.3rem;
    left: .3rem;
    display: inline-block;
    line-height: .6rem;
    padding: 0 2%;
    border: 1px solid #e8e8e8;
    border-radius: .1rem;
    background: #fff;
}

.listIndex_last h3 {
    color: #40bbcd;
    padding-left: .55rem;
    font-size: .26rem;
    line-height: .6rem;
    background: url(../libs/icon_update.png) no-repeat .1rem center;
    background-size: .35rem;
}

.listIndex_last ul {
    padding: .5rem .3rem .2rem;
    overflow: hidden;
}

.listIndex_last ul li {
    width: 100%;
    line-height: .42rem;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
}

.listIndex_last ul li a {
    width: 75%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listIndex_last ul li span {
    float: right;
    color: #40bbcd;
    font-size: .22rem;
}

.listIndex_box {
    margin-top: .2rem;
    border: 1px solid #e8e8e8;
    padding: 1% 4% 2%;
    overflow: hidden;
}

.listIndex_box_tit {
    line-height: .6rem;
    padding: 0 2%;
    margin-bottom: .2rem;
    border-bottom: 2px solid #40bbcd;
    overflow: hidden;
}

.listIndex_box_tit h2 {
    font-size: .3rem;
    float: left;
}

.listIndex_box_tit a {
    float: right;
}

.listIndex_box_n_pic {
    overflow: hidden;
}

.listIndex_box_n_pic h4 {
    color: #40bbcd;
}

.listIndex_box_n_pic img {
    width: 2.6rem;
    height: 1.6rem;
    margin-right: .2rem;
    float: left;
}

.listIndex_box_n_pic h3 {
    font-size: .26rem;
    line-height: .6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listIndex_box_n_pic p {
    font-size: .22rem;
    color: #999;
    line-height: .34rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listIndex_box_n ul {
    margin-top: .2rem;
    overflow: hidden;
}

.listIndex_box_n ul li {
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    counter-increment: counter;
}

.listIndex_box_n ul li span {
    float: right;
    color: #999;
    font-size: .22rem;
}

.listIndex_box_n ul li a strong,
.listIndex_last ul li a strong {
    color: #40bbcd;
}

.listIndex_box_n_item li {
    height: .5rem;
}

.listIndex_box_n_item ul li:before {
    content: counter(counter);
    width: .3rem;
    line-height: .3rem;
    color: #fff;
    text-align: center;
    border-radius: .03rem;
    margin-right: .1rem;
    background: #ddd;
    display: inline-block;
    font-style: normal;
}

.listIndex_box_n_item ul li:nth-child(1):before {
    background: #40bbcd;
}

.listIndex_box_n_item ul li:nth-child(2):before {
    background: #40bbcd;
}

.listIndex_box_n_item ul li:nth-child(3):before {
    background: #40bbcd;
}


/* article */

.article_box {
    padding: 4%;
    overflow: hidden;
}

.article_box .article_box_t h1 {
    color: #40bbcd;
    line-height: .4rem;
    font-size: .32rem;
}

.article_box .article_box_t span {
    display: block;
    margin: .2rem 0;
}

.article_box .article_box_t span em {
    color: #999;
    font-size: .2rem;
    padding-right: .15rem;
    font-style: normal;
}

.article_box .article_box_t .daodu {
    padding: .2rem .3rem;
    line-height: .34rem;
    background: #f1fdff;
    border: 1px dashed #40bbcd;
    word-wrap: break-word;
}

.article_box .article_arts {
    margin: .2rem 0;
    overflow: hidden;
}

.article_box .article_arts p {
    line-height: .4rem;
    font-size: .26rem;
    margin-bottom: .1rem;
    text-indent: 2em;
    text-align: justify;
}

.article_arts p img,
.article_arts center img {
    width: auto;
}

.article_box .article_arts p.art_ifo {
    color: #666;
    font-size: .24rem;
    line-height: .36rem;
}

.article_box .article_arts p a {
    color: #40bbcd;
    border-bottom: 1px dashed #40bbcd;
    text-decoration: none;
}

.article_box .article_arts p img,
.article_box .article_arts center img {
    width: 100%!important;
    height: auto!important;
}

.article_box .article_arts p img.artKb_yy,
.article_box .article_arts p img.artKb_zx {
    display: none;
}

.article_box #post_relat {
    margin: .25rem 0;
    padding: .2rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: .05rem solid #aaa;
}

.article_box #post_relat h3 {
    color: #40bbcd;
    font-size: .3rem;
    line-height: .4rem;
    margin-bottom: .1rem;
}

.article_box #post_relat li {
    line-height: .5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zhidaolaoshi {
    padding: 0 4%;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.zhidaolaoshi h3 {
    border-left: .05rem solid #40bbcd;
    color: #40bbcd;
    margin: .3rem 0;
    font-size: .28rem;
    padding-left: .1rem;
}

.zhidaolaoshi .art_laoshi_n {
    margin-bottom: .3rem;
    overflow: hidden;
}

.zhidaolaoshi .art_laoshi_n img {
    width: 1.5rem;
    float: left;
    margin-right: .2rem;
    border-radius: 1.5rem;
}

.zhidaolaoshi .art_laoshi_n h4 {
    font-size: .28rem;
    color: #666;
    margin-bottom: .1rem;
}

.zhidaolaoshi .art_laoshi_n a {
    width: 50%;
    margin-top: .2rem;
    display: inline-block;
    color: #fff;
    line-height: .5rem;
    border-radius: .5rem;
    text-align: center;
    background: #40bbcd;
}

.article_pageundown {
    border-top: 1px solid #e8e8e8;
    margin-top: .2rem;
    padding-top: .2rem;
}

.article_pageundown p {
    font-size: .2rem;
    color: #666;
    line-height: .34rem;
}

.article_pageundown p:nth-child(2) {
    padding-bottom: .15rem;
    margin-bottom: .15rem;
    border-bottom: 1px solid #ccc;
}

.article_pageundown p a {
    color: #666;
    font-weight: normal;
}

.post_video {
    width: 100%;
    height: 4rem;
    margin: 0 auto;
    position: relative;
    background: #000;
}

.post_video video {
    width: 100%;
    height: 4rem;
    object-fit: fill;
}

.post_video div {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.post_video div img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.post_video div em {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000 url(../libs/list_video_play.png) center center no-repeat;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: .65;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=65);
}

@keyframes jump {
    0% {
        top: -4px;
    }
    25% {
        top: 0px;
    }
    50% {
        top: -4px;
    }
    75% {
        top: 0px;
    }
    100% {
        top: -4px;
    }
}

@keyframes footer_told_finger {
    0% {
        margin-top: .1rem;
    }
    50% {
        margin-top: 0;
    }
    100% {
        margin-top: .1rem;
    }
}

@keyframes jump2 {
    0% {
        margin-top: 5px;
    }
    50% {
        margin-top: 0;
    }
    100% {
        margin-top: 5px;
    }
}

@keyframes icon-bounce {
    0%,
    100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(18deg);
    }
    50% {
        transform: rotate(-18deg);
    }
    75% {
        transform: rotate(5deg);
    }
    85% {
        transform: rotate(-5deg);
    }
}

@keyframes dates {
    0%,
    65% {
        transform: translateY(0%)
    }
    10%,
    55% {
        transform: translateY(-100%)
    }
}

@keyframes list_ask_shine {
    0% {
        opacity: 0;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    70% {
        opacity: 1;
        transform: scale(1.3)
    }
    to {
        opacity: 0;
        transform: scale(1.6)
    }
}