.components-HomePage-IndustrySolution--deskIndustry_title_com {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 22px;
}
.components-HomePage-IndustrySolution--deskIndustry_title_com span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
}

.components-HomePage-IndustrySolution--deskIndustry_content {
    width: 100%;
    background-color: #1A1A1A;
    height: 574px;
    box-sizing: border-box;
    position: relative;
}
.components-HomePage-IndustrySolution--deskIndustry_content_backimgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.components-HomePage-IndustrySolution--deskIndustry_content_backimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all 0.3s;
}
.components-HomePage-IndustrySolution--deskIndustry_content_backimg_show {
    opacity: 1;
    filter:alpha(opacity=100);
}
.components-HomePage-IndustrySolution--deskIndustry_content_center_out {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding-top: 56px;
    box-sizing: border-box;
}
.components-HomePage-IndustrySolution--deskIndustry_content_center {
    width: 1200px;
    margin: 0 auto;
}
.components-HomePage-IndustrySolution--deskIndustry_list {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.components-HomePage-IndustrySolution--deskIndustry_nav {
    width: 230px;
    height: 374px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    backdrop-filter: saturate(180%) blur(10px);
}
.components-HomePage-IndustrySolution--deskIndustry_nav_item {
    width: 100%;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
    color: #909090;
    font-size: 14px;
    transition:all 0.2s;
}
.components-HomePage-IndustrySolution--deskIndustry_nav_item:hover {
    /* background: #286EFA; */
    color: #fff;
    /* border-radius: 5px; */
}
.components-HomePage-IndustrySolution--deskIndustry_nav_item_active {
    background: #286EFA;
    color: #fff;
    border-radius: 5px;
}
.components-HomePage-IndustrySolution--deskIndustry_items {
    position: absolute;
    right: 0;
    top: 0;
    width: 960px;
    height: 374px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    backdrop-filter: saturate(180%) blur(10px);
    overflow: hidden;
}
.components-HomePage-IndustrySolution--deskIndustry_item {
    width: 960px;
    height: 374px;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content {
    width: 600px;
    padding-top: 30px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content h4 {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content h3 {
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content_p {
    width: 100%;
    height: 125px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content_p p {
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    line-height: 24px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    /* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word; */
}
.components-HomePage-IndustrySolution--deskIndustry_item_content_tags {
    width: 100%;
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    zoom: 1;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
/* .deskIndustry_item_content_tags:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
} */
.components-HomePage-IndustrySolution--deskIndustry_item_content_tags::-webkit-scrollbar { height: 8px;} 
.components-HomePage-IndustrySolution--deskIndustry_item_content_tags::-webkit-scrollbar-track {
    background-size: 4px 4px; 
} 
.components-HomePage-IndustrySolution--deskIndustry_item_content_tags::-webkit-scrollbar-thumb {     
    /* background: transparent;      */
    border-radius: 5px;     
    /* border: 2px solid #909090;      */
    box-shadow: inset 1px 1px 5px #909090 ;   
 }

.components-HomePage-IndustrySolution--deskIndustry_item_content_tags .components-HomePage-IndustrySolution--tag_item {
    /* float: left; */
    display: inline-block;
    font-size: 0;
    text-align: center;
    margin-left: 50px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content_tags .components-HomePage-IndustrySolution--tag_item img {
    width: 16px;
    height: 16px;
    display: inline-block!important;
    font-size: 0;
    margin-bottom: 10px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content_tags .components-HomePage-IndustrySolution--tag_item p {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content_tags .components-HomePage-IndustrySolution--tag_item:first-child {
    margin-left: 0;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content_a {
    display: block;
    width: 89px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #286EFA;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.3s;
}
.components-HomePage-IndustrySolution--deskIndustry_item_content_a:hover {
    color: #FFFFFF;
    background-color: #1B60FF;
}

.components-HomePage-IndustrySolution--deskIndustry_item_R {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 240px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top {
    width: 100%;
    height: 190px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    font-size: 0;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--btn_a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    background-image: url(https://ssl-static2.720static.com//_next/static/images/playbtn-9e1876f85ffe6ede4faabc773ccb05fe.png);
    background-size: 100% 100%;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--img1 {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 0;
    overflow: hidden;
    background-color: #1A1A1A;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--img1 img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 0;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top:hover .components-HomePage-IndustrySolution--img1 img {
    transform: scale(1.3);
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--codeshow {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 0;
    padding-left: 26px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background: rgba(0,0,0,0.5000);
    border-radius: 3px;
    cursor: pointer;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--codeshow .components-HomePage-IndustrySolution--img2 {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--codeshow span {
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--codeshow .components-HomePage-IndustrySolution--img3 {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 126px;
    height: 126px;
    display: none;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--codeshow:hover>.components-HomePage-IndustrySolution--img3 {
    display: block;
}

.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_nav {
    width: 100%;
    padding-top: 18px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_nav_names {
    float: left;
    width: 114px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    height: 48px;
    background: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_nav_names:hover {
    color: #fff;
    background: #286EFA;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_nav_names:nth-child(2n+0) {
    margin-right: 0;
}
.components-HomePage-IndustrySolution--deskIndustry_item_R .components-HomePage-IndustrySolution--item_R_nav_names_active {
    color: #fff;
    background: #286EFA;
}

/* mobile***************************************************/

.components-HomePage-IndustrySolution--mobileIndustry_title_com {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.components-HomePage-IndustrySolution--mobileIndustry_content {
    width: 100%;
    background-color: #1A1A1A;
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.components-HomePage-IndustrySolution--mobileIndustry_content_center {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.components-HomePage-IndustrySolution--mobileIndustry_nav {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.components-HomePage-IndustrySolution--mobileIndustry_nav::-webkit-scrollbar {
    display: none;
}
.components-HomePage-IndustrySolution--mobileIndustry_nav_item {
    display: inline-block;
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #909090;
    line-height: 20px;
    margin-right: 15px;
    transition:all 0.2s;
    margin-bottom: 5px;
    position: relative;
}
.components-HomePage-IndustrySolution--mobileIndustry_nav_item_active {
    color: #fff;
    position: relative;
}
.components-HomePage-IndustrySolution--mobileIndustry_nav_item_active::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    border-bottom: 2px solid #286EFA;
}


.components-HomePage-IndustrySolution--mobileIndustry_list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.components-HomePage-IndustrySolution--mobileIndustry_items {
    width: 100%;
}
.components-HomePage-IndustrySolution--mobileIndustry_item {
    width: 100%;
    height: 536px;
    display: block;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    backdrop-filter: saturate(180%) blur(10px);
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content {
    width: 100%;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content h4 {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5000);
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 10px;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content_a {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #286EFA;
    line-height: 20px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5000);
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content h3 {
    width: 100%;
    height: 64px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5000);
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content_p {
    width: 100%;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content_p p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    line-height: 24px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5000);
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content_tags {
    width: 100%;
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content_tags::-webkit-scrollbar {
    display: none;
}

.components-HomePage-IndustrySolution--mobileIndustry_item_content_tags .components-HomePage-IndustrySolution--tag_item {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content_tags .components-HomePage-IndustrySolution--tag_item img {
    width: 16px;
    height: 16px;
    display: inline-block!important;
    font-size: 0;
    margin-bottom: 6px;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content_tags .components-HomePage-IndustrySolution--tag_item p {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_content_tags .components-HomePage-IndustrySolution--tag_item:first-child {
    margin-left: 0;
}


.components-HomePage-IndustrySolution--mobileIndustry_item_R {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_R h4 {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5000);
    margin-bottom: 10px;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_R .components-HomePage-IndustrySolution--item_R_top {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    overflow-x: auto;
    white-space: nowrap;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_R .components-HomePage-IndustrySolution--item_R_top::-webkit-scrollbar {
    display: none;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--img1 {
    display: inline-block;
    width: 180px;
    height: 140px;
    border-radius: 5px;
    font-size: 0;
    overflow: hidden;
    background-color: #1A1A1A;
    position: relative;
    margin-right: 20px;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 0;
}
.components-HomePage-IndustrySolution--mobileIndustry_item_R .components-HomePage-IndustrySolution--item_R_top .components-HomePage-IndustrySolution--img1 p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: rgba(0,0,0,0.5000);
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.components-HomePage-BrandList--deskBrand_title_com {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
}
.components-HomePage-BrandList--deskBrand_title_com span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
}
.components-HomePage-BrandList--mobileBrand_title_com {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
}
.components-HomePage-BrandList--clearfixBrand::before,.components-HomePage-BrandList--clearfixBrand::after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.components-HomePage-BrandList--clearfixBrand::after{clear:both;}
.components-HomePage-BrandList--clearfixBrand{zoom:1;}
.components-HomePage-BrandList--markBrand_t {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    line-height: 16px;
    width: 100%;
    text-align: center;
}

.components-HomePage-BrandList--deskBrand_content {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #F5F7FA;
}
.components-HomePage-BrandList--deskBrand_content_center {
    width: 1200px;
    margin: 0 auto;
}
.components-HomePage-BrandList--deskBrand_list {
    width: 100%;
    padding-top: 22px;
}
.components-HomePage-BrandList--deskBrand_list .components-HomePage-BrandList--itemBrand {
    float: left;
    margin-right: 36px;
    margin-bottom: 22px;
    width: 140px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
}
.components-HomePage-BrandList--deskBrand_list .components-HomePage-BrandList--itemBrand:nth-child(7n+0) {
    margin-right: 0;
}
.components-HomePage-BrandList--deskBrand_list .components-HomePage-BrandList--itemBrand .components-HomePage-BrandList--imgsrc {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}


/* mobile_content****************************************/
.components-HomePage-BrandList--mobileBrand_content {
    width: 100%;
    background-color: #fff;
    padding-bottom: 50px;
}
.components-HomePage-BrandList--mobileBrand_content_center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.components-HomePage-BrandList--mobileBrand_list_content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.components-HomePage-BrandList--mobileBrand_list_content::-webkit-scrollbar {
    display: none;
}

.components-HomePage-BrandList--mobileBrand_list {
    width: 1200px;
    padding-top: 20px;
}
.components-HomePage-BrandList--mobileBrand_list .components-HomePage-BrandList--itemBrand {
    float: left;
    margin-right: 36px;
    margin-bottom: 22px;
    width: 140px;
    height: 60px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
}
.components-HomePage-BrandList--mobileBrand_list .components-HomePage-BrandList--itemBrand:nth-child(7n+0) {
    margin-right: 0;
}
.components-HomePage-BrandList--mobileBrand_list .components-HomePage-BrandList--itemBrand .components-HomePage-BrandList--imgsrc {
    width: 100%;
    height: 100%;
    display: block;
}


