body {
    font-family: PingFang-SC-Regular !important;
    background: #FAFAFA !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header_top {
    width: 100%;
    height: 34px;
    background: #2E3130;
}

.header_top .left {
    float: left;
    width: 30%;
    height: 100%;
}

.header_top .right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_top .left>li {
    position: relative;
    display: inline-block;
    line-height: 34px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
}

.header_top ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.header_top .right li {
    margin-right: 10px;
    padding-right: 11px;
}

.header_top .right>li {
    position: relative;
    display: inline-block;
    line-height: 34px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
}

.header_middle {
    background: #FFF;
    padding-top: 21px;
}

.header_middle .logo {
    width: 258px;
    margin-right: 8px;
    padding: 0;
}


.header_middle .search_box {
    position: relative;
    width: 360px;
    height: 40px;
    margin: 3px 0 3px 14px;
    border: 1px solid #e22027;
    border-radius: 23px;
}

.header_middle .search_input {
    width: 280px;
    height: 100%;
    padding-left: 47px;
    background: url('images/icon_search.png') 20px center / 20px 20px no-repeat;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}

input {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    box-sizing: border-box;
}

.h_v4_btn {
    display: block;
    font-size: 16px;
    text-align: center;
    border: none;
    margin: 0;
}

.h_v4_btn.search {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 79px;
    height: 40px;
    line-height: 40px;
    background: #e22027;
    margin-top: 0;
    color: #FFF;
    font-weight: bold;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.h_v4_btn.search:hover {
    background: #c2171d;
}

.deposit_box {
    position: relative;
}

.deposit_box img {
    width: 66px;
    height: 20px;
    position: absolute;
    right: -2px;
    top: -8px;
}

.h_v4_btn.lk_recharge {
    background: #e22027;
    margin: 3px 20px 3px 14px;
    color: #FFF;
    font-weight: bold;
}

.h_v4_btn.lk_recharge,
.h_v4_btn.lk_command {
    width: 100px;
    height: 40px;
    line-height: 38px;
    font-weight: bold;
    border: 1px solid #e22027;
    border-radius: 23px;
}

.h_v4_btn.lk_command {
    background: #FFF;
    margin: 3px 0;
    color: #e22027;
}

.h_v4_btn.lk_recharge,
.h_v4_btn.lk_command {
    width: 100px;
    height: 40px;
    line-height: 38px;
    font-weight: bold;
    border: 1px solid #e22027;
    border-radius: 23px;
}

.header_middle .newLogin {
    display: inline-block;
    margin-left: 10px;
    height: 45px;
    line-height: 45px;
    font-size: 0;
}

.header_middle .newLogin a:first-child {
    border-right: 1px solid #D9D9D9;
}

.header_middle .newLogin a {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    padding: 0 12px;
    height: 18px;
}

.header_bottom {
    z-index: 9999;
    width: 100%;
    height: 42px;
    background: #FFF;
    padding-top: 29px;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.header_bottom ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header_bottom li {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 22px;
    padding: 0 0 8px;
}

.header_bottom li a {
    font-size: 16px;
    color: #424242;
    font-weight: bold;
}

.header_bottom .h_recomend {
    position: relative;
    top: -10px;
    right: -2px;
}

.header_bottom .h_recomend .recomend_img {
    position: absolute;
    width: 50px;
    left: -28px;
    top: -12px;
}

.header_bottom li a:hover {
    color: #e22027;
}

.header_bottom li.active a {
    color: #e22027;
}

.header_bottom li.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e22027;
}

.buffettails {
    width: 100%;
}

.left-body {
    width: 953px;
    flex: 1;
    padding-right: 24px;
}

.breadcrumb {
    margin-bottom: 15px;
    display: flex;
}

.breadcrumb li {
    font-weight: inherit;
    line-height: 14px;
    margin-right: 5px;
    font-size: 14px;
    color: #595959;
    font-weight: bold;
}

.breadcrumb li a {
    color: #8C8C8C;
}

.breadcrumb li a:hover {
    color: #e22027
}

.breadcrumb li:last-child {
    color: #595959;
}

.article {
    background: initial !important;
    padding: 0 !important;
}

.article .part1 {
    background: #fff;
    padding: 35px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.article h1 {
    line-height: 40px;
    font-size: 30px;
    color: #262626;
    font-weight: bold;
}

.article .part1 .addPoster {
    width: 238px;
    height: 238px;
    margin-right: 35px;
}

.article .part1 .part1_right {
    flex: 1;
}

.newTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newTitle .titleRight {
    text-align: right;
}

.newTitle .titleRight .satisfaction {
    font-size: 18px;
    font-family: DIN-MediumItalic, DIN;
    font-weight: normal;
    color: #E8B878;
    margin-bottom: 5px;
}

.newTitle .titleRight .titleInfo {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    margin-right: 5px;
}

.article .tag-lists {
    height: 18px;
    margin-top: 14px;
}

.article .tag-lists li {
    float: left;
    display: block;
    height: 18px;
    line-height: 16px;
    margin-right: 21px;
    padding: 0 12px;
    font-size: 12px;
    color: #e22027;
    font-weight: 500;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #e22027;
}

.article .tag-lists li a {
    display: block;
    color: #e22027;
}

.article .tag-lists li:hover {
    background-color: #e22027;
}

.article .tag-lists li:hover a {
    color: #FFF;
}

.parmars-info .parmars-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.parmars-info .parmars-item .title {
    width: 70px;
    font-size: 14px;
    display: inline-block;
    margin-right: 24px;
    color: rgba(0, 0, 0, 0.85) !important;
}

.parmars-info .parmars-item .title-info {
    color: #e22027;
    font-size: 14px;
    margin-right: 20px;
    color: rgba(0, 0, 0, 0.70) !important;
    flex: 1;
}

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

.header_v4 {
    position: relative;
    top: 0;
    z-index: 9998;
    width: 100%;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.btn-box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.join-btn {
    width: 150px;
    height: 44px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    cursor: pointer;
    border-radius: 2px;
    background: #e22027;
    font-size: 18px;
}

.join-btn:hover{
    background: #c2171d;
  }

.thanksuser {
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative !important;
}

.thanksuser .part-title {
    border-bottom: 1px solid #E8E8E8;
    font-family: PingFang-SC-Medium;
    padding: 10px 37px;
    font-size: 18px;
    color: #262626;
    position: relative;
}

.thanksuser .part-title::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 21px;
    width: 4px;
    height: 18px;
    background: #e22027;
}

.thanksuser .thanks-table-header {
    width: 879px;
    padding-left: 20px;
    margin: 18px 25px 0;
    position: sticky;
    z-index: 1;
    top: 0;
    display: flex;
    justify-content: center;
    background: #EFF8F7;
}

.thanksuser .thanks-table-header .table-header-box {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #e22027;
    height: 40px;
    line-height: 40px;
}

.thanksuser .thanks-table-body {
    padding: 0 25px;
    background: #fff;
    height: 120px;
    overflow: hidden;
}

.part2 {
    padding: 0 !important;
    background: #fff;
    margin-bottom: 30px;
}

.part2 .part-title {
    padding: 10px 37px;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 50px;
    font-size: 18px;
    color: #262626;
    position: relative;
}

.part2 .part-title::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 13px;
    width: 4px;
    height: 18px;
    background: #e22027;

}

.part2 main {
    padding: 25px 45px 40px 45px;
    font-size: 14px;
    color: rgba(0, 0, 0, .75);
    line-height: 35px;
    overflow: hidden;

}

.addMain {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
}

.sci-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    min-height: 120px;
    background: #2E3130;
    padding-top: 30px;
}

.sci-footer-top {
    padding: 40px 0;
    height: 238px;
    border-bottom: 1px solid #D8D8D8;
}

.sci-footer-cont {
    width: 1300px;
    margin: 0 auto;
}

.sci-footer-left {
    width: 620px;
    margin-top: -30px;
}

.sci-footer-left h2 {
    line-height: 50px;
    margin: 0;
    font-size: 36px;
    color: #FFF !important;
    font-weight: bold;
    text-align: left;
    opacity: 1;
}

.sci-footer-left>p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
}

.sci-footer-left>ul {
    margin-top: 24px;
}

.sci-footer-left>ul li {
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
}

.sci-footer-left>ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
}

.sci-footer-left>ul li::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, .75);
    margin: auto;
}

.sci-footer-right {
    width: 680px;
}

.footer-qrcode:first-child {
    width: 225px;
    margin-right: 30px;
}

.footer-qrcode {
    text-align: center;
}

.footer-qrcode>img {
    width: 112px;
    height: 112px;
}

.footer-qrcode>p {
    line-height: 20px;
    margin: 7px 0 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    text-align: center;
}

.footer-qrcode>span {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
    text-align: left;
    word-break: break-all;
}

.clearfloat::after {
    display: block;
    content: "";
    clear: both;
}

.sci-footer-bottom {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .75);
    width: 1300px;
    margin: 0 auto;
}

.sci-footer-bottom {
    min-height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
    text-align: center;
}

.sci-footer-bottom .left-box {
    display: flex;
    align-items: center;
}

.sci-footer-bottom a {
    color: inherit;
}

.right-aside {
    width: 254px;
}

.addFixedActive {
    position: fixed;
    top: 100px;
    width: 254px;
}

.topic-box,
.hot-article-box {
    margin-bottom: 30px;
}

.topic-box h2,
.hot-article-box h2 {
    position: relative;
    line-height: 20px;
    margin-bottom: 13px;
    padding: 0 16px;
    font-size: 20px;
    color: #e22027;
    font-weight: bold;
}

.topic-box h2::after,
.hot-article-box h2::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    background-color: #e22027;
}

.topic-box .person {
    text-align: center;
    background: #fff;
    padding: 30px 18px 10px;
}

.topic-box .person img {
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
}

.person .addBottom {
    margin-bottom: 20px;
}

.person .addBottom span {
    font-size: 18px;
    font-family: PingFang-SC-Regular;
    color: #e22027;
    font-weight: bold;
}

.service {
    background: #fff;
    padding: 10px;
}

.topic-box .advantage-list {
    padding-top: 20px;
}

.topic-box .advantage-list .advantage-item {
    margin-bottom: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
}

.topic-box .advantage-list .advantage-item .advantage-img1 {
    margin-right: 8px;
    width: 28px;
    height: 25px;
}

.topic-box .advantage-list .advantage-item .advantage-img2 {
    margin-right: 8px;
    width: 28px;
    height: 27px;
}

.topic-box .advantage-list .advantage-item .advantage-img3 {
    margin-right: 9px;
    width: 25px;
    height: 27px;
}

.topic-box .advantage-list .advantage-item .advantage-img4 {
    margin-right: 9px;
    width: 25px;
    height: 28px;
}

.topic-box .advantage-list .advantage-item .advantage-img5 {
    margin-right: 8px;
    width: 27px;
    height: 28px;
}

.topic-box .advantage-list .advantage-item .advantage-img6 {
    margin-right: 10px;
    width: 24px;
    height: 26px;
}

.hot-article-box {
    margin-bottom: 30px;
}

.hot-article-box ul {
    background-color: #FFF;
    padding: 29px 14px 4px 18px;
}

.hot-article-box ul li.border {
    border-bottom: 1px solid #E8E8E8;
}

.hot-article-box ul li {
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.hot-article-box ul li h3 {
    line-height: 14px;
    margin-bottom: 13px;
    font-size: 14px;
    color: #595959;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-article-box ul li h3 a {
    font-size: 14px;
    color: #595959;
}

.hot-article-box ul li .article-info>div {
    float: left;
    font-size: 12px;
    color: #8C8C8C;
}

.hot-article-box ul li .article-info img {
    position: relative;
    top: -1px;
    width: 10px;
    height: 9px;
    margin-right: 2px;
}

.header_v4 .category-nav {
    height: 0;
    transition: all .2s ease;
    /*position: fixed;*/
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.header_v4 .category-nav .category-mask {
    display: none;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.header_v4 .category-nav .category-nav-wrap {
    background: #fff;
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    padding-bottom: 60px;
    /* max-height: calc(100vh - 280px); */
    overflow-y: auto;
}
.header_v4 .category-nav .category-nav-wrap .category-nav-biologys-title {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #e22027;
    width: 1080px;
    margin: 30px auto 0;
}
.header_v4 .category-nav .category-nav-wrap .category-nav-content {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 1080px;
}
.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 14px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title img {
    width: 24px;
    margin-right: 8px;
}
.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #E8E8E8;
}

.userInfo {
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    left: 12px;
    padding-right: 8px;
    position: relative;
}

.userInfo .dropdown_box {
    position: absolute;
    top: 45px;
    left: -60px!important;
    width: 170px;
    background: #fff;
    border-radius: 2px;

}

.userInfo .phone {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #e22027;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-right: 4px;
}

.userInfo img {
    width: 10px;
    transform: rotate(180deg);
}

.userInfo:hover .dropdown_box {
    height: 355px;
}

.userInfo:hover>img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}

.userInfo .header-dropdown {
    overflow: hidden;
}
.userInfo .header-dropdown .dropdown-item {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #E9E9E9;
    height: 50px;
    line-height: 50px;
}
.userInfo .header-dropdown .dropdown-item a {
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    padding: 0 15px;
}
.userInfo .header-dropdown .dropdown-item:hover a {
    color: #e22027;
}
.dropdown_box {
    position: absolute;
    top: 45px;
    left: -50px;
    z-index: 999;
    width: 0;
    height: 0;
    transition: all .3s linear;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #e22027;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.header-weChart {
    width: 122px;
    height: 122px;
}

.header_top ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.header_top ul li.rt_bd:not(:first-child):after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, .25);
}

.exchange-navbar {
    width: 100%;
    height: 100px;
    background: #FFF;
}


.exchange-navbar-item {
    width: 250px;
    height: 100%;
    padding: 20px 30px;
}

.exchange-navbar-item h1 {
    line-height: 33px;
    font-size: 28px;
    color: #FEA000;
    font-weight: 500;
}

#TotalCoupon, #TotalCanCush {
    font-style: initial;
    font-size: 28px;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    font-weight: bold;
    color: #FEA000;
}

#CouponDecimal, #CanCushDecimal {
    font-style: initial;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FEA000;
}

.exchange-navbar-item h2 {
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, .45);
}

.point-tips {
    margin-top: 21px;
    margin-right: 29px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FEA000;
    line-height: 20px;
    text-decoration: underline;
}















