.inn {
    overflow: hidden;
}

.cursor {
    cursor: pointer;
}

.shop-product {
    position: fixed;
    width: 1240px;
    height: 80%;
    left: 50%;
    top: 0%;
    margin-left: -620px;
    margin-top: 5%;
    background: #f1f4f7;
    border-radius: 36px 36px 28px 28px;
    z-index: 100000000;
    transform:scale(0);
    transition: transform 0.5s ease;
}

.shop-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000001;
    display: none;
}

.shop-back.showx {
    display: block;
    animation: popup-animation 1s ease-out forwards;
}

.shop-product-top {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 168px;
    border-radius: 28px 28px 0 0;
    text-align: center;
    position: relative;
}

.shop-product-top-shan {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;

}

.shop-product-top-shan img {
    width: 24px;
}

.shop-product-top-title {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    padding-top: 30px;
}

.shop-product-top-price {
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 10px;
}

.shop-product-type {
    background: #3717BE;
    border-radius: 28px 28px 0 0;
    height: 50px;
    margin-top: -50px;
    display: flex;
    align-items: center;
}

.shop-product-type-list {
    width: 20%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    position: relative;
}

.shop-product-type-lists {
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    right: -30px;
    top: -24px;
    bottom: 0;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    display: none;
}

.shop-product-type-lists .shop-product-type-list-title {
    color: #F33310;
}

.shop-product-type-lists .shop-product-type-list-title div {
    width: 240px;
}

.shop-product-type-lists .shop-product-type-list-title .zixuan {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    padding-right: 16px;
}

.shop-product-type-lists-you {
    left: -30px;
    right: 0px;
}

.shop-product-type-lists-you .shop-product-type-list-title div {
    margin-left: 38px;
}

.shop-product-type-lists-zhong {
    left: -30px;
    right: -30px;
}

.shop-product-type-lists-zhong .shop-product-type-list-title div {
    width: 100%;
}

.shop-product-type-list-title {
    color: #fff;
    font-size: 20px;

}

.shop-product-type-list-title > span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding-left: 20px;
}

.shop-product-type-list:nth-child(5) {
    border-right: 0;
}

.shop-product-foot {
    background: #fff;
    position: absolute;
    bottom: 0;
    height: 80px;
    left: 0;
    width: 100%;
    box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 28px 28px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.shop-product-foot-reset {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    line-height: 26px;
    padding-left: 24px;
    cursor: pointer;
}

.shop-product-foot-num {
    font-size: 18px;
    color: #333;
    padding-left: 20px;
}

.shop-product-foot-num > span {
    color: #F33310;
    padding: 10px;
}

.shop-product-foot-num .shop-product-foot-num-name {
    color: #333;
}

.shop-product-foot-num-jia {
    padding: 0px !important;
}

.shop-product-foot-yh {
}

.shop-product-foot-mx {
    padding-left: 16px;
    cursor: pointer;
    position: relative;
}

.shop-product-foot-mx-info {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.particulars {
    display: none;
    position: absolute;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1), 0px 8px 10px 1px rgba(0, 0, 0, 0.06), 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 34px;
    background: #FFFFFF;
    padding: 12px;
    box-sizing: border-box;
    width: max-content;
}

.particulars-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 3px 0;

}

.particulars-item .item-text {
    padding-right: 20px;
}

.particulars.shows {
    display: block;
    animation: particulars .3s;
}

.particulars:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -8px;
    transform: translateX(-50%);
    left: 50%;
    border-top: solid 8px #fff;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
}

.shop-product-foot-mx img {
    width: 18px;
}

.shop-product-foot-hj {
    padding-left: 20px;
}

.shop-product-foot-hj span {
    color: #F33310;
    padding: 5px;
    font-size: 24px;
}

.shop-product-foot-hj .heji {
    padding: 0;
}

.shop-product-foot-right {
    display: flex;
    align-items: center;
    width: 65%;
    justify-content: end;
    padding-right: 24px;
}

.shop-product-foot-left {
    display: flex;
    align-items: center;
    width: 35%;
}

.shop-product-foot-dc {
    border-radius: 100px;
    width: 131px;
    height: 42px;
    text-align: center;
    border: 1px solid #3774EB;
    color: #3774EB;
    line-height: 42px;
    margin-left: 24px;
    cursor: pointer;
}

.shop-product-foot-ok {
    background: linear-gradient(135deg, rgba(55, 116, 235, 1), rgba(92, 49, 232, 1) 100%);
    border-radius: 100px;
    width: 131px;
    height: 42px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    margin-left: 12px;
    right: 24px;
    cursor: pointer;
}

.shop-product-tishi {
    height: 40px;
    padding: 0 24px;
    background: #FFF0ED;
    color: #FE6748;
    position: absolute;
    bottom: 82px;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
}

.shop-product-content {
    padding: 24px;
    overflow-y: scroll;
    height: calc(100% - 168px - 130px);
}

.shop-product-content::-webkit-scrollbar {
    width: 2px;
}

.shop-product-content::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
}

.shop-product-content-you > img {

    width: 54px;
    height: 26px;
    vertical-align: middle;
}

.shop-product-content-you span {
    color: #FE544C;
    font-size: 14px;
    margin-left: 16px;
}

.shop-product-content-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.shop-product-content-list > div {
    width: 186px;
    height: 72px;
    padding: 14px 16px;
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(55, 23, 190, 0.04);
    border-radius: 6px 6px 6px 6px;
    margin: 8px 0;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0);
    position: relative;
    margin-right: 13px;
}

.shop-product-content-list > .shoppt:nth-child(6n+4) {
    margin-right: 0;
}

.shop-product-content-list-title {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 4px;
}

.shop-product-content-list-price {
    color: #F33310;
    font-size: 14px;
}

.shop-product-content-list .select {
    border: 1px solid #3774EB;
}

.shopinp {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    transform: scale(0.7);
}

.shop-product-content-list-right:after {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    background: rgba(255, 255, 255, 0);
}

.shopinp::after {
    position: absolute;
    top: 0px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 1px;
}

.shopinp.chek::after {
    background: linear-gradient(135deg, rgba(55, 116, 235, 1), rgba(92, 49, 232, 1) 100%);
    content: "\2713";
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
}

.shop-product-content-list > div.disabled {
    background: #EBF2FD;

}

.shop-product-content-list > div.disabled {
    opacity: 0.5;
    border: 1px solid #3774EB;
}

.shopinp[disabled]::after {
    cursor: pointer !important;
    content: "\2713";
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    background: linear-gradient(135deg, rgba(55, 116, 235, 1), rgba(92, 49, 232, 1) 100%) !important;
}

.shop-product-content-list {
    display: none;
}

.shop-product-content-list1 {
    display: flex;
}

.shop-product-tishi a {
    list-style: none;
    color: #FE6748;
    text-decoration: underline;
}