body {
    color: #000
}

.page-top {
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px
}

.page-top .ad-box {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-top .ad-box img {
    display: block
}
.copyrightshengming
{
	color:#aaa;
}

.page-top .page-top-logo {
    display: flex;
    align-items: center;
    justify-content: center
}

.page-top .page-top-logo img {
    display: inline-block;
    height: 65px
}

.header {
    position: relative
}

.header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #f2f2f2 0, #fcfcfc 57%, #fefefe 100%);
    height: 140px;
    pointer-events: none;
    z-index: -1
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 10px 10px rgba(0, 0, 0, .05)
}

.header.fixed:after {
    display: none
}

body.pt {
    padding-top: 346px
}

body.pt .page-top {
    display: none
}

.hd-search {
    z-index: 10;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05);
    border-top: 1px solid #efefef
}

.hd-search .hd-wp {
    height: 100%;
    display: block;
    position: relative
}

.hd-search .hd-wp .input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    background: 0 0;
    font-size: 14px;
    color: #000;
    padding-right: 40px
}

.hd-search .hd-wp .submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    border: none;
    width: 50px;
    background: url(../images/search.svg) no-repeat right center/16px auto
}

.hd-wp {
    max-width: 1334px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px
}

.hd-wp .left {
    display: flex;
    align-items: center;
    height: 100%
}

.hd-wp .left .menu {
    cursor: pointer;
    background: url(../images/menu.svg) no-repeat center center/contain;
    width: 20px;
    height: 15px;
    margin-right: 30px
}

.hd-wp .left .search-icon {
    cursor: pointer;
    background: url(../images/search.svg) no-repeat center center/contain;
    width: 16px;
    height: 16px
}

.hd-wp .left .search-icon.open {
    background-image: url(../images/close.svg)
}

.hd-wp .nav {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 70px
}

.hd-wp .nav .nav-item+.nav-item {
    margin-left: 20px
}

.hd-wp .nav .nav-item:hover .sub-nav {
    opacity: 1;
    pointer-events: auto
}

.hd-wp .nav .nav-item {
    height: 100%;
    position: relative
}

.hd-wp .nav .nav-item .nav-item-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #666;
    font-size: 16px;
    padding: 0 12px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.hd-wp .nav .nav-item .nav-item-tit:hover {
    color: #007b9d
}


.hd-wp .nav .nav-item .sub-nav {
    opacity: 0;
    transition: all .3s ease 0s;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #fff;
    box-shadow: rgba(17, 17, 17, 0.145) 2px 2px 4px 0px;
    padding: 5px 18px;
    z-index: 20;
}

.hd-wp .nav .nav-item .sub-nav .sub-nav-item {
    display: block;
    white-space: nowrap;
    min-width: 110px;
    padding: 10px;
    transition: all .3s ease 0s
}

.hd-wp .nav .nav-item .sub-nav .sub-nav-item:hover {
    color: #007b9d
}

.hd-wp .nav .nav-item .sub-nav .sub-nav-item+.sub-nav-item {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.hd-wp .nav .nav-item.active .nav-item-tit {
    color: #e31e23;
    font-weight: 500;
    position: relative
}

.hd-wp .nav .nav-item.active .nav-item-tit:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e31e23
}

.hd-wp .right {
    display: flex;
    align-items: center
}

.hd-wp .right .txt {
    text-align: right;
    padding-left: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.main {
    position: relative;
    z-index: 2
}

.download-btn {
    width: 140px;
    height: 40px;
    background: #e31e23;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.home-section1 {
    padding-top: 60px
}

.home-section1 .wp {
    position: relative
}

.home-section1 .wp .s1-box {
    position: relative;
    z-index: 2
}

.home-section1 .wp .news-list {
    position: relative;
    z-index: 2
}

.home-section1 .wp:after {
    content: '';
    position: absolute;
    top: 24px;
    left: -42px;
    right: -42px;
    bottom: 174px;
    background: #eff8fa;
    z-index: 1
}

.s1-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.s1-box .pic {
    flex: 1;
    position: relative
}

.s1-box .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000;
    transition: all .3s ease 0s;
    pointer-events: none
}

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

.s1-box .pic:hover:after {
    opacity: .2
}

.s1-box .text-mod {
    flex: 0 0 430px;
    padding-left: 68px
}

.text-mod .type {
    color: #e31e23;
    font-size: 12px;
    font-weight: 500;
    transition: all .3s ease 0s
}

.text-mod .type:hover {
    text-decoration: underline
}

.text-mod h2 {
    margin-top: 5px;
    color: #111;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    transition: all .3s ease 0s;
    white-space: pre-line;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.text-mod p {
    transition: all .3s ease 0s;
    color: #000;
    font-size: 16px;
    line-height: 24px
}

.text-mod a:hover h2,
.text-mod a:hover p {
    color: #007b9d
}

.text-mod .info {
    margin-top: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.text-mod .info .author {
    color: #111;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px
}

.text-mod .info .author:hover {
    color: #007b9d;
    text-decoration: underline
}

.text-mod .info .date {
    font-size: 12px;
    color: #666
}

.text-mod.big h2 {
    font-size: 36px;
    line-height: 44px;
    height: auto;
    margin-bottom: 20px;
    white-space: pre-line;
    display: block
}

.text-mod.big p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    transition: all .3s ease 0s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.text-mod.big .info {
    margin-top: 40px
}

.news-list {
    overflow: hidden;
    margin: 0 -20px 0;
    display: flex;
    flex-wrap: wrap
}

.news-list .news-item {
    width: 33.3%;
    margin-bottom: 40px
}

.news-list .news-item .news-item-inner {
    margin: 0 20px
}

.news-list.w4 .news-item {
    width: 25%
}

.video-list {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 -20px -40px;
    display: flex;
    flex-wrap: wrap
}

.video-list .video-item {
    width: 33.3%;
    margin-bottom: 40px
}

.video-list .video-item .video-item-inner {
    margin: 0 20px;
    display: block
}

.video-list .video-item .pic {
    padding-top: 56.41%;
    position: relative;
    overflow: hidden
}

.video-list .video-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1
}

.video-list .video-item .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0
}

.video-item .pic {
    padding-top: 56.41%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.video-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1
}

.video-item .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0;
    transition: all .3s ease 0s
}

.video-item .video-item-inner:hover .pic:after {
    opacity: .2
}

.video-item .title {
    display: flex;
    align-items: center
}

.video-item .title i {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    border: 1px solid #e31e23;
    border-radius: 50%;
    background: url(../images/play.svg) no-repeat center center/4px auto
}

.video-item .title h2 {
    transition: all .3s ease 0s;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    width: 0
}

.video-item .video-item-inner:hover .title h2 {
    color: #007b9d
}

.news-item {
    margin-bottom: 40px
}

.news-item .pic {
    padding-top: 64.61%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.news-item .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000;
    transition: all .3s ease 0s;
    z-index: 2;
    pointer-events: none
}

.news-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1
}

.news-item .pic:hover:after {
    opacity: .2
}

.ad-section {
    padding: 64px 0 80px
}

.ad-section .wp {
    padding: 0 25px
}

.ad-section .wp img {
    display: block;
    width: 100%
}

.wp.df {
    display: flex
}

.section-left {
    flex: 1;
    padding-right: 40px
}

.section-right {
    flex: 0 0 282px
}

.hot-news {
    border-left: 6px solid #eff8fa;
    padding-left: 20px
}

.hot-news .title {
    font-size: 20px;
    color: #111;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #000
}

.hot-news-list .hot-news-item.withPic .text-mod .type+a {
    position: relative;
    display: block
}

.hot-news-list .hot-news-item.withPic .text-mod .type+a h2 {
    padding-right: 115px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.hot-news-list .hot-news-item.withPic .text-mod .type+a .pic {
    position: absolute;
    right: 0;
    width: 100px;
    top: 0
}

.hot-news-list .hot-news-item.withPic .text-mod .type+a .pic img {
    display: block;
    width: 100%
}

.hot-news-list .hot-news-item {
    padding: 14px 0
}

.hot-news-list .hot-news-item .text-mod .info {
    margin-top: 25px
}

.hot-news-list .hot-news-item .text-mod h2 {
    font-size: 14px;
    line-height: 22px
}

.hot-news-list .hot-news-item+.hot-news-item {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.hot-news-list.home .hot-news-item .text-mod h2 {
    font-size: 16px
}

.home-section3 .wp.df {
    position: relative;
    padding-bottom: 42px
}

.home-section3 .wp.df:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -43px;
    right: -43px;
    bottom: 0;
    top: 24px;
    background: #eff8fa
}

.home-section3 .section-left {
    width: 0;
    position: relative;
    z-index: 2
}

.home-section3 .section-left .news-swiper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.home-section3 .section-left .news-swiper .swiper-slide {
    padding-left: 17px;
    display: flex;
    align-items: center
}

.home-section3 .section-left .news-swiper .swiper-slide .text-mod {
    padding-top: 20px;
    flex: 0 0 282px;
    padding-right: 10px;
    margin-right: 23px
}

.home-section3 .section-left .news-swiper .swiper-slide .text-mod h2 {
    font-size: 20px;
    margin-bottom: 16px
}

.home-section3 .section-left .news-swiper .swiper-slide .text-mod .info .date {
    margin-left: 0
}

.home-section3 .section-left .news-swiper .swiper-slide .pic {
    flex: 1;
    position: relative
}

.home-section3 .section-left .news-swiper .swiper-slide .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #000;
    opacity: .1;
    transition: all .3s ease 0s
}

.home-section3 .section-left .news-swiper .swiper-slide .pic img {
    display: block;
    width: 100%
}

.home-section3 .section-left .news-swiper .swiper-slide .pic:hover:after {
    opacity: .2
}

.home-section3 .section-left .news-swiper .swiper-button-next,
.home-section3 .section-left .news-swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 1;
    bottom: 14px;
    left: 17px;
    right: auto;
    top: auto;
    background: url(../images/prev.svg) no-repeat center center/7px auto
}

.home-section3 .section-left .news-swiper .swiper-button-next:after,
.home-section3 .section-left .news-swiper .swiper-button-prev:after {
    display: none
}

.home-section3 .section-left .news-swiper .swiper-button-next {
    left: 53px;
    background-image: url(../images/next.svg)
}

.home-section3 .section-right {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.home-section3 .section-right .ad-box {
    width: 100%;
    padding-left: 8px
}

.home-section3 .section-right .ad-box img {
    display: block;
    width: 100%
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000
}

.section-title h2 {
    font-size: 20px;
    color: #111;
    font-weight: 600
}

.section-title .more {
    display: flex;
    align-items: center
}

.section-title .more span {
    color: #e31e23;
    font-size: 14px
}

.section-title .more i {
    margin-left: 5px;
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/more.svg) no-repeat center center/contain
}

.home-section4 .wp {
    max-width: 1334px;
    border: 6px solid #000;
    padding-right: 42px
}

.home-section4 .wp .section-left {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 0;
    margin-right: 40px
}

.home-section4 .wp .section-right {
    padding: 42px 0
}

.home-section4 .wp .section-right .ad-box {
    width: 100%
}

.home-section4 .wp .section-right .ad-box img {
    display: block;
    width: 100%
}

.company-500 {
    height: 100%;
    display: flex
}

.company-500 .item+.item {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.company-500 .item {
    width: 33.3%;
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
    background-color: #fff;
    transition: all .3s ease
}

.company-500 .item .tit {
    position: absolute;
    top: 35px;
    left: 52px;
    color: #000;
    transition: all .3s ease
}

.company-500 .item .tit p {
    font-weight: 600
}

.company-500 .item .tit span {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #000;
    opacity: .4;
    padding-right: 15px;
    background: url(../images/more-b.svg) no-repeat right center/10px auto
}

.company-500 .item .pic {
    position: absolute;
    right: -30px;
    bottom: 0;
    height: 150px;
    width: 100%;
    transition: all .3s ease;
    background: url(../images/500-w.svg) no-repeat left top/auto 100%
}

.company-500 .item:nth-child(1) {
    background-color: #000
}

.company-500 .item:nth-child(1) .tit {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    color: #fff
}

.company-500 .item:nth-child(1) .tit span {
    color: #fff;
    background-image: url(../images/more-w.svg)
}

.company-500 .item:nth-child(1) .pic {
    background-image: url(../images/500-b.svg);
    background-position: 20px top
}

.company-500 .item:last-child {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.pt50 {
    padding-top: 50px
}

.wp.withBg {
    position: relative;
    padding-bottom: 40px
}

.wp.withBg:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -43px;
    right: -43px;
    bottom: 0;
    top: 24px;
    background: #eff8fa
}

.special-list {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 -20px 0;
    display: flex;
    flex-wrap: wrap
}

.special-list .special-item {
    width: 25%
}

.special-list .special-item .special-item-inner {
    margin: 0 20px;
    display: block
}

.special-list {
    position: relative;
    z-index: 2
}

.special-item .pic {
    padding-top: 114.84%;
    position: relative;
    overflow: hidden
}

.special-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1
}

.special-item .tit {
    height: 68px;
    display: flex;
    align-items: center;
    background: #000;
    padding: 0 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px
}

.special-item .special-item-inner:hover .pic:after {
    opacity: .2
}

.home-section5 .wp {
    max-width: 1334px;
    justify-content: space-between;
    border: 6px solid #000;
    padding-right: 40px
}

.home-section5 .section-right {
    padding: 40px 0
}

.home-section5 .section-right a {
    display: block;
    width: 100%
}

.home-section5 .wp.withBg {
    padding-bottom: 0
}

.home-section5 .wp.withBg:after {
    padding-bottom: 0;
    bottom: 24px
}

.footer {
    padding-top: 120px;
    padding-bottom: 24px
}

.footer .wp {
    max-width: 1440px
}

.footer .fd-top {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 60px 0;
    display: flex;
    justify-content: space-between
}

.footer .fd-top .logo {
    flex: 0 0 357px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .fd-top .logo img {
    display: block;
    height: 68px
}

.footer .fd-top .contact {
    border-left: 1px solid rgba(0, 0, 0, .1);
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.footer .fd-top .contact h3 {
    font-size: 16px;
    color: #e31e23;
    font-weight: 500
}

.footer .fd-top .contact .media {
    margin: 16px 0 44px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .fd-top .contact .media a {
    width: 32px;
    height: 32px;
    border: 1px solid #e31e23;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px
}

.footer .fd-top .contact .media a img {
    display: block;
    max-width: 90%;
    max-height: 90%
}

.footer .fd-top .nav-list {
    flex: 1;
    display: flex
}

.footer .fd-top .nav-list .col {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.footer .fd-top .nav-list .col {
    flex: 0 0 25%;
    display: flex;
    justify-content: center
}

.footer .fd-top .nav-list dt {
    color: #e31e23;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px
}

.footer .fd-top .nav-list dd {
    font-size: 14px;
    line-height: 32px
}

.footer .fd-top .nav-list dd a {
    color: rgba(0, 0, 0, .6);
    transition: all .3s ease 0s
}

.footer .fd-top .nav-list dd a:hover {
    color: #007b9d
}

.footer .copyright {
    padding: 34px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.inner-page {
    padding-top: 60px
}

.inner-page-title {
    font-size: 36px;
    height: 52px;
    line-height: 52px;
    color: #000;
    font-weight: 500;
    padding-left: 16px;
    border-left: 3px solid #e31e23;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-page-title .title {
    height: 100%;
    border-left: 3px solid red;
    padding: 1rem;
}

.inner-page-title .pic {
    width: 100%;
    height: 100%;
}

.inner-page-content.mt60 {
    margin-top: 60px
}

.inner-page-content {
    display: flex
}

.inner-page-content .page-left {
    flex: 1;
    padding-right: 40px
}

.inner-page-content .page-right {
    padding-top: 34px
}

.inner-page-content .s1-box {
    position: relative;
    padding-bottom: 42px
}

.inner-page-content .s1-box:after {
    content: '';
    position: absolute;
    top: 34px;
    bottom: 0;
    left: -42px;
    right: 0;
    background: #eff8fa
}

.inner-page-content .s1-box .pic {
    position: relative;
    z-index: 2
}

.inner-page-content .s1-box .text-mod {
    padding-top: 34px;
    flex: 0 0 323px;
    padding-left: 47px;
    padding-right: 50px;
    position: relative;
    z-index: 2
}

.inner-page-content .text-mod.big h2 {
    font-size: 28px;
    line-height: 34px
}

.page-right {
    flex: 0 0 282px
}

.page-right .hot-news {
    margin: 40px 0
}

.page-right .video-item {
    margin-top: 40px
}

.page-right .video-item .title h2 {
    font-size: 14px
}

.pb0 {
    padding-bottom: 0
}

.ad-box {
    display: block
}

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

.wp.article {
    max-width: 1035px
}

.article-mod .text-mod.big h2 {
    font-size: 36px;
    line-height: 46px;
    white-space: normal
}

.article-mod .text-mod.big .info {
    margin: 16px 0;
   
}

.article-mod .contain {
    font-size: 18px;
    margin-top: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.article-mod .contain .top {
    padding-bottom: 24px
}

.article-mod .contain .top img {
    display: block;
    width: 100%
}

.article-mod .contain .top p {
    margin-top: 18px;
    font-size: 14px;
    color: #000;
    line-height: 24px
}

.article-mod .contain .text {
    margin-top: 40px
}

.article-mod .contain .text p {
    /* font-size: 18px; */
    line-height: 32px;
    color: #333
}

.article-mod .contain .text p+p {
    margin-top: 24px
}

.article-mod .contain .text h3 {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 24px
}

.article-mod .contain .text .ad-box {
    margin: 50px 0;
    display: flex;
    justify-content: center
}

.article-mod .contain .text .ad-box img {
    width: auto;
    display: block
}

.article-mod .contain .bot {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 27px 0
}

.article-mod .contain .bot .plus {
    height: 28px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    margin-left: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.article-mod .contain .bot .plus .face {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden
}

.article-mod .contain .bot .plus .face img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-mod .contain .bot .plus .face+.face {
    margin-left: -10px
}

.article-mod .contain .bot .plus span {
    font-size: 14px;
    color: #000;
    margin-left: 12px;
    margin-right: 16px
}

.article-mod .contain .bot .plus .btn {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e31e23 url(../images/plus-w.svg) no-repeat center center/13px auto
}

.tools-row {
    padding: 25px 28px 25px 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tools-row .left {
    display: flex;
    align-items: center
}

.tools-row .left .btn {
    display: flex;
    align-items: center;
    cursor: pointer
}

.tools-row .left .btn span {
    font-size: 14px;
    color: #000;
    margin-left: 10px
}

.tools-row .left .btn+.btn {
    margin-left: 48px;
    position: relative
}

.tools-row .left .btn+.btn:after {
    content: '';
    width: 1px;
    height: 24px;
    background: #000;
    opacity: .1;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: -24px
}

.share-box {
    display: flex;
    align-items: center
}

.share-box span {
    font-size: 14px;
    color: #000;
    margin-right: 10px
}

.share-box a+a {
    margin-left: 6px
}

.share-box a {
    width: 28px;
    height: 28px;
    border: 1px solid #e31e23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.share-box a img {
    display: block;
    /* max-width: 90%;
    max-height: 90% */
}

.eval-mod {
    margin-bottom: 40px;
    margin-top: 40px
}

.eval-mod .eval-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px
}

.eval-item+.eval-item {
    margin-top: 30px
}

.eval-item+.eval-item .text {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.eval-item+.eval-item .face {
    margin-top: 30px
}

.eval-item {
    display: flex
}

.eval-item .face {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
    flex: 0 0 90px;
    border: .1px solid #ccc;
}

.eval-item .face img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.eval-item .text {
    flex: 1
}

.eval-item .text .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.eval-item .text .title .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 4px
}

.eval-item .text .title .tag {
    font-size: 13px;
    opacity: .6
}

.eval-item .text .title .like {
    display: flex;
    align-items: center;
    color: #e31e23;
    font-size: 15px;

}

.eval-item .text .title .like i {
    margin-right: 6px;
    display: block;
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
    background: url(../images/zan.svg) no-repeat center center/contain
}

.eval-item .text .content {
    font-size: 14px;
    line-height: 22px
}

.app-mod {
    border: 4px solid #eff8fa;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.app-mod .download-btn {
    width: 165px;
    color: #fff
}

.app-mod .left {
    display: flex;
    align-items: center
}

.app-mod .left .logo {
    width: 78px;
    margin-right: 24px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden
}

.app-mod .left .logo img {
    display: block;
    width: 100%
}

.app-mod .left .txt span {
    font-size: 12px;
    line-height: 17px;
    color: #e31e23;
    font-weight: 500
}

.app-mod .left .txt h3 {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px
}

.app-mod .left .txt p {
    font-size: 16px;
    line-height: 22px
}

.hp-top {
    margin: 60px -42px 0;
    padding: 40px 40px 90px;
    background: #eff8fa;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hp-top .txt {
    flex: 1;
    margin-right: 100px
}

.hp-top .txt .title {
    font-weight: 500;
    font-size: 20px;
    color: #000
}

.hp-top .txt .desc {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 24px;
    margin: 24px 0 34px
}

.hp-top .txt .bot {
    font-size: 16px;
    color: #000;
    line-height: 24px
}

.hp-top .pic {
    flex: 0 0 498px;
    height: 300px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.hp-top .pic img {
    display: block;
    height: 140px
}

.swi-year {
    overflow: hidden
}

.swi-year .swiper-slide {
    text-align: center
}

.swi-year .swiper-slide a {
    font-size: 16px;
    color: #000
}

.swi-year .swiper-slide.on a {
    font-weight: 500;
    color: #e31e23
}

.swi-year-wrap {
    padding: 28px 60px;
    overflow: hidden;
    position: relative;
    margin-top: -40px;
    z-index: 10;
    /* background-color: #fff */
}

.swi-year-wrap .swiper-button-next,
.swi-year-wrap .swiper-button-prev {
    display: block !important;
    pointer-events: auto !important;
    opacity: 1;
    width: 10px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swi-year-wrap .swiper-button-next {
    right: 24px;
    left: auto;
    background-image: url(../images/next.svg)
}

.swi-year-wrap .swiper-button-prev {
    left: 24px;
    right: auto;
    background-image: url(../images/prev.svg)
}

.swi-year-wrap .swiper-button-next:after,
.swi-year-wrap .swiper-button-prev:after {
    display: none
}

.people-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -25px -50px;
    padding: 0 30px
}

.people-list .people-item {
    width: 25%;
    margin-bottom: 50px
}

.people-list .people-item-inner {
    margin: 0 25px;
    display: block
}

.people-item .pic {
    padding-top: 65.15%;
    position: relative;
    /* overflow: hidden */
}

.people-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.people-item .pic span {
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 2rem;
    justify-content: center;
    left: -0.5rem;
    position: absolute;
    top: -1rem;
    width: 2rem;
    z-index: 2;
}

.people-item .people-item-inner:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.people-item .txt {
    margin-top: 20px
}

.people-item .txt .name {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.people-item .txt .age {
    margin: 12px 0 4px;
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.people-item .txt .post {
    font-weight: 300;
    font-size: 14px;
    color: #000
}

.wp.w1335 {
    max-width: 1335px
}

.hf-bottom {
    border-top: 1px solid #000;
    margin: 80px auto 0;
    display: flex;
    padding: 40px 40px 0;
    justify-content: space-between
}

.hf-b-link1 {
    flex: 0 0 444px;
    width: 444px;
    height: 250px
}

.hf-b-link img {
    display: block
}

.hf-b-link2 a {
    display: flex
}

.hf-b-link2 .pic {
    flex: 0 0 222px;
    width: 222px;
    height: 250px
}

.hf-b-link2 .txt {
    flex: 0 0 222px;
    width: 222px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: none;
    display: flex;
    align-items: center;
    padding: 0 25px
}

.hf-b-link2 .txt .sub {
    color: #ec1c24;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hf-b-link2 .txt .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px
}

.hf-b-link2 .txt .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #000;
    opacity: .6;
    line-height: 22px
}

.hf-b-link3 {
    flex: 0 0 280px;
    width: 280px
}

.hp-det-top {
    display: flex;
    padding: 40px;
    margin: 60px -40px 0;
    background: #eff8fa
}

.hp-det-top .left {
    flex: 1;
    margin-right: 58px;
    display: flex;
    flex-direction: column
}

.hp-det-top .right {
    flex: 0 0 498px;
    width: 498px;
    position: relative;
    margin-top: -64px
}

.hp-det-top .right .pic {
    overflow: hidden
}

.hp-det-top .right .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.nav-arrow {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(3, 0, 1, .1);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-arrow .arrow {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000
}

.nav-arrow .arrow i {
    display: block;
    width: 10px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.nav-arrow .arr-prev i {
    background-image: url(../images/prev.svg);
    margin-right: 8px
}

.nav-arrow .arr-next i {
    background-image: url(../images/next.svg);
    margin-left: 8px
}

.nav-arrow .title {
    font-size: 16px;
    color: #000
}

.hp-det-top .left .name {
    display: flex;
    flex: 1;
    align-items: center
}

.hp-det-top .left .name-con {
    display: flex;
    align-items: center
}

.hp-det-top .left .name-con .index {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-right: 16px
}

.hp-det-top .left .name-con span {
    font-weight: 600;
    font-size: 36px;
    color: #111
}

.hp-info {
    margin-top: -40px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 34px 34px 25px;
    border-left: 3px solid #eff8fa;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 675px
}

.hp-info-item {
    padding: 0 40px;
    border-right: 1px solid rgba(3, 0, 1, .1)
}

.hp-info-item:first-child {
    padding-left: 0
}

.hp-info-item:last-child {
    border-right: none
}

.hp-info-item em {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    display: block
}

.hp-info-item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-top: 4px
}

.hp-det-content {
    padding: 16px 60px 0;
    border-left: 3px solid #eff8fa;
    display: flex;
    justify-content: space-between
}

.hp-det-txt {
    padding-top: 44px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    flex: 0 0 735px
}

.hp-det-txt p+p {
    padding-top: 25px
}

.word-table {
    width: 100%;
    overflow: hidden
}

.hf-left {
    flex: 1;
    padding-right: 60px
}

.hf-left .ad-box {
    margin-top: 40px
}

.hf-right {
    margin-top: 40px;
    flex: 0 0 713px;
    width: 713px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    border-left: 6px solid #eff8fa
}

.hf-intro {
    position: relative;
    padding: 62px 0 72px;
    margin-bottom: 40px
}

.hf-intro h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000
}

.hf-intro p {
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: 24px
}

.hf-intro .date {
    margin-top: 34px;
    font-size: 16px;
    color: #000
}

.hf-intro:after {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    width: 1334px;
    background: #eff8fa;
    z-index: -1;
    pointer-events: none
}

.hf-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.hf-text {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    color: #333
}

.hf-text p {
    margin-bottom: 20px
}

.hf-text h3 {
    margin-bottom: 20px;
    font-weight: 500
}

.hf-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px
}

.hf-link a {
    margin-right: 24px;
    margin-bottom: 16px;
    color: #e31e23;
    font-size: 16px;
    border-bottom: 1px solid #e31e23;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hf-link a:hover {
    opacity: .8
}

.inner-page.company .swi-year-wrap {
    margin: 0;
    padding: 15px 60px 20px;
    /* border-bottom: 3px solid #eff8fa; */
    width: 50%;
}

.inner-page.company .hf-bottom {
    margin-top: 100px
}

.wt-table-wrap {
    padding: 0 16px
}

.dataTables_wrapper {
    background-color: #fff
}

.word-table {
    overflow: hidden;
    font-size: 14px !important;
    border: none
}

.wt-table {
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #ec412e
}

.wt-table th {
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
    height: 76px;
    background: 0 0;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.wt-table th span {
    display: inline-block;
    position: relative
}

.wt-table th em {
    display: block;
    font-size: 14px
}

.wt-table th span:after {
    content: '';
    background-image: url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort.png);
    background-image: -webkit-image-set(url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort.png) 1x, url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort@2x.png) 2x);
    width: 10px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 4px;
    right: -15px
}

.wt-table th.sorting_asc span:after {
    background-image: url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort-up.png);
    background-image: -webkit-image-set(url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort-up.png) 1x, url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort-up@2x.png) 2x);
    background-position: top center
}

.wt-table th.sorting_desc span:after {
    background-image: url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort-down.png);
    background-image: -webkit-image-set(url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort-down.png) 1x, url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-sort-down@2x.png) 2x);
    background-position: bottom center
}

.wt-table th:last-child {
    text-align: right;

}

.wt-table th.sorting_asc span:after {
    background-image: url(../images/sort-up.svg);
    -webkit-background-size: 8px auto;
    background-size: 8px auto
}

.wt-table th span:after {
    background-image: url(../images/sort.svg);
    -webkit-background-size: contain;
    background-size: contain
}

.wt-table th.sorting_desc span:after {
    background-image: url(../images/sort-down.svg);
    -webkit-background-size: 8px auto;
    background-size: 8px auto
}

.wt-table td:nth-child(2),
.wt-table th:nth-child(2) {
    text-align: left;
    padding-left: 30px
}

.wt-table tr {
    background: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.wt-table tr+tr {
    border-top: 1px solid #fff
}

.wt-table tr:nth-child(even) {
    background: 0 0
}

.wt-table td {
    height: 78px;
    padding-left: 10px;
    text-align: left
}

.wt-table tr td,
.wt-table tr td a {
    font-size: 14px;
    color: #000
}

.wt-table tr td:first-child {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    background: 0 0
}

.wt-table tr td:first-child em {
    opacity: .45
}

.wt-table tr td:first-child em {
    position: relative;
    z-index: 2
}

.wt-table tr:nth-child(1) td:first-child,
.wt-table tr:nth-child(2) td:first-child,
.wt-table tr:nth-child(3) td:first-child {
    color: #e31e23;
    opacity: 1;
    background: 0 0;
    position: relative
}

.wt-table tr:nth-child(1) td:first-child em,
.wt-table tr:nth-child(2) td:first-child em,
.wt-table tr:nth-child(3) td:first-child em {
    opacity: 1
}

.wt-table tr td.control i {
    display: block;
    margin: 0 auto;
    background: url(../images/add.svg) no-repeat center center/contain;
    cursor: pointer;
    width: 12px;
    height: 12px
}

.wt-table tr td.control span {
    font-size: 22px;
    display: inline-block;
    transform-origin: center center;
    cursor: pointer;
}

.wt-table tr.shown td.control span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wt-table td:last-child,
.wt-table th:last-child {
    padding-left: 0;

    text-align: right;
}

.wt-table td:nth-child(1) {
    text-align: center;
    padding-left: 0
}

.wt-table tr td:nth-child(3),
.wt-table tr td:nth-child(4),
.wt-table tr td:nth-child(5) {

    padding-left: 15px
}

.dataTables_filter {
    float: right;
    width: 203px;
    height: 58px;
    line-height: 58px;
    padding-left: 15px;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.dataTables_filter input {
    border: none;
    background: 0 0;
    width: 60px;
    font-size: 14px
}

.dataTables_filter label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.dataTables_filter label:after {
    content: '';
    width: 15px;
    height: 16px;
    background-image: url(../images/search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dataTables_filter input {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    text-align: right;
    padding-right: 20px
}

.dataTables_filter input::-webkit-input-placeholder {
    color: #000
}

.dataTables_filter input::-moz-placeholder {
    color: #000
}

.dataTables_filter input:-moz-placeholder {
    color: #000
}

.dataTables_filter input:-ms-input-placeholder {
    color: #000
}

.dataTables_length {
    float: left;
    padding-left: 15px;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    width: calc(100% - 203px);
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.dataTables_length select {
    width: 56px;
    height: 28px;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    background: #fff url(../images/select.svg) no-repeat right 8px center/8px auto;
    border-color: #f2f2f2;
    color: #000;
    text-align: left;
    padding-left: 8px
}

.dataTables_info {
    float: left;
    width: auto;
    display: inline-block;
    padding: 15px 0;
    line-height: 34px
}

.dataTables_paginate {
    float: right;
    width: auto;
    display: inline-block;
    padding: 20px 0;
    text-align: right
}

.dataTables_paginate a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 13px;
    font-size: 14px;
    color: #000;
    background: 0 0;
    border-left: 1px solid rgba(3, 0, 1, .1);
    height: 14px;
    line-height: 14px
}

.dataTables_paginate a.current,
.dataTables_paginate a.disabled {
    background-color: #e2e2e2;
    color: #787878;
    cursor: auto
}

.dataTables_paginate a.current {
    background: 0 0;
    color: #ec412e
}

.dataTables_paginate a.disabled {
    color: rgba(0, 0, 0, .6);
    background: 0 0
}

.dataTables_paginate a.first {
    border-left: none
}

.wt-table tr.shown+tr td:after {
    display: none
}

.wt-table tr.shown+tr td {
    color: #333
}

.wt-table table.detail {
    width: 100%;
    border-top: 1px solid #000
}

.wt-table table.detail tr {
    border-bottom: none;
    border-top: none
}

.wt-table table.detail td {
    font-size: 14px;
    height: 60px
}

.wt-table table.detail td:nth-child(1) {
    background-color: #fff;
    color: #000
}

.wt-table table.detail td:nth-child(2) {
    background-color: #fff;
    color: rgba(0, 0, 0, .6);
    border-right: 1px solid #000;
    padding-left: 50px
}

.wt-table table.detail td:nth-child(3) {
    background-color: #fff;
    color: #000;
    border-right: 1px solid #000;
    padding-left: 50px
}

.wt-table table.detail td:nth-child(4) {
    background-color: #fff;
    color: #000;
    padding-left: 50px
}

.wt-table table.detail.qrlink td:nth-child(3) {
    border-right: none;
    font-size: 0
}

.wt-table table.detail.qrlink td:nth-child(4) {
    border-right: none;
    font-size: 0
}

.word-qr {
    position: absolute;
    right: auto;
    left: 46%;
    width: auto;
    top: 50%;
    max-width: 165px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.word-qr .txt {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    display: block
}

.word-qr .pic {
    width: 158px;
    height: 158px;
    margin: 0 auto;
    overflow: hidden
}

.sp-section {
    margin-top: 80px
}

.sp-box {
    display: flex;
    align-items: center;
    position: relative
}

.sp-box:after {
    content: '';
    position: absolute;
    top: 42px;
    right: -42px;
    left: -42px;
    bottom: -42px;
    background: #eff8fa
}

.sp-box .pic {
    flex: 0 0 605px;
    position: relative;
    z-index: 2
}

.sp-box .pic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1
}

.sp-box .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: .1
}

.sp-box .text {
    position: relative;
    z-index: 2;
    padding-top: 65px;
    flex: 1;
    margin-left: 80px;
    padding-right: 40px
}

.sp-box .text h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 4px
}

.sp-box .text span {
    font-size: 14px
}

.sp-box .text p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300
}

.inner-page.companyDetail .inner-page-content {
    margin-top: 0
}

.inner-page.companyDetail .inner-page-content .page-right {
    padding-top: 0
}

.inner-page.companyDetail .mt50 {
    margin-top: 50px
}

.inner-page.companyDetail .big-pic img {
    display: block;
    width: 100%
}

.company-detail {
    padding: 42px;
    background: #eff8fa;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.company-detail .left {
    flex: 1;
    margin-right: 20px
}

.company-detail .left h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500
}

.company-detail .left h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

.company-detail .left .desc {
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 300
}

.company-detail .left .desc p+p {
    margin-top: 24px
}

.company-detail .rank {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 24px;
    width: 349px
}

.company-detail .rank em {
    width: 60px;
    height: 60px;
    background: #e31e23;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-right: 24px
}

.company-detail .rank .link p {
    font-size: 16px;
    padding-right: 17px;
    background: url(../images/next.svg) no-repeat top 5px right/8px auto
}

.company-detail .rank .link span {
    font-size: 14px
}

.rank-det {
    width: 389px;
    background-color: #fff
}

.rank-det .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px 18px 33px;
    border-bottom: 3px solid #eff8fa
}

.rank-det .top .logo {
    width: 90px
}

.rank-det .top .logo img {
    display: block;
    width: 100%
}

.rank-det .top .pic {
    width: 64px
}

.rank-det .top .pic img {
    display: block;
    width: 100%
}

.rank-det .rank em {
    background: #000
}

.rank-det .data-row {
    margin: 0 28px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    position: relative
}

.rank-det .data-row:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 60px;
    margin-top: -30px;
    background: #000;
    opacity: .1
}

.rank-det .data-row p {
    font-size: 14px;
    font-weight: 300
}

.rank-det .data-row span {
    font-size: 18px;
    font-weight: 500
}

.company-detail.mr-big .left {
    margin-right: 108px
}

.cd-sec1 {
    margin-top: 50px
}

.cd-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #000
}

.cd-section-title .left {
    height: 24px;
    border-left: 4px solid #000;
    padding-left: 16px;
    display: flex;
    align-items: center
}

.cd-section-title .left select {
    display: block;
    padding-right: 18px;
    border: none;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    background: url(../images/select.svg) no-repeat center right/12px auto
}

.cd-section-title .left h3 {
    font-weight: 500;
    font-size: 20px;
    color: #000
}

.cd-section-title .right .txt {
    font-size: 16px;
    display: flex;
    align-items: center
}

.cd-section-title .right .txt span {
    display: block;
    font-weight: 500
}

.cd-section-title .right .txt em {
    display: block;
    margin-left: 10px
}

.cd-section-title .right .tab-list {
    display: flex;
    align-items: center
}

.cd-section-title .right .tab-list li {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 0 7px
}

.cd-section-title .right .tab-list li.on {
    color: #e31e23;
    font-weight: 500;
    position: relative
}

.cd-section-title .right .tab-list li.on:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -8px;
    height: 3px;
    background-color: #e31e23
}

.cd-section-title .right .tab-list li+li {
    margin-left: 16px
}

.cd-report {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.cd-report .cd-table-wrap {
    flex: 1;
    padding-right: 40px
}

.cd-report .cd-table-wrap table {
    width: 100%
}

.cd-report .cd-table-wrap table th {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    border-bottom: 1px solid #000
}

.cd-report .cd-table-wrap table th em {
    display: block;
    text-align: left;
    width: 70px;
    margin: 0 auto
}

.cd-report .cd-table-wrap table td {
    height: 47px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: 33.3%;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.cd-report .cd-table-wrap table td em {
    display: block;
    text-align: left;
    width: 90px;
    margin: 0 auto
}

.cd-report .cd-table-wrap table td:first-child {
    text-align: left;
    padding-left: 26px;
    font-size: 14px;
    opacity: .6;
    font-weight: 400;
    border-left: none
}

.cd-report .cd-table-wrap table .empty {
    width: 70px;
    height: 3px;
    position: relative;
    margin: 0 auto
}

.cd-report .cd-table-wrap table .empty:after {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 3px;
    background: #000
}

.cd-report .cd-info {
    flex: 0 0 283px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.cd-report .cd-info li+li {
    margin-top: 24px
}

.cd-report .cd-info .label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #000;
    opacity: .6
}

.cd-report .cd-info .value {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 500
}

.cd-sec2 {
    padding-top: 50px
}

.cd-sec2 .echart-box {
    height: 440px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none
}

.cd-sec3 {
    padding-top: 50px
}

.cd-sec4 {
    padding-top: 50px
}

.cd-sec4 .s1-box {
    position: relative
}

.cd-sec4 .s1-box:after {
    content: '';
    position: absolute;
    left: -42px;
    right: -42px;
    top: 24px;
    bottom: 24px;
    background: #eff8fa
}

.cd-sec4 .s1-box .pic {
    z-index: 2
}

.cd-sec4 .s1-box .text-mod {
    flex: 0 0 644px;
    position: relative;
    z-index: 2
}

.cd-compare {
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.cd-compare .top {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.cd-compare .top p {
    font-size: 14px;
    line-height: 20px
}

.cd-compare .top p i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: url(../images/close.svg) no-repeat center center/contain
}

.cd-compare .top form {
    display: flex;
    width: 560px;
    height: 40px;
    position: relative;
    margin: 16px 0
}

.cd-compare .top form .input {
    height: 100%;
    flex: 1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-right: none;
    font-size: 14px;
    color: #000;
    padding-left: 20px
}

.cd-compare .top form .submit {
    flex: 0 0 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e31e23;
    font-size: 14px;
    cursor: pointer;
    border: none
}

.cd-compare .top .tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-top: 10px
}

.cd-compare .top .tags .tag {
    margin-bottom: 10px;
    padding: 8px 12px 8px 8px;
    background: rgba(236, 65, 46, .1);
    display: flex;
    align-items: center;
    margin-right: 10px
}

.cd-compare .top .tags .tag span {
    color: #e31e23;
    font-size: 14px
}

.cd-compare .top .tags .tag i {
    display: block;
    margin-left: 12px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: url(../images/close-r.svg) no-repeat center center/contain
}

.cd-compare .echart-box {
    height: 358px
}

.page-side-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none
}

.page-side-nav .pop-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.page-side-nav .side-nav {
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 300px;
    height: 100%;
    padding: 0 30px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.page-side-nav .side-nav .page-name {
    display: flex;
    align-items: center;
    padding: 20px 0;
    /* padding-bottom: 30px;
    padding-top: 30px; */
    z-index: 3;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff
}

.page-side-nav .side-nav .page-name .close {
    cursor: pointer;
    background: url(../images/close.svg) no-repeat center center/contain;
    width: 16px;
    height: 16px
}

.page-side-nav .side-nav .page-name .name {
    /* font-size: 16px; */
    margin-left: 70px;
    /* font-weight: 500; */
    /* line-height: 22px */
}

.page-side-nav .side-nav .nav {
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.page-side-nav .side-nav .nav .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px
}

.page-side-nav .side-nav .nav .nav-list .item .nav-tit {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s ease
}

.page-side-nav .side-nav .nav .nav-list .item .nav-tit:hover {
    color: #e31e23
}

.page-side-nav .side-nav .nav .nav-list .item .nav-tit.v1 {
    position: relative
}

.page-side-nav .side-nav .nav .nav-list .item .nav-tit.v1:after {
    content: '';
    width: 8px;
    height: 16px;
    background: url(../images/next.svg) no-repeat center center/contain;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.page-side-nav .side-nav .nav .nav-list .item .nav-tit.v1.open {
    color: #e31e23
}

.page-side-nav .side-nav .nav .nav-list .item .nav-tit.v1.open:after {
    background-image: url(../images/next-r.svg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.page-side-nav .side-nav .nav .nav-list .item .sub-nav {
    padding-left: 12px;
    padding-bottom: 20px;
    display: none
}

.page-side-nav .side-nav .nav .nav-list .item .sub-nav .sub-nav-item {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    transition: all .3s ease
}

.page-side-nav .side-nav .nav .nav-list .item .sub-nav .sub-nav-item:hover {
    color: #e31e23
}

.page-side-nav .side-nav .nav .nav-list .item .sub-nav .sub-nav-item+.sub-nav-item {
    margin-top: 15px
}

.page-side-nav .side-nav .link {
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.page-side-nav .side-nav .link a {
    display: block;
    line-height: 25px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s ease
}

.page-side-nav .side-nav .link a:hover {
    color: #e31e23
}

.page-side-nav .side-nav .link a+a {
    margin-top: 20px
}

.page-side-nav .side-nav .media-box {
    padding-top: 32px
}

.page-side-nav .side-nav .media-box h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px
}

.page-side-nav .side-nav .media-box .media {
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.page-side-nav .side-nav .media-box .media a+a {
    margin-left: 10px
}

.page-side-nav .side-nav .media-box .media a {
    width: 32px;
    height: 32px;
    border: 1px solid #e31e23;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.page-side-nav .side-nav .media-box .media a img {
    display: block;
    max-width: 90%;
    max-height: 90%
}

.page-side-nav .side-nav .download-btn {
    width: 100%;
    color: #fff;
    flex: 0 0 40px;
    margin-top: 40px
}

.page-side-nav.show {
    display: block;
    pointer-events: auto
}

.page-side-nav.show .pop-mask {
    opacity: .6
}

.page-side-nav.show .side-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.hd-wp .left .logo {
    display: none
}

.page-mod-nav {
    display: none
}

.sp-box:after {
    pointer-events: none
}

.hf-intro .download-btn {
    display: none
}

.forMob {
    display: none !important
}

.page-side-nav .side-nav .nav .nav-list {
    margin-bottom: -20px
}

@media only screen and (max-width:1374px) {
    .hd-wp {
        padding: 0 40px
    }
}

@media only screen and (max-width:1330px) {
    .wp {
        width: 100%;
        max-width: none;
        padding-left: 40px;
        padding-right: 40px;
        overflow: hidden
    }
}

@media only screen and (max-width:1280px) {
	body
	{
		zoom:86%;
	}
	.ad-box, .ad-section
	{
		zoom:114%;
		text-align:center;
	}
	
}
@media only screen and (max-width:1160px) {
	body
	{
		zoom:80%;
	}
	.ad-box, .ad-section
	{
		zoom:120%;
		text-align:center;
	}
	
}
/*@media only screen and (max-width:1280px) {*/
@media only screen and (max-width:1064px) {
    .inner-page.companyDetail .inner-page-content .page-right {
        display: none
    }

    .inner-page-content .page-left {
        padding-right: 0
    }

    .cd-compare .top form {
        width: 100%
    }

    .page-mod-nav {
        display: flex;
        overflow-y: auto;
        padding-left: 24px;
        padding-top: 24px
    }

    .page-mod-nav a {
        white-space: nowrap;
        display: block;
        margin-right: 24px;
        color: #666;
        font-size: 14px;
        padding-bottom: 3px
    }

    .page-mod-nav a.on {
        color: #e31e23;
        font-size: 16px;
        font-weight: 500;
        position: relative
    }

    .page-mod-nav a.on:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #e31e23
    }

    .hd-wp .left {
        position: relative
    }

    .hd-wp .left .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .page-top .ad-box {
        padding: 16px
    }

    .hd-wp,
    .wp {
        padding-left: 20px;
        padding-right: 20px
    }

    .hd-wp .left .logo {
        display: block;
        height: 35px
    }

    .hd-wp .left .logo img {
        display: block;
        height: 100%
    }

    .page-top .page-top-logo {
        display: none
    }

    .page-top {
        padding-bottom: 0
    }

    .hd-wp .nav {
        display: none
    }

    .hd-wp .right {
        display: none
    }

    .hd-wp .left {
        flex: 1;
        justify-content: space-between
    }

    .text-mod.big h2 {
        font-size: 24px;
        line-height: 34px;
        white-space: normal
    }

    .footer .fd-top .logo {
        flex: 0 0 157px
    }

    .hd-search {
        padding: 0 20px
    }

    .hf-bottom {
        display: block
    }

    .hf-b-link {
        margin: 0 auto
    }

    .hf-b-link2 {
        display: flex;
        justify-content: center;
        margin: 30px 0
    }

    .hp-det-content {
        display: block
    }

    .hp-det-content .ad-box {
        margin-top: 24px;
        display: flex;
        justify-content: center
    }

    .hp-det-content .ad-box img {
        width: auto
    }

    .hf-content {
        display: block
    }

    .hf-right {
        width: 100%;
        border-left: 3px solid #eff8fa;
        border-top: 3px solid #eff8fa;
        position: static
    }

    .hf-intro:after {
        top: -60px
    }

    .inner-page.company .hf-content .swi-year-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #eff8fa;
        border-bottom: 1px solid #000
    }

    .inner-page.company .hf-content {
        position: relative;
        padding-top: 60px
    }

    .hf-left {
        padding-right: 0
    }

    .sp-box .text {
        margin-left: 30px;
        padding-top: 0
    }
}

@media only screen and (max-width:959px) {
    .company-detail {
        display: block
    }

    .company-detail.mr-big .left {
        margin-right: 0
    }

    .rank-det {
        width: 100%;
        margin-top: 20px
    }

    .sp-box {
        display: block;
        padding-bottom: 42px
    }

    .sp-box:after {
        bottom: 0
    }

    .sp-box .text {
        margin-left: 0;
        margin-top: 30px
    }

    .hp-det-top {
        display: block;
        margin: 24px -20px 0;
        padding: 0
    }

    .hp-det-top .left {
        display: block;
        margin-right: 0
    }

    .hp-det-top .right {
        margin-top: 0
    }

    .hp-det-top .left {
        padding: 16px 16px 0
    }

    .hp-det-top .left .name-con {
        margin: 24px 0
    }

    .hp-det-top .right {
        width: 100%
    }

    .hp-info {
        margin-top: 24px
    }

    .hp-top {
        display: block
    }

    .hp-top .txt {
        margin-right: 0;
        margin-bottom: 30px
    }

    .people-list .people-item {
        width: 33.3%
    }

    .inner-page-content {
        display: block
    }

    .inner-page-content .page-left {
        padding-right: 0
    }

    .inner-page.companyDetail .inner-page-content .page-right {
        display: none
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 16px
    }

    .footer .fd-top {
        display: block;
        padding-top: 193px;
        position: relative;
        padding-bottom: 0;
        border-bottom: none
    }

    .footer .fd-top .logo {
        height: 40px;
        position: absolute;
        top: 25px;
        left: 0;
        width: 100%
    }

    .footer .fd-top .logo a {
        display: block;
        height: 100%
    }

    .footer .fd-top .logo img {
        display: block;
        height: 100%
    }

    .footer .fd-top .nav-list {
        display: block
    }

    .footer .fd-top .nav-list .col {
        border-left: none;
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .footer .fd-top .nav-list .col:last-child {
        border-bottom: none
    }

    .footer .fd-top .nav-list dl {
        overflow: hidden
    }

    .footer .fd-top .nav-list dl dt {
        width: 100%;
        display: block
    }

    .footer .fd-top .nav-list dd {
        float: left;
        width: 50%
    }

    .footer .fd-top .contact {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        border-left: none;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .footer .fd-top .contact .download-btn {
        width: 100%
    }

    .footer .fd-top .contact h3 {
        display: none
    }

    .footer .fd-top .contact .media {
        margin: 0 0 16px
    }

    .footer .copyright {
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding: 20px 16px;
        display: block;
        font-size: 13px;
        line-height: 24px;
        margin: 0 -16px
    }

    .company-detail .left h3 {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (max-width:767px) {
    .page-side-nav .side-nav .link {
        padding: 24px 0
    }

    .page-side-nav .side-nav .nav {
        padding: 24px 0
    }

    .page-side-nav .side-nav {
        width: 100%
    }

    .hd-search {
        height: 50px;
        padding: 0 16px
    }

    .cd-sec2 .echart-box {
        height: 320px
    }

    .cd-compare .echart-box {
        height: 320px
    }

    .cd-compare {
        padding: 0 13px
    }

    .cd-compare .top {
        padding: 20px 0
    }

    .cd-compare .top p {
        font-size: 13px
    }

    .forMob {
        display: block !important
    }

    .hf-content {
        margin-top: 24px
    }

    .nav-arrow {
        border-bottom: 1px solid #000
    }

    .hp-det-top {
        margin-left: -16px;
        margin-right: -16px
    }

    .hp-det-top .left .name-con {
        padding-left: 7px
    }

    .hp-det-top .left .name-con .index {
        width: 40px;
        height: 40px
    }

    .hp-det-top .left .name-con span {
        font-size: 20px
    }

    .hp-det-top .right {
        position: relative
    }

    .hp-det-top .right .pic {
        position: relative;
        z-index: 2
    }

    .hp-det-top .right:after {
        content: '';
        position: absolute;
        bottom: -95px;
        left: 0;
        width: 100%;
        top: 0;
        background: #eff8fa
    }

    .hp-info {
        position: relative;
        z-index: 4;
        display: block;
        padding: 24px;
        border-left: 3px solid #eff8fa;
        min-width: 0;
        width: 100%
    }

    .hp-info-item {
        padding: 0;
        border-left: none;
        border-right: none
    }

    .hp-info-item+.hp-info-item {
        margin-top: 12px
    }

    .hp-info-item span {
        font-size: 16px;
        line-height: 22px
    }

    .hp-det-content {
        padding: 0 24px;
        border-left: none
    }

    .hp-det-txt {
        border-top: 1px solid rgba(0, 0, 0, .1);
        font-size: 14px;
        line-height: 24px;
        padding-top: 24px;
        padding-bottom: 10px;
        position: relative
    }

    .hp-det-txt:after {
        content: '';
        left: -24px;
        width: 3px;
        height: 100%;
        position: absolute;
        top: -1px;
        background: #eff8fa
    }

    .hp-det-txt p+p {
        padding-top: 16px
    }

    body.pt {
        padding-top: 160px
    }

    .page-top .ad-box a {
        display: block;
        width: 100%
    }

    .hp-top .pic {
        height: 205px
    }

    .hp-top .pic img {
        height: 48%
    }

    .hd-wp,
    .wp {
        padding-left: 16px;
        padding-right: 16px
    }

    .swi-year-wrap {
        position: relative;
        padding: 15px 30px;
        margin-top: -24px
    }

    .swi-year-wrap:after {
        content: '';
        position: absolute;
        right: 0;
        width: 25%;
        height: 100%;
        top: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 50%);
        z-index: 10
    }

    .inner-page.company .hf-content .swi-year-wrap {
        padding: 18px 30px
    }

    .inner-page.company .hf-content .swi-year-wrap:after {
        display: none
    }

    .swi-year-wrap .swiper-button-prev {
        left: 16px;
        z-index: 30
    }

    .swi-year-wrap .swiper-button-next {
        right: 16px;
        z-index: 30
    }

    .hd-wp {
        height: 60px
    }

    .inner-page {
        padding-top: 30px
    }

    .inner-page-title {
        font-size: 20px;
        height: 28px;
        line-height: 28px;
        border-left: 2px solid #e31e23
    }

    .hp-top {
        margin-top: 24px;
        padding-bottom: 50px
    }

    .hp-top .txt {
        margin-bottom: 24px
    }

    .hp-top .txt .title {
        font-size: 18px;
        line-height: 26px
    }

    .hp-top .txt .desc {
        margin: 14px 0 16px;
        font-size: 14px;
        line-height: 22px
    }

    .hp-top .txt .bot {
        font-size: 12px;
        line-height: 14px
    }

    .hp-top .txt .bot p+p {
        margin-top: 4px;
        font-size: 14px;
        color: #666
    }

    .people-list {
        padding: 0;
        margin: 24px -12px -42px
    }

    .people-list .people-item {
        width: 50%;
        margin-bottom: 42px
    }

    .people-list .people-item-inner {
        margin: 0 12px
    }

    .people-item .txt .age {
        font-size: 13px;
        margin: 10px 0 5px
    }

    .people-item .txt .post {
        font-size: 13px
    }

    .hf-bottom {
        margin-top: 40px;
        padding-top: 24px;
        padding-left: 0;
        padding-right: 0
    }

    .hf-b-link3 {
        width: 100%
    }

    .hf-b-link3 img {
        width: 100%
    }

    .hf-b-link1 {
        width: 100%;
        height: auto
    }

    .hf-b-link1 a {
        display: block;
        width: 100%
    }

    .hf-b-link1 img {
        width: 100%
    }

    .hf-b-link2 .pic,
    .hf-b-link2 .txt {
        width: 50%;
        flex: 0 0 50%;
        height: auto
    }

    .hf-b-link2 .txt {
        padding: 0 16px
    }

    .hf-b-link2 .txt .sub {
        font-size: 13px
    }

    .hf-b-link2 .txt .tit {
        font-size: 18px;
        line-height: 26px
    }

    .hf-b-link2 .txt .desc {
        line-height: 17px;
        font-size: 12px
    }

    .hf-intro .download-btn {
        display: flex;
        width: 100%;
        margin-top: 16px
    }

    .hf-intro {
        padding-top: 24px;
        padding-bottom: 24px;
        margin-bottom: 24px
    }

    .hf-intro h3 {
        font-size: 18px;
        margin-bottom: 14px
    }

    .hf-intro p {
        font-size: 14px;
        line-height: 22px
    }

    .hf-intro .date {
        margin-top: 16px;
        font-size: 12px;
        color: #666
    }

    .hf-text h3,
    .hf-text p {
        margin-bottom: 16px
    }

    .hf-left .ad-box {
        margin-top: 24px
    }

    .hf-link {
        margin-top: 24px
    }

    .hf-right {
        margin-top: 30px
    }

    .wt-table-wrap {
        padding: 0 13px;
        overflow-x: auto
    }

    .dataTables_wrapper {
        width: 900px
    }

    .dataTables_length {
        width: calc(100% - 158px);
        font-size: 13px
    }

    .dataTables_filter {
        width: 158px
    }

    .dataTables_info {
        float: none;
        display: block;
        padding: 0;
        text-align: center
    }

    .dataTables_paginate {
        float: none;
        text-align: center;
        padding: 0;
        width: 100%;
        display: block
    }

    .wt-table th:first-child {
        width: 5% !important
    }

    .wt-table th:nth-child(2) {
        width: 32% !important
    }

    .ad-section {
        padding: 40px 0
    }

    .ad-section .wp {
        padding: 0
    }

    .sp-section {
        margin-top: 0
    }

    .section-title h2 {
        font-size: 18px
    }

    .section-title {
        line-height: 25px;
        padding-bottom: 16px
    }

    .sp-box .text {
        margin-top: 20px;
        padding-right: 0
    }

    .sp-box .text h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 4px
    }

    .sp-box .text p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 16px
    }

    .sp-box {
        padding-bottom: 24px
    }

    .sp-box:after {
        top: 24px
    }

    .wt-table td {
        height: 56px
    }

    .inner-page.company .hf-bottom {
        margin-top: 40px
    }

    .company-detail {
        margin-left: -16px;
        margin-right: -16px;
        padding: 24px 16px;
        display: block
    }

    .company-detail .rank {
        width: 100%;
        margin-top: 24px
    }

    .company-detail .left h4 {
        font-size: 16px;
        line-height: 19px;
        margin-top: 8px
    }

    .cd-section-title .left select {
        font-size: 18px
    }

    .cd-report {
        flex-direction: column-reverse
    }

    .cd-report .cd-info {
        flex: auto;
        border-left: none;
        display: block;
        padding: 58px 0 25px;
        border-bottom: 1px solid #000
    }

    .cd-section-title {
        position: relative
    }

    .cd-section-title .right .txt {
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
        width: 100%;
        justify-content: space-between;
        font-size: 13px
    }

    .cd-section-title .right .txt span {
        font-weight: 400
    }

    .cd-report .cd-table-wrap {
        padding-right: 0
    }

    .cd-report .cd-table-wrap table td:first-child {
        padding-left: 10px
    }

    .cd-report .cd-table-wrap table td:first-child em {
        width: auto
    }

    .ad-section.pb0 {
        padding-bottom: 0
    }

    .cd-sec2 {
        padding-top: 40px
    }

    .cd-section-title .right select {
        text-align: right;
        display: block;
        padding-right: 18px;
        border: none;
        font-size: 13px;
        color: #e31e23;
        font-weight: 500;
        background: url(../images/selectr.svg) no-repeat center right/12px auto
    }

    .forPc {
        display: none !important
    }

    .cd-section-title .left h3 {
        font-size: 18px
    }

    .cd-section-title .left {
        height: 20px;
        border-left: 2px solid #000;
        padding-left: 10px
    }

    .company-detail .left .desc {
        margin-top: 378px
    }

    .company-detail {
        position: relative
    }

    .company-detail .rank-det {
        position: absolute;
        top: 103px;
        left: 16px;
        right: 16px;
        width: auto;
        margin-top: 0
    }

    .company-detail .rank-det .rank {
        margin-top: 0
    }

    .rank-det .top {
        padding: 16px
    }

    .rank-det .top .pic {
        width: 55px
    }

    .rank-det .top .logo {
        width: 75px
    }

    .rank-det .data-row span {
        font-size: 16px
    }

    .cd-sec1 {
        margin-top: 24px
    }

    .cd-section-title {
        padding-bottom: 16px
    }

    .inner-page.companyDetail .mt50 {
        margin-top: 40px
    }

    .inner-page.companyDetail .inner-page-content.mt50 {
        margin-top: 0
    }

    .big-pic {
        position: relative
    }

    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        cursor: pointer;
        background: url(../images/play-w.svg) no-repeat center center/contain
    }

    .cd-sec4 .s1-box {
        display: block;
        padding-bottom: 24px
    }

    .cd-sec4 .s1-box .text-mod {
        padding-left: 0;
        padding-top: 24px
    }

    .cd-sec4 .s1-box:after {
        top: 24px;
        bottom: 0
    }

    .text-mod.big .info {
        margin-top: 20px
    }

    .text-mod.big h2 {
        font-size: 18px;
        line-height: 26px
    }

    .text-mod.big h2 {
        margin-bottom: 12px
    }

    .text-mod.big p {
        font-size: 14px;
        line-height: 22px
    }

    .news-list {
        display: block;
        margin: 0 0 -24px
    }

    .news-list .news-item,
    .news-list.w4 .news-item {
        width: 100%;
        margin-bottom: 24px
    }

    .news-list .news-item .news-item-inner {
        margin: 0
    }

    .ad-section img {
        width: 100%
    }

    .hp-det-content .ad-box {
        margin: 24px -24px 0
    }

    .hp-det-content .ad-box img {
        display: block;
        width: 100%
    }
}

.download-btn i.down {
    background: url(../images/down-more.svg) no-repeat center center/contain;
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 8px
}

.download-btn:hover {
    color: #fff
}

.hd-wp .right .dow-app {
    height: 100%;
    position: relative;
}

.hd-wp .right .dow-app i {
    display: block;
    width: 12px;
    height: 14px;
    background: url(../images/fn-download-w.svg) no-repeat center center / contain;
    margin-right: 10px;
}

.hd-wp .right .dow-app:hover .sub-nav {
    opacity: 1;
    pointer-events: auto
}

.hd-wp .right .dow-app .sub-nav {
    opacity: 0;
    width: 140px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease 0s;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #fff;
    box-shadow: rgba(17, 17, 17, 0.145) 2px 2px 4px 0px;
    padding: 10px;
    z-index: 20;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.hd-wp .right .dow-app .sub-nav>img {
    display: block;
    width: 100%;
    height: 100%;
}

input[type="search"] {
    -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.media .wechat {
    height: 100%;
    position: relative;
}

.media .wechat:hover .sub-nav {
    opacity: 1;
    pointer-events: auto
}

.media .wechat .sub-nav {
    opacity: 0;
    width: 100px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease 0s;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #fff;
    box-shadow: rgba(17, 17, 17, 0.145) 2px 2px 4px 0px;
    padding: 10px;
    z-index: 20;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.media .wechat .sub-nav>img {
    display: block;
    width: 100%;
    height: 100%;
}

.sf-item.on {
    color: #ec412e;
    background-image: url(https://file.caifuzhongwen.com/web/images/h-text-r.png);
    background-image: -webkit-image-set(url(https://file.caifuzhongwen.com/web/images/h-text-r.png) 1x, url(https://file.caifuzhongwen.com/web/images/h-text-r@2x.png) 2x);
}

.sf-item {
    white-space: nowrap;
    line-height: 47px;
    color: #545454;
    opacity: .6;
    font-size: 14px;
    width: 70px;
    text-align: right;
    border-bottom: 1px solid #ececec;
    background-image: url(https://file.caifuzhongwen.com/web/images/h-text.png);
    background-image: -webkit-image-set(url(https://file.caifuzhongwen.com/web/images/h-text.png) 1x, url(https://file.caifuzhongwen.com/web/images/h-text@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: left 10px center;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    padding-right: 10px;
}

.sf-con {
    display: none;
    position: absolute;
    top: 120%;
    left: -50%;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.tools-row .left .btn:nth-child(1):hover .sf-con {
    display: flex;
}

.smallest {
    font-size: .75em !important;
}

.normal {
    font-size: 0.955em !important;
}

.biggest {
    font-size: 1.25em !important;
}

.share-box .pic {
    width: 98px;
    height: 98px;
    padding: 10px;
    font-size: 12px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0px);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    z-index: 5;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}


.share-box a span {
    display: block;
    text-align: center;
    color: #8e8e8e;
}

.share-box>a:first-of-type:hover span.pic {
    opacity: 1;
}

.app-qr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}

.app-qr-bg {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}

.app-qr .con {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
}

.app-qr .con .txt {
    font-size: 16px;
    text-align: center;
    color: #ee4938;
}

.app-qr .con .pic {
    height: 300px;
    width: 300px;
    padding: 10px;
}

.app-qr .con .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    overflow: auto;
}


.autocomplete-suggestion {
    padding: 2px;
    cursor: pointer;
}

.autocomplete-selected {
    background-color: #e31e23;
    color: white;
}

.amcharts-chart-div>a {
    display: none !important;
}

.word-text .word-text-con p {
    /* font-size: 18px; */
    line-height: 32px;
    color: #333
}

.word-text .word-text-con p+p {
    margin-top: 24px
}

.word-text .word-text-con font {
    font-size: 0.955em;
}

.word-du {
    display: none;
}

.page-left a.more-list-btn {
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.page-left a.more-list-btn span {
    cursor: pointer;
    color: #030418;
    font-size: 18px;
    font-weight: 500;
}

.page-left a.more-list-btn i {
    display: inline-block;
    background-image: url(https://file.caifuzhongwen.com/web2022/pc/images/f-new-more.png);
    background-image: -webkit-image-set(url(https://file.caifuzhongwen.com/web2022/pc/images/f-new-more.png) 1x, url(https://file.caifuzhongwen.com/web2022/pc/images/f-new-more@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 28px;
    height: 6px;
    margin-left: 10px;
}

.article .inner-page-content .page-left .title {
    font-size: 32px;
    color: #151515;
    font-weight: 400;
    padding-bottom: 20px;
}

.inner-page-content .page-left .ugo-kol {
    color: #545454;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #f2f2f2;
    padding: 15px;
}

.inner-page-content .page-left .ugo-kol .avatar {
    width: 150px;
    height: 150px;
    border-radius: 2px;
    overflow: hidden;
    min-width: 150px;
    max-width: 150px;
    flex-basis: auto;
    flex-grow: 1;
}

.page-left .ugo-kol .avatar {
    display: block;
    width: 100%;
    height: 100%;
}

.inner-page-content .page-left .ugo-kol .info {
    margin: 15px 15px 15px 30px;
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    align-content: space-between;
}

.page-left .ugo-kol .info .top {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ugo-kol .avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.page-left .ugo-kol .info .top span {
    font-weight: 700;
    font-size: 24px;
}

.page-left .ugo-kol .info .recommend {
    font-size: 14px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #0000000d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-left .title h1 {
    font-size: 0.955em;
}

.page-left .mod-info {
    background: none;
    padding-left: 0;
    height: auto;
    line-height: normal;
    position: relative;
}

.page-left .mod-info span {
    display: block;
    color: #030418;
    font-size: 14px;
    opacity: .8;
}

.mod-desc {
    color: #96969e;
    font-size: 16px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.eval-item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(8, 8, 8, .08);
}

.eval-top {
    overflow: hidden;
    margin-bottom: 17px;
}

.eval-zan {
    float: right;
    line-height: 64px;
    font-size: 0;
}

.eval-pic {
    float: left;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 20px;
}

.eval-txt {
    height: 64px;
    line-height: 64px;
    overflow: hidden;
}

.eval-zan i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 9px;
    background-image: url(https://file.caifuzhongwen.com/m/images/zan.png);
    background-image: -webkit-image-set(url(https://file.caifuzhongwen.com/m/images/zan.png) 1x, url(https://file.caifuzhongwen.com/m/images/zan@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    cursor: pointer;
}

.eval-zan span {
    display: inline-block;
    vertical-align: middle;
    color: #c7c7c7;
    font-size: 18px;
}

.eval-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.eval-txt .con {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    overflow: hidden;
    max-width: 100%;
}

.eval-txt .name {
    font-size: 18px;
    color: #1a1a1a;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eval-txt .mod-info {
    margin: 0;
    background-color: inherit;
    padding-left: 0px;
}

.eval-txt .mod-info span {
    color: #929292;
    display: block;
    font-size: 14px;
    opacity: .8;
}

.eval-desc {
    font-size: 1.03rem;
    line-height: 2;
}

.kol-opinions {
    margin-top: 40px;
}

.kol-opinions .op-tit {
    font-size: 18px;
    margin-bottom: 20px;
}

.kol-opinions .op-items+.sae-more {
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
}

.kol-opinions .op-items .op-item {
    margin: 40px 0px;
    padding: 0px;
    background: none;
    color: #000;
}

.kol-opinions .op-items .op-item .op-comment {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1.03rem;
    line-height: 2;
}

.kol-opinions .op-items .op-item .op-comment a {
    display: block;
}

.kol-opinions .op-items .op-item .op-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.kol-opinions .op-items .op-item .op-detail .ugo-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.kol-opinions .op-items .op-item .op-detail .ugo-txt .ugo-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(https://file.caifuzhongwen.com/web2021/pc/images/comments.svg) center center no-repeat;
    background-size: cover;
}


.kol-opinions .op-items .op-item .op-slash {
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0000001a;
    position: relative;
}

.kol-opinions .op-items .op-item .op-slash::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-top: 10px solid #0000001a;
    left: 22px;
    bottom: -10px;
    z-index: 1;
}

.kol-opinions .op-items .op-item .op-slash::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #f3f3f3;
    transform: rotate(45deg);
    left: 22px;
    bottom: -5px;
    z-index: 2;
    background: none;
}

.kol-opinions .op-items .op-item .op-title {
    color: #96969e;
    margin-top: 15px;
    font-size: 14px;
}

.kol-opinions .op-items+.sae-more {
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
}

.sae-more {
    display: block;
    border: 1px solid rgba(236, 65, 46, 1);
    border-radius: 3px;
    height: 66px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    color: #ec412e;
}

.kol-opinions .op-items .op-item .op-detail .ugo-txt span+span {
    padding-left: 8px;
    color: #ec412e;
    font-size: 15px;
    font-weight: 700;
}

.inner-page-title-rank {
    font-size: 30px;
    height: 52px;
    line-height: 52px;
    color: #000;
    font-weight: 500;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.inner-page-title-rank .pic {
    height: 150px;
}

.inner-page-title-rank .pic img {
    display: block;
    height: 100%;
}

.hp-det-top .right .tit {
    padding-top: 5px;
    font-size: 14px;
    color: #000000;
    opacity: 0.5;
}

.hf-left p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 20px;
}

.rankingtable {
    border: none;
    width: 100%;
    margin-top: 9px;
}

.rankingtable th {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: #eee 1px solid;
    text-align: left;
    background-color: #EEEEEE;
    color: #666666;
    font-weight: normal;
}

.rankingtable td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-bottom: #eee 1px solid;
    text-align: left;
}

.mobilebutton {
    display: none;
}

.zhuantirank {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.word-text p:last-child {
    padding-bottom: 0;
}

.word-text p {
    margin-bottom: 20px;
}

.zhuantirank p a {
    font-size: 14px;
    text-decoration: underline;
    color: #aaa;
}

.contain .text table tr td:first-child() {
    vertical-align: top;
}

.utd-Video {
    margin-top: 20px;
    overflow: hidden;
}

.video-title {
    font-size: 16px;
    font-weight: 700;
    color: #8c8c8c;
}

.utd-Video .hci-video {
    overflow: hidden;
    margin: 0 -5px;
}

.hci-video {
    padding-top: 18px;
}

.utd-Video .hci-video li {
    width: 33.3%;
    float: left;
}

.hci-video li {
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.utd-Video .hci-video .con {
    margin: 0 5px;
    overflow: hidden;
}

.hci-video .con {
    position: relative;
    padding-top: 60%;
    display: block;
}

.hci-video .con:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.hci-video .con img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.word-text img {
    width: 100% !important;
    height: auto !important;
}

.hci-video li .con:hover .play {
    opacity: 1;
}

.hci-video .play {
    background-image: url(https://file.caifuzhongwen.com/web/images/h-play2.png);
    width: 52px;
    height: 52px;
    background-image: -webkit-image-set(url(https://file.caifuzhongwen.com/web/images/h-play2.png) 1x, url(https://file.caifuzhongwen.com/web/images/h-play2@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 3;
    left: 50%;
    margin-left: -26px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text .utd-Video .hci-video .title {
    margin: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #080808;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 700;
}

.hp-det-top .right .pic {
    padding-top: 0 !important;
}

.m-fiveH2 {
    margin-bottom: 30px;
}

.fiveH2-title {
    height: 64px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    color: #151515;
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 23px;
    line-height: 64px;
}

.fiveH-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fiveH-s {
    width: calc(50% - 1px);
    margin-bottom: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fiveH-s a {
    background: none;
}

.fiveH-s a {
    line-height: 56px;
    padding-left: 35px;
    color: #545454;
    font-size: 14px;
    display: block;
    background-color: #f0f0f0;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 35px;
}

.fiveH-s a:after {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -4px;
    background-color: #cecece;
}

.rankingsContentList__wrapper--1va9x {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width:535px) {
    .inner-page-title {
        font-size: 20px;
        height: 54px;
        line-height: 28px;
        border-left: 2px solid #e31e23;
    }
}