.product-box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.itemDesc {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.pageFlex {
    display: flex;
}

.typeItem {
    flex-wrap: wrap;
}

.itemDesc .left {
    min-width: 5%;
    padding: 10px;
}

.button__inner {
    padding: 10px;
    border: 1px solid #ff6a00;
    color: #ff6a00;
    border-radius: 5px;
    margin: 3px;
    text-align: center;
}

.button-active {
    background: #ff6a00;
    color: #fff;
}

.itemDesc .button__inner {
    min-width: 106px;
}

.typeImg {
    align-items: center;
    height: 100%;
    justify-content: center;
}

.product-shop{flex-wrap: wrap;}
.product-list {
    min-width: 280px;
    margin: 0px 10px 20px;
}
.product-list:hover{
    transform: translateY(-10px);
}
.product-img {
    background: url(./images/741566bf18.png) no-repeat 50%/100% 100%;
    height: 100%;
    min-height: 114px;
    width: 100%;
    position: relative;
}
.product-img span {
    -webkit-text-fill-color: transparent;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.product-content {
    background-color: #fff;
    border-bottom: 1px solid #f68b0f;
    border-left: 1px solid #f68b0f;
    border-right: 1px solid #f68b0f;
    padding: 22px 25px;
    text-align: left;
}
.product-content-select {
    padding-bottom: 12px;
}
.product-content-select>span {
    color: #707070;
    font-size: 14px;
}
.product-list>.price {
    border-top: 1px solid hsla(0,0%,85%,.761);
    color: var(--h-c);
    font-family: cursive;
    font-size: 36px;
    font-weight: 600;
    margin-top: auto;
    padding-bottom: 5px;
}
.product-list > .price::before {
    content: "￥";
    font-family: none;
    font-size: 16px;
    font-weight: 600;
}
.product-list>.price:after {
    content: attr(data-name);
    font-size: 16px;
    font-weight: 600;
}
.product-list>.price-button {
    background-color: var(--h-c);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100%;
}
.index_lz>.lz-img {
    min-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}
.index_lz .illustrate {
    color: #000;
    left: 15%;
    position: absolute;
    top: 46px;
}
.index-content .index_lz {
    overflow: hidden;
    position: relative;
}
.index_lz:after {
    animation: animationToRightSlow 2.5s linear -1s infinite;
    -webkit-animation: animationToRightSlow 2.5s linear -1s infinite;
    -moz-animation: animationToRightSlow 2.5s linear -1s infinite;
    background-color: var(--h-c);
    border-radius: 300% 10px 10px 300%;
    bottom: -2px;
    content: "";
    height: 3px;
    position: absolute;
    width: 20%;
}
.index_lz .illustrate>h1 {
    font-size: 45px;
}
.index_lz .illustrate>h3 {
    font-size: 16px;
    margin-top: 32px;
	color: #3d3d3d;
}
.itemTitle2{
    position: absolute;
    bottom: 10px;
    right: 21px;
}
.product-content>.product-content-select:nth-last-child(3){padding-bottom: 12px;}

.product-content>.price {font-size: 25px;}
.item-none{padding: 20px;font-size: 30px;font-weight: bold;background-color: #fff;color: red;width: 100%;border-radius: 5px;}
.a_btn {
    background-color: #f68b0f;
}

.contentBox{
    width: 72%;
margin-right: 20px;
}
.elasticity>.itemDesc>.left{min-width: 10%;}
.elasticity>.itemDesc .radiogroups{padding: 14px 0px;}
.selectpick{padding: 4px 0px;}
.selectpickes{width:165px;border: 1px solid #ff6a00;display: inline-block;padding: 5px;color: #ff6a00;}
.elasticity>.itemDesc>.right{width: 90%;}
.selectWrap,.elasticity>.itemDesc .radiogroups{width: 100%;}
.radiogroups input:first-child{width:75%;}
.radiogroup,.selectWrap{flex-wrap: wrap;}
.radiogroup>.typeItem{min-width: 80px;}
.preview{
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
    width: 26%;
}
.previewTitle{font-size: 20px;font-weight: bold;}
.previewDesc .descBox{padding: 10px 0px 10px 10px;}
@media screen and (max-width:768px) {
.index_lz .illustrate {
    left: 4%;
    top: 35%;
}
.index_lz .illustrate>h1 {
    font-size: 27px;
}
.index_lz .illustrate>h3 {
    font-size: 14px;
}
.index_lz>.lz-img {
    min-height: 229px;
}
.product-box{width: 100%;}
.itemDesc .left {
    min-width: 20%;
}
.itemDesc .button__inner {
    min-width: 128px;
}
.product-list{min-width: 95%;}
.contentBox{width: 100%;margin-right: 0px;}
.elasticity>.itemDesc>.left {
    min-width: 27%;
}
.radiogroup>.typeItem {
    min-width: 113px;
}
.radiogroups input:first-child{width: 72% !important;}
.elasticity>.itemDesc>.right .button__inner {min-width:114px ;}
.preview{width: 100%;margin-top: 20px;}

}

