@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

a {
    text-decoration: none;
    cursor: pointer
}

.clear {
    clear: both;
}

/* input */
input {
    font-size: 1.2rem;
    font-size: 100%;
    outline: none;
    line-height: normal;
    color: #444;
}

.ipt {
    border: solid 0.1rem #d2d2d2;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-radius: 0.2rem;
    box-shadow: inset 0 0.1rem 0 #f8f8f8;
    background-color: #fff;
    padding: 0.4rem 0.6rem;
    height: 2.1rem;
    line-height: 2.1rem;
    color: #555;
    width: 18rem;
    vertical-align: baseline;
}

.ipt:focus {
    border-color: #95C8F1;
    box-shadow: 0 0 0.4rem #95C8F1;
}

.buy-event,
.item-props-can {
    cursor: pointer;
}

.theme-popover-mask {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}

.theme-popover {
    z-index: 1002;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none!important;
}

.theme-poptit {
    padding: 1.2rem;
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 8rem;
}

.theme-poptit .close {
    float: right;
    color: #999;
    padding: 0.5rem;
    margin: -0.2rem -0.5rem -0.5rem;
    font: bold 1.4rem/1.4rem simsun;
    text-shadow: 0 0.1rem 0 #ddd
}

.theme-poptit .close:hover {
    color: #444;
}

.theme-popover .confirm {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff !important;
}

/* 轮播 */
.scoll {
    position: relative;
}

/*内容布局*/
.clearfix-right dd {
    margin: 0;
}

.theme-popover .theme-poptit h3,
.btn.close,
i.buy-event {
    display: none
}

.theme-span {
    width: 100%;
    background: transparent;
    height: 1.5rem;
}

/*商品信息*/
.heme-signin {
    position: relative;
}

.theme-signin-right {
    background: #fff;
    overflow: visible;
}

.theme-signin-right .img-info {
    position: absolute;
    top: 0;
    left: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    border: 0.1rem solid #f5f5f5;
}

.theme-signin-right .img-info img {
    margin: 0.5rem 0.5rem;
    width: 8rem;
    height: 8rem;
}

.theme-signin-right .text-info {
    position: absolute;
    left: 11rem;
    top: 3rem;
}

.text-info .price-now {
    display: block;
    font-size: 1.6rem;
    color: var(--color-price);
}

.stock-tips {
    font-size: 1.2rem;
    margin-left: 2.4rem;
}

/*可选规格*/
.theme-signin-left {
    max-height: 25rem;
    overflow-y: scroll;
    background: #fff;
}

.theme-options {
    display: block;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
    color: #666666;
}

.theme-signin-left .sku-line {
    float: left;
    margin: 1rem;
    margin-left: 0;
    padding: 0.2rem;
    border-radius: var(--border-radius);
    background: #FFFFFF;
    border: 0.1rem solid #DCDCDC;
}

.theme-signin-left .sku-line.selected {
    background: var(--color-main);
    color: #fff;
    border: 0.1rem solid var(--color-main);
}

.sku-line-images img {
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    border-radius: 0.2rem;
}

.sku-line span {
    padding: 0.3rem 1rem;
    display: inline-block;
    height: 30px;
    line-height: 22px;
}

.theme-signin .btn {
    width: calc(100% - 2rem);
    font-size: 1.6rem;
    padding: 0.5rem;
    margin: 0 1rem 1rem 1rem;
}

.btn-op {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.buy-spec-info-container dt.buy-event {
    text-align: left;
    width: 100%;
}

.theme-options dd {
    margin: 1rem 0px 1rem 1rem;
}

.introduce-main .am-sticky-placeholder {
    margin: 0px !important;
}

.introduce-main ul.am-tabs-nav.am-nav.am-nav-tabs {
    background: #fefdfd;
    border: 0;
    width: 100%;
    border-radius: var(--border-radius);
    border: 0.1rem solid #EEEEEE;
    padding-right: 13rem;
}

.introduce-main ul.am-tabs-nav.am-nav.am-nav-tabs.am-sticky {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.introduce-main .am-sticky-placeholder .am-nav-tabs>li span {
    color: #888;
}

.introduce-main .am-sticky-placeholder .am-nav-tabs>li.am-active span {
    color: #333;
}

.sku-not-active {
    border: 0.1rem solid var(--color-main) !important;
    box-shadow: 0 0px 0.3rem #ed7f76, 0 0 0.6rem rgba(0, 0, 0, 0);
    border-radius: var(--border-radius);
}

.sku-items-disabled {
    color: #d2cfcf !important;
    background-color: #ffffff !important;
    border: 0.1rem dashed #d5d5d5 !important;
    box-shadow: none !important;
}

.sku-dont-choose {
    color: #b4b3b3 !important;
    background-color: #ffffff !important;
    border: 0.1rem solid #ebeaea !important;
    box-shadow: none !important;
}

.sku-dont-choose img {
    opacity: 0.5;
}

.sku-items-disabled img {
    opacity: 0.3;
}

/* 购买导航 */
.buy-nav {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1001;
    width: 100%;
    background: #FFFFFF;
}

.buy-nav-opt a {
    color: #666666;
}

.buy-nav-opt em {
    color: #666666;
    font-size: 1.2rem;
}

/*商品规格*/
.theme-signin-left {
    max-height: none;
    overflow: visible;
}

.theme-signin-left .sku-line {
    margin: 0.5rem;
    border: 0.1rem solid #DCDCDC;
    color: #333333;
}

.theme-signin-left .sku-line.selected,
.theme-signin-left .sku-line:hover {
    background: none;
    color: #333;
    border: 0.1rem solid var(--color-main);
    box-shadow: 0px 0 0px 0.1rem var(--color-main);
}

.theme-signin-left .cart-title {
    display: inline-block;
    width: 5.6rem;
    height: 20px;
    /*高度需要添加，不然文字下面会多出一些空隙*/
}

.theme-signin-left .cart-title::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.theme-options ul {
    float: left;
    margin-left: 1rem;
}

/*选中样式*/
.sku-line {
    position: relative;
}

.theme-options li a:hover {
    border: 0.2rem solid var(--color-main);
    padding: 0 0.5rem;
    text-decoration: none;
}

.theme-options li i {
    position: absolute;
    font-size: 2.6rem;
    color: var(--color-main);
    right: -1.3rem;
    bottom: -1.5rem;
    z-index: 99;
    display: none;
}

.theme-options li.selected a {
    border: 0.2rem solid var(--color-main);
    padding: 0 0.5rem;
}

.theme-options li.selected i {
    display: block;
}

@media only screen and (min-width:641px) {
    .theme-span {
        height: 0px;
        background: #FFFFFF;
    }

    .theme-popover {
        box-shadow: 0 0 1rem #666;
        position: fixed;
        top: 20%;
        left: calc(50% - 25rem);
        width: 50rem;
        bottom: auto;
        border: solid 0.6rem #d3d3d3;
        border-radius: var(--border-radius);
    }

    .theme-poptit {
        display: none;
    }

    /*商品信息*/
    .theme-signin-right {
        display: none;
    }

    .text-info .price-now {
        float: left;
        margin-right: 1rem;
    }

    .text-info span.stock-tips {
        float: left;
        font-size: 1.2rem;
    }

    /*操作*/
    .btn-op {
        overflow: hidden;
        padding: 1rem 30%;
        position: static;
    }

    .theme-signin .btn {
        width: auto;
        font-size: 1.2rem;
        padding: 0.6rem 1.2rem;
    }

    .btn.close {
        display: block;
        float: left;
        position: static;
    }

    i.buy-event {
        display: inline-block;
    }

    .btn.confirm {
        float: right;
    }
}

@media only screen and (min-width:1025px) {
    i.buy-event {
        display: none;
    }

    .theme-signin-right {
        float: left;
        display: block;
        overflow: hidden;
        padding: 1rem;
    }

    .theme-signin-right .img-info,
    .theme-signin-right .text-info {
        position: static;
    }

    .theme-signin-right .img-info img {
        width: 12rem;
        height: 12rem;
    }
}

/**
 * 小导航基础容器
 */
/* 商品评论 */
.goods-comment .comment-spec {
    color: #B0B0B0;
}

.comment-reply {
    border-top: 0.1rem dashed #CCCCCC;
    margin-top: 1rem;
    padding-top: 1rem;
}

.goods-comment .comment-images,
.goods-comment .comment-spec {
    margin-top: 0.5rem;
}

.goods-comment .comment-images img {
    width: 5rem;
    height: 5rem;
    border: 0.1rem solid #CCCCCC;
}

.goods-comment .comment-images li:not(:last-child) {
    margin-right: 0.5rem;
}

.comment-reply-title {
    color: #666666;
}

.comment-reply-desc {
    color: #905602;
}

/* 评分 */
.score-container {
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 15rem;
}

.score-container .score {
    width: 22.2rem;
    border-right: 0.1rem solid #EEEEEE;
    text-align: center;
}

.score-container .score .name {
    color: #999999;
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.score-container .score .value {
    color: var(--color-main);
    font-size: 4rem;
    line-height: 4rem;
}

.score-container .progress-content {
    width: calc(100% - 22.2rem);
    padding: 0 8rem;
}

.score-container .comment-btn {
    padding: 2.07rem 0 2.07rem 8rem;
    border-left: 0.1rem solid #EEEEEE;
}

.score-container .am-progress {
    margin-bottom: 0;
    line-height: 2rem;
    text-align: center;
    overflow: unset;
}

.score-container .am-progress .am-progress-bar:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}

.score-container .am-progress .am-progress-bar:last-child {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.score-container .am-progress .am-progress-bar {
    position: relative;
}

.score-container .am-progress .am-progress-bar span {
    position: relative;
    color: #333333;
    top: 4rem;
    display: inline-block;
}

.goods-comment-content .am-comment {
    padding-top: 2rem;
}

@media only screen and (max-width: 1024px) {
    .score-container .progress-content {
        padding: 0 3rem;
    }
}

@media only screen and (max-width: 640px) {
    .score-container .score {
        width: 12rem;
    }

    .score-container .progress-content {
        width: calc(100% - 12rem);
        padding: 0 1rem;
    }
}

/*商品详细页*/
.simple-desc {
    color: var(--color-red);
}

.tb-detail-hd h1,
.simple-desc {
    word-break: break-all;
}

.simple-desc {
    margin-bottom: 1rem;
}

/*价格*/
.tb-detail-panel-base {
    text-align: left;
    position: relative;
}

.tb-detail-price-content .goods-price b {
    font-size: 1.8rem;
}

.tb-detail-price-content .goods-original-price-value b {
    text-decoration: line-through;
}

.tb-detail-price-content .goods-sale-price {
    color: var(--color-price);
}

.tb-detail-panel-base dd {
    display: inline-block;
}

.buy-spec-info-container a:hover {
    text-decoration: none;
    color: initial;
}

.tm-indcon .tm-label,
.tb-detail-panel-base dt,
.specpara-title {
    white-space: nowrap;
    color: #666666;
    font-weight: 400;
}

.tb-detail-panel-base {
    height: auto;
}

.tb-detail-panel-base .tb-detail-panel-top-price-content {
    background: #fcf1e3 var(--background-image);
    background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 2rem 4rem 2rem;
    border-radius: var(--border-radius);
    position: relative;
    min-height: 4.5rem;
}

.tb-detail-price-content {
    position: relative;
}

.tb-detail-panel-base .items {
    display: block;
}

.tb-detail-panel-base .items dt {
    float: left;
    white-space: unset;
    display: inline-block;
    min-width: 5.6rem;
    color: #333333;
}

.tb-detail-panel-base .items dt,
.tb-detail-panel-base .items dd {
    height: 2.8rem;
    line-height: 2.8rem;
}

.tb-detail-panel-base .items dt::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.tb-detail-panel-base .items dd {
    margin-left: 1.5rem;
    width: calc(100% - 8.5rem);
}

.tb-detail-price-content .goods-sale-price .goods-sale-price-value {
    font-weight: bold;
    line-height: 1.6rem;
    font-size: 2.4rem;
}

.tb-detail-price-content .goods-sale-price .symbol {
    font-weight: bold;
    font-size: 2rem;
}

.tb-detail-price-content .items:not(:last-child) {
    margin-bottom: 1rem;
}

/**
 * 价格标题图标
 */
.tb-detail-price-content .price-icon {
    padding: 0.3rem 0.4rem;
    font-size: 1.2rem;
    background: var(--color-main);
    text-align: center;
    color: #ffffff !important;
    font-weight: 400;
    border-radius: var(--border-radius);
    position: relative;
    text-decoration: none !important;
}

/**
 * 面板销量
 */
.sales-volume::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 1.2rem;
    background-color: #999999;
    right: -1.5rem;
    top: 0.5rem;
}

/**
 * 面板二维码
 */
.goods-qrcode {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    padding-right: 2rem;
}

.goods-qrcode i {
    font-size: 18px;
    position: absolute;
    top: -2px;
    right: -20px;
}

/* 视频 */
.goods-video-container,
.goods-video-submit-start,
.goods-video-submit-close {
    position: absolute;
}

.goods-video-container {
    background: #000;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

.goods-video-submit-start,
.goods-video-submit-close {
    width: 5rem;
    height: 5rem;
    line-height: 3.5rem;
    text-align: center;
    padding: 0;
    border-radius: 100rem;
    font-size: 6rem;
    color: #999;
    cursor: pointer;
    z-index: 12;
}

.goods-video-submit-start:hover,
.goods-video-submit-close:hover {
    color: #666;
}

.goods-video-submit-close {
    border: 0.2rem solid #999;
    top: 1rem;
    right: 1rem;
}

/* 视频 放大镜 */
.box .goods-video-submit-start {
    left: 0.1rem;
    bottom: 10rem;
    padding: 1rem 1rem 0.2rem 1rem;
}

/* 视频 轮播下 */
.scoll .slider-content {
    overflow: hidden;
    position: relative;
}

.scoll .goods-video-submit-start {
    left: 0;
    bottom: 3rem;
    padding: 1rem 1rem 0.5rem 1rem;
}

/*销量*/
.tm-ind-panel,
.buy-spec-info-container,
.parameters-base {
    border-bottom: 0.1rem solid #EEEEEE;
}

.tm-ind-panel {
    padding: 1rem 0.5rem;
    position: relative;
    overflow: hidden;
    clear: both;
    display: flex;
}

.tm-ind-item {
    float: left;
    width: 33%;
    text-align: center;
    position: relative;
    left: -0.1rem;
    border-left: 0.1rem solid #E5DFDA;
    flex: 1 1 0%;
    line-height: 1.6rem;
    cursor: pointer;
}

.tm-ind-panel .tm-count {
    display: inline-block;
    line-height: 1.6rem;
    height: 1.6rem;
    color: var(--color-main);
    font-weight: 700;
    margin-left: 0.3rem;
}

/**
 * 商品基础参数
 */
.parameters-base {
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    padding-left: 2rem;
}

.parameters-base li {
    padding: 0 2rem 0.5rem 0;
}

/*规格*/
.theme-signin .btn-op.act {
    display: none;
}

.theme-signin .btn-op.act .btn {
    width: 50%;
    float: left;
}

.buy-event .cart-title .icon-angle-right {
    float: right;
    color: #999;
}

/*数量*/
.buy-spec-info-container.munber,
.buy-spec-info-container.freight {
    display: none;
}

.buy-spec-info-container.munber dd {
    margin-left: 0.5rem;
}

.operate-number-container {
    display: inline-flex;
    width: auto !important;
}

.operate-number-container .operate-number-dec,
.operate-number-container .operate-number-inc {
    width: 3.5rem;
    padding: 0;
    outline: none;
    line-height: 3rem;
    cursor: pointer;
    background-color: #f5f5f5;
}

.operate-number-container .operate-number-input {
    width: 6rem !important;
    text-align: center;
    font-size: 1.2rem !important;
}

@media only screen and (min-width: 641px) {
    .theme-popover .am-input-group {
        margin-left: 0.5rem;
    }
}

@media only screen and (max-width:640px) {
    .shop-navigation {
        display: none;
    }
    .header-top .top-nav-left {
        display: block !important;
    }
    .header-top .top-nav-left .menu-hd .logout {
        display: inline-block !important;
    }
    .header-top .top-nav-left-site-logo {
        display: none !important;
    }

    .theme-signin-left {
        margin-bottom: 4.8rem;
    }

    .parameters-base {
        padding-left: 0;
    }

    .buy-event .cart-title {
        padding: 0.5rem 0;
    }

    .tb-detail-panel-base .tb-detail-panel-top-price-content {
        padding: 1.2rem 1.2rem 4rem 1.2rem;
    }

    .tb-detail-price-content .goods-original-price-value {
        font-size: 1.2rem;
    }
    .tb-detail-price-content .goods-sale-price .goods-sale-price-value {
        font-size: 1.6rem;
    }
    .tb-detail-price-content .goods-sale-price .symbol,
    .tb-detail-price-content .goods-sale-price .unit {
        font-size: 1.4rem;
    }
    .tb-detail-panel-base .items dd {
        margin-left: 1rem;
    }
}

/**
 * 购买导航按钮
 */
.buy-nav .buy-nav-opt,
.buy-nav .buy-submit-container {
    display: flex;justify-content: space-between;
}

.buy-nav .buy-nav-opt,
.buy-nav .buy-submit-container,
.buy-nav .buy-submit-container .am-btn,
.buy-nav .nav-icon,
.goods-not-buy-tips {
    height: 4.4rem;
    line-height: 4.4rem;
}

.buy-nav .buy-submit-container .am-btn:last-child{
    width:382px;
}

.buy-submit-container-number-2{
    display: flex;justify-content:space-between;
    width:100%;
}

.buy-nav .buy-submit-container .am-btn {
    text-align: center;
    width: 19.4rem;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 0;
}

.goods-not-buy-tips {
    color: var(--color-red);
    font-size: 1.4rem;
    text-align: center;
}

.photo-bottom .common-goods-favor-submit-event {
    position: absolute;
    bottom: 10px;
    right: 2px;
    cursor: pointer;
    color: #666;
}

.photo-bottom .common-goods-favor-submit-event.am-active {
    color: var(--color-main);
}

.buy-nav .buy-nav-opt a.am-active * {
    color: var(--color-main) !important;
}

@media only screen and (min-width:641px) {

    .buy-nav .buy-nav-opt {
        position: absolute;
        margin-left: 31rem;
        display: block;
    }

    .buy-nav .buy-nav-opt .nav-icon-home {
        display: none;
    }

    .buy-nav .buy-nav-opt .nav-icon {
        display: none;
        cursor: pointer;
    }

    .buy-nav .buy-nav-opt .nav-icon:not(:last-child) {
        margin-right: 1rem;
    }

    .buy-nav .buy-nav-opt,
    .goods-not-buy-tips {
        padding-top: 0.8rem;
    }

    .buy-nav-opt-button-number-0,
    .buy-nav-opt-button-number-1 {
        margin-left: 13.5rem !important;
    }

    .goods-not-buy-tips {
        width: 8.5rem;
        text-align: left;
    }
}

@media only screen and (max-width:640px) {

    .buy-nav .buy-nav-opt,
    .buy-nav .buy-submit-container,
    .buy-nav .buy-submit-container .am-btn,
    .buy-nav .nav-icon,
    .goods-not-buy-tips {
        height: 5rem;
        line-height: 5rem;
    }

    .buy-submit-container {
        padding: 1rem;
        border-top: 0.1rem solid #f5f5f5;
    }

    .buy-nav .buy-submit-container .am-btn {
        height: 3rem;
        line-height: 3rem;
        font-size: 1.2rem;
        border-radius: 0;
    }

    .buy-nav .buy-submit-container .am-btn:first-child {
        border-top-left-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius);
    }

    .buy-nav .buy-submit-container .am-btn:last-child {
        border-top-right-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
    }

    .buy-nav .buy-submit-container,
    .goods-not-buy-tips {
        width: 52%;
    }

    .buy-nav .nav-icon {
        display: inline-block;
        width: 50%;
        float: left;
        cursor: pointer;
        text-align: center;
    }

    .goods-not-buy-tips,
    .buy-nav .nav-icon {
        border-top: 0.1rem solid #f5f5f5;
        border-left: 0.1rem solid #f9f9f9;
        float: left;
    }

    .buy-submit-container-number-0 .am-btn,
    .buy-submit-container-number-1 .am-btn {
        width: 100% !important;
    }

    .buy-submit-container-number-2 .am-btn {
        width: 50% !important;
    }

    .buy-submit-container-number-3 .am-btn {
        width: 33.33% !important;
    }

    .buy-submit-container-number-4 .am-btn {
        width: 25% !important;
    }

    .buy-submit-container-number-5 .am-btn {
        width: 20% !important;
    }

    .buy-submit-container-number-6 .am-btn {
        width: 16.66% !important;
    }

    .buy-submit-container-number-7 .am-btn {
        width: 14.28% !important;
    }

    .buy-submit-container-number-8 .am-btn {
        width: 12.5% !important;
    }

    .buy-submit-container-number-9 .am-btn {
        width: 11.11% !important;
    }

    .buy-submit-container-number-10 .am-btn {
        width: 10% !important;
    }

    .buy-nav-opt-number-1 .nav-icon {
        width: 100% !important;
    }

    .buy-nav-opt-number-2 .nav-icon {
        width: 50% !important;
    }

    .buy-nav-opt-number-3 .nav-icon {
        width: 33.33% !important;
    }

    .buy-nav-opt-number-4 .nav-icon {
        width: 25% !important;
    }

    .buy-nav-opt-number-5 .nav-icon {
        width: 20% !important;
    }

    .buy-nav-opt-number-6 .nav-icon {
        width: 16.66% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .buy-nav .buy-nav-opt {
        margin-left: 32rem;
    }

    .buy-nav .buy-nav-opt .nav-icon:not(:last-child) {
        margin-right: 1.5rem;
    }
}

/*介绍*/
.introduce {
    width: 100%;
    padding: 1.2rem;
    background: #FFFFFF;
}

.introduce-main {
    width: 100%;
    background: #fff;
    position: relative;
}

.introduce-main .am-tab-panel {
    padding: 0px;
}

.introduce-main .am-comment-hd {
    background: transparent;
}

.introduce-main .am-comment-hd .am-comment-meta,
.introduce-main .am-comment-hd .am-comment-meta .am-comment-author {
    color: #666666;
}

.introduce-main .am-comment-main {
    border-radius: var(--border-radius);
}

.introduce-main .am-comment-main:after {
    border-right-color: #FFFFFF;
}

.introduce-main .am-tabs-bd {
    border: 0;
}

.introduce-main .am-tab-panel .parameters-detail {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 1.2rem 0;
}

.introduce-main .am-tab-panel .parameters-detail li {
    width: calc(50% - 1rem);
}

.introduce-main .am-tab-panel .parameters-detail li span {
    color: #666666;
}

.introduce-main .buy-submit-top {
    position: absolute;
    right: 0.5rem;
    top: 0.4rem;
}

.introduce-main .buy-submit-top>button {
    padding: 0.7rem;
    font-size: 1.4rem;
    margin: 0.6rem;
    border: 0;
}

/*推荐商品*/
.like {
    margin-top: 1rem;
    border-radius: 0.4rem;
}

@media only screen and (min-width: 641px) {
    .introduce {
        padding: 2rem;
    }

    .introduce-main .am-tab-panel .parameters-detail {
        padding: 2rem;
    }

    .introduce-main .am-tab-panel .parameters-detail li {
        width: calc(33.33333333% - 1rem);
    }
}

.like-item .price {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.1rem;
}

.like-itemn-conten p {
    margin-top: 1rem;
}

.like-item a img {
    -webkit-transition: transform .3s ease-in;
    -moz-transition: transform .3s ease-in;
    -ms-transition: transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
}

.like-item a img:hover {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}

/*轮播*/
.clearfix-left {
    position: relative;float:left;
}

.scoll img {
    width: 100%;
    margin-left: 0
}

/*左侧商品-看了又看*/
.browse {
    display: none;
}

/* 基础主体 */
.item-inform {
    background: #FFFFFF;
}

.buy-addr-info-container {
    text-align: left;
    white-space: nowrap;
    color: #666666;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.addr-title {
    font-weight: 400;
    min-width: 5.5rem;
}

.addr-drop {
    margin-right: 1.5rem;
}

.addr-drop .am-dropdown-toggle {
    color: #666666;
}

.addr-drop .am-icon-caret-down {
    position: relative;
    left: 0.3rem;
}

.addr-drop .addr-content {
    width: 46.6rem;
}

.addr-drop-title {
    font-size: 1.2rem;
    color: #666666;
    display: flex;
    align-items: center;
}

.addr-drop-title i {
    font-size: 1.8rem;
    position: relative;
    top: -0.1rem;
}

.addr-drop-title p {
    margin-left: 0.6rem;
}

.addr-drop-title button {
    font-size: 1.6rem;
    color: #999999;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.addr-drop-title a {
    border: 0.1rem solid var(--color-main);
    border-radius: var(--border-radius);
    color: var(--color-main);
    line-height: 1.8rem;
    padding: 0 0.8rem;
    margin-left: 1rem;
}

.addr-list {
    width: 100%;
    border-radius: var(--border-radius);
    border: 0.1rem solid #CCCCCC;
    padding: 1.4rem 1.1rem;
}

.addr-list-title {
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.addr-name {
    display: inline-block;
}

.addr-phone {
    display: inline-block;
    margin-left: 1rem;
}

.addr-default {
    float: left;
    margin-right: 1rem;
    border: 0.1rem solid #666666;
    border-radius: var(--border-radius);
    color: #666666;
    line-height: 1.8rem;
    padding: 0 0.8rem;
}

.addr-list-addr {
    display: inline-block;
    margin-left: 1rem;
    white-space: break-spaces;
}

.addr-drop-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow-y: auto;
    max-height: 20rem;
}

.addr-drop-content.no-address-flex {
    justify-content: center;
    align-items: center;
}

.addr-drop-content.no-address-flex .table-no {
    padding: 0;
    min-height: 20rem;
    margin-top: 0rem;
}

@media only screen and (min-width:0px) {
    .item-inform {
        padding: 1rem 0;
    }
    /*导航固定*/
    .scoll {
        float: left;
        width: calc(45% - 2rem);
    }

    .scoll .slider-content {
        border: 0.1rem solid #eee;
    }

    .clearfix-right {
        float: right;
        min-height: 27rem;
        padding-left:56px;
        box-sizing: border-box;
        position: relative;
    }

    .buy-spec-info-container.freight {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .buy-spec-info-container.freight dt {
        margin-left: -7rem;
        float: left;
        margin-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 2rem;
    }

    .buy-nav {
        position: static;
        margin-top: 3rem;
        overflow: hidden;
    }

    ul.am-avg-sm-4.am-tabs-nav.am-nav.am-nav-tabs {
        width: auto;
    }

    /*可选规格*/
    .buy-event .cart-title {
        border: none;
        margin-left: -6rem;
        position: relative;
        padding: 1rem 0px 1rem 2.3rem;
    }

    .buy-event .cart-title .icon-angle-right {
        position: absolute;
        right: -0;
    }

    /*销量*/
    .tm-ind-panel {
        border-width: 0.1rem 0px;
        margin: -0.1rem 0px 0px 0px;
        padding: 1rem 0px;
        position: relative;
        overflow: hidden;
        clear: both;
        display: flex;
    }

    .tm-ind-item {
        float: left;
        width: 33%;
        text-align: center;
        position: relative;
        left: -0.1rem;
        border-left: 0.1rem solid #E5DFDA;
        flex: 1 1 0%;
        line-height: 1.6rem;
        cursor: pointer;
    }

    .tm-ind-panel .tm-count {
        display: inline-block;
        line-height: 1.6rem;
        height: 1.6rem;
        color: var(--color-main);
        font-weight: 700;
        margin-left: 0.3rem;
    }

    /*基础*/
    .tb-detail-panel-base .items dt {
        min-width: 5.6rem;
    }

    .buy-spec-info-container,
    .buy-spec-info-container {
        padding-left: 5.6rem;
    }

    .tb-detail-hd,
    .tb-detail-panel-base {
        text-align: left;
    }

    .tb-detail-hd h1 {
        font-size: 1.8rem;
    }

    .photo-bottom {
        min-height: 4rem;
    }

    /*购物*/
    .tb-btn-buy {
        margin-right: 1rem;
    }

    .tb-btn button {
        width: 9.8rem;
        border: 0.1rem solid #d2364c;
    }

    /*印象*/
    .p-bfc {
        padding: 0px;
    }

    .rate {
        float: left;
        padding-top: 2rem;
        display: block;
        margin-right: 3rem;
    }

    .rate strong {
        font: 400 4.6rem/3rem arial;
        color: #e4393c;
    }

    /* 视频 */
    .scoll .goods-video-submit-close {
        top: 1rem;
    }
}

/**
 * 销量
 */
.sales-volume {
    position: absolute;
    text-align: right;
    cursor: pointer;
    bottom: 1rem;
    right: 12rem;
    color: #666666;
}

.sales-volume .tm-count {
    display: inline-block;
    margin-right: 0.5rem;
}

.browse .recommend-goods ul li .p-img img {
    border-radius: var(--border-radius);
    -webkit-transition: transform .3s ease-in;
    -moz-transition: transform .3s ease-in;
    -ms-transition: transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
}

.browse .recommend-goods ul li .p-img img:hover {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}

.introduce-main .am-nav-tabs > li > a {
    line-height: 4rem;
    height: 4.8rem;
}



@media only screen and (min-width:0px) {
    .item-inform,
    .match,
    .introduce-main,
    .am-breadcrumb-slash {
        max-width: 133.6rem;
    }

    .clearfix-left {
        width: 69.2rem;
    }

    .tb-booth {
        height: 39.8rem;
    }

    /*放大镜*/
    .clearfix-right {
        width: calc(100% - 69.2rem);
    }

    /* 视频 */
    .box .goods-video-submit-close {
        left: 34rem;
    }
}


/* 小于1025 */
@media only screen and (max-width:1025px) {
    .system-goods-detail {
        padding: 0 0.5rem 1rem 0.5rem;
    }

    .theme-popbod.dform {
        padding-top: 2rem;
    }
}

/* 手机模式下 */
@media only screen and (max-width:640px) {
    .system-goods-detail {
        padding: 0px;
    }

    .theme-popbod.dform {
        padding-top: 0;
    }

    .detail-title,
    .detail-attr,
    .simple-desc {
        padding: 0px 0.5rem;
    }

    .buy-nav .buy-nav-opt {
        width: 48%;
    }

    ul.tm-ind-panel li {
        border-left: 0px;
    }

    ul.tm-ind-panel li:first-child {
        text-align: left;
    }

    ul.tm-ind-panel li:last-child {
        text-align: right;
    }

    .tb-detail-hd h1 {
        font-size: 1.4rem;
    }

    .item-inform {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .introduce-main ul.am-tabs-nav.am-nav.am-nav-tabs {
        padding-right: 0;
    }

    .introduce-main .buy-submit-top {
        display: none;
    }

    /* 商品评分 */
    .score-container {
        padding: 1rem;
        border-style: none none solid none;
    }

    .score-container .score {
        padding-right: 1rem;
    }

    /* 底部 */
    .am-footer {
        padding-bottom: 4.5rem;
    }

    .buy-addr-info-container {
        padding: 0;
    }

    .addr-drop .addr-content {
        width: auto;
        min-width: 28rem !important;
    }

    .addr-list-title {
        flex-flow: row wrap;
    }

    .addr-list-addr {
        margin-left: 0;
        margin-top: 1rem;
    }
}

/**
 * 插件公共面板数据
 */
.goods-plugins-view-panel-container p:not(:last-child) {
    padding-bottom: 0.5rem
}

@media only screen and (min-width:641px) {
    .goods-plugins-view-panel-container {
        padding-left: 2rem;
    }
}

/**
 * 插件公共icon数据
 */
.goods-plugins-view-item-icon {
    background: #666;
    color: #fff;
    margin-right: 0.2rem;
    font-weight: 500;
    vertical-align: middle;
}

/**
 * 商品评论
 */
.no-data-comment {
    width: 15rem;
}

.no-data-tips {
    width: 25rem;
}

.tips-width {
    width: 36rem !important;
    padding-right: 11rem;
}

.table-no {
    min-height: 17.7rem;
}

@media only screen and (max-width:640px) {
    .goods-page-no-data img {
        width: 6rem;
    }

    .tips-width {
        width: 100% !important;
        padding: 0;
    }
}

.goods-detail-title{
    font-family: Inter, Inter;
    font-weight: 700;
    font-size: 13px;
    color: #222222;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom:43px;
    padding-top:96px;
}

.goods-detail-artist{
    height:584px;background: #F8F8F8;display: flex;align-items: center;
    margin-bottom:34px;
}

.goods-detail-artist .left-col{
    width:750px;padding-left:49px;
}
.goods-detail-artist .left-col p{
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 13px;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding:26px 0 20px 0;
    width:551px;
    word-wrap: break-word;
}

.goods-detail-artist .left-col a{
    font-weight: 300;
    font-size: 13px;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-family: Inter, Inter;
    border-bottom:1px solid #222;
}

.goods-detail-artist .right-col img{
    width:584px;height:584px;
}


.goods-detail-artist .left-col div{
    font-family: Comfortaa, Comfortaa;
    font-weight: 700;
    font-size: 39px;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.goods-info-col{
    width: 584px;
    padding:26px 0 13px 0;
    border-bottom: 1px solid rgba(34,34,34,0.8);
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 13px;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.goods-info-col i{
    font-size:16px;
}

.img-swiper{
    width:513px;overflow: hidden;
}

.img-swiper .first-bg{
    display: flex;justify-content: center;align-items: center;background: #F8F8F8;
}

.img-swiper .bg-col .middle-img .pb-img.active
{
    padding:30px;box-sizing: border-box;
}

.img-swiper .bg-col .middle-img img{
    width:100%;height:100%;display: block;
}

.small-swiper .bg-col .middle-img img{
    width:100%;height:100%;display: block;
}

.left-img-col .swiper .bg-col .frame-img{
    opacity: 0;position: absolute;width:100%;height:100%;z-index:100;
    left:0;top:0;
}
.left-img-col .swiper .bg-col.active .frame-img{
    opacity: 1;
}

.left-img-col .swiper .bg-col.active .middle-img{
    border-color: transparent;
}

.left-img-col .swiper .bg-col.active .artist-col{
    border-color: transparent;
}

.left-img-col .bg-col .frame-bg{
    background-size:100% 100%;
}

.left-img-col .swiper .bg-col .artist-col{
    position: absolute;
}

.img-swiper .bg-col .pb-img.active{
    padding:10%;
}

.small-swiper .bg-col .pb-img.active{
    padding:10%;
}

.left-img-col .swiper .bg-col .artist-col .artist-img{
    width:100%;display: block;height:auto;
}


.img-swiper .bg-col .middle-img{
    width: 386px;
    padding:8px;box-sizing: border-box;
    position: relative;
}


.img-swiper .bg-col{
    position: relative;
    width: 513px;
    height: 682px
}
.img-swiper .bg-col img{
    width:513px;height:682px;display: block;
}

.img-swiper .bg-col .artist-col{
    position: absolute;
    left:0;top:0;padding:3px;box-sizing: border-box;
}


.small-swiper{
    width:163px;position: absolute;left:0;height:682px;
}


.small-swiper .swiper-slide{
    height: 217px;cursor: pointer;
}

.small-swiper .bg-col{
    position: relative;height: 217px;
}
.small-swiper .first-bg{
    background: #F8F8F8;
}


.small-swiper .bg-col img{
    width: 163px;
    height: 217px;
}

.small-swiper .bg-col .artist-col{
    position: absolute;
    left:0;top:0;height:auto;padding:0.6%;
}

.small-swiper .first-bg{
    display: flex;justify-content: center;align-items: center;
}

.small-swiper .bg-col .middle-img{
    width:123px;padding:3px;
    position: relative;
}


.left-img-col{
    position: relative;padding-left:179px;
}

.content-html
{
    overflow: auto;height:100%;
}

.content-html.active{
    display: block;
}

.content-list{
    position: relative;
    height:calc(100% - 20px);
}

.content-list .content-col{
    position: relative;
   padding-top:35px;display: none;
    padding-bottom:280px;
    box-sizing: border-box;height:100%;
}
.content-list .content-col.active{
    z-index:1;display: block;
}

.frames-col{
    width:100%;overflow-x: hidden;padding:48px 0 50px 0;
    position: absolute;bottom:0;left:0;
    background: #fff;
}

.modal-right-col{
    padding-bottom:0;
}

.frames-swiper{
    width:373px;overflow: visible;position: relative;margin:0;
}

.frames-swiper .swiper-slide{
    width:373px!important;
}

.swiper-img{
    width:373px;
}

.frames-swiper img{
    width:357px;height:182px;
}

.content-all{
    height:100%;
}


.frames-col .swiper-pagination{
    bottom:-36px;left:35px;
}


.frames-col .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(126, 106, 246, 1);
}

.cus-select.am-active .am-dropdown-toggle i{
    transform: rotate(180deg);
}

.clearfix-right-content .desc-col{
    font-weight: 500;
    font-size: 13px;
    color: #222222;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-height:45px;overflow: hidden;
    margin-bottom:6px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;*/
}

.clearfix-right-content .desc-col.active{
    max-height: none;overflow: visible;
    -webkit-line-clamp:none;display: block;
}

.goods-info-text{
    padding:10px 50px 16px 0;
}

.goods-info-text div,.goods-info-text div span{
    font-weight: 400;
    font-size: 33px;
    color: #7A7A7A;
    line-height: 39px;
    text-align: left;
    font-style: italic;
    text-transform: none;
}

.clearfix-right-content .artist-name{
    font-family: Comfortaa, Comfortaa;
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.clearfix-right-content .handel-text{
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 12px;
    color: #222222;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: underline;
    display: none;
    cursor: pointer;
    padding:5px 0 10px 0;
}

.clearfix-right .common-goods-favor-submit-event{
    position: absolute;right:0;display: flex;align-items: center;top:34px;
}

.clearfix-right .common-goods-favor-submit-event i{
    font-size:24px;margin-right:3px;
    background-size:100% 100%;
    width:27px;height:27px;
}

.clearfix-right .common-goods-favor-submit-event i:before{
    content:"";
    display: none;
}


.clearfix-right .common-goods-favor-submit-event em{
    font-size:13px;margin-left:0.5rem;
}

.clearfix-right .common-goods-favor-submit-event .icon-heart{
    background-image:url("/static/img/pc/likeActive.png");
}

.clearfix-right .common-goods-favor-submit-event .icon-heart-o{
    background-image:url("/static/img/pc/like.png");
}


.clearfix-right-content .cus-select{
    width:100%;
}

.clearfix-right-content .cus-select li a{
    min-width:270px;
}

#frame_list{
    margin-top:26px;
}

#passepartout{
    margin-top:26px;
}

.cus-select .am-dropdown-content{
    width:100%;
}

.goods-select .am-dropdown-content a,.goods-select .am-dropdown-toggle a{
    font-weight: 400;
    font-size: 11px;
    color: #222222;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;align-items: center;
}
.goods-select .am-dropdown-content a img,.goods-select .am-dropdown-toggle a img{
    width:23px;height:23px;margin-right:12px;
    border-radius: 50%;
}

.passepartout-item{
    display: none;
}

.clearfix-right-content .price-text{
    font-family: Inter, Inter;
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top:49px;
    display: none;
}

.clearfix-right-content .price-text .hua-xian{
    font-weight: normal;margin-right:5px;text-decoration: line-through;
}

.goods-select a[data-count='0']{
    text-decoration: line-through;
}

