*{
    margin: 0;
    padding: 0;
}

/* .h_view{
    width: 900px;
    margin-left: 50px;
} */
.h_cgtitle{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 2%;
}
.h_cgtitle2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 2%;
}
.h_caigou1{
    width: 100%;
}
.h_cgxuxian{
    /* width: 100%;
    height: 2px; */
    border-top: 2px dashed #DFDACB;
    margin: 4% 0;

}
.h_cgdesc{
    line-height: 1.6;
    margin-bottom: 4%;
}
.h_cgxtitle{
    font-size: 19px;
    margin-bottom: 3%;
    font-weight: bold;
}
.h_cgrow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.h_cgrow .h_cgl,.h_cgrow .h_cgr{
    width: 47%;
}
.h_cgrow .h_cgl .h_cgdesc:last-child{
    margin-bottom: 0;
}
.h_cgrow .h_cgr .h_caigou2{
    width: 100%;
}
.h_cgrow .h_cgr p{
    font-size: 14px;
    margin-top: 8px;
}
@media (max-width:767px){
    .h_cgtitle,.h_cgtitle2{font-size: 18px;}
    .h_cgxtitle {font-size: 16px;}
    .h_cgdesc{font-size: 14px;}

    .h_cgrow{flex-direction: column;}
    .h_cgrow .h_cgl, .h_cgrow .h_cgr{width: 100%;}
}