#app{
    min-height: 100vh;
}

.serviceRow {
    display: flex;

.serviceModelMachinaRow {
    width: 400px;

}
.serviceHot {
    width: 300px;

}
.selectModelMachineTitle {
    background: #242424;
    padding: 10px 0;
    color: #fff;
    display: flex;
    align-items: center;

div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
}

button {
    flex: 1;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
}
}

.serviceDetailRow {
    min-width: 760px;
    margin-left: 10px;
padding-left: 30px;

}
.serviceContent {
    width: 860px;
    margin-left: 10px;
padding-left: 30px;

}
.buttonRow{
margin-top: 100px;
}
}
.ranges {
    display: flex;
    justify-content: space-between;
    color: #7b7b7b;

    font-weight: bold;

.spareValue {
    margin-left: 10px;


span {
    color: #ff4136;
    margin: 0 3px;
}
}


}
/*产品图片*/
.imgList{

    width: 100%;
    height:400px;
    background-color: #a5a5a5;



    .img{
        width: 400px;
        height:400px;
    }
}
.small_img_list{
    margin: 1px;
    overflow: auto;
    width: 80px;
    height: 80px;

}
.tabs{
    .chicunImgs{
        img{
            width: 100%;
            margin-bottom: 10px;
        }
    }
    .filesUl{
        li{
            font-size: 15px;
            line-height: 30px;
        }

    }
}
.el-tabs__nav-scroll{
    width: 98% !important;
    margin: 0 auto !important;
}
.el-tabs__item{
    padding-bottom: 4px!important;
    font-size: 14px!important;
    color: #505050;
}
.el-tabs__item:hover{
    color: #505050!important;
}
.el-tabs__item.is-active{
    color:#1D8BFA!important;
    font-size: 14px!important;
}
.el-tabs__active-bar{
    background-color: #1D8BFA!important;
}

/**修改全局的滚动条*/
/**滚动条的宽度*/
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    border-radius: 3px;
}


.numCart{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
/* 隐藏原生单选框 */
.el-radio__input {
    display: none!important;
}

/* 自定义单选框样式 */
.el-radio {

    position: relative!important;
    display: inline-block!important;
    margin-right: 10px !important;
    /*font-weight: 600!important;*/

}

/* 自定义未选中状态 */
.el-radio__label {
    display: inline-block!important ;
    padding: 3px 3px!important;
    line-height: 20px!important;
    min-width: 50px!important;
    border:  1px solid #bebebe!important;
    cursor: pointer!important;
    border-radius: 2px!important;
    text-align: center!important;
    color: #000!important;
    position: relative!important;
    vertical-align: middle!important;
    padding-left: 0!important;
}

/* 自定义选中状态 */
.el-radio__input.is-checked + .el-radio__label {
    border: none !important;
    background-color: #CBCBCB!important;
    color: #000!important;

}

/*用户评价*/
.topAll{
    font-size: 16px;
    font-weight: 500;
    color: #383838;
}
.evaluateItem{
    padding:15px 5px;
    display: flex;
    border-bottom: 1px solid #E2E6E7;
    .img{
        width: 48px;
        height: 48px;
        margin-right: 20px;
        img{
            width: 100%;
            height: 100%;
        }
    }
    .right{
        flex: 1;
        .imgList_evaluate{
            margin-top: 10px;
            .imgItem{
                margin:5px;
                height: 120px;
            }
        }
        p{
            font-size: 16px;
            font-weight: 500;
            color: #383838;
            margin: 1px 0;
        }
        span{
            color: #707070;
        }
    }
}


