.radioGroupCss,.checkboxGroupCss{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.radioGroupCss>div,.checkboxGroupCss>div{
    min-width:130px;
    overflow: hidden;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #dddddd;
    cursor: pointer;
    box-sizing: border-box;
    padding:0 6px;
    margin-right: -1px;
    margin-bottom:10px;
}
.radioGroupCss>div.active,.checkboxGroupCss>div.active{
    color:white;
    background-color:#C7000B;
    border:1px solid #C7000B;
}
.form-group-line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:0.2rem;
}
.form-row-title{
    width: 110px;
    text-align: right;
    font-size: 0.12rem;
    color:#999;
    font-weight: normal;
    /*margin-top:0.08rem;*/
}
.form-row-content{
    padding-left:15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}

/*下拉框样式*/
.selectGroupCss{
    position: relative;
    margin-right: 20px;
}
.selectGroupCss dt{
    background-image: url("img/select_arrow_down.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    width: 181px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #333333;
    /*border: 1px solid #059fff;*/
    border: 1px solid #ddd;
    padding-left: 20px;
}
.selectGroupCss div.selectDivBox{
    display: none;
    position: absolute;
    left: 0;
    border: 1px solid #ddd;
    z-index: 9999;
    background:white;
}
.selectGroupCss dl{
    margin:0;
}
.selectGroupCss div.selectDivBox ul{
    padding-left:0;
    margin:0;
}
.selectGroupCss div.selectDivBox ul li{
    list-style:none;
    border-bottom: 1px solid #eee;
    height: 30px;
    width: 181px;
    padding-left:20px;
    line-height: 30px;
    font-size: 0.12rem;
    color:#777;
    cursor: pointer;
}
.selectGroupCss div.selectDivBox ul li:hover{
    background-color: #f5f5f5;
}
.selectShow{
    background-image: url("img/select_arrow_up.png")!important;
}
.selectDivBoxShow{
    display: block!important;
}
/*下拉框样式结束*/
/*文本域*/
input{
    outline: none;
    border: 1px solid #dddddd;
}
.textAreaCss{
    outline: none;
    width: 100%;
    height: 1.2rem;
    resize : none;
    border: 1px solid #dddddd;
    padding:10px 15px;
}
/*文本域结束*/
.form-row-content .inputCss{
    height: 0.35rem;
    font-size: 0.12rem;
    outline: none;
    border: 1px solid #dddddd;
    padding: 6px 15px;
    box-sizing: border-box;
    width: 100%;
}
.inputNumberCss{
    width: 0.3rem;
    height: 0.22rem;
    padding: 0.06rem 0.15rem;
    text-align: center;
}
.number-controlBtnGroup{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left:5px;
}
.number-controlBtnGroup span{
    display: inline-block;
    width: 0.32rem;
    height: 0.15rem;
    cursor: pointer;
}
.number-controlBtn-up{
    /*position: absolute;*/
    /*top:-4px*/
    background-image: url("img/number_up.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.number-controlBtn-down{
    /*position: absolute;*/
    /*bottom:-8px;*/
    background-image: url("img/number_down.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top:0.05rem;
}
.number-controlBtn-up:hover{
    background-image: url("img/number_up_hover.png");
}
.number-controlBtn-down:hover{
    background-image: url("img/number_down_hover.png");
}
.number-unit-group{
    display: flex;
    align-items: center;
}
.greyUnit{
    background:#f2f2f2;
    color:#999;
    width: 0.3rem;
    /*height: 27px;*/
    height: 0.34rem;
    font-size: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    margin-left:-1px;
}
.yzmCss{
    width: 80px;
}
.verifyCodeImg{
    vertical-align: middle;
    margin-left:5px;
}

/*滑块*/
.ny-slider {
    /*margin: 100px 300px;*/
    float: left;
    position: relative;
    width: 600px;
    height: 35px;
    padding: 0 8px;
    border: 1px solid #dddddd;
    border-left: none;
    background-color: #ffffff;
    border-radius: 2px;
}

.ny-slider-item {
    box-sizing: border-box;
    float: left;
    line-height: 35px;
    border-left: 1px solid #dddddd;
    text-align: right;
    cursor: pointer;
}
.ny-slider-item:first-child {
    border-left: none;
}
.slider-item-number {
    color: #4c4c4c;
    margin-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ny-slider-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background-color: #c7000b;
    transition: width 0.1s;
    -webkit-transition: width 0.1s;
    border: 1px solid #c7000b;
    border-right: none;
    border-radius: 2px 0 0 2px;
    margin-top: -1px;
}
.ny-slider-item-box {
    width: 584px;
}
.ny-slider-range-current {
    width: 584px;
}
.ny-slider-range-item {
    box-sizing: border-box;
    float: left;
    text-align: right;
    border-right: 1px solid #c7000b;
    cursor: pointer;
}
.ny-slider-range-item:last-child {
    border-right: none;
}
.range-item-number {
    color: #fff;
    margin-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ny-slider-btn {
    position: absolute;
    top: -3px;
    left: 0;
    width: 16px;
    height: 40px;
    background: url(img/slide_range_bg.png) no-repeat center;
    cursor: pointer;
    z-index: 3;
    transition: left 0.1s;
    -webkit-transition: left 0.1s;
}
/*滑块结束*/

/*边框样式*/
.form-content-box{
    display: flex;
    margin-bottom: 10px;
}
.form-content-box-left{
    /*display: flex;*/
    font-size: 14px;
    justify-content: center;
    align-items: center;
    background:#edf1f2;
    width: 30px;
    flex-wrap: wrap;
    display: none;
    color:#999;
}
.form-content-box-left span{
    width: 14px;
    text-align: center;
}
.form-content-box-right{
    /*border:1px solid #ddd;*/
    border-left:none;
    width: 100%;
    /*padding:25px 0;*/
    margin-top:20px;
}
.form-content-box-right>.form-group-line:first-child{
    margin-top:0;
}
/*.form-content-box:hover .form-content-box-left{*/
/*    background: #c7000b;*/
/*    color:white;*/
/*}*/
/*.form-content-box:hover .form-content-box-right{*/
/*    border:1px solid #c7000b;*/
/*    border-left:none;*/
/*}*/
/*边框样式结束*/
.banner{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color:black;
    margin-bottom:30px;
}
body{
    margin:0;
}
.notShow{
    display: none!important;
}
#productDescBox img{
    max-width: 90%!important;
}
#priceBox{
    font-size: 0.24rem;
    color:#c7000b;
    font-weight: 700;
}
#buyNow{
    display: inline-block;
    padding: 0 0.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border: none;
    border-radius: 2px;
    background-color: #c7000b;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#buyNow:hover{
    background: #c7000b;
}

#productDescBox::-webkit-scrollbar {

    width: 6px;

    height: 6px; 

}



#productDescBox::-webkit-scrollbar-track{

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    
    background:#E8E2D8;
    border-radius: 1px;

    display:none;

}

#productDescBox::-webkit-scrollbar-thumb{
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background:#E5EAF1;
}

#productDescBox::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}
.showModal{
    position: absolute;
    width: 100%;
    height: 300px;
    display: none;
}

.showModal2 {
    background: linear-gradient(to bottom, #ffffff8a, white);
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.showModal2 a{
    color:#C7000B;
    cursor: pointer;
}
.showModal2 div{
    margin-bottom:30px;
    transform: rotate(90deg);
    margin-top:10px;
    color:#C7000B
}
.disableCss{
    cursor: not-allowed!important;
    background:#CCC!important;
}
.config-tip:hover .buy-tip-content {
    display: block;
}
.buy-tip-content {
    display: none;
    position: absolute;
    top: -60px;
    right: -15px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 2px rgb(170 170 170 / 20%);
}
.buy-tip-content:after{
    content: "";
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background: white;
    position: absolute;
    bottom: -8px;
    left: 79px;
}

.select-css{
    outline: none;
    width: 100%;
    height: 0.35rem;
    border:1px solid #dddddd;
    box-sizing: border-box;
    padding-left: 15px;
    background: white;
    color:#333;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;

    background: url("img/select-down.png")no-repeat right;
    /*注：上一步清除样式后，select中的三角符号也会被清除，所以需要自己添加下三角，我在此出用一个下三角背景图片填充*/
    background-size: 19px 11px;
    background-position-x: 96%;
    font-size: 0.12rem;
}
.radioGroupCss{
    display: none;
}