.indexbg{
    background: transparent;
    box-shadow: none;
    position: relative;
    z-index: 9999999;
}
.indexbg .txt1,.indexbg .txt2,.indexbg .txt3,.indexbg .txt4{
    color: #FFFFFF;
}
.special{
    height: 777px;
    margin: 0 auto;
}
.classification{
    width: 1200px;
    height: 136px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 38px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.classification ul{
    display: flex;
    margin-left: 100px;
}
.classification ul li{
    margin-left: 25px;
}
.classification ul li a:hover{
    color: #FE6D24;
}
.classification ul li a{
    color: #343434;
}
.classification ul li:first-child{
    width: 87px;
    height: 21px;
    background: linear-gradient(270deg, rgba(255, 74, 74, 0) -50%, #A524FE 100%);
    border-radius: 0 100px 100px 0;
    text-align: center;
    color: #ffffff;
    line-height: 21px;
}
.classification .blue li:first-child{
    background: linear-gradient(270deg, rgba(172, 74, 255, 0) -50%, #2480FE 100%);
}
.classification .blue{
    margin-top: 25px;
}
.selected{
    margin: 48px auto 0;
}
.solid{
    width: 51px;
    height: 1px;
    background: #FE6D24;
}
.list{
    width: 1200px;
    margin: 6px auto 0;
}
.lists{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.lists li{
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    position:relative ;
}
.lists li .box{
    position: relative;
    width: 282px;
    height: 160px;
}
.lists li .box a,
.lists li .box .show{
    position: absolute;
    top: 0;
    left: 0;
}
.lists li .box img {
    border-style: none;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    border-radius: 4px;
}

.lists li .box a{
    position: absolute;
    z-index: 9999;
    display: inline-block;
    width: 100%;
    height:100%;
}
.lists li .show{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(135deg, #FFA957 0%, #FE7228 100%);
    opacity: 75%;
    width: 100%;
    height:100%;
    position: absolute;
    border-radius: 4px;
    color: #ffffff;
}
.lists li:hover .show{
    display: flex;
}
.nnd{
    display: none;
}
.lists li:hover .nnd{
    display: flex;
}

.mores{
    width: 150px;
    height: 50px;
    background: linear-gradient(135deg, #FFAC59 0%, #FE7127 100%);
    border-radius: 4px;
    margin: 24px auto 38px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mores img{
    margin-right: 10px;
}
.hot{
    width: 100%;
    background: #F4F5F9;
    position: relative;
    margin: 0 auto;
}
.hotbtm{
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0.9) 35%, #FCFCFC 61%, rgba(251, 251, 251, 0.99) 75%, #FBFBFB 100%);
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.fication{
    padding-top: 48px;
    padding-bottom: 10px;
}
.fication ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fication ul li {
    color: #878787;
    font-size:18px;
}
.fication ul li div{
    width: 71px;
    height: 3px;
    background: linear-gradient(180deg, #FFAA53 0%, #FD7129 100%);
    border-radius: 11px;
    margin-top: 4px;
    visibility: hidden;
}
.fication ul li:not(:first-child){
    margin-left: 64px;
}
.fication .now div{
    visibility: visible;
}
.fication .now {
    font-weight: 500;
    color: #FD7129;
}

.showmore{
    width: 96px;
    font-size: 16px;
    color: #FD722A;
    margin: 400px auto 20px ;
    text-align: center;
}
.swiper-father h2{
    width: 96px;
    margin: 0 auto 35px;
    font-size: 24px;
}
.swiper-father{
    position: relative;
    width: 1200px;
    margin:  50px auto;
    background: linear-gradient(90deg, #FDFDFD 0%, rgba(251, 251, 251, 0) 100%);
}
.partner{
    width: 1000px;
}
.swiper-button-next, .swiper-button-prev{
    top: 84%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -20px;
}
.swiper-button-prev{
    color: white;
}
.partner .swiper-wrapper .swiper-slide img{
    width: 100%;
}
#swiper1{
    margin: -100px auto 0;
    cursor: pointer;
}
#swiper1 .swiper-wrapper .swiper-slide img{
    width: 100%;
}

