@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.font-18 {
    font-size: 18px;
}
.font-16 {
    font-size: 16px;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.bold {
    font-weight: bold;
}
.line {
    border-top: 1px solid #e5e5e5;
}
.shopping {
    background-color: #f7f7f7;
}
body{
    overflow-x: hidden;
}
.container {
    width: 1200px;
    background-color: #f7f7f7;
    height: 3800px;
}
.swiper-container {
    height: 524px;
    width: 2000px;
}
.swiper-slide {
    object-fit: contain;
}
.swiper-container img {
    height: 524px;
    position: absolute;
    left: -285px;   
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.my-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.main-list {
    height: 484px;
    margin-top: 20px;
    z-index: 2;
    width: 100%;
    
}

.list-left {
    width: 200px;
    height: 100%;
  
    background: hsla(0,0%,100%,.65);
}

.list-left>li {
    height: 60px;
    
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
    
    padding: 0 25px 0 40px;
}

.list-left>li:hover {
    cursor: pointer;
    background-color: #fff;
}
.list-left>li div+div{
    cursor:default;
}

.list-left>li>div>.iconfont {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 28px;
}

.detail {
    left: 200px;
    top: 0;
    height: 100%;
    width: 761px;
    visibility: hidden;

}

.list-left>li:hover .detail {
    visibility: visible;
}
.detail-info {
    left: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 30px 50px 0 50px;
}

.detail-top {
    height: 30px;
    line-height: 20px;
}
.list-all{
    color: #a7a7a7;
}
.list-all:hover{
    color: #f63a3a;
}
.detail-middle {
    width: 100%;
    flex-wrap: wrap;
}

.top-icon {
    position: relative;
    width: 154px;
    height: 50px;
    background-color: aliceblue;
    display: inline-block;
    margin-left: 7px;
    margin-top: 12px;
    border-radius: 8px;
    line-height: 53px;
    color: #333;
}
.top-icon:hover{
    background-color: #e0e5e9;
    cursor: pointer;
}
.top-icon>span {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
   
    background-position: center;
    background-size: cover;
}

.detail-middle>div:not(:nth-child(4n)) {
    margin-right: 10px;
}

.detail-line {
    margin-top: 20px;
    margin-bottom: 30px;
}

.detail-bottom {
    flex-wrap: wrap;
}
.bottom-icon {
    width: 210px;
    height: 50px;   
    margin-top: 12px;
}
.bottom-icon>span{
    cursor: pointer;
}
.bottom-img {
    display: inline-block;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: cover;
}

.bottom-icon>span+span {
    left: 50px;
    top: 20px;
   line-height: 10px;
    height: 20px;
}
.detail-bottom>div:not(:nth-child(3n)) {
    margin-right: 8px;
}