/*回收*/
.new_banner_title {
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 2px;
    color: #fff;
    margin: 120px 0 10px 0;
}
.new_banner_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 2px;
    color: #fff;
}
.new_video_box {
    height: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.new_video_name {
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #000000;
    margin-top: 42px;
}
.new_video_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 10px;
}
.new_goods {
    background: #f3f3f5;
}
.new_goods_center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.new_goods_name {
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-top: 40px;
}
.news_goods_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-top: 8px;
}
.news_goods_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.news_goods_item {
    position: relative;
    margin-bottom: 25px;
    width: 220px;
}
.news_goods_item:hover {
    transform: translate3d(0,-2px,0);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}
.news_goods_img {
    width: 220px;
    height: 156px;
    display: block;
    border-radius: 4px;
}
.new_goods_tag {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 20px;
    background-image: url("../images/u649.svg");
    background-size: 100% 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 48px;
}
.new_goods_bottom {
    height: 64px;
    background: #fff;
    text-align: center;
    line-height: 64px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333;
    border-radius: 0 0 4px 4px;
}
.jb_more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.more_txt {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.more_icon {
    height: 18px;
    width: 18px;
    margin-left: 12px;
}
.new_question {
    width: 1200px;
    margin: 0 auto;
    min-height: 320px;
}
.new_question_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: flex-start;
}
.n_q_right {
    display: flex;
}
.new_round {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e9d2a3;
    text-align: center;
    line-height: 26px;
    color: #333;
    margin: 0 10px;
    flex: 0 0 auto;
}
.new_wen {
    font-size: 14px;
    color: #333;
    padding-right: 40px;
    line-height: 24px;
}
.new_answer {
    font-size: 14px;
    color: #333;
    padding-right: 40px;
    line-height: 24px;
    margin-top: 10px;
    display: none;
}
.n_q_item {
    width: 590px;
    /*height: 49px;*/
    border: 1px solid #dddddd;
    border-radius: 8px;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
}
.jian {
    flex: 0 0 auto;
    object-fit: contain;
    position: absolute;
    top: 20px;
    right: 20px;
}
.new_about_title {
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-top: 65px;
}
.new_about_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.6);
    text-align: center;
    margin-top: 10px;
}
.new_about_txt {
    width: 1020px;
    margin: 30px auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
.new_about_tu {
    width: 1200px;
    margin: 40px auto;
}
.new_about_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.about_img_box {
    width: 540px;
    height: 300px;
    background: #f9f9f9;
    position: relative;
}
.new_about_img {
    width: 540px;
    height: 300px;
    position: absolute;
    top: 30px;
    left: 30px;
}
.new_about_right {
    width: 540px;
    height: 300px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.about_right {
    width: 540px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}
.a_num {
    font-size: 42px;
    margin-right: 4px;
}
.about_line {
    width: 240px;
    height: 2px;
    background: #e9d2a3;
    margin-top: 4px;
}
.about_text {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    margin-top: 20px;
}
