* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    outline: none;
    color: inherit;
}
.amplify{
    transform: scale(1);
    transition: all .5s;
}
.amplify:hover{
    transform: scale(1.05);
}
.amplify1{
    transform: scale(1);
    transition: all .5s;
}
.amplify1:hover{
    transform: scale(1.15);
}
.overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main {
    min-width: 1220px;
    background-color: #0e1015;
    color: #fff;
    overflow-x: hidden;
}
.logo{
    position: absolute;
    top: 30px;
    left: 50px;
    display: flex;
    align-items: center;
    z-index: 9;
}
.logo-name{
    width: 45px;
    height: auto;
    margin-left: 20px;
}
.swiper {
    width: 100%;
    height: 750px;
    background-color: #eee;
    position: relative;
}

.swiper-info{
    position: absolute;
    left: 10%;
    top: 200px;
    z-index: 33;
    width: 700px;
}

.swiper-info .price{
    display: flex;
    align-items: center;
}

.swiper-info .price .disc{
    width: 96px;
    height: 51px;
    background: url("./price-bg.png") no-repeat;
    background-size: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
}

.swiper-info .price .current{
    height: 51px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 56px;
    margin: 0 14px;
}
.swiper-info .price .origin{
    height: 51px;
    font-size: 20px;
    line-height: 56px;
    opacity: .6;
    text-decoration: line-through;
}

.swiper-info .name{
    width: 100%;
    overflow: hidden;
    height: 67px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 67px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .38);
    margin: 20px 0 16px;
}

.swiper-info .desc{
    width: 675px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .38);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    position: absolute;
    left: 80% !important;
    top: 100px;
    right: 20px;
    width: 250px !important;
    height: 380px;
    display: flex;
    flex-direction: column;
    z-index: 4;
    background-image: linear-gradient(rgba(22, 22, 26, 0), rgba(22, 22, 26, .5) 15%, rgba(22, 22, 26, .8) 35%, rgba(22, 22, 26, .8) 65%, rgba(22, 22, 26, .5) 85%, rgba(22, 22, 26, 0));
}

.swiper-pagination-bullet {
    width: auto;
    height: 62px;
    padding: 0 20px;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    opacity: .9;
    background: transparent;
    margin: 0 !important;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background: rgba(81,79,77,.6);
}

.swiper-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 750px;
    background: url("./1-banner_mask.png") no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    opacity: .9;
}
.swiper-button-down{
    background: #ff9900;
    position: absolute;
    left: 80%;
    bottom: 150px;
    z-index: 9;
    width: 250px;
    height: 65px;
    line-height: 65px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
}
.swiper-button-down:hover{
    cursor: pointer;
    opacity: .9;
}



.container {
    width: 1200px;
    margin: 0 auto;
}

.block-title {
    padding: 20px 0;
}

.block-title img {
    border: none;
    object-fit: cover;
    vertical-align: middle;
}

.block-title span {
    margin-left: 10px;
    font-size: 20px;
}

.content1, .content3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content1 .item, .content3 .item {
    display: flex;
    flex-direction: column;
}

.content1 .item img {
    width: 220px;
    height: 102px;
    object-fit: contain;
}
.content3 .item img {
    width: 180px;
    height: 220px;
    object-fit: cover;
}
.content1 .item .name, .content3 .item .name {
    width: 217px;
    margin: 5px 0;
    font-size: 16px;
}

.content1 .item .tag, .content3 .item .tag {
    width: 220px;
    color: #999;
    font-size: 14px;
}

.content2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content2 .left {
    width: 65%;
}

.content2 .right {
    width: 32%;
}

.rank {
    display: flex;
    flex-direction: column;
}

.rank .item {
    display: flex;
    align-items: center;
}

.rank .item .img {
    width: 120px;
    margin: 8px 8px 8px 10px;
}

.rank .item .name {
    width: 130px;
}

.rank .item .tag {
    width: 130px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #474742, #40a4e2, #ea96f5);
}

.rank .item .like {
    margin-left: 10px;
}

.content4{
    width: 100%;
    display: flex;
}

.content4 .left{
    width: 38%;
    display: flex;
    flex-direction: column;
}

.content4 .left img{
    width: 95%;
    height: 70%;
    object-fit: fill;
}
.content4 .left .info{
    width: 95%;
    background: #2a2f33;
}
.content4 .left .info .name{
    width: 200px;
    padding: 5px 20px;
}
.content4 .left .info .tag{
    padding: 0 20px 10px 20px;
    font-size: 12px;
}

.content4 .right{
    width: 62%;
    display: flex;
    flex-wrap: wrap;
}
.content4 .right .item img{
    width: 160px;
    height: 80px;
    margin: 0 5px 0 15px;
    border: none;
    object-fit: cover;
    vertical-align: middle;
}
.content4 .right .item .name{
    width: 160px;
    font-size: 12px;
    margin: 0 5px 5px 15px;
    background: #2a2f33;
    padding: 5px;
}

.footer{
    padding: 50px 0;
    text-align: center;
    color: hsla(0,0%,100%,.5);
    font-size: 12px;
    font-weight: 300;
}
.footer p{
    line-height: 25px;
}

.footer p a{
    color: #fff;
}
.footer p a:hover{
    opacity: .9;
    text-decoration: underline;
}
/* second swiper */
.swiper2-container{
    width: 100%;
    height: 380px;
    position: relative;
}
.swiper2 {
    width: 450px;
    overflow: hidden;
    position: absolute;
    top: 150px;
    left: 50px;
}

.swiper2 .swiper-slide{
    display: flex;
    flex-direction: column;
    width: 150px;
}
.swiper2 .swiper-slide img {
    width: 135px;
    height: auto;
}
.swiper2 .swiper-slide .name {
    width: 135px;
    background: rgb(33, 46, 55);
    padding: 8px 0 8px 8px;
    font-size: 12px;
    text-align: left;
}

#swiper-info2{
    position: relative;
}

#swiper-info2 h3{
    position: absolute;
    top: 0;
    padding: 60px 0 40px 30px;
}

.swiper-button-next{
    right: 240px ;
}
