body {
    background-color: #fafafa;
}

.ysl_header {
    background-color: #fff;
    position: relative;

}

.ysl_header .head-top {
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1570px;
    margin: 0 auto;
}

.ysl_header .top-car-box {
    border: 1px solid #dedede;
    width: 875px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ysl_header .top-car-left {
    margin-left: 3px;
    width: 200px;
    height: 44px;
    background: #f96700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0px 9px;
    box-sizing: border-box;
    cursor: pointer;
}

.ysl_header .top-car-right {
    margin-right: 9px;
}

.ysl_header .top-left-text {
    text-align: center;
    flex: 1;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ysl_header .head-top-right {
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
}

.ysl_header .head-top-right .top-right-text {
    margin-left: 10px;
    font-size: 16px;
}

.choose-county-box-inner{
    position: fixed;
    z-index: 999;
    width: 500px;
    background: #fff;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 32px 20px 32px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
/* 在768px以下的屏幕上响应式调整 */
@media (max-width: 768px) {
    .choose-county-box-inner {
        width: 90%;  /* 在小屏幕上改为百分比宽度 */
        max-width: 500px;  /* 最大宽度限制为500px */
        padding: 15px 20px;  /* 在小屏幕上减小内边距 */
    }
}
.choose-county-box-inner .choose-county-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.choose-county-box-inner .choose-county-item{
    background: #eee;
    color: #333;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
}

.choose-county-box-inner .choose-county-text{
    font-size: 32px;
}

.choose-county-box-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    z-index: 998;
    left: 0px;
    top: 0px;
}

.head-top-right .county-box{
    position: absolute;
    top: -10px;
    right: 0px;
    padding: 2px 5px;
    border-radius: 4px;
    background: #f96700;
    color: #fff;
    cursor: pointer;
}

.ysl_header .head-nav {
    height: 50px;
    background: #464748;
}

.ysl_header .head-nav-body {
    width: 1570px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.ysl_header .head-nav-body .head-nav-icon {
    cursor: pointer;
}

.ysl_header .head-nav-boxs {
    display: flex;
    align-items: center;
}

.ysl_header .head-nav-item {
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.ysl_header .head-nav-boxs {
    margin-left: 25px;
}

.ysl_header .head-nav-item {
    padding: 0px 30px;
    position: relative;
    cursor: pointer;
}

.ysl_header .head-nav-item.cli {
    background: #fff;
    color: #333;
}

.ysl_header .head-nav-item.cli a {
    color: #333;
}

.ysl_header .head-nav-item.cli::after {
    background: #fff;
}

.ysl_header .head-nav-item:hover {
    background: #fff;
    color: #333;
}

.ysl_header .head-nav-item:hover a {
    color: #333;
}

.ysl_header .head-nav-item::after {
    content: ' ';
    display: block;
    width: 1px;
    height: 30px;
    background: #666768;
    position: absolute;
    right: 0px;
    top: 10px
}

.ysl_header .head-nav-item:hover::after {
    background: #fff;
}

.ysl_header .head-nav-item:last-child::after {
    display: none;
}

.ysl_header .head-nav-link {
    color: #fff;
    font-size: 16px;
}

.ysl_header .head-nav-link:hover {
    color: #333;
}

.floor-block {
    margin-top: 60px;
}

.floor-block .floor-block-body {
    width: 1570px;
    margin: 0 auto;
    font-size: 36px;
}

.floor-block .floor-block-title {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: bold;
}

.floor-block .floor-block-title .floor-block-title-val {
    flex: 1;
}

.floor-block .floor-block-header .floor-block-right {
    font-size: 15px;
    border: 1px solid #cccccc;
    float: right;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-weight: 100;
}

.floor-block .floor-block-icon {
    height: 4px;
    line-height: 4px;
}

.featured-content {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.featured-content a:hover {
    color: #eb7c44;
}

.featured-content .featured-content-item {
    width: 245px;
    height: 330px;
    border: 1px solid #ebebeb;
    margin-right: 20px;
    margin-top: 20px;
    background: #fff;
}

.featured-content .featured-content-item:nth-child(6n) {
    margin-right: 0px;
}

.featured-content .featured-content-item img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.featured-content .featured-item-text {
    margin: 0px 25px;
    font-size: 24px;
    text-align: center;
    border-top: 1px solid #ebebeb;
    height: 108px;
    display: flex;
    align-items: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.featured-bg {
    padding: 0px 0px;
}

.floor-block-bg {
    background: #f6f7f8;
    padding: 40px 0px;
}

.featured-bg .categories-content {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.floor-block-content .categories-item {
    width: 510px;
    height: 258px;
    background-size: 100%;
    padding: 60px 70px 0px 70px;
    color: #fff;
    margin: 10px 20px 10px 0px;
}

.floor-block-content .categories-item:nth-child(3n) {
    margin-right: 0px;
}

.floor-block-content .categories-item-01 {
    background: url("../images/catetory-01.png") no-repeat;
}

.floor-block-content .categories-item-02 {
    background: url("../images/catetory-02.png") no-repeat;
}

.floor-block-content .categories-item-03 {
    background: url("../images/catetory-03.png") no-repeat;
}

.floor-block-content .categories-item-04 {
    background: url("../images/catetory-04.png") no-repeat;
}

.floor-block-content .categories-item-05 {
    background: url("../images/catetory-05.png") no-repeat;
}

.floor-block-content .categories-item-06 {
    background: url("../images/catetory-06.png") no-repeat;
}

.floor-block-content .categories-item .categories-item-title {
    font-size: 36px;
}

.floor-block-content .categories-item .categories-item-childs {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    margin-top: 10px;
}

.floor-block-content .categories-item .categories-child-item {
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.floor-block-content .categories-item .categories-child-item a {
    color: #fff;
}

.floor-block-content .categories-item .categories-child-item a:hover {
    color: #eb7c44;
}

.floor-block-content .categories-item .categories-child-item::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
}

.floor-block .floor-brand-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.floor-block .floor-brand-content a {
    width: 245px;
    height: 128px;
    background: #f6f7f8;
    margin: 10px 20px 10px 0px;
}

.floor-block .floor-brand-content .floor-brand-item {}

.floor-block .floor-brand-content .floor-brand-item img {
    width: 100%;
    height: 100%;
}

.floor-block .floor-brand-content a:nth-child(6n) {
    margin-right: 0px;
}

.floor-ad {
    text-align: center;
    margin-top: 30px;
}

.floor-block .floor-makes-body {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.floor-block .floor-makes-body .floor-makes-item {
    width: 248px;
    height: 45px;
    background: #f6f7f8;
    border: 1px solid #e6e7e8;
    margin: 16px 16px 0px 0px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0px 16px;
    cursor: pointer;
}

.floor-block .floor-makes-body .floor-makes-item:hover {
    background: #eee;
}

.floor-block .floor-makes-body .floor-makes-item:nth-child(6n) {
    margin-right: 0px;
}

.floor-block .floor-makes-body .floor-makes-item .makes-item-title {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.floor-block .floor-makes-body .floor-makes-item .makes-item-icon {
    font-weight: bold;
}

.choose-us-block {
    background: #f6f7f8;
    padding: 60px 0px;
}

.choose-us-block .chooseUs-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.choose-us-block .chooseUs-content .chooseUs-item {
    width: 375px;
    /* height: 330px; */
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 30px;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 22.5px;
}

.choose-us-block .chooseUs-content .chooseUs-item a {
    color: #333 !important;
}

.choose-us-block .chooseUs-content .chooseUs-item:nth-child(4n) {
    margin-right: 0px;
}

.choose-us-block .chooseUs-content .chooseUs-item:hover {
    background: #eee;
}

.choose-us-block .chooseUs-content .chooseUs-item-title {
    font-size: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.choose-us-block .chooseUs-content .chooseUs-item-thumb {
    width: 100%;
    height: 135px;
    margin: 30px 0px;
}

.choose-us-block .chooseUs-content .chooseUs-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-us-block .chooseUs-content .chooseUs-item-desc {
    font-size: 14px;
    word-break: break-all;
}

.floor-block .stories-content {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.floor-block .stories-content .stories-item {
    background: #f6f7f8;
    width: 506px;
    height: 588px;
    margin-right: 26px;
}

.floor-block .stories-content .stories-item:nth-child(3n) {
    margin-right: 0px;
}

.floor-block .stories-content .stories-item-thumb {
    width: 506px;
    height: 330px;
}

.floor-block .stories-content .stories-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floor-block .stories-content .stories-item-infos {
    padding: 36px 30px 10px 30px;
    height: 258px;
    display: flex;
    flex-direction: column;
}

.floor-block .stories-content .stories-item-addtime-icon {
    width: 21px;
    height: 21px;
    font-size: 0px;
    margin-right: 10px;
}

.floor-block .stories-content .stories-item-addtime-icon img {
    width: 100%;
    height: 100%;
}

.floor-block .stories-content .stories-item-addtime {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.floor-block .stories-content .stories-item-title {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.floor-block .stories-content .stories-item-desc {
    font-size: 16px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    flex: 1;
}

.floor-block .stories-content .stories-item-more a {
    font-size: 16px;
    color: #eb7c44 !important;
}

.floor-block .stories-content .stories-item-more a:hover {
    color: #eb7c44;
}

.yusl-footer-block {
    height: 470px;
    background: url("../images/foot-bg.png") no-repeat center #000;
    background-size: 100% 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.yusl-footer-block .yusl-footer-content {
    width: 1570px;
    margin: 0px auto;
    display: flex;
    flex: 1;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-nav {
    display: flex;
    padding-top: 94px;
    flex: 1;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-nav-item {
    color: #fff;
    margin-right: 30px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-nav-item a {
    color: #fff;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-nav-item-childs {
    margin-top: 30px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-nav-item-child-item {
    margin-top: 10px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-nav-item-child-item .yusl-footer-nav-item-title {
    font-size: 18px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-nav-item-child-item {
    font-size: 14px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-nav-item-child-item::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-right {
    padding-top: 94px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-right-codes {
    display: flex;
    color: #fff;
    text-align: center;
    justify-content: flex-end;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-code {
    margin-right: 35px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-code:last-child {
    margin-right: 0px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-code-text {
    margin-top: 10px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-third-logos {
    display: flex;
    justify-content: end;
    margin-top: 26px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-third-logo-item {
    margin-right: 17px;
}

.yusl-footer-block .yusl-footer-content .yusl-footer-third-logo-item:last-child {
    margin-right: 0px;
}

.yusl-footer-block .yusl-footer-end {
    width: 1570px;
    margin: 0px auto;
    color: #fff;
    border-top: 1px solid #626263;
    padding: 35px 0px;
}

.add-vehicle-form {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 137px;
}

.add-vehicle-form-item {
    width: 150px;
    height: 44px;
    margin-right: 10px;
}

.add-vehicle-form-item .layui-btn {
    width: 150px;
}

.add-vehicle-btn {
    background: #f96700;
}

.vehicle-list-lists {
    padding: 20px;
}

.vehicle-list-lists .vehicle-list-item {
    background: rgb(250, 250, 250);
    display: flex;
    align-items: center;
    padding: 10px;
    border-left: 3px solid #ccc;
    margin-bottom: 10px;
}

.vehicle-list-lists .vehicle-list-item .vehicle-icon {
    width: 100px;
    height: 50px;
    background: url("../images/car-icon.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.vehicle-list-lists .vehicle-info {
    cursor: pointer;
    flex: 1;
}

.vehicle-list-lists .vehicle-action {
    cursor: pointer;
}

.vehicle-list-lists .add-vehicle-btn {
    background: #f96700;
    color: #fff;
    padding: 10px 0px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.child-nav-box {
    background: #fff;
    height: 334px;
    position: absolute;
    top: 138px;
    width: 100vw;
    z-index: 9;
    left: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.child-nav-box .child-nav-box-inner {
    width: 1570px;
    height: 334px;
    margin: 0px auto;
    padding: 20px 0px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    z-index: 999;
}

.child-nav-box .child-nav-left {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    width: 210px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 999;
}

.child-nav-box .child-nav-left-item {
    line-height: 16px;
    padding: 8px 10px 0px 8px;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.child-nav-box .child-nav-left-item.cli::before {
    content: ' ';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -21px;
    background: #000;
    z-index: 999;
}

/* .child-nav-box .child-nav-left-item:hover::before{
    content: ' ';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -21px;
    background: #000;
    z-index: 10;
} */
.child-nav-box .child-nav-left-item:hover a {
    color: #000;
}

.child-nav-box .child-nav-right {
    flex: 1;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.child-nav-box .child-nav-right-title {
    font-size: 18px;
    color: #262728;
    font-weight: 700;
}

.child-nav-box .child-nav-right-pros {
    display: flex;
    margin-top: 20px;
}

.child-nav-box a {
    margin-right: 20px;
}

.child-nav-box a:hover {
    color: #eb7c44;
}

.child-nav-box .nav-right-pro-item {
    background: #f5f5f5;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 200px;
    cursor: pointer;
}

.child-nav-box .nav-right-pro-item:hover {
    box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .1);
}

.child-nav-box .nav-right-pro-item-thumb {
    width: 140px;
    height: 140px;
}

.child-nav-box .nav-right-pro-item-thumb img {
    width: 100%;
    height: 100%;
}

.child-nav-box .nav-right-pro-item:last-child {
    margin-right: 0px;
}

.child-nav-box .nav-right-pro-item-text {
    width: 100px;
    margin: 20px auto 0px auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    line-height: 14px;
    height: 30px;
}

.home-all-nav {}

.home-all-nav .home-all-nav-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    z-index: 998;
    left: 0px;
    top: 0px;
}

.home-all-nav .home-all-nav-box {
    width: 320px;
    background: #fff;
    height: 100vh;
    position: fixed;
    left: 0px;
    z-index: 9999;
    top: 0px;
}

.home-all-nav .left-nav-header {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.home-all-nav .left-nav-body {
    /* padding: 20px 20px; */
}

.home-all-nav .left-nav-item {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
    padding: 10px 20px;
    /* border-bottom: 1px solid #eee; */
}

.home-all-nav .left-nav-item a {
    font-size: 18px;
    flex: 1;
}

.home-all-nav .left-nav-item:hover {
    background: #eee;
}

.home-all-nav .left-nav-item a:hover {
    color: #eb7c44;
}

.home-all-nav .left-nav-item .head-nav-right {
    font-size: 20px;
}

.child-nav-box .child-nav-box-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    z-index: 998;
    left: 0px;
    top: 0px;
}

.product-list-warp {
    background: #f6f7f8;
}

.product-list-warp .product-list-top {
    width: 1570px;
    margin: 0px auto;
    padding: 20px 0px;
}

.product-list-warp .pro-header {
    color: rgb(146, 147, 147);

}

.product-list-warp .now-nav-name {
    margin: 20px 0px;
    font-size: 28px;
    font-weight: bold;
}

.product-list-warp .pro-list-body {
    background: #fff;
}

.product-list-warp .pro-list-body-inner {
    width: 1570px;
    margin: 0px auto;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
}

.product-list-warp .pro-list-body-item {
    width: calc(25% - 20px);
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e6e7e8;
    border-radius: 8px;
    padding: 14px 16px 14px 14px;
    font-weight: 500;
    cursor: pointer;
    height: 108px;
    margin-right: 10px;
    margin-left: 10px;
    /* 
    margin-left: 10px; */

}

.product-list-warp .pro-list-body-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product-list-warp .body-item-thumb {
    width: 80px;
    height: 80px;
    background: linear-gradient(315deg, #f66849, #f96700);
    padding: 10px;
    border-radius: 8px;
    transition: all .5s;

}

.product-list-warp .body-item-thumb img {
    width: 60px;
    height: 60px;
}

.product-list-warp .pro-list-body-item:hover .body-item-thumb {
    transform: scale(1.1);
}

.product-list-warp .body-item-text {
    flex: 1;
    font-size: 18px;
    margin-left: 10px;
}

.product-list-warp .body-item-icon {
    font-size: 24px;
    color: #f96700;
}

.product-list-warp .pro-info-list {
    width: 1570px;
    margin: 0px auto;
}

.pro-info-list-inner {
    display: flex;
}

.product-list-warp .pro-info-list-inner-left {
    width: 400px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

.product-list-warp .pro-info-list-inner-left-title {
    font-size: 18px;
    color: #000;
}

.product-list-warp .layui-tree-iconClick {
    margin: 0px;
}

.product-list-warp .layui-tree-icon {
    width: 16px;
    height: 16px;
    border-color: #333;
    color: #333;
}

.product-list-warp .layui-tree-icon .layui-icon {
    color: #333;
}

.product-list-warp .layui-tree-txt {
    margin-left: 10px;
}

.product-list-warp .layui-icon-file {
    width: 18px;
    display: block;
    /* display: none; */
}

.product-list-warp .layui-icon-file::before {
    display: none;
}

.product-list-warp .layui-tree-set::before,
.product-list-warp .layui-tree-set::after {
    display: none;
}

.product-list-warp .layui-tree-entry {
    height: auto;
}

.product-list-warp .layui-tree-txt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.product-list-warp .pro-info-left-inner-right {
    background: #fff;
    flex: 1;
    margin-left: 20px;
}

.product-list-warp .pro-info-left-inner-right-header {
    font-size: 24px;
    color: #333;
    padding: 20px;
}

.product-list-warp .pro-info-left-inner-right-lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-list-warp .pro-info-left-inner-right-item-a {
    /* width: calc(100% / 3); */
    width: 100%;
    /* border-right: 1px solid #eee; */
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    display: block;
    
}

.product-list-warp .pro-info-left-inner-right-item-a:hover{
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

.product-list-warp a:hover {
    color: #eb7c44;
}

.product-list-warp .pro-info-left-inner-right-item {
    /* width: calc(100% / 3);
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    cursor: pointer; */
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
}
.pro-info-left-inner-right-item-img{
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.product-list-warp .pro-info-left-inner-right-item img {
    transition: all .5s;
}

.product-list-warp .pro-info-left-inner-right-item:hover img {
    transform: scale(1.1);
}

.product-list-warp .pro-info-left-inner-right-item-title {
    font-size: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    margin-left: 20px;
    /* margin-top: 20px; */
}

.pro-detail-warp {
    background: #f6f7f8;
}

.pro-detail-warp .pro-detail-top {
    width: 1570px;
    margin: 0px auto;
    padding: 20px 0px;
}

.pro-detail-warp .pro-header {
    color: rgb(146, 147, 147);

}

.pro-detail-warp .now-nav-name {
    margin: 20px 0px;
    font-size: 28px;
    font-weight: bold;
}

.pro-detail-warp .pro-detail-content {
    width: 1570px;
    margin: 0px auto;
    padding: 20px 0px;
    background: #fff;

}

.pro-detail-warp .pro-detail-content-base {
    display: flex;
}

.pro-detail-warp .pro-detail-content-base-left {
    width: 500px;
}

.pro-detail-warp .pro-detail-content-base-right {
    flex: 1;
    margin-left: 30px;
}

.about-info-warp {
    background: #f6f7f8;
}

.about-info-warp .about-info-top {
    width: 1570px;
    margin: 0px auto;
    padding: 20px 0px;
}

.about-info-warp .pro-header {
    color: rgb(146, 147, 147);

}

.about-info-warp .about-info-content {
    width: 1570px;
    margin: 0px auto;
    padding: 20px;
    background: #fff;

}

.about-info-warp .now-nav-name {
    margin-top: 10px;
    font-size: 24px;
}


.product-list-warp .new-list-left {
    width: 300px !important;
    padding: 0px;
}

.product-list-warp .left-child-item {
    padding: 13px 20px;
}

.product-list-warp .left-child-item:hover {
    background: #eee;
}

.product-list-warp .new-item {
    width: calc(100% / 4 - 9px);
    margin-right: 12px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    overflow: hidden;

}

.product-list-warp .new-item:hover .new-item-thumb {
    transform: scale(1.1);
}

.product-list-warp .new-item:nth-child(4n) {
    margin-right: 0px;
}

.product-list-warp a .new-item-footer {
    display: flex;
    align-items: center;
    color: #ccc;
    padding: 10px 20px;
    border-top: 1px solid #eee;
}

.product-list-warp .new-item-date {
    flex: 1;
}

.product-list-warp .new-item .new-item-thumb {
    width: 100%;
    height: 180px;
    transition: all 0.3s
}

.product-list-warp .new-item .new-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.product-list-warp .new-item-title {
    padding: 16px;
    height: 74px;

}

.product-list-warp .new-item-title-info {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.yusl-footer-third-logo-item img {
    width: 30px;
    height: 30px;
}

.yusl-ad {
    width: 100%;
    padding-top: 40px;
    background: #fff;
}

.yusl-ad-body {
    width: 1570px;
    height: 450px;
    margin: 0px auto;
}

.yusl-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-car-input{
    flex: 1;
    margin: 0px 10px;
}
.search-input{
    width: 100%;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
}
.search-btn{
    background: #eee;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
}
.search-btn:hover{
    background: #f96700;
    color: #fff;
}
.search-tip-box{
   font-size: 32px;
   color: #ccc;
   padding: 16px;
}
.search-tip-box span{
    color: #333;
}

/* 移动端适配 - 基础设置 */
@media screen and (max-width: 768px) {

    /* 重置基础样式 */
    body {
        font-size: 14px;
        line-height: 1.5;
        overflow-x: hidden;
    }
    .yusl-ad{
        padding-top: 0px !important;
    }
    .yusl-ad-body {
        width: 100% !important;
        height: auto !important;
        
    }

    .floor-block-title {
        font-size: 18px;
    }

    /* 头部适配 */
    .ysl_header .head-top {
        width: 100% !important;
        padding: 0px;
        height: 50px;
        box-sizing: border-box;
    }

    .ysl_header .top-car-box {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
    }

    .ysl_header .head-nav {
        width: 24px;
        background: #464748;
        width: 60px;
        position: absolute;
        right: 0px;
        top: 0px
    }

    .ysl_header .head-nav-icon {
        margin-left: 20px;
    }

    .floor-block {
        margin-top: 10px;
    }

    .floor-block .floor-makes-body a {
        width: calc(50% - 5px);
        display: inline-block;
        margin-right: 10px;

    }

    .floor-block .floor-makes-body a:nth-child(2n) {
        margin-right: 0px;
    }

    .floor-block .floor-makes-body .floor-makes-item {
        width: 100%;
    }

    .floor-block-bg {
        padding: 0px;
    }

    .categories-item {
        width: 100% !important;
        margin: 0px !important;
        margin-top: 10px !important;
        padding: 10px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .categories-item-title {
        font-size: 30px !important;
    }

    .categories-child-item {
        font-size: 14px !important;
    }

    .choose-us-block {
        padding: 0 !important;
    }

    .chooseUs-item {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .stories-item {
        width: 100% !important;
        height: auto !important;
        margin-top: 10px;
    }

    .stories-item-desc {
        display: none !important;
    }

    .stories-item-thumb {
        width: 100% !important;
        height: 180px !important;
    }

    .stories-item-infos {
        padding: 10px !important;
        height: auto !important;
    }

    .yusl-footer-nav {
        display: none !important;
    }

    .yusl-footer-block {
        height: auto;
    }

    .yusl-footer-right-codes {
        justify-content: center !important;
    }

    .yusl-footer-third-logos {
        justify-content: center !important;
    }

    .yusl-footer-end {
        width: 100% !important;
        text-align: center;
    }

    .yusl-footer-right {
        padding: 0px !important;
    }




    .slideshow {
        height: 200px !important;
    }

    /* 导航栏适配 */
    .head-nav-boxs {
        display: none !important;
        /* 隐藏桌面导航 */
    }

    /* 移动端菜单按钮 */
    .mobile-menu-btn {
        display: block !important;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
    }

    /* 内容区域适配 */
    .floor-block .floor-block-body,
    .product-list-warp .product-list-top,
    .pro-detail-warp .pro-detail-top,
    .about-info-warp .about-info-top {
        width: 100% !important;
        padding: 15px;
        box-sizing: border-box;
    }

    .featured-content a {
        width: calc(50% - 5px);
        display: inline-block;
        margin-right: 10px;
    }

    .featured-content a:nth-child(2n) {
        margin-right: 0px;
    }

    .head-top-carinfo {
        display: none;
    }

    .head-top-right {
        display: none !important;
    }

    /* 产品列表适配 */
    .featured-content .featured-content-item {
        width: 100%;
        height: auto;
    }

    .featured-content .featured-content-item img {
        height: 150px !important;
    }

    /* 页脚适配 */
    .yusl-footer-block .yusl-footer-content {
        width: 100% !important;
        padding: 20px 15px;
        flex-direction: column;
    }

    .yusl-footer-nav {
        flex-direction: column;
    }

    .yusl-footer-nav-item {
        margin: 10px 0 !important;
    }

    /* 产品详情页适配 */
    .pro-detail-content-base {
        flex-direction: column;
    }

    .pro-detail-content-base-left,
    .pro-detail-content-base-right {
        width: 100% !important;
        margin: 0 !important;
    }

    /* 表格响应式 */
    .table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* 移动端菜单样式 */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu.show {
        left: 0;
    }

    .mobile-menu-header {
        padding: 15px;
        background: #f8f9fa;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-close {
        font-size: 24px;
        cursor: pointer;
    }

    .mobile-menu-body {
        padding: 15px;
    }

    .mobile-menu-item {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .mobile-menu-overlay.show {
        display: block;
    }

    .pro-info-list {
        width: 100% !important;
    }

    .pro-info-list-inner-left {
        display: none;
    }

    .pro-info-left-inner-right {
        margin-left: 0px !important;
    }

    .product-list-warp .pro-info-left-inner-right-item-a {
        width: 100%;
    }

    .pro-info-left-inner-right-item-img{
        width: 150px !important;
        height: 150px !important;
    }

    .product-list-warp .pro-info-left-inner-right-item-a img {
        width: 100% !important;
        height: 100% !important;
    }

    .pro-detail-content {
        width: 100% !important;
    }

    .pro-detail-content-base-left .swiper-slide {
        width: 100% !important;
    }

    .pro-detail-content-base-left {
        width: 100% !important;
    }

    .now-nav-name {
        margin: 5px 0px !important;
        font-size: 18px !important;
    }

    .pro-list-body-inner {
        width: 100% !important;
    }

    .product-list-warp .pro-list-body-item {
        width: 100%;
    }

    .logo-img img {
        width: 80% !important;
        height: auto !important;
    }

    .product-list-warp .new-item {
        width: 100%;
        margin-right: 0px;
    }
}