.fadeIn {
    -webkit-animation: fadeIn 1s .2s ease both;
    -moz-animation: fadeIn 1s .2s ease both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeOut {
    -webkit-animation: fadeOut 1s .2s ease both;
    -moz-animation: fadeOut 1s .2s ease both
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.popup {
    z-index: 100;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.popup .popup-label {
    width: 16rem;
    height: 7.5rem;
    padding: 1rem;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 1px 1px #e0e0e0;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: .8rem;
    color: #767676;
    line-height: 1.2rem;
    text-align: center
}

.popup .popup-label .popup-btn {
    cursor: pointer;
    position: absolute;
    bottom: .5rem;
    right: 1rem;
    color: #ff4e5d;
    text-align: right;
    width: 5rem;
    height: 1.2rem;
    line-height: 1.2rem
}

.lm_1,
.lm_3,
.lm_4,
.lm_6,
.lm_7 {
    margin-bottom: 7px
}

.cire_list li:before,
.fire_list li:before,
.fire_list:before,
.in_title:before,
.pc_title:before,
.search_form:before {
    content: ""
}

.cell_box1,
.link_over,
.search_list li,
.tab-click,
.tabClick,
.tabCon,
.teacher_list li,
.userImg,
.username {
    overflow: hidden
}

.list-common .l-cont a .item-title,
.list-three .list-cont .item .item-title,
.show-list-three .item .img-cont .img-text,
.show-list-two .item .left-text .t-title {
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap
}

.links .lin-right .qcode-show img,
.qgds-right .pro img,
.right-pro img {
    max-height: 100%;
    max-width: 100%
}

.mouseMa {
    bottom: -97px;
    left: 16px
}

.two_navb {
    width: 100%;
    border-bottom: 1px solid #e3e3e3
}

.member_con {
    padding: 20px 0
}

.two_nav a {
    font-size: 16px;
    color: #333
}

.mec_left {
    width: 280px;
    margin-right: 40px
}

.login_form {
    background: #f2f2f2;
    padding: 11px 10px;
    border: 1px solid #e3e3e3
}

.form_txt {
    font-size: 15px;
    color: #c9c9c9;
    text-align: center
}

.form_txt p:nth-of-type(1) {
    color: #f84d72;
    font-size: 20px
}

.input_box {
    width: 100%;
    margin-top: 10px
}

.form_label {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: 10px center
}

.input_box input {
    margin-left: 40px;
    border: 0;
    width: 84%;
    color: #333;
    height: 40px;
    outline: 0;
    line-height: 40px;
    padding-left: 5px
}

.form_label_ch1 {
    background-image: url(../img/icon-ch.png)
}

.form_label_ch2 {
    background-image: url(../img/icon_01-ch.png)
}

.form_label_ch3 {
    font-size: 0;
    background-image: url(../img/icon_02-ch.png)
}

.form_label_ch3 a,
.form_submit {
    line-height: 40px;
    background: #fe4c61;
    text-align: center
}

.form_label_ch3 input {
    width: 47%;
    font-size: 13px
}

.form_label_ch3 a {
    font-size: 13px;
    display: inline-block;
    width: 37%;
    color: #fff
}

.form_label .icon_left {
    position: absolute;
    left: 10px;
    top: 14px;
    color: #ff858e
}

.form_label .icon_right {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #ff858e
}

.input_box input::-webkit-input-placeholder {
    color: #666
}

.input_box input:-moz-placeholder {
    color: #666
}

.input_box input::-moz-placeholder {
    color: #666
}

.input_box input:-ms-input-placeholder {
    color: #666
}

.form_submit {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 0;
    height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 10px
}

.link_in {
    margin-top: 15px
}

.register {
    color: #ff5562
}

.look_more {
    margin-top: 8px
}

.lm_one,
.lm_thr,
.lm_two {
    width: 88px;
    margin-right: 8px
}

.lm_one a,
.lm_thr a,
.lm_two a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff
}

.lm_thr {
    margin-right: 0
}

.lm_1,
.lm_7 {
    height: 78px;
    line-height: 78px;
    background: #ff999f
}

.lm_2,
.lm_3,
.lm_5,
.lm_6 {
    height: 35px;
    line-height: 35px;
    background: #90c7ff
}

.lm_3,
.lm_6 {
    background: #aa91ec
}

.lm_4 {
    height: 36px;
    line-height: 36px;
    background: #e78b9a
}

.lm_5 {
    background: #ffb98e
}

.lm_6 {
    background: #ffb279
}

.lm_7 {
    padding-top: 23px;
    line-height: 16px;
    margin-bottom: 0;
    background: #e89aa7
}

.search_list,
.teacher_list li {
    margin-bottom: 20px
}

.look_more a {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s
}

.look_more a:hover {
    opacity: .9;
    font-size: 15px
}

.mec_con {
    width: 500px
}

.search_list li {
    position: relative;
    padding-left: 10px;
    color: #333;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    width: 475px
}

.cire_list li:before {
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ccc;
    left: 0;
    top: 17px
}

.search_list li:first-child {
    font-size: 17px;
    font-weight: 600
}

.search_form input[type=text] {
    width: 400px;
    background: #f6f6f6;
    border: 1px solid #feeff4;
    outline: 0;
    height: 40px;
    border-radius: 30px;
    padding-left: 60px
}

.search_form input[type=submit] {
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #666;
    margin-left: 15px
}

.search_form {
    position: relative
}

.search_form i {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #b3b3b3;
    font-size: 20px
}

.search_form:before {
    position: absolute;
    width: 1px;
    height: 20px;
    left: 55px;
    top: 11px;
    background: #b7b7b7
}

.mec_right {
    width: 360px
}

#index-1 img,
#index-2 img {
    display: block;
    cursor: pointer
}

#index-1 .swiper-button-prev,
#index-2 .swiper-button-prev {
    left: 0;
    background: url(/latest/home/index.png) 0 -202px no-repeat !important
}

#index-1 .swiper-button-next,
#index-2 .swiper-button-next {
    right: 0;
    background: url(/latest/home/index.png) 15px -239px no-repeat !important
}

#index-1 .swiper-button-next,
#index-1 .swiper-button-prev,
#index-2 .swiper-button-next,
#index-2 .swiper-button-prev {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 20px
}


.in_title {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #e1e1e1;
    font-size: 18px;
    position: relative
}

.in_title:before {
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ff5562;
    left: 0;
    bottom: -2px
}

.fire_list {
    width: 100%;
    margin-top: 15px;
    position: relative
}

.eg_list,
.video_list {
    margin-top: 20px
}

.fire_list:before {
    position: absolute;
    height: 78px;
    width: 1px;
    background: #e3e3e3;
    left: 8px;
    top: 6px
}

.fire_list li {
    line-height: 30px;
    font-size: 16px;
    width: 100%;
    padding-left: 20px;
    position: relative
}

.fire_list li:before {
    position: absolute;
    height: 9px;
    width: 9px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    left: 4px;
    top: 10px
}

.fire_list li:hover:before {
    background: #ff5562;
    border: 1px solid #ff5562
}

.fire_list li a.a {
    font-size: 12px;
    color: #333
}

.pc_title {
    position: relative;
    border-top: 2px solid #e1e1e1;
    padding-left: 15px;
    height: 45px;
    line-height: 45px
}

.pc_title:before {
    position: absolute;
    height: 22px;
    width: 5px;
    background: #ff5562;
    left: 0;
    top: 12px
}

.pct_name {
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px
}

.pct_english {
    font-size: 18px;
    color: #b2b2b2
}

.pctitle_link {
    color: #999
}

.pctitle_link a {
    margin-right: 15px;
    display: inline-block
}

.tab_list {
    width: 800px
}

.tabClick li {
    height: 43px;
    line-height: 45px;
    width: 75px;
    float: left;
    font-size: 18px;
    text-align: center;
    margin-right: 30px;
    cursor: pointer
}

.tabClick li.active {
    color: #ff5562;
    transition: .1s
}

.tabCon {
    height: 205px
}

.tabBox {
    position: relative
}

.lineBorder {
    height: 2px;
    overflow: hidden;
    border-bottom: 2px solid #e1e1e1;
    background: #f3f3f3
}

.lineDiv {
    background: #ff5562;
    height: 2px;
    width: 75px;
    position: absolute
}

.qg_list {
    width: 50%
}

.qg_list li {
    height: 35px;
    position: relative;
    line-height: 35px;
    padding-left: 13px;
    font-size: 16px
}

.teacher_name,
.text-c {
    height: 36px;
    text-align: center
}

.tab_text_one {
    color: grey;
    margin-right: 10px
}

.tabList {
    padding: 15px 0 !important
}

.tab_right {
    width: 360px
}

.tab_right img {
    display: block;
    width: 100%;
    transition: all 1s
}

.con_box {
    padding: 15px 0
}

.con_left {
    width: 800px
}

.con_right {
    width: 360px
}

.aqgj_left {
    width: 535px
}

.text-c {
    width: 100%;
    color: grey;
    line-height: 36px
}

.a_more {
    color: #999;
    font-size: 14px
}

.video_list li {
    font-size: 16px;
    line-height: 49px
}

.teacher_list li {
    width: 185px;
    margin-right: 20px;
    float: left;
    position: relative;
    transition: all 1s
}

.fired_linktwo a,
.fired_linktwo span,
.run_title {
    margin-bottom: 10px
}

.teacher_name {
    position: absolute;
    left: 0;
    bottom: -36px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    line-height: 36px;
    width: 100%;
    transition: all .4s
}

.teacher_list li:hover .teacher_name {
    bottom: 0
}

.teacher_list img {
    transition: all 1s
}

.teacher_list li:hover img {
    transform: scale(1.1)
}

.teacher_list li:nth-of-type(4n) {
    margin-right: 0
}

.eg_list li {
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    line-height: 35px
}

.book_list li {
    width: 170px;
    margin-right: 40px;
    float: left
}

.book_list li p {
    font-size: 16px;
    color: #666
}

.book_list li:nth-of-type(4n) {
    margin-right: 0
}

.book_list li img {
    width: 100%
}

.book_list li span {
    margin-left: 10px
}



.book_mt {
    margin-top: -10px
}

.book_name i {
    font-size: 26px;
    color: #b3b3b3;
    margin-right: 20px;
    vertical-align: bottom
}

.book_name.baook_active i {
    color: #fe5966
}

.book_name {
    font-size: 16px;
    line-height: 47px
}

.run_boxl {
    width: 280px;
    margin-right: 20px
}

.run_title {
    font-size: 18px;
    font-weight: 600
}

.run_page {
    font-size: 15px;
    color: #333;
    line-height: 32px
}

.run_box {
    width: 240px;
    margin-right: 10px
}

.fired_link {
    padding-left: 0;
    height: 35px;
    line-height: 35px;
    border-top: 0
}

.fired_linktwo {
    color: #999;
    padding-top: 10px
}

.fired_linktwo a {
    display: inline-block;
    margin-right: 20px
}

.fired_link:before {
    width: 0
}

.fired_link .pctitle_link span {
    color: #333
}

.show_list {
    padding-left: 60px;
    margin-top: 35px;
    margin-bottom: 35px
}

.show_list li {
    width: 100px;
    text-align: center;
    float: left;
    margin-right: 55px
}

.show_list li img {
    width: 50px;
    height: 50px;
    transition: all .6s ease-in-out
}

.show_list li:hover img {
    transform: scale(1.05) rotate(360deg)
}

.show_list li p {
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px
}

.sidebar_li li {
    width: 36px;
    height: 36px;
    background: #626262;
    margin-bottom: 1px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 1px;
    cursor: pointer
}

.sidebar_li li:nth-of-type(1) {
    line-height: 36px
}

.sidebar_li li#scrollp_top {
    background: #acacac;
    line-height: 1;
    padding-top: 2px
}

.fixed_po {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
    top: 100px
}

.sidebar_li {
    float: right;
    margin-right: -50px;
    pointer-events: all;
    z-index: 999
}

.sidebar_li li.active {
    background: #ff5562
}

.moule_left {
    height: 258px;
    width: 170px;
    position: fixed;
    top: 30%;
    left: -200px;
    animation: motion 3s 1;
    animation-fill-mode: forwards;
    z-index: 99
}

.moule_left .colse {
    cursor: pointer;
    height: 30px;
    float: right;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@keyframes motion {
    to {
        left: 0
    }
}

@-webkit-keyframes motion {
    to {
        left: 0
    }
}

.flink {
    margin-top: 10px !important;
    padding: 10px;
    color: #000;
    font-size: 15px
}

.flink a {
    padding-left: 10px;
    padding-right: 10px;
    color: #000
}

.to-top {
    height: 100px;
    width: 35px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border: 1px solid #979797
}

.to-top .box1 {
    cursor: pointer;
    height: 40px
}

.to-top .box2 {
    cursor: pointer;
    height: 58px;
    width: 100%;
    float: left
}

.fixed_list {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 999
}

.fixed_list li {
    margin-top: 1px;
    background: #999;
    border: 1px solid #f0f0f0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative
}

.cell_box1,
.cell_box2,
.cell_img img {
    position: absolute
}

.fixed_list li:last-of-type {
    line-height: 18px
}

.fixed_list li p {
    color: #fff;
    font-size: 12px
}

.fixed_list li:hover {
    background: #ff5562;
    border: 1px solid #ff5562
}

.cell_box1 {
    height: 40px;
    background: #ff5562;
    width: 0;
    left: 0;
    top: -1px;
    line-height: 40px;
    color: #fff;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s
}

.fixed_list li.cell_boxh:hover .cell_box1 {
    width: 100px;
    left: -100px
}

.cell_img img {
    width: 100px;
    top: -135px;
    left: -25px
}

.cell_box2 {
    left: -100px;
    top: -15px;
    display: none
}

.fixed_list li.cell_ewm:hover .cell_box2 {
    display: block
}

.videos {
    position: relative;
    height: 227px
}

.videos img {
    position: absolute;
    left: 0;
    top: 0
}

#chenvideo {
    width: 100%;
    margin-top: 16px
}

.login_after {
    padding: 20px 0;
    background: url(../img/img_01.jpg) center/100% no-repeat
}

.userImg {
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: auto
}

.userImg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.username {
    font-size: 20px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    margin: 0 auto
}

.othlink {
    margin-top: 20px;
    font-size: 0;
    margin-bottom: 10px
}

.othlink a,
.outlogin {
    font-size: 20px;
    text-align: center
}

.othlink a {
    display: inline-block;
    width: 33.3%;
    color: #fff
}

.othlink a img {
    display: block;
    width: 25%;
    margin: auto
}

.outlogin {
    display: block;
    width: 90%;
    margin: auto;
    color: #f07d8f;
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
    padding: 10px 0
}

.top-cont .top-content,
.top-middle {
    width: 1200px;
    margin: auto
}

.top-cont .top-content .t-left .left-cont a,
.top-cont .top-content .t-right .right-cont a {
    color: inherit;
    text-decoration: inherit
}

.othlink a p {
    font-size: 16px;
    text-align: center
}

.top-cont {
    border-bottom: 1px solid #e9e9e9;
    background: #fff
}

.top-cont .top-content {
    position: relative;
    height: 42px;
    line-height: 42px
}

.top-cont .top-content .t-left {
    float: left
}

.top-cont .top-content .t-right {
    float: right
}

.top-middle .m-cont {
    height: 110px
}

.top-middle .m-cont .logo-img {
    display: block;
    padding: 30px 0;
    float: left
}

.top-middle .m-cont ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #666
}

.top-middle .m-cont ul li a {
    color: inherit;
    text-decoration: inherit
}

.top-middle .m-cont ul li .appT {
    color: #ff5562;
    padding: 8px 20px;
    border: 1px solid #ff5562;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 23px;
    margin-right: 26px;
    line-height: initial;
    display: inline-block
}

.top-middle .m-cont .m-ul {
    float: right
}

.top-middle .m-cont .m-ul .one-li {
    position: relative
}

.top-middle .m-cont .m-ul .one-li a img {
    padding: 12px 0;
    border: 0
}

.top-middle .m-cont .m-ul .one-li>img {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 64px;
    left: 17px
}

.top-middle .m-cont .m-ul .one-li:hover .mouseMa {
    display: block !important
}

.top-middle .m-cont .m-ul .two-li {
    line-height: auto !important
}

.top-middle .m-cont .m-ul .two-li a img {
    padding: 7px 0
}

.search-div {
    float: left;
    margin-left: 72px;
    margin-top: 24px
}

.search-div .search-cont {
    border: 1px solid #ff5b6f;
    border-radius: 4px;
    height: 38px
}

.search-div .search-cont .s-content {
    float: left;
    width: 458px;
    height: 100%;
    border-radius: 6px;
    padding-left: 14px;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 14px
}

.search-div .search-cont .search-btn {
    float: right;
    color: #fff;
    background-color: #ff5b6f;
    width: 80px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    cursor: pointer
}

.search-div .keys {
    height: 32px;
    line-height: 32px
}

.search-div .keys a {
    color: #aaa;
    padding-right: 10px
}

.seo-nav-new {
    width: 100%;
    height: 44px;
    z-index: 99;
    background-color: #ff5b6f
}

.seo-nav-new .nav-cont {
    width: 1200px;
    margin: 0 auto
}

.seo-nav-new .nav-cont .item {
    float: left;
    width: 170px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block
}

.seo-nav-new .nav-cont .item-down:after {
    content: '';
    display: inline-block;
    border: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 6px
}

.seo-nav-new .nav-cont .item.active {
    background-color: #ff3f3f
}

.seo-nav-new .nav-cont .item-sons {
    position: absolute;
    display: none;
    z-index: 99;
    width: 100%;
    left: 0;
    padding-top: 5px;
    background-color: #f8f8f8
}

.seo-nav-new .nav-cont .item-sons .sons-cont {
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    height: initial;
    line-height: initial
}

.seo-nav-new .nav-cont .item-sons .sons-cont .i-item {
    float: left;
    font-size: 14px;
    margin-right: 60px;
    margin-bottom: 7px
}

.seo-nav-new .nav-cont .item-sons .sons-cont .i-item .i-left {
    float: left;
    color: #000;
    cursor: text
}

.seo-nav-new .nav-cont .item-sons .sons-cont .i-item .i-right {
    float: left;
    color: #666
}

.seo-nav-new .nav-cont .item-sons .sons-cont .i-item .i-right .son {
    float: left;
    display: block;
    padding: 0 6px
}

.seo-nav-new .nav-cont .item-sons .sons-cont .i-item .i-right .son:hover {
    color: #ff5b6f
}

.seo-nav-new .nav-cont .p-r .i-item {
    float: right !important
}

.hidden {
    display: none !important
}

.links {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    position: relative
}

.links .lin-left {
    padding-top: 24px;
    height: 222px
}

.links .lin-left .lin {
    float: left;
    width: 159px
}

.links .lin-left .lin .lin-item {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    height: 36px;
    line-height: 36px
}

.links .lin-left .lin .lin-first {
    font-size: 18px
}

.links .line {
    width: 1px;
    height: 140px;
    background-color: #e8e8e8;
    float: left;
    margin-top: 14px
}

.links .lin-right {
    width: 528px;
    position: absolute;
    right: 0;
    bottom: 17px
}

.links .lin-right .btns {
    float: left
}

.links .lin-right .btns .btn {
    width: 160px;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #ff5b6f;
    background-color: #fff;
    border: 1px solid #ff5b6f;
    cursor: pointer
}

.links .lin-right .btns .btn.active {
    color: #fff;
    background-color: #ff5b6f
}

.links .lin-right .qrcode-box {
    float: left
}

.links .lin-right .qrcode-itm {
    display: none
}

.links .lin-right .qrcode-itm:first-child {
    display: block
}

.links .lin-right .move-qcode-show {
    float: left;
    margin-left: 38px;
    position: relative
}

.links .lin-right .move-qcode-show .sanjiao {
    position: absolute;
    left: -33px;
    top: 14px
}

.links .lin-right .move-qcode-show .code-cont {
    width: 146px;
    height: 186px;
    text-align: center;
    border-radius: 6px;
    box-shadow: #ff5b6f 0 0 14px -2px
}

.pc-title-2:before,
.pc-title-3:before {
    background: #ff5562;
    border-radius: 22px;
    left: 0;
    top: 12px
}

.links .lin-right .move-qcode-show .code-cont img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 20px auto auto 18px
}

.pc-title-2 .pct_name,
.pc-title-3 .pct_name {
    font-size: 22px;
    margin-right: 10px;
    float: left;
    font-weight: 600
}

.links .lin-right .move-qcode-show .code-cont .c-text {
    width: 100%;
    margin-top: 5px
}

.links .lin-right .move-qcode-show .code-cont .c-text-2 {
    width: 100%
}

.links .lin-right .move-qcode-show .code-cont .c-wx {
    width: 100%;
    color: #ff5b6f
}

.links .lin-right .move-qcode-show .code-cont>* {
    float: left
}

.links .lin-right .qcode-show {
    float: left;
    margin-left: 23px;
    width: 150px;
    height: 190px
}

.pl186 {
    padding-left: 187px !important
}

.pl334 {
    padding-left: 348px !important
}

.pl150 {
    padding-left: 150px !important
}

.w100 {
    width: 100px !important
}

.w110 {
    width: 110px !important
}

.mt40 {
    margin-top: 40px
}

.mt20 {
    margin-top: 20px
}

.mt16 {
    margin-top: 16px
}

.pc-title-2 {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 15px;
    height: 45px;
    width: 100%;
    line-height: 45px
}

.pc-title-2:before {
    content: "";
    position: absolute;
    height: 22px;
    width: 5px
}

.pc-title-2:after {
    content: " ";
    display: table
}

.pc-title-3 {
    position: relative;
    height: 45px;
    width: 100%;
    line-height: 45px
}

.pc-title-3 .pct_name {
    padding-left: 15px
}

.pc-title-3:before {
    content: "";
    position: absolute;
    height: 22px;
    width: 5px
}

.hz-cf-2,
.pc-title-3:after {
    content: " ";
    display: table
}

.tab-click {
    margin-left: 188px
}

.tab-click li {
    margin-right: 30px;
    height: 43px;
    line-height: 45px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin: initial !important;
    font-size: 16px !important;
    width: 100px !important
}

.tab-click li.active {
    color: #ff5562;
    transition: .1s
}

.tab-click li:after {
    content: "";
    width: 1px;
    height: 23px;
    background-color: #aaa;
    float: right;
    margin-top: 13px
}

.tab-click li:last-child:after {
    width: 0
}

.move-div {
    float: left
}

.move-div .lineBorder {
    position: relative;
    height: initial;
    overflow: initial;
    border-bottom: 1px solid #e1e1e1 !important
}

.move-div .lineBorder .lineDiv {
    background: #ff5562;
    height: 2px;
    position: absolute;
    bottom: -1px
}

.more-div {
    color: #aaa;
    float: right;
    cursor: pointer
}

.show-list-one .item {
    height: 176px;
    width: 420px;
    border: 1px solid #eee;
    margin-top: 8px;
    display: inline-block;
    position: relative
}

.show-list-one .item .tea-img {
    float: left;
    display: block;
    width: 42%
}

.show-list-one .item .left-text {
    float: left;
    width: 58%
}

.show-list-one .item .left-text .t-text {
    margin: 0 9px 9px
}

.show-list-one .item .left-text .t-title {
    color: #ff5b6f;
    text-align: center;
    height: 40px;
    line-height: 40px
}

.show-list-one .item .left-text .t-content {
    line-height: 24px;
    height: 76px;
    overflow: hidden;
    text-overflow: ellipsis
}

.show-list-one .item .left-text .t-button {
    width: 150px;
    height: 30px;
    display: block;
    margin: 12px auto 0;
    line-height: 30px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    background-color: #ff5b6f;
    text-align: center
}

.show-list-one .item:nth-child(even) {
    margin-left: 16px
}

.show-list-three {
    height: 622px;
    PADDING-TOP: 20PX
}

.show-list-three .item {
    float: left;
    width: 33%
}

.show-list-three .item .img-cont {
    position: relative;
    display: block;
    height: 190px;
    width: 280px
}

.show-list-three .item .img-cont img {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.show-list-three .item .img-cont .img-text {
    overflow: hidden;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    font-size: 16px;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .6)
}

.show-list-three .item .left-text {
    padding-top: 15px;
    padding-bottom: 10px
}

.show-list-three .item .left-text .t-text {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.show-list-three .item .left-text .t-text:hover {
    color: #ff5b6f
}

.show-list-three .item .left-text .t-text:before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #000;
    position: relative;
    float: left;
    margin-top: 15px;
    border-radius: 10px;
    margin-right: 5px
}

.show-list-two {
    height: 520px;
    width: 1200px !important
}

.show-list-two .item {
    width: 25%;
    float: left;
    height: 218px;
    margin-top: 20px
}

.show-list-two .item .item-cont {
    margin: 9px
}

.show-list-two .item .tea-img {
    display: block;
    height: 150px;
    width: 100%
}

.qgds-left,
.qgds-right {
    display: inline-block;
    vertical-align: top
}

.show-list-two .item .left-text .t-text {
    margin-top: 0
}

.show-list-two .item .left-text .t-title {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    overflow: hidden
}

.show-list-two .item:hover {
    box-shadow: #d6d6d6 0 0 12px 0;
    color: #ff5b6f
}

.show-list-two .t-content {
    height: 20px;
    line-height: 20px
}

.qgds-left {
    width: 880px
}

.qgds-right {
    width: 288px;
    float: right
}

#form1 .btn,
#form2 .btn,
.hz-btn,
.net_nright img.mr-5,
.other:after,
.v-m {
    vertical-align: middle
}

.qgds-right .pro {
    width: 290px;
    height: 128px;
    margin-top: 9px
}

.list-one {
    border: 1px solid #eee;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 21px
}

.list-one .list-cont .item:before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #000;
    position: relative;
    float: left;
    margin-top: 17px;
    border-radius: 10px;
    margin-right: 5px
}

.l-button {
    width: 180px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    cursor: pointer
}

.list-two {
    border: 1px solid #eee;
    line-height: 36px;
    padding-left: 10px;
    font-size: 16px;
    height: 268px
}

.list-two .list-cont {
    margin-top: 5px;
    height: 195px
}

.list-two .list-cont .item {
    margin-top: 15px;
    border-radius: 10px;
    padding: 0 10px;
    width: auto;
    float: left;
    margin-right: 16px;
    font-size: 14px
}

.list-two .list-cont .item div {
    line-height: 24px;
    height: 24px
}

.list-two .l-button {
    border: 1px solid #aaa;
    color: #aaa;
    margin: 23px auto 0
}

.list-two .red {
    background-color: #ff999f
}

.list-two .purple {
    background-color: #ccbdf4
}

.list-two .yellow {
    background-color: #ffd1af
}

.list-two .powder {
    background-color: #ffc2c5
}

.list-two .blue {
    background-color: #bcddff
}

.list-three {
    border: 1px solid #eee;
    font-size: 16px;
    margin-top: 21px;
    width: 288px;
    padding: 14px 15px
}

.list-three .list-cont .item {
    overflow: hidden;
    text-overflow: ellipsis
}

.list-three .list-cont .item a {
    display: block;
    position: relative;
    height: 32px;
    width: 100%;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666
}

.list-three .list-cont .item .item-title {
    width: 189px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    font-size: 14px
}

.list-three .list-cont .item div:first-child {
    content: "·";
    background-color: #000;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 15px
}

.list-three .list-cont .item div:last-child {
    color: #aaa;
    float: right;
    font-size: 14px
}

.list-three .l-button {
    background-color: #ff5562;
    color: #fff;
    margin-top: 11px;
    margin-left: 40px
}

.point {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000
}

.list-common .l-title {
    width: 100%;
    position: relative;
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e1e1e1
}

.list-common .l-title .l-text:before {
    content: "";
    position: absolute;
    height: 22px;
    width: 5px;
    background: #ff5562;
    border-radius: 22px;
    left: 0;
    top: 12px
}

.list-common .l-title .l-text {
    font-size: 22px;
    font-weight: 600;
    float: left;
    margin-right: 10px
}

.list-common .l-title .l-more {
    color: #aaa;
    float: right;
    font-size: 15px
}

.list-common .l-cont a {
    display: block;
    position: relative;
    height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-common .l-cont a .item-title {
    width: 296px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    font-size: 16px
}

.list-common .l-cont a div:first-child {
    content: "";
    background-color: #000;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px
}

img,
input {
    border: 0
}

.list-common .l-cont a div:last-child {
    color: #aaa;
    float: right
}

.left-list,
.right-list {
    width: 430px;
    float: left
}

.right-list {
    margin-left: 20px
}

.height-220 {
    height: 220px
}

.height-100 {
    height: 100px
}

.right-pro {
    float: right;
    width: 290px;
    height: 222px
}

.ml23 {
    margin-left: 23px !important
}

.kefu_btn:hover {
    cursor: pointer
}

.links-2 .k-title-span {
    cursor: default
}

.links-2 .k-content {
    overflow: hidden;
    display: none
}

.dis-bk,
.l-more img,
.links-2 .k-content:first-child,
.more-div img {
    display: block
}

.links-2 .links-2-cont {
    margin-top: 34px;
    margin-bottom: 30px
}

.links-2 .links-2-cont .k-title span:first-child {
    font-size: 18px
}

.links-2 .links-2-cont .k-title span:last-child {
    color: #aaa
}

.links-2 .links-2-cont .k-content>a {
    display: block;
    color: #aaa;
    float: left;
    margin-top: 10px;
    font-size: 12px;
    margin-right: 10px
}

.l-more img,
.more-div img {
    float: right;
    margin-top: 14px;
    margin-left: 8px
}

.tabCon2 {
    overflow: hidden;
    height: 420px !important;
    width: 862px !important
}

.tabCon3 {
    overflow: hidden;
    height: 508px !important;
    width: 1200px !important
}

.tabCon4 {
    overflow: hidden;
    height: 622px !important;
    width: 880px !important
}

.tab-click3 li,
.tab-click4 li {
    font-size: 17px !important;
    width: 110px !important;
    margin-right: initial !important
}

.tab-click3 {
    margin-left: 350px
}

.tab-click4 {
    margin-left: 154px
}

body,
form,
html,
li,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    font-family: '微软雅黑';
    background: #fff;
    font-size: 14px;
    color: #333;
    min-width: 1200px;
    overflow-y: auto
}

a,
a:focus,
a:hover {
    color: inherit
}

input {
    padding: 0
}

a {
    text-decoration: inherit
}

.a {
    cursor: pointer
}

*,
:after,
:before {
    box-sizing: border-box
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    font-size: 14px;
    margin: 0
}

.fz-12 {
    font-size: 12px
}

.fz-14 {
    font-size: 14px
}

.fz-16 {
    font-size: 16px
}

.fz-18 {
    font-size: 18px
}

.fz-20 {
    font-size: 20px
}

.fz-22 {
    font-size: 22px
}

.fz-26 {
    font-size: 26px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.color-f {
    color: #fff
}

.color-3 {
    color: #333
}

.color-6 {
    color: #666
}

.color-8 {
    color: #888
}

.color-9 {
    color: #999
}

.dis-inbk {
    display: inline-block
}

.dis-no {
    display: none
}

.hz-cf:after,
.hz-cf:before {
    content: " ";
    display: table
}

.hz-cf:after {
    clear: both
}

.hz-fl {
    float: left
}

.hz-fr {
    float: right
}

.fz-b {
    font-weight: 600
}

.hz-btn {
    padding: 6px 12px;
    display: inline-block;
    color: #fff !important;
    background: #ff5562;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hz-btn:hover {
    opacity: .9;
    color: #fff
}

.chena {
    margin: auto
}

.m-color {
    color: #ff5562
}

.hz-xc {
    text-align: center
}

.hz-xl {
    text-align: left
}

.hz-xf {
    text-align: right
}

.m-bg,
header {
    background: #fff
}

.m-text a:hover {
    color: #fff
}

.m-text .aaa:hover {
    color: #f8485e
}

nav {
    background: #ff4a60
}

.cont_top {
    border-bottom: 1px solid #e9e9e9;
    background: #e5e5e5
}

.hd_con {
    padding: 15px 0
}

.nav_list,
nav {
    height: 43px
}

.nav_text li {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-right: 20px;
    color: #666
}

.nav_text li a:hover {
    color: #ff5562
}

.nav_list li {
    float: left
}

.nav_list li a {
    color: #fff;
    font-size: 20px;
    padding: 0 23px;
    height: 43px;
    line-height: 43px;
    display: block
}

.nav_list li a.active,
.nav_list li a:hover {
    background: #eb3232
}

.nav_text li .addlisten {
    vertical-align: middle;
    width: 20px;
    margin-right: 5px;
    margin-top: 0
}

.two_nav {
    padding: 20px 0 10px;
    border-bottom: 2px solid #e3e3e3
}

.two_nav li {
    float: left;
    width: 100px;
    text-align: center;
    margin-bottom: 5px
}

.cont_t {
    height: 32px;
    line-height: 32px;
    position: relative
}

.net_ncon,
.net_rewm {
    line-height: 1;
    background: #fff;
    z-index: 99
}

.cont_tlmr {
    margin-right: 30px
}

.net_nav img {
    width: 25px;
    margin-left: 5px;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block
}

.net_nav:hover img {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.net_nav:hover .net_ncon {
    display: block
}

.net_ncon {
    position: absolute;
    top: 30px;
    left: 80px;
    padding: 15px 0 0;
    border: 1px solid #e1e1e1;
    width: 485px;
    display: none;
    border-radius: 3px
}

.box_con {
    width: 100%;
    margin-bottom: 15px
}

.box_con a,
.net_ncont {
    width: 20%;
    text-align: center
}

.box_con a {
    display: block;
    float: left;
    border-right: 1px solid #4d4d4d
}

.box_con a:last-child {
    border-right: 0
}

.net_nright img.mr-5 {
    width: 20px
}

.net_phone {
    color: #ff5562;
    font-weight: 600
}

.net_r {
    position: relative;
    cursor: pointer
}

.net_rewm {
    top: 35px;
    left: -20px;
    position: absolute;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    display: none
}

.net_r:hover .net_rewm {
    display: block
}

.hd_con img {
    margin-top: 5px
}

.warp {
    width: 1200px;
    margin: auto
}

footer {
    background: #fff;
    border-top: 1px solid #eee;
    margin-top: 10px
}

.fbox_ot {
    font-size: 30px;
    color: #666;
    margin-top: 16px
}

.fbox_ob {
    color: #999
}

.footer_con {
    width: 1040px;
    padding-top: 25px
}

.fbox_two {
    width: 630px;
    margin-left: 69px;
    position: relative
}

.fbox_two a {
    font-size: 16px;
    color: #666;
    line-height: 44px;
    width: 125px;
    display: inline-block;
    text-align: center
}

.fbox_two a:hover {
    color: #ff5562
}

.ewm_box {
    width: 100px;
    text-align: center;
    margin-right: 60px;
    margin-top: 7px
}

.ewm_box span {
    color: #666
}

.ewm_box img {
    margin-bottom: 5px;
    width: 100px
}

.by {
    text-align: center;
    color: #aaa;
    font-size: 12px;
    padding: 10px 0;
    background: #f1f1f1;
    margin-top: 20px
}

.fbox_thr.hz-fl.hz-cf {
    margin-left: 25px
}

.fbox_one {
    padding-top: 2px;
    position: relative
}

.fbox_one:before,
.fbox_two:before {
    content: "";
    position: absolute;
    background-color: red
}

.fbox_one:before {
    width: 1px;
    height: 166px;
    right: -27px;
    top: 11px
}

.fbox_two:before {
    display: none;
    width: 2px;
    height: 115px;
    right: -5px;
    top: 5px
}

.module {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 170px;
    height: 400px;
    z-index: 99;
    display: none
}

.btn_coloe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
    cursor: pointer
}

.h_btn {
    cursor: pointer
}

.add {
    animation: mymove .5s 1 linear;
    -webkit-animation: mymove .5s 1 linear;
    -moz-animation: mymove .5s 1 linear;
    -ms-animation: mymove .5s 1 linear;
    -o-animation: mymove .5s 1 linear
}

.out {
    animation: myout .5s 1 linear;
    -webkit-animation: myout .5s 1 linear;
    -moz-animation: myout .5s 1 linear;
    -ms-animation: myout .5s 1 linear;
    -o-animation: myout .5s 1 linear
}

@keyframes mymove {
    20% {
        transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        -webkit-transform: scale3d(.9, .9, .9);
        -o-transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1)
    }

    75% {
        transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -o-transform: scale3d(1.2, 1.2, 1.2)
    }

    100% {
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes mymove {
    20% {
        transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        -webkit-transform: scale3d(.9, .9, .9);
        -o-transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1)
    }

    75% {
        transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -o-transform: scale3d(1.2, 1.2, 1.2)
    }

    100% {
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1)
    }
}

@keyframes myout {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }
}

@-webkit-keyframes myout {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }
}

.page_right {
    right: 0;
    top: 70%;
    position: fixed;
    transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s
}

.page_close {
    width: 50%;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.frommsg,
.frommsg.moduleformmsg {
    margin: auto;
    position: fixed;
    z-index: 3;
    height: 437px
}

.frommsg {
    top: 20%;
    right: -330px;
    width: 370px;
    transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    display: block
}

.frommsg.moduleformmsg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 330px;
    transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    display: none
}

.frommsg .box,
.frommsg .menu {
    float: left;
    border-radius: 5px
}

.frommsg .menu {
    cursor: pointer;
    width: 40px;
    height: 350px;
    margin-top: 50px;
    background: #f04276;
    padding: 40px 8px 8px;
    color: #fff;
    font-size: 20px;
    line-height: 32px
}

.frommsg .box {
    background: #fff;
    height: 440px;
    width: 330px;
    overflow: hidden
}

.frommsg .box .title {
    background: #ff739d;
    color: #fff;
    padding: 8px;
    font-size: 15px
}

.frommsg .box .title .glyphicon-remove-sign {
    cursor: pointer;
    float: right;
    margin-top: -2px;
    font-size: 25px
}

.frommsg .box .frombox {
    border: 5px solid #ff739d;
    border-top: 0;
    height: 403px;
    padding: 25px 22px 22px
}

.frommsg .box .frombox .text1 {
    color: #999
}

.frommsg .box .frombox .text1 .glyphicon-info-sign {
    color: #ff739d
}

.frommsg .box .frombox .input .glyphicon-asterisk {
    color: red;
    padding-right: 10px;
    font-size: 12px
}

.frommsg .box .frombox .input .radios {
    width: 183px;
    padding-right: 10px;
    float: right;
    color: grey
}

.frommsg .box .frombox .input .radios label .glyphicon-ok-circle {
    color: #ff739d
}

.frommsg .box .frombox .input input,
.frommsg .box .frombox .input textarea {
    width: 180px;
    outline: 0;
    border: 1px solid #e0e0e0;
    padding: 6px
}

.frommsg .box .frombox .input input:focus,
.frommsg .box .frombox .input textarea:focus {
    border: 1px solid #ff739d
}

.frommsg .box .frombox .btn-box .btn {
    background: #ff739d;
    color: #fff
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.woff2) format('woff2')
}

label {
    display: inline-block;
    margin-bottom: 5px
}

.frommsg .box .frombox .input .radios label,
.wish .box .frombox .input .radios label {
    font-weight: inherit;
    margin-right: 10px;
    cursor: pointer
}

.frommsg .box .frombox .input input[type=radio],
.frommsg .box .frombox .input textarea[type=radio],
.wish .box .frombox .input input[type=radio],
.wish .box .frombox .input textarea[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -1
}

#form1 .btn,
#form2 .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.frommsg .box .frombox .btn-box {
    text-align: center
}

.frommsg .box .frombox .input,
.wish .box .frombox .input {
    margin-bottom: 10px
}

.frommsg .glyp_time {
    width: 180px;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    outline: 0;
    border: 1px solid #e0e0e0;
    font-family: '微软雅黑'
}

.qxhd,
.seo_ndown {
    width: 100%;
    left: 0
}

#k_s_ol_csListArea {
    display: none !important
}

.seo_nav {
    background: #ff4a60;
    height: 43px;
    position: relative
}

.seo_nlist>li {
    float: left;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
    padding: 0 21px;
    cursor: pointer
}

.seo_nlist li.active,
.seo_nlist li:hover {
    background: #eb3232
}

.seo_ndown {
    position: absolute;
    color: #fff;
    bottom: -100%;
    background: rgba(229, 229, 229, .8);
    z-index: 99;
    display: none
}

.qxhd,
.xq_left {
    position: fixed
}

.seo_ndown a {
    display: inline-block;
    padding: 0 18px;
    color: #333;
    font-size: 18px
}

.seo_ndown a:hover {
    color: #ff4a60
}

.other:after {
    content: '';
    display: inline-block;
    border: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-top: 4px
}

.seo_nlist li:hover .seo_ndown {
    display: block
}

.seo_npone {
    padding-left: 30px
}

.seo_nptwo {
    padding-left: 450px
}

.seo_npthr {
    padding-left: 140px
}

.seo_npfour {
    padding-left: 658px
}

.seo_npfive {
    padding-left: 850px
}

.xq_left {
    right: 45px;
    top: 9%;
    z-index: 99;
    cursor: pointer
}

.qxhd {
    z-index: 100;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    top: 20px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    display: none
}

.qxhd .qxhd-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 666px;
    height: 500px;
    border-radius: 11px;
    overflow: hidden
}

.qxhd img.kefu_btn {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.qxhd .qxhd-close {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 40px;
    color: #fff;
    cursor: pointer
}

.mouseMa {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 40px
}

.side-fixed ul li a,
.side-fixed ul li a img {
    display: inline-block;
    vertical-align: middle
}

.side-fixed {
    width: 170px;
    position: fixed;
    right: 10px;
    top: 16%;
    z-index: 100
}

.imgClose {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px
}

.side-fixed ul li {
    width: 52px;
    height: 52px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer
}

.side-fixed ul li a {
    text-align: center;
    line-height: 48px
}

.side-fixed ul li span {
    display: block;
    vertical-align: middle;
    padding-top: 7px
}

.side-fixed ul li .side-ewm {
    width: 136px;
    left: -155px;
    top: -100px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px #888;
    position: relative;
    padding-top: 4px;
    display: none
}

.side-fixed ul li .side-ewm p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: #fc759e;
    height: 33px;
    line-height: 33px
}

.side-fixed ul li .side-ewm .ewm-img {
    width: 113px;
    height: 112px;
    overflow: hidden;
    margin: 0 auto
}

.side-fixed ul li .side-ewm .ewm-img img {
    display: block;
    width: 100%;
    height: 100%
}

.qgqz .type-list,
.side-yxd {
    display: none;
    position: absolute
}

.side-fixed ul li .side-ewm .sj {
    position: absolute;
    right: -12px;
    bottom: 55px
}

.qgqz .type-list {
    padding-right: 20px;
    left: -140px;
    top: 0
}

.qgqz .type-list p {
    width: 125px;
    height: 30px;
    background: #eb9ab3;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 6px
}

.qgqz .type-list p.on {
    background: #fc759e
}

.side-yxd {
    padding-right: 40px;
    margin-left: -324px;
    top: 50%;
    margin-top: -156px
}

.side-yxd .yxd-in {
    width: 305px;
    height: 425px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #888
}

.side-yxd .yxd-in.hid {
    margin-left: 100px
}

.side-yxd .yxd-in .yxd-tt {
    background: #fc759e;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px
}

.side-yxd .yxd-in .close {
    position: absolute;
    right: 46px;
    top: 3px;
    cursor: pointer
}

.side-yxd .yxd-in .yxd-info {
    padding: 15px;
    color: #333
}

.side-yxd .yxd-in .yxd-info form>label {
    width: 100%
}

.side-yxd .yxd-in .yxd-info .time p {
    text-align: left
}

.side-yxd .yxd-in .yxd-info .text {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eee;
    padding-left: 10px;
    outline: 0;
    margin-bottom: 15px
}

.side-yxd .yxd-in .yxd-info .time-scroll {
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 110px;
    overflow-y: scroll;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left
}

.side-yxd .yxd-in .yxd-info .time .time-scroll label {
    display: inline-block;
    margin: 13px 5px 0;
    text-align: left
}

.side-yxd .yxd-in .yxd-info .btn-submit input {
    width: 100%;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: 0;
    cursor: pointer
}

em {
    font-style: normal
}

.gw-yxd {
    padding-right: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99
}

.gw-yxd .yxd-in,
.submit-tc {
    box-shadow: 0 0 10px #888;
    left: 50%
}

.gw-yxd .yxd-in {
    width: 354px;
    height: 454px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    margin-left: -176px;
    margin-top: -252px;
    box-sizing: border-box;
    overflow: hidden
}

.gw-yxd .yxd-in.hid {
    margin-left: 100px
}

.gw-yxd .yxd-in .yxd-tt {
    background: #fc759e;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px
}

.gw-yxd .yxd-in .close {
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer
}

.gw-yxd .yxd-in .yxd-info {
    padding: 15px;
    color: #333
}

.gw-yxd .yxd-in .yxd-info form>label {
    width: 100%
}

.gw-yxd .yxd-in .yxd-info .time p {
    text-align: left;
    font-size: 14px
}

.gw-yxd .yxd-in .yxd-info .text {
    display: block;
    width: 285px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eee;
    padding-left: 10px;
    outline: 0;
    margin: 0 auto 20px;
    box-sizing: border-box
}

.gw-yxd .yxd-in .yxd-info .time-scroll {
    width: 98%;
    border: 1px solid #d2d2d2;
    height: 110px;
    overflow-y: scroll;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left
}

.elps1,
.gw-yxd .yxd-in .yzm,
.moulde_side,
.o0413TopMobileDl,
.yxd-in .yzm,
.zg_Navbox,
.zg_Navbox .zg_wzdhc,
.zg_yy_box {
    overflow: hidden
}

.gw-yxd .yxd-in .yxd-info .time .time-scroll label {
    display: inline-block;
    margin: 13px 5px 0 10px;
    text-align: left;
    font-size: 14px
}

.gw-yxd .yxd-in .yxd-info .btn-submit {
    width: 285px;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    line-height: 38px;
    margin: 0 auto
}

.submit-tc {
    width: 300px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    margin-left: -150px;
    margin-top: -80px;
    z-index: 1000;
    display: none
}

.submit-tc p {
    text-align: center;
    padding-top: 50px;
    font-size: 15px
}

.submit-tc span {
    width: 60px;
    height: 30px;
    display: block;
    line-height: 30px;
    background: #ff5562;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer
}

.gw-yxd .yxd-in .yzm {
    width: 285px;
    margin: 0 auto
}

.gw-yxd .yxd-in .yzm input {
    float: left;
    width: 155px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eee;
    padding-left: 10px;
    outline: 0;
    margin-bottom: 15px
}

.gw-yxd .yxd-in .yzm span {
    float: left;
    margin-left: 10px;
    height: 38px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 105px
}

.gw-yxd .yxd-in .yzm span img {
    display: block;
    width: 100%
}

.gw-yxd .yxd-in .yzm span.code-btn {
    width: 105px;
    background: #fc759d;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    cursor: pointer
}

.gw-yxd .yxd-in .yxd-info .time,
.yxd-in .yzm {
    width: 285px;
    margin: 0 auto
}

.yxd-in .txyzm {
    display: none
}

.yxd-in .yzm input {
    float: left;
    width: 155px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eee;
    padding-left: 10px;
    outline: 0;
    margin-bottom: 15px
}

.yxd-in .yzm span {
    float: left;
    margin-left: 10px;
    height: 38px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 105px;
    display: block
}

.yxd-in .yzm span img {
    display: block;
    width: 100%
}

.yxd-in .yzm span.code-btn {
    width: 105px;
    background: #fc759d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.yxd-in .yxd-info .btn-submit {
    width: 285px;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    line-height: 38px;
    margin: 0 auto
}

.popup {
    z-index: 10000;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.popup-hind {
    font-size: 16px;
    line-height: 1.2
}

.popup .popup-label {
    width: 300px;
    height: 150px;
    padding: 1rem;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 1px 1px #e0e0e0;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: .8rem;
    color: #767676;
    line-height: 1.2rem;
    text-align: center
}

.popup .popup-label .popup-btn {
    cursor: pointer;
    position: absolute;
    bottom: .5rem;
    right: 1rem;
    color: #ff4e5d;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px
}

.fadeIn {
    -webkit-animation: fadeIn 1s .2s ease both;
    -moz-animation: fadeIn 1s .2s ease both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeOut {
    -webkit-animation: fadeOut 1s .2s ease both;
    -moz-animation: fadeOut 1s .2s ease both
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.moulde_side {
    margin-bottom: 25px;
    width: 100%;
    margin-top: 25px
}

.moulde_side .tab_txt {
    background-color: #f1f1f1;
    display: -webkit-flex;
    display: flex
}

.moulde_side .tab_txt li {
    flex: 1;
    display: inline-block;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px
}

.moulde_side .tab_txt .tab_in {
    color: #666;
    font-weight: 700
}

.moulde_side .moudle_con {
    padding-top: 20px;
    color: #959595;
    line-height: 20px;
    border: 1px solid #eee
}

.moulde_side .moudle_con .tab_con {
    display: none
}

.moulde_side .moudle_con .tab_con:first-child {
    display: block
}

.watch_information .watch_left li a {
    display: block;
    width: 90%;
    margin: 0 auto 14px;
    line-height: 13px;
    color: #666
}

.elps1 {
    text-overflow: ellipsis;
    white-space: nowrap
}

.watch_information .watch_right p {
    text-indent: 2em;
    line-height: 18px;
    padding: 0 10px;
    margin-bottom: 4px
}

img[data-src] {
    background: -webkit-linear-gradient(to top, #fdcbf1 0, #fdcbf1 1%, #e6dee9 100%);
    background: -ms-linear-gradient(to top, #fdcbf1 0, #fdcbf1 1%, #e6dee9 100%);
    background: -moz-linear-gradient(to top, #fdcbf1 0, #fdcbf1 1%, #e6dee9 100%);
    background: -o-linear-gradient(to top, #fdcbf1 0, #fdcbf1 1%, #e6dee9 100%);
    background: linear-gradient(to top, #fdcbf1 0, #fdcbf1 1%, #e6dee9 100%)
}

.fix_right_meau {
    position: fixed;
    right: 30px;
    top: 30%;
    z-index: 90
}

.fix_right_meau .fix_right_overTop {
    position: absolute;
    top: -88px;
    left: 0;
    width: 80px;
    padding: 14px 0 5px;
    color: #999;
    font-size: 12px;
    border-radius: 6px;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6
}

.fix_right_meau .fix_right_overTop p {
    margin: 0
}

.fix_right_meau .fix_right_overTop:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 35px;
    background: #fff;
    width: 10px;
    transform: rotate(-45deg);
    height: 10px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.fix_right_meau .overTop_close {
    position: absolute;
    right: 0;
    top: 0
}

.fix_right_meau .fix_right_overTop .overTop_red {
    color: #ff5b6f
}

.fix_right_ico {
    display: inline-block;
    position: relative;
    z-index: 999999999
}

.fix_right_meau .ico_coupon {
    width: 44px;
    height: 59px;
    background-position: -89px -22px;
    margin-top: -12px
}

.fix_right_meau .ico_wanhui {
    width: 29px;
    height: 38px;
    background-position: -63px -82px;
    margin-top: 5px
}

.wanhui_div:hover .ico_wanhui {
    background-position: -100px -82px
}

.fix_right_meau .ico_login {
    width: 29px;
    height: 38px;
    background-position: -63px -116px;
    margin-top: 6px
}

.login_div:hover .ico_login {
    background-position: -99px -118px
}

.fix_right_meau .ico_close {
    right: 1px;
    top: 4px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-position: -43px -119px
}

.fix_right_meau .ico_lads {
    width: 40px;
    height: 45px;
    background-position: -44px 0;
    margin-top: 2px
}

.fix_right_meau .ico_hygj {
    width: 40px;
    height: 36px;
    background-position: 0 0;
    margin-top: 11px
}

.fix_right_meau .ico_pe {
    width: 18px;
    height: 28px;
    background-position: 0 -105px;
    margin-top: 11px
}

.fix_right_meau .ico_zb {
    width: 27px;
    height: 20px;
    background-position: -31px -58px;
    margin-top: 15px
}

.fix_right_meau .ico_top {
    width: 26px;
    height: 25px;
    background-position: -65px -150px;
    margin-top: 19px
}

.f_r_top:hover .ico_top {
    background-position: -99px -151px
}

.fix_right_meau .ico_msg {
    width: 21px;
    height: 20px;
    background-position: 0 -142px;
    vertical-align: -6px
}

.fix_right_meau .ico_goon {
    width: 24px;
    height: 24px;
    background-position: -32px -81px;
    vertical-align: -6px
}

.fix_right_meau .f_r_close {
    width: 16px;
    height: 14px;
    background-position: 0 -63px
}

.fix_right_meau .f_r_box {
    display: block;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
    width: 80px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    position: relative;
    font-size: 0;
    color: #999
}

.fix_right_meau .f_r_box:hover {
    background: #ff5b6f;
    color: #fff;
    border-color: #ff5b6f
}

.fix_right_meau .f_r_box:before,
.fix_right_meau .f_r_box:last-child:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    position: absolute;
    left: 0
}

.fix_right_meau .f_r_top {
    border-bottom: 1px solid #e6e6e6
}

.fix_right_meau .top_box:after,
.frimg_box .b_inner:before {
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.fix_right_meau .f_r_box:before {
    top: 0
}

.fix_right_meau .f_r_box:last-child:after {
    bottom: 0
}

.fix_right_meau .msg_box,
.fix_right_meau .txt_box {
    position: fixed;
    color: #fff;
    z-index: 90;
    height: 40px;
    line-height: 40px
}

.fix_right_meau .f_r_box p {
    font-size: 12px
}

.fix_right_meau .txt_box {
    right: -100%;
    bottom: 45px;
    -webkit-background: rgba(0, 0, 0, .6);
    -moz-background: rgba(0, 0, 0, .6);
    -ms-background: rgba(0, 0, 0, .6);
    -o-background: rgba(0, 0, 0, .6);
    background: rgba(0, 0, 0, .6);
    padding: 0 10px
}

.fix_right_meau .f_r_close {
    background-color: transparent;
    vertical-align: -2px;
    margin-left: 5px;
    cursor: pointer
}

.fix_right_meau .msg_box {
    right: 0;
    bottom: 0;
    background: #ff5b6f;
    padding-right: 10px
}

.fix_right_meau .b {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ff3f3f;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.fix_right_meau .f_r_hide {
    background: #fff;
    z-index: 9999;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: -1px;
    width: 140px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 3px 3px 10px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 3px 3px 10px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1)
}

.fix_right_meau .f_r_hide .lk {
    background: #fff;
    display: block;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-right: 47px
}

.fix_right_meau .f_r_back {
    background: #ff5b6f
}

.fix_right_meau .f_r_back .lk {
    background: #ff5b6f;
    color: #fff
}

.fix_right_meau .frimg_box {
    width: 120px;
    position: absolute;
    right: 98px;
    top: -38px;
    background: #fff;
    -webkit-box-shadow: 10px 3px 20px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 10px 3px 20px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 10px 3px 20px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 10px 3px 20px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    box-shadow: 10px 3px 20px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1);
    line-height: 0;
    padding-bottom: 2px
}

.fix_right_meau .top_box,
.fix_right_meau .top_box:before {
    position: absolute;
    border-radius: 6px;
    width: 133px;
    height: 44px
}

.fix_right_meau .frimg_box .t {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 14px
}

.fix_right_meau .top_box {
    top: 13px;
    background: #fff;
    right: 96px;
    font-size: 14px;
    color: #999
}

.fix_right_meau .top_box:before {
    content: '';
    z-index: -3;
    left: 0;
    box-shadow: 10px 3px 20px rgba(0, 0, 0, .1), -3px -3px 10px rgba(0, 0, 0, .1)
}

.fix_right_meau .top_box .b_inner {
    position: relative;
    z-index: 3
}

.fix_right_meau .top_box:after {
    content: '';
    position: absolute;
    border-left: 10px solid #fff;
    right: -18px;
    top: 12px;
    z-index: -1
}

.fix_right_meau .b_inner:after,
.frimg_box .b_inner:before {
    content: ""
}

.fix_right_meau .top_box .top_text {
    padding: 14px 0
}

.fix_right_meau .b_inner {
    position: relative
}

.frimg_box .b_inner:before {
    position: absolute;
    width: 0;
    border-left: 10px solid #fff;
    right: -20px;
    top: 66px
}

.fix_right_meau .js_hbox {
    display: none
}

.fix_right_meau .fr_goon {
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 45px;
    -webkit-background: rgba(0, 0, 0, .6);
    -moz-background: rgba(0, 0, 0, .6);
    -ms-background: rgba(0, 0, 0, .6);
    -o-background: rgba(0, 0, 0, .6);
    background: rgba(0, 0, 0, .6);
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    z-index: 100;
    display: none
}

.zg_top_left,
.zg_top_nav {
    width: 470px;
    height: 100%
}

.zg_top_left {
    float: left;
    position: relative;
    z-index: 80
}

.zg_top_nav li {
    color: #333;
    font: 400 14px/42px "Microsoft Yahei";
    float: left;
    width: 88px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.zg_top_nav li em {
    background: url(/learn_static/pc/img/common/spr_pc.png) no-repeat;
    width: 7px;
    height: 4px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    transition: .3s ease-in
}

.zg_top_nav .zg_nav_h {
    border: 1px solid #e7e7e7;
    border-bottom: 1px solid #fff;
    width: 88px;
    line-height: 42px;
    height: 43px;
    position: relative;
    z-index: 1000
}

.zg_top_nav .zg_nav_h em {
    transform: rotate(180deg)
}

.zg_yy_box {
    display: none;
    position: absolute;
    border: 1px solid #e7e7e7;
    border-top: none;
    background: #fff;
    left: 0;
    top: 43px;
    -moz-box-shadow: 0 3px 3px #e3e3e3;
    -webkit-box-shadow: 0 3px 3px #e3e3e3;
    box-shadow: 0 5px 5px #e3e3e3;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135,Color='#e3e3e3')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3');
    padding: 10px 15px;
    line-height: 36px;
    width: 1200px
}

.header-two,
.hot_div {
    position: relative
}

.zg_yy_box a:hover {
    color: #e00
}

.webyy {
    width: 465px;
    padding: 10px
}

.webyy a {
    color: #666
}

.offcn0TopMobile {
    left: 176px;
    width: 160px;
    padding-left: 16px;
    padding-right: 15px
}

.offcn0TopMobile img {
    display: block;
    border: none;
    margin: 0 auto 10px
}

.left89 {
    left: 88px
}

.width308 {
    width: 308px
}


.mr35 {
    margin-right: 35px
}

.check-span {
    color: #ff61a3;
    display: inline-block;
    cursor: pointer
}

.header-one {
    width: 1200px;
    margin: 20px auto 0;
    height: 100px
}

.header-one img {
    width: 100%;
    height: 100%
}

.header-two {
    width: 1200px;
    margin: 12px auto 0
}

.header-two .line-one {
    height: 1px;
    width: 1190px;
    position: relative;
    left: 10px;
    margin-top: 15px;
    background-color: #e6e6e6
}

.header-two .header-logo {
    display: inline-block;
    font-size: 30px;
    color: #f8485e;
    letter-spacing: 3px;
    font-style: italic
}

.header-two .header-nav-div {
    display: inline-block;
    float: right;
    height: 45px;
    line-height: 45px
}

.header-two .header-nav-div .a-link {
    color: #333;
    margin-left: 45px;
    font-size: 20px;
    display: inline-block;
    height: 70px
}

.header-two .header-nav-div .a-link:hover {
    color: #e9253c
}

.header-two .header-nav-div .a-link:hover:after {
    border-top-color: #e9253c
}

.header-two .header-nav-div .a-link:last-child {
    padding-right: 0
}

.hot_div img {
    position: absolute;
    top: 3px;
    right: -16px
}

.redColor {
    color: #ff5562 !important
}

@media only screen and (max-width:1350px) {
    .zg_Navbox {
        right: 0 !important
    }
}

.zg_Navbox {
    right: -120px;
    display: none;
    background: #fff;
    position: absolute;
    top: 63px;
    z-index: 25;
    box-shadow: 0 0 5px #dfdddd;
    height: auto
}

.zg_Navbox a:hover {
    color: #e60012
}

.zg_Navbox .zg_service_list ul {
    margin-left: 13.7%;
    overflow: hidden
}

.zg_Navbox .zg_service_list ul li {
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #666;
    font-family: 'Microsoft Yahei'
}

.zg_Navbox .zg_service_list ul li a {
    color: #666
}

.zg_Navbox .zg_wzdh {
    width: 960px;
    left: 0;
    padding: 40px 0 6px
}

.zg_Navbox .zg_wzdhc {
    width: 600px
}

.zg_Navbox .zg_wzdhc .div-dl {
    float: left;
    height: auto;
    margin-left: 5%;
    margin-bottom: 3.0625%
}

.zg_Navbox .zg_wzdhc .div-dl .div-dt {
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    font-family: 'Microsoft Yahei';
    font-weight: 700
}

.zg_Navbox .zg_wzdhc .div-dl .div-dd {
    line-height: 30px;
    font-size: 16px;
    color: #888;
    font-family: 'Microsoft Yahei'
}

.zg_Navbox .zg_wzdhc .div-dl .div-dd a {
    text-align: center;
    color: #888;
    display: block
}

.link-down:after,
.login_btn {
    display: inline-block
}

.zg_Navbox .zg_wzdhc .div-dl .div-dd a:hover {
    color: #f8485e
}

.zg_Navbox .zg_1366 .zg_wzdh {
    left: -140px;
    width: 900px;
    padding-top: 25px
}

.offcn0TopQbks .h4-one {
    font-weight: 700;
    color: #666;
    font-size: 12px
}

.by .beian-one {
    cursor: pointer
}

.top-aa {
    top: 14px !important
}

.top-bb {
    top: 69px !important
}

.top-cc {
    top: 122px !important
}

.link-down:after {
    content: '';
    border: 6px solid #333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 6px
}

.offcn0TopQbks .new-category-item {
    font-weight: 700;
    color: red
}

.titLine {
    height: 19px;
    width: 4px;
    background: #f8485e;
    border-radius: 100px;
    float: left;
    margin-top: 14px;
    margin-right: 10px
}

.footer_con {
    padding: 20px;
    text-align: center;
    color: #666
}

.ds .ds_r .ds_name_t,
.kc_item .div_two .kc_tit_2,
.no-line {
    text-overflow: ellipsis;
    overflow: hidden
}

.columnTit {
    height: 37px;
    display: inline-flex;
    position: relative;
    width: 100%;
    border-bottom: #ccc 1px solid
}

.kc_h1tit {
    color: #333;
    font-size: 26px;
    display: block;
    height: 38px;
    background: #fff;
    padding-right: 33px
}

.kc_link,
.kc_more {
    font-size: 14px;
    margin-left: 36px
}

.kc_links {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    right: 0
}

.kc_link {
    color: #777
}

.kc_more {
    color: #aaa
}

.kc_item:hover {
    transform: scale(1.01);
    box-shadow: 0 0 10px 2px #eee
}

.kc_item {
    transition: transform .1s;
    display: block;
    width: 265px;
    height: 245px;
    padding: 14px 14px 0;
    border: 1px solid #f2f2f2;
    float: left;
    margin-bottom: 20px;
    margin-right: 33px
}

.kc_item:nth-child(4n) {
    margin-right: 0
}

.kc_item .div_one {
    width: 236px;
    height: 140px;
    margin: 0 auto
}

.kc_item .div_two {
    line-height: 16px;
    margin-top: 12.5px;
    padding-bottom: 4.5px
}

.kc_item .div_one img {
    width: 100%;
    height: 100%;
    display: block
}

.kc_item .div_two .re_icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px
}

.kc_item .div_two .kc_tit_2 {
    display: inline-block;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    width: 200px;
    vertical-align: bottom
}

.kc_item .div_three {
    height: 35px;
    line-height: 35px;
    margin-top: 4px
}

.kc_item .div_three .no_price {
    color: #ff545d;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    vertical-align: bottom;
    position: relative;
    top: -2px
}

.kc_item .div_three .now_price {
    display: inline-block;
    color: #ff545d;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
    vertical-align: bottom;
    position: relative;
    top: -1px
}

.kc_item .div_three .init_price,
.kc_item .div_three .study_ing {
    font-size: 14px;
    color: #777;
    vertical-align: bottom;
    display: inline-block
}

.kc_item .div_three .init_price {
    position: relative
}

.kc_item .div_three .init_price:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #777;
    left: 0;
    top: 50%;
    margin-top: 0
}

.kc_item .div_three .study_ing {
    float: right;
    text-align: right
}

.kc_item .div_three .ing_num {
    display: inline-block
}

.kc_item .price_icon {
    color: #ff545d;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 7px
}

.kc_item .img_div_one img {
    display: block;
    width: 100%;
    height: 100%
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

.right-40 {
    right: 40px !important
}

.bottom_div {
    width: 1200px;
    margin: 0 auto;
    background-color: #f9f4ff
}

.ds .ds_r .btn_o,
.ds .ds_r .btn_t {
    margin-top: 18px;
    text-align: center;
    cursor: pointer
}

.f12 {
    font-size: 12px !important
}

.f14 {
    font-size: 14px !important
}

.f15 {
    font-size: 15px !important
}

.f16 {
    font-size: 16px !important
}

.f18 {
    font-size: 18px !important
}

.f20 {
    font-size: 20px !important
}

.f22 {
    font-size: 22px !important
}

.f24 {
    font-size: 24px !important
}

.f26 {
    font-size: 26px !important
}

.f28 {
    font-size: 28px !important
}

.f-in {
    font-style: initial
}

.colff5 {
    color: #ff545d
}

.colf29 {
    color: #f29a76
}

.borf29 {
    border: 1px solid #f29a76
}

.gray_line {
    border: 1px solid #e5e5e5
}

.ds:last-child {
    border-bottom: 0
}

.ds {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.ds .ds_l {
    width: 82px;
    display: inline-block
}

.ds .ds_l img {
    width: 80px;
    height: 80px;
    border-radius: 100%
}

.ds .ds_l .ds_name {
    text-align: center
}

.ds .ds_r {
    float: right;
    width: 160px;
    padding-top: 17px
}

.ds .ds_r .ds_name_t {
    height: 24px;
    line-height: 24px
}

.ds .ds_r .btn_o {
    background-color: #ff545d;
    width: 68px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    display: inline-block
}

.ds .ds_r .btn_t {
    border: 1px solid #ff545d;
    width: 66px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    color: #ff545d;
    float: right;
    box-sizing: content-box;
    margin-right: 12px
}

.no-line {
    white-space: nowrap
}

.indexNav {
    line-height: 53px;
    font-size: 14px;
    color: #999;
    padding: 0 25px
}

.indexNav a:hover {
    color: #f8485e
}

.tag_line {
    margin: 10px auto 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    padding: 0 50px;
    border: 1px solid #e5e5e5;
    background-color: #fff
}

.tag_line a,
.tag_line div {
    font-size: 16px;
    color: #323232;
    display: inline-block;
    margin-right: 16px
}

.spr_1,
.spr_2 {
    margin: 0 auto
}

.adImg {
    display: block
}

.spr_pc_div {
    background-image: url(/learn_static/pc/img/common/spr_pc.png);
    background-repeat: no-repeat;
    background-size: 200px 200px
}

.spr_1 {
    background-position: -29px -3px;
    width: 16px;
    height: 20px
}

.spr_2 {
    background-position: -87px -4px;
    width: 57px;
    height: 57px
}

.spr_3 {
    background-position: -42px -39px;
    width: 24px;
    height: 24px;
    margin: 0 auto
}

.spr_a_1,
.spr_a_2,
.spr_a_3 {
    width: 22px;
    height: 26px;
    margin: 0 auto
}

.spr_a_1 {
    background-position: -25px -91px
}

.spr_a_2 {
    background-position: -115px -91px
}

.spr_a_3 {
    background-position: -69px -91px
}

.zxtc08 {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    display: none
}

.zxtc08 .tc08Box {
    position: absolute;
    background: url(//cdn-static-poster.huazhen2008.com/Huazhen2008_common/zxTC08.png);
    width: 370px;
    height: 724px;
    right: 0;
    left: 0;
    top: 2%;
    margin: 0 auto
}

.zxtc08 .tc08Box .tc08Con {
    width: 100%;
    height: 100%;
    position: relative
}

.zxtc08 .tc08Box .tc08Con .tc08_txt {
    position: absolute;
    top: 260px;
    right: 0;
    left: 0
}

.zxtc08 .tc08Box .tc08Con .tc08_txt .txt1Gif {
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-shadow: 0 4px #ea2f4e;
    font-weight: 700
}

.zxtc08 .tc08Box .tc08Con .tc08_txt .txt1Gif .gifIco {
    width: 46px
}

.zxtc08 .tc08Box .tc08Con .tc08_txt .txt1Gif .gifIco img {
    width: 100%
}

.zxtc08 .tc08Box .tc08Con .tc08_txt .txt2TS {
    text-align: center;
    margin-top: 10px
}

.zxtc08 .tc08Box .tc08Con .tc08_txt .txt2TS .txt2TS_1 {
    color: #e95164;
    text-align: center;
    font-size: 22px
}

.zxtc08 .tc08Box .tc08Con .tc08_txt .txt2TS .txt2TS_2 {
    color: #3d0808;
    text-align: center;
    font-size: 14px
}

.zxtc08 .tc08Box .tc08Con .learnTC_Btn {
    background: #fed593;
    text-align: center;
    position: absolute;
    width: 160px;
    line-height: 32px;
    right: 0;
    left: 0;
    bottom: 73px;
    margin: 0 auto;
    border-radius: 100px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700
}

.zxtc08 .tc08Box .tc08Con .tc08Close {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer
}

.common_right_div {
    position: fixed;
    right: 0;
    top: 148px;
    width: 140px;
    height: 450px;
    z-index: 10
}

.common_right_div img {
    display: block
}

.common_right_div .tool_div {
    position: absolute;
    top: 0;
    width: 100%
}

.common_right_div .tool_div .userImg {
    background-color: #fff;
    position: absolute;
    top: 127px;
    left: 16px;
    width: 100px;
    border-radius: 0
}

.common_right_div .tool_div .userImg .spr_pc_div,
.common_right_div .tool_div .userImg img {
    width: 57px;
    height: 57px;
    border-radius: 100px;
    margin: 0 auto
}

.common_right_div .tool_div .login_txt {
    position: absolute;
    top: 190px;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-style: oblique;
    display: block
}

.common_right_div .tool_div .my_kc,
.common_right_div .tool_div .my_question {
    font-size: 18px;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer
}

.common_right_div .tool_div .my_kc {
    top: 228px
}

.common_right_div .tool_div .my_question {
    top: 289px
}

.common_right_div .tool_div .top_btn {
    position: absolute;
    top: 350px;
    color: #fff;
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer
}

.common_right_div .tool_div .logined {
    color: #e94f6a;
    font-size: 20px
}

@media screen and (max-width:1450px) {
    .common_right_div {
        transform: scale(.7);
        right: -14px !important
    }
}

@media screen and (min-width:1600px) {
    .common_right_div {
        right: 60px !important
    }
}

@media screen and (min-width:1900px) {
    .common_right_div {
        right: 210px !important
    }
}

.main_window,
.main_window .bg {
    width: 100%;
    height: 100%
}

.main_window {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 81;
    display: none
}

.window_div {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -213px;
    margin-top: -107px;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 30px;
    background-image: url(/learn_static/pc/img/common/window_bg.png);
    background-repeat: no-repeat;
    background-position: -16px 118px;
    background-size: 111px;
    width: 425px;
    height: 216px
}

.window_div .close_btn {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 28px;
    color: #b9b9b9;
    cursor: pointer
}

.window_div ._content,
.window_div ._tit {
    color: #61270e;
    font-size: 22px;
    text-align: center
}

.window_div ._tit {
    height: 22px;
    line-height: 22px;
    font-weight: 700
}

.window_div ._content {
    padding-top: 20px;
    line-height: 28px
}

.window_div ._btn {
    color: #fff;
    background-color: #ff5361;
    margin: 25px auto 0;
    border-radius: 4px;
    text-align: center;
    padding: 0 30px;
    height: 32px;
    line-height: 32px;
    width: 120px;
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer
}

.red_div {
    position: fixed;
    top: 50%;
    margin-top: -100px;
    left: 0;
    cursor: pointer;
    transform: scale(.9)
}

.red_div:hover {
    animation: hover_1 .5s
}

@keyframes hover_1 {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@-moz-keyframes hover_1 {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@-webkit-keyframes hover_1 {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@-o-keyframes hover_1 {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@media screen and (max-width:1450px) {
    .red_div {
        transform: scale(.9);
        left: -14px !important
    }
}

@media screen and (min-width:1600px) {
    .red_div {
        left: 60px !important
    }
}

@media screen and (min-width:1900px) {
    .red_div {
        left: 210px !important
    }
}


@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.r_con,
.r_con_block .two_txt {
    display: inline-block;
    float: right
}

.ib_t,
.l_cont,
.r_con {
    vertical-align: top
}

.tag_line {
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    padding: 0 50px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 20px
}

.tag_line a,
.tag_line div {
    font-size: 16px;
    color: #323232;
    display: inline-block;
    margin-right: 16px
}

.l_cont {
    width: 870px;
    margin: 0 auto;
}

.detail_top {
    padding: 23px 30px;
    width: 100%
}

.detail_bottom {
    margin-top: 16px;
    padding: 20px
}

.page_cont {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.r_con {
    width: 300px;
    height: 1590px
}

.r_con_block {
    padding: 12px 20px 0;
    margin-bottom: 25px
}

.r_con_block .tit_2 {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px
}

.r_con_block .one_txt {
    display: inline-block
}

.r_con_block .two_txt {
    letter-spacing: 1px
}

.r_con_block .two_txt:hover {
    color: #555
}

.kc_item {
    border: none;
    margin-bottom: 8px
}

.colff5 {
    color: #ff545d
}

.col555 {
    color: #555
}

.col333 {
    color: #333
}

.colfff {
    color: #fff
}

.question_d:last-child {
    border-bottom: none
}

.question_d {
    padding-top: 17px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px dashed #e5e5e5
}

.question_d .ques_tit {
    height: 30px;
    line-height: 30px;
    color: #333
}

.question_d .ques_con {
    height: 28px;
    line-height: 28px;
    color: #999
}

.mt8 {
    margin-top: 8px
}

.pb7 {
    padding-bottom: 7px
}

.listSel {
    padding-left: 20px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5
}

.listSel a[data-block] {
    float: left;
    padding: 0 12px;
    color: #999;
    font-size: 16px;
    border-bottom: 1px solid transparent
}

.listSel a[data-block].active {
    color: #00bf02;
    border-bottom: 1px solid #00bf02
}

.listSel span {
    position: relative;
    color: #333;
    margin-right: 30px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 20px
}

.listSel span.active {
    color: #ff545d;
    font-weight: 700
}

.listSel span.active:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: #ff545d;
    border-radius: 11px
}

.listSel2 .item-a[data-block] {
    float: left;
    padding: 0 12px;
    color: #999;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    position: initial;
    margin-right: initial
}

.listSel2 .item-a[data-block].active {
    color: #00bf02;
    border-bottom: 1px solid #00bf02
}

.class_con .in3ConL .ren span:nth-of-type(2),
.prices span:nth-of-type(2) {
    float: right
}

.class_con {
    padding: 27px 16px
}

.class_con>.in3ConL {
    width: 31%;
    display: inline-block;
    margin: 2% 1%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.class_con>.in3ConL:hover {
    box-shadow: 0 0 30px rgba(166, 166, 166, .58)
}

.class_con>.in3ConL>div {
    padding: 15px;
    text-align: left
}

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

.class_con .in3ConL p {
    margin-top: 10px
}

.class_con .in3ConL .tit {
    line-height: 1.5;
    padding-top: 10px
}

.prices span:nth-of-type(2) i {
    display: inline-block;
    padding: 2px;
    border: 1px solid #7ecef4;
    border-radius: 4px;
    color: #7ecef4
}

.class_con .class_item {
    position: relative
}

.class_con .class_item div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: rgba(0, 0, 0, .4);
    color: #fff
}

.class_con .class_item div i {
    font-size: 12px;
    margin: 0 6px
}

.class_con .class_item .topicImg {
    height: 120px;
    overflow: hidden;
    position: initial
}

.class_aswer {
    background: #fff
}

.class_con2,
.class_con3 {
    min-height: 982px;
    position: relative
}

[v-cloak] {
    display: none
}

.class_aswer .listSel {
    padding-left: 21px
}

.class_aswerTitL {
    float: left;
    margin-right: 28px
}

.class_aswerTitR .p1 {
    color: #333;
    margin-bottom: 12px;
    font-size: 20px;
    padding-top: 10px;
    font-weight: 400
}

.class_aswerTitR .p2 {
    color: #999;
    margin-bottom: 28px;
    line-height: 1.5
}

.class_aswerTitR .p3 {
    color: #999;
    margin-bottom: 10px
}

.class_aswerTitR .p3 del {
    text-decoration: line-through;
    color: #999
}

.class_aswerTitR .p3 i:nth-of-type(1) {
    margin-left: 5px
}

.class_aswerTitR .p3 i:nth-of-type(2) {
    margin-right: 5px
}

.class_aswerTitR .p4 a,
.class_aswerTitR .p4 span {
    margin-right: 12px;
    border-radius: 4px;
    width: 78px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center
}

.class_aswerTitR .p4 {
    color: #7ecef4;
    margin-bottom: 13px
}

.class_aswerTitR .p4 a {
    border: 1px solid #f29a76;
    transition: transform .1s
}

.class_aswerTitR .p4 a:hover {
    color: #f29a76;
    transform: scale(1.1)
}

.class_aswerTitR .p4 span {
    border: 1px solid #f29a76
}

.class_aswerTitR .p5 {
    color: #999
}

.class_aswerTitR .p6 span {
    margin: 19px 0 0;
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 42px;
    line-height: 40px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer
}

.class_aswerTitR .p6 .buy {
    background: #ff545d;
    color: #fff;
    border: 1px solid transparent;
    margin-right: 15px
}

.class_aswerTitR .p6 .buy a,
.class_aswerTitR .p6 .buy i {
    color: #fff
}

.class_aswerTitR .p6 .consult {
    background: #fff;
    color: #ff545d;
    border: 1px solid #ff545d
}

.fx .fxfont {
    color: #999;
    margin: 6px 6px 6px 0;
    float: left
}

.line {
    margin: 0 10px
}

.class_con_1 {
    padding: 30px 20px
}

.class_con_2 {
    display: none;
    padding: 15px 20px
}

.class_con2 .once_btn,
.class_con2 .once_btn:hover {
    line-height: 22px;
    padding: 0 6px;
    color: #fff !important;
    font-size: 12px;
    border-radius: 3px;
    background: #00bf02;
    position: absolute;
    right: 0;
    top: 17px;
    display: none
}

.class_con2 .once_bf,
.class_con2 .once_bf:hover {
    line-height: 22px;
    padding: 0 6px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    color: #666 !important;
    right: -6px
}

.class_con2 ul li {
    border-bottom: 1px dashed #eee;
    padding: 20px 0;
    box-sizing: border-box;
    color: #666;
    position: relative
}

.class_con2 ul li .class_item {
    background: url(8d44d8923262912b.png) 1% no-repeat;
    background-size: 16px;
    display: inline-block;
    padding-left: 30px
}

.class_con2 ul li.on a {
    color: #00bf02
}

.class_con2 ul li a {
    display: block
}

.class_con2 ul li.on .class_item {
    background: url(71fa9898aecba4f0.png) 1% no-repeat;
    background-size: 16px
}

.class_con2 ul li .free_lis {
    margin-left: 15px;
    border: 1px solid #7ecef4;
    padding: 0 5px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    border-radius: 4px
}

.class_con2 ul li .spr_pc_div,
.class_con2 ul li img {
    float: right;
    margin-top: -3px
}

.class_con2 ul li .class_buy {
    cursor: default;
    color: #fff;
    border-radius: 4px;
    background: #00bf02;
    width: 60px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    float: right
}

.clawss_con2 ul li:hover .bofang {
    display: none
}

.class_con2 ul li:hover .once_btn {
    display: block
}

.class_con3 {
    padding: 24px 20px;
    color: #666;
    line-height: 2;
    display: none
}

.class_con3 .attention p {
    font-size: 14px;
    margin: 15px 0
}

.class_con3 .attention .p2 {
    font-size: 16px;
    margin-top: 44px
}

.aswerImg {
    display: inline-block;
    height: 220px;
    overflow: hidden;
    float: left;
    width: 375px;
    margin-right: 30px
}

.aswerImg img,
.tuiimgDiv {
    width: 100%
}

.item-a,
.item-b,
.item-c,
.item-d {
    cursor: pointer
}

.askDown {
    display: block;
    background: #fff;
    margin-top: 22px;
    color: #ff5562;
    padding-top: 0;
    width: 300px;
    border: 1px solid #e4e4e4
}

.askDown .type {
    padding: 25px 0;
    width: 251px;
    margin: 0 auto;
    border-bottom: #e6e6e6 dashed 1px
}

.askDown .type .tit {
    font-size: 14px;
    color: #666;
    font-weight: 700
}

.askDown .type .items {
    margin-top: 12px;
    display: table
}

.askDown .type .items .item {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    margin-right: 20px;
    float: left;
    cursor: pointer
}

.askDown .tabtab {
    display: flex
}

.askDown .tabtab .line {
    width: 2px;
    height: 18px;
    background: #999;
    margin-top: 15px
}

.askDown .tabtab li {
    height: 43px;
    line-height: 45px;
    width: 150px;
    float: left;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #b2b2b2
}

.askDown .tabtab .active {
    color: #f8485e;
    transition: .1s
}

.askDown .tc1 {
    line-height: 25px;
    font-size: 15px;
    color: #666 !important
}

.askDown .typeCon {
    display: none
}

.askDown .tc2 {
    letter-spacing: 1px;
    line-height: 20px;
    color: #999 !important
}

.askDown .show_tc {
    color: #333;
    display: block;
    padding: 10px 14px 14px
}

.askDown .show_tc li {
    margin: 5px 0
}

.askDown .lineDiv_L {
    margin-left: 50%
}

.askDown .lineBorder_new {
    position: relative;
    overflow: initial
}

.askDown .lineBorder {
    height: 4px;
    overflow: hidden;
    border-bottom: 2px solid #e1e1e1;
    background: #f3f3f3
}

.askDown .lineDiv_new {
    background: #ff5562;
    height: 2px;
    width: 50%;
    position: absolute
}

.css_as {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px
}

.red_font {
    color: #ff545d
}

.fWeight {
    font-weight: 700 !important
}

.ib_t {
    display: inline-block
}

.img_css3 {
    margin-top: 2%
}

.wx_number {
    position: absolute;
    top: 382px;
    left: 367px;
    color: #ff545e;
    letter-spacing: 1px
}
