.bannamebg {
    width: 31.25%;
    height: 300px;
    background: #4377EF;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 69%;
    padding: 50px;
}

.addcart {
    width: 104px;
    height: 104px;
    position: fixed;
    top: 45vh;
    right: 5.78vw;
    z-index: 800;
}

.addcart img {
    width: 100%;
}

.prob {
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ban {
    position: relative;
    margin-bottom: 55px;
}

.title {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 83px;
}

.list {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-bottom: 77px;
}

.li1 {
    width: 16.16%;
    text-align: center;
    position: relative;
}

.li1 img {
    width: 76%;
    /* width: 146px; */
}

.liti {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: -13px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.prev {
    background-image: url("../pic/left.png");
    right: calc(11% + 45px);
}

.next {
    background-image: url("../pic/right.png");
    right: 11%;
}

.pag {
    position: absolute;
    top: 16%;
    width: 35px;
    height: 35px;
    z-index: 10;
    cursor: pointer;
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.goodslist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.goodsli {
    width: 20.8%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    margin-bottom: 50px;
    padding-bottom: 25px;
    margin-right: 5.6%
}

.good {
    width: 100%;
}

.type {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.gname {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pri {
    color: #4377ef;
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car {
    /* position: absolute; */
    width: 30px;
    /* right: 12%;

    top: 3px; */
}

.page {
    display: flex;
    justify-content: center;
    margin-bottom: 78px;
}

.page img {
    width: 40px;
}

.erji {
    font-size: 16px;
    color: #666;
    width: 200px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 0 10px #eee; */
    z-index: 50;
    left: calc(50% - 100px);
    top: 80%;
    padding-top: 30px;
    padding-bottom: 25px;
    display: none;
}

.erjili {
    height: 43px;
    line-height: 43px;
    cursor: pointer;
}

.erjili:hover {
    color: #f7558a;
}

.addaler {
    display: none;
    width: 879px;
    height: 633px;
    background: #FFFFFF;
    border-radius: 10px;
    top: calc(50vh - 315px);
    position: fixed;
    z-index: 301;
    left: calc(50vw - 400px);
    user-select: none;
}

.addalclo {
    position: absolute;
    top: 30px;
    right: 35px;
    width: 20px;
}

.addaltitle {
    padding-top: 48px;
    padding-bottom: 35px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    text-align: center;
}

.th td {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    color: #666666;
    height: 40px;
}

table {
    width: 100%;
    text-align: center;
}

.jian {
    width: 61px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.jian img {
    width: 12px;
}

.num {
    width: 61px;
    height: 30px;
    background: #EEEEEE;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    text-align: center;
    color: #666666;
}

.numbox {
    display: flex;
    align-items: center;
}

td:nth-of-type(4) {
    width: 190px;
}

.td:nth-of-type(1) {
    width: 24px;
}

td {
    height: 59px;
}

.alerboxmain {
    /* padding: 0 33px; */
    padding-left: 33px;
    padding-right: 70px;
    overflow: scroll;
    height: 380px;
}

.alerboxmain::-webkit-scrollbar {
    display: none;
}

.alname {
    font-size: 28px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.alpri {
    font-size: 28px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #4377EF;
}

input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    z-index: -2;
}

input[type="checkbox"]+label {
    width: 24px;
    height: 24px;
    background: url('../pic/weixuan.png') no-repeat;
    background-size: 100% 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

input[type="checkbox"]+label::before {
    content: '';
    border-radius: 1.4rem;
    width: 24px;
    height: 24px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

input[type="checkbox"]:checked+label {
    border: none;
    box-sizing: border-box;
}

input[type="checkbox"]:checked+label::before {
    background: url('../pic/xuanzhong.png') no-repeat;
    background-size: 100% 100%;
}

.addaldel {
    width: 142px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #4377EF;
    border-radius: 25px;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4377EF;
    cursor: pointer;
}

.addbtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
    padding-right: 70px;
}

.topay {
    margin-left: 25px;
    width: 142px;
    height: 50px;
    background: #4377EF;
    border-radius: 25px;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
}