/*html,body{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.top-head{*/
/*    width: 100%;*/
/*    position: fixed;*/
/*    z-index: 10;*/
/*    top: 0;*/
/*    background: transparent;*/
/*}*/
/*.top-head .container .logo{*/
/*    background-color: rgba(20, 20, 20, 0.6) !important;*/
/*}*/
/*.top-head .container{*/
/*    background: transparent;*/
/*}*/
/*.top-head .responsive-nav{*/
/*    background-color: rgba(31, 33, 38, 0.6);*/
/*}*/
/*.top-head .responsive-nav .logo{*/
/*    background: none !important;*/
/*}*/
/*.container-list{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*}*/
/*.footer{*/
/*    width: 100%;*/
/*    position: fixed;*/
/*    z-index: 10;*/
/*    bottom: 0;*/
/*    background: transparent;*/
/*}*/
/*.footer .footer-link{*/
/*    background-color: rgba(31, 33, 38, 0.6);*/
/*}*/
/*.footer .copyright{*/
/*    background-color: rgba(20, 20, 20, 0.6);*/
/*}*/
/** 整体滑动 start **/
.userInBox{
    display: flex !important;
}
#top::-webkit-scrollbar{
   display: none;
}
.swiper-container-All{
    width: 100%;
    height: 760px;
    overflow: hidden;
}
.swiper-container-All .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper-slide-allBox{
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
}
.swiper-container-All-pagination{
    position: absolute;
    z-index: 2;
    text-align: center;
}
.swiper-container-All-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 15px;
    border-radius: 1px 1px;
    background-color: #dddddd;
}
.swiper-container-All-pagination .swiper-pagination-bullet-active{
    background-color: #f7f7f7;
}
/** 整体滑动 end **/
/** 右侧导航 start **/
.container-rightNav{
    position: fixed;
    z-index: 20;
    top: 40%;
    /*height: 100%;*/
    /*width: 110px;*/
    right: 1%;
    /*top: 0;*/
    /*border: white 1px solid;*/
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    display: none;
}
.container-rightNav-lists{
    width: 100%;
}
.container-rightNav-list{
    width: 120px;
    height: 50px;
    /*width: 50px;*/
    /*height: 120px;*/
    border-radius: 4px 4px;
    background-color: rgba(102, 102, 102, 0.8);
    margin: 5px 0 0 0;
    cursor: pointer;
    color: white;
    font-size: 14px;
    /*text-align: center;*/
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    /*transform: rotate(90deg);*/
}
.container-rightNav-list p {
    margin: auto auto;
    /*width: 120px;*/
    /*text-align: center;*/
    /*transform: rotate(90deg) translateY(35px);*/
    font-family: "Segoe Print","Noteworthy";
    /*border: white 1px solid;*/
}
.container-rightNav-list-check{
    /*height: 25px;*/
    background-color: rgba(121, 0, 61, 0.8);
}
/*.container-rightNav-list-check p{*/
/*    display: none;*/
/*}*/
.container-rightNav-list:hover{
    background-color: rgba(121, 0, 61, 0.7);
}
/** 右侧导航 end **/
/** 广告轮播 start **/
.Ad_rotation{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.swiper-container-Ad_rotation{
    width: 100%;
    height: 100%;
}
.swiper-container-Ad_rotation .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper-container-Ad_rotation .swiper-slide{
    width: 100%;
    height: 100%;
}
.Ad_rotation-slide{
    width: 100%;
    height: 100%;
}
.Ad_rotation-slide img{
    width: 100%;
    height: 100%;
}
.swiper-container-Ad_rotation-pagination{
    position: absolute;
    z-index: 2;
    text-align: center;
}
.swiper-container-Ad_rotation-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 6px;
    border-radius: 1px 1px;
}
.swiper-container-Ad_rotation-pagination .swiper-pagination-bullet-active{
    background-color: #f7f7f7;
}
/** 广告轮播 end **/
/** 用户登录 start **/
.container-userLogin-button{
    position: absolute;
    top: 100px;
    right: 200px;
    z-index: 1000;
    /*background: white;*/
    color: white;
    background: transparent;
    /*background-color: rgba(121, 0, 61, 0.8);*/
    border-radius: 4px 4px;
    padding: 5px 10px;
    border: #cccccc 1px solid;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    font-family: "Segoe Print","Noteworthy";
    /*display: block;*/
    opacity: 1;
    animation-name: userLoginfade;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    /*display: none;*/
}
.container-userLogin-button2{
    /*display: none;*/
    opacity: 0;
    animation-name: userLoginfade2;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.container-userLogin-button3{
    position: absolute;
    z-index: 21;
    top: 0;
    right: 5%;
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    /*padding: 10px 20px;*/
    text-align: center;
    /*line-height: 50px;*/
    /*font-weight: 500;*/
    /*font-size: 14px;*/
    /*transform: rotate(90deg);*/
}
.container-userLogin-button:hover{
    /*color: #9c0948;*/
    /*border: #9c0948 1px solid;*/
}
/* 定义动画关键帧 */
@keyframes userLoginfade {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes userLoginfade2 {
    from { opacity: 1; }
    to   { opacity: 0; }
}
/** 用户登录 end **/
/** 一屏视频 start **/
.container-advertisement{
    width: 100%;
    /*height: 100%;*/
    position: relative;
}
.container-advertisement video{
    display: block;
    width: 100%;
    /*width: 100%;*/
    /*display: none;*/
    /*border: white 1px solid;*/
}
.container-advertisement-button{
    position: absolute;
    bottom: 13%;
    right: 14%;
    background: transparent;
    color: white;
    border-radius: 4px 4px;
    padding: 10px 20px;
    border: #cccccc 1px solid;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    /*display: none;*/
}
.container-advertisement-button:hover{
    color: #9c0948;
    border: #9c0948 1px solid;
}
/** 一屏视频 end **/
.container-item0{
    width: 100%;
    height: 71vh;
    background-color: #020404;
}
.container-item0-title{
    width: 100%;
    text-align: center;
    /*height: 820px;*/
    /*line-height: 820px;*/
    font-size: 30px;
    color: white;
    padding: 30vh 0 0 0;
}
/** 新闻&报盘 start **/
.container-item1{
    width: 100%;
    height: 820px;
    background-color: #020404;
    /*background: url("../images/media_club/newBei2.jpg") no-repeat;*/
    /*background-size: 100% 100%;*/
    position: relative;
    /*padding: 35px 0 35px 0;*/
}
.container-item1-video-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    /*border: #4cae4c 1px solid;*/
}
.container-item1-video{
    width: 100%;
    /*border: #4cae4c 1px solid;*/
}
.container-item1-box{
    width: 100%;
    background: transparent;
    position: absolute;
    top: 15px;
    z-index: 2;
    left: 0;
    padding: 25px 0 0 0;
    /*border: #4cae4c 1px solid;*/
}
.container-item1-top-title-desc {
    width: 88%;
    margin: 0 6%;
    /*height: 40px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 0;
    /*background-color: rgb(18, 21, 28);*/
    /*position: relative;*/
}
.container-item1-top-title {
    font-size: 50px;
    font-weight: bold;
    /*font-family: "Segoe Print";*/
    /*font-family: 'PingFang SC';*/
    /*font-family: "Segoe Print",Optima, Consolas, "Courier New";*/
    font-family: "Segoe Print","Noteworthy";
    color: white;
}
.container-item1-top-more{
    position: absolute;
    top: 0px;
    right: 5%;
    z-index: 2;
    background: transparent;
    color: white;
    border-radius: 4px 4px;
    padding: 5px 10px;
    border: #cccccc 1px solid;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}
.container-item-news-more:hover{
    color: #9c0948;
    border: #9c0948 1px solid;
}
.container-item1-box{
    width: 90%;
    margin: 0 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.container-item1-box-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    height: 70px;
    /*background-color: #1b6d85;*/
}
.container-item1-box-title-t1{
    margin: auto 0;
    font-size: 35px;
    font-weight: bold;
    font-family: "Segoe Print","Noteworthy";
    color: white;
}
.container-item1-box-titles{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
}
.container-item1-box-title-t2{
    display: inline-block;
    background: transparent;
    color: white;
    border-radius: 4px 4px;
    padding: 5px 10px;
    border: #cccccc 1px solid;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    margin: auto 0;
}
.container-item1-box-title-t2:hover{
    color: #9c0948;
    border: #9c0948 1px solid;
}
.container-item1-box-title-tab{
    /*width: 100px;*/
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto 10px auto 0;
    border-radius: 4px 4px;
    border: #9c0948 1px solid;
    color: #9c0948;
    background-color: white;
}
.container-item1-box-title-tab p{
    /*width: 60px;*/
    /*border-radius: 4px 4px;*/
    font-size: 12px;
    font-weight: 600;
    /*text-align: center;*/
    padding: 5px 10px;
    cursor: pointer;
}
.container-item1-box-title-tabCheck{
    background-color: #9c0948;
    color: white;
}
.container-item1-box-title-tabCheck2{
    background-color: #9c0948;
    color: white;
}
.container-item1-box-list{
    width: 66%;
    min-height: 100px;
    /*border: #9c0948 1px solid;*/
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.container-item1-box-left-list{
    width: 49%;
    height: 300px;
    border-radius: 4px 4px;
    /*border: #f7f7f7 1px solid;*/
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
    cursor: pointer;
}
.container-item1-box-list-content{
    width: 100%;
    /*background-color: #1b6d85;*/
}
.container-item1-box-list-content-list{
    width: 100%;
    margin: 0 0 5px 0;
    /*padding: 5px 5px;*/
    font-size: 12px;
    color: #eeeeee;
    border-bottom: #f1f1f1 solid 1px;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.container-item1-box-list-content-list p {
    margin: auto 0;
}
.container-item1-box-list-content-list-span{
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    padding: 0 5px 0 0;
}
.container-item1-box-list-content-list-span1{
    color: #e26403;
}
.container-item1-box-list-content-list-span2{
    color: #e58032;
}
.container-item1-box-list-content-list-span3{
    color: #e59915;
}

/** 新闻&报盘 end **/

/** 新闻 start **/
.container-item-news {
    width: 100%;
    /*height: 870px;*/
    /*height: 100%;*/
    min-height: 500px;
    /*background-color: rgba(30, 36, 48, 1);*/
    /*background-size: 86%;*/
    background: url("../images/media_club/newBei2.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 50px 0 80px 0;
    /*display: none;*/
}
.container-item-news-kong{
    width: 100%;
    height: 60px;
}
.container-item-news-title-desc {
    width: 88%;
    margin: 0 6%;
    /*height: 40px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 0;
    /*background-color: rgb(18, 21, 28);*/
    /*position: relative;*/
}

.container-item-news-title {
    font-size: 50px;
    font-weight: bold;
    /*font-family: "Segoe Print";*/
    /*font-family: 'PingFang SC';*/
    /*font-family: "Segoe Print",Optima, Consolas, "Courier New";*/
    font-family: "Segoe Print","Noteworthy";
    color: white;
}
.container-item-news-content{
    width: 88%;
    margin: 0 6%;
    height: 405px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    /*border: #777777 1px solid;*/
}
.container-item-news-content-left{
    width: 35%;
    height: 100%;
    /*border: #777777 1px solid;*/
}
.container-item-news-content-center{
    width: 28%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}
.container-item-news-content-right{
    width: 35%;
    height: 100%;
    background-color: rgba(37, 37, 37, 0.8);
    /*border: #777777 1px solid;*/
}
.swiper-container-news{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px 4px;
    position: relative;
}
.swiper-container-news .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper-container-news .swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-container-news-slide{
    width: 100%;
    height: 100%;
    position: relative;
    /*background: rgba(37, 37, 37, 0.8);*/
    /*overflow: hidden;*/
    /*display: flex;*/
    /*align-items: center;*/
    overflow: hidden;
    border-radius: 4px 4px;
    cursor: pointer;
}
.swiper-container-news-slide-img{
    width: 100%;
    height: 100%;
}
/*.swiper-container-news-slide img{*/
/*    !*width: 100%;*!*/
/*    !*width: auto;*!*/
/*    max-width: none;*/
/*    height: 100%;*/
/*    cursor: pointer;*/

/*}*/
.swiper-container-news-slide-title{
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: rgba(60, 60, 60, 0.5);
}
.swiper-container-news-slide-title-t1{
    width: 96%;
    margin: 3px 2% 0 2%;
    color: white;
    font-size: 14px;
    font-weight: 600;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.swiper-container-news-slide-title-t2{
    width: 96%;
    margin: 0 2%;
    font-size: 12px;
    color: #aaaaaa;
}
.swiper-container-news-prev{
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 1%;
    cursor: pointer;
}
.swiper-container-news-prev img{
    width: 15px;
}
.swiper-container-news-next{
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 1%;
    cursor: pointer;
}
.swiper-container-news-next img{
    width: 15px;
}
.container-item-news-content-center-list{
    height: 48.5%;
    border-radius: 4px 4px;
    overflow: hidden;
}
.container-item-news-content-right-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: #bbbbbb 1px solid;
}
.container-item-news-content-right-title-t1{
    font-size: 16px;
    color: white;
    margin: auto 0;
    font-weight: 600;
}
.container-item-news-content-right-title-more{
    font-size: 16px;
    padding: 2px 4px;
    color: white;
    margin: auto 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: initial;
    text-decoration:underline;
    font-weight: 600;
}
.container-item-news-content-right-title-more:hover{
    color: #9c0948;
}
.container-item-news-content-right-title-more p{
    margin: auto 5px auto 0;
}
.container-item-news-content-right-title-more img{
    width: auto;
    height: 10px;
    margin: auto 0;
}
.container-item-news-videos-right-lists{
    width: 100%;
}
.container-item-news-videos-right-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px 0;
    border-bottom: #bbbbbb 1px solid;
    /*background-color: rgb(18, 21, 28);*/
    cursor: pointer;
}
.container-item-news-videos-right-list-check{
    /*background-color: #9c0948;*/
}
.container-item-news-videos-right-list:last-child{
    /*border: none;*/
}
.container-item-news-videos-right-list-left{
    width: 70px;
    height: 65px;
    border-radius: 4px 4px;
    margin: auto 10px auto 1%;
}
.container-item-news-videos-right-list-title{
    width: 78%;
    margin: auto 1% auto 0;
    /*border: black 1px solid;*/
}
.container-item-news-videos-right-list-title-t1{
    color: white;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    font-size: 14px;
    font-weight: 600;
}
.container-item-news-videos-right-list-title-t2{
    font-size: 12px;
    color: #aaaaaa;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin: 7px 0 0 0;
}




.container-item-news-videos{
    width: 88%;
    margin: 0 6%;
    /*height: 405px;*/
    border: #777777 1px solid;
    display: flex;
    border-radius: 4px 4px;
}
.container-item-news-videos-left{
    width: 50%;
    height: 403px;
}
.container-item-news-videos-left img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 5px 5px;
}

.container-item-news-videos-left video {
    display: none;
    width: 100%;
}
.container-item-news-videos-right{
    width: 50%;
}
.container-item-news-lists{
    width: 88%;
    margin: 30px 6% 0 6%;
    border-radius: 4px 4px;
    background-color: rgb(18, 21, 28);
    position: relative;
    padding: 15px 0 0 0;
}
.container-item-news-lists-t1{
    padding: 5px 10px;
    background-color: #dc4986;
    font-size: 14px;
    color: white;
    font-weight: 600;
    position: absolute;
    top: -15px;
    left: 10px;
    border-radius: 4px 4px;
}
.container-item-news-list{
    width: 100%;
    padding: 5px 0;
    border-bottom: #555555 1px solid;
    position: relative;
    cursor: pointer;
}
.container-item-news-list-check{
    background-color: rgb(29, 31, 43);
}
.container-item-news-list:last-child{
    border: none;
}
.container-item-news-list-t1{
    width: 78%;
    margin: 0 0 0 1%;
    color: white;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0;
    /*border: #f7f7f7 1px solid;*/
}
.container-item-news-list-t2{
    width: 78%;
    margin: 0 0 0 1%;
    font-size: 12px;
    color: #cccccc;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    padding: 2px 0;
}
.container-item-news-list-time{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    color: #999999;
    font-size: 12px;
    position: absolute;
    right: 1%;
    bottom: 0;
}
.container-item-news-list-time p{
    margin: auto 0 auto 5px;
}
.container-item-news-list-time p span{
    color: #79003d;
}
.container-item-news-list-enter{
    height: 10px;
    position: absolute;
    right: 1%;
    top: 5px;
}


.container-item-news-videos-right-nav{
    width: 96%;
    margin: 0 2%;
    height: 40px;
    /*border: #f7f7f7 1px solid;*/
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.container-item-news-videos-right-nav-lists{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}
.container-item-news-videos-right-nav-list{
    padding: 2px 4px;
    color: #cccccc;
    font-size: 14px;
    margin: auto 5px auto 0;
    cursor: pointer;
}
.container-item-news-videos-right-nav-list-check{
    color: #9c0948;
    border-bottom: #9c0948 solid 2px;
    font-weight: 600;
}
.container-item-news-videos-right-nav-right{
    padding: 2px 4px;
    color: #9c0948;
    font-size: 14px;
    margin: auto 0;
    cursor: pointer
}
.container-item-news-videos-right-content{
    width: 96%;
    margin: 10px 2% 0 2%;
    height: 510px;
    /*border: #f7f7f7 1px solid;*/
}
.container-item-news-videos-right-content-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: #555555 1px solid;
    padding: 10px 0;
    cursor: pointer
}
.container-item-news-videos-right-content-list:last-child{
    /*border: none;*/
}
.container-item-news-videos-right-content-list-t1{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: auto 0 auto 1%;
    color: #9c0948;
    border: #9c0948 solid 2px;
    border-radius: 4px 4px;
    font-size: 12px;
    font-weight: 600;
}
.container-item-news-videos-right-content-list-t11{
    color: #1e96ab;
    border: #1e96ab solid 2px;
}
.container-item-news-videos-right-content-list-t12{
    color: #f3c258;
    border: #f3c258 solid 2px;
}
.container-item-news-videos-right-content-list-t13{
    color: #4d9cff;
    border: #4d9cff solid 2px;
}
.container-item-news-videos-right-content-list-t2{
    width: 80%;
    color: #cccccc;
    font-size: 12px;
    margin: auto 0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.container-item-news-videos-right-content-list-time{
    color: #999999;
    font-size: 12px;
    margin: auto 1% auto 0;
}
.container-item-news-videos-right-content-paginations{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 5px 0;
}
.container-item-news-swiper{
    width: 88%;
    margin: 30px 6% 0 6%;
    height: 450px;
}
.container-item-news-swiper-slider{
    width: 100%;
    height: 100%;
    /*border: white 1px solid;*/
}
.container-item-news-swiper-slider img{
    width: 100%;
    height: 100%;
    border-radius: 4px 4px;
    cursor: pointer;
}
.container-item-one-sixs{
    width: 88%;
    margin: 0 0 0 4%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
}
/*.container-item-one-title {*/
/*    width: 88%;*/
/*    margin: 0 6%;*/
/*    position: relative;*/
/*    left: 0;*/
/*    top: 0;*/
/*    !*border: white 1px solid;*!*/
/*    padding: 30px 0 0 0;*/
/*}*/
/*.container-item-one-title .title{*/
/*    text-align: center;*/
/*}*/
.container-item-one-sixs-box{
    width: 95%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
}
.container-item-one-six{
    width: 95%;
    margin: 30px 0 0 0;
    min-height: 300px;
    padding: 10px 0 70px 0;
    /*border: white 1px solid;*/
}

.news-hot{
    width: 90%;
    margin: 0 5%;
    /*height: 420px;*/
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    /*border: #f7f7f7 1px solid;*/
}
.news-hot-list{
    width: 32%;
    height: 300px;
    border-radius: 4px 4px;
    /*border: #f7f7f7 1px solid;*/
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}
.news-hot-list0{
    width: 66%;
}
.news-hot-list-img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0.8;
}
.news-hot-list-img:hover{
    opacity: 1;
}
.news-hot-list-title{
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: rgba(219, 226, 236, 0.8);
}
.news-hot-list-title-t1{
    width: 96%;
    margin: 8px 2% 0 2%;
    color: #002060;
    font-size: 14px;
    font-weight: 600;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-hot-list-title-t2{
    width: 96%;
    margin: 0 2%;
    font-size: 12px;
    color: #062564;
}
.news-hot-list-title-t3{
    width: 96%;
    margin: 0 2%;
    font-size: 12px;
    color: #000000;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-hot-list-title2{
    padding: 5px 0;
    /*border-bottom: #f1f1f1 solid 1px;*/
    width: 100%;
    /*height: 90px;*/
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: rgba(219, 226, 236, 0.8);
}
.news-hot-list-title2-box{
    width: 94%;
    margin: 0 3%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* justify-content:space-between; */
    justify-content: flex-start;
}
.news-hot-list-title2-box2{
    width: 94%;
    margin: 5px 3% 0 3%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start;
}
.news-hot-list-title2-box2-t1{
    padding: 2px 4px;
    color: #ffffff;
    background-color: rgba(102, 102, 102, 0.6);
    border-radius: 4px 4px;
    font-size: 12px;
    display: inline-block;
    margin: 2px 5px 2px 0;
}
.news-hot-list-title2-t0{
    padding: 2px 4px;
    color: #ffffff;
    background-color: rgba(156, 9, 72, 0.8);
    border-radius: 4px 4px;
    font-size: 10px;
    display: inline-block;
    margin: auto 0;
}
.news-hot-list-title2-t1{
    /* width: 47%; */
    margin: auto 0;
    margin-left: 20px;
    color: #002060;
    font-size: 14px;
    font-weight: 600;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    /*background-color: #1b6d85;*/
}
.news-hot-list-title2-t2{
    color: #9c0948;
    font-size: 14px;
    font-weight: 600;
    margin: auto 0;
}
.news-hot-list-title2-t2 span{
    color: #002060;
    font-size: 11px;
    font-weight: 500;
}
.news-hot-list-title2-t4{
    width: 94%;
    margin: 5px 3% 0 3%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    border-top: #f1f1f1 solid 1px;
    padding: 5px 0 0 0;
}
.news-hot-list-title2-t41{
    color: #002060;
    font-size: 12px;
    margin: auto 10px auto 0;
}
.news-hot-list-title2-t41 span{
    color: #9c0948;
}
.container-item-news-more{
    position: absolute;
    top: 90px;
    right: 5%;
    z-index: 2;
    background: transparent;
    color: white;
    border-radius: 4px 4px;
    padding: 5px 10px;
    border: #cccccc 1px solid;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}
.container-item-news-more:hover{
    color: #9c0948;
    border: #9c0948 1px solid;
}
.container-item-news-more0{
    right: 10%;
}
/** 新闻 end **/
/** 微信登录 start **/
.hexInWu{
    width: 474px;
    height: 316px;
    background-color: #f7f7f7;
}
.weixin-info{
    width: 100%;
    background-color: white;
    /*border: #761c19 1px solid;*/
    /*padding: 20px 0;*/
}
.weixin-info-from{
    width: 100%;
    /*padding: 10px 0 0 0;*/
}
.weixin-info-from-list{
    width: 90%;
    margin: 0 5% 10px 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.weixin-info-from-list p{
    width: 28%;
    font-size: 14px;
    margin: auto 0;
    text-align: right;
}
.weixin-info-from-list input{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: #f1f1f1 solid 1px;
    border-radius: 5px 5px;
    resize: none;
    text-indent: 10px;
    margin: auto 0;
}
.weixin-info-from-list textarea{
    width: 100%;
    height: 70px;
    border: #f1f1f1 solid 1px;
    border-radius: 5px 5px;
    resize: none;
    outline: none;
    text-indent: 10px;
}
.weixin-info-buttons{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}
.weixin-info-button{
    width: 80px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px 5px;
    background-color: #79003d;
    color: white;
    margin: 15px 5% 0 0;
    cursor: pointer;
}
/** 微信登录 end **/
/**  show room start **/
.container-item-one {
    width: 100%;
    height: 870px;
    /*height: 100%;*/
    /*background: url("./i") no-repeat;*/
    /*background-size: 100% 100%;*/
    position: relative;
}

.container-item-one-title {
    width: 656px;
    position: absolute;
    top: 10%;
    left: 10%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.container-item-one-title .title {
    font-size: 50px;
    /*font-family: PoplarStd;*/
    color: #ffffff;
    line-height: 98px;
    letter-spacing: 2px;
    font-weight: 600;
    /*font-family: "Segoe Print";*/
    font-family: "Segoe Print","Noteworthy";
}

.container-item-one-title .desc {
    font-size: 15px;
    font-family: LucidaGrande;
    color: #ffffff;
    line-height: 36px;
}
.carousel-left,
.carousel-right {
    display: flex;
    background-color: #ffffff;
    border-radius: 5px;
}
.carousel-left {
    /* align-self: flex-start; */
}
.carousel-right {
    /* align-self: flex-end;
    justify-self: flex-end; */
    position: absolute;
    top: 230px;
    right: 2%;
}

.carousel-list {
    display: flex;
    /* border: 3px solid #9c0948; */
    border-radius: 5px;
}

.carousel-item {
    display: flex;
    width: 602px;
    margin: auto 0 auto 13px !important;
}

.carousel-item-div {
    width: 100%;
}

.carousel-item .carousel-img {
    padding: 38px 0 20px;
    width: 220px;
    height: 200px;
    cursor: pointer;
    position: relative;
}
.carousel-img-t1{
    width: 180px;
    position: absolute;
    top: 42%;
    left: 20px;
    line-height:60px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background-color: rgba(30, 36, 48, 0.45);
}
.carousel-img-logo{
    position: absolute;
    top: 45px;
    left: 25px;
    opacity: 1;
    width: 26%;
    z-index: 3;
}
.container-item-one-carousel {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 32%;
    /*height: 410px; */
}
.container-item-one{
    background: url("../images/showroom/onebg.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 0 30px 0;
}
.container-item-fenge{
    width: 100%;
    height: 5px;
    background-color: #f6f6f6;
}
.container-item-guodu{
    width: 100%;
    min-height: 10px;
    background-color: rgba(30, 36, 48, 1);
}
.img-opreate{
    width: 80px;
    background-color: white;
    overflow: hidden;
    height: auto;
    border-radius: 0 5px 5px 0;
}
.carousel-item0{
    /*background: url("./images/icon/jiaopian2.png") no-repeat;*/
    background: url("../images/icon/jiaopian3.png") no-repeat;
    background-size: 100% 100%;
    /*border: white 1px solid;*/
    height: 324px;
    width: 950px;
    position: relative;
    left: 5%;
}
.carousel-item-jiaopian{
    width: auto;
    height: 200px;
    background-color: transparent;
    position: relative;
    left: -50px;
    top: -30px;
}
.img-opreates{
    width: 75px;
    height: 190px;
    border-radius: 5px 5px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 2;
    margin: 75px 0 0 0;
    /*background-color: blue;*/
}
.img-opreate-btn-list-img{
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.img-opreate-btn-list-img img{
    width: 38px;
}
.img-opreate-btn-list-title{
    width: 100%;
    text-align: center;
    color: #79003d;
    font-weight: 600;
    font-size: 20px;
}
.carousel-left-title1{
    color: white;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    cursor: pointer;
}
.carousel-left-title1 span{
    display: block;
    margin: auto 15px auto 0;
}
.carousel-left-title1 span:hover{
    text-decoration: underline;
}
.carousel-left-title1 img{
    margin: auto 0;
    height: 18px;
}
.carousel-item1{
    background: url("../images/icon/jiaopian4.png") no-repeat;
    background-size: 100% 100%;
    /*border: white 1px solid;*/
    height: 324px;
    width: 700px;
    position: relative;
}
.carousel-left-title2{
    color: white;
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    cursor: pointer;
}
.carousel-left-title2 span{
    display: block;
    margin: auto 15px auto 0;
}
.carousel-left-title2 span:hover{
    text-decoration: underline;
}
.carousel-left-title2 img{
    margin: auto 0;
    height: 18px;
}
.swiper-wrapper00{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
/**  show room end **/
/** Journey With Yeeorder start **/
.container-journeyWYe{
    width: 100%;
    min-height: 580px;
    /*height: 100%;*/
    background-color: rgba(30, 36, 48, 1);
    /*padding: 0 50px;*/
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 50px 0 40px 0;
}
.container-journeyWYe-left{
    width: 40%;
    /*height: 500px;*/
    margin: auto 0 auto 6%;
    /*background-color: #4cae4c;*/
}
.container-journeyWYe-left-imgLists{
    width: 100%;
    /*height: 100%;*/
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.container-journeyWYe-left-imgList-box{
    width: 25%;
    /*height: 100%;*/
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}
.container-journeyWYe-left-imgList-box:first-child{
    margin: 0 0 0 10%;
}
.container-journeyWYe-left-imgList-box:last-child{
    margin: 0 10% 0 0;
}
.container-journeyWYe-left-imgList{
    width: 98%;
    position: relative;
    cursor: pointer;
}
.container-journeyWYe-left-imgList-img{
    width: 100%;
    height: 500px;
    text-align: center;
    /*border: white 1px solid;*/
}
.container-journeyWYe-left-imgList-img img{
    /*width: 90%;*/
    height: 100%;
    /*border-radius: 250px 250px;*/
}
.container-journeyWYe-left-imgList-lock{
    width: 100%;
    /*height: 95px;*/
    position: absolute;
    z-index: 2;
    top: 30%;
    text-align: center;
}
.container-journeyWYe-left-imgList-lock2{
    top: 70%;
}
.container-journeyWYe-left-imgList-lock img{
    width: 20px;
}
.container-journeyWYe-left-imgList-meng2{
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    background:linear-gradient(rgba(30, 36, 48, 0.9),rgba(30, 36, 48, 1));
}
.container-journeyWYe-left-imgList-meng21{
    top: 0;
    background:linear-gradient(rgba(30, 36, 48, 1),rgba(30, 36, 48, 0.9));
}
.container-journeyWYe-left-imgList-meng{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    overflow: hidden;
}
.container-journeyWYe-left-imgList-meng-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    border-radius: 4px 4px;
    background-color: rgba(30, 36, 48, 0.6);
    opacity: 1;
    /*animation: container-journeyWYe-left-imgList-meng-In 0.5s linear forwards;*/
}
.container-journeyWYe-left-imgList:hover .container-journeyWYe-left-imgList-meng-box{
    opacity: 0;
    /*animation: container-journeyWYe-left-imgList-meng-Out 0.5s linear forwards;*/
}
.container-journeyWYe-left-imgList:hover .container-journeyWYe-left-imgList-meng{
   display: none;
}
@keyframes container-journeyWYe-left-imgList-meng-Out {
    0% {
        opacity: 1;
        transform:translateY(0);
    }
    100% {
        opacity: 0;
        transform:translateY(100%);
    }
}
@keyframes container-journeyWYe-left-imgList-meng-In {
    0% {
        opacity: 0;
        transform:translateY(100%);
    }
    100% {
        opacity: 1;
        transform:translateY(0);
    }
}
.container-journeyWYe-left-imgList-title1{
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 50%;
    height: 50px;
    /*background: transparent;*/
    /*background-color: rgb(46, 55, 73);*/
    /*box-shadow:0px 0px 8px 8px rgba(0,0,0,0.2);*/
    /*border-radius: 4px 4px;*/
    overflow: hidden;
}
.container-journeyWYe-left-imgList-title1 h1{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    color: white;
    position: relative;
    top: 25px;
}
.container-journeyWYe-left-imgList-title11{
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: white;
    position: absolute;
    z-index: 6;
    top: 65px;
    left: 50%;
    /*background: inherit;*/
    /*border-radius: 4px 4px;*/
}
.container-journeyWYe-left-imgList-title2{
    width: 100%;
    position: absolute;
    z-index: 5;
    bottom: 55px;
    left: 50%;
    height: 50px;
    overflow: hidden;
    /*background: transparent;*/
    /*background-color: rgb(46, 55, 73);*/
    /*box-shadow:0px 0px 8px 8px rgba(0,0,0,0.2);*/
    /*border-radius: 4px 4px;*/
}
.container-journeyWYe-left-imgList-title2 h1{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    color: white;
    position: relative;
    top: 25px;
}
.container-journeyWYe-left-imgList-title21{
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    position: absolute;
    z-index: 6;
    bottom: 35px;
    left: 50%;
    /*background: inherit;*/
    /*border-radius: 4px 4px; */
}
.container-journeyWYe-left-video{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    /*background-color: #4cae4c;*/
    position: relative;
}
.container-journeyWYe-left-video video{
    width: 100%;
    margin: auto auto;
}
.container-journeyWYe-left-video-back{
    position: absolute;
    top: 18%;
    right: 6%;
    z-index: 5;
    cursor: pointer;
}
.container-journeyWYe-left-video-back img{
    width: 20px;
}
.container-journeyWYe-right{
    width: 46%;
    margin: 0 6% 0 0;
    min-height: 100px;
    /*background-color: #761c19;*/
}
.container-journeyWYe-right-top{
    padding: 30px 0 0 0;
    color: white;
    font-size: 50px;
    font-weight: bold;
    font-family: "Segoe Print","Noteworthy";
}
.container-journeyWYe-right-bottom{

}
.container-journeyWYe-right-bottom-item {
    display: flex;
    align-items: center;
    margin: 80px 30px;
    color: white;
}

.container-journeyWYe-right-bottom-item .item-img {
    margin-right: 29px;
    height: 40px;
    width: 40px;
}

.container-journeyWYe-right-bottom-item .item-img img {
}

.container-journeyWYe-right-bottom-item .item-desc {
    flex: 1;
    font-size: 15px;
}
/** Journey With Yeeorder end **/
/** yeeorder Club start **/
.container-yeeorderClub{
    width: 100%;
    /*height: 100%;*/
    /*height: 1000px;*/
    /*height: 850px;*/
    height: 760px;
    background: url("../../images/media_club/yeeorderClubBa.jpg") no-repeat;
    background-size: 100% 100%;
    /*background-color: #C0C0C0;*/
    /*background-color: rgba(30, 36, 48, 1);*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    overflow: hidden;
    position: relative;
}
.container-yeeorderClub-left{
    width: 100%;
    /*height: 100%;*/
    /*background-color: #4cae4c;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: column;*/
    /*flex-wrap: nowrap;*/
    /*position: relative;*/
}
.container-yeeorderClub-left-img{
    width: 100%;
    height: 760px;
}
.container-yeeorderClub-left-img img{
    width: 100%;
    height: 100%;
}
.container-yeeorderClub-left-title{
    width: 45%;
    height: 760px;
    color: white;
    position: absolute;
    top: 0;
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*margin: auto auto;*/
    /*position: absolute;*/
    /*top: 20%;*/
    /*z-index: 2;*/
}
.container-yeeorderClub-left-title1{
    /*width: 96%;*/
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-family: "Segoe Print","Noteworthy";
    position: absolute;
    height: 50%;
    line-height: 500px;
    top: 0;
}
.container-yeeorderClub-left-title2{
    /*width: 94%;*/
    position: absolute;
    height: 50%;
    top: 50%;
    font-size: 15px;
    line-height: 36px;
    width: 85%;
    left: 14%;

}
.container-yeeorderClub-right{
    width: 55%;
    margin: 0 0 0 0;
    height: 913px;
    transform: translateY(-130px);
    /*height: 100%;*/
    /*overflow: hidden;*/
    /*background-color: #761c19;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    /*border: #761c19 1px solid;*/
}
.container-yeeorderClub-right-lists{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    /*padding: 80px 0 0 0;*/
    /*background-color: white;*/
    position: relative;
    /*left:140px;*/
}
.container-yeeorderClub-right-list{
    width: 50%;
    height: 333px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    /*background-color: white;*/
    /*border: #0896fc 1px solid;*/
    margin: 0 0 0 0;
    position: relative;
}
.container-yeeorderClub-right-list-one{
    width: 190px;
    height: 190px;
    /*background-color: #4cae4c;*/
    transform: rotate(90deg);
    overflow: hidden;
    margin: auto auto;
    position: relative;
}
.container-yeeorderClub-right-list-two{
    width: 269px;
    height: 269px;;
    line-height:269px;
    /*background-color: #8a6d3b;*/
    transform: rotate(-45deg);
    text-align: center;
    color: white;
    position: relative;
    left: -40px;
    top: -40px;
    cursor: pointer;
    /*filter: brightness(150%);*/
}
.container-yeeorderClub-right-list:nth-child(6n+1),.container-yeeorderClub-right-list:nth-child(6n+2){
    transform: translateY(50%);
}
.container-yeeorderClub-right-list:nth-child(6n+3){
    opacity: 0;
}
.container-yeeorderClub-right-list:nth-child(6n+4){
    transform: translateX(-50%);
}
.container-yeeorderClub-right-list:nth-child(6n+5),.container-yeeorderClub-right-list:nth-child(6n+6){
    transform: translateY(-50%);
}
/*.container-yeeorderClub-right-list:nth-child(6n+3),.container-yeeorderClub-right-list:nth-child(6n+4){*/
/*    margin: 0 0 0 0;*/
/*    !*transform: translateX(-52%);*!*/
/*}*/
/*.container-yeeorderClub-right-list:nth-child(6n+5),.container-yeeorderClub-right-list:nth-child(6n){*/
/*    !*margin: 0 0 0 0;*!*/
/*    !*background-color: #1ad584;*!*/
/*    !*transform: translateX(0);*!*/
/*}*/
.container-yeeorderClub-right-list-two-image{
    width: 100%;
    height: 100%;
}
.container-yeeorderClub-right-list-two:hover .container-yeeorderClub-right-list-two-meng{
    /*filter: brightness(150%);*/
    background-color: rgba(30, 36, 48, 0);
}
.container-yeeorderClub-right-list-two-lock{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    text-align: center;
}
.container-yeeorderClub-right-list-two-lock img{
    width: 25px;
}
.container-yeeorderClub-right-list-two-meng{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(30, 36, 48, 0.6);
}
/*.container-yeeorderClub-right-list-one{*/
/*   border-top: #1d98e6 5px solid;*/
/*   border-left: #1d98e6 5px solid;*/
/*    border-top-right-radius: 4px;*/
/*    border-top-left-radius: 4px;*/
/*    border-bottom-left-radius:4px;*/
/*}*/
.container-yeeorderClub-right-list-ones0{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    /*background-color: #761c19;*/
    transform: rotate(-45deg);
    margin: auto;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5)
}
.container-yeeorderClub-right-list-ones{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    /*background-color: #761c19;*/
    transform: rotate(-45deg);
    margin: auto;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.container-yeeorderClub-right-list-ones, .container-yeeorderClub-right-list-ones::before, .container-yeeorderClub-right-list-ones::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.container-yeeorderClub-right-list-ones::before, .container-yeeorderClub-right-list-ones::after {
    content: '';
    z-index: -1;
    margin: -5%;
    box-shadow: inset 0 0 0 6px;
    animation: clipMe 8s linear infinite;
}
.container-yeeorderClub-right-list-ones::before {
    animation-delay: -4s;
}
@keyframes clipMe {
    0%{
        clip: rect(0px, 220.0px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 220.0px, 0px);
    }
    50% {
        clip: rect(218.0px, 220.0px, 220.0px, 0px);
    }
    75% {
        clip: rect(0px, 220.0px, 220.0px, 218.0px);
    }
    100% {
        clip: rect(0px, 220.0px, 2px, 0px);
    }
    /*0%, 100% {*/
    /*    clip: rect(0px, 220.0px, 2px, 0px);*/
    /*}*/
    /*25% {*/
    /*    clip: rect(0px, 2px, 220.0px, 0px);*/
    /*}*/
    /*50% {*/
    /*    clip: rect(218.0px, 220.0px, 220.0px, 0px);*/
    /*}*/
    /*75% {*/
    /*    clip: rect(0px, 220.0px, 220.0px, 218.0px);*/
    /*}*/
}
.container-yeeorderClub-right-video{
    width: 100%;
    margin: 0 0 0 0 ;
    height: 760px;
    /*height: 100%;*/
    /*overflow: hidden;*/
    /*background: transparent;*/
    display: flex ;
    /*display: none;*/
    justify-content: space-around !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    position: absolute !important;
    left: 0 !important;
    top: 5% !important;
    z-index: 2002;
    background-color: rgba(30, 36, 48, 0.6);
    cursor: pointer;
}
.container-yeeorderClub-right-videoBox{
    width: 600px !important;
    height: 400px !important;
    margin: 8% auto 0 auto !important;
    display: flex !important;
    /*display: none;*/
    justify-content: space-around !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    /*border: white 1px solid;*/
    border-radius: 4px 4px;
    overflow: hidden;
}
.container-yeeorderClub-right-video-show{
    display: flex;
}
.container-yeeorderClub-right-video-back{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    /*display: none;*/
    /*background-color: white;*/
}
.container-yeeorderClub-right-video-back img{
    width: 25px;
}
.container-yeeorderClub-right-videoBox video{
    width: 100% !important;
    /*display: block !important;*/
    height: 100% !important;
    /*margin: auto auto !important;*/
    /*border: white 1px solid;*/
}
.container-yeeorderClub-more{
    position: absolute;
    right: 6%;
    bottom: 3%;
    z-index: 5;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px 4px;
    padding: 5px 10px;
    border: #ffffff 1px solid;
    font-family: "Segoe Print","Noteworthy";
    /*display: none;*/
}
.container-yeeorderClub-more:hover{
    color: #9c0948;
    border: #9c0948 1px solid;
}


.container-yeeorderClub-marquee-title1{
    /*width: 96%;*/
    width: 88%;
    /*text-align: center;*/
    font-size: 50px;
    font-weight: bold;
    font-family: "Segoe Print","Noteworthy";
    color: white;
    margin: 50px 0 0 6%;
}
.container-yeeorderClub-marquee-title2{
    /*width: 94%;*/
    font-size: 15px;
    line-height: 36px;
    width: 50%;
    margin: 0 0 60px 6%;
    /*text-align: center;*/
    font-size: 15px;
    font-family: LucidaGrande;
    color: #ffffff;
    line-height: 36px;
}
.marqueeBox{
    --space: 2rem;
    display: grid;
    align-content: center;
    /*overflow: hidden;*/
    gap: var(--space);
    width: 100%;
    /*margin: 0 3%;*/
    font-family: "Corben", system-ui, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    /*border: #4cae4c 1px solid;*/
}
.marquee {
    --duration: 60s;
    --gap: var(--space);

    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
    transform: skewY(-3deg);
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}

/*.marquee__group img {*/
/*    max-width: clamp(10rem, 1rem + 28vmin, 20rem);*/
/*    aspect-ratio: 1;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    border-radius: 1rem;*/
/*    cursor: pointer;*/
/*}*/
.marquee__group-two{
    max-width: clamp(10rem, 1rem + 28vmin, 20rem);
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    border: #ffffff solid 2px;
    padding: 2px;
    overflow: hidden;
}
.marquee__group-two:hover .marquee__group-two-meng{
    /*filter: brightness(150%);*/
    background-color: rgba(30, 36, 48, 0);
}
.marquee__group-two:hover .marquee__group-two-image{
    filter: brightness(150%);
}
.marquee__group-two-lock{
    width: 100%;
    position: absolute;
    top: 40%;
    z-index: 3;
    text-align: center;
    /*display: none;*/
}
.marquee__group-two-lock img{
    width: 25px;
}
.marquee__group-two-meng{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(30, 36, 48, 0.1);
    /*display: none;*/
}
.marquee__group-two-image{
    width: 100%;
    height: 100%;
}
.marquee__group p {
    color: white;
    font-size: 30px;
    font-weight: bold;
    font-family: "Segoe Print","Noteworthy";
    /*background-image: linear-gradient(*/
    /*        75deg,*/
    /*        hsl(240deg 70% 49%) 0%,*/
    /*        hsl(253deg 70% 49%) 11%,*/
    /*        hsl(267deg 70% 49%) 22%,*/
    /*        hsl(280deg 71% 48%) 33%,*/
    /*        hsl(293deg 71% 48%) 44%,*/
    /*        hsl(307deg 71% 48%) 56%,*/
    /*        hsl(320deg 71% 48%) 67%,*/
    /*        hsl(333deg 72% 48%) 78%,*/
    /*        hsl(347deg 72% 48%) 89%,*/
    /*        hsl(0deg 73% 47%) 100%*/
    /*);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.marquee--borders {
    border-block: 3px solid #9c0948;
    padding-block: 0.75rem;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: calc(var(--duration) / -2);
    animation-delay: calc(var(--duration) / -2);
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}


/** yeeorder Club end **/
/** tools start **/
.container-tools{
    width: 100%;
    min-height: 580px;
    /*height: 100%;*/
    background-color: rgba(30, 36, 48, 1);
    /*padding: 0 50px;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    padding: 50px 0 40px 0;
}
.container-tools-box{
    width: 88%;
    margin: 0 6%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    /*border: #f7f7f7 1px solid;*/
}
.container-tools-box1{
    width: 40%;
}
.container-tools-box1-title{
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: 600;
}
.container-tools-box1-title2{
    width: 100%;
    font-size: 15px;
    color: white;
    margin: 10px 0 0 0;
}
.container-tools-box2{
    width: 55%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
}
.container-tools-box2-swiper-container{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.container-tools-box2-swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
}
.container-tools-box2-swiper-slide img{
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 4px 4px;
    filter: brightness(0.9);
}
.container-tools-box1-more{
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px 4px;
    padding: 5px 10px;
    border: #cccccc 1px solid;
    /*display: none;*/
    margin: 20px 0 0 0;
}
.container-tools-box1-more:hover{
    color: #9c0948;
    border: #9c0948 1px solid;
}
/** tools end **/
/** 微信登录 start **/
.el-loading-spinner {
    display: none;
}

/*.weixin-box{*/
/*    width: 383px;*/
/*    height: 503px;*/
/*    text-align: center;*/
/*    background: url("../images/tankuang/bei1.png") no-repeat;*/
/*    background-size: 100% 100%;*/
/*    border: #9c0948 1px solid;*/
/*}*/
/*.weixin-box img{*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    border-radius: 4px 4px;*/
/*}*/
/*.weixin-box p{*/
/*    color: #333333;*/
/*    font-size: 14px;*/
/*}*/
/** 微信登录 end **/
