[v-cloak] {
    display: none;
}

.hide {
    display: none;
}

.clearfix {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html,
body {
    font-size: 14px;
    color: #333;
    /*background-image: url('/statics/cd2019exhibition/pc/img/bg.png');*/
    /*background-size: 84px 84px;*/
    background-repeat: repeat;
}

.header {
    height: 416px;
    background: url('https://img-space.30sche.com/other/202009/24/8e3723ecb925e53d4928221052d82a6c.jpg') center top no-repeat;
    background-size: 1920px 416px;
}

.container-wrap {
    margin-top: -158px;
    /*background: url('/statics/sh2019exhibition/pc/img/swiper-bg.png') center top no-repeat;*/
    background-size: 1920px 1074px;
    width: 100%;
}

.container-wrap .container {
    margin: 0 auto;
}

.container-wrap .container .wrapper {
    min-height: 500px;
    /*background: url('/statics/sh2019exhibition/pc/img/title-bg.png') center top no-repeat;*/
}

.container-wrap .container .wrapper .title {
    text-align: center;
    font-size: 56px;
    color: #fff;
    position: relative;
    padding-top: 60px;
}

.container-wrap .container .wrapper .title p {
    position: absolute;
    bottom: -8px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 0;
}

.container-wrap .container .content {
    margin-top: 61px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;

}

.swiper-container {
    /*max-width: 2370px;*/
    /*margin: 0 auto;*/
    position: relative;
    z-index: 2;
    /*background: #fff;*/
    /*padding-right: 400px;*/
}

.swiper-container .content-wrap {
    width: 1200px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.swiper-container .content-wrap .content {
    text-align: left;
    position: relative;
    background: #fff;
    z-index: 10;
    margin-left: 800px;
    height: 444px;
    width: 400px;
    padding-right: 10px;
}

.swiper-container .content-wrap .content::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));

}

.swiper-container .content-wrap .content .list {
    height: 390px;
    padding: 0 4px 0 10px;
    overflow-y: scroll;
}

.swiper-container .content-wrap .content .list::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.swiper-container .content-wrap .content .list::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #FFDA13;
    /*background: url('/statics/sh2019exhibition/pc/img/scroll-bar.png');*/
    /*background-size: contain;*/
}

.swiper-container .content-wrap .content .list::-webkit-scrollbar-track {
    width: 4px;
    border: 2px solid #fff;
    background-color: #FFDA13;
}

.swiper-container .content-wrap .content .list::-webkit-scrollbar-button {
    display: none;
}

.swiper-container .content-wrap .content .list .model {
    position: relative;
    display: block;
    color: #333;
    border-bottom: 1px solid #E6E6E6;
}

.swiper-container .content-wrap .content .list .model span {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    background: #E6E6E6;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.swiper-container .content-wrap .content .list .model:nth-child(1) span,
.swiper-container .content-wrap .content .list .model:nth-child(2) span,
.swiper-container .content-wrap .content .list .model:nth-child(3) span {
    background: #FFEF00;
}

.swiper-container .content-wrap .content .list .model div {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 100px 12px 30px;
}

.swiper-container .content-wrap .content .list .model p {
    text-align: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 12px;
}

.swiper-container .swiper-pagination {
    margin-left: -556px;
    bottom: 52px;
}

.swiper-container .swiper-pagination .swiper-pagination-current {
    background: -webkit-gradient(linear, left bottom, right top, from(#FFD900), to(#FFF000));
    background: linear-gradient(to right top, #FFD900, #FFF000);
    position: absolute;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.swiper-container .swiper-pagination .swiper-pagination-current::after {
    position: absolute;
    content: '/';
    font-size: 20px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-top: 15px;
    margin: 0 auto;
}

.swiper-container .swiper-pagination .swiper-pagination-total {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 30px;
    padding-top: 5px;
    padding-left: 25px;
}

.swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 790px;
    padding: 10px;
    height: 444px;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-container .swiper-wrapper .swiper-slide::after {
    background: rgba(28, 28, 28, 0.37);
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    position: absolute;
}

.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    display: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 48px;
    background: url('/statics/sh2019exhibition/pc/img/arrow.png') center top no-repeat;
    background-size: contain;
    height: 88px;
    margin-top: -44px;
}

.swiper-container .swiper-button-prev {
    margin-left: -585px;
    left: 50%;
}

.swiper-container .swiper-button-next {
    margin-right: -185px;
    right: 50%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.video-list {
    /*margin: 8px;*/
    /*margin-top: 60px;*/
    /*border: 20px solid #222;*/
    /*border: 8px solid #333333;*/
    box-sizing: border-box;
    position: relative;
    padding-bottom: 16px;
    background: #171717;
    border: 4px solid #FCC91A;
    /*background: url("https://img-space.30sche.com/other/202007/21/a0ddd9607015a0a5603f8fd493884eb1.png") no-repeat;*/
    /*-webkit-background-size: 1200px 548px;*/
    /*background-size: 1180px 529px;*/
}

.video-list .left,
.video-list .right {
    position: absolute;
}

.video-list .left {
    /*width: 116px;*/
    /*height: 556px;*/
    /*background: url("/statics/sh2019exhibition/pc/img/left-decorate.png") center top no-repeat;*/
    background-size: contain;
    left: -50px;
    top: -57px;
}

.video-list .right {
    width: 344px;
    height: 523px;
    /*background: url('/statics/sh2019exhibition/pc/img/nav-right.png') center top no-repeat;*/
    background-size: contain;
    right: -55px;
    bottom: -57px;
}

.video-list .content-left {
    width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 4px;
    padding-top: 27px;
    padding-left: 16px;
}

.video-list .content-left video {
    width: 740px;
}

.video-list .content-left .video-player {
    width: 780px;
}

.video-list .content-left .video-player .video-js {
    width: 780px !important;
    height: 500px;
}

.video-js .vjs-big-play-button {
    top: initial;
    bottom: 10px;
    display: none;
}

.video-list .content-left .title {
    position: relative;
    font-size: 18px;
    padding: 16px 0 16px 16px;
    padding-right: 320px;
    background: #171717;
    box-sizing: border-box;
    color: white;
}

.video-list .content-left .title p {
    margin: 0;
    color: white;
}

.video-list .content-left .title .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 260px;
    height: 70px;
    text-align: right;
}

.video-list .content-left .title .btn span {
    position: absolute;
    right: 120px;
    top: 25px;
    color: white;
    white-space: nowrap;
}

.videoListLine {
    width: 100%;
    height: 1px;
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.video-list .content-left .title .btn a {
    display: inline-block;
    height: 70px;
}

.video-list .content-left .title .btn a img {
    margin: 13px 0;
    width: 125px;
    height: 44px;
}

.video-list .list {
    padding-top:17px;
    width: 380px;
    float: right;
    margin-right: 40px;
    /*border: 4px solid;*/
    /*border-image: linear-gradient(135deg, rgba(253, 201, 16, 1), rgba(255, 252, 242, 1)) 4 4;*/
}

.video-list .list .count {
    background: url('/statics/sh2019exhibition/pc/img/nav-num-bg.png') center top no-repeat;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 42px;
    right: 14px;
    top: 14px;
    text-align: center;
    line-height: 42px;
    font-size: 32px;
    font-weight: bold;
}

.video-list .list .videos {
    width: 406px;
    height: 468px;
    /*margin: 10px 0;*/
    overflow-y: scroll;
    overflow-x: hidden;
    background: #171717;
    padding: 10px 0;
    box-sizing: border-box;
}

.video-list .list .videos::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.video-list .list .videos::-webkit-scrollbar-thumb {
    width: 4px;
    background: #FCC91A;
}

.video-list .list .videos::-webkit-scrollbar-track {
    width: 2px;
    /*border: 2px solid #fff;*/
    background-color: transparent;
}

.video-list .list .videos::-webkit-scrollbar-button {
    display: none;
}

.video-list .list .videos .item {
    width: 406px;
    display: block;
    font-weight: bold;
    height: 127px;
    /*padding: 10px;*/
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 216px;
    position: relative;
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 17px;
    color: #333333;
}

.videoListRightInfo {
    width: 165px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 17px;
    bottom: 0;
    margin: auto 0;
    padding-right: 11px;
}
.videoListTitle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 16px;
    color: white;
}
.videoInfoAvatar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 170px;
}

.avatarLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.avatarLeft .videoListAvatar {
    width: 28px !important;
    height: 28px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative !important;
}

.userName {
    font-size: 12px;
    color: white;
    margin-left: 4px;
    white-space: nowrap;
}

.avatarRight {
    color: #FFFEFE;
    font-size: 12px;
    white-space: nowrap;
}

.video-list .list .videos .item .live-mark {
    width: 38px;
    height: 18px;
    background: rgba(227, 44, 44, 0.75);
    border-radius: 0px 9px 9px 0px;
    opacity: 0.9;
    border: 1px solid rgba(33, 0, 0, 0.4);
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 15px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 15px;
    font-size: 12px;
}

.video-list .list .videos .item.active {
    /*background: linear-gradient(90deg, rgb(247, 65, 82) 0%, rgb(254, 50, 255) 100%);*/
}

.video-list .list .videos .item img {
    width: 204px;
    height: 115px;
    position: absolute;
    left: 0;
    top: 17px;
    bottom: 0;
    margin: auto 0;
    object-fit: cover;
}
.video-js.vjs-fill{
  height: 416px!important;
}
.interview {
    margin-top: 60px;
}
.bannerTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    height: 56px;
    line-height: 56px;
    background:rgba(0,0,0,0.43);
    padding-left: 20px;
    font-size: 22px;
    width: 100%;
    font-weight: bold;
}
.interview .triangle-container {
    width: 1200px;
}

.interview .triangle {
    position: absolute;
    content: '';
    top: 2200px;
    width: 0;
    height: 0;
    z-index: 0;
    border-top: 562px solid transparent;
    border-bottom: 562px solid transparent;
}

.interview .triangle-left {
    /*border-left: 600px solid rgba(32, 32, 32, 0.6);*/
    left: 0;
}

.interview .triangle-right {
    /*border-right: 600px solid rgba(32, 32, 32, 0.6);*/
    right: 0;
}

.interview .content {
}

.interview .content .guest-list {
    padding-left: 215px;
}

.interview .content .guest-list .ceo {
    position: absolute;
    left: -10px;
    text-align: center;
    top: -30px;
}

.interview .content .guest-list .ceo img {
    height: 391px;
}

.interview .content .guest-list .ceo .name {
    font-size: 34px;
    font-weight: bold;
}

.interview .content .guest-list .ceo p {
    font-size: 16px;
}

.interview .content .guest-list .guests-container {
    width: 965px;
    padding-top: 10px;
    overflow: hidden;
    height: 480px;
}

.interview .content .guest-list .guests-container .guest {
    margin-top: 28px;
    width: 193px;
    vertical-align: top;
    text-align: center;
}

.interview .content .guest-list .guests-container .guest .img {
    position: relative;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 50%;
}

.interview .content .guest-list .guests-container .guest .img img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
}

.interview .content .guest-list .guests-container .guest .img::after {
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    content: '';
    z-index: -1;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcec56), to(#ffd900));
    background: linear-gradient(180deg, #fcec56, #ffd900);
}

.interview .content .guest-list .guests-container .guest p {
    margin: 0;
}

.interview .content .guest-list .guests-container .guest p.name {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.interview .content .guest-videos {
    /*padding-bottom: 80px;*/
    /*padding-left: 12px;*/
    background: #FFCE23;
    padding: 0.48rem;
    box-sizing: border-box;
    width: 100%;
}

.interview .content .guest-videos a.guest-video {
    display: block;
    float: left;
    width: 32%;
    min-height: 224px;
    height: 224px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    margin-right: 18px;
    /*margin-bottom: 18px;*/
    position: relative;
    margin-top: 18px;
    /*background: #032251;*/
}
.interview .content .guest-videos a.guest-video:nth-child(1){
    margin-top: 0;
}
.interview .content .guest-videos a.guest-video:nth-child(2){
    margin-top: 0;
}
.interview .content .guest-videos a.guest-video:nth-child(3){
    margin-top: 0;
}
.interview .content .guest-videos a.guest-video:nth-child(3n){
    margin-right: 0;
}
.fengyunImgWarp {
    /*border: 5px solid;*/

    border: 5px solid #FFFFFF;
    /*border-image: linear-gradient(0deg, rgba(3, 52, 158, 1), rgba(255, 10, 255, 1)) 10 10;*/
    /*background: linear-gradient(0deg, rgba(3, 52, 158, 1) 0%, rgba(255, 10, 255, 1) 100%);*/
    background: url("https://img-space.30sche.com/other/202009/25/5c43a79ebad1b1ed920b12785df80099.jpg") no-repeat center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.fengyunTitle {
    width: 370px;
    padding: 14px 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /*opacity:0.85;*/
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 5px;
    /*box-sizing: border-box;*/
}

.interview .content .guest-videos a.guest-video img {
    /*margin-bottom: 10px;*/
    width: 100%;
}

.interview .content .guest-videos a.guest-video:hover img {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid;
    -o-border-image: linear-gradient(180deg, #ffef00, #ffd900) 1 1;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#ffef00), to(#ffd900)) 1 1;
    border-image: linear-gradient(180deg, #ffef00, #ffd900) 1 1;
    transition: 0.1s;
    box-sizing: border-box;
}

.interview .content .guest-videos a.guest-video:hover img {
    transform: scale(1.1);
    transition: 1s;
}


.interview-car-container .content {
    padding-bottom: 10px;
}

.interview-car-container .content .author-all {
    position: absolute;
    left: 68px;
    top: 30px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.interview-car-container .content .author-all img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
}

.interview-car-container .content .author-all span {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
}

.interview-car-container .content .author-all span.all {
    top: 65px;
    font-size: 12px;
}

.interview-car-container .content .author-all span.count {
    font-size: 38px;
    font-weight: bold;
    top: 25px;
}

.interview-car-container .content .author-all span.name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
}

.interview-car-container .content .authors-container {
    height: 185px;
    position: relative;
    padding-right: 50px;
    padding-left: 180px;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
}

.interview-car-container .content .authors-container::before,
.interview-car-container .content .authors-container::after {
    height: 185px;
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    z-index: 2;
}

.interview-car-container .content .authors-container::after {
    width: 180px;
    left: 0;
}

.interview-car-container .content .authors-container::before {
    right: 0;
    width: 40px;
}

.interview-car-container .content .authors-container .swiper-button-prev,
.interview-car-container .content .authors-container .swiper-button-next {
    width: 48px;
    background: url('/statics/sh2019exhibition/pc/img/arrow.png') center top no-repeat;
    background-size: contain;
    height: 88px;
    margin-top: -44px;
}

.interview-car-container .content .authors-container .swiper-button-prev {
    left: 0;
}

.interview-car-container .content .authors-container .swiper-button-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
}

.interview-car-container .content .authors-container .author {
    width: 100px;
    cursor: pointer;
    height: 100px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
}

.interview-car-container .content .authors-container .author span.name {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
}

.interview-car-container .content .authors-container .author img {
    width: 96px;
    position: absolute;
    left: 2px;
    top: 2px;
    height: 96px;
    border-radius: 50%;
}

.interview-car-container .content .authors-container .swiper-slide.active .author img {
    left: 4px;
    top: 4px;
    width: 92px;
    height: 92px;
}

.interview-car-container .content .authors-container .author::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcec56), to(#ffd900));
    background: linear-gradient(180deg, #fcec56, #ffd900);
}

.interview-car-container .content .authors-container .swiper-slide.active .author::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcec56), to(#ffd900));
    background: linear-gradient(180deg, #fcec56, #ffd900);
}



/*以下新车速递*/
.new-car-container .content {
    padding-bottom: 60px;
}

.new-car-container .content .author-all {
    position: absolute;
    left: 68px;
    top: 30px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.new-car-container .content .author-all img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
}

.new-car-container .content .author-all span {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
}

.new-car-container .content .author-all span.all {
    top: 65px;
    font-size: 12px;
}

.new-car-container .content .author-all span.count {
    font-size: 38px;
    font-weight: bold;
    top: 25px;
}

.new-car-container .content .author-all span.name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
}

.new-car-container .content .authors-container {
    height: 185px;
    position: relative;
    padding-right: 50px;
    padding-left: 180px;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
}

.new-car-container .content .authors-container::before,
.new-car-container .content .authors-container::after {
    height: 185px;
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    z-index: 2;
}

.new-car-container .content .authors-container::after {
    width: 180px;
    left: 0;
}

.new-car-container .content .authors-container::before {
    right: 0;
    width: 40px;
}

.new-car-container .content .authors-container .swiper-button-prev,
.new-car-container .content .authors-container .swiper-button-next {
    width: 48px;
    background: url('/statics/sh2019exhibition/pc/img/arrow.png') center top no-repeat;
    background-size: contain;
    height: 88px;
    margin-top: -44px;
}

.new-car-container .content .authors-container .swiper-button-prev {
    left: 0;
}

.new-car-container .content .authors-container .swiper-button-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
}

.new-car-container .content .authors-container .author {
    width: 100px;
    cursor: pointer;
    height: 100px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
}

.new-car-container .content .authors-container .author span.name {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
}

.new-car-container .content .authors-container .author img {
    width: 96px;
    position: absolute;
    left: 2px;
    top: 2px;
    height: 96px;
    border-radius: 50%;
}

.new-car-container .content .authors-container .swiper-slide.active .author img {
    left: 4px;
    top: 4px;
    width: 92px;
    height: 92px;
}

.new-car-container .content .authors-container .author::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcec56), to(#ffd900));
    background: linear-gradient(180deg, #fcec56, #ffd900);
}

.new-car-container .content .authors-container .swiper-slide.active .author::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcec56), to(#ffd900));
    background: linear-gradient(180deg, #fcec56, #ffd900);
}

.news {
    width: 1200px;
    margin: 0 auto 0;
    z-index: 5;
    position: relative;
    margin-top: 30px;
}

.news .left-content {
    width: 820px;
    padding-top: 10px;
    float: left;
}

.news .left-content .list {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 4px solid #FCC91A;
    /*border: 4px solid #1A1A1A;*/
    /*background: url("https://img-space.30sche.com/other/202007/21/7e4bdfe9ff2f8533ed8f05afb32eccdc.png") no-repeat;*/
    /*-webkit-background-size: cover;*/
    /*background-size: 820px 770px;*/
    height: 770px;
    margin-top:23px;
    background: #151515;
    /*padding-bottom: 60px;*/
}

.news .left-content .list::-webkit-scrollbar {
    display: none;
}

.news .left-content .list .new {
    display: block;
    width: 100%;
    height: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 220px;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    background: #151515;
    /*border-right: 6px solid #000000;*/
    /*border-bottom: 6px solid #000000;*/
    /*box-shadow: 6px 6px 0px 0px #000000;*/
    /*border-bottom: 1px solid rgba(191, 191, 191, 1);*/
}

/*.news .left-content .list .new:hover {*/
/*    width: 100%;*/
/*    border-right: 6px solid;*/
/*    border-bottom: 6px solid;*/
/*    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);*/
/*    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);*/
/*    !*border: 6px solid;*!*/
/*    -o-border-image: linear-gradient(180deg, #ffef00, #ffd900) 1 1;*/
/*    border-image: -webkit-gradient(linear, left top, left bottom, from(#ffef00), to(#ffd900)) 1 1;*/
/*    border-image: linear-gradient(180deg, #ffef00, #ffd900) 1 1;*/
/*}*/

.news .left-content .list .new img.thumb {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 224px;
    height: 158px;
}

.news .left-content .list .new .title {
    margin-left: 30px;
    font-weight: bold;
    font-size: 24px;
    font-family: PingFang SC;
    color: #ffffff;
}

.news .left-content .list .new .time {
    position: absolute;
    left: 240px;
    bottom: 32px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 520px;
}

.news .left-content .list .new .time span {
    display: inline-block;
    padding-left: 20px;
    margin-left: 10px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
}

.news .left-content .list .new .time span:nth-child(1) {
    /*background: url('/statics/sh2019exhibition/pc/img/icon-clock.png') left center no-repeat;*/
    /*background-size: 14px 14px;*/
    padding-left: 0;
}

.news .left-content .list .new .time span:nth-child(2) {
    background: url('https://img-space.30sche.com/other/202007/21/c079eb0930c137fc130668dd1c59a7db.png') left center no-repeat;
    background-size: 26px 23px;
}

.news .right-content {
    padding-top: 10px;
    float: right;
    width: 370px;
    height: 820px;
}

.news .right-content .list {
    padding: 10px;
    /*background: url("https://img-space.30sche.com/other/202007/21/491057d00e3a011b4f4e2810c2deddec.png") no-repeat;*/
    /*background-size: 370px 770px;*/
    /*padding-bottom: 46px;*/
    padding-left: 20px;
    height: 770px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
    /*background: white;*/
    background: #151515;
    border: 4px solid #FCC91A;
    margin-top: 12px;
}

.news .right-content .list a {
    display: block;
}

.news .right-content .list a.new {
    position: relative;
    padding: 13px 10px 13px 0;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.rank-name{
    width: 28px;
    height: 28px;
    line-height: 12px;
    padding: 7px 10px 7px 3px;
    /*background: #FCF139;*/
    /*box-shadow: 2px 2px 0 0 #000000;*/
    box-sizing: border-box;
    margin-right: 11px;
    text-align: left;
    color: #FFC10A;
}
.news .right-content .list a.new:nth-child(1) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(2) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(3) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(4) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(5) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(6) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(7) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(8) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(9) .rank-name{
    padding-left: 8px;
}
.news .right-content .list a.new:nth-child(1) span {
    /*background: url("https://img-space.30sche.com/other/202007/21/56287bb8f38360b09418f6e864b82a3f.png") no-repeat;*/
    /*-webkit-background-size: 38px 37px;*/
    /*background-size: 38px 37px;*/
    /*color: rgba(54, 2, 196, 1);*/

}

.news .right-content .list a.new span {
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 10px;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*color: #FFC10A;*/
    /*font-size: 23px;*/
    /*overflow: visible;*/
    /*padding-left: 10px;*/
}

.news .right-content a.other {
    display: block;
    width: 350px;
    height: 197px;
    margin-left: 10px;
    margin-top: 20px;
}

.review {
    padding-top: 60px;
    overflow-x: hidden;
    background-position: center 80px !important;
}

.paihangNumber1 {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 38px;
}

.review .decorate .left,
.review .decorate .right {
    width: 506px;
    height: 474px;
    /*background: url("/statics/sh2019exhibition/pc/img/footer-decorate.png") center top no-repeat;*/
    background-size: contain;
    position: absolute;
    top: -5px;
    z-index: 1;
}

.review .decorate .left {
    left: 50%;
    margin-left: -955px;
}

.review .decorate .right {
    right: 50%;
    margin-right: -955px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.review .content {
    background: transparent;
    position: relative;
}

.review .content .exhibition {
    position: relative;
    display: inline-block;
    width: 292px;
    line-height: 88px;
    cursor: pointer;
    text-align: center;
    font-size: 36px;
    margin: 10px 5px;
    color: #00186E;
    font-weight: bold;
}
.exhibition .wangqi-img{
    width: 223px;
    border: 1px solid #ffffff;
}
.review .content .exhibition:nth-child(4n + 1) {
    margin-left: 0;
}

.review .content .exhibition:nth-child(4n) {
    margin-right: 0;
}

.review .content .exhibition:hover .qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review .content .exhibition .qrcode {
    position: absolute;
    width: 160px;
    height: 160px;
    top: -170px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    display: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.review .content .exhibition .qrcode::after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    left: 0;
    right: 0;
    top: 160px;
    margin: 0 auto;
    display: block;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.review .content .exhibition .qrcode img {
    width: 139px;
    margin-top: 10px;
}

.listWarp::-webkit-scrollbar {
    display: none;
}

.paihangWarp::-webkit-scrollbar {
    display: none;
}

.rotate {
    -webkit-animation: myRotate 5s linear infinite;
    animation: myRotate 5s linear infinite;
}

@-webkit-keyframes myRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes myRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bg1 {
    position: absolute;
    top: 922px;
    width: 100%;
    height: 700px;
    background: url('/statics/cd2019exhibition/pc/img/bj1.png') no-repeat;
    background-size: cover;
}

.bg2 {
    position: absolute;
    top: 1622px;
    width: 100%;
    height: 700px;
    background: url('/statics/cd2019exhibition/pc/img/bj2.png') no-repeat;
    background-size: cover;
}

.bg3 {
    position: absolute;
    top: 2322px;
    width: 100%;
    height: 700px;
    background: url('/statics/cd2019exhibition/pc/img/bj3.png') no-repeat;
    background-size: cover;
}

.bg4 {
    position: absolute;
    top: 3022px;
    width: 100%;
    height: 700px;
    background: url('/statics/cd2019exhibition/pc/img/bj4.png') no-repeat;
    background-size: cover;
}

.bg5 {
    position: absolute;
    top: 3722px;
    width: 100%;
    height: 700px;
    background: url('/statics/cd2019exhibition/pc/img/bj5.png') no-repeat;
    background-size: cover;
}

.bg6 {
    position: absolute;
    top: 4422px;
    width: 100%;
    height: 700px;
    background: url('/statics/cd2019exhibition/pc/img/bj6.png') no-repeat;
    background-size: cover;
}

.bg7 {
    position: absolute;
    top: 5122px;
    width: 100%;
    height: 368px;
    background: url('/statics/cd2019exhibition/pc/img/bj7.png') no-repeat;
    background-size: cover;
}

.go_live:hover {
    transform: scale(1.05);
    transition: .1s;
}
