.content-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box_1 {
    display: flex;
    width: 14rem;
    column-gap: 0.5rem;
}

.content-left {
    width: 2.6rem;
}

.content-boxchild_1 {
    width: 2.6rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5201C;
}

.content-boxchild_1>p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #E5201C;
}

.content-boxchild_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content-ul_1>li {
    width: 2.6rem;
    border-bottom: 0.01rem solid #666666;
}

.content-ul_1>li>a {
    display: block;
    text-decoration: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    transition: all 0.3s;
    white-space: nowrap;
}

.content-ul_1>li>a:hover{
    color: #E5201C;
}

.content-right {
    display: flex;
    justify-content: center;
    max-width: 10.9rem;
}

.content-title {
    width: 100%;
    /* !!!!!!!! */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #E5201C;
    /*line-height: 1.6rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-boxchild_3 {
    /* position: relative; */
    top: 0.5rem;
}

.content-boxchild_4 {
    /* position: relative; */
    top: 1.2rem;
    width: 2.37rem;
    line-height: 0.25rem;
}

.content-ul1,
.content-ul2,
.content-ul3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #E5201C;
    padding-top: 0.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 0.2rem;
    cursor: pointer;
}



.content-title_1 {
    width: 10.90rem;
    height: 1.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.content-titles{
    display: flex;
    height: 0.96rem;
}
.content-product {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    width: 10.9rem;
    column-gap: 0.1rem;
    row-gap: 0.2rem;
}

.content-products {
    width: 3.5rem;
    height: 2rem;
    /* background: url(../image/product/product1.png); */
}

.content-products_1 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 3.3rem;
    height: 2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E5201C;
    line-height: 0.40rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 1.41rem;
    padding-top: 0.91rem;
}


.list>div {
    margin: 0 0.08rem 0 0.08rem;
    width: 0.32rem;
    height: 0.32rem;
    border: 0.01rem dashed #666666;
    line-height: 0.24rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.list>span {
    color: #7D7D7D;
    width: 0.11rem;
    height: 0.19rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    line-height: 0.24rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list>div>a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    align-content: center;
}

.list>div:first-child,.list>div:last-child {
    width: 0.32rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
    border: 0.011rem solid #EEEEEE;
}


@media only screen and (max-width: 1024px) {
    .content-box{
        padding: 0 0.3rem;
    margin-top: 50px;
    }
    .content-box_1{
        width: 100%;
        display: block;
    }
    .content-ul_1>li{
        width: 100%;
    }
    .content-ul_1>li>a{
        font-size: 14px;
    }
    .content-ul1, .content-ul2, .content-ul3{
        font-size: 14px;
    }
    .content-title_1{
        width: 100%;
    }
    .content-product{
        width: 100%;
        margin-top: 0.3rem;
        justify-content: space-between;
    }
    .content-titles,.content-title_1{
        height: auto;
        font-size: 12px;
    }
    .content-products{
        flex: 0 0 49%;
    }
    .list>div>a{
        line-height: 0.34rem;
    }
}