html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.container-top {
    height: 28px;
    width: 100%;
    background-color: #010101;
}
.welcomeuser{
    color:red;
}
.top-content {
    display: flex;
    width: 64%;
    height: 28px;
    margin-left: 18.84%;
    font-size: clamp(12px, 0.729vw, 80px);
    font-family: SimHei;
    color: #e6e6e6;
    line-height: 28px;
}
.container-top img {
    width: 16.2%;
    height: 112px;

}
.login {
    margin-left: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.login span:nth-child(2){
    cursor: pointer;
}
.login span:nth-child(3){
    cursor: pointer;
    color: #ff6600;
}
.login span:nth-child(1){
    color: #ff6600;
}
header {
    width: 62.5%;
    margin-left: 18.75%;
    position: relative;

}

.container-search {
    display: flex;
    width: 81.25%;
    margin-left: 19%;
}

.search {
    margin-left: 29%;
    display: flex;
    background-color: white;
    width: 42%;
    height: 37px;
}

.search input {
    width: 100%;
    margin-top: 4px;
    border: solid 2px #ff6600;
    outline: none;
    padding-left: 8px;
    height: 32px;
}

.search img {
    height: 36px;
    width: 50px;
    margin-top: 4px;
}

.shopcar {
    display: flex;
    width: 100px;
    height: 36px;
    margin-left: 4%;
    background-color: #ff6600;
    margin-top: 4px;
    align-items: center;
}

.car-icon {
    width: 29px;
    height: 36px;
    background: url('../images/bgicon.png');
    background-position: -4px -42px;
}

.car {
    width: 44px;
    font-family: SimHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    margin-left: 3px;
    cursor: pointer;
}

.three {
    width: 7px;
    font-family: SimHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.myorder {
    width: 100px;
    height: 34px;
    background-color: #ebebeb;
    border: solid 1px #cccccc;
    font-family: SimHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #808080;
    margin-top: 4px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
}

.class-top {
    display: flex;
    margin-left: 17%;
    margin-top: 24px;
    height: 17px;
    justify-content: space-evenly;
    margin-right: 9%;
    overflow: hidden;
    white-space: nowrap;
    font-size: clamp(12px, 0.83vw, 80px);
}
.class-top span:nth-child(1){
cursor: pointer;
}

.class-top span {
    font-family: SimHei;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    color: #323232;
}

.container-class {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    height: 430px;
    background-color: #f3f3f3;
    width: 16.66%;
    position: relative;
}

.buttonone {
    width: 100%;
}

.bookclass {
    height: 30px;
    width: 100%;
    line-height: 30.71px;
    padding-left: 19px;
    border: none;
    overflow: hidden;
}

.class-carousel {
    display: flex;
    width: 100%;

}

.swiper {
    width: 83.34%;
    height: 430px;
    margin-bottom: 22px;
    margin-top: 4px;
    flex: 1;
    overflow: hidden;
}

.swiper-wrapper img {
    width: 100%;
    height: 400px;
}

.class-specific {
    position: absolute;
    width: calc(83.34% - 39.5%);
    height: 492px;
    background-color: white;
    left: 16.66%;
    right: 0px;
    transition: opacity 0.3s ease;
    border: solid 1px #ff6600;
    pointer-events: none;
    overflow: hidden;
    display: none;
    z-index: 999;
}

.class-specific-top {
    width: 100%;
    display: flex;
    margin-top: 7px;
    margin-bottom: 25px;
}

.class-specific-top span {
    margin-right: 18px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #1a1a1a;
}

.specific-container-text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #ff6600;
    margin-bottom: 6px;
}

.class-specific-container {
    width: 86%;
}

.specific-container-span {
    display: flex;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    color: #262626;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
    margin: 5px 0;
}

.specific-container-span div {
    margin-right: 15px;
    font-size: 12px;
}

.bookclassactive {
    position: relative;
    border-left: solid 1px #ff6600;
    border-bottom: solid 1px #ff6600;
    border-top: solid 1px #ff6600;
    border-right: solid 3px white;
    background-color: white;
    width: 101%;
    height: 36px;
    z-index: 9999;
}

.class-specific-active {
    display: block;
    position: absolute;
    width: 580px;
    height: 492px;
    background-color: white;
    left: 100%;
    top: 0px;
    z-index: 999;
    transition: opacity 0.3s ease;
    border: solid 1px #ff6600;
    overflow: hidden;
    padding-left: 8%;
}

main {
    width: 62.5%;
    margin-left: 18.75%;
}

.suggest {
    font-family: SimHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #ff6600;

    margin-left: 1.416%;
    margin-bottom: 5px;
}

.line-shop {
    height: 6px;
    width: 100%;
    background-color: #ff6600;
}

.shop-list {
    height: 500px;
    display: flex;
    margin-left: 0.417%;
    width: 100%;
    flex-wrap: wrap;
}
.shop-list .shop-del:nth-child(1){
    cursor: pointer;
}
.shop-del {
    height: 250px;
    width: 16.35%;
    background-color: #ffffff;
    border: solid 2px #ff6600;
    border-right: none;
}

.shop-del2 {
    height: 250px;
    width: 16.35%;
    background-color: #ffffff;
    border: solid 2px #ff6600;
}

.imagepeoduct {
    text-align: center;
    width: 75%;
    height: 150px;
    margin-left: 12.5%;
}

.limitTime {
    width: 36.5%;
    height: 25px;
    background-color: #f4290d;
}

.shop-del-name {
    margin-left: 4.55%;
    width: 100%;
    height: 14px;
    font-family: SimHei;
    font-size: clamp(12px, 0.72916vw, 80px);
    color: #333333;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.shop-del-change {
    margin-left: 4.55%;
    height: 14px;
    font-family: SimHei;
    font-size: clamp(12px, 0.72917vw, 80px);
    color: #f4290d;
    margin-bottom: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.shop-del-price {
    font-family: SimHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f4290d;
    margin-left: 5.5%;
}

.e-book {
    width: 20%;
    font-family: SimHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 42px;
    overflow: hidden;
    white-space: nowrap;
}

.booklayout {
    width: 75.33%;
    height: 441px;
}

.book-header {
    display: flex;
    width: 100%;
}

.bookclass2 {
    height: 34px;
    display: flex;
    margin-left: 49.66%;
    width: 31.08%;
    justify-content: space-between;
    font-family: SimHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 42px;
    line-height: 34px;
    overflow: hidden;
}

.new {
    background-color: #ff6600;
    color: #ffffff;
}

.bookline {
    height: 6px;
    width: 100%;
    background-color: #ff6600;
}

.book-list {
    display: flex;
    width: 100%;
    height: 441px;
}

.nicebook {
    height: 441px;
    width: 26.32%;
}

.nicebook img {
    height: 286px;
    width: 100%;
}

.bookclass-box {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.bookclass-bottom {
    height: 100%;
    width: 28.5714%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: clamp(12px, 0.72916vw, 20px);
    overflow: hidden;
    white-space: nowrap;
}

.bookclass-bottom div {
    height: 13px;
    font-family: SimHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 5px;
    align-items: center;
}

.book-carousel {
    width: 37.05%;
    height: 441px;
}

.book-carousel-top {
    height: 219px;

}

.book-carousel-top img {
    height: 219px;
    width: 98.8%;
    border: solid 2px #cccccc;
    border-bottom: none;
}

.book-del {
    height: 217px;
    width: 50%;
    border: solid 2px #cccccc;
    border-left: none;
}

.book-del3 {
    height: 217px;
    width: 50%;
    border: solid 2px #cccccc;

}

.book-del2 {
    height: 217px;
    width: 50%;
    border: solid 2px #cccccc;
    border-top: none;
    border-left: none;
}

.book-del img {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
}

.book-del2 img {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
}

.book-del3 img {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
}

.happy {
    font-size: 20px;
    margin-top: 10px;
}

.course {
    font-size: 13px;
    color: red;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.bookhappy {
    display: flex;
    margin-top: 0;
}

.bookprice {
    display: flex;
    width: 32px;
    height: 13px;
    font-family: SimHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f91616;
    margin-bottom: 15px;
    margin-top: 7px;
}

.beforebookprice {
    width: 37px;
    height: 13px;
    font-family: SimHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #b3b3b3;
}

.book-list-box {
    height: 441px;
    width: 36.63%;
}

.book-list-container {
    display: flex;
}

.bookbox {
    display: flex;
    width: 100%;
}

.newbook-container {
    height: 442px;
    width: 23.67%;
    margin-left: 1%;
    margin-top: 75px;
    border: solid 2px #e5e5e5;
    position: relative;
}

.newbestsell {
    width: 48%;
    height: 23px;
    font-family: SimHei;
    font-size: clamp(12px, 1.25vw, 80px);
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #808080;
    margin: auto;
    line-height: 23px;
    margin-top: 9px;
}

.bookintroduce {
    margin-top: 10px;
    display: none;
}

.number1 {
    font-size: clamp(12px, 0.8333vw, 20px);
    margin-right: 5px;
    margin-left: 6px;
}

.bookintroduce img {
    height: 150px;
    width: 52.81%;
}

.bookhistory {
    width: 47.19%;
    height: 115px;
    font-family: SimHei;
    font-size: clamp(12px, 0.729vw, 80px);
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #404040;
    margin-top: 9px;
}

.bookcontent {
    display: flex;
    height: 30px;
    width: 96.81%;
    margin-top: 9px;
}

.booknumber {
    margin-right: 6.33%;
    margin-left: 3.52%;
    width: 7px;
    height: 12px;
    font-family: SimHei;
    font-size: clamp(12px, 0.83vw, 80px);
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}


.booklist-item:nth-child(2) .booknumber {
    color: #ff2315;
}

.booklist-item:nth-child(3) .booknumber {
    color: #ff2315;
}
.booklist-item:nth-child(4) .booknumber {
    color: #ff2315;
}

.booktext {
    width: 96.47%;
    height: 16px;
    font-family: SimHei;
    font-size: clamp(12px, 0.85vw, 80px);
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #4d4d4d;
}

.booktext-line {
    width: 91.5%;
    margin-left: 8.5%;
    height: 2px;
    background-color: #e6e6e6;
}

.cloth-box {
    margin-top: 44px;
    width: 99.5%;
}

.cloth-class {
    width: 100%;
    height: 34px;
    display: flex;
}

.clothes {
    width: 20%;
    font-family: SimHei;
    font-size: clamp(12px, 1.458vw, 80px);
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 34px;


}

.clothclass-content {
    margin-left: 54.33%;
    width: 25%;
    height: 34px;
    font-family: SimHei;
    font-size: clamp(12px, 0.9vw, 80px);
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    display: flex;
    line-height: 34px;
    overflow: hidden;


}

.girlcloth {
    width: 32.7%;
    height: 34px;
    background-color: #ff6600;
    color: white;
    text-align: center;
    margin-right: 8%;
}

.boycloth {
    margin-right: 12%;

}

.cloth-class-line {
    width: 99.5%;
    height: 6px;
    background-color: #ff6600;
}

.cloth-container {
    width: 99.9%;
    height: 521px;
    display: flex;
}

.thingclass {
    width: 20%;
    height: 521px;
}

.thingclass img {
    width: 100%;
    height: 350px;
}

.clothallclass {
    display: flex;
    width: 100%;
    height: 150px;
    overflow: hidden;
    white-space: nowrap;
}

.everyclothclass {
    width: 23.6%;
    height: 150px;
    font-family: SimHei;
    font-size: clamp(12px, 0.73vw, 80px);
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-right: 9.64%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.cloth-carousal {
    width: 35.92%;
    height: 521px;
    font-size: 0;
}

.cloth-firstphoto {
    width: 100%;
    height: 342px;
}

.cloth-twophoto {
    margin-top: 0px;
    width: 100%;
    height: 179px;
}

.cloth-list-container {
    height: 521px;
    width: 43.3%;
    display: flex;
}

.cloth-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 521px;
}

.cloth-list :nth-child(1) {
    height: 342px;
    width: 100%;
    border: solid 2px #cccccc;
    border-top: none;
}

.cloth-list :nth-child(2) {
    height: 179px;
    width: 100%;
    border: solid 2px #cccccc;
    border-top: none;
}

.brand-box {
    height: 50px;
    width: 98.83%;
    display: flex;
    margin-left: 1.1%;
}

.brand-box img {
    width: 10.8%;
    height: 50px;

}

.homething {
    width: 40%;
    height: 521px;
}

.homething img {
    width: 100%;
    height: 521px;
}

.home-list-container {
    width: 59%;
    height: 521px;
    display: flex;
}

.promoteshop-container {
    width: 100%;
    height: 300px;
    display: flex;
    margin-left: 1.1%;
    padding-top: 10px;
}

#promoteshop-title {
    color: #ff6600;
}

.circle {
    height: 33px;
    justify-content: flex-end;
    width: 80%;
    display: flex;
    align-items: center;
}

.circle :nth-child(1) {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #f60;

}

.circle :nth-child(2) {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #bfbfbf;
    margin-right: 3%;
    margin-left: 1%;
}

.goods-price,
.goods-data {
    color: #f4290d;
}

.goods-price {
    font-size: clamp(12px, 1.25vw, 80px);
}

.goods-comment {
    width: 100%;
    font-size: (12px, 0.729vw, 80px);
    display: flex;
    color: #747474;
}

.goods {
    height: 300px;
    width: 18.7%;
}

.goods-img img {
    width: 70%;
    height: 150px;
    margin-left: 15%;
    margin-top: 25px;
}

.goods-title {
    font-size: (12px, 0.727vw, 80px);
}

.goods-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.goods:hover {
    background-color: #f2f2f2;
}

.goods-title,
.goods-price,
.goods-comment {
    margin-left: 7%;
}

footer {
    width: 100%;
    height: 472px;
}

.footer-line {
    width: 100%;
    height: 6px;
    background-color: #ff6600;
    margin-top: 59px;
}

.footer-benefits {
    width: 100%;
    height: 100px;
    background-color: #f2f2f2;
    ;
}

.footer-benefits-items {
    width: 41%;
    height: 50px;
    margin-left: 29.5%;
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
}

.footer-benefits-items img {
    width: 15.28%;
    height: 50px;
    ;
}

.footer-nav {
    margin-left: 32%;
    width: 47%;
    height: 130px;
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
}

.nav-container {
    font-size: clamp(12px, 0.8vw, 80px);
    height: 130px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.nav-container span {
    font-size: clamp(12px, 0.9375vw, 80px);
    color: #000000;
    text-align: center;
}

.nav-container div {
    text-align: center;
}

.footer-nav img {
    height: 78%;
    width: 12.54%;
    margin-left: 11%;
}

.introduce {
    width: 40.05%;
    height: 15px;
    margin-top: 48px;
    margin-left: 29.94%;
    display: flex;
    justify-content: space-evenly;
}

.introduce span {
    font-size: clamp(12px, 0.729vw, 80px);
    color: #333333;
}

.footer-english {
    margin-top: 23px;
    font-size: clamp(12px, 0.729vw, 80px);
    margin-left: 40.729%;
    color: #333333;
}

.swiper-button-next {
    height: 70px !important;
    width: 27px !important;
    background-color: #000000 !important;
    opacity: 0.4 !important;
    right: 0 !important;
    --swiper-navigation-size: 20px !important;
    top: calc(50% - 35px) !important;
}

.swiper-button-prev {
    height: 70px !important;
    width: 27px !important;
    background-color: #000000 !important;
    opacity: 0.4 !important;
    left: 0 !important;
    --swiper-navigation-size: 20px !important;
    top: calc(50% - 35px) !important;
}

.swiper-pagination-bullet {
    height: 24px !important;
    width: 24px !important;
    bottom: 0 !important;
    --swiper-theme-color: #f60;
    color: white !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 3px !important;
}

.sidebar {
    display: none;
    width: 80px;
    height: 200px;
    top: 120px;
    left: calc(18.75% - 40px);
    position: fixed;
    z-index: 99999;
}

.siderbar-item {
    width: 80px;
    height: 40px;
    display: flex;
}

.siderbar-icon {
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;

}

.siderbar-text {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #93d46f;
    display: none;

}

.siderbar-text {
    display: none;
}

.gototop {
    width: 30px;
    height: 50px;
    margin-left: 81.25%;
    bottom: 0;
    position: fixed;
    cursor: pointer;
}

.top-search {
    width: 100%;
    background-color: #f60;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    transition: all 0.5s;
    height: 0px;
}

.rightside {
    position: fixed;
    top: 212px;
    width: 140px;
    height: 180px;
    right: 0;
    font-size: 0px;
    display: flex;
    flex-direction: column;
    align-items: self-end;
}

.rightside img:nth-child(1) {
    width: 36px;
    height: 36px;
}

.rightside img:nth-child(3) {
    width: 40px;
    height: 40px;

}