#topBtn {
    position: fixed;
    right: 13px;
    bottom: 23px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    background-color: #fff;
    color: var(--base-color);
    font-family: "Source Han Sans CN Light";
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    box-shadow: 0px 2px 3px 0px rgba(153, 153, 153, 0.23);
}

#topBtn::after {
    content: '';
    position: absolute;
    /* width: 5px;
    height: 5px; */
    left: 40%;
    top: 6%;
    border: 6px solid transparent;
    border-bottom-color: var(--base-color);
}

.content {
    width: 100%;
    padding-bottom: 40px;
    background-color: var(--base-bgcolor);
}

.content>h6 {
    margin: 0 auto;
    width: var(--base-width);
    font-size: 12px;
    color: #000000;
    font-family: "Source Han Sans CN Light";
    padding: 12px 0;
}

.content>h6 a {
    color: #000000;
}

.goodsInfoBox {
    width: 100%;
    background-color: #fff;
    padding-bottom: 60px;
}

.goodsInfo {
    width: 100%;
    height: 564px;
    box-sizing: border-box;
    border: 1px solid #c0c0c0;
}

.goodsInfo-container {
    width: var(--base-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
}

.container-left {
    width: 74px;
    margin: auto 0;
    display: flex;
    flex-direction: column;
}

.preBtn,
.nextBtn {
    width: 100%;
    height: 22px;
    border: 1px solid #c0c0c0;
    position: relative;
    box-sizing: border-box;
}

.preBtn::after {
    position: absolute;
    content: '';
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #c0c0c0;
}

.nextBtn::after {
    position: absolute;
    content: '';
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #c0c0c0;
}

.swiperBox {
    margin: 10px 0;
    width: 74px;
    height: 386px;
    overflow: hidden;
    /* overflow-y: scroll; */
}

.wrapBox {
    margin-top: 0px;
}

.swiperBox img {
    vertical-align: middle;
    margin: 2px 0;
    width: 73px;
    height: 73px;
}

.container-center {
    margin: auto 58px;
    width: 487px;
    height: 487px;
    overflow: hidden;
}

.container-center img {
    width: 487px;
    height: 487px;
}

.container-right {
    flex: 1;
    padding: 50px 0;
}

.container-right h5 {
    font-size: 18px;
    font-family: "Source Han Sans CN Regular";
    color: #000000;
}

.container-right>p {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
    color: #000000;
    margin: 32px 0 18px;
}

.container-right .line {
    width: 100%;
    height: 1px;
    background: #cccccc;
}

.allname {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
    color: #000000;
    opacity: 0.6;
}

.info1 {
    padding: 19px 0 26px;
}

.info1 .line_through {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
    text-decoration: line-through;
    padding-left: 38px;
}

.info1>p:nth-of-type(2) {
    padding: 23px 0;
}

.info1>p:nth-of-type(2)>span:nth-of-type(2) {
    color: #FF0000;
    font-size: 24px;
    font-family: "Source Han Sans CN Light";
    font-weight: bold;
    padding-left: 25px;
}

.info1>div {
    display: flex;
}

.info1 .baoyou {
    margin-left: 42px;
}

.baoyou p:nth-of-type(1) {
    margin-bottom: 16px;
}

.baoyou p span:nth-of-type(1) {
    font-size: 14px;
    color: #ff3600;
    padding: 5px;
    border: 1px solid #ff0000;
    display: inline-block;
    margin-right: 7px;
}

.baoyou p span:nth-of-type(2) {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
}

.info2 {
    padding: 18px 0;
}

.info2_value {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
    color: #000000;
    padding: 0 26px 0 40px;
}

.customer {
    margin: 22px 0;
}

.customer div {
    width: 266px;
    height: 50px;
    background: #ff3600;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-family: "Source Han Sans CN Light";
    cursor: pointer;
}

.info3 {
    padding-top: 25px;
    font-size: 14px;
    color: #000000;
    font-family: "Source Han Sans CN Light";
}

.info3 span {
    margin-right: 55px;
}


/* 详情 */

.container {
    width: var(--base-width);
    margin: 16px auto 0;
    background-color: #fff;
    padding-top: 68px;
    position: relative;
}

.container .flexbox {
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    margin-bottom: 58px;
}

.container .flexbox p {
    margin-bottom: 24px;
}
.detail_box{
    display: flex;
    justify-content: center;
}

.detail_img p {
    margin: 0!important;
    line-height: 0;
}

/* .detail_img img {
    width: 790px!important;
} */


/* 详情页底部 */

.detail_footer>p {
    color: #8C8C8C;
    font-size: 14px;
    margin-top: 38px;
    text-align: center;
}

.pageBtn {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.pageBtn a {
    color: #8C8C8C;
    font-family: "Source Han Sans CN Light";
    font-size: 12px;
    display: inline-block;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pageBtn a:hover {
    color: var(--base-color);
}

.pageBtn>a:nth-of-type(1) {
    float: left;
}

.pageBtn>a:nth-of-type(2) {
    float: right;
}

.line2 {
    width: 726px;
    height: 1px;
    background-color: #dddddd;
    margin: 16px auto 25px;
}

.show_ewm {
    width: 100%;
    height: 100%;
    background-color: rgba(153, 153, 153, 0.3);
    position: fixed;
    z-index: 99;
}

.show_ewm .ewm-box {
    padding: 70px 0 50px;
    width: 500px;
    height: 400px;
    margin: 200px auto;
    font-size: 22px;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.ewm-box .cha {
    position: absolute;
    font-size: 30px;
    right: 8px;
    top: 10px;
    color: #888888;
    cursor: pointer;
}

.show_ewm img {
    width: 300px;
    margin-top: 50px;
}