.gridFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.gridLayout {
    width: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.gridLayout>div>.row>.edit {
    height: inherit
}

.gridLayout>div>.row>.edit>.gridSub {
    border: 1px dashed #4a90e2
}

.gridLayout .gridSub {
    min-height: 50px
}

.text {
    min-width: 100px;
    min-height: 20px
}

.text ul,
.text ul>li {
    list-style: disc
}

.text ol,
.text ol>li {
    list-style: decimal
}

.banner-anim {
    position: relative;
    overflow: hidden;
    min-height: 100px
}

.banner-anim-elem {
    height: 100%
}

.banner-anim-elem>* {
    position: relative
}

.banner-anim-elem-mask {
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner-anim-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 10
}

.banner-anim-arrow-default {
    position: absolute;
    width: 20px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    background: rgba(0, 0, 0, .3)
}

.banner-anim-arrow-default.next {
    right: 0
}

.banner-anim-arrow-default.next:after,
.banner-anim-arrow-default.next:before,
.banner-anim-arrow-default.prev:after,
.banner-anim-arrow-default.prev:before {
    width: 2px;
    height: 15px;
    background: #fff;
    display: block;
    content: " ";
    position: absolute
}

.banner-anim-arrow-default.next:before {
    transform: rotate(-40deg);
    top: 18px;
    left: 10px
}

.banner-anim-arrow-default.next:after {
    transform: rotate(40deg);
    bottom: 17px;
    left: 10px
}

.banner-anim-arrow-default.prev:before {
    transform: rotate(40deg);
    top: 18px;
    left: 8px
}
.banner-anim-arrow-default.prev:after {
    transform: rotate(-40deg);
    bottom: 17px;
    left: 8px
}

.banner-anim-thumb {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 10
}

.banner-anim-thumb>span {
    pointer-events: auto;
    cursor: pointer;
    display: inline-block;
    list-style: none
}

.banner-anim-thumb-default {
    height: 40px;
    line-height: 40px
}

.banner-anim-thumb-default span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 5px;
    background: hsla(0, 0%, 40%, .35);
    transition: background .3s;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25)
}

.banner-anim-thumb-default span.active,
.banner-anim-thumb-default span:active {
    background: #fff
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.Banner2 video {
    object-fit: fill
}

.Banner2 .banner0 .banner-anim {
    /* padding-bottom: 60%; */
    min-height: auto
}

.Banner2 .banner0 .banner-anim .banner-anim-arrow-default {
    top: 50% !important
}

.Banner2 .banner0 .banner-anim .bg0 {
    height: 100%;
    width: 100%
}

.Banner2 .banner0 .custom-arrow-thumb {
    height: 100%
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow {
    top: 50% !important;
    transform: translateY(-50%)
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow .img-wrapper {
    width: 120px;
    height: 80px;
    float: left;
    position: relative
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow .img-wrapper li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: absolute
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.next {
    right: 0
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.next .arrow {
    float: left
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.next .arrow:after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    bottom: 27px;
    left: 10px
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.prev {
    left: 0
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.prev .arrow {
    float: right
}

.Banner2 .banner0 .custom-arrow-thumb .user-thumb>span.active {
    color: hsla(0, 0%, 100%, .45)
}

.Banner2 .banner0 .custom-arrow-thumb .user-thumb>span i {
    display: block;
    background-size: cover;
    background-position: 50%
}

@media screen and (min-width:600px) {

    .custom-arrow-thumb .user-arrow.next,
    .custom-arrow-thumb .user-arrow.prev {
        width: 48px;
        height: 96px;
        text-align: center
    }

    .custom-arrow-thumb .user-arrow.next .anticon,
    .custom-arrow-thumb .user-arrow.prev .anticon {
        line-height: 96px
    }

    .custom-arrow-thumb .user-arrow.prev {
        border-radius: 0 10px 10px 0
    }

    .custom-arrow-thumb .user-arrow.next {
        border-radius: 10px 0 0 10px
    }
}

@media screen and (max-width:600px) {
    .Banner {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.banner-anim {
    position: relative;
    overflow: hidden;
    min-height: 100px
}

.banner-anim-elem {
    height: 100%
}

.banner-anim-elem>* {
    position: relative
}

.banner-anim-elem-mask {
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner-anim-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 10
}

.banner-anim-arrow-default {
    position: absolute;
    width: 20px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    background: rgba(0, 0, 0, .3)
}

.banner-anim-arrow-default.next {
    right: 0
}

.banner-anim-arrow-default.next:after,
.banner-anim-arrow-default.next:before,
.banner-anim-arrow-default.prev:after,
.banner-anim-arrow-default.prev:before {
    width: 2px;
    height: 15px;
    background: #fff;
    display: block;
    content: " ";
    position: absolute
}

.banner-anim-arrow-default.next:before {
    transform: rotate(-40deg);
    top: 18px;
    left: 10px
}

.banner-anim-arrow-default.next:after {
    transform: rotate(40deg);
    bottom: 17px;
    left: 10px
}

.banner-anim-arrow-default.prev:before {
    transform: rotate(40deg);
    top: 18px;
    left: 8px
}

.banner-anim-arrow-default.prev:after {
    transform: rotate(-40deg);
    bottom: 17px;
    left: 8px
}

.banner-anim-thumb {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 10
}

.banner-anim-thumb>span {
    pointer-events: auto;
    cursor: pointer;
    display: inline-block;
    list-style: none
}

.banner-anim-thumb-default {
    height: 40px;
    line-height: 40px
}

.banner-anim-thumb-default span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 5px;
    background: hsla(0, 0%, 40%, .35);
    transition: background .3s;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25)
}

.banner-anim-thumb-default span.active,
.banner-anim-thumb-default span:active {
    background: #fff
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.Banner2 video {
    object-fit: fill
}

.Banner2 .banner0 .banner-anim {
    /* padding-bottom: 60%; */
    min-height: auto
}

.Banner2 .banner0 .banner-anim .banner-anim-arrow-default {
    top: 50% !important
}

.Banner2 .banner0 .banner-anim .bg0 {
    height: 100%;
    width: 100%
}

.Banner2 .banner0 .custom-arrow-thumb {
    height: 100%
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow {
    top: 50% !important;
    transform: translateY(-50%)
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow .img-wrapper {
    width: 120px;
    height: 80px;
    float: left;
    position: relative
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow .img-wrapper li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: absolute
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.next {
    right: 0
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.next .arrow {
    float: left
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.next .arrow:after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    bottom: 27px;
    left: 10px
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.prev {
    left: 0
}

.Banner2 .banner0 .custom-arrow-thumb .user-arrow.prev .arrow {
    float: right
}

.Banner2 .banner0 .custom-arrow-thumb .user-thumb>span.active {
    color: hsla(0, 0%, 100%, .45)
}

.Banner2 .banner0 .custom-arrow-thumb .user-thumb>span i {
    display: block;
    background-size: cover;
    background-position: 50%
}

@media screen and (min-width:600px) {

    .custom-arrow-thumb .user-arrow.next,
    .custom-arrow-thumb .user-arrow.prev {
        width: 48px;
        height: 96px;
        text-align: center
    }

    .custom-arrow-thumb .user-arrow.next .anticon,
    .custom-arrow-thumb .user-arrow.prev .anticon {
        line-height: 96px
    }

    .custom-arrow-thumb .user-arrow.prev {
        border-radius: 0 10px 10px 0
    }

    .custom-arrow-thumb .user-arrow.next {
        border-radius: 10px 0 0 10px
    }
}

@media screen and (max-width:600px) {
    .Banner {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.Button {
    min-width: 30px
}

.Button a {
    text-align: center;
    display: inline-block;
    width: 100%;
    transform: translateY(-50%);
    position: relative;
    top: 50%
}

.Button a svg {
    display: none;
    width: 15px;
    height: 15px;
    margin-right: 3px
}

.Button a .button0_text,
.Button a svg {
    vertical-align: middle
}

.emptyDiv {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bbb;
    min-height: 100px
}

.web_col_content_empty_tips_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid rgba(127, 155, 255, .6);
    background-color: rgba(202, 214, 255, .1);
    color: #5874d8;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0
}

.web_col_content_empty_tips_icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle
}

.web_col_content_empty_tips_text {
    display: inline-block
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.rootgridv212 {
    position: relative
}

.rootgridv212 .box,
.rootgridv212 .cell {
    width: 100%
}

.rootgridv212 .box .grid_content,
.rootgridv212 .cell .grid_content {
    height: 100%
}

.rootgridv212 .box>.grid_content {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.rootgridv212 .cell.edit {
    position: relative
}

.rootgridv212 .cell.edit.empty {
    height: auto;
    display: flex;
    flex-direction: column
}

.rootgridv212 .grid_content:after,
.rootgridv212 .grid_content:before {
    content: "";
    display: flex
}

.emptyDiv {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bbb;
    min-height: 100px
}

.web_col_content_empty_tips_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid rgba(127, 155, 255, .6);
    background-color: rgba(202, 214, 255, .1);
    color: #5874d8;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0
}

.web_col_content_empty_tips_icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle
}

.web_col_content_empty_tips_text {
    display: inline-block
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.rootgridv2214 {
    position: relative
}

.rootgridv2214 .box,
.rootgridv2214 .cell {
    width: 100%
}

.rootgridv2214 .box .grid_content,
.rootgridv2214 .cell .grid_content {
    height: 100%
}

.rootgridv2214 .box>.grid_content {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.rootgridv2214 .cell.edit {
    position: relative
}

.rootgridv2214 .cell.edit.empty {
    height: auto;
    display: flex;
    flex-direction: column
}

.rootgridv2214 .grid_content:after,
.rootgridv2214 .grid_content:before {
    content: "";
    display: flex
}

.IconText {
    min-width: 30px
}

.IconText a {
    display: flex;
    align-items: center;
    width: 100%
}

.IconText a div {
    height: 1em;
    width: 3px
}

.IconText a svg {
    width: 15px;
    height: 15px;
    vertical-align: middle
}

.IconText .none {
    pointer-events: none
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.ProductList2 {
    display: block;
    margin: 0 auto;
    transition: all .5s ease-out
}

.ProductList2 .content {
    display: block
}

.ProductList2 .content .content-block .product-content__intro,
.ProductList2 .content .content-block .product-content__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ProductList2 .imgContent {
    overflow: hidden
}

.ProductList2 .imgContent .pic {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background: no-repeat 50%;
    background-size: cover;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.ProductList2 .title {
    padding: 10px
}

.ProductList2 .title a {
    font-size: 16px;
    color: #878787
}

.ProductList2 .multiLine.content {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent
}

.ProductList2 .multiLine.content .content-block:hover {
    transition: all .5s ease-out
}

.ProductList2 .multiLine.content .content-block .product-content__title {
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ProductList2 .multiLine.content .content-block .product-content__date {
    color: #000
}

.ProductList2 .multiLine.content .content-block .product-content__btn {
    text-align: center;
    width: 100%;
    color: #000;
    background: transparent;
    border: 1px solid #eee
}

.ProductList2 .multiLine.content .content-block .product-content__btn:hover {
    cursor: pointer
}

.ProductList2 .multiLine.content .content-block .product-content__btn i {
    width: auto;
    height: auto
}

.ProductList2 .multiLine.content .content-block .product-content__btn .icon {
    vertical-align: middle;
    margin-right: 12px
}

.ProductList2 .multiLine.content .content-block .product-content__intro {
    color: #333;
    font-size: 14px
}

.item {
    background-color: #5c6b77;
    float: left;
    margin: 0 10px;
    border: 2px solid #000
}

@media screen and (max-width:600px) {
    .ProductList2 .multiLine.content {
        margin-bottom: 0
    }

    .ProductList2 .multiLine.content .content-block {
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
        margin: 7px 18px;
        border-radius: 2px
    }
}

.rc-pagination {
    box-sizing: border-box;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    font-feature-settings: "tnum"
}

.rc-pagination,
.rc-pagination ol,
.rc-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.rc-pagination:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: " "
}

.rc-pagination-item,
.rc-pagination-total-text {
    display: inline-block;
    height: 32px;
    margin-right: 8px;
    line-height: 30px;
    vertical-align: middle
}

.rc-pagination-item {
    min-width: 32px;
    font-family: Arial;
    text-align: center;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rc-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgba(0, 0, 0, .65);
    transition: none
}

.rc-pagination-item a:hover {
    text-decoration: none
}

.rc-pagination-item:focus,
.rc-pagination-item:hover {
    border-color: #1890ff;
    transition: all .3s
}

.rc-pagination-item:focus a,
.rc-pagination-item:hover a {
    color: #1890ff
}

.rc-pagination-item-active {
    font-weight: 500;
    background: #fff;
    border-color: #1890ff
}

.rc-pagination-item-active a {
    color: #1890ff
}

.rc-pagination-item-active:focus,
.rc-pagination-item-active:hover {
    border-color: #40a9ff
}

.rc-pagination-item-active:focus a,
.rc-pagination-item-active:hover a {
    color: #40a9ff
}

.rc-pagination-jump-next,
.rc-pagination-jump-prev {
    outline: 0
}

.rc-pagination-jump-next .rc-pagination-item-container,
.rc-pagination-jump-prev .rc-pagination-item-container {
    position: relative
}

.rc-pagination-jump-next .rc-pagination-item-container .rc-pagination-item-link-icon,
.rc-pagination-jump-prev .rc-pagination-item-container .rc-pagination-item-link-icon {
    display: inline-block;
    font-size: 12px;
    font-size: 12px\9;
    transform: scale(1) rotate(0deg);
    color: #1890ff;
    letter-spacing: -1px;
    opacity: 0;
    transition: all .2s
}

:root .rc-pagination-jump-next .rc-pagination-item-container .rc-pagination-item-link-icon,
:root .rc-pagination-jump-prev .rc-pagination-item-container .rc-pagination-item-link-icon {
    font-size: 12px
}

.rc-pagination-jump-next .rc-pagination-item-container .rc-pagination-item-link-icon-svg,
.rc-pagination-jump-prev .rc-pagination-item-container .rc-pagination-item-link-icon-svg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.rc-pagination-jump-next .rc-pagination-item-container .rc-pagination-item-ellipsis,
.rc-pagination-jump-prev .rc-pagination-item-container .rc-pagination-item-ellipsis {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    color: rgba(0, 0, 0, .25);
    letter-spacing: 2px;
    text-align: center;
    text-indent: .13em;
    opacity: 1;
    transition: all .2s
}

.rc-pagination-jump-next:focus .rc-pagination-item-link-icon,
.rc-pagination-jump-next:hover .rc-pagination-item-link-icon,
.rc-pagination-jump-prev:focus .rc-pagination-item-link-icon,
.rc-pagination-jump-prev:hover .rc-pagination-item-link-icon {
    opacity: 1
}

.rc-pagination-jump-next:focus .rc-pagination-item-ellipsis,
.rc-pagination-jump-next:hover .rc-pagination-item-ellipsis,
.rc-pagination-jump-prev:focus .rc-pagination-item-ellipsis,
.rc-pagination-jump-prev:hover .rc-pagination-item-ellipsis {
    opacity: 0
}

.rc-pagination-jump-next,
.rc-pagination-jump-prev,
.rc-pagination-prev {
    margin-right: 8px
}

.rc-pagination-jump-next,
.rc-pagination-jump-prev,
.rc-pagination-next,
.rc-pagination-prev {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, .65);
    font-family: Arial;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s
}

.rc-pagination-next,
.rc-pagination-prev {
    outline: 0
}

.rc-pagination-next a,
.rc-pagination-prev a {
    color: rgba(0, 0, 0, .65);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rc-pagination-next:hover a,
.rc-pagination-prev:hover a {
    border-color: #40a9ff
}

.rc-pagination-next .rc-pagination-item-link,
.rc-pagination-prev .rc-pagination-item-link {
    display: block;
    height: 100%;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: none;
    transition: all .3s
}

.rc-pagination-next:focus .rc-pagination-item-link,
.rc-pagination-next:hover .rc-pagination-item-link,
.rc-pagination-prev:focus .rc-pagination-item-link,
.rc-pagination-prev:hover .rc-pagination-item-link {
    color: #1890ff;
    border-color: #1890ff
}

.rc-pagination-disabled,
.rc-pagination-disabled:focus,
.rc-pagination-disabled:hover {
    cursor: not-allowed
}

.rc-pagination-disabled .rc-pagination-item-link,
.rc-pagination-disabled:focus .rc-pagination-item-link,
.rc-pagination-disabled:focus a,
.rc-pagination-disabled:hover .rc-pagination-item-link,
.rc-pagination-disabled:hover a,
.rc-pagination-disabled a {
    color: rgba(0, 0, 0, .25);
    border-color: #d9d9d9;
    cursor: not-allowed
}

.empty-content {
    text-align: center;
    margin: 10px 0;
    height: 800px
}

.empty-content .text {
    margin-top: 40px;
    font-size: 18px;
    color: #333
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.ProAndNewsSrcoll {
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    transition: all .5s ease-out
}

.ProAndNewsSrcoll .btnContainer {
    text-align: left
}

.ProAndNewsSrcoll .btnContainer .btnWrap {
    display: inline-block
}

.ProAndNewsSrcoll .btnContainer .btnWrap .btn_more {
    height: 36px;
    border-radius: 4px;
    border: 1px solid #979797;
    text-align: center;
    display: block
}

.ProAndNewsSrcoll .btnContainer .btnWrap .btn_more span {
    line-height: 36px
}

.ScrollImage-inner {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.ScrollImage-inner .ScrollImage-content {
    overflow: hidden;
    position: relative
}

.ScrollImage-inner .ScrollImage-content:hover .ScrollImage-box {
    animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important
}

.ScrollImage-inner .ScrollImage-content .ScrollImage-box {
    display: flex;
    position: relative;
    transition-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.ScrollImage-inner .ScrollImage-content .ScrollImage-box .ScrollImage-cell {
    flex-shrink: 0;
    box-sizing: border-box
}

.ScrollImage-inner .ScrollImage-content .ScrollImage-box .ScrollImage-cell img {
    display: block;
    width: 196px;
    height: 100px;
    max-width: 100%
}

.ScrollImage-inner .ScrollImage-content .ScrollImage-box .ScrollImage-cell .ScrollImage_shade {
    width: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto
}

.ScrollImage-inner .ScrollImage-content .ScrollImage-box .ScrollImage-cell .ScrollImage_shade .ScrollImage_title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: center
}

.ScrollImage-inner .ScrollImage-content .ScrollImage-box .ScrollImage-cell .ScrollImage_shade .ScrollImage_describe {
    font-size: 12px;
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #333;
    text-align: center
}

.ScrollImage-inner .arrow-prev {
    left: 0
}

.ScrollImage-inner .arrow-next {
    right: 0
}

.ScrollImage-inner .arrow {
    position: absolute;
    top: 0;
    bottom: 0
}

.ScrollImage-inner .arrow,
.ScrollImage-inner .arrow i {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ScrollImage-inner .arrow i {
    color: #000;
    font-size: 16px;
    height: 50px;
    cursor: pointer
}

.empty-content {
    text-align: center;
    margin: 10px 0;
    height: 800px
}

.empty-content .text {
    margin-top: 40px;
    font-size: 18px;
    color: #333
}

.Logo .Logo_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.Logo .Logo_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    display: none
}

.Logo img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.searchv220 {
    overflow: hidden
}

.searchv220 .searchWrap .underline {
    width: 100%;
    height: 1px;
    background-color: #000
}

.searchv220 .searchWrap .main {
    display: flex;
    align-items: center;
    height: inherit
}

.searchv220 .searchWrap .main .input {
    height: 100%;
    border: none;
    outline: none;
    flex: 1;
    overflow: hidden;
    background: transparent
}

.searchv220 .searchWrap .main .icon {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    text-align: center
}

.search_component {
    height: 40px
}

.nav-pc-new {
    width: 100%
}

.nav-pc-new .text {
    display: block;
    width: 100%;
    white-space: nowrap
}

.nav-pc-new .iconsanjiaoxing {
    margin-left: auto;
    margin-right: 5px
}

.nav-pc-new .nav-level2,
.nav-pc-new .nav-sub {
    z-index: 50
}

.nav-pc-new .nav-level1 {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px
}

.nav-pc-new .nav-level1 .nav-item-level1 {
    position: relative;
    max-width: 100%;
    display: inline-block
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-title-level1 {
    display: flex;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-title-level1 .allrow {
    margin-left: 20px
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-title-level1 .allrow svg {
    transform: rotate(90deg)
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 {
    position: absolute;
    top: 100%;
    visibility: hidden;
    font-size: 20px;
    transition: all .3s ease;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2 {
    float: none;
    position: relative
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2 .nav-title-level2 {
    text-decoration: none;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2 .nav-sub {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    font-size: 20px;
    transition: all .3s ease;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2 .nav-sub .nav-sub-item {
    float: none;
    position: relative
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2 .nav-sub .nav-sub-item .nav-sub-title {
    text-align: left !important;
    text-decoration: none;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2 .nav-sub .nav-sub-item:hover>ul.nav-sub {
    top: 0;
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1)
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2 .nav-sub .nav-sub {
    visibility: hidden
}

.nav-pc-new .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2:hover>ul.nav-sub {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1)
}

.nav-pc-new .nav-level1 .nav-item-level1:hover ul.nav-level2 {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1)
}

.Languagev3130 .contactWay-language {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.Languagev3130 .contactWay-language .language {
    margin-right: 12px
}

.Languagev3130 .contactWay-language .language svg {
    width: 20px;
    height: auto;
    vertical-align: middle
}

.ant-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    outline: 0
}

.ant-select,
.ant-select ol,
.ant-select ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ant-select>ul>li>a {
    padding: 0;
    background-color: #fff
}

.ant-select-arrow-language {
    display: flex;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    line-height: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ant-select-arrow-language>* {
    line-height: 1
}

.ant-select-arrow-language svg {
    display: inline-block
}

.ant-select-arrow-language:before {
    display: none
}

.ant-select-arrow-language .ant-select-arrow-language-icon {
    display: block
}

.ant-select-arrow-language .ant-select-arrow-language-icon svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    vertical-align: middle
}

.ant-select-selection {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 32px;
    border: 1px solid #d9d9d9;
    border-top: 1.02px solid #d9d9d9;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-select-selection:hover {
    border-color: #40a9ff
}

.ant-select-focused .ant-select-selection,
.ant-select-selection:active,
.ant-select-selection:focus {
    border-color: #40a9ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-select-selection__clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-align: center;
    text-transform: none;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: color .3s ease, opacity .15s ease;
    transition: color .3s ease, opacity .15s ease;
    text-rendering: auto
}

.ant-select-selection__clear:before {
    display: block
}

.ant-select-selection__clear:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-select-selection:hover .ant-select-selection__clear {
    opacity: 1
}

.ant-select-selection-selected-value {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center
}

.ant-select-no-arrow .ant-select-selection-selected-value {
    padding-right: 0
}

.ant-select-disabled {
    color: rgba(0, 0, 0, .25)
}

.ant-select-disabled .ant-select-selection {
    background: #f5f5f5;
    cursor: not-allowed
}

.ant-select-disabled .ant-select-selection:active,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:hover {
    border-color: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-select-disabled .ant-select-selection__clear {
    display: none;
    visibility: hidden;
    pointer-events: none
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
    padding-right: 10px;
    color: rgba(0, 0, 0, .33);
    background: #f5f5f5
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
    display: none
}

.ant-select-selection--single {
    position: relative;
    cursor: pointer
}

.ant-select-selection--single .ant-select-selection__rendered {
    margin-right: 24px
}

.ant-select-no-arrow .ant-select-selection__rendered {
    margin-right: 11px
}

.ant-select-selection__rendered {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 11px;
    margin-left: 11px
}

.ant-select-selection__rendered:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: ".";
    pointer-events: none
}

.ant-select-lg {
    font-size: 16px
}

.ant-select-lg .ant-select-selection--single {
    height: 40px
}

.ant-select-lg .ant-select-selection__rendered {
    line-height: 38px
}

.ant-select-lg .ant-select-selection--multiple {
    min-height: 40px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-arrow-language,
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
    top: 20px
}

.ant-select-sm .ant-select-selection--single {
    height: 24px
}

.ant-select-sm .ant-select-selection__rendered {
    margin-left: 7px;
    line-height: 22px
}

.ant-select-sm .ant-select-selection--multiple {
    min-height: 24px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
    height: 16px;
    line-height: 14px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-arrow-language,
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
    top: 12px
}

.ant-select-sm .ant-select-arrow-language,
.ant-select-sm .ant-select-selection__clear {
    right: 8px
}

.ant-select-disabled .ant-select-selection__choice__remove {
    color: rgba(0, 0, 0, .25);
    cursor: default
}

.ant-select-disabled .ant-select-selection__choice__remove:hover {
    color: rgba(0, 0, 0, .25)
}

.ant-select-search__field__placeholder,
.ant-select-selection__placeholder {
    position: absolute;
    top: 50%;
    right: 9px;
    left: 0;
    max-width: 100%;
    height: 20px;
    margin-top: -10px;
    overflow: hidden;
    color: #bfbfbf;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis
}

.ant-select-open .ant-select-arrow-language-icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ant-select-open .ant-select-selection {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-select-dropdown {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-variant: normal;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut
}

.ant-select-dropdown-hidden {
    display: none
}

.ant-select-dropdown-menu {
    max-height: 250px;
    margin-bottom: 0;
    padding-left: 0;
    overflow: auto;
    list-style: none;
    outline: none
}

.ant-select-dropdown-menu-item-group-list {
    margin: 0;
    padding: 0
}

.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item {
    padding-left: 20px
}

.ant-select-dropdown-menu-item-group-title {
    padding: 0 12px;
    color: rgba(0, 0, 0, .45);
    font-size: 12px
}

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
    border-radius: 0
}

.ant-select-dropdown-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 12px;
    overflow: hidden;
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff
}

.ant-select-dropdown-menu-item:first-child {
    border-radius: 4px 4px 0 0
}

.ant-select-dropdown-menu-item:last-child {
    border-radius: 0 0 4px 4px
}

.ant-select-dropdown-menu-item-selected {
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
    background-color: #fafafa
}

.ant-select-dropdown-menu-item-disabled,
.ant-select-dropdown-menu-item-disabled:hover {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff
}

.ant-select-dropdown-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    line-height: 0;
    background-color: #e8e8e8
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 32px
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    color: transparent;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 0 .1px 0, .1px 0 0, 0 -.1px 0, -.1px 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
    color: rgba(0, 0, 0, .87)
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
    display: none
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
    display: inline-block;
    color: #1890ff
}

.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 12px
}

.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
    display: block
}

.Logo .Logo_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.Logo .Logo_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    display: none
}

.Logo img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.languageWrap {
    width: 100%
}

.languageWrap .language_line {
    width: 1px;
    height: 1em;
    vertical-align: middle;
    background-color: #595959;
    display: inline-block
}

.HoverIcon {
    left: auto;
    top: auto;
    position: fixed;
    z-index: 2000;
    right: 0;
    bottom: 60px
}

.HoverIcon ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.HoverIcon ul li {
    position: relative;
    width: 52px;
    height: 52px;
    background-color: #000
}

.HoverIcon ul li .sideitem {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    overflow: initial
}

.HoverIcon ul li .sideitem .sideicon svg {
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.HoverIcon ul li .sideitem .sidetitle {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px
}

.HoverIcon ul li .sideitem:hover {
    background-color: #e6a23c
}

.HoverIcon ul li .sideitem.sidebox:hover {
    background-color: #e6a23c;
    width: 250px;
    transition: width .1s;
    justify-content: normal
}

.HoverIcon ul li .sideitem.sidebox:hover .sideicon {
    margin: 0 10px;
    float: left
}

.HoverIcon ul li .sideitem.sidebox:hover .sidetitle,
.HoverIcon ul li:hover .sideshow {
    display: block
}

.HoverIcon ul li .sideshow {
    position: absolute;
    top: 0;
    right: 100%;
    border: 1px solid #dfdddd;
    display: none;
    width: 200px;
    height: 200px
}

.HoverIcon ul li .sideshow img {
    width: 100%;
    height: 100%
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.newclassifyv224 {
    cursor: pointer;
    margin: 10px 0
}

.newclassifyv224 .anticon-right {
    display: flex
}

.newclassifyv224 .classify-main {
    padding: 10px 20px;
    position: relative;
    width: 100%;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

.newclassifyv224 .classify-main+.classify-main {
    border-top: none
}

@media (hover:hover) {
    .newclassifyv224 .classify-main:hover {
        background: #f2f3f7
    }

    .newclassifyv224 .classify-main:hover .classify-sub {
        display: block
    }
}

.newclassifyv224 .classify-main .classify-sub {
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    display: none;
    background: #fff;
    z-index: 100
}

.newclassifyv224 .classify-sub__title,
.newclassifyv224 .classify-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.newclassifyv224 .classify-sub__item {
    padding: 10px 20px;
    position: relative;
    width: 300px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

@media (hover:hover) {
    .newclassifyv224 .classify-sub__item:hover {
        background: #f2f3f7
    }

    .newclassifyv224 .classify-sub__item:hover .classify-third {
        display: block
    }

    .newclassifyv224 .classify-sub__item+.classify-sub__item {
        border-top: none
    }
}

.newclassifyv224 .classify-third {
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    display: none;
    background: #fff;
    z-index: 100
}

.newclassifyv224 .classify-third__item {
    padding: 10px 20px;
    width: 300px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

@media (hover:hover) {
    .newclassifyv224 .classify-third__item:hover {
        color: #00a4ff
    }
}

@media screen and (max-width:600px) {
    .newclassifyv224 .anticon-right {
        transform: rotate(90deg)
    }

    .newclassifyv224 .classify-main {
        width: 100%;
        padding: 0;
        font-size: 14px;
        color: #333
    }

    .newclassifyv224 .classify-main .active {
        display: block
    }

    .newclassifyv224 .classify-main:hover {
        background: #fff
    }

    .newclassifyv224 .classify-main .classify-sub__item {
        padding: 0;
        width: 100% !important
    }

    .newclassifyv224 .classify-main .classify-sub__item .classify-sub__title {
        padding: 12px 20px;
        font-size: 12px;
        font-weight: 700
    }

    .newclassifyv224 .classify-main .classify-sub__item:hover {
        background: #fff
    }

    .newclassifyv224 .classify-main .classify-third__item {
        width: 100%;
        padding: 12px 50px;
        font-size: 12px;
        color: #666
    }

    .newclassifyv224 .classify-main .classify-sub__title,
    .newclassifyv224 .classify-main .classify-title {
        padding: 12px 20px
    }

    .newclassifyv224 .classify-main .classify-sub,
    .newclassifyv224 .classify-main .classify-third {
        position: static;
        width: 100%
    }
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.hotNav {
    position: relative;
    cursor: pointer
}

.hotNav:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px
}

.newclassifyv4315 {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 10px 0
}

.newclassifyv4315 .hotNav {
    margin-left: auto
}

.newclassifyv4315 .fixed {
    position: fixed;
    z-index: 9999
}

.newclassifyv4315 a {
    display: block;
    height: 100%;
    color: #000
}

.newclassifyv4315 a .text {
    display: block;
    width: 100%
}

.newclassifyv4315 .anticon-right {
    display: flex
}

.newclassifyv4315 .classify-main {
    padding: 10px 20px;
    position: relative;
    width: 100%;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

.newclassifyv4315 .classify-main+.classify-main {
    border-top: none
}

@media (hover:hover) {
    .newclassifyv4315 .classify-main:hover {
        background: #f2f3f7
    }

    .newclassifyv4315 .classify-main:hover .classify-sub {
        display: block
    }
}

.newclassifyv4315 .classify-main .classify-sub {
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    display: none;
    background: #fff;
    z-index: 100
}

.newclassifyv4315 .classify-sub__title,
.newclassifyv4315 .classify-title,
.newclassifyv4315 .icon {
    display: flex;
    align-items: center
}

.newclassifyv4315 .icon {
    margin-right: 5px;
    justify-content: center
}

.newclassifyv4315 .classify-sub__item {
    padding: 10px 20px;
    position: relative;
    width: 300px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

@media (hover:hover) {
    .newclassifyv4315 .classify-sub__item:hover {
        background: #f2f3f7
    }

    .newclassifyv4315 .classify-sub__item:hover .classify-third {
        display: block
    }

    .newclassifyv4315 .classify-sub__item+.classify-sub__item {
        border-top: none
    }
}

.newclassifyv4315 .classify-third {
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    display: none;
    background: #fff;
    z-index: 100
}

.newclassifyv4315 .classify-third__item {
    padding: 10px 20px;
    width: 300px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

@media (hover:hover) {
    .newclassifyv4315 .classify-third__item:hover {
        color: #00a4ff
    }
}

@media screen and (max-width:600px) {
    .newclassifyv4315 .anticon-right {
        transform: rotate(90deg)
    }

    .newclassifyv4315 .classify-main {
        width: 100%;
        padding: 0;
        font-size: 14px;
        color: #333
    }

    .newclassifyv4315 .classify-main .active {
        display: block
    }

    .newclassifyv4315 .classify-main:hover {
        background: #fff
    }

    .newclassifyv4315 .classify-main .classify-sub__item {
        padding: 0;
        width: 100% !important
    }

    .newclassifyv4315 .classify-main .classify-sub__item .classify-sub__title {
        padding: 12px 20px;
        font-size: 12px;
        font-weight: 700
    }

    .newclassifyv4315 .classify-main .classify-sub__item:hover {
        background: #fff
    }

    .newclassifyv4315 .classify-main .classify-third__item {
        width: 100%;
        padding: 12px 50px;
        font-size: 12px;
        color: #666
    }

    .newclassifyv4315 .classify-main .classify-sub__title,
    .newclassifyv4315 .classify-main .classify-title {
        padding: 12px 20px
    }

    .newclassifyv4315 .classify-main .classify-sub,
    .newclassifyv4315 .classify-main .classify-third {
        position: static;
        width: 100%
    }
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.FooterMobile2 {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1
}

.FooterMobile2 .mobile-footer-container .footer-mobile-bottom {
    background-color: #333;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #fff;
    line-height: 49px
}

.FooterMobile2 .mobile-footer-container .footer-mobile-bottom .footer-mobile-item a {
    color: inherit
}

.FooterMobile2 .mobile-footer-container .footer-mobile-bottom .footer-mobile-item a i {
    vertical-align: sub
}

.FooterMobile2 .mobile-footer-container .footer-mobile-bottom .footer-mobile-item a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

@media screen and (max-width:600px) {
    .FooterMobile2 {
        display: block
    }
}

#Text2114_4ee36f784ec22f833bfc34c23561b70c {
    margin-top: 80px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 26.854754440961337%
}

#Text2114_3ceb2b6713aa1f1320514a03b958d7540 {
    margin-top: 80px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#Text2114_86d0a2f09db94f861940b0ef0144bfbe3 {
    margin-top: 80px;
    margin-Bottom: 60px;
    margin-Left: 0%;
    margin-Right: 0%
}

#Text2114_8b06e3882b9c89f928b70983540f6dfe0 {
    margin-top: 15px;
    margin-Bottom: 0px;
    margin-Left: 1.0031347962382446%;
    margin-Right: 30.65830721003135%
}

#Text2114_de305b40b669d312a347f6386fd3e6550 {
    margin-top: 80px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 5.956112852664576%
}

#Text2114_e4af4e40634d1bdb4df97eed0f8e8fc40 {
    margin-top: 40px;
    margin-Bottom: 0px;
    margin-Left: 26.816074188562595%;
    margin-Right: 26.816074188562595%
}

#Text2114_f7121fc531c4eaf8e945636b774cb6c30 {
    margin-top: 30px;
    margin-Bottom: 0px;
    margin-Left: 4.164800716524854%;
    margin-Right: 26.86968204209583%
}

/* #Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim {
    padding-bottom: 57.75304557076252%
} */

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-arrow .anticon:hover {
    color: rgba(0, 0, 0, 1);
    font-size: 30px
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-thumb .banner-thumb-icon.active svg {
    color: rgba(253, 253, 253, 1)
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-thumb {
    bottom: 2.0652822821369217%
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-arrow .anticon {
    color: rgba(0, 0, 0, 1);
    display: none;
    font-size: 30px
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-thumb .icon {
    display: block
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-thumb .banner-thumb-icon svg {
    width: 12px;
    height: 12px
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-thumb .banner-thumb-icon:hover svg,
#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-thumb .banner-thumb-icon:not(.active):hover svg {
    color: rgba(177, 177, 177, 1)
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-thumb .banner-thumb-icon:not(:last-child) {
    margin-right: 0.6195786864931847%
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#Banner2442_fa6a5c76f84e217384e37cb74a9e6bd1 .banner-anim-thumb .banner-thumb-icon:not(.active) svg {
    color: rgba(255, 255, 255, 0.6)
}

/* #Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim{padding-bottom:44.40961337513062%} */
#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-arrow .anticon:hover {
    color: rgba(255, 255, 255, 0.8);
    font-size: 55px
}

#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-thumb .banner-thumb-icon.active svg {
    color: rgba(253, 253, 253, 1)
}

/* #Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-thumb{bottom:2.0652822821369217%} */
#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-arrow .anticon {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 55px
}

#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-thumb .icon {
    display: block
}

#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-thumb .banner-thumb-icon svg {
    width: 12px;
    height: 12px
}

#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-thumb .banner-thumb-icon:hover svg,
#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-thumb .banner-thumb-icon:not(.active):hover svg {
    color: rgba(177, 177, 177, 1)
}

#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-thumb .banner-thumb-icon:not(:last-child) {
    margin-right: 0.6195786864931847%
}

#Banner3442_b60b531215717817b4ecf1e90c7261c5 {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#Banner3442_b60b531215717817b4ecf1e90c7261c5 .banner-anim-thumb .banner-thumb-icon:not(.active) svg {
    color: rgba(255, 255, 255, 0.5)
}

#Button11413_0ca4844d3a1ae0ed419b1b3ba537d3d3 a svg {
    display: none
}

#Button11413_0ca4844d3a1ae0ed419b1b3ba537d3d3:hover {
    background-color: rgba(0, 112, 192, 1)
}

#Button11413_0ca4844d3a1ae0ed419b1b3ba537d3d3:hover .button0_text {
    color: rgba(255, 255, 255, 1)
}

#Button11413_0ca4844d3a1ae0ed419b1b3ba537d3d3 {
    margin-top: 50px;
    margin-Bottom: 100px;
    margin-Left: 44.77533960292581%;
    margin-Right: 44.77533960292581%;
    height: 40px;
    border-color: rgba(0, 112, 192, 1);
    border-style: solid;
    ;
    border-width: 1px;
    border-radius: 40px 40px 40px 40px;
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_0ca4844d3a1ae0ed419b1b3ba537d3d3 .button0_text {
    color: rgba(0, 112, 192, 1);
    font-family: Microsoft YaHei
}

#Button11413_61b02f2c884fe2ca853110e762ef8ebc a svg {
    display: none
}

#Button11413_61b02f2c884fe2ca853110e762ef8ebc:hover {
    background-color: rgba(255, 255, 255, 1)
}

#Button11413_61b02f2c884fe2ca853110e762ef8ebc:hover .button0_text {
    color: rgba(0, 112, 192, 1)
}

#Button11413_61b02f2c884fe2ca853110e762ef8ebc {
    margin-top: 40px;
    margin-Bottom: 80px;
    margin-Left: 41.377369668246445%;
    margin-Right: 24.49940758293839%;
    height: 40px;
    border-color: rgba(24, 144, 255, 1);
    border-style: solid;
    ;
    border-width: 0px;
    border-radius: 40px 40px 40px 40px;
    background-color: rgba(255, 255, 255, 1)
}

#Button11413_61b02f2c884fe2ca853110e762ef8ebc .button0_text {
    color: rgba(0, 112, 192, 1);
    font-family: Microsoft YaHei
}

#RootGrid212_86d0a2f09db94f861940b0ef0144bfbe0 {
    background-color: rgba(250, 250, 250, 1)
}

#RootGrid2214_cdf391692c0239f552f8ae88f233f3d4 {
    padding-top: 7.828810020876826%;
    padding-Bottom: 0%;
    padding-Left: 0%;
    padding-Right: 0%
}

#IconText11413_94b9d521a121c9260d8acddade36886a a:hover svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 45px;
    height: 45px
}

#IconText11413_94b9d521a121c9260d8acddade36886a a svg {
    color: rgba(102, 102, 102, 1);
    display: inline-block;
    width: 45px;
    height: 45px
}

#IconText11413_94b9d521a121c9260d8acddade36886a a {
    flex-direction: row;
    justify-content:
}

#IconText11413_94b9d521a121c9260d8acddade36886a {
    margin-top: 10px;
    margin-Bottom: 30px;
    margin-Left: 0%;
    margin-Right: 0%
}

#IconText11413_94b9d521a121c9260d8acddade36886a div {
    width: 15px
}

#IconText11413_94b9d521a121c9260d8acddade36886a .IconText_text {
    color: rgba(102, 102, 102, 1);
    display: block;
    font-size: 16px;
    font-family: PingFang SC
}

#IconText11413_94b9d521a121c9260d8acddade36886a a:hover .IconText_text {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-family: PingFang SC
}

#RootGrid2214_1731ed41a7446331e778fa2e59e9beaa0 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 0%;
    padding-Right: 0%;
    background-color: rgba(0, 112, 192, 1)
}

#RootGridCell_ecd1f33ac8238273474b80fa05fa2d52>.grid_content {
    border-radius: 200px 0px 0px 0px;
    background-image: url(https://d1c6gk3tn6ydje.cloudfront.net/1795127733475385344%2F55c63cb7-b53f-4f48-847f-0861b13b6663.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll
}

#RootGrid2214_322a6ec8860fb7a2e7af83a1be9636af0 {
    padding-top: 7.828810020876826%;
    padding-Bottom: 0%;
    padding-Left: 0%;
    padding-Right: 0%;
    width: 100%;
}

#RootGrid2214_b3349bd09177d0dc1d2a67852da8cec30 {
    padding-top: 1.5657620041753653%;
    padding-Bottom: 0%;
    padding-Left: 10.438413361169102%;
    padding-Right: 10.438413361169102%
}

#RootGrid2214_c6a02b16cae6c7356e53f0b13a46c31e0 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 10.438413361169102%;
    padding-Right: 0%;
}

#RootGridBox_c6a02b16cae6c7356e53f0b13a46c31e2 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 0%;
    padding-Right: 4.179728317659352%
}

#RootGridCell_da5560aa6671da284509866780c98f08 {
    padding-top: 0%;
    padding-Bottom: 24.012006003001503%;
    padding-Left: 0%;
    padding-Right: 0%
}

#IconText11413_b39cd2c295547b2c17eda9dfaaf3fadb0 a:hover svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 16px;
    height: 16px
}

#IconText11413_b39cd2c295547b2c17eda9dfaaf3fadb0 a svg {
    color: rgba(102, 102, 102, 1);
    display: inline-block;
    width: 45px;
    height: 45px
}

#IconText11413_b39cd2c295547b2c17eda9dfaaf3fadb0 a {
    flex-direction: row;
    justify-content:
}

#IconText11413_b39cd2c295547b2c17eda9dfaaf3fadb0 {
    margin-top: 10px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#IconText11413_b39cd2c295547b2c17eda9dfaaf3fadb0 div {
    width: 15px
}

#IconText11413_b39cd2c295547b2c17eda9dfaaf3fadb0 .IconText_text {
    color: rgba(102, 102, 102, 1);
    display: block;
    font-size: 16px;
    font-family: PingFang SC
}

#IconText11413_b39cd2c295547b2c17eda9dfaaf3fadb0 a:hover .IconText_text {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: Arial
}

#IconText11413_f5c7b60065d07a0e2b54b75e3f7f9be80 a:hover svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 45px;
    height: 45px
}

#IconText11413_f5c7b60065d07a0e2b54b75e3f7f9be80 a svg {
    color: rgba(102, 102, 102, 1);
    display: inline-block;
    width: 45px;
    height: 45px
}

#IconText11413_f5c7b60065d07a0e2b54b75e3f7f9be80 a {
    flex-direction: row;
    justify-content:
}

#IconText11413_f5c7b60065d07a0e2b54b75e3f7f9be80 {
    margin-top: 10px;
    margin-Bottom: 30px;
    margin-Left: 0%;
    margin-Right: 0%
}

#IconText11413_f5c7b60065d07a0e2b54b75e3f7f9be80 div {
    width: 15px
}

#IconText11413_f5c7b60065d07a0e2b54b75e3f7f9be80 .IconText_text {
    color: rgba(102, 102, 102, 1);
    display: block;
    font-size: 16px;
    font-family: PingFang SC
}

#IconText11413_f5c7b60065d07a0e2b54b75e3f7f9be80 a:hover .IconText_text {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-family: PingFang SC
}

#IconText11413_fcabb1058b3177e6b2d43e7968e3a2a20 a:hover svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 45px;
    height: 45px
}

#IconText11413_fcabb1058b3177e6b2d43e7968e3a2a20 a svg {
    color: rgba(102, 102, 102, 1);
    display: inline-block;
    width: 45px;
    height: 45px
}

#IconText11413_fcabb1058b3177e6b2d43e7968e3a2a20 a {
    flex-direction: row;
    justify-content:
}

#IconText11413_fcabb1058b3177e6b2d43e7968e3a2a20 {
    margin-top: 10px;
    margin-Bottom: 30px;
    margin-Left: 0%;
    margin-Right: 0%
}

#IconText11413_fcabb1058b3177e6b2d43e7968e3a2a20 div {
    width: 15px
}

#IconText11413_fcabb1058b3177e6b2d43e7968e3a2a20 .IconText_text {
    color: rgba(102, 102, 102, 1);
    display: block;
    font-size: 16px;
    font-family: PingFang SC
}

#IconText11413_fcabb1058b3177e6b2d43e7968e3a2a20 a:hover .IconText_text {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-family: PingFang SC
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__date {
    color: rgba(153, 153, 153, 1);
    display: none;
    font-size: 16px;
    text-align: center;
    font-family: PingFang SC;
    ;
    line-height: 30px
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .content-block .product-content__btnblock {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 3.0452988199467073%;
    padding-Right: 3.0452988199467073%;
    padding-top: 4.281509232004281%;
    padding-bottom: 4.281509232004281%
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item:hover a,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-prev:hover a,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-next:hover a {
    color: rgba(255, 250, 245, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__btn:hover {
    color: rgba(255, 250, 245, 1);
    background-color: rgba(206, 129, 62, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__intro {
    color: rgba(148, 148, 148, 1);
    display: -webkit-box;
    font-size: 14px;
    -webkit-line-clamp: 0;
    text-align: center;
    font-family: PingFang SC;
    line-height: 24px
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item:hover,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-prev:hover .rc-pagination-item-link,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-next:hover .rc-pagination-item-link {
    border-color: rgba(255, 250, 245, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__btn:hover .icon {
    color: rgba(255, 250, 245, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__btn .icon {
    color: rgba(206, 129, 62, 1);
    display: inline-block;
    width: 25px;
    height: 25px
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item-link {
    background-color: rgba(255, 255, 255, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-prev,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-next {
    font-family: PingFang SC
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item:hover,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item-link:hover {
    background-color: rgba(206, 129, 62, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item a,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-prev a,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-next a {
    color: rgba(202, 202, 202, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__title:hover {
    color: rgba(0, 112, 192, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .content-block .product-content__intro {
    margin-top: 1.8950129013155113%;
    margin-bottom: 1.8950129013155113%
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .content-block {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 0%;
    padding-Right: 0%;
    margin-bottom: 0%;
    margin-left: 3.9618670298378107%;
    margin-right: 3.9618670298378107%
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__btn {
    color: rgba(206, 129, 62, 1);
    display: none;
    font-size: 16px;
    text-align: center;
    font-family: PingFang SC;
    line-height: 40px;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    background-color: rgba(238, 238, 238, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 {
    margin-top: 5px;
    margin-Bottom: 60px;
    margin-Left: 0%;
    margin-Right: 0%
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .pic {
    border-color: rgba(88, 88, 88, 0.1);
    border-style: solid;
    ;
    border-width: 1px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .multiLine.content .content-block {
    border-color: rgba(116, 116, 116, 1);
    border-style: solid;
    ;
    border-width: 0px;
    background-color: rgba(255, 255, 255, 1)
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .pic:hover {
    transform: scale(1.2);
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__title {
    color: rgba(29, 29, 29, 1);
    display: -webkit-box;
    font-size: 20px;
    -webkit-line-clamp: 1;
    text-align: center;
    font-family: PingFang SC;
    ;
    line-height: 80px
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-item,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-prev .rc-pagination-item-link,
#TIBTextList225_5c513a26b634465f89e45b77fa854217 .rc-pagination-next .rc-pagination-item-link {
    border-color: rgba(197, 197, 197, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#TIBTextList225_5c513a26b634465f89e45b77fa854217 .multiLine.content .content-block:hover {
    background-color: rgba(255, 250, 245, 0)
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .ScrollImage-cell .ScrollImage_describe:hover {
    color: rgba(43, 88, 122, 1);
    font-size: 14px;
    font-family: PingFang SC
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .ScrollImage-cell .ScrollImage_describe {
    color: rgba(102, 102, 102, 1);
    display: -webkit-box;
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .ScrollImage-cell .ScrollImage_title:hover {
    color: rgba(43, 88, 122, 1);
    font-size: 24px;
    font-family: PingFang SC
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .btn_more {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-family: Arial;
    ;
    border-color: rgba(193, 193, 193, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .btnWrap .btn_more {
    text-align: center
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .arrow>i {
    color: rgba(255, 255, 255, 1);
    display: flex;
    font-size: 19px;
    background-color: rgba(0, 112, 192, 1)
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .btn_more:hover {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 {
    margin-top: 40px;
    margin-Bottom: 80px;
    margin-Left: 0%;
    margin-Right: 0%
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .ScrollImage-cell .ScrollImage_title {
    color: rgba(51, 51, 51, 1);
    display: block;
    font-size: 24px;
    -webkit-line-clamp: 1;
    text-align: center;
    font-family: PingFang SC;
    line-height: 30px
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .ScrollImage-cell img {
    display: block;
    object-fit: contain
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .btnContainer {
    display: none;
    text-align: center
}

#ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 .ScrollImage-inner .arrow>i:hover {
    color: rgba(255, 255, 255, 1)
}

#Grid1148_header {
    background-color: rgba(255, 255, 255, 1)
}

#Logo1148_1e1b4dcabd1b5b43c4b614ee503999a33 {
    margin-top: 25px;
    margin-Bottom: 20px;
    margin-Left: 0%;
    margin-Right: 13.25785928143712%
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36:hover .input,
#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36:hover .input::placeholder {
    color: rgba(12, 12, 12, 1)
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .icon svg {
    color: rgba(255, 255, 255, 1);
    width: 15px;
    height: 15px
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36:hover .main {
    line-height: 30px
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .input,
#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .input::placeholder {
    color: rgba(146, 146, 146, 1)
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .main {
    line-height: 30px;
    background-color: rgba(238, 238, 238, 1)
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .input {
    font-size: 13px;
    text-align: left;
    font-family: Arial;
    ;
    padding-left: 10px
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .icon:hover {
    background-color: rgba(63, 124, 195, 1)
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 i.icon {
    width: 40px
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .main:hover {
    background-color: rgba(238, 238, 238, 1)
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .icon {
    background-color: rgba(0, 112, 192, 1)
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 {
    margin-top: 29px;
    margin-Bottom: 20px;
    margin-Left: 0%;
    margin-Right: 20.76265940324378%;
    border-color: rgba(134, 133, 136, 0.25);
    border-style: solid;
    ;
    border-width: 1px;
    border-radius: 1000px 1000px 1000px 1000px
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .icon:hover,
#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 .icon:hover svg {
    background-color: rgba(63, 126, 201, 1)
}

#Search2220_1e1b4dcabd1b5b43c4b614ee503999a36:hover .input {
    font-size: 13px;
    font-family: Arial
}

#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2.nav-item2-active .nav-title-level2,
#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2 .nav-sub .nav-sub-item.nav-item2-active>.nav-sub-title {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 112, 192, 1)
}

#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-item-level1.nav-item-active .nav-title-level1 {
    color: rgba(0, 112, 192, 1)
}

#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-title-level1 {
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 80px
}

#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-item-level1 .nav-level2 .nav-item-level2:hover .nav-title-level2,
#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-item-level1 .nav-level2 .nav-sub .nav-sub-item:hover>.nav-sub-title {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 112, 192, 1)
}

#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-pc-new .nav-item-level1 .nav-title-level1 .allrow {
    display: none
}

#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-item-level1 .nav-level2 .nav-title-level2,
#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-item-level1 .nav-level2 .nav-sub .nav-sub-item .nav-sub-title {
    width: 200px;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 40px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 1)
}

#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f {
    margin-top: 8px;
    margin-Bottom: 0px;
    margin-Left: 6.70332547787379%;
    margin-Right: 4.46713799423933%
}

#NavDataPC1445_ad1f728bf98e678965fa67ef7558174f .nav-level1 .nav-item-level1:hover a.nav-title-level1 {
    color: rgba(0, 112, 192, 1)
}

#RootGrid2214_1e1b4dcabd1b5b43c4b614ee503999a32 {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 10.438413361169102%;
    padding-Right: 9.394572025052192%
}

#RootGrid2214_1e1b4dcabd1b5b43c4b614ee503999a32 .box,
#RootGrid2214_1e1b4dcabd1b5b43c4b614ee503999a32 .cell {
    min-height: 10px
}

#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e .ant-select-selection-selected-value,
#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e .ant-select-dropdown-menu-item {
    font-size: 13px;
    font-family: PingFang SC
}

#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e .ant-select-dropdown-menu-item:hover {
    background-color: rgba(233, 233, 233, 1)
}

#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e .language svg {
    display: block
}

#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e {
    margin-top: 22px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e {
    display: block
}

#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e .ant-select-selection {
    border-color: rgba(167, 167, 167, 0.2);
    border-style: solid;
    ;
    border-width: 1px
}

#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e .ant-select-selection,
#LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e .ant-select-dropdown-menu-item {
    line-height: 40px
}

#Text2114_4cf7322532f5791db63ce448efccc2fb7 {
    margin-top: 80px;
    margin-Bottom: 0px;
    margin-Left: 9.112294168626963%;
    margin-Right: 3.726631174941191%
}

#Text2114_4cf7322532f5791db63ce448efccc2fb8 {
    margin-top: 80px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#Text2114_8ffaf1e989c823a3e8ae3c99bdc91eee0 {
    margin-top: 30px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 24.72452643308159%
}

#Logo11413_4cf7322532f5791db63ce448efccc2fb6 {
    margin-top: 80px;
    margin-Left: 0%;
    margin-Right: 60.38132970162189%
}

#Text2114_4cf7322532f5791db63ce448efccc2fb11 {
    margin-top: 80px;
    margin-Bottom: 0px;
    margin-Left: 6.338987247740498%;
    margin-Right: 14.42367215550328%
}

#Language445_6cbd33de71cdaceb43b5bf08f5d2fb4f>div {
    text-align: center
}

#Language445_6cbd33de71cdaceb43b5bf08f5d2fb4f .language_title {
    color: rgba(51, 51, 51, 0.49);
    font-family: PingFang SC
}

#Language445_6cbd33de71cdaceb43b5bf08f5d2fb4f .language_line {
    background-color: rgba(51, 51, 51, 0.49);
    margin-left: 0.9904667574594527%;
    margin-right: 0.9904667574594527%
}

#Button11413_9f041a3e880047b93275b769841a4e120 a svg {
    display: none
}

#Button11413_9f041a3e880047b93275b769841a4e120 a {
    text-align: right
}

#Button11413_9f041a3e880047b93275b769841a4e120:hover {
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_9f041a3e880047b93275b769841a4e120:hover .button0_text {
    color: rgba(0, 112, 192, 1)
}

#Button11413_9f041a3e880047b93275b769841a4e120 {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    height: 20px;
    border-color: rgba(24, 144, 255, 1);
    border-style: solid;
    ;
    border-width: 0px;
    border-radius: 40px 40px 40px 40px;
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_9f041a3e880047b93275b769841a4e120 .button0_text {
    color: rgba(51, 51, 51, 0.49);
    font-family: PingFang SC
}

#RootGrid2214_4cf7322532f5791db63ce448efccc2fb3 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 10.438413361169102%;
    padding-Right: 10.438413361169102%;
    background-color: rgba(242, 245, 252, 1)
}

#RootGrid2214_4cf7322532f5791db63ce448efccc2fb4 {
    padding-top: 2.6096033402922756%;
    padding-Bottom: 1.0438413361169103%;
    padding-Left: 10.438413361169102%;
    padding-Right: 10.438413361169102%;
    background-color: rgba(242, 245, 252, 1)
}

#RootGrid2214_4cf7322532f5791db63ce448efccc2fb4 .box,
#RootGrid2214_4cf7322532f5791db63ce448efccc2fb4 .cell {
    min-height: 10px
}

#HoverIcon2117_4cf7322532f5791db63ce448efccc2fb5 ul .sideitem:hover {
    background-color: rgba(34, 25, 77, 0)
}

#HoverIcon2117_4cf7322532f5791db63ce448efccc2fb5 ul li {
    background-color: rgba(34, 25, 77, 0)
}

#HoverIcon2117_4cf7322532f5791db63ce448efccc2fb5 ul li .sideitem .sideicon {
    color: rgba(51, 51, 51, 1)
}

#HoverIcon2117_4cf7322532f5791db63ce448efccc2fb5 {
    display: block
}

#HoverIcon2117_4cf7322532f5791db63ce448efccc2fb5 ul li .sideitem .sideicon svg {
    width: 40px;
    height: 40px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb13 a:hover svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 20px;
    height: 20px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb13 a svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 20px;
    height: 20px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb13 a {
    flex-direction: row;
    justify-content:
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb13 {
    margin-top: 20px;
    margin-Bottom: 10px;
    margin-Left: 1.3206223432792703%;
    margin-Right: 14.159547686847429%
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb13 div {
    width: 10px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb13 .IconText_text {
    color: rgba(102, 102, 102, 1);
    display: block;
    font-size: 14px;
    font-family: PingFang SC
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb13 a:hover .IconText_text {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-family: PingFang SC
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb14 a:hover svg {
    color: rgba(0, 112, 192, 1);
    display: inline-block;
    width: 20px;
    height: 20px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb14 a svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 20px;
    height: 20px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb14 a {
    flex-direction: row;
    justify-content:
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb14 {
    margin-top: 20px;
    margin-Bottom: 10px;
    margin-Left: 1.5847468119351245%;
    margin-Right: 13.89542321819157%
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb14 div {
    width: 10px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb14 .IconText_text {
    color: rgba(102, 102, 102, 1);
    display: block;
    font-size: 14px;
    font-family: PingFang SC
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb14 a:hover .IconText_text {
    color: rgba(0, 112, 192, 1);
    font-size: 14px;
    font-family: PingFang SC
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb15 a:hover svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 16px;
    height: 16px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb15 a svg {
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    width: 25px;
    height: 25px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb15 a {
    flex-direction: row;
    justify-content:
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb15 {
    margin-top: 20px;
    margin-Bottom: 10px;
    margin-Left: 0%;
    margin-Right: 0%
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb15 div {
    width: 10px
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb15 .IconText_text {
    color: rgba(102, 102, 102, 1);
    display: block;
    font-size: 14px;
    font-family: PingFang SC
}

#IconText11413_4cf7322532f5791db63ce448efccc2fb15 a:hover .IconText_text {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: PingFang SC
}

#ClassifyList224_3ea62ae014aae25c73a469e7acc91cfd0 .newclassifyList .classify-main:hover .classify-title {
    color: rgba(146, 7, 131, 1)
}

#ClassifyList224_3ea62ae014aae25c73a469e7acc91cfd0 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList224_3ea62ae014aae25c73a469e7acc91cfd0 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 0px
}

#ClassifyList224_3ea62ae014aae25c73a469e7acc91cfd0 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#ClassifyList224_3ea62ae014aae25c73a469e7acc91cfd0 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb9 .newclassifyList .classify-main:hover .classify-title {
    color: rgba(146, 7, 131, 1)
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb9 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb9 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 0px
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb9 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#ClassifyList224_4cf7322532f5791db63ce448efccc2fb9 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList .classify-main:hover .classify-title {
    color: rgba(0, 112, 192, 1)
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList .classify-main .classify-title .icon svg {
    display: none;
    width: 15px;
    height: 15px
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList .classify-main:hover {
    background-color: rgba(0, 0, 0, 0)
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList .classify-main.selected {
    background-color: rgba(0, 0, 0, 0)
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList .classify-main.selected .classify-title {
    color: rgba(0, 112, 192, 1)
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList4315_5da34cbfe894749fac15b73d1521f21f .newclassifyList .classify-main .classify-title {
    color: rgba(102, 102, 102, 1);
    font-family: PingFang SC
}

#TextNormal2117_4cf7322532f5791db63ce448efccc2fb17:hover {
    color: rgba(51, 51, 51, 0.56);
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_4cf7322532f5791db63ce448efccc2fb17 {
    color: rgba(51, 51, 51, 0.57);
    margin-top: 2px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0)
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb10 {
    margin-top: 5px;
    margin-Bottom: 0px;
    margin-Left: 6.603111716396352%;
    margin-Right: 0.9533242540547232%
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb10 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb10 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 0px
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb10 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#ClassifyList224_4cf7322532f5791db63ce448efccc2fb10 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb16 .newclassifyList .classify-main:hover .classify-title {
    color: rgba(146, 7, 131, 1)
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb16 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb16 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 0px
}

#ClassifyList224_4cf7322532f5791db63ce448efccc2fb16 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#ClassifyList224_4cf7322532f5791db63ce448efccc2fb16 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList .classify-main:hover .classify-title {
    color: rgba(0, 112, 192, 1)
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList .classify-main .classify-title .icon svg {
    display: none;
    width: 15px;
    height: 15px
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList .classify-main:hover {
    background-color: rgba(0, 0, 0, 0)
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList .classify-main.selected {
    background-color: rgba(0, 0, 0, 0)
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList .classify-main.selected .classify-title {
    color: rgba(0, 112, 192, 1)
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#ClassifyList4315_4356331b88f27a0c86c1f91407bb6ed90 .newclassifyList .classify-main .classify-title {
    color: rgba(102, 102, 102, 1);
    font-family: PingFang SC
}

@media screen and (max-width:500px) {
    #Text2114_4ee36f784ec22f833bfc34c23561b70c {
        display: none
    }

    #Text2114_3ceb2b6713aa1f1320514a03b958d7540 {
        display: none
    }

    #Text2114_5a46a1e744bfa3d24873662e15651be00 {
        display: none
    }

    #Text2114_75302601a3e59e503608ea1a2b093bbc0 {
        display: none
    }

    #Text2114_86d0a2f09db94f861940b0ef0144bfbe3 {
        display: none
    }
}

@media screen and (max-width:500px) {
    #Text2114_8b06e3882b9c89f928b70983540f6dfe0 {
        display: none
    }

    #Text2114_de305b40b669d312a347f6386fd3e6550 {
        display: none
    }

    #Text2114_e4af4e40634d1bdb4df97eed0f8e8fc40 {
        display: none
    }

    #Text2114_f7121fc531c4eaf8e945636b774cb6c30 {
        margin-top: 0px;
        margin-Bottom: 30px;
        margin-Left: 32.52032520325203%;
        margin-Right: 5.420054200542006%
    }

    #Button11413_0ca4844d3a1ae0ed419b1b3ba537d3d3 {
        margin-top: 10px;
        margin-Bottom: 40px;
        margin-Left: 22.899728997289973%;
        margin-Right: 22.899728997289973%;
        height: 40px
    }
}

@media screen and (max-width:500px) {
    #Button11413_61b02f2c884fe2ca853110e762ef8ebc {
        margin-top: 20px;
        margin-Bottom: 30px;
        margin-Left: 22.899728997289973%;
        margin-Right: 22.899728997289973%;
        height: 40px
    }

    #RootGrid2214_b3349bd09177d0dc1d2a67852da8cec30 {
        padding-top: 2.6954177897574128%;
        padding-Bottom: 0%;
        padding-Left: 2.6954177897574128%;
        padding-Right: 2.6954177897574128%
    }

    #RootGrid2214_c6a02b16cae6c7356e53f0b13a46c31e0 {
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 5.3908355795148255%;
        padding-Right: 5.3908355795148255%
    }

    #RootGridBox_c6a02b16cae6c7356e53f0b13a46c31e2 {
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 0%;
        padding-Right: 0%
    }

    #RootGridCell_c6a02b16cae6c7356e53f0b13a46c31e1 {
        padding-top: 0%;
        padding-Bottom: 10.840108401084011%;
        padding-Left: 0%;
        padding-Right: 0%
    }
}

@media screen and (max-width:500px) {
    #IconText11413_b39cd2c295547b2c17eda9dfaaf3fadb0 {
        margin-top: 0px;
        margin-Bottom: -50px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #TIBTextList225_5c513a26b634465f89e45b77fa854217 .content-block {
        padding-top: 2.710027100271003%;
        padding-Bottom: 2.710027100271003%;
        padding-Left: 2.710027100271003%;
        padding-Right: 2.710027100271003%;
        margin-bottom: 0.5728607232366631%
    }

    #TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__btn {
        text-align: center;
        line-height: 30px
    }

    #TIBTextList225_5c513a26b634465f89e45b77fa854217 .product-content__title {
        font-size: 14px
    }

    #ListScroll11417_86d0a2f09db94f861940b0ef0144bfbe1 {
        display: none
    }
}

@media screen and (max-width:500px) {
    #Logo1148_1e1b4dcabd1b5b43c4b614ee503999a33 {
        margin-top: 20px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #Search2220_1e1b4dcabd1b5b43c4b614ee503999a36 {
        margin-top: 3px;
        margin-Bottom: 20px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #NavDataPC1445_ad1f728bf98e678965fa67ef7558174f {
        display: none
    }

    #RootGrid2214_1e1b4dcabd1b5b43c4b614ee503999a32 {
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 5.3908355795148255%;
        padding-Right: 5.3908355795148255%
    }

    #LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 5.420054200542006%;
        margin-Right: 5.420054200542006%
    }
}

@media screen and (max-width:500px) {
    #LanguageSelect3130_ec220c2f0ba120b511e4efaebf903e2e {
        display: block
    }

    #Text2114_4cf7322532f5791db63ce448efccc2fb7 {
        margin-top: 30px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #Text2114_4cf7322532f5791db63ce448efccc2fb8 {
        margin-top: 30px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #Text2114_8ffaf1e989c823a3e8ae3c99bdc91eee0 {
        margin-top: 20px;
        margin-Bottom: 0px;
        margin-Left: 5.420054200542006%;
        margin-Right: 5.420054200542006%
    }

    #Logo11413_4cf7322532f5791db63ce448efccc2fb6 {
        display: none
    }
}

@media screen and (max-width:500px) {
    #Logo11413_4cf7322532f5791db63ce448efccc2fb6 {
        margin-top: 40px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 31.49951835598844%
    }

    #Text2114_4cf7322532f5791db63ce448efccc2fb11 {
        margin-top: 30px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #Button11413_9f041a3e880047b93275b769841a4e120 {
        margin-top: 10px;
        margin-Bottom: 10px;
        margin-Left: 0%;
        margin-Right: 0%;
        height: 30px
    }

    #Button11413_9f041a3e880047b93275b769841a4e120 {
        display: none
    }

    #RootGrid2214_4cf7322532f5791db63ce448efccc2fb3 {
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 5.3908355795148255%;
        padding-Right: 5.3908355795148255%
    }
}

@media screen and (max-width:500px) {
    #RootGrid2214_4cf7322532f5791db63ce448efccc2fb3 {
        display: none
    }

    #RootGrid2214_4cf7322532f5791db63ce448efccc2fb4 {
        padding-top: 10.781671159029653%;
        padding-Bottom: 0%;
        padding-Left: 5.3908355795148255%;
        padding-Right: 5.3908355795148255%
    }

    #HoverIcon2117_4cf7322532f5791db63ce448efccc2fb5 {
        display: block
    }

    #ClassifyList224_3ea62ae014aae25c73a469e7acc91cfd0 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: -6.074988134788799%;
        margin-Right: 0%
    }

    #ClassifyList224_4cf7322532f5791db63ce448efccc2fb9 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: -6.074988134788799%;
        margin-Right: 0%
    }
}

@media screen and (max-width:500px) {
    #TextNormal2117_4cf7322532f5791db63ce448efccc2fb17 {
        margin-top: 0px;
        margin-Bottom: 20px;
        margin-Left: 0%;
        margin-Right: 0%;
        text-align: center
    }

    #ClassifyList224_4cf7322532f5791db63ce448efccc2fb16 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: -6.074988134788799%;
        margin-Right: 0%
    }
}