body {
    ont: 400 1em/1.8 PingFang SC,Avenir,Tahoma,Arial,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.cmall-core-box {
    position: relative;
    width: 1190px;
    height: 400px;
    margin-top: 30px;
}
.cmall-core-swiper {
    position: absolute;
    width: 818px;
    height: 100%;
    top: 0px;
    left: 158px;
    background-color: white;
    overflow: hidden;
    border-radius: 14px;
}
.cmall-recommend {
    position: relative;
    width: 1190px;
    height: 120px;
    line-height: 120px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 30px 0 rgb(238 242 245 / 90%);
    border-radius: 14px;
    box-sizing: border-box;
    margin-top: 30px;
}
.cmall-recommend img {
    float: left;
    margin-right: 12px;
    height: 80px;
    border-radius: 3px;
}
.recommend-title{
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: whitesmoke;
    float: left;
    margin-top: 5px;
    margin-right: 22px;
}
.cmall-core-menu, .cmall-core-ext {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 143px;
    padding: 7px 8px;
    background: #fff;
    box-shadow: 0 4px 30px 0 rgb(238 242 245 / 90%);
    border-radius: 14px;
    box-sizing: border-box;
    color: #404040;
}
.cmall-core-ext {
    border-top: 2px solid #ef531a;
}
.cmall-core-menu button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    line-height: 35px;
    display: block;
    font-size: 14px;
    color: #404040;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 5px;
    color: #a8a8a8;
    background-color: white;
    font-weight: 600;
    border: 0px;
}
.cmall-core-menu span {
    font-size: 10px;
    margin-right: 2px;
}
.cmall-core-menu p {
    position: relative;
    width: 100%;
    margin-top: 10px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #404040;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 30px;
    font-weight: 500;
}
.cmall-core-menu p:hover {
    background-color: #FBF5EE;
    color: #F8881A;
    font-weight: 500;
    cursor: pointer;
}
.cmall-core-menu {
    left: 0px;
}
.cmall-core-ext {
    right: 0px;
    width: 200px;
}
.swiper {
    position: absolute;
    left: 0px;
    height: 0px;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmall-module {
    position: relative;
    width: 1190px;
    height: auto;
    min-height: 100px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.cmall-module-l {
    position: relative;
    float: left;
    width: 900px;
    height: auto;
    padding-top: 20px;
    padding-left: 13px;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
}
.cmall-module-r {
    position: relative;
    float: right;
    width: 280px;
    height: 400px;
    padding-top: 20px;
    padding-left: 13px;
    background: #fff;
    /*box-shadow: 0 4px 30px 0 rgb(238 242 245 / 80%);*/
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}
.cmall-module-c {
    position: relative;
    width: 1190px;
    height: auto;
    padding-top: 20px;
    padding-left: 13px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 10px;
}
.cmall-title-l1 {
    font-size: 18px;
    font-weight: 500;
    color: #404040;
    line-height: 30px;
    text-align: left;
}
.cmall-title-l2 {
    font-size: 15px;
    color: #888;
    line-height: 25px;
    text-align: left;
}
.cmall-footer {
    position: relative;
    margin-top: 150px;
    height: 200px;
    padding-top: 40px;
}
.cmall-footer-body {
    position: relative;
    height: 180px;
}
.cmall-footer-bottom {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    background-color: transparent;
}
.cmall-footer-bottom img {
    height: 17px;
}
.cmall-footer-bottom a {
    margin: 0px 10px;
    font-size: 12px;
    color: #8b8a8a;
}
.cmall-current-user {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    display: none;
}
.cmall-current-user-avatar {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    border: 2px solid #ef531a;
}
.cmall-current-user-name {
    position: absolute;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    left: 65px;
    top: 22px;
    width: 110px;
    height: 40px;
    color: #1f1f1f;
}
.cmall-cashback-module {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 150px;
    height: 130px;
    background-color: white;
}
.cmall-cashback-module button {
    position: relative;
    background-color: whitesmoke;
    float: left;
    height: 40px;
    width: 60px;
    border: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #4e4c4c;
    margin: 2px;
}
.cmall-cashback-module button:hover {
    font-weight: 700;
    cursor: pointer;
}
.cmall-quick-list {
    position: absolute;
    top: 75px;
    left: 10px;
    width: 180px;
    height: 300px;
}
.cmall-quick-list button:hover {
    cursor: pointer;
    font-weight: 500;
}
.cmall-quick-list button {
    position: relative;
    width: 100%;
    border: 0px;
    line-height: 40px;
    color: #575757;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 1px solid whitesmoke;
    background-color: white;
}
.cmall-quick-list button img, .cmall-quick-list button i {
    margin-right: 10px;
}
.cmall-car {
    height: 40px;
    line-height: 40px;
    color: whitesmoke;
    font-weight: 500;
}
.footer-logo {
    position: absolute;
    left: -10px;
    top: 20px;
    height: 60px;
}
.spu-list-mode1, .spu-list-model-fun {
    position: relative;
    padding: 5px;
    float: left;
    width: 265px;
    border-radius: 2px;
    overflow: hidden;
    margin: 15px 28px 0px 0px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(238 242 245 / 80%);
    box-sizing: border-box;
    cursor: pointer;
    transition: box-shadow .2s linear;
}
.spu-list-mode1 {
    height: 310px;
    border-radius: 8px;
}
.spu-list-model-fun {
    height: 290px;
    margin-right: 35px;
}
.spu-jike {
    position: relative;
    float: left;
    display: flex;
    padding: 16px 0 0 18px;
    width: 430px;
    height: 180px;
    background: #fff;
    box-shadow: 0 4px 30px 0 rgb(238 242 245 / 80%);
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    transition: box-shadow .2s linear;
    margin: 5px 10px 10px 0px;
}
.spu-jike-info {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 280px;
    height: 150px;
    text-align: left;
}
.spu-jike:hover {
    cursor: pointer;
    box-shadow: 0px 0px 20px #d0d0d0;
}
.spu-jike-info-line {
    font-size: 18px;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 28px;
    cursor: pointer;
    transition: color .2s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
    width: 280px;
}
.teacher-name {
    position: relative;
    float: left;
    height: 26px;
    padding: 0 8px;
    line-height: 26px;
    background: #f2f3f6;
    border-radius: 3px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.identity {
    position: relative;
    float: left;
    height: 26px;
    padding: 0 8px;
    line-height: 26px;
    background: #f2f3f6;
    border-radius: 3px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    margin-left: 10px;
}
.spu-img-jike {
    flex-shrink: 0;
    width: 115px;
    height: 152px;
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
}
.spu-list-mode1:hover {
    cursor: pointer;
    box-shadow: 0px 0px 20px #d0d0d0;
}
.cmall-cps {
    position: relative;
    width: 100%;
    margin-top: 90px;
}
.spu-img {
    position: relative;
    width: 250px;
    height: 200px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 8px;
}
.spu-img-fun {
    position: relative;
    width: 180px;
    height: 170px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 8px;
}
.spu-img-fun img {
    position: relative;
    height: 100%;
    border-radius: 8px;
}
.spu-name {
    margin-top: 10px;
    line-height: 22px;
    font-size: 15px;
    text-align: left;
}
.spu-price {
    margin-top: 6px;
    text-align: left;
    font-size: 20px;
    color: #ef531a;
    font-weight: 500;
    font-family: Arial;
}
.spu-img img, .spu-img-r img{
    position: relative;
    height: 100%;
}
.spu-list-mode1-r {
    position: relative;
    float: left;
    width: 250px;
    height: 60px;
    margin-top: 3px;
    padding: 3px;
    border-radius: 3px;
}
.spu-list-mode1-r:hover {
    cursor: pointer;
    box-shadow: 0px 0px 20px #d0d0d0;
}
.spu-img-r {
    position: relative;
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
}
.spu-name-r {
    position: relative;
    width: 160px;
    float: left;
    line-height: 22px;
    font-size: 13px;
    padding-left: 5px;
}
.spu-price-r {
    margin-top: 3px;
    text-align: left;
    font-size: 14px;
    color: #ef531a;
    font-weight: 600;
    font-family: Arial;
    text-indent: 6px;
}
.spu-jike-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}
.spu-jike-r .jike-left {
    display: flex;
    align-items: center;
}
.spu-jike-r .jike-left .num {
    line-height: 40px;
    height: 30px;
    font-size: 23px;
    font-family: DINCondensed-Bold,DINCondensed;
    font-weight: 700;
    color: #b2b2b2;
}
.spu-jike-r .jike-left .name {
    margin-left: 18px;
    max-width: 200px;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    cursor: pointer;
    transition: color .2s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.spu-jike-r .jike-left .name:hover {
    cursor: pointer;
    color: #ef531a;
}

.shop-cps {
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    margin: 10px 15px 5px 0px;
    width: 270px;
    height: 165px;
    background-color: #ecf4f6;
    overflow: hidden;
    border-radius: 2px;
    overflow: hidden;
}
.shop-cps img {
    position: relative;
    width: 100%;
}
.shop-cps .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(243, 236, 236, 0.05) 5%, rgba(78, 75, 75, 0.65));
    transition: .5s;
    pointer-events: none;
}
.shop-cps .title {
    position: absolute;
    bottom: 10px;
    color: #efeeee;
    line-height: 1.4;
    left: 10px;
    right: 10px;
    text-align: left;
    padding: 0px 5px;
}
.connect-me {
    position: absolute;
    left: 330px;
    top: 0px;
    width: 300px;
    height: 170px;
    text-align: left;
    color: #6c7684;
    line-height: 16px;
    line-height: 30px;
}
.master-wx {
    padding: 5px;
    border-radius: 3px;
    background-color: #bfbfbf;
    width: 80px;
}