@charset "utf-8";
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsisMore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.moveText:hover {
    color: #1E88E5 !important;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
h4 {
    font-size: 24px;
    font-family: PingFang SC, serif;
    font-weight: 500;
    color: #000000;
}
.ggw {
    margin-bottom: 25px;
}
.end {
    position: absolute;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    background: #020201;
    opacity: 0.5;
    border-radius: 0 0 8px 0;
    padding: 6px;
}
.pageWrap {
    margin-top:20px;
}
.contentWrap {
    width: 1034px;
    margin: 0 auto;
}
.fr{
    float: right;
}
/*热门活动*/
.hot_active {
    background: url("../img/hot.png") no-repeat;
    height: 274px;
    display: flex;
    padding: 36px 0 40px 50px;
    position: relative;
}
.hot_title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}
.hot_ul {
    display: flex;
    justify-content: space-between;
    padding-left: 84px;
    /*padding-top: 10px;*/
}
.hot_ul .active_title {
    width: 190px;
    font-size: 16px;
    font-family: PingFang SC, serif;
    font-weight: 400;
    color: #010101;
    padding: 10px 0;
    cursor: pointer
}
.hot_ul .active_time{
    font-size: 14px;
    font-family: PingFang SC, serif;
    font-weight: 400;
    color: #505050;
    /*padding-left: 50px;*/
    text-align: right;
}
.hot_active .more  {
    position: absolute;
    top: 14px;
    right: 30px;
    font-size: 14px;
    font-family: PingFang SC, serif;
    font-weight: 400;

}
/*lunbo*/
.banner {
    margin-bottom: 30px;
}
.swiper-slide {
    /*width: 750px !important;*/
}
.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-container .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    border-radius: 2px;
}
.swiper-button {
    width: 27px !important;
    height: 27px !important;
}
/*活动资讯*/
.active_zx {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.active_zx .list_icon {
    margin-bottom: 20px;
    position: relative;
}
.active_zx .list_icon::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #DCDCDD;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.active_zx .list_icon .list_title {
    width: 670px;
    font-size: 16px;
    font-family: PingFang SC, serif;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-left: 15px;
    cursor: pointer;
}
.hdzx_right {
    margin-left: 46px;
}
/**/
.hdzx_right .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.hdzx_right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 3px;
}
.zxRight {
    width: 300px;
}
.unificat .seeMore {
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    line-height: 45px;
}
.unificat_top {
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    margin-top: 25px;
}
.pp_ul {
    display: flex;
    flex-wrap: wrap;
}
.pp_ul li:nth-child(4n) {
    margin-right: 0 !important;
}
.pp_ul .pp_li {
    background: #FFFFFF;
    position: relative;
}
.pp_ul .pp_li .pp_title {
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 16px;
    line-height: 24px;
    cursor: pointer;
    height: 46px;
}
.pp_ul .pp_li  .pp_time {
    display: block;
    border-top: 1px solid #EDECEC;
    padding-top: 16px;
    font-size: 14px;
}
.pp_ul .pp_li  .pp_time .img_icon{
    vertical-align: bottom;
}
.pp_ul > div {
    width: calc( 25% - 18px );
    margin-right: 24px;
}
.pp_ul > div:nth-child(4n) {
    margin-right: 0;
}
.swiper-button-prev {
    background: url("../img/left.png") no-repeat !important;
    width: 27px !important;
    height: 27px !important;
    margin-left: 20px;
}
.swiper-button-next {
    background: url("../img/right.png") no-repeat !important;
    width: 27px !important;
    height: 27px !important;
    margin-right: 20px;
}

/*newSupplierList.css start*/
.newSupplierList{

    padding-bottom: 40px;
    margin-top: 30px;
}
.newSupplierList li{
    width: 197px;
    height: 65px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(1,1,2,0.06);
    float: left;
    display: table !important;
    text-align: center !important;
    margin-right: 12px;
    margin-bottom: 12px;
}
.newSupplierList li:nth-child(5n){
    margin-right: 0;
}
.newSupplierList li span{
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    width: 197px;
    height: 65px;
}
.newSupplierList li img{
    width: auto;
    height: auto;
    max-width: 192px;
    max-height: 64px;
    margin: 0 auto;
    display: inline-block;
}
.newSupplierWrap{
    padding-top: 10px;
    padding-bottom: 53px;
}
/*newSupplierList.css end*/
/* 精彩回放 */
.div_flex {
    display: flex;
    justify-content: space-between
}
.highlight_zone {
    width: 1036px;
    display: flex;
    justify-content: space-between;
}
.highlight_zone .left_con {
    width: 598px;
    margin-right: 45px;
}
.left_con .left_ul {
    margin-top: 27px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.highlight_zone .left_ul .left_a {
    width: 186px;
    margin-right: 20px;
}
.highlight_zone .left_ul .left_a:nth-child(3n) {
    margin-right: 0;
}
.highlight_zone .left_ul .left_li img:first-child {
    max-width: 186px;
    width: 100%;
    height: 104px;
}
.highlight_zone .left_ul .left_li .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
}
.highlight_zone .left_ul .play_back {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
}
.title_name {
    font-size: 16px;
    color: #010101;
    padding-bottom: 10px;
}
.time_city {
    font-size: 14px;
    color: #505050;
    display: flex;
    justify-content: right;
}
.right_con {
    width: 390px;
}
.swiper-right {
    height: 352px;
    overflow: hidden;
}
.right_con .right_ul {
    width: 390px;
}
.right_con .right_ul .right_li {
    border-bottom: 1px dashed #E0E0E0;
    padding-bottom: 25px;
}
.right_con .right_ul .right_li .video {
    float: right;
    width: 22px;
    height: 12px;
    margin-right: 10px;
    cursor: pointer;
    display: inline;
}
.right_con .right_ul .right_li .evaluate_title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    width: 320px;
    cursor: pointer;
}
.right_con .right_ul .right_li .evaluate_con {
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
    padding-top: 10px;
}
.right_con .right_ul .right_li .evaluate_con span:first-child {
    display: inline-block;
    width: 210px;
    margin-right: 55px;
    cursor: pointer;
}
.see_more {
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    line-height: 28px;
}
.see_more:hover {
    color: #1E88E5 !important;
}
.modal {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.modal-video {
    position: relative;
    z-index: 2;
}
.video_tag {
    width: 750px;
}
.btn_close {
    text-align: center;
    margin-top: 20px;
}
.btn_close button {
    color: #fff;
    background-color: #1e88e5;
    border-color: #1e88e5;
    padding: 8px;
    width: 80px;
    font-size: 16px;
}
.video_tag .outter {
    display: none;
}
.video_tag .prism-setting-btn,
.video_tag .prism-play-btn.playing,
.video_tag .prism-play-btn,
.video_tag .prism-fullscreen-btn {
    height: 24px !important;
    width: 24px !important;
}
.video_tag .prism-setting-btn {
    background: url("../img/setting.png") center no-repeat !important;
    background-size: contain !important;
}
.video_tag .prism-play-btn.playing {
    background: url("../img/smallpause.png") no-repeat !important;
    background-size: contain !important;
}
.video_tag .prism-play-btn {
    background: url("../img/smallplay.png") no-repeat !important;
    background-size: contain !important;
}
.video_tag .prism-cc-btn {
   display: none;
}
.video_tag .prism-fullscreen-btn {
    background-image: url("../img/fullscreen.png") !important;
    background-repeat: no-repeat;
}
.video_tag .volume-icon {
    background: url("../img/volume.png") !important;
    background-size: contain !important;
}
