@charset "UTF-8";

/* 全局 */
body,
html {
    height: 100vh;
}

[copy] {
    margin-left: 10px;
    font-size: 12px;
    color: #80a1ff;
    cursor: pointer;
}

.layui-layer-shade-loading {
    background: #ffffff2e !important;
    opacity: 1 !important;
}

.layui-layer-loading .layui-layer-content {
    width: 50px;
    height: 50px;
    border-top: 5px solid #0099ff;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

.layui-layer-loading .layui-layer-content>* {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.layui-form-label {
    width: 90px;
}

.layui-input-block {
    margin-left: 90px;
    min-height: 36px;
}

#webLayoutBox {
    min-width: var(--centerA, 23rem);
    background-color: #f2f6fa;
    padding-top: 129px;
}

[Jump] {
    cursor: pointer;
}

a[notext] {
    text-decoration: none !important;
}

[black] {
    color: #000;
}

[lbule] {
    color: #46a6ff;
}

body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(72 253 0 / 0%);
    background-color: #f2f2ff;
    border-radius: 3px;
}

body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
    border-radius: 7px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #b8b8b8;
    opacity: 1;
}

body ::-webkit-scrollbar-corner,
html ::-webkit-scrollbar-corner {
    background: transparent;
}

body ::-webkit-scrollbar-button,
html ::-webkit-scrollbar-button {
    display: none;
}

body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

body {
    height: 100vh;
}

* {
    box-sizing: border-box;
    font-family: Source Han Sans !important;
}

@keyframes fadeOut {
    30% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

.text-red {
    color: red;
}

.msg-class1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: black !important;
    color: white !important;
    border-radius: 10px !important;
    opacity: 0.8 !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    min-width: 150px !important;
    min-height: 50px !important;
    animation: fadeOut 2s ease-in-out;
}

.msg-class1>div {
    height: auto !important;
}

.ask-class .layui-layer-btn {
    display: flex;
    justify-content: center;
}

.ask-class .layui-layer-btn a {
    height: 35px;
    line-height: 35px;
    min-width: 80px;
    text-align: center;
}



.layui-anim-upbit {
    z-index: 99999999999999 !important;
}

/* .loading {
    font-size: 16px;
    color: #333;
}

@keyframes loading-dots {
    0% {
        content: "··";
    }

    25% {
        content: "···";
    }

    50% {
        content: "····";
    }

    75% {
        content: "·····";
    }

    100% {
        content: "··";
    }
}

.loading::after {
    position: relative;
    top: 2px;
    font-size: 20px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: loading-dots 1s infinite;
} */

btn {
    cursor: pointer;
}

em {
    color: #ff0000;
}

.nomore {
    width: 100%;
    padding: 15px 0;
    line-height: 40px;
    text-align: center;
}

.nomore>div.bt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.nomore a {
    text-decoration: none;
}

.nomore a:hover {
    color: #e6f3ff;
}

.layout-main {
    background-color: #f2f6fa;
    min-height: calc(100vh - 513px);
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

.el-image__error,
.el-image__inner,
.el-image__placeholder {
    width: 100%;
    height: 100%;
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.el-image__inner {
    vertical-align: top;
}

.el-carousel--horizontal {
    overflow-x: hidden;
}

.el-carousel {
    position: relative;
}

.el-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: hsla(0, 0%, 100%, .9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
}

.el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.el-carousel__arrow:hover {
    background-color: rgba(31, 45, 61, .23);
}

.el-carousel__container {
    position: relative;
    height: 300px;
}

.el-carousel__arrow--left {
    left: 16px;
}

.el-carousel__arrow {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, .11);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
}

.el-carousel__arrow--right,
.el-notification.right {
    right: 16px;
}

.el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

.el-carousel__item,
.el-carousel__mask {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.left {
    float: left
}

.right {
    float: right;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.out-langbar {
    background-color: #f6f2fa;
}

.LangBar {
    background-image: url(/theme/index/iotpc/assets/category/backgroundttt.png);
    background-size: cover;
    width: 100%;
    color: #fff;
    height: 48px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    line-height: 1.08rem;
    padding-left: 0.25rem;
    margin: 0 auto;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.LangBar .item {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.LangBar .item:hover {
    color: #d9dade;
}

.LangBar .item>a {
    color: #fff;
    display: flex;
    text-decoration: none !important;
}

.LangBar .item>a:hover {
    color: #d9dade;
}

.LangBar .item img {
    margin: auto;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.LangBar .item:last-child {
    color: #fff !important;
    cursor: text;
}

.LangBar i {
    font-size: .8em;
    color: #fff !important;
}

.el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399;
}

body .el-button {
    height: 0.7rem;
    line-height: normal;
    font-size: var(--sizeM, .25rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.4rem;
}

.child-item {
    width: 98%;
    height: 2.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.36rem;
    border-bottom: 0.018rem solid #f2f6fa;
}

.child-item .left,
.child-item .right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .el-image {
    width: 100%;
    height: 100%;
}

.el-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;
}

body .el-button span {
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
}

p {
    margin: 0 0 0;
}

.header-top .header-top-content ul li:hover {
    color: #fff;
}

.header-top .header-top-content ul li:hover>a {
    color: #fff;
}

.el-link.el-link--primary {
    color: #409eff;
}

.el-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: 0;
    padding: 0;
    font-weight: 500;
}

body .el-link--inner {
    font-size: var(--sizeM, 0.25rem) !important;
}




/* header */

div.header {
    width: 100%;
    min-width: var(--centerA, 23rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999;
}

div.header div.header-top {
    width: 100%;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
}

div.header div.header-top-content {
    width: var(--centerA, 23rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.header div.header-top-content .tip {
    color: #ffa000;
}

div.header div.header-top-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 5px;
    margin: -2px 0 0;
}

#usershortcut ul {
    display: none;
}

#usershortcut:hover ul {
    display: flex;
}

div.header ul>li {
    position: relative;
    padding: 0 0.15rem;
    cursor: pointer;
    font-size: var(--sizeL, 0.3rem);
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #b0b0b0;
}

div.header .header-top-content ul>li>a {
    text-decoration: none;
    color: #b0b0b0;
}

div.header ul>li[active]>a {
    color: #1890ff;
}

div.header div.header-menu {
    background: #fff;
    display: flex;
    width: calc(var(--centerA, 23rem) + 0.5rem);
    align-items: center;
    justify-content: flex-start;
}

div.header div.header-menu div.logoPanel {
    width: 280px;
    height: 80px;
}

div.header div.header-menu img.el-image__inner {
    width: auto;
    max-width: 280px;
    height: 80px;
    display: block;
    cursor: pointer;
}

div.header div.header-menu ul {
    height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

div.header div.header-menu li {
    width: 3rem;
    height: 100%;
    line-height: 1.4rem;
    text-align: center;
    cursor: pointer;
    font-size: var(--sizeXXL, 0.38rem);
    font-weight: 700;
    color: #000;
    transition: color 0.2s;
}

div.header div.header-menu li[active] {
    color: #1890ff;
}

div.header div.header-menu li[active]::after {
    display: block;
    margin: auto;
    content: '';
    width: 2.5rem;
    height: 0.07rem;
    background: #1890ff;
    border-radius: 0.1rem;
}

div.header div.header-menu li.isActive {
    color: #1890ff;
}

div.header div.header-menu div.searchPanel {
    width: 100%;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #1a5fff;
    border-radius: 16px;
    overflow: hidden;
}

div.header div.header-menu div.searchPanel input {
    width: 100%;
    background: #fff;
    opacity: 1;
    font-size: var(--sizeM, 0.25rem) !important;
    padding: 10px;
    padding-right: 40px;
    color: #333;
    border: none;
    outline: none;
}

div.header div.header-menu div.searchPanel input+i {
    position: absolute;
    right: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}


/* footer */

footer {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 350px;
    background-color: #131314;
}

footer div.content {
    width: 1200px;
    height: 350px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

footer ul.icon-item {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    color: #fff;
    list-style: none;
    font-weight: 400;
}

footer ul.icon-item>li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 31px 0;
}

footer ul.icon-item>li>div {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

footer ul.icon-item>li>div>img {
    width: 30px;
}

footer ul.icon-item>li>div>svg {
    width: 45px;
}

footer ul.icon-item>li>span {
    font-size: 17px;
}

footer ul.content {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-direction: row;
    border: 1px solid hsla(0, 0%, 100%, 0.1019607843);
    border-style: solid none;
    padding: 27px 0;
    font-weight: 400;
}

footer ul.content>div.left {
    display: flex;
    justify-content: space-between;
    flex: 1;
    float: left;
}

footer ul.content>div.left>li {
    display: flex;
    flex-direction: column;
    text-align: left;
}

footer ul.content>div.left>li>span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

footer ul.content>div.left>li>.title {
    font-weight: 550;
    font-size: 16px;
}

footer ul.content>div.logo {
    width: 125px;
    margin-left: 105px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

footer ul.content>div.logo>span {
    margin-bottom: 20px;
    white-space: nowrap;
}

footer ul.content>div.logo>div {
    width: 105px;
    height: 105px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer ul.content>div.logo>div .top-left {
    width: 14px;
    height: 13px;
    border: 2px solid #fff;
    border-style: solid none none solid;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
}

footer ul.content>div.logo>div .top-right {
    width: 14px;
    height: 13px;
    border: 2px solid #fff;
    border-style: solid solid none none;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
}

footer ul.content>div.logo>div .bottom-left {
    width: 14px;
    height: 13px;
    border: 2px solid #fff;
    border-style: none none solid solid;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
}

footer ul.content>div.logo>div .bottom-right {
    width: 14px;
    height: 13px;
    border: 2px solid #fff;
    border-style: none solid solid none;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
}

footer ul.content>div.logo>div>img {
    height: 95px;
}

footer ul.bottom {
    flex: 1;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #dbdbdb;
    list-style: none;
}

footer ul.bottom .copy {
    display: inline-block;
    margin-left: 10px;
}

#lr .consentagreement {
    background-image: url(/theme/index/iotpc/assets/consentagreement.svg);
    background-size: cover;
    border: none;
}

#lr {
    width: 100%;
    height: 100vh;
    background: rgba(51, 51, 51, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#lr .login-box {
    background: linear-gradient(180deg, #dff4fe, #fff);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 480px;
    height: 550px;
    top: 17%;
    left: 34%;
    position: relative;
}

#lr.register .login-box {
    height: 680px;
    top: 13%;
}

#lr .before {
    display: block;
    white-space: nowrap;
    font-weight: 550;
    color: #333;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
}

#lr .login-box-content {
    background: #fff;
    box-shadow: 0 6px 16px 0 #eaf7ff;
    border-radius: 15px 15px 15px 15px;
    z-index: 2;
    width: 404px;
    margin-top: 90px;
    height: 440px;
}

#lr.register .login-box-content {
    height: 570px;
}

#lr .login-box-content .type-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e7ee;
    height: 77px;
    padding: 0 62px;
}

#lr .login-box-content .type-title>span {
    font-weight: 400;
    color: #333;
    cursor: pointer;
    font-size: 18px;
}

#lr .login-box-content .type-title>span.active {
    color: #209bff;
    position: relative;
}

#lr .login-box-content .type-title>span.active::after {
    content: ' ';
    position: absolute;
    width: 90%;
    height: 4px;
    background: #209bff;
    border-radius: 4px;
    bottom: -28px;
    left: calc(10% / 2);
}

#lr .LoginCode {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lr .login-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

#lr .form-item {
    margin-top: 18px;
    width: 294px;
    height: 52px;
    border: 1px solid #d0d5de;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    padding: 0 19px;
    position: relative;
}

#lr .form-item>input {
    outline: none;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
}

#lr .form-agreement {
    margin-top: 18px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333;
    font-size: 14px;
}

#lr .form-agreement>a {
    font-weight: 400;
    color: #209bff;
    margin: 0 2px;
    cursor: pointer;
}

#lr .submit-btn {
    margin-top: 18px;
    width: 298px;
    height: 48px;
    background: #209bff;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#lr .shortcut,
#lr .reg-login {
    margin-top: 10px;
    width: 80%;
    color: #209bff;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    text-align: center;
}

#lr .shortcut {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}

#lr .shortcut>p {
    position: relative;
    color: #9b9fa8;
    margin-bottom: 5px;
}

#lr .shortcut>p::before {
    content: "";
    width: 103px;
    height: 1px;
    background: #d6dae2;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 115px;
}

#lr .shortcut>p::after {
    content: "";
    width: 103px;
    height: 1px;
    background: #d6dae2;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 115px;
}

#lr .shortcut>div {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#lr .shortcut>div img {
    width: 40px;
}

#suspension {
    position: fixed;
    right: 7px;
    bottom: 15%;
    width: 50px;
    height: auto;
    min-height: 50px;
    background: #00c7ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    flex-direction: column;
}

#officialAccount {
    filter: drop-shadow(1px 1px 5px gray);
    background: #fff;
    position: fixed;
    right: 80px;
    bottom: 10%;
    border-radius: 4px;
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px;
    word-wrap: break-word;
    width: 130px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    display: none;
}




/*商品列表*/
.goods-list {
    min-height: 100px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border: 1px solid #b5d2ff;
}

.goods-list .el-image {
    aspect-ratio: 1 / 1;
}

.goods-list[arrange=gongge] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
    padding: 15px;
}

.goods-list .type-box {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 0 20px;
    margin: 5px 0;
    overflow: auto;
}

.goods-list .child-item {
    position: relative;
    padding: 10px;
}

.goods-list .child-item .icon-recommend,
.goods-list .child-item .icon-topup {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    height: 44px;
    width: 44px;
    left: 0;
    top: 0;
}

.goods-list[arrange=gongge] .child-item {
    /* flex: 0 0 calc(20% - 12px); */
    flex: 0 0 calc(20% - 12px);
    padding: 0;
    flex-direction: column;
    height: auto;
    -webkit-box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
    -webkit-transition: -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease-in;
    transition: -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease-in;
    transition: box-shadow .2s ease-in, transform .2s ease-in;
    transition: box-shadow .2s ease-in, transform .2s ease-in, -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease-in;
    overflow: hidden;
    border-radius: 10px;
}

.goods-list[arrange=gongge] .child-item:hover {
    background-color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 6px 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 30%);
}

.goods-list .child-item .left {
    gap: 30px;
    flex: 1;
    height: 100%;
}

.goods-list[arrange=gongge] .child-item .left {
    flex-direction: column;
    width: 100%;
    padding: 0px;
    gap: 0px;
}

.goods-list .child-item .icon-shoucang {
    cursor: pointer;
    font-size: .5rem;
}

.goods-list .child-item .img-box {
    height: 100%;
    border-radius: 0.05rem;
    margin: 0 0.1rem;
    position: relative;
    overflow: hidden;
}

.goods-list[arrange=gongge] .child-item .img-box {
    width: 100%;
    margin: 0;
}

.goods-list[arrange=gongge] .child-item .img-box img {
    height: 100% !important;
    width: 100% !important;
    border: none !important;
}

.goods-list .child-item .child-item-content {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.goods-list[arrange=gongge] .child-item .child-item-content {
    width: 100%;
    padding: 3px 10px 0px 10px;
}

.goods-list[arrange=gongge] .child-item .child-item-content .title {
    min-height: 40px;
    color: rgb(2, 167, 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.goods-list .child-item .child-item-content>div.special {
    display: flex;
    font-size: var(--sizeM, .25rem);
    font-weight: 600;
    flex-direction: column;
    gap: 5px;
}

.goods-list .child-item .child-item-content>div.special>div.server {
    display: flex;
    gap: 5px;
    color: #59f;
}

.goods-list .child-item .child-item-content>div.special>div.tags {
    display: flex;
    gap: 5px;
    color: #fff;
    flex-wrap: wrap;
}

.goods-list .child-item .child-item-content>div.special>div.server>div {
    display: flex;
    font-size: 12px;
    padding: 0 5px;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    color: #59f;
    background: rgba(0, 0, 0, .05);
    margin-right: 0;
}

.goods-list .child-item .child-item-content>div.special>div.tags>div {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(135deg, #76b3ff, #3b8cfe);
    border-radius: 2px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods-list .child-item .child-item-content>div.specials {
    font-weight: 500;
    color: rgb(0, 0, 0);
    display: flex;
}

.goods-list .child-item .child-item-content>div p {
    width: 1.2rem;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    font-size: var(--sizeM, .25rem);
}

.goods-list .child-item .child-item-content>div.special p {
    white-space: nowrap;
}

.goods-list .child-item .icon-shoucang {
    cursor: pointer;
    font-size: .5rem;
}

.goods-list[arrange=gongge] .child-item .icon-shoucang {
    display: none;
}

.goods-list .child-item .right {
    gap: 64px;
}

.goods-list[arrange=gongge] .child-item .right {
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    gap: unset;
}

.goods-list .child-item .right>div.sales {
    display: none;
}

.goods-list[arrange=gongge] .child-item .right>div.sales {
    display: flex;
}

.goods-list[arrange=gongge] .child-item .right>div.priceBtn {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}

.goods-list[arrange=gongge] .child-item .right>div.priceBtn button {
    width: 70px;
    height: 26px;
}

.goods-list .child-item .right>div.priceBtn>div {
    display: flex;
    padding: 10px;
    text-align: center;
    color: #ff5436;
    font-size: 20px;
    font-weight: 700;
    align-items: flex-end;
}

.goods-list[arrange=gongge] .child-item .right>div.priceBtn>div {
    font-size: 18px;
    padding: 0;
}

.goods-list .child-item .price-line {
    font-weight: 400;
    color: #868686;
    text-decoration: line-through;
}

.goods-list .child-item .right>div.priceBtn .price-line {
    margin-left: 5px;
    font-size: 13px;
}

.goods-list[arrange=gongge] .nomore {
    position: absolute;
    bottom: 0px;
    padding: 0px;
}





/*自定义标签样式*/

money {
    font-size: 20px;
}

money::before {
    content: '￥';
    margin-right: -8px;
    font-size: 15px;
}