

/****************** 材料下载 start ******************/
.download{
    padding: 50px 30px;
    background-color: #fafafa;
}

.layui-tab-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    /* border-radius: 0; */
    /* border-bottom: 2px solid #5FB878; */
}
.layui-tab-title li {
    width: 81px !important;
    height: 49px;
    font-weight: 500;
    line-height: 49px;
    background-color: #e1e3f0;
    color: #A5A5B5;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #FFFFFF;
    background-color: #073eff;
}

.layui-tab-content {
    display: flex;
}

.download-box{
    display: flex;
    margin-top: 48px;
    align-items: center;
    flex-wrap: wrap;
}

.download-item{
    width: 285px;
    height: 437px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    cursor: pointer;
    padding: 0px 24px;
    justify-content: center;
}

.download-item:hover{
    box-shadow: 0 1px 4px rgb(238,238,248,0.7), 0 0 40px rgb(238,238,248,0.7);
    -webkit-box-shadow: 0 1px 4px rgb(238,238,248,0.7), 0 0 40px rgb(238,238,248,0.7);
    -moz-box-shadow: 0 1px 4px rgba(238,238,248,0.7), 0 0 40px rgba(238,238,248,0.7);
    -o-box-shadow: 0 1px 4px rgba(238,238,248,0.7), 0 0 40px rgba(238,238,248,0.7);

}

.download-detail{
    /*height: 397px;*/
}

.soft-title{
    font-size: 18px;
    height: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}

.soft-type{
    height: 26px;
    color: #999999;
    line-height: 26px;
    margin-top: 10px;
}

.soft-type span{
 margin-left: 4px;
}

.soft-desc{
    font-weight: 400;
    color: #999999;
    line-height: 32px;
    margin-top: 10px;
}

.download-btn {
    margin-top: 19px;
    background-color: #186AF2;
    height: 44px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 44px;
    width: 208px;
}


@media screen and (min-device-width: 1200px) {
    .layui-tab{
        width: 100%;
    }
    .download-item{
        width: calc(33.33% - 60px);
    }


}

@media screen and (max-device-width: 1200px){
    .download-item{
        width: calc(50% - 60px);
    }
}
/****************** 材料下载 end ******************/
/****************** 选择我们品质有保障 start ******************/

.quality-box {
    padding: 30px 30px 80px 30px;
}

.quality-box-item {
    margin-bottom: 20px;
    width: calc(100vw - 120px);
    height: 158px;
    background-color: #ffffff;
    align-items: center;
    padding: 30px 20px;

}
.quality-box-item img {
    width: 80px;margin-left: 20px;
}

.quality-box-item-content{
    margin-left: 20px;
    width: 530px;
}

.quality-box-item-title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.quality-box-item-desc {
    /*height: 99px;*/
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
}

@media screen and (min-device-width: 1200px) {
    .quality-box{
        width: 100%;
        flex-flow: wrap;
    }

    .quality-box-item{
        width: calc(50% - 56px);
        margin-left: 8px;
    }


}

@media screen and (max-device-width: 1200px){
}



/****************** 选择我们品质有保障 end ******************/

/****************** 选择我们品质有保障 start ******************/

.quality-desc-box {
    margin: 30px 0px 80px 0px;
    width: 100%;
}

.quality-desc-box-item {
    margin-bottom: 20px;
    width: 33.33%;
    height: 120px;
    background-color: #2d6eff;

    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #184cff;
    justify-content: center;
}

.quality-desc-box-item-title{
    height: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 7px;
}

/****************** 选择我们品质有保障 end ******************/

@media screen and (max-device-width: 450px){
    .download-btn {
        line-height: 38px;
        height: 38px;
    }
    .soft-desc {
        line-height: 30px;
    }
    .quality-box {
        padding: 30px 20px;
        width: calc(100% - 40px);
    }
    .quality-box .quality-box-item {
        width: auto;
        height: auto;
        padding: 20px;
    }
    .quality-box .quality-box-item img {
        width: 60px;
        margin: 0;
    }
    .quality-box .quality-box-item .quality-box-item-content {
        width: auto;
    }
    .quality-box .quality-box-item .quality-box-item-content .quality-box-item-desc {
        width: auto;
        margin-top: 5px;
    }
}
