@media screen and (min-width: 820px) {
    .bill .receive-b {
        margin-top: 0.3rem;
        width: 9.475rem !important;
    }

    .harvest .el-radio {
        height: 1.25rem !important;
    }


    .el-radio {
        padding: 0 !important;
        width: 8.5rem !important;
        position: relative;
        height: 0.75rem !important;
        border-radius: 5px 5px 5px 5px !important;
        opacity: 1;
        border: 1px solid #D9E3EF;
        margin-bottom: 0.125rem;
        display: inline-block;
    }
}

.tankuang-main {
    height: 5rem;
    overflow: auto;
    margin-right: -0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el-radio-group {
    font-size: 0;
}

.el-radio .address-b {
    color: #333;
}

.address {
    padding-left: 0.25rem;
}

.address-t {
    display: flex;
    align-items: center;
}

.address-b {
    font-size: 12px;
}

.address-name {
    font-size: 0.25rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #333333;
}

.address-phone {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #333333;
}

.address-moren {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
    height: 0.325rem;
    background: #144297;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    font-size: 0.1rem;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    color: #FFFFFF;
}

.newAddress-footer {
    display: flex;
    margin-top: 0.75rem;
}

.newAddress-footer-r:hover {
    cursor: pointer;
}

.newAddress-footer-l:hover {
    cursor: pointer;
}

.newAddress-footer-l {
    width: 4.125rem;
    height: 0.75rem;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #144297;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #144297;
}

.newAddress-footer-r {
    width: 4.125rem;
    height: 0.75rem;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;

    background: #144297;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 0.25rem;
}

.default {
    display: flex;
    width: 8.5rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.25rem;
    font-size: 12px;
}

input::-webkit-input-placeholder {

    color: #d9d9d9;
    font-size: 0.2rem;
}

input {
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 1px solid #d9e3ef;
    border-radius: 5px;
    padding-left: 0.375rem;
    box-sizing: border-box;
}

.feedback-title input {
    height: 0.75rem;
    width: 8.5rem;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;

    border: 1px solid #d9e3ef;
    margin-bottom: 0.125rem;

}

.feedback-text {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.125rem;
    font-size: 0.225rem;
}

.feedback-text span {
    color: red;
}

#main {
    position: relative;
    width: 8.5rem;
    height: 0.75rem;
    margin-bottom: 0.125rem;
}

#content {
    text-align: left;
    width: 100%;
    height: 100%;
    line-height: 0.75rem;
    padding-left: 0.375rem;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221);
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: rgb(51, 51, 51);
    cursor: pointer;
    box-sizing: border-box;
}

#selectImg {
    position: absolute;
    top: 0.3025rem;
    right: 0.25rem;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
}

#selectImg svg {
    height: 0.275rem;
    width: 0.275rem;
}

#selectImg1 svg {
    height: 0.275rem;
    width: 0.275rem;
}

#selectImg1 {
    position: absolute;
    top: 0.3025rem;
    right: 0.25rem;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


#selectItem {
    display: none;
    width: 100%;
    position: relative;
    z-index: 500;
}

#selectItem ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#selectItem ul li {
    height: 0.75rem;
    line-height: 0.75rem;
    width: 100%;
    background: #F0F4F9;
    color: #144297;
    cursor: pointer;
    font-size: 0.2rem;
    padding-left: 0.375rem;
    box-sizing: border-box;
}

/* .li {
    background: #144297 !important;
    color: #fff !important;
} */

#selectItem ul li:hover {
    background-color: #D9E3EF;
}

.newAddress {
    width: 10rem;

    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 0.75rem;
    box-sizing: border-box;

    display: none;
}

.xinzeng {
    position: absolute;
    bottom: 0.75rem;
    width: 8.5rem;
    height: 0.75rem;
    background: #144297;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xinzeng svg {
    height: 0.15rem;
    width: 0.15rem;
    transform: rotate(45deg);
}

.payment .sure:hover {
    cursor: pointer;
}

.expansion:hover {
    cursor: pointer;
}

.pay-container:hover {
    cursor: pointer;
}

.receive-b:hover {
    cursor: pointer;
}

.xinzeng:hover {
    cursor: pointer;
}

.xinzeng div {
    height: 0.2125rem;
    width: 0.2125rem;
    border-radius: 0.2125rem;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectArr-list:hover {
    cursor: pointer;
}

.arrHover {
    color: #144297;
}

.selectArr-list {
    font-size: 0.2rem;
    margin-left: 0.3rem;
}

.selectArr {
    height: 0.75rem;
    background: #fff;
    display: flex;
    align-items: center;
}

ul {
    height: 5rem;
    overflow: auto;
}

.num-container {
    height: 0.45rem;
    border-left: 1px solid #F0F4F9;
    display: flex;
    align-items: center;
}

.num-container div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #D9E3EF;
    font-size: 0.225rem;
}

.num-div {
    width: 46px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 4px 0px rgba(20, 66, 151, 0.2);
    border-radius: 5px 5px 5px 5px;
    margin-left: 3px;
    margin-right: 3px;
}

.num-container div:nth-child(1):hover {
    cursor: pointer;
}

.num-container div:nth-child(3):hover {
    cursor: pointer;
}

.shoop-main-b span {

    font-family: 'Alibaba PuHuiTi-Regular';
}

.subtotal {

    font-family: 'Alibaba PuHuiTi-Medium' !important;
}

.shoop-web {
    display: none;
}

.correlation-web {
    display: none;
}

.web-footer {
    display: none;
}

.jia:hover {
    cursor: pointer;
}

.jian:hover {
    cursor: pointer;
}

.sure:hover {
    cursor: pointer;
}

.public {
    margin-top: 0.25rem;
    width: 9.475rem;

    box-sizing: border-box;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    background: #F0F4F9;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #D9E3EF;
}

.public span {
    color: #144297;
}

.draw {
    border: 1px solid #144297 !important;
}

.pay-container:focus {}

.feedback {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-small {
    width: 4.125rem;
}

.feedback-small input {
    height: 0.75rem;
    width: 4.125rem;
    margin-bottom: 0.125rem;
}

.el-radio.is-bordered+.el-radio.is-bordered {
    margin-left: 0;
}

.address-moren {
    display: flex;
    align-items: center;

}

.el-radio .address-b {}

.el-radio .address-b span:nth-child(2) {}

.is-bordered {
    padding: 0;
}

.el-radio.is-bordered.is-checked {
    border-color: #144297;
}

.el-radio .el-radio__label {
    display: flex;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    color: #333333;
    margin-left: 0.25rem;
    margin-top: 0.2625rem;
    flex-direction: column;
}



.el-radio .el-radio__label {
    padding-left: 0;
}

.el-radio .el-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.el-radio .el-radio__inner:after {
    width: 0.053333rem;
    height: 0.053333rem;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in;
}

.el-radio .el-radio__inner::after {
    height: 0.25rem;
    width: 0.25rem;
    background: #144297;
}

.el-radio__input.is-checked .el-radio__inner:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.close {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.2875rem;
    width: 0.2875rem;
    background: #144297;
    border-radius: 0.2875rem;
}

.close svg {
    height: 0.2rem;
    width: 0.2rem;
}

.close:hover {
    cursor: pointer;
}

.tankuang-t {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 0.625rem;
}

.feedback-title {
    display: grid;
}

.tankuang-title {
    font-size: 0.3rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #333333;
}

.type {
    display: flex;
}

.type .el-radio {
    width: 4.125rem;
    height: 0.75rem;
}

.type .el-radio .el-radio__input {
    margin-top: 0.2rem;
}

.xinzeng span {
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 0.15rem;
}

.harvest {
    width: 10rem;

    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 0.75rem;
    box-sizing: border-box;
}

.harvest {
    padding-bottom: 2.25rem;
    position: relative;
}

.el-radio.is-bordered+.el-radio.is-bordered {
    margin-left: 0;
}

.address-moren {
    display: flex;
    align-items: center;

}

.el-radio .address-b {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 0.125rem;
    font-size: .2rem;
    font-family: Alibaba PuHuiTi-Regular;
    font-weight: 400;
}

.el-radio .address-b span:nth-child(2) {
    margin-right: -0.375rem;
}

.is-bordered {
    padding: 0;
}

.el-radio.is-bordered.is-checked {
    border-color: #144297;
}

.el-radio .el-radio__label {
    display: flex;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    color: #333333;
    margin-left: 0.25rem;
    margin-top: 0.2625rem;
    flex-direction: column;
}

.el-radio .el-radio__inner {
    height: 0.35rem;
    width: 0.35rem;
    background: #fff !important;
    border-color: #144297 !important;
    border: 0.013333rem solid #dcdfe6;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.el-radio .el-radio__label {
    padding-left: 0;
}

.el-radio .el-radio__input {
    float: right;
    margin-top: 0.3rem;
    margin-right: 0.425rem;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    display: flex;
    color: #606266;
    font-weight: 500;
}




.right-text-r:hover {
    cursor: pointer;
}

.continue {
    background: #144297;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
}

.main-footer div {
    width: 3.875rem;
    height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
}

.main-footer div:hover {
    cursor: pointer;
}

.record {
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #144297;
    color: #144297;
}

.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.main-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-title {
    font-size: 0.35rem;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    color: #333333;
    margin-top: 0.45rem;
}

.main-next {
    margin-top: 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.main-text span {
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    color: #144297;
}

.main-img {
    display: flex;
    justify-content: center;
}

.main-img img {
    height: 2.5rem;
    width: 2.5rem;
}

.exchange-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.exchange-t span {
    font-size: 0.4rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #144297;
}

.close {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.35rem;
}

.close svg {
    height: 0.35rem;
    width: 0.35rem;
}

.close:hover {
    cursor: pointer;
}

.main-box {
    width: 760px;
    background: #fff;
    box-sizing: border-box;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
}

.tankuang {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 1rem;
    align-items: flex-start;

    display: none;
}

.exchange:hover {
    cursor: pointer;
}

.right-text-l {
    font-family: 'Alibaba PuHuiTi-Regular';
}

.right-m span {
    font-family: 'Alibaba PuHuiTi-Regular';
}

.Shelf {
    font-family: 'Alibaba PuHuiTi-Medium';
}

.classification {
    font-family: 'Alibaba PuHuiTi-Medium';
}

.search {
    font-family: 'Alibaba PuHuiTi-Medium';
}

.particulars-footer {
    height: 8.5rem;
    width: 17.5rem;
    margin-bottom: 1rem;
}

.details-tips {
    position: fixed;
    top: 1.75rem;
    right: 1.25rem;
}

.goback {
    height: 0.75rem;
    width: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D9E3EF;
}

.goback svg {
    height: 0.3rem;
    width: 0.3rem;
}

.gotop svg {
    height: 0.3rem;
    width: 0.3rem;
}

.gotop {
    margin-top: 0.15rem;
    height: 0.75rem;
    width: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D9E3EF;
}

.particulars-img {
    font-size: 12px;
    width: 100%;
}

.particulars-img img {
    width: 17.5rem;
    height: 14.375rem;
}

.following {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.7rem;
    margin-bottom: 0.4rem;
    width: 100%;
    background: #F5F9FD;
    border-radius: 0.05rem;
    border: 0.01rem solid #E6E6E6;
}

.following-l {
    width: 10.75rem;
    height: 0;

    height: 1px;
    background: #D9E3EF;
    display: flex;
    align-items: center;
    justify-content: end;
}

.following-l div {
    height: 0.0625rem;
    width: 0.0625rem;
    border-radius: 100%;
    background: #D9E3EF;

    margin-right: -0.03125rem;
}

.following-r {
    width: 10.75rem;
    height: 0;

    height: 1px;
    background: #D9E3EF;
    display: flex;
    align-items: center;
    justify-content: start;
}

.following-r div {
    height: 0.0625rem;
    width: 0.0625rem;
    border-radius: 100%;
    background: #D9E3EF;

    margin-left: -0.03125rem;
}

.following-m {
    font-family: 'Alibaba PuHuiTi-Regular';
    width: 1.55rem;
    height: 0.63rem;
    background: #144297;
    border-radius: 0.05rem 0rem 0rem 0.05rem;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exchange {
    margin-top: 0.6rem;
    color: #fff;
    width: 8.875rem;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF linear-gradient(135deg, #144297 0%, #4368AC 100%);
    border-radius: 38px 38px 38px 38px;
    opacity: 1;
    border: 1px solid;
    border-image: linear-gradient(135deg, rgba(114, 142, 193, 1), rgba(114, 142, 193, 0)) 1 1;
    font-size: 12px;
}

.particulars-left {
    width: 4.44rem;
}

.right-b-text {
    padding-top: 0.0875rem;
    display: flex;
    justify-content: space-between;
    padding-right: 0.35rem;
    font-size: 12px;
}

.right-title {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.right-title-l {
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #333333;
    font-size: 0.25rem;
}

.right-title-m {
    padding-left: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #333333;
    font-size: 0.2rem;
}

.right-title-r {
    background: #144297;
    border-radius: 3px 3px 3px 3px;

    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.2rem;

}

.right-title-r div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.15rem;
    padding: 0.0625rem;
}

.right-b-b {
    margin-top: 0.25rem;
    width: 8.8875rem;
    height: 1.25rem;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #D9E3EF;
    padding-top: 0.25rem;
    padding-left: 0.25rem;
    box-sizing: border-box;
}

.right-b-t {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
}

.right-b-l {
    height: 0.25rem;
    width: 0.0625rem;
    background: #144297;
    border-radius: 12px 12px 12px 12px;

}

.right-b-r {
    padding-left: 0.125rem;
    font-size: .25rem;
    font-family: Alibaba PuHuiTi-Medium;
    font-weight: 500;
    color: #333;
}

.right-b-t {
    font-size: 0.25rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #333333
}

.right-m-title {
    font-size: 0.25rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #333333;
}

.right-m span {
    line-height: 0.5rem;

}

.tuandui_txt {
    overflow: hidden;
    width: 4.44rem;
}

.tuandui_txt .content-container {
    position: relative;
    overflow: hidden;
    width: 4.44rem !important;
    height: 4.44rem;
    margin-bottom: 0.14rem;
}

.tuandui_txt .content-slider {
    display: flex;
    width: 4.44rem;
    height: 4.44rem;
    transition: transform 0.3s ease;
}

.tuandui_txt .content-container .content-slide {
    overflow: hidden;
    position: relative;
    flex: 0 0 100%;
    width: 4.44rem;
    height: 4.44rem;
    display: flex;
}





.right-m {
    height: 2.025rem;
    width: 8.8875rem;
    margin-top: 0.25rem;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #D9E3EF;
    box-sizing: border-box;
    padding-top: 0.375rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    display: flex;
    flex-direction: column;
}

.tab-wrapper {
    width: calc(100% - 0.7rem);
    overflow: hidden;
    margin: 0 auto;
}

.left-m {
    width: 4.6625rem;
    display: flex;
}

.tab-container .nav-arrow {
    width: 0.32rem;
    height: 0.32rem;
    background: none;
    border: none;
}

.tab-container .nav-arrow img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tab-container .nav-arrow.prev {
    transform: rotate(90deg);
}

.tab-container .nav-arrow.next {
    transform: rotate(-90deg);
}

.left-m .tab-slide {
    height: 0.8rem;
    width: 0.8rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.18rem;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.left-m .tab-slide.active {
    border: 0.01rem solid #A66600;
}

.left-m .tab-slide img {
    width: 0.8rem;
    height: 0.8rem;
    object-fit: cover;
}


.goleft {
    display: flex;
    justify-content: center;
    align-items: center;
}

.goright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.left-t img {
    width: 100%;
    height: 4.44rem;
    object-fit: cover;
}

.right-t .b img {
    margin-right: 0.14rem;
}

.right-t .b span {
    font-size: 0.25rem;
    font-family: 'Alibaba PuHuiTi-Medium';
    font-weight: 500;
    color: #144297;

}

.right-t .b div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Regular';
    width: 2.21rem;
    height: 0.63rem;
    background: #144297;
    border-radius: 0.05rem;
}

.right-t .b {
    display: flex;
    justify-content: space-between;
    padding-top: 0.375rem;
}

.right-t .t span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.25rem;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 0.16rem;
}

.right-t .t-b {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 0.86rem;
}

.right-t .t-b svg {
    height: 0.5rem;
    width: 0.5rem;
}

.right-t .t-b span {
    font-weight: 400;
    font-size: 0.23rem;
    color: #FF0000;
    margin-left: 0.26rem;
    line-height: 1;
    margin-bottom: 0;
}

.right-t .t {
    padding: 0;
    margin: 0;
    display: grid;
}

.right-t {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
}

.particulars-right {
    padding-left: 0.5rem;
    width: 11.43rem;
}

.particulars .particulars-top {
    display: flex;
    justify-content: space-between;
}

.particulars {
    position: relative;
    background: linear-gradient(180deg, #F4F5F8 0%, #FDFDFD 100%);
    border-radius: 0.08rem;
    border: 0.01rem solid #D9E3EF;
    width: 17.5rem;
    margin: 1.9rem auto 0.9rem;
    box-sizing: border-box;
    padding: 0.59rem 0.64rem 0.78rem;
    box-sizing: border-box;
}



.main-b-r:hover {
    cursor: pointer;
}

.main-b-l {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.18rem;
    color: #F74747;
}

.main-b-l span {
    font-family: 'Alibaba PuHuiTi-Bold';
    font-weight: bold;
    font-size: 0.18rem;
    color: #F74747;
}

.main-t-img {
    height: 2.8rem;
    width: 2.8rem;
}

.main-t-text {
    width: 100%;
    height: 0.53rem;
    padding: 0 0.25rem;
    margin-top: 0.35rem;
    margin-bottom: 0.24rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.main-t {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.25rem;
}

.main-b {
    width: 100%;
    display: flex;
    padding: 0 0.25rem;
    box-sizing: border-box;
}

.Mall-b-container {
    /* margin-top: 0.25rem;
    margin-left: 0.25rem; */
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #D9E3EF;
    height: 4.8rem;
    width: calc((100% - 1rem) / 5);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.Mall-b {
    margin-top: 0.25rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.Mall-t-text input::-webkit-input-placeholder {
    color: #728ec1;
    font-size: 0.2rem;
}

.Mall-t-text input {
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 0;
    background: #f0f4f9;
    border-radius: 5px 5px 5px 5px;
    padding-left: 0.375rem;
    height: 0.75rem;
    width: 5rem;
}

.main {
    position: relative;
    width: 100%;
    height: 0.75rem;
    margin-top: 0.2rem;
}

.content {
    text-align: left;
    width: 100%;
    height: 100%;
    line-height: 0.75rem;
    padding-left: 0.3125rem;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #d9e3ef;

    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: rgb(51, 51, 51);
    cursor: pointer;

    box-sizing: border-box;
}

.selectImg {
    position: absolute;
    top: 0.2025rem;
    right: 0.25rem;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.selectImg svg {
    height: 0.3rem;
    width: 0.3rem;
}

.selectImg.active {
    transform: rotate(180deg)
}

.selectItem {
    display: none;
    margin-top: 10px;

}

.selectItem.active {
    display: block;
}

.selectItem ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0.25rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #D9E3EF;
}

.selectItem ul li {
    height: 0.75rem;
    line-height: 0.75rem;
    width: 100%;
    background: #f0f4f9;
    color: #144297;
    cursor: pointer;
    font-size: 0.2rem;
    padding-left: 0.3125rem;
    box-sizing: border-box;
}

.selectItem ul li.li {
    background: #144297 !important;
    color: #fff !important;
}

.selectItem ul li:hover {
    background-color: #d9e3ef;
}

.search input {
    margin-top: 0.2rem;
}

.Mall-t-input {
    display: flex;
    justify-content: space-between;
}

.Mall-t-text {
    display: flex;
    font-size: 0.2rem;
    color: #144297;

    justify-content: space-between;
}

.sure {
    width: 2.25rem;
    height: 0.75rem;
    background: #144297;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.45rem;
    font-size: 0.2rem;
    color: #fff;
}

.sure:hover {
    cursor: pointer;
}

.Mall-t-text .search {
    width: 5.425rem;
    display: flex;
    flex-direction: column;
}

.classification {
    width: 2.775rem;
    display: flex;
    flex-direction: column;
}

.need {
    width: 2.775rem;
    display: flex;
    flex-direction: column;
    font-family: 'Alibaba PuHuiTi-Medium';
}

.Shelf {
    width: 2.775rem;
    display: flex;
    flex-direction: column;
}

.Mall-t {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    padding-top: 0.75rem;
}

.Mall-t-main {

    width: 100%;
    height: 2.25rem;
    background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #144297;
    box-sizing: border-box;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

* {
    padding: 0;
    margin: 0;
    /* font-size: 12px; */
}

.container-title {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

.container-title-background {
    padding-top: 1rem;
    font-size: 1.375rem;
    font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
    font-weight: 800;
    color: #f0f4f9;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.container-title-background span {
    padding-top: 0.3rem;
    font-size: 0.4rem;
    color: #728ec1;
}

.container-title-above {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.5rem;
    color: #144297;
    text-shadow: 0.053333rem 0.053333rem 0.08rem rgba(0, 0, 0, .2);
}
















/* å¼€å…³æŒ‰é’® */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    font-size: .186667rem;
    line-height: .266667rem;
    height: 0.266667rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(217, 227, 239);
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    border-radius: 100%;
    top: 0.013333rem;
    left: 0.013333rem;
    width: 0.213333rem;
    height: 0.213333rem;
    background-color: #fff;
    transition: all .3s;
}

input:checked+.slider {
    background-color: rgb(20, 66, 151);
}

input:checked+.slider:before {
    transform: translateX(20px);
}

/* åœ†è§’æ ·å¼ */
.round {
    border-radius: 34px;
}

.round:before {
    border-radius: 50%;
}






@media (max-width: 1042px) {
    .right-m {
        padding-bottom: 20px;
    }

    .right-b-b {
        padding-bottom: 20px;
    }

    .exchange {
        width: 100% !important;
        height: auto !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .following-l {
        width: 8.75rem !important;
    }

    .particulars-img {
        padding-right: 0.5rem !important;
        font-size: 14px;
    }

    .particulars-footer {
        width: 100% !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .particulars-img img {
        width: 100% !important;
        height: auto !important;
    }

    .following-r {
        width: 8.75rem !important;
    }

    .right-text-l {
        width: 80%;
        font-size: 14px !important;
    }

    .right-text-r {
        font-size: 14px !important;
    }


    .right-title-r {
        padding: 5px;
    }

    .right-title-l {
        font-size: 14px !important;
    }

    .right-title-m {
        font-size: 12px !important;
    }

    .right-title-r {
        font-size: 14px !important;
    }

    .t {
        height: auto !important;
    }

    .right-t .t-b svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .b div {
        height: auto !important;
        width: auto !important;
        padding: 7px 15px;
        border-radius: 1.5rem !important;
        font-size: 14px !important;
    }

    .b {
        font-size: 16px !important;
        padding-bottom: 10px;
    }

    .right-m-title {
        font-size: 16px !important;
    }

    .right-b-l {
        height: 20px !important;
        width: 2px !important;
    }

    .right-b-r {
        font-size: 16px !important;
    }

    .right-m span {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .t span {
        font-size: 16px !important;
    }

    .right-t {
        width: 100% !important;
        height: auto !important;
    }

    .right-m {
        width: 100% !important;
        height: auto !important;
    }

    .right-b {
        width: 100% !important;
        height: auto !important;
    }

    .right-b-b {
        width: 100% !important;
        height: auto !important;
    }

    .particulars-top {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .left-t img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }

    .left-b {
        height: auto !important;
    }


    .left-m img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
    .container-title-background span {
        font-size: 25px !important;
    }

    input::-webkit-input-placeholder {
        font-size: 12px !important;
    }


    .li1 {
        font-size: 14px !important;
    }

    .main-t img {
        width: 100%;
        height: 3.6rem !important;
    }

    .main-t-text {
        font-size: 13px !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-bottom: 0;
        height: 1rem;
    }

    .main-b-l span {
        font-size: 16px !important;
    }

    .main-b-l img {
        width: 1.3rem !important;
        height: 1.3rem !important;
    }

    .main-b-r {
        font-size: 12px !important;
        width: 80px !important;
        height: 2rem !important;
    }

    .main-b {
        width: 100% !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .Mall-b-container {
        height: auto;
        width: calc(50% - 0.1rem);
        padding-bottom: 13px;
    }

    .Mall-b {
        width: 100%;
        padding: 0.4rem;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        gap: 0.2rem;
    }

    .sure {
        width: 48% !important;
        height: 1rem !important;
        font-size: 12px !important;
        margin-top: 27px;
        border-radius: 5px;
        margin-bottom: 0.3rem;
    }

    .selectItem {
        position: relative;
        z-index: 50;
        margin-top: 0.2rem !important;
    }

    .selectItem ul li {
        width: 100% !important;
        line-height: 1rem !important;
        height: 1rem !important;
        font-size: 14px;
    }

    .selectItem ul {
        background: #f0f4f9;
    }

    .selectImg svg {
        height: 20px !important;
        width: 20px !important;
    }

    .main {
        height: 1rem !important;
    }

    .Mall-t {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .search input {
        width: 100% !important;
        font-size: 12px !important;
    }

    .search {
        width: 100% !important;
        margin-bottom: 0.3rem;
    }

    .classification {
        width: 48% !important;
        margin-bottom: 0.3rem;
    }

    .Mall-t-main {
        height: auto !important;
    }

    .need {
        width: 48% !important;
        margin-bottom: 0.3rem;
    }

    .Shelf {
        width: 48% !important;
        margin-bottom: 0.3rem;
    }

    .Mall-t-text {
        flex-wrap: wrap;
        font-size: 14px !important;
        align-content: end;
    }

    .Mall-t-text .content {
        font-size: 12px;
        line-height: 1rem;
    }
    .tuandui_txt,
    .tuandui_txt .content-container,
    .tuandui_txt .content-slider,
    .tuandui_txt .content-container .content-slide{
        width: 100% !important;
    }
    .tuandui_txt .content-container,
    .tuandui_txt .content-slider,
    .tuandui_txt .content-container .content-slide{
        height: 8rem;
    }









    .particulars{
        width: 90%;
        padding: 0.4rem;
        box-sizing: border-box;
        margin: 2rem auto;
    }

    .particulars-left{
        width: 100%;
    }
    .particulars-right{
        width: 100%;
        padding: 0;
        margin-top: 0.4rem;
    }
    .right-t{
        font-size: 14px;
    }



    .following .following-m{
        font-size: 14px;
        height: 1rem;
        width: 2rem;
    }



    .left-m .tab-slide{
        width: 1.4rem;
        height: 1.4rem;
    }
    .tab-container .nav-arrow{
        width: 30px;
        height: 30px;
    }
}