.mh-system-list{
    position: relative;
    height: 100%;
    color: #fff;
    /* background-image: url("../images/bg3.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.list-leftbox{
    position: absolute; 
    left: 60px;
    top: 72px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.list-rightbox{
    position: absolute;
    right: 30px;
    top: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.list-item{
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background:rgba(63,194,233,0.08);
    border:1px solid rgba(73, 168, 226, 0.36);
    position: relative;
    margin-left: 16px;
    cursor: pointer;
    display: block;
}
.list-item:hover{
    background:rgba(255,255,255,0.5);    
}

.list-item img{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.list-item span{
    width:16px;
    height:16px;
    background:rgba(255,204,0,1);
    color: #141346;
    font-size: 12px;
    position: absolute;
    right: -25%;
    top: 0;
    border-radius: 100%;
    text-align: center;
}
.list-leftbox .item-time{
    font-size: 16px;
    color: #fff;
}
.list-leftbox .item-time.list-time{
    font-size: 30px;
    color: #FFCC00;
    margin: 0 16px;
}
.containerbox{
    position: relative;
}
.searchbox{
    width:1077px;
    height:82px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 23px 0;
    background: url("../images/searchbg.png");
}
.searchinput{
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: none;
    border: none;
    padding-left: 86px;
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    outline: none ;
    
}
.searchinput::-webkit-input-placeholder {  /*Webkit browsers 谷歌*/
    color: #148AFB;
    
    opacity: 1;
}

.searchinput:-moz-placeholder {  /*Mozilla Firefox 4 to 8 火狐*/
    color: #148AFB;
   
    opacity: 1;
 }

 .searchinput:-ms-input-placeholder {  /*Internet Explorer 10+ IE10以上*/
    color: #148AFB;
    
    opacity: 1;
 }
 .search-big{
    position: absolute;
    left: 37px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
 }
 .search-btn{
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
 }
 /* 列表 */
 .menulist{
    width: 1254px;
    height: 587px;
    /* background: url("../images/listbg.PNG") no-repeat; */
    position: absolute;
    left: 50%;
    bottom:120px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
 }
 /* .menulist.minheight{
     height: 500px;
 } */
 .menulistbg{
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: -1;
     height: 100%;
 }
 /* swiper */
 .swiper-title{
    text-align: center;
    font-size: 21px;
    color: #fff;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
    padding: 0 4px;
 }
 .swiper-slide:hover img{ 
    cursor: pointer;
 }
 .swiper-slide:hover .swiper-title{
    color: #FFCC00;
    cursor: pointer;
 }
 
 .swiper-slide{
     text-align: center;
     padding:56px 0;
 }
 .swiper-container{
     box-shadow: none;
    border: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image:url("../images/leftjt.PNG") !important;
    left:26px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:url("../images/rightjt.PNG") !important;
    right: 26px !important;
}

/* 个数限制 */

.displaynone{
    display: none;
}
.slidenonebox{
    display: flex ;
    flex-direction: row;
    
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.swiper-title{
    margin-top: 15px;
}
.slideitem{
    width:20%;
    text-align: center;
    padding:0 4px;
}
.slideitem:hover{
    cursor: pointer;
}
.slideitem:hover .swiper-title{
    color: #FFCC00;
    
}

/* 弹出框 */
.modelbox{
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.modelbox_unlock{
    width: 300px;
    height: 200px;
    padding:20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.unlock_title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.modelbox_unlock .btn{
    margin-top: 30px;
}

