.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 16px;
    margin-right: -1px;
    margin-bottom:10px;
    font-size: 14px;
}
.form-content-box{
    font-size: 14px;
}
.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:20px;
}
.form-row-title{
    width: 110px;
    text-align: right;
    font-size: 14px;
    color:#999;
    font-weight: normal;
    margin-top:8px;
}
.form-row-content{
    padding-left:15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

/*下拉框样式*/
.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: 14px;
    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: 400px;
    height: 120px;
    resize : none;
    border: 1px solid #dddddd;
    padding:10px 15px;
}
/*文本域结束*/
.form-row-content .inputCss{
    height: 22px;
    font-size: 14px;
    outline: none;
    border: 1px solid #dddddd;
    padding: 6px 15px;
}
.inputNumberCss{
    width: 30px;
    height: 22px;
    padding: 6px 15px;
    text-align: center;
}
.number-controlBtnGroup{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left:5px;
}
.number-controlBtnGroup span{
    display: inline-block;
    width: 32px;
    height: 15px;
    cursor: pointer;
}
.number-controlBtn-up{
    /*position: absolute;*/
    /*top:-4px*/
    background-image: url("img/number_up.png");
    background-repeat: no-repeat;
    background-position: center;
}
.number-controlBtn-down{
    /*position: absolute;*/
    /*bottom:-8px;*/
    background-image: url("img/number_down.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-top:4px;
}
.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: 30px;
    /*height: 27px;*/
    height: 34px;
    font-size: 14px;
    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;
    color:#999;
}
.form-content-box-left span{
    width: 14px;
    text-align: center;
}
.form-content-box-right{
    border:1px solid #ddd;
    border-left:none;
    width: 1169px;
    padding:25px 0;
}
.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: 24px;
    color:#f60;
    font-weight: 700;
}
#buyNow{
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 2px;
    background-color: #ff6600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
}
#buyNow:hover{
    background: #E56110;
}

#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;
}
