main {
	/* 2023-10-30 修改  start*/
	/* margin-top: 76px; */
	/* 2023-10-30 修改  end*/
}

.productDetail-banner {
    width: 100%;
    position: relative;
}

    .productDetail-banner > img {
        width: 100%;
        min-width: 1200px;
        /* 				min-width: 1024px; */
        height: 400px;
        object-fit: cover;
        display: block;
    }

    .productDetail-banner .btn-box {
        position: absolute;
        /* width: 1200px; */
        width: 62.5%;
        /* min-width: 1024px; */
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        padding-left: 2%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

        .productDetail-banner .btn-box .btn-box-img {
            /* width: 30%; */
            display: block;
            margin-bottom: 26px;
        }

.title-box {
    margin-bottom: 26px;
    /*display: none;*/
}

@font-face {
    src: url('fonts/FZLTTHJW.woff2');
    font-family: FZLTTHJW;
}
.big-title {
    font-size: 43px;
    /*font-weight: bold;*/
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "FZLTTHJW";
}

.subtitle {
    font-size: 17px;
    font-style: oblique;
    font-family:'Microsoft YaHei';
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
}

.productDetail-banner .btn-box .price {
    /* width: 315px;
				height: 44px; */
    /* background: url('static/img/productCenter/icon1-7.png') no-repeat; */
    position: relative;
    margin-bottom: 20px;
}

.price-info {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    height: 44px;
}

.productDetail-banner .btn-box .price .old-price {
    width: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* line-height: 44rpx; */
    color: #fff;
    font-size: 12px;
    position: relative;
    line-height: 20px;
    padding-bottom: 10px;
}

.del-line {
    width: 131px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 24px;
}

.productDetail-banner .btn-box .price .new-price {
    color: #fff;
    width: 174px;
    font-size: 13px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* line-height: 20px; */
    padding-bottom: 10px;
}

.productDetail-banner .btn-box .productDetail-btn {
    width: 144px;
    height: 48px;
    background-color: #fffefe;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 48px;
    color: #ff841b;
    font-size: 18px;
    cursor: pointer;
    /* position: absolute; */
}

.introduceimg-box {
    /*margin-top: 80px;*/
    /*padding-bottom: 80px;*/
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
    /* 				 min-width: 1024px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.introduceimg {
    /* width: 100%; */
    object-fit: cover;
    display: block;
}
/* 暂时用于适应手机端 */
@media screen and (max-width:980px) {
    footer {
        min-width: 1200px;
    }
}



/* 2023-07-31 新增弹窗 开始start */
.choose-mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    /* 隐藏 */
    display: none;
}

.choose-info {
    width: 1200px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0rpx 0rpx 5rpx 1rpx rgba(146, 168, 240, 0.08);
    padding: 40px;
    margin: 190px auto 0;
}

.choose-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.choose-head-title {
    font-size: 22px;
    color: #333333;
}

.view-optipn {
    display: flex;
    justify-content: flex-end;
    /* margin-bottom: 20px; */
    /* align-items: center; */
    align-items: flex-start;
}

.view-optipn-temp {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
}

/*.view-optipn-temp:hover .show-changeval {
        display: block;
    }*/

.view-optipn-search {
    width: 230px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    box-sizing: border-box;
}

.show-changeval {
    display: none;
    position: absolute;
    top: 40px;
    /* right: 90px; */
    right: 0px;
    width: 230px;
    height: auto;
    box-shadow: 1px 2px 6px 2px rgba(112, 112, 112, 0.18);
    border: solid 1px #e5e5e5;
    background-color: #fff;
}

.show-changeval-items {
    /* width: 100%; */
    padding: 10px 12px;
    cursor: pointer;
    color: #666666;
}

    .show-changeval-items:hover {
        background-color: #e5e5e5;
    }

.view-optipn-query {
    width: 80px;
    height: 34px;
    background-color: #285feb;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    border: none;
    color: #fff;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}

.view-optipn-add {
    width: 80px;
    height: 34px;
    background-color: #ff7601;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    border: none;
    color: #fff;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
/* .choose-head-right {
	display: flex;
	align-items: center;
}

.chr-input {
	width: 230px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #b5b5b5;
	padding-left: 12px;
	line-height: 36px;
}

.chr-input-main {
	border: none;
	outline: none;
}

.chr-add {
	width: 80px;
	height: 36px;
	background-color: #ff7601;
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	margin-left: 10px;
}
 */
.choose-items {
    /*margin-top: 20px;*/
    /*overflow-y: scroll;*/
    height: 410px;
}

}

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

.bandtable-option-relieve {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #285feb;
    text-align: center;
    color: #235ef3;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    /* font-size: 14px; */
}

    .bandtable-option-relieve:hover {
        background-color: #285feb;
        color: #fff;
    }

.bandtable-option-settop {
    color: #285feb;
    cursor: pointer;
    font-size: 14px;
}

.pages {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* margin-right: 20px; */
}

    .pages > span:hover {
        cursor: pointer;
    }

.last-pages {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #bfbfbf;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.num-pages {
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    /* background-color: #285feb; */
    border-radius: 5px;
    text-align: center;
    margin: 0 5px;
}

    .num-pages:hover,
    .specilypages {
        background-color: #285feb;
        color: #fff;
    }

.next-pages {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #bfbfbf;
    /* background-color: #285feb; */
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .next-pages:hover {
        background-color: #285feb;
    }

/* 2023-07-31 新增弹窗 结束end */