.wrap{
    height: 100vh;
    width: 100%;
}
.main{
    background: url('../../assets/images/index/banner.png');
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.wrap .top {
    width: 100%;
    display: flex;
    padding: 39px 15% 0 6%;
}

.wrap .main .content{
    position: relative;
    display: flex;
    justify-content: center;
}

.wrap .main .content .banner_desc{
    width: 1089px;
    height: 96px;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrap .top .tabs .a_white {
    color: rgba(255,255,255,0.5);
}
.wrap .top .tabs .bottom_border_white {
    opacity: 1;
    color: #fff;
    position: relative;
}
.bottom_border_white::after{
    content: "";
    width: 36px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.con{
   display: flex;
   justify-content: center;
   position: fixed;
   max-width: 90%;
   overflow-x: scroll;
   top: 60%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.con dl img{
    width: 180px;
    height: 180px;
    margin: 0 15px;
    border-radius: 10px;
}
.con dl p {
    width: 150px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.2);
    margin: 10px auto;
    border-radius: 10px;
}
.con dl span {
    display: block;
    width: 100px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: rgb(5, 176, 244);
    margin: 10px auto;
    border-radius: 20px;
    padding: 5px 0;
    cursor: pointer;
}
.con dl{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.con dl dt{
    width: 160px; 
    height: 46px;
    border-radius: 20px;
    background: #fff;
    margin:20px auto;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}