a {
    text-decoration: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input {
    padding-left: 24px !important;
    outline: none !important;
}

label {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

body {
    margin: 0;
    padding: 0;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

body {
    min-width: 1200px;
    background: #F5F5F5;
}

header {
    height: 33px;
    display: flex;
    text-align: center;
    justify-content: center;
}

header a {
    line-height: 100px;
}

header.theme-dark a {
    color: #ffffff;
}

header.theme-dark {
    background-image: url('/images/bg_mall.png');
    height: 400px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header.theme-light {

    height: 400px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.welcome-background {
    display: inline;
    position: relative;
    width: 60%;
}

.welcome-background img {
    width: 100%;
}

.welcome-background #search-form {
    position: absolute;
    right: 0;
    top: -42px;
    width: 50%;
}

.welcome-background form input {
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 24px;
    border-radius: 8px;
    background-color: #EFEFEF;
}

.welcome-background form a {
    position: absolute;
    width: 80px;
    height: 32px;
    line-height: 20px;
    padding: 8px 24px;
    border-radius: 8px;
    color: #333333;
    background-color: #D8D8D8;
    right: 16px;
    bottom: 34px;
}

header.theme-light a {
    color: #333333;
}

header.theme-light-pro {
    height: 100px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

header {
    height: 100px;
    line-height: 100px;
}

header nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

header nav a#top {
    flex: 1;
    margin-right: auto;
}

header ul.header-ul {
    padding-left: 0;
    display: flex;
    flex: 1;
    /*display: inline-block;*/
}

header ul.header-ul li:last-child {
    margin-right: 50px;
}

header ul.header-ul li {
    display: inline;
    margin-left: 50px;
    font-size: 16px;
    white-space: nowrap;
    line-height: 22px;
    text-align: center;
}

footer {
    margin-bottom: 120px;
    text-align: center;
    justify-content: center;
}

footer .line {
    width: 1403px;
    height: 1px;
    border: 1px solid #D8D8D8;
}

footer img.logo {
    margin-top: 43px;
    margin-bottom: 32px;
}

footer .company {
    display: flex;
    justify-content: center;
    margin-top: 43px;
}

footer .company address {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}

footer .company ul li {
    display: inline-block;
}

footer .company ul li a {
    color: #666666;
}

.back-top {
    width: 72px;
    height: 72px;
    right: 178px;
    bottom: 216px;
    position: fixed;
}

footer .company ul.icp {
    padding: 0;
    margin-left: 43px;
    height: 17px;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
}

footer .company ul.useful-links {
    padding: 0;
    margin-left: 206px;
    height: 17px;
    font-size: 12px;
    line-height: 17px;
}


footer .useful-links li:not(:last-child):after {
    content: ' |';
}

.login-background {
    width: 100%;
    height: 651px;
    background-image: url("/images/bg_log.png");
    background-size: 100% 100%;
    display: inline-flex;
}

.login-background img {
    position: relative;
    margin-left: 267px;
    margin-top: 189px;
}

.login-background form {
    position: relative;
    margin-left: 249px;
    margin-top: 64px;
    width: 380px;
    height: 450px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #2E2E2E;
    color: #FFFFFF;
}

.login-background ul {
    padding: 0;
    margin-top: 60px;
    margin-left: 49px;
    margin-bottom: 33px;
}

.login-background ul li {
    color: #333333;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
    line-height: 20px;
}

.login-background form input {
    margin-left: 48px;
    width: 284px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #414141;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.login-background form .js-login-type-1 label {
    position: relative;
}

.login-background form .js-login-type-1 label a {
    border-left: 1px solid #979797;
    padding-left: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #377DFD;
}

.login-background form input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.register-background {
    width: 100%;
    height: 651px;
    background-image: url("/images/bg_log.png");
    background-size: 100% 100%;
    display: inline-flex;
}

.register-background img.bg {
    position: relative;
    margin-left: 267px;
    margin-top: 189px;
}

.register-background .quick-login {
    position: absolute;
    top: 34px;
    right: 50px;
}

.register-background form {
    position: relative;
    margin-left: 249px;
    margin-top: 64px;
    width: 380px;
    height: 450px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #2E2E2E;
    color: #FFFFFF;
}

.register-background ul {
    padding: 0;
    margin-top: 30px;
    margin-left: 49px;
    margin-bottom: 25px;
}

.register-background ul li {
    color: #333333;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
    line-height: 20px;
}

.register-background form input {
    margin-left: 48px;
    width: 284px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #414141;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}


.register-background form label {
    position: relative;
}

.register-background form label img.clear-input {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    line-height: 16px;
}

.register-background .name-input:valid + .clear-input {
    display: block;
}

.register-background form input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.register-submit {
    margin-left: 48px;
    margin-top: 16px;
    width: 284px;
    height: 46px;
    background: #FFD41D;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    border: none;
}

.login-submit {
    margin-left: 48px;
    margin-top: 16px;
    width: 284px;
    height: 46px;
    background: #FFD41D;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    border: none;
}

.help-links {
    margin-top: 12px;
    height: 14px;
}

.help-links a {
    color: #666666;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-right: 8px;
}

.help-links a:not(:first-child,:last-child):after {
    content: '  |';
    color: #D8D8D8;
}

.help-links label {
    color: #666666;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.help-links input {
    width: 14px !important;
    height: 14px !important;
}

.login-type {
    margin-top: 6px;
}

.register-type {
    margin-top: 6px;
}

.login-type-active {
    margin-top: 6px;
    border-bottom: 2px solid #FFD41D;
}

.register-type-active {
    margin-top: 6px;
    border-bottom: 2px solid #FFD41D;
}

.navigate {
    background-image: url('/images/caidan.png');
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.navigate a {
    margin-right: 35px;
    margin-left: 35px;
    display: inline-block;
}

.navigate a.active {
    width: 128px;
    height: 100px;
    background-color: #4F4F4F;
}

.navigate a p {
    margin-top: 1px;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #E8E8E8;
    line-height: 16px;
}

.banner {
    margin-top: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.banner a {
    width: 25%;
    min-width: 240px;
    max-width: 335px;
    height: 180px;
    background-repeat: round;
}

.recommend {
    text-align: center;
    margin-top: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.recommend img.middle {
    display: none;
    position: absolute;
    left: 804px;
    top: 164px;
}

.recommend div.rank {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
}

.recommend div.rank .rank-1-img {
    width: 50%;
}

.recommend div.memo-1 {
    text-align: center;
    width: 50%;
    margin-left: 160px;
    margin-top: 20px;
}

.recommend div.memo-1 div {
    width: 176px;
    height: 112px;
}

.recommend div.memo-1 div.no p {
    font-size: 80px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #DBD3B1;
    line-height: 112px;
    position: relative;
}

.recommend div.memo-1 div.no p span {
    position: absolute;
    top: 60px;
    left: 0;
    width: 53px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}

.recommend div.memo-1 div.title p:first-child {
    margin-top: 114px;
    width: 550px;
    height: 56px;
    font-size: 40px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 56px;
}

.recommend div.memo-1 div.title p:nth-child(2) {
    width: 110px;
    border-bottom: 2px solid #666666;
}

.recommend div.memo-1 div.title p:nth-child(3) {
    width: 189px;
    margin-top: 48px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}

.recommend div.memo-2 {
    text-align: center;
    margin-left: 93px;
    margin-right: 100px;
    margin-top: 125px;
}

.recommend div.memo-2 div.no {
    width: 176px;
    height: 112px;
}

.recommend div.memo-2 div.no p {
    font-size: 80px;
    font-family: PingFangSC-Semibold, PingFang SC;
    width: 191px;
    font-weight: 600;
    color: #DBD3B1;
    line-height: 112px;
    position: relative;
}

.recommend div.memo-2 div.no p span {
    position: absolute;
    top: 60px;
    left: 0;
    width: 53px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}

.recommend div.memo-2 div.title {
    margin-top: 60px;
}

.recommend div.memo-2 div.title p:first-child {
    width: 480px;
    height: 56px;
    font-size: 40px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 56px;
}

.recommend div.memo-2 div.title p:nth-child(2) {
    width: 110px;
    border-bottom: 2px solid #666666;
    margin-top: 6px;
}

.recommend div.memo-2 div.title p:nth-child(3) {
    width: 189px;
    margin-top: 48px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}

.best-title {
    display: block;
    margin: 113px auto 0;
}

.best {
    display: flex;
    justify-content: center;
    text-align: center;
}

.best .list {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
    column-count: 3;
    text-align: center;
    justify-content: center;
}

.best .list a {
    flex: 1;
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
}

.best .list .box {
    border: 20px solid white;
}

.best .list .title {
    margin-top: 32px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}


.best .list .price {
    margin-top: 8px;
    height: 33px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.products {
    width: 1400px;
    margin: 0 auto;
}

.products .list {
    display: flex;
    display: -webkit-flex;
    margin-top: 30px;
    flex-wrap: wrap;
    column-count: 4;
    text-align: center;
}

.products .list a {
    flex: 1;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}

.products .list .box {
    width: 335px;
    height: 335px;
    border: 20px solid white;
}

.products .list .title {
    margin-top: 32px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products .list .tags {
    margin-top: 10px;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    gap: 1px;
}

.products .list .tag {
    width: 84px;
    height: 26px;
    background: #DFDDF6;
    border-radius: 4px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6454FE;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products .list .price {
    margin-top: 8px;
    height: 33px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.btn-cart {
    display: inline-block;
    vertical-align: middle;
    background: #F5F5F5 no-repeat center;
    border: 1px solid #d0d0d0;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    color: #666;
    transition: color .2s, background-color .2s;
}

.btn-cart:active {
    box-shadow: inset 0 1px rgba(100, 100, 100, .1);
}

.btn-cart:hover {
    background-color: #e9e9e9;
    color: #333;
}

.btn_plus {
    background-image: linear-gradient(to top, currentColor, currentColor), linear-gradient(to top, currentColor, currentColor);
    background-size: 10px 2px, 2px 10px;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn_minus {
    background-image: linear-gradient(to top, currentColor, currentColor);
    background-size: 10px 2px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.topbar {
    display: grid;
    grid-template-columns: repeat(10, 100px);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.topbar .title {
    width: 88px;
    margin-right: 20px;
    height: 36px;
    line-height: 36px;
    background: #444343;
    color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #FFFFFF;
    border-radius: 18px;
}

.topbar .active {
    box-shadow: 0px 2px 4px 0px #EEB721;
    color: #EEB721;
}

.topbar .title a {
    height: 14px;
    color: white;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 14px;
}

.bread-crumb {
    margin-top: 30px;
    margin-left: 260px;
}

.bread-crumb a {
    width: 64px;
    height: 16px;
    font-size: 16px;
    margin-right: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.bread-crumb a.active {
    font-weight: 500;
    color: #333333;
}

.product-header {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.product-images {
    width: 415px;
    height: 511px;
    background-color: white;
}

.product-images-items {
    margin-top: 18px;
}

.product-images-items img {
    margin-right: 8px;
}

.product-images-items img:hover {
    cursor: pointer;
}

.product-info {
    position: relative;
    width: 762px;
    background-color: #EFEFEF;
    margin-left: 18px;
    padding-bottom: 18px;
}


.product-info .product-cart .tags {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    gap: 1px;
}

.product-info .product-cart .tag {
    text-align: center;
    width: 84px;
    background: #DFDDF6;
    border-radius: 4px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6454FE;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.product-info .product-titles {
    margin-left: 104px;
    margin-top: 50px
}

.product-info .product-titles h1 {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.product-info .product-titles h2 {
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.product-info .product-sku {
    position: absolute;
    top: 50px;
    right: 0;
    width: 212px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #EEB721;
    border-radius: 100px 0px 0px 100px;
}

.product-info .product-sku span {
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.product-info .product-spec {
    display: flex;
    margin-top: 40px;
}

.product-info .product-spec .title {
    width: 50px;
    margin-right: 24px;
    margin-left: 104px;
}

.product-info .product-spec .items .sku {
    display: inline-block;
    margin-bottom: 8px;
    height: 32px;
    padding: 6px 0 !important;
    color: #333333;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #999999;
    margin-right: 16px;
}

.product-info .product-spec .items .current {
    color: #FFFFFF;
    background-color: #EEB721;
    border: none;
}

.product-info .product-spec .items .product_detail_info_specs-disable {
    border: 1px dotted #CCC;
    pointer: none;
    color: #999999;
}

.product-info .product-cart {
    display: flex;
    margin-top: 40px;
}

.product-info .product-cart .title {
    margin-right: 24px;
    margin-left: 104px;
    width: 50px;
}

.product-info .product-cart .product-stock {
    height: 30px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.product-info .product-cart .items {
    display: flex;
}

.product-info .product-cart .items label {
    display: flex;
    height: 32px;
    line-height: 32px;
    margin-right: 16px;
}

.product-info .product-cart .items label input {
    display: block;
    background: #F5F5F5;
    border: 1px solid #cccccc;
    width: 48px;
    outline: none;
    height: 32px;
    padding-left: 12px !important;
}

.product-info .product-cart-btn {
    display: flex;
    margin-top: 40px;
    margin-left: 104px;
}

.product-info .product-cart-btn a {
    width: 186px;
    height: 48px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 48px;
    background: #EEB721;
    border-radius: 24px;
}

.product-tips {
    width: 1200px;
    height: 110px;
    padding: 31px;
    margin: 0 auto;
    margin-top: 60px;
    border: 1px dashed #666666;
    font-size: 16px;
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #FE7621;
}

.product-tips .title {
    width: 80px;
    height: 24px;
    line-height: 24px;
}

.product-tips .content {
    width: 1067px;
    height: 48px;
}

.product-price {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
    height: 48px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 0px 0px 32px 32px;
}

.product-price h3 {
    width: 112px;
    margin-left: 144px;
    height: 48px;
    line-height: 48px;
    border-bottom: 3px solid #EEB721;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.product-price-detail {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    height: 187px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.product-price-detail-content {
    width: 1000px;
    margin: 0 auto
}

.product-content-title {
    width: 1400px;
    margin: 40px auto;
    height: 48px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 0px 0px 32px 32px;
}

.product-content-title h3 {
    width: 64px;
    margin-left: 144px;
    height: 48px;
    line-height: 48px;
    border-bottom: 3px solid #EEB721;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.product-props {
    width: 1200px;
    border-spacing: 0 12px;
    border-collapse: separate;
    margin: 0 auto;
    margin-top: 12px;
    text-align: center;
}

.product-props tr {
    background-color: #E8E8E8;
    height: 47px;
    line-height: 47px;
    margin-bottom: 12px;
}

.product-props tr td.title {
    width: 17%;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 14px;
}

.product-props tr td.value {
    width: 16%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.product-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #D8D8D8;
}

.product-content-title1 {
    height: 56px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.product-content-title1 h3 {
    width: 160px;
    height: 56px;
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
}

.product-content-title1 img {
    margin-top: -100px;
}

.product-content-title2 {
    height: 56px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.product-content-title2 h3 {
    width: 160px;
    height: 56px;
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
}

.product-content-title2 img {
    margin-top: -100px;
}

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

.product-content-images img {
    flex: 1;
    width: 500px;
    min-width: 500px;
    margin: 25px;
}

.product-price-detail-content .item {
    display: flex;
    position: relative;
    z-index: 2;
    padding-left: 127px;
    width: 130px;
    padding-top: 40px;
    height: 100px;
    text-align: center;
    align-items: center;
    flex-direction: column
}

.product-price-detail-content .item .title {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 22px;
}

.product-price-detail-content .item .icon {
    width: 23px;
    border-radius: 23px;
    height: 23px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(112, 120, 135, 0.24);
}

.product-price-detail-content .item .icon .dot {
    width: 7px;
    padding-top: 3px;
    height: 7px;
    border-radius: 7px;
    background: #FFE700;
    box-shadow: 0px 3px 9px 0px rgba(112, 120, 135, 0.24);
}

.product-price-detail-content .item .price {
    margin-top: 20px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
}

.product-price-detail-content .line {
    padding-left: 127px;
    position: relative;
    width: 1000px;
    height: 3px;
    background-color: #cccccc
}

.product-price-detail-content .line .arrow {
    position: absolute;
    right: -10px;
    top: -3px;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #cccccc;
}

.search {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    text-align: center;
}

.search:after {
    clear: both;
}

.search .logo {
    margin-left: 77px;
    float: left;
}

.search .logo img {
    vertical-align: text-bottom;
}

.search .sub-title {
    width: 54px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    vertical-align: text-bottom;
    color: #333333;
    line-height: 25px;
    margin-left: 12px;
}

.search form {
    float: right;
}

.search input {
    width: 602px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 8px 0px 0px 8px;
    display: block;
    border: 1px solid #D8D8D8;
}

.search a {
    width: 84px;
    height: 56px;
    background: #333333;
    border-radius: 0px 8px 8px 0px;
    padding: 13px 24px;
}

.cart-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.cart-content .header-title {
    width: 72px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-left: 17px;
    margin-bottom: -10px;
}

.cart-content table {
    width: 100%;
    border-spacing: 0 12px;
    border: 1px solid #D8D8D8;
}

.cart-content table thead {
    height: 44px;
    background: #F4F4F4;
}

.cart-content table thead span {
    width: 24px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
}

.cart-content table tfoot {
    height: 80px;
    border: 1px solid #D8D8D8;
}

.cart-content table tfoot span {
    width: 24px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
}

.cart-content table tfoot .btn-check {
    width: 200px;
    height: 78px;
    line-height: 78px;
    background: #EEB721;
    padding: 24px 50px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.checkout-content table tfoot .btn-check {
    width: 200px;
    height: 78px;
    margin-left: 5px;
    background: #EEB721;
    padding: 24px 50px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.cart-content table tbody tr {
    height: 80px;
    line-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-content table tbody tr .product-detail div {
    line-height: 40px;
    margin-left: 12px;
}

.cart-content table tbody tr .product-detail div p.title {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.cart-content table tbody tr .product-detail div p.spec {
    margin-top: 24px;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0;
}

.cart-content table tbody tr .product-detail div p.spec span:not(:last-child):after {
    content: ' |';
}

.cart-content table tr td:first-child {
    width: 50px;
    text-align: center;
}

.cart-content .product-amount {
    width: 112px;
    height: 32px;
    line-height: 32px;
    display: flex;
}

.cart-content .product-amount input {
    display: block;
    width: 48px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #cccccc;
    outline: none;
    padding-left: 12px !important;
}

.btn-del {
    width: 24px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}

.checkout-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    background: #FFFFFF;;
    padding-bottom: 16px;
}

.checkout-content .title {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #D8D8D8;;
}

.checkout-content .title span {
    height: 18px;
    line-height: 18px;
}

.checkout-content .title span:first-child {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-left: 13px;
}

.checkout-content .order-info {
    width: 1168px;
    height: 108px;
    margin-left: 16px;
    margin-top: 22px;
    border: 1px solid #D8D8D8;
    padding-top: 18px;
    padding-left: 16px;
}

.checkout-content .order-info .subtitle {
    width: 65px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: justify;
    line-height: 14px;
}

.checkout-content .order-info .value {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
}

.checkout-content .order-info p {
    height: 14px;
    line-height: 14px;
    display: flex;
}

.checkout-content .order-info div {
    flex: 1;
}

.checkout-content table {
    width: 1168px;
    margin: 0 auto;
    border: 1px solid #D8D8D8;
}

.checkout-content table thead {
    height: 44px;
    background: #F4F4F4;
}

.checkout-content table tbody tr {
    height: 100px;
    line-height: 100px;
    margin-top: 10px;
    margin-left: 16px;
    margin-bottom: 10px;
}

.checkout-content table tbody tr td:nth-child(2) {
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}

.checkout-content table tbody tr td:nth-child(3) {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C43B3B;
    line-height: 20px;
}


.checkout-content table tbody tr .product-detail {
    margin-left: 16px;
}

.checkout-content table tbody tr .product-detail div {
    line-height: 40px;
    margin-left: 12px;
}

.checkout-content table tbody tr .product-detail div p.title {
    border: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 250px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.checkout-content table tbody tr .product-detail div p.spec {
    margin-top: 24px;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0;
}

.checkout-content table tbody tr .product-detail div p.spec span:not(:last-child):after {
    content: ' |';
}

.checkout-content table tfoot {
    height: 80px;
    border: 1px solid #D8D8D8;
}

.total_count {
    display: flex;
    justify-content: left;
    margin-left: 10px;
}

.total_count div {
    margin-right: 40px;
}

.total_label {
    height: 25px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.total_value {
    height: 25px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #C43B3B;
}

.previous-btn {
    width: 76px;
    text-align: center;
    color: #333333;
    height: 32px;
    line-height: 32px;
    background: #F4F4F4;
}

.previous-btn:hover {
    color: #333333 !important;
}

.next-btn:hover {
    color: #333333 !important;
}

.next-btn {
    width: 76px;
    height: 32px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    background: #F4F4F4;
}

.disable-btn {
    color: #999999;
}

.disable-btn:hover {
    color: #999999;
}

.checkout-content .product-items {
    position: relative;
}

.pager {
    display: flex;
}

.pager .page-number {
    margin: 0 16px;
    height: 32px;
    line-height: 32px;
}

.pager .page-number .current-page {
    color: #845F3F;
}

.pager .page-number .total-page {
    color: #333333;
}

.order-status-error {
    height: 18px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF3838;
    padding: 0 8px;
    border-radius: 8px;
    border: 1px solid #FF3838;
    line-height: 18px;
}

.order-status-success {
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #08AF34;
    border: 1px solid #08AF34;
}

.order-status-square-error {
    width: 58px;
    height: 18px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF3838;
    padding: 0 8px;
    border-radius: 8px;
    line-height: 18px;
    background: #FFE3E3;
}

.order-status-square-success {
    width: 58px;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #08AF34;
    background: #D3EDDA;
}

.user-home {
    position: relative;
    height: 100px;
    line-height: 100px !important;
    margin-left: 100px !important;
}

.user-home:hover ul {
    display: block;
}

.user-home ul {
    display: none;
    width: 120px;
    height: 124px;
    position: absolute;
    top: 98px;
    right: -40px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.1);
    padding: 0 !important;
}

.user-home ul li {
    display: block !important;
    height: 20px;
    margin: 12px !important;
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.user-home ul li a {
    line-height: normal !important;
}

.user-center {
    width: 1200px;
    margin: 0 auto;
    margin-top: 31px;
    display: flex;
}

.user-profile {
    width: 210px;
    height: 276px;
    background-image: url("/images/bg_geren.png");
    text-align: center;
    margin-right: 16px;
    padding-bottom: 16px;
}


.user-avatar {
    margin-top: 32px;
    border-radius: 80px;
}

.user-nickname {
    margin-top: 16px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.user-address {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    margin-top: 4px;
}

.user-email {
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 4px;
}

.user-last-login {
    margin-top: 32px;
    height: 36px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}

.user-menu {
    width: 210px;
    height: 402px;
    background: white;
    padding-top: 16px;
    margin-top: 16px;
}

.user-center .sidebar {
    width: 210px;
}

.user-center .content {
    width: 974px;
    margin-left: 16px;
    background-color: #ffffff;
}

.user-center .title {
    width: 80px;
    height: 22px;
    margin-left: 16px;
    margin-top: 16px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.user-menu ul {
    padding: 0;
}

.user-menu ul li {
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
}

.user-menu ul li a {
    padding-left: 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.user-menu ul li a.active {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    background-color: #EEB721;
    color: #333333;
}

table.order-table {
    width: 942px;
    margin: 0 auto;
    margin-top: 16px;
    padding-left: 16px;
    border: 1px solid #D8D8D8;
}

table.order-table thead tr:first-child {
    height: 44px;
    background: #F4F4F4;
}

table.order-table thead tr:nth-child(2) {
    height: 44px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
}

table.order-table tr td:first-child {
    padding-left: 16px;
}

table.order-table tbody tr {
    height: 80px;
    line-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.order-table tbody tr .product-detail div {
    line-height: 40px;
    margin-left: 12px;
}

table.order-table tbody tr .product-detail div p.title {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

table.order-table tbody tr .product-detail div p.spec {
    margin-top: 40px;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0;
}

table.order-table tbody tr .product-detail div p.spec span:not(:last-child):after {
    content: ' |';
}

table.order-table tfoot {
    height: 80px;
    border: 1px solid #D8D8D8;
}


table.order-table tbody tr {
    height: 100px;
    line-height: 100px;
    margin-top: 10px;
    margin-left: 16px;
    margin-bottom: 10px;
}


table.order-table tbody tr td:nth-child(2) {
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}

table.order-table tbody tr td:nth-child(3) {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C43B3B;
    line-height: 20px;
}

.order-remark {
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.order-time {
    width: 81px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.order-no {
    width: 212px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.order-link {
    margin-left: 85px;
    width: 365px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.order-copy-link:hover {
    color: #EEB721;
}

.order-copy-link {
    margin-right: 16px;
    text-align: center;
    width: 88px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #EEB721;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #EEB721;
    line-height: 22px;
}


.user-center .content ul {
    padding: 0;
    margin-top: 13px;
    margin-left: 49px;
    margin-bottom: 33px;
}

.user-center .content li {
    color: #333333;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-right: 32px;
    line-height: 20px;
}

.user-info {
    margin-bottom: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.user-info img {
    border-radius: 120px;
    margin-bottom: 22px;
}

.user-info .change-avatar:hover .change-avatar-tip {
    display: block;
}

.user-info .change-avatar {
    position: relative;
    text-align: center;
    line-height: 120px;
}

.user-info .change-avatar-tip {
    display: none;
    background-color: #2E2E2E;
    position: absolute;
    top: -58px;
    left: 0;
    height: 120px;
    cursor: pointer;
    border-radius: 120px;
    opacity: 0.4;
    width: 120px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 120px;
}

.user-info .user-attrs {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.user-info .user-attrs div.input-groups {
    margin-top: 32px;
    text-align: left;
}

.user-info div input[type="text"] {
    width: 366px;
    height: 36px;
    outline: none;
    border: 1px solid #EDEDED;
    margin-right: 16px;
}

.user-info div input[type="password"] {
    width: 366px;
    height: 36px;
    outline: none;
    border: 1px solid #EDEDED;
    margin-right: 16px;
}

.user-info div .title {
    display: inline-block;
    width: 70px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-right: 28px;
}

.txt-999 {
    font-size: 12px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #999999;
    font-weight: 400;
}

.txt-333 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.tip {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #EEB721;
}

.gender {
    margin-right: 40px;
    padding-right: 8px;
    color: #333333;
}

.profile-submit:hover {
    color: #FFFFFF;
}

.profile-submit {
    cursor: pointer;
    width: 124px;
    height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    background: #EEB721;
    padding: 6px 48px;
    border-radius: 4px;
}

ul.phone-steps {
    list-style: none;
    display: flex !important;
    counter-reset: steps;
    margin-bottom: 107px;
}

ul.phone-steps li {
    width: 300px;
    flex-grow: 1;
    display: flex !important;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 0 !important;
}

ul.phone-steps li div {
    color: black;
    position: absolute !important; /* 定位位置 */
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%); /* 水平居中 */
}

ul.phone-steps li::before {
    z-index: 1;
    content: "";
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 2px #AAAAAA, 0 0 0 4px transparent;
    border-radius: 50%;
    margin: 1px;
    display: flex !important;
    color: white;
    justify-content: center;
    align-items: center;
}

ul.phone-steps li:nth-child(n+2):after {
    content: '';
    border-bottom: 1px dashed #EEB721;
    width: 100%;
    position: absolute;
    left: -50%;
    color: white;
}

ul.phone-steps li.active::before {
    background: #EEB721;
    box-shadow: 0 0 0 2px rgb(255 255 255), 0 0 0 4px #EEB721;
}

div.done-tip {
    margin-top: 107px !important;
    text-align: center !important;
}

.pagination {
    display: flex;
    margin-top: 20px;
}

.pagination li {
    cursor: pointer;
}

.pagination .page-number {
    margin: 0 16px;
    height: 32px;
    line-height: 32px;
}

.pagination .page-number .current-page {
    color: #845F3F;
}

.pagination .page-number .total-page {
    color: #333333;
}

.pagination a {
    color: #333333;
}

.page-404 {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.page-404 p {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.page-404 a {
    height: 14px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4272FF;
    line-height: 14px;
}
