
			.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 .gridSub {
            min-height: 50px
        }

        .gridLayout.gridFixed {
            transition: background-color .3s
        }

        .CImage .CImage_box {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            overflow: hidden
        }

        .CImage .CImage_title {
            position: absolute;
            bottom: 0;
            width: 100%;
            line-height: 1.5;
            text-align: center;
            display: none
        }

        .CImage .CImage_view {
            cursor: pointer
        }

        .CImage img {
            width: 100%;
            height: 100%;
            display: block;
            transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out
        }

        .text {
            min-width: 100px;
            min-height: 20px
        }

        .text ul,
        .text ul>li {
            list-style: disc
        }

        .text ol,
        .text ol>li {
            list-style: decimal
        }

        .Video iframe,
        .Video video {
            width: 100%;
            display: block
        }

        .Video .thumbnail {
            position: relative
        }

        .Video .thumbnail .video-btn {
            height: 30px;
            position: absolute;
            top: 50%;
            left: 50%;
            cursor: pointer;
            margin-left: -15px;
            margin-top: -15px
        }

        .Video .thumbnail .video-poster-img {
            width: 100%;
            height: 100%;
            background-position: 50%;
            background-size: cover;
            background-color: #ddd
        }

        .Video .thumbnail .video-modal-mask {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1000;
            height: 100%;
            background-color: rgba(0, 0, 0, .45)
        }

        .Video .thumbnail .video-modal {
            position: fixed;
            top: 10%;
            left: 50%;
            margin-left: -25%;
            width: 50%;
            z-index: 9999
        }

        .Video .thumbnail .video-modal-close-x {
            color: #fff;
            font-size: 30px;
            position: fixed;
            top: 8%;
            left: 75%;
            z-index: 1002;
            cursor: pointer
        }

        .Video .thumbnail.show .video-modal,
        .Video .thumbnail.show .video-modal-mask {
            display: block
        }

        .Video .thumbnail.hide .video-modal,
        .Video .thumbnail.hide .video-modal-mask {
            display: none
        }

        .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
            }
        }

        .Banner .banner0 .banner-anim {
            padding-bottom: 60%;
            min-height: auto
        }

        .Banner .banner0 .banner-anim .banner-anim-arrow-default {
            top: 50% !important
        }

        .Banner .banner0 .banner-anim .bg0 {
            height: 100%;
            width: 100%
        }

        .Banner .banner0 .custom-arrow-thumb {
            height: 100%
        }

        .Banner .banner0 .custom-arrow-thumb .user-arrow {
            top: 50% !important;
            transform: translateY(-50%)
        }

        .Banner .banner0 .custom-arrow-thumb .user-arrow .img-wrapper {
            width: 120px;
            height: 80px;
            float: left;
            position: relative
        }

        .Banner .banner0 .custom-arrow-thumb .user-arrow .img-wrapper li {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: 50%;
            position: absolute
        }

        .Banner .banner0 .custom-arrow-thumb .user-arrow.next {
            right: 0
        }

        .Banner .banner0 .custom-arrow-thumb .user-arrow.next .arrow {
            float: left
        }

        .Banner .banner0 .custom-arrow-thumb .user-arrow.next .arrow:after {
            -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
            bottom: 27px;
            left: 10px
        }

        .Banner .banner0 .custom-arrow-thumb .user-arrow.prev {
            left: 0
        }

        .Banner .banner0 .custom-arrow-thumb .user-arrow.prev .arrow {
            float: right
        }

        .Banner .banner0 .custom-arrow-thumb .user-thumb>span.active {
            color: hsla(0, 0%, 100%, .45)
        }

        .Banner .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
            }

            .custom-arrow-thumb .user-arrow.next:hover,
            .custom-arrow-thumb .user-arrow.prev:hover {
                background-color: transparent !important
            }
        }

        .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
        }

        .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
        }

        .SplitLine1 {
            padding-top: 5px;
            padding-bottom: 5px
        }

        .SplitLine1 hr {
            color: #ddd;
            border-top-width: 1px;
            border-top-style: solid;
            border-left: none;
            border-right: none;
            border-bottom: none
        }

        .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
        }

        .video {
            max-width: 800px
        }

        #root {
            min-height: 100%
        }

        @media screen and (max-width:600px) {
            .RootSortable {
                padding-bottom: 53px
            }
        }

        .ProductList2 {
            /* white-space: pre-wrap; */
            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__model,
        .ProductList2 .content .content-block .product-content__title {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

        .ProductList2 .content .content-block .product-content__name {
            overflow: hidden;
            text-overflow: ellipsis;
            display: none;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

        .ProductList2 .imgContent {
            overflow: hidden;
            margin: auto
        }

        .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;
            background: transparent
        }

        .ProductList2 .multiLine.content .content-block:hover {
            transition: all .5s ease-out
        }

        .ProductList2 .multiLine.content .content-block .product-content__title {
            display: -webkit-box
        }

        .ProductList2 .multiLine.content .content-block .product-content__name,
        .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;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

        .ProductList2 .multiLine.content .content-block .product-content__name {
            display: none
        }

        .ProductList2 .multiLine.content .content-block .product-content__model {
            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 {
            display: inline-block;
            text-align: center;
            width: 100%;
            color: #000;
            background: transparent;
            border: 1px solid #eee;
            outline: none
        }

        .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-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
        }

        .mask {
            z-index: 99999;
            height: 100vh;
            width: 100vw;
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, .95)
        }

        .mask .content {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            moz-user-select: -moz-none;
            -moz-user-select: none;
            -o-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .mask .content .img,
        .mask .content .title {
            display: block;
            width: 100%;
            text-align: center
        }

        .mask .content .title {
            margin-top: 5px;
            line-height: 20px;
            color: #fff
        }

        .mask .preview-left,
        .mask .preview-right {
            z-index: 1;
            font-size: 40px;
            position: fixed;
            top: 50%;
            color: #fff;
            transform: translateY(-50%)
        }

        .mask .preview-left {
            left: 0
        }

        .mask .preview-right {
            right: 0
        }

        .video {
            max-width: 800px
        }

        #root {
            min-height: 100%
        }

        @media screen and (max-width:600px) {
            .RootSortable {
                padding-bottom: 53px
            }
        }

        .HoverImageCollect .wrap {
            display: flex;
            flex-wrap: wrap;
            width: 100%
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_box {
            position: relative;
            display: block;
            margin: 0 auto;
            max-width: 100%;
            overflow: hidden
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_box img {
            width: 100%;
            height: 100%;
            vertical-align: top
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_box:hover .Image_shade {
            opacity: 0
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_shade {
            transition: opacity 1s ease;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            text-align: center;
            opacity: 1;
            display: flex;
            background: rgba(0, 0, 0, .5);
            justify-content: center;
            align-items: center;
            flex-direction: column;
            color: #fff
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_shade .Image_describe,
        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_shade .Image_title {
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_shade .btnWarp {
            width: 100%
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_shade .Image_btn {
            text-align: center;
            width: 100%;
            color: #000;
            background: transparent;
            border: 1px solid #eee;
            outline: none
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_shade .Image_btn:hover {
            cursor: pointer
        }

        .HoverImageCollect .wrap .HoverImageCollectCell .Image_body .Image_shade .Image_btn svg {
            vertical-align: middle;
            height: 18px;
            width: 18px
        }

        .CImage .CImage_box {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            overflow: hidden
        }

        .CImage .CImage_title {
            position: absolute;
            bottom: 0;
            width: 100%;
            line-height: 1.5;
            text-align: center;
            display: none
        }

        .CImage .CImage_view {
            cursor: pointer
        }

        .CImage img {
            width: 100%;
            height: 100%;
            display: block;
            transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out
        }

        .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
            }
        }

        .rootgridv11417 {
            position: relative
        }

        .rootgridv11417 .box,
        .rootgridv11417 .cell {
            height: 100%;
            width: 100%
        }

        .rootgridv11417 .box .grid_content,
        .rootgridv11417 .cell .grid_content {
            height: 100%
        }

        .rootgridv11417 .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
        }

        .rootgridv11417 .cell.edit {
            position: relative
        }

        .rootgridv11417 .cell.edit.empty {
            height: auto;
            display: flex;
            flex-direction: column
        }

        .rootgridv11417 .grid_content:after,
        .rootgridv11417 .grid_content:before {
            content: "";
            display: flex
        }

        .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;
            flex-direction: column;
            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 .displayText {
            color: #fff;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 100%;
            margin-bottom: 0;
            padding: 0 4px;
            width: 100%;
            text-align: center
        }

        .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;
            align-items: center;
            flex-direction: row
        }

        .HoverIcon ul li .sideitem.sidebox:hover .sideicon {
            margin: 0 10px;
            float: left
        }

        .HoverIcon ul li .sideitem.sidebox:hover .sidetitle {
            display: block
        }

        .HoverIcon ul li .sideitem.sidebox:hover .displayText {
            display: none !important
        }

        .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%
        }

        .Nav_pc {
            width: 100%;
            max-width: 100%;
            margin: 0 auto
        }

        .Nav_pc>.rc-menu {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            border: none
        }

        .Nav_pc>.rc-menu>.rc-menu-item,
        .Nav_pc>.rc-menu>.rc-menu-submenu {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 1 auto;
            font-size: 18px;
            color: #333;
            border: none;
            height: 50px;
            cursor: pointer;
            padding: 0;
            width: 100%
        }

        .Nav_pc>.rc-menu.rc-menu-horizontal {
            background: unset
        }

        .Nav_pc>.rc-menu.rc-menu-horizontal:after {
            display: none
        }

        .Nav_pc .rc-menu-horizontal {
            overflow: unset
        }

        .rc-menu-vertical>.rc-menu-submenu>.rc-menu-submenu-title {
            cursor: pointer
        }

        .Nav-popupClassName {
            z-index: 999
        }

        .Nav-popupClassName>.rc-menu {
            overflow: hidden
        }

        .Nav-popupClassName .rc-menu-item,
        .Nav-popupClassName .rc-menu-submenu-title {
            font-size: 14px;
            color: #666;
            background: #fff;
            text-align: left;
            cursor: pointer
        }

        .Nav-popupClassName .menuChildItem+.menuChildItem {
            border-top: 1px solid #999
        }

        .Nav-popupClassName .menuChildItem,
        .Nav-popupClassName .menuChildItem .child,
        .Nav-popupClassName .rc-menu-submenu-title span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .Nav-popupClassName>.rc-menu .rc-menu-submenu-title {
            display: flex;
            align-items: center
        }

        .Nav-popupClassName>.rc-menu .rc-menu-submenu-title,
        .Nav-popupClassName>.rc-menu>.rc-menu-item {
            height: 50px
        }

        .Nav-popupClassName>.rc-menu .rc-menu-submenu-title {
            padding-top: 0 !important;
            padding-bottom: 0 !important
        }

        .Nav-popupClassName>.rc-menu .rc-menu-submenu-title .rc-menu-submenu-arrow {
            top: 50%;
            transform: translateY(-50%)
        }

        @font-face {
            font-family: FontAwesome;
            src: url(/static/fonts/fontawesome-webfont.eot);
            src: url(/static/fonts/fontawesome-webfont.eot#iefix) format("embedded-opentype"), url(/static/fonts/fontawesome-webfont.woff) format("woff"), url(/static/fonts/fontawesome-webfont.ttf) format("truetype"), url(/static/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
            font-weight: 400;
            font-style: normal
        }

        .rc-menu {
            outline: none;
            margin-bottom: 0;
            padding-left: 0;
            padding-right: 0;
            list-style: none;
            border: 1px solid #d9d9d9;
            box-shadow: 0 0 4px #d9d9d9;
            border-radius: 3px;
            color: #666
        }

        .rc-menu-rtl {
            direction: rtl
        }

        .rc-menu-hidden {
            display: none
        }

        .rc-menu-collapse {
            overflow: hidden;
            transition: height .3s ease-out
        }

        .rc-menu-item-group-list {
            margin: 0;
            padding: 0
        }

        .rc-menu-item-group-title {
            color: #999;
            line-height: 1.5;
            padding: 8px 10px;
            border-bottom: 1px solid #dedede
        }

        .rc-menu-item-selected {
            transform: translateZ(0)
        }

        .rc-menu-item-selected,
        .rc-menu-submenu-selected {
            background-color: #eaf8fe
        }

        .rc-menu>li.rc-menu-submenu {
            padding: 0
        }

        .rc-menu-horizontal.rc-menu-sub,
        .rc-menu-vertical-left.rc-menu-sub,
        .rc-menu-vertical-right.rc-menu-sub,
        .rc-menu-vertical.rc-menu-sub {
            min-width: 160px;
            margin-top: 0
        }

        .rc-menu-item,
        .rc-menu-submenu-title {
            margin: 0;
            position: relative;
            display: block;
            padding: 7px 7px 7px 16px;
            white-space: nowrap
        }

        .rc-menu-rtl .rc-menu-item,
        .rc-menu-rtl .rc-menu-submenu-title {
            padding: 7px 16px 7px 7px
        }

        .rc-menu-item.rc-menu-item-disabled,
        .rc-menu-item.rc-menu-submenu-disabled,
        .rc-menu-submenu-title.rc-menu-item-disabled,
        .rc-menu-submenu-title.rc-menu-submenu-disabled {
            color: #777 !important
        }

        .rc-menu>.rc-menu-item-divider {
            height: 1px;
            margin: 1px 0;
            overflow: hidden;
            padding: 0;
            line-height: 0;
            background-color: #e5e5e5
        }

        .rc-menu-submenu-popup {
            position: absolute
        }

        .rc-menu-submenu-popup .submenu-title-wrapper {
            padding-right: 20px
        }

        .rc-menu-submenu-rtl.rc-menu-submenu-popup .submenu-title-wrapper,
        .rc-menu-submenu-rtl .rc-menu-submenu-popup .submenu-title-wrapper {
            padding-right: 0;
            padding-left: 20px
        }

        .rc-menu .rc-menu-item .anticon,
        .rc-menu .rc-menu-submenu-title .anticon {
            width: 14px;
            height: 14px;
            margin-right: 8px;
            top: -1px
        }

        .rc-menu-rtl .rc-menu .rc-menu-item .anticon,
        .rc-menu-rtl .rc-menu .rc-menu-submenu-title .anticon {
            margin-right: 0;
            margin-left: 8px
        }

        .rc-menu-horizontal {
            border: none;
            border-bottom: 1px solid #d9d9d9;
            box-shadow: none;
            white-space: nowrap;
            overflow: unset
        }

        .rc-menu-horizontal>.rc-menu-item,
        .rc-menu-horizontal>.rc-menu-submenu>.rc-menu-submenu-title {
            padding: 20px 20px
        }

        .rc-menu-horizontal>.rc-menu-item,
        .rc-menu-horizontal>.rc-menu-submenu {
            border-bottom: 2px solid transparent;
            display: inline-block;
            vertical-align: bottom
        }

        .rc-menu-horizontal>.rc-menu-item-active,
        .rc-menu-horizontal>.rc-menu-submenu-active {
            border-bottom: 2px solid #2db7f5;
            background-color: #f3f5f7;
            color: #2baee9
        }

        .rc-menu-horizontal:after {
            content: "\20";
            display: block;
            height: 0;
            clear: both
        }

        .rc-menu-inline,
        .rc-menu-vertical,
        .rc-menu-vertical-left,
        .rc-menu-vertical-right {
            padding: 0
        }

        .rc-menu-inline>.rc-menu-item,
        .rc-menu-inline>.rc-menu-submenu>.rc-menu-submenu-title,
        .rc-menu-vertical-left>.rc-menu-item,
        .rc-menu-vertical-left>.rc-menu-submenu>.rc-menu-submenu-title,
        .rc-menu-vertical-right>.rc-menu-item,
        .rc-menu-vertical-right>.rc-menu-submenu>.rc-menu-submenu-title,
        .rc-menu-vertical>.rc-menu-item,
        .rc-menu-vertical>.rc-menu-submenu>.rc-menu-submenu-title {
            padding: 12px 28px 12px 24px
        }

        .rc-menu-rtl.rc-menu-inline>.rc-menu-item,
        .rc-menu-rtl.rc-menu-inline>.rc-menu-submenu>.rc-menu-submenu-title,
        .rc-menu-rtl.rc-menu-vertical-left>.rc-menu-item,
        .rc-menu-rtl.rc-menu-vertical-left>.rc-menu-submenu>.rc-menu-submenu-title,
        .rc-menu-rtl.rc-menu-vertical-right>.rc-menu-item,
        .rc-menu-rtl.rc-menu-vertical-right>.rc-menu-submenu>.rc-menu-submenu-title,
        .rc-menu-rtl.rc-menu-vertical>.rc-menu-item,
        .rc-menu-rtl.rc-menu-vertical>.rc-menu-submenu>.rc-menu-submenu-title {
            padding: 12px 24px 12px 8px
        }

        .rc-menu-inline .rc-menu-submenu-arrow,
        .rc-menu-vertical-left .rc-menu-submenu-arrow,
        .rc-menu-vertical-right .rc-menu-submenu-arrow,
        .rc-menu-vertical .rc-menu-submenu-arrow {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            vertical-align: baseline;
            text-align: center;
            text-transform: none;
            text-rendering: auto;
            position: absolute;
            right: 16px;
            line-height: 1.5em
        }

        .rc-menu-inline .rc-menu-submenu-arrow:before,
        .rc-menu-vertical-left .rc-menu-submenu-arrow:before,
        .rc-menu-vertical-right .rc-menu-submenu-arrow:before,
        .rc-menu-vertical .rc-menu-submenu-arrow:before {
            content: "\f0da"
        }

        .rc-menu-rtl.rc-menu-inline .rc-menu-submenu-arrow:before,
        .rc-menu-rtl.rc-menu-vertical-left .rc-menu-submenu-arrow:before,
        .rc-menu-rtl.rc-menu-vertical-right .rc-menu-submenu-arrow:before,
        .rc-menu-rtl.rc-menu-vertical .rc-menu-submenu-arrow:before,
        .rc-menu-submenu-rtl .rc-menu-inline .rc-menu-submenu-arrow:before,
        .rc-menu-submenu-rtl .rc-menu-vertical-left .rc-menu-submenu-arrow:before,
        .rc-menu-submenu-rtl .rc-menu-vertical-right .rc-menu-submenu-arrow:before,
        .rc-menu-submenu-rtl .rc-menu-vertical .rc-menu-submenu-arrow:before {
            content: "\f0d9"
        }

        .rc-menu-rtl.rc-menu-inline .rc-menu-submenu-arrow,
        .rc-menu-rtl.rc-menu-vertical-left .rc-menu-submenu-arrow,
        .rc-menu-rtl.rc-menu-vertical-right .rc-menu-submenu-arrow,
        .rc-menu-rtl.rc-menu-vertical .rc-menu-submenu-arrow,
        .rc-menu-submenu-rtl .rc-menu-inline .rc-menu-submenu-arrow,
        .rc-menu-submenu-rtl .rc-menu-vertical-left .rc-menu-submenu-arrow,
        .rc-menu-submenu-rtl .rc-menu-vertical-right .rc-menu-submenu-arrow,
        .rc-menu-submenu-rtl .rc-menu-vertical .rc-menu-submenu-arrow {
            right: auto;
            left: 16px
        }

        .rc-menu-inline .rc-menu-submenu-arrow {
            transform: rotate(90deg);
            transition: transform .3s
        }

        .rc-menu-inline .rc-menu-submenu-open>.rc-menu-submenu-title .rc-menu-submenu-arrow {
            transform: rotate(-90deg)
        }

        .rc-menu-vertical-left.rc-menu-sub,
        .rc-menu-vertical-right.rc-menu-sub,
        .rc-menu-vertical.rc-menu-sub {
            padding: 0
        }

        .rc-menu-submenu-rtl .rc-menu-vertical-left.rc-menu-sub,
        .rc-menu-submenu-rtl .rc-menu-vertical-right.rc-menu-sub,
        .rc-menu-submenu-rtl .rc-menu-vertical.rc-menu-sub {
            direction: rtl
        }

        .rc-menu-sub.rc-menu-inline {
            padding: 0;
            border: none;
            border-radius: 0;
            box-shadow: none
        }

        .rc-menu-sub.rc-menu-inline>.rc-menu-item,
        .rc-menu-sub.rc-menu-inline>.rc-menu-submenu>.rc-menu-submenu-title {
            padding-top: 8px;
            padding-bottom: 8px;
            padding-right: 0
        }

        .rc-menu-rtl .rc-menu-sub.rc-menu-inline>.rc-menu-item,
        .rc-menu-rtl .rc-menu-sub.rc-menu-inline>.rc-menu-submenu>.rc-menu-submenu-title {
            padding-left: 0
        }

        .rc-menu-open-slide-up-appear,
        .rc-menu-open-slide-up-enter {
            animation-duration: .3s;
            animation-fill-mode: both;
            transform-origin: 0 0;
            opacity: 0;
            animation-timing-function: cubic-bezier(.08, .82, .17, 1);
            animation-play-state: paused
        }

        .rc-menu-open-slide-up-leave {
            animation-duration: .3s;
            animation-fill-mode: both;
            transform-origin: 0 0;
            opacity: 1;
            animation-timing-function: cubic-bezier(.6, .04, .98, .34);
            animation-play-state: paused
        }

        .rc-menu-open-slide-up-appear.rc-menu-open-slide-up-appear-active,
        .rc-menu-open-slide-up-enter.rc-menu-open-slide-up-enter-active {
            animation-name: rcMenuOpenSlideUpIn;
            animation-play-state: running
        }

        .rc-menu-open-slide-up-leave.rc-menu-open-slide-up-leave-active {
            animation-name: rcMenuOpenSlideUpOut;
            animation-play-state: running
        }

        @keyframes rcMenuOpenSlideUpIn {
            0% {
                opacity: 0;
                transform-origin: 0 0;
                transform: scaleY(0)
            }

            to {
                opacity: 1;
                transform-origin: 0 0;
                transform: scaleY(1)
            }
        }

        @keyframes rcMenuOpenSlideUpOut {
            0% {
                opacity: 1;
                transform-origin: 0 0;
                transform: scaleY(1)
            }

            to {
                opacity: 0;
                transform-origin: 0 0;
                transform: scaleY(0)
            }
        }

        .rc-menu-open-zoom-appear,
        .rc-menu-open-zoom-enter {
            opacity: 0;
            animation-duration: .3s;
            animation-fill-mode: both;
            transform-origin: 0 0;
            animation-timing-function: cubic-bezier(.08, .82, .17, 1);
            animation-play-state: paused
        }

        .rc-menu-open-zoom-leave {
            animation-duration: .3s;
            animation-fill-mode: both;
            transform-origin: 0 0;
            animation-timing-function: cubic-bezier(.6, .04, .98, .34);
            animation-play-state: paused
        }

        .rc-menu-open-zoom-appear.rc-menu-open-zoom-appear-active,
        .rc-menu-open-zoom-enter.rc-menu-open-zoom-enter-active {
            animation-name: rcMenuOpenZoomIn;
            animation-play-state: running
        }

        .rc-menu-open-zoom-leave.rc-menu-open-zoom-leave-active {
            animation-name: rcMenuOpenZoomOut;
            animation-play-state: running
        }

        .rc-menu-submenu-rtl.rc-menu-open-zoom-appear,
        .rc-menu-submenu-rtl .rc-menu-open-zoom-appear,
        .rc-menu-submenu-rtl.rc-menu-open-zoom-enter,
        .rc-menu-submenu-rtl .rc-menu-open-zoom-enter,
        .rc-menu-submenu-rtl.rc-menu-open-zoom-leave,
        .rc-menu-submenu-rtl .rc-menu-open-zoom-leave {
            transform-origin: top right !important
        }

        @keyframes rcMenuOpenZoomIn {
            0% {
                opacity: 0;
                transform: scale(0)
            }

            to {
                opacity: 1;
                transform: scale(1)
            }
        }

        @keyframes rcMenuOpenZoomOut {
            0% {
                transform: scale(1)
            }

            to {
                opacity: 0;
                transform: scale(0)
            }
        }

        .video {
            max-width: 800px
        }

        #root {
            min-height: 100%
        }

        @media screen and (max-width:600px) {
            .RootSortable {
                padding-bottom: 53px
            }
        }

        .languageWrap {
            width: 100%
        }

        .languageWrap .language_line {
            width: 1px;
            height: 1em;
            vertical-align: middle;
            background-color: #595959;
            display: inline-block
        }

        .Languagev224 .contactWay-language {
            display: flex;
            justify-content: flex-start;
            align-items: center
        }

        .Languagev224 .contactWay-language .language {
            margin-right: 12px
        }

        .Languagev224 .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 {
            display: inline-block;
            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>* {
            line-height: 1
        }

        .ant-select-arrow svg {
            display: inline-block
        }

        .ant-select-arrow:before {
            display: none
        }

        .ant-select-arrow .ant-select-arrow-icon {
            display: block
        }

        .ant-select-arrow .ant-select-arrow-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,
        .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,
        .ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
            top: 12px
        }

        .ant-select-sm .ant-select-arrow,
        .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-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
        }

        .IconText {
            min-width: 30px
        }

        .IconText a {
            display: inline-flex;
            align-items: center
        }

        .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
            }
        }

        .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
            }
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 400
        }

        .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
        }

        .dropclassifyv469 {
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            margin: 10px 0
        }

        .dropclassifyv469 .fixed {
            position: fixed;
            z-index: 9999
        }

        .dropclassifyv469 a {
            color: #000
        }

        .dropclassifyv469 a,
        .dropclassifyv469 a .text {
            display: block;
            width: 100%
        }

        .dropclassifyv469 .dropclassifyList {
            overflow: hidden
        }

        .dropclassifyv469 .anticon-right {
            display: flex
        }

        .dropclassifyv469 .classify-main {
            padding: 10px 20px;
            position: relative;
            border-bottom-width: 0;
            border-left-width: 0;
            border-right-width: 0
        }

        .dropclassifyv469 .classify-main+.classify-main {
            border-top: none
        }

        .dropclassifyv469 .classify-main .classify-sub {
            display: none;
            z-index: 100;
            overflow: hidden
        }

        .dropclassifyv469 .classify-sub__title,
        .dropclassifyv469 .classify-title,
        .dropclassifyv469 .icon {
            display: flex;
            align-items: center
        }

        .dropclassifyv469 .icon {
            margin-right: 5px;
            justify-content: center
        }

        .dropclassifyv469 .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) {
            .dropclassifyv469 .classify-sub__item+.classify-sub__item {
                border-top: none
            }
        }

        .dropclassifyv469 .classify-third {
            overflow: hidden;
            display: none;
            z-index: 100
        }

        .dropclassifyv469 .classify-third__item {
            padding: 10px 20px;
            width: 300px;
            border-bottom-width: 0;
            border-left-width: 0;
            border-right-width: 0
        }

        @media (hover:hover) {
            .dropclassifyv469 .classify-third__item:hover {
                color: #00a4ff
            }
        }

        .dropclassifyv469 .anticon-right {
            transform: rotate(90deg)
        }

        .dropclassifyv469 .hotNav {
            margin-left: auto
        }

        .dropclassifyv469 .classify-main {
            width: 100%;
            padding: 0;
            font-size: 14px;
            color: #333
        }

        .dropclassifyv469 .classify-main .active {
            display: block
        }

        .dropclassifyv469 .classify-main .classify-sub__item {
            padding: 0;
            width: 100% !important
        }

        .dropclassifyv469 .classify-main .classify-sub__item .classify-sub__title {
            padding: 0 20px
        }

        .dropclassifyv469 .classify-main .classify-third__item {
            width: 100%;
            padding: 12px 50px;
            font-size: 12px;
            color: #666
        }

        .dropclassifyv469 .classify-main .classify-sub__title,
        .dropclassifyv469 .classify-main .classify-title {
            padding: 0 20px
        }

        .dropclassifyv469 .classify-main .classify-sub,
        .dropclassifyv469 .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
        }

        .dropclassifyv310 {
            cursor: pointer;
            margin: 10px 0
        }

        .dropclassifyv310 .dropclassifyList {
            overflow: hidden
        }

        .dropclassifyv310 .anticon-right {
            display: flex
        }

        .dropclassifyv310 .classify-main {
            padding: 10px 20px;
            position: relative;
            border-bottom-width: 0;
            border-left-width: 0;
            border-right-width: 0
        }

        .dropclassifyv310 .classify-main+.classify-main {
            border-top: none
        }

        .dropclassifyv310 .classify-main .classify-sub {
            display: none;
            z-index: 100;
            overflow: hidden
        }

        .dropclassifyv310 .classify-sub__title,
        .dropclassifyv310 .classify-title {
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .dropclassifyv310 .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) {
            .dropclassifyv310 .classify-sub__item+.classify-sub__item {
                border-top: none
            }
        }

        .dropclassifyv310 .classify-third {
            overflow: hidden;
            display: none;
            z-index: 100
        }

        .dropclassifyv310 .classify-third__item {
            padding: 10px 20px;
            width: 300px;
            border-bottom-width: 0;
            border-left-width: 0;
            border-right-width: 0
        }

        @media (hover:hover) {
            .dropclassifyv310 .classify-third__item:hover {
                color: #00a4ff
            }
        }

        .dropclassifyv310 .anticon-right {
            transform: rotate(90deg)
        }

        .dropclassifyv310 .classify-main {
            width: 100%;
            padding: 0;
            font-size: 14px;
            color: #333
        }

        .dropclassifyv310 .classify-main .active {
            display: block
        }

        .dropclassifyv310 .classify-main .classify-sub__item {
            padding: 0;
            width: 100% !important
        }

        .dropclassifyv310 .classify-main .classify-sub__item .classify-sub__title {
            padding: 12px 20px
        }

        .dropclassifyv310 .classify-main .classify-third__item {
            width: 100%;
            padding: 12px 50px;
            font-size: 12px;
            color: #666
        }

        .dropclassifyv310 .classify-main .classify-sub__title,
        .dropclassifyv310 .classify-main .classify-title {
            padding: 12px 20px
        }

        .dropclassifyv310 .classify-main .classify-sub,
        .dropclassifyv310 .classify-main .classify-third {
            position: static;
            width: 100%
        }

        #Image310_8148820225d23f7f30856c37d22534e01 .CImage_title {
            font-size: 14px
        }

        #Image310_8148820225d23f7f30856c37d22534e01 {
            margin-top: 0px;
            margin-Bottom: 20px;
            margin-Left: 26.79929266136163%;
            margin-Right: 26.79929266136163%
        }

        #Image310_8148820225d23f7f30856c37d22534e04 .CImage_title {
            font-size: 14px
        }

        #Image310_8148820225d23f7f30856c37d22534e04 {
            margin-top: 0px;
            margin-Bottom: 20px;
            margin-Left: 26.79929266136163%;
            margin-Right: 26.79929266136163%
        }

        #Image310_8148820225d23f7f30856c37d22534e07 .CImage_title {
            font-size: 14px
        }

        #Image310_8148820225d23f7f30856c37d22534e07 {
            margin-top: 0px;
            margin-Bottom: 20px;
            margin-Left: 26.79929266136163%;
            margin-Right: 26.79929266136163%
        }

        #Text2114_0815a697b1ed37cc9358d33c8aa542143 {
            margin-top: 20px;
            margin-Bottom: 50px;
            margin-Left: 2.6143790849673203%;
            margin-Right: 2.6143790849673203%
        }

        #Text2114_1931622efdf2d14d4453f6ed022eddf80 {
            margin-top: 0px;
            margin-Bottom: 15px;
            margin-Left: 6.254681647940075%;
            margin-Right: 6.254681647940075%
        }

        #Text2114_33ec38a47e163da398855448a2c097ca3 {
            margin-top: 20px;
            margin-Bottom: 50px;
            margin-Left: 2.6143790849673203%;
            margin-Right: 2.6143790849673203%
        }

        #Text2114_6f3e64ce80260df33ad9944174f688650 {
            margin-top: 20px;
            margin-Bottom: 50px;
            margin-Left: 2.6143790849673203%;
            margin-Right: 2.6143790849673203%
        }

        #Text2114_9975f4341d7e231d52a75c5d88fe2b330 {
            margin-top: 10px;
            margin-Bottom: 10px;
            margin-Left: 6.254681647940075%;
            margin-Right: 6.254681647940075%
        }

        #Text2114_b87cc8ee07e300fd5e5ac5b89c1ecd1d3 {
            margin-top: 20px;
            margin-Bottom: 50px;
            margin-Left: 2.6143790849673203%;
            margin-Right: 2.6143790849673203%
        }

        #Text2114_f595f07d685973b7a33fde426d069b630 {
            margin-top: 10px;
            margin-Bottom: 10px;
            margin-Left: 6.235373814509176%;
            margin-Right: 6.235373814509176%
        }

        #Video4613_fcba13acfd5f9732386b0bb5fef3afcd .video-poster-img {
            padding-bottom: 48.861178266955086%
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim {
            padding-bottom: 45.97701149425287%
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-arrow .anticon:hover {
            color: rgba(0, 0, 0, 1);
            font-size: 30px
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-thumb .banner-thumb-icon.active svg {
            color: rgba(253, 253, 253, 1)
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-thumb {
            bottom: 2.0652822821369217%
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-arrow .anticon {
            color: rgba(0, 0, 0, 1);
            display: block;
            font-size: 30px
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-thumb .icon {
            display: block
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-thumb .banner-thumb-icon svg {
            width: 40px;
            height: 40px
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-thumb .banner-thumb-icon:hover svg,
        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-thumb .banner-thumb-icon:not(.active):hover svg {
            color: rgba(177, 177, 177, 1)
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-thumb .banner-thumb-icon:not(:last-child) {
            margin-right: 0.6195786864931847%
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%
        }

        #Banner4418_0ac61b099a5d46d6126698ffdd889c36 .banner-anim-thumb .banner-thumb-icon:not(.active) svg {
            color: rgba(155, 155, 155, 1)
        }

        #Image310_8148820225d23f7f30856c37d22534e013 .CImage_title {
            font-size: 14px
        }

        #Image310_8148820225d23f7f30856c37d22534e013 {
            margin-top: 0px;
            margin-Bottom: 20px;
            margin-Left: 26.79929266136163%;
            margin-Right: 26.79929266136163%
        }

        #Image310_8148820225d23f7f30856c37d22534e017 .CImage_title {
            font-size: 14px
        }

        #Image310_8148820225d23f7f30856c37d22534e017 {
            margin-top: 0px;
            margin-Bottom: 20px;
            margin-Left: 26.79929266136163%;
            margin-Right: 26.79929266136163%
        }

        #Image310_8148820225d23f7f30856c37d22534e018 .CImage_title {
            font-size: 14px
        }

        #Image310_8148820225d23f7f30856c37d22534e018 {
            margin-top: 0px;
            margin-Bottom: 20px;
            margin-Left: 26.79929266136163%;
            margin-Right: 26.79929266136163%
        }

        #RootGrid212_cdf391692c0239f552f8ae88f233f3d4 {
            margin-top: 120px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            padding-top: 5.219206680584551%;
            padding-Bottom: 2.6096033402922756%;
            padding-Left: 0%;
            padding-Right: 0%;
            background-image: url(/static/images/homebg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed
        }

        #RootGrid212_cdf391692c0239f552f8ae88f233f3d4 {
            display: block
        }

        #RootGridCell_cdf391692c0239f552f8ae88f233f3d40 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 8.359456635318704%;
            padding-Right: 0%
        }

        #RootGridCell_cdf391692c0239f552f8ae88f233f3d40>.grid_content {
            overflow: hidden;
            border-radius: 5px 5px 5px 5px;
        }

        #RootGridCell_cdf391692c0239f552f8ae88f233f3d40_de5a81d71ae0e20eb371bbbd16cd635d {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 2.612330198537095%;
            padding-Right: 4.179728317659352%
        }

        #RootGridCell_cdf391692c0239f552f8ae88f233f3d40_de5a81d71ae0e20eb371bbbd16cd635d>.grid_content {
            overflow: hidden
        }

        #Button11413_3c140f482b512df8a24b8723cfa2cd000 a svg {
            display: none
        }

        #Button11413_3c140f482b512df8a24b8723cfa2cd000:hover {
            border-color: rgba(44, 145, 136, 1);
            border-style: solid;
            ;
            background-color: rgba(44, 145, 136, 1)
        }

        #Button11413_3c140f482b512df8a24b8723cfa2cd000:hover .button0_text {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_3c140f482b512df8a24b8723cfa2cd000 {
            margin-top: 20px;
            margin-Bottom: 40px;
            margin-Left: 32.54887986862083%;
            margin-Right: 32.54887986862083%;
            height: 40px;
            border-color: rgba(182, 182, 182, 1);
            border-style: solid;
            ;
            border-width: 1px;
            border-radius: 10px 10px 10px 10px;
            background-color: rgba(171, 14, 17, 0)
        }

        #Button11413_3c140f482b512df8a24b8723cfa2cd000 .button0_text {
            color: rgba(34, 34, 34, 1);
            font-size: 14px;
            font-family: Arial;
            font-weight: bold
        }

        #Button11413_77a89d840cf6e4b2af1941245a20cf7d0 a svg {
            display: none
        }

        #Button11413_77a89d840cf6e4b2af1941245a20cf7d0:hover {
            border-color: rgba(44, 145, 136, 1);
            border-style: solid;
            ;
            background-color: rgba(44, 145, 136, 1)
        }

        #Button11413_77a89d840cf6e4b2af1941245a20cf7d0:hover .button0_text {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_77a89d840cf6e4b2af1941245a20cf7d0 {
            margin-top: 20px;
            margin-Bottom: 40px;
            margin-Left: 32.54887986862083%;
            margin-Right: 32.54887986862083%;
            height: 40px;
            border-color: rgba(182, 182, 182, 1);
            border-style: solid;
            ;
            border-width: 1px;
            border-radius: 10px 10px 10px 10px;
            background-color: rgba(171, 14, 17, 0)
        }

        #Button11413_77a89d840cf6e4b2af1941245a20cf7d0 .button0_text {
            color: rgba(34, 34, 34, 1);
            font-size: 14px;
            font-family: Arial;
            font-weight: bold
        }

        #Button11413_acdb0f7ab8b5ca62ff39218fa0d84ee10 a svg {
            display: none
        }

        #Button11413_acdb0f7ab8b5ca62ff39218fa0d84ee10:hover {
            border-color: rgba(44, 145, 136, 1);
            border-style: solid;
            ;
            background-color: rgba(44, 145, 136, 1)
        }

        #Button11413_acdb0f7ab8b5ca62ff39218fa0d84ee10:hover .button0_text {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_acdb0f7ab8b5ca62ff39218fa0d84ee10 {
            margin-top: 20px;
            margin-Bottom: 40px;
            margin-Left: 32.54887986862083%;
            margin-Right: 32.54887986862083%;
            height: 40px;
            border-color: rgba(182, 182, 182, 1);
            border-style: solid;
            ;
            border-width: 1px;
            border-radius: 10px 10px 10px 10px;
            background-color: rgba(171, 14, 17, 0)
        }

        #Button11413_acdb0f7ab8b5ca62ff39218fa0d84ee10 .button0_text {
            color: rgba(34, 34, 34, 1);
            font-size: 14px;
            font-family: Arial;
            font-weight: bold
        }

        #Button11413_d7964149f489abf92a555d81899657fa0 a svg {
            display: none
        }

        #Button11413_d7964149f489abf92a555d81899657fa0:hover {
            background-color: rgba(44, 145, 136, 1)
        }

        #Button11413_d7964149f489abf92a555d81899657fa0:hover .button0_text {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_d7964149f489abf92a555d81899657fa0 {
            margin-top: 20px;
            margin-Bottom: 0px;
            margin-Left: 6.2717770034843205%;
            margin-Right: 66.82926829268293%;
            height: 40px;
            border-color: rgba(182, 182, 182, 1);
            border-style: solid;
            ;
            border-width: 1px;
            border-radius: 10px 10px 10px 10px;
            background-color: rgba(44, 145, 136, 1)
        }

        #Button11413_d7964149f489abf92a555d81899657fa0 .button0_text {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial;
            font-weight: bold
        }

        #SplitLine222_bf93e2dda3c1a241b73c8f3d0d57bdb5 {
            margin-top: 5px;
            margin-Bottom: 50px;
            margin-Left: 47.599921630094045%;
            margin-Right: 47.599921630094045%
        }

        #SplitLine222_bf93e2dda3c1a241b73c8f3d0d57bdb5 hr {
            color: rgba(120, 212, 71, 1);
            border-top-style: solid !important;
            ;
            border-top-width: 2px;
            border-top-style: solid;
        }

        #Button11413_8148820225d23f7f30856c37d22534e010 a svg {
            display: none
        }

        #Button11413_8148820225d23f7f30856c37d22534e010:hover {
            border-color: rgba(44, 145, 136, 1);
            border-style: solid;
            ;
            background-color: rgba(44, 145, 136, 1)
        }

        #Button11413_8148820225d23f7f30856c37d22534e010:hover .button0_text {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_8148820225d23f7f30856c37d22534e010 {
            margin-top: 20px;
            margin-Bottom: 40px;
            margin-Left: 32.54887986862083%;
            margin-Right: 32.54887986862083%;
            height: 40px;
            border-color: rgba(182, 182, 182, 1);
            border-style: solid;
            ;
            border-width: 1px;
            border-radius: 10px 10px 10px 10px;
            background-color: rgba(171, 14, 17, 0)
        }

        #Button11413_8148820225d23f7f30856c37d22534e010 .button0_text {
            color: rgba(34, 34, 34, 1);
            font-size: 14px;
            font-family: Arial;
            font-weight: bold
        }

        #Button11413_8148820225d23f7f30856c37d22534e012 a svg {
            display: none
        }

        #Button11413_8148820225d23f7f30856c37d22534e012:hover {
            border-color: rgba(44, 145, 136, 1);
            border-style: solid;
            ;
            background-color: rgba(44, 145, 136, 1)
        }

        #Button11413_8148820225d23f7f30856c37d22534e012:hover .button0_text {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_8148820225d23f7f30856c37d22534e012 {
            margin-top: 20px;
            margin-Bottom: 40px;
            margin-Left: 32.54887986862083%;
            margin-Right: 32.54887986862083%;
            height: 40px;
            border-color: rgba(182, 182, 182, 1);
            border-style: solid;
            ;
            border-width: 1px;
            border-radius: 10px 10px 10px 10px;
            background-color: rgba(171, 14, 17, 0)
        }

        #Button11413_8148820225d23f7f30856c37d22534e012 .button0_text {
            color: rgba(34, 34, 34, 1);
            font-size: 14px;
            font-family: Arial;
            font-weight: bold
        }

        #Button11413_8148820225d23f7f30856c37d22534e022 a svg {
            display: none
        }

        #Button11413_8148820225d23f7f30856c37d22534e022:hover {
            border-color: rgba(44, 145, 136, 1);
            border-style: solid;
            ;
            background-color: rgba(44, 145, 136, 1)
        }

        #Button11413_8148820225d23f7f30856c37d22534e022:hover .button0_text {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_8148820225d23f7f30856c37d22534e022 {
            margin-top: 20px;
            margin-Bottom: 40px;
            margin-Left: 32.54887986862083%;
            margin-Right: 32.54887986862083%;
            height: 40px;
            border-color: rgba(182, 182, 182, 1);
            border-style: solid;
            ;
            border-width: 1px;
            border-radius: 10px 10px 10px 10px;
            background-color: rgba(171, 14, 17, 0)
        }

        #Button11413_8148820225d23f7f30856c37d22534e022 .button0_text {
            color: rgba(34, 34, 34, 1);
            font-size: 14px;
            font-family: Arial;
            font-weight: bold
        }

        #RootGrid2214_0815a697b1ed37cc9358d33c8aa542140 {
            display: block
        }

        #RootGrid2214_0815a697b1ed37cc9358d33c8aa542140 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 7.828810020876826%;
            padding-Right: 7.828810020876826%;
            background-color: rgba(244, 244, 244, 1)
        }

        #RootGridCell_0815a697b1ed37cc9358d33c8aa542144 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGridCell_0815a697b1ed37cc9358d33c8aa542144>.grid_content {
            border-color: rgba(255, 255, 255, 0);
            border-style: solid;
            ;
            border-width: 20px;
            background-color: rgba(255, 255, 255, 1)
        }

        #RootGridCell_0815a697b1ed37cc9358d33c8aa542145 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGridCell_0815a697b1ed37cc9358d33c8aa542145>.grid_content {
            background-image: url(/static/images/Choose_01.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: undefined
        }

        #RootGrid2214_21d5bdc6cee610c72f6eafc741ddce270 {
            display: block
        }

        #RootGrid2214_21d5bdc6cee610c72f6eafc741ddce270 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            padding-top: 0.052192066805845504%;
            padding-Bottom: 0%;
            padding-Left: 7.828810020876826%;
            padding-Right: 7.828810020876826%;
            background-color: rgba(244, 244, 244, 1)
        }

        #RootGridCell_21d5bdc6cee610c72f6eafc741ddce275 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGridCell_21d5bdc6cee610c72f6eafc741ddce275>.grid_content {
            border-color: rgba(255, 255, 255, 0);
            border-style: solid;
            ;
            border-width: 20px;
            background-color: rgba(255, 255, 255, 1)
        }

        #RootGridCell_21d5bdc6cee610c72f6eafc741ddce276 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGridCell_21d5bdc6cee610c72f6eafc741ddce276>.grid_content {
            background-image: url(/static/images/Choose_02.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: undefined
        }

        #RootGrid2214_33ec38a47e163da398855448a2c097ca0 {
            display: block
        }

        #RootGrid2214_33ec38a47e163da398855448a2c097ca0 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 7.828810020876826%;
            padding-Right: 7.828810020876826%;
            background-color: rgba(244, 244, 244, 1)
        }

        #RootGridCell_33ec38a47e163da398855448a2c097ca4 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGridCell_33ec38a47e163da398855448a2c097ca4>.grid_content {
            border-color: rgba(255, 255, 255, 0);
            border-style: solid;
            ;
            border-width: 20px;
            background-color: rgba(255, 255, 255, 1)
        }

        #RootGridCell_33ec38a47e163da398855448a2c097ca5 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGridCell_33ec38a47e163da398855448a2c097ca5>.grid_content {
            background-image: url(/static/images/Choose_03.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: undefined
        }

        #RootGrid2214_4a9a6fae11d027b25b98177c54582c660 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 13.061650992685475%;
            margin-Right: 13.061650992685475%
        }

        #RootGridCell_2fd6187a0d87b160577ccae0d1d50b156 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_2fd6187a0d87b160577ccae0d1d50b156>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_36d9dfb7ef99235fb26da64ff955a7a81 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_36d9dfb7ef99235fb26da64ff955a7a81>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_42b3791364d68aa8e44a81e7c9dc46be5 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_42b3791364d68aa8e44a81e7c9dc46be5>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_47e29cc0933841e0eca1da787a4f405a1 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_47e29cc0933841e0eca1da787a4f405a1>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_99379f17008136b4c363b864cf4b7f8d1 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_99379f17008136b4c363b864cf4b7f8d1>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_a0e76eda2fff7640455d066bcfc48e7a4 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_a0e76eda2fff7640455d066bcfc48e7a4>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGrid2214_68fbdefd025741ff87d6395b323621a50 {
            margin-top: 30px;
            margin-Bottom: 0px;
            margin-Left: 13.061650992685475%;
            margin-Right: 13.061650992685475%
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a516 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a516>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a517 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a517>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a518 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a518>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a519 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a519>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a520 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a520>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a521 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.044932079414838%;
            padding-Right: 1.044932079414838%
        }

        #RootGridCell_68fbdefd025741ff87d6395b323621a521>.grid_content {
            background-color: rgba(238, 238, 238, 1)
        }

        #RootGrid2214_83a1b4e8630860046d5ab6d9210825fe0 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            padding-top: 2.6096033402922756%;
            padding-Bottom: 2.6096033402922756%;
            padding-Left: 0%;
            padding-Right: 0%;
            background-image: url(/static/images/aboutbg.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe26 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 33.437826541274816%;
            padding-Right: 0.2089864158829676%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe27 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 33.437826541274816%;
            padding-Right: 2.089864158829676%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe31 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0.1044932079414838%;
            padding-Right: 0.10449320794148384%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe32 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0.10449320794148384%;
            padding-Right: 0.1044932079414838%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe33 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0.10449320794148384%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe35 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 33.437826541274816%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe36 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 33.437826541274816%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe37 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0.10449320794148384%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe38 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0.10449320794148384%
        }

        #RootGridCell_83a1b4e8630860046d5ab6d9210825fe39 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0.10449320794148384%
        }

        #RootGrid2214_ab22645c1e8a51527e2a90e855ec2e350 {
            display: block
        }

        #RootGrid2214_ab22645c1e8a51527e2a90e855ec2e350 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGrid2214_b188816326afb18a860893c0f6f8fd910 {
            margin-top: 90px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            background-color: rgba(244, 244, 244, 1)
        }

        #RootGrid2214_b87cc8ee07e300fd5e5ac5b89c1ecd1d0 {
            display: block
        }

        #RootGrid2214_b87cc8ee07e300fd5e5ac5b89c1ecd1d0 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            padding-top: 0%;
            padding-Bottom: 2.6096033402922756%;
            padding-Left: 7.828810020876826%;
            padding-Right: 7.828810020876826%;
            background-color: rgba(244, 244, 244, 1)
        }

        #RootGridCell_b87cc8ee07e300fd5e5ac5b89c1ecd1d4 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGridCell_b87cc8ee07e300fd5e5ac5b89c1ecd1d4>.grid_content {
            border-color: rgba(255, 255, 255, 0);
            border-style: solid;
            ;
            border-width: 20px;
            background-color: rgba(255, 255, 255, 1)
        }

        #RootGridCell_b87cc8ee07e300fd5e5ac5b89c1ecd1d5 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 0%;
            padding-Right: 0%
        }

        #RootGridCell_b87cc8ee07e300fd5e5ac5b89c1ecd1d5>.grid_content {
            background-image: url(/static/images/Choose_04.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: undefined
        }

        #RootGrid2214_e5874de674f169f391cc1b50c44659190 {
            padding-top: 4.697286012526096%;
            padding-Bottom: 3.1315240083507305%;
            padding-Left: 7.828810020876826%;
            padding-Right: 7.828810020876826%;
        }

        #SplitLine222_398c34940f9e50c0c0f0d53c5d3e4d800 {
            margin-top: 5px;
            margin-Bottom: 50px;
            margin-Left: 47.599921630094045%;
            margin-Right: 47.599921630094045%
        }

        #SplitLine222_398c34940f9e50c0c0f0d53c5d3e4d800 hr {
            color: rgba(120, 212, 71, 1);
            border-top-style: solid !important;
            ;
            border-top-width: 2px;
            border-top-style: solid;
        }

        #SplitLine222_e252fea54d77680b244914c434fd71f50 {
            margin-top: 5px;
            margin-Bottom: 50px;
            margin-Left: 47.599921630094045%;
            margin-Right: 47.599921630094045%
        }

        #SplitLine222_e252fea54d77680b244914c434fd71f50 hr {
            color: rgba(120, 212, 71, 1);
            border-top-style: solid !important;
            ;
            border-top-width: 2px;
            border-top-style: solid;
        }

        #SplitLine222_eeaf1de327001264edb2f11f602be83e0 {
            margin-top: 5px;
            margin-Bottom: 50px;
            margin-Left: 47.599921630094045%;
            margin-Right: 47.599921630094045%
        }

        #SplitLine222_eeaf1de327001264edb2f11f602be83e0 hr {
            color: rgba(120, 212, 71, 1);
            border-top-style: solid !important;
            ;
            border-top-width: 2px;
            border-top-style: solid;
        }

        #TextNormal2117_cca6299a6ee02bd4afd76867d5d297cf:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 38px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_cca6299a6ee02bd4afd76867d5d297cf {
            color: rgba(44, 145, 136, 1);
            margin-top: 90px;
            margin-Bottom: 20px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 38px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 48px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__date {
            color: rgba(85, 85, 85, 0.58);
            display: block;
            font-size: 14px;
            font-family: Arial;
            line-height: 30px
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .content-block .product-content__btnblock {
            display: block;
            padding-top: 3.301555858198176%;
            padding-Bottom: 3.534739865238043%;
            padding-Left: 1.650777929099088%;
            padding-Right: 56.61743355465649%;
            text-align: right
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-item:hover a,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-prev:hover a,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-next:hover a {
            color: rgba(255, 255, 255, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 li.rc-pagination-item.rc-pagination-item-active a {
            color: rgba(255, 255, 255, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__btn:hover {
            color: rgba(255, 255, 255, 1);
            background-color: rgba(44, 145, 136, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .imgContent .pic {
            padding-bottom: 46.11781031609781%
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__intro {
            color: rgba(119, 119, 119, 1);
            display: -webkit-box;
            font-size: 14px;
            -webkit-line-clamp: 4;
            font-family: Arial;
            line-height: 22px
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-item:hover,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-prev:hover .rc-pagination-item-link,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-next:hover .rc-pagination-item-link {
            border-color: rgba(3, 135, 216, 1);
            border-style: solid;
            ;
            border-width: 1px
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__intro:hover {
            color: rgba(3, 135, 216, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__btn .icon {
            display: none;
            width: 18px;
            height: 18px
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .content-block .info {
            padding-top: 2.120843919142825%;
            padding-Bottom: 1.4138959460952167%;
            padding-Left: 2.120843919142825%;
            padding-Right: 2.120843919142825%
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-item:hover,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-item-link:hover {
            background-color: rgba(3, 135, 216, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-item a,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-prev a,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-next a {
            color: rgba(3, 135, 216, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__title:hover {
            color: rgba(3, 135, 216, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .content-block .product-content__intro {
            margin-top: 0%;
            margin-bottom: 0%
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .content-block {
            margin-left: 2.1208907741251326%;
            margin-right: 2.1208907741251326%;
            margin-top: 2.1208907741251326%;
            margin-bottom: 2.1208907741251326%
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__btn {
            color: rgba(44, 145, 136, 1);
            font-size: 16px;
            font-family: Arial;
            line-height: 45px;
            border-width: 1px;
            background-color: rgba(0, 0, 0, 0)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 {
            margin-top: 1px;
            margin-Bottom: 50px;
            margin-Left: 0%;
            margin-Right: 0%
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .imgContent {
            width: 99.89395546129374%
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__date:hover {
            color: rgba(3, 135, 216, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__name {
            color: rgba(51, 51, 51, 1);
            display: none;
            font-size: 16px;
            -webkit-line-clamp: 2;
            text-align: left;
            font-family: Arial;
            ;
            line-height: 20px
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .pic {
            transition-duration: 1s;
            -webkit-transition-duration: 1s;
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .multiLine.content .content-block {
            box-shadow: 1px 0px 13px 1px rgba(207, 206, 206, 0.68);
            background-color: rgba(255, 255, 255, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__model {
            color: rgba(51, 51, 51, 1);
            display: -webkit-box;
            font-size: 16px;
            -webkit-line-clamp: 2;
            text-align: left;
            font-family: Arial;
            ;
            line-height: 20px
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .pic:hover {
            transform: scale(1.2);
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__title {
            color: rgba(0, 0, 0, 1);
            display: -webkit-box;
            font-size: 18px;
            -webkit-line-clamp: 1;
            text-align: left;
            font-family: Arial;
            font-style: italic;
            line-height: 26px
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-item,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-prev .rc-pagination-item-link,
        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .rc-pagination-next .rc-pagination-item-link {
            border-color: rgba(3, 135, 216, 1);
            border-style: solid;
            ;
            border-width: 1px
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 .multiLine.content .content-block:hover {
            box-shadow: 1px 0px 11px 1px rgba(156, 156, 156, 1);
            background-color: rgba(255, 255, 255, 1)
        }

        #TIBTextList421_e5874de674f169f391cc1b50c44659193 li.rc-pagination-item.rc-pagination-item-active {
            border-color: rgba(3, 135, 216, 1);
            border-style: solid;
            ;
            background-color: rgba(3, 135, 216, 1)
        }

        #TextNormal2117_0815a697b1ed37cc9358d33c8aa542142:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 32px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_0815a697b1ed37cc9358d33c8aa542142 {
            color: rgba(44, 145, 136, 1);
            margin-top: 50px;
            margin-Bottom: 20px;
            margin-Left: 2.6143790849673203%;
            margin-Right: 2.6143790849673203%;
            font-size: 32px;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
            line-height: 50px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_1ba4f30896a1977a0f1352dc550656cb0:hover {
            color: rgba(0, 0, 0, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_1ba4f30896a1977a0f1352dc550656cb0 {
            color: rgba(0, 0, 0, 1);
            margin-top: 0px;
            margin-Bottom: 15px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 16px;
            text-align: center;
            font-family: Tahoma;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_21d5bdc6cee610c72f6eafc741ddce273:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 32px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_21d5bdc6cee610c72f6eafc741ddce273 {
            color: rgba(44, 145, 136, 1);
            margin-top: 20px;
            margin-Bottom: 20px;
            margin-Left: 4.9624380421313505%;
            margin-Right: 4.9624380421313505%;
            font-size: 32px;
            text-align: right;
            font-family: Arial;
            font-weight: bold;
            line-height: 50px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_33ec38a47e163da398855448a2c097ca2:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 32px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_33ec38a47e163da398855448a2c097ca2 {
            color: rgba(44, 145, 136, 1);
            margin-top: 50px;
            margin-Bottom: 20px;
            margin-Left: 2.6143790849673203%;
            margin-Right: 2.6143790849673203%;
            font-size: 32px;
            text-align: right;
            font-family: Arial;
            font-weight: bold;
            line-height: 50px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_59f6ac09610fb73f3578f7acd69eaeff2 {
            display: block
        }

        #TextNormal2117_59f6ac09610fb73f3578f7acd69eaeff2:hover {
            color: rgba(44, 145, 136, 1);
            font-size: px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_59f6ac09610fb73f3578f7acd69eaeff2 {
            color: rgba(44, 145, 136, 1);
            margin-top: 90px;
            margin-Bottom: 20px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 38px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 40px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_636cab53a03c0e8f9f8c99c73b408f900:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 36px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_636cab53a03c0e8f9f8c99c73b408f900 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 1px;
            margin-Left: 9.291926686649305%;
            margin-Right: 9.291926686649305%;
            font-size: 36px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 45px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e02:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 20px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e02 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 5px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 22px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e03:hover {
            color: rgba(36, 36, 36, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e03 {
            color: rgba(36, 36, 36, 1);
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 9.293962722852513%;
            margin-Right: 9.293962722852513%;
            font-size: 16px;
            text-align: center;
            font-family: Arial;
            line-height: 25px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e05:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 20px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e05 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 5px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 22px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e06:hover {
            color: rgba(36, 36, 36, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e06 {
            color: rgba(36, 36, 36, 1);
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 9.293962722852513%;
            margin-Right: 9.293962722852513%;
            font-size: 16px;
            text-align: center;
            font-family: Arial;
            line-height: 25px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e08:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 20px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e08 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 5px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 22px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e09:hover {
            color: rgba(36, 36, 36, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e09 {
            color: rgba(36, 36, 36, 1);
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 9.293962722852513%;
            margin-Right: 9.293962722852513%;
            font-size: 16px;
            text-align: center;
            font-family: Arial;
            line-height: 25px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_83a1b4e8630860046d5ab6d9210825fe2:hover {
            color: rgba(0, 0, 0, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_83a1b4e8630860046d5ab6d9210825fe2 {
            color: rgba(0, 0, 0, 1);
            margin-top: 0px;
            margin-Bottom: 35px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 16px;
            text-align: center;
            font-family: Tahoma;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_83a1b4e8630860046d5ab6d9210825fe3:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 36px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_83a1b4e8630860046d5ab6d9210825fe3 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 1px;
            margin-Left: 9.291338582677165%;
            margin-Right: 9.291338582677165%;
            font-size: 36px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 45px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_91ff93fd34e3e5eb63dbf230559118400:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 36px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_91ff93fd34e3e5eb63dbf230559118400 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 1px;
            margin-Left: 9.291926686649305%;
            margin-Right: 9.291926686649305%;
            font-size: 36px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 45px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_9ad6326341da344a75ba0f911344667e0:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 36px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_9ad6326341da344a75ba0f911344667e0 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 1px;
            margin-Left: 9.29160125588697%;
            margin-Right: 9.29160125588697%;
            font-size: 36px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 45px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_9c91dac4ed88a1f0ebe8871ce198b3160:hover {
            color: rgba(0, 0, 0, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_9c91dac4ed88a1f0ebe8871ce198b3160 {
            color: rgba(0, 0, 0, 1);
            margin-top: 0px;
            margin-Bottom: 35px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 16px;
            text-align: center;
            font-family: Tahoma;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_a14bb031781d3da8c17be80c2cdd28cd0:hover {
            color: rgba(0, 0, 0, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_a14bb031781d3da8c17be80c2cdd28cd0 {
            color: rgba(0, 0, 0, 1);
            margin-top: 0px;
            margin-Bottom: 35px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 16px;
            text-align: center;
            font-family: Tahoma;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_b188816326afb18a860893c0f6f8fd912 {
            display: block
        }

        #TextNormal2117_b188816326afb18a860893c0f6f8fd912:hover {
            color: rgba(44, 145, 136, 1);
            font-size: px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_b188816326afb18a860893c0f6f8fd912 {
            color: rgba(44, 145, 136, 1);
            margin-top: 90px;
            margin-Bottom: 20px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 38px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 40px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_b87cc8ee07e300fd5e5ac5b89c1ecd1d2:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 32px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_b87cc8ee07e300fd5e5ac5b89c1ecd1d2 {
            color: rgba(44, 145, 136, 1);
            margin-top: 50px;
            margin-Bottom: 20px;
            margin-Left: 2.6143790849673203%;
            margin-Right: 2.6143790849673203%;
            font-size: 32px;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
            line-height: 50px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_e10bd99743f1597eec31e5048fab824d0:hover {
            color: rgba(0, 0, 0, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_e10bd99743f1597eec31e5048fab824d0 {
            color: rgba(0, 0, 0, 1);
            margin-top: 0px;
            margin-Bottom: 35px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 16px;
            text-align: center;
            font-family: Tahoma;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_e5874de674f169f391cc1b50c44659191:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 38px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_e5874de674f169f391cc1b50c44659191 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 20px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 38px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 40px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_f8b96b7a745704e5e589b593f43675670:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 36px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_f8b96b7a745704e5e589b593f43675670 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 1px;
            margin-Left: 9.29166461280623%;
            margin-Right: 9.29166461280623%;
            font-size: 36px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 45px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e014:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 20px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e014 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 5px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 22px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e015:hover {
            color: rgba(36, 36, 36, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e015 {
            color: rgba(36, 36, 36, 1);
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 9.293962722852513%;
            margin-Right: 9.293962722852513%;
            font-size: 16px;
            text-align: center;
            font-family: Arial;
            line-height: 25px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e019:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 20px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e019 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 5px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 22px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e020:hover {
            color: rgba(36, 36, 36, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e020 {
            color: rgba(36, 36, 36, 1);
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 7.8606158833063215%;
            margin-Right: 7.8606158833063215%;
            font-size: 16px;
            text-align: center;
            font-family: Arial;
            line-height: 25px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e023:hover {
            color: rgba(36, 36, 36, 1);
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e023 {
            color: rgba(36, 36, 36, 1);
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 9.293962722852513%;
            margin-Right: 9.293962722852513%;
            font-size: 16px;
            text-align: center;
            font-family: Arial;
            line-height: 25px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e024:hover {
            color: rgba(44, 145, 136, 1);
            font-size: 20px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_8148820225d23f7f30856c37d22534e024 {
            color: rgba(44, 145, 136, 1);
            margin-top: 0px;
            margin-Bottom: 5px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 22px;
            text-align: center;
            font-family: Arial;
            font-weight: bold;
            line-height: 31px;
            background-color: rgba(255, 255, 255, 0)
        }

        #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 .wrap .HoverImageCollectCell .Image_body .Image_shade i>svg {
            width: 0px;
            height: 0px
        }

        #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 .wrap .HoverImageCollectCell .Image_body .Image_shade .Image_title {
            font-size: 25px;
            text-align: center;
            font-family: Arial
        }

        #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 {
            display: block
        }

        #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 .wrap .HoverImageCollectCell .Image_body .Image_shade .Image_btn {
            display: none
        }

        #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 13.061650992685475%;
            margin-Right: 13.061650992685475%
        }

        #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 .wrap .HoverImageCollectCell .Image_body .Image_box {
            height: 400px;
            border-color: rgba(255, 255, 255, 1);
            border-style: solid;
            ;
            border-width: 12px
        }

        #Image220_016af273682fc11e84a827a5166238424 .CImage_title {
            font-size: 14px
        }

        #Image220_016af273682fc11e84a827a5166238424 {
            margin-top: 10px;
            margin-Bottom: 10px;
            margin-Left: 5.063710763493214%;
            margin-Right: 66.30063192789807%
        }

        #RootGrid1148_016af273682fc11e84a827a5166238422 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 1.3114754098360657%;
            padding-Right: 0%;
            background-color: rgba(223, 223, 223, 0.7)
        }

        #RootGrid1148_016af273682fc11e84a827a5166238422 .box,
        #RootGrid1148_016af273682fc11e84a827a5166238422 .cell {
            min-height: 10px
        }

        #RootGridCell_2b149de8ab664666dc5a3286a6953b031>.grid_content {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%
        }

        #RootGridCell_2b149de8ab664666dc5a3286a6953b032>.grid_content {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 4.179728317659352%
        }

        #RootGridCell_2b149de8ab664666dc5a3286a6953b033>.grid_content {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 6.352987889616836%;
            margin-Right: 0%
        }

        #HoverIcon2315_016af273682fc11e84a827a5166238427 ul li:hover .sideitem .displayText {
            font-size: 12px
        }

        #HoverIcon2315_016af273682fc11e84a827a5166238427 ul .sideitem:hover {
            background-color: rgba(44, 145, 136, 1)
        }

        #HoverIcon2315_016af273682fc11e84a827a5166238427 ul li .sideitem .displayText {
            font-size: 10px;
            text-align: center;
            font-family: Arial;
            white-space: inherit;
            text-overflow: ellipsis;
            overflow: hidden
        }

        #HoverIcon2315_016af273682fc11e84a827a5166238427 ul li {
            width: 60px;
            height: 60px;
            background-color: rgba(153, 153, 153, 1)
        }

        #HoverIcon2315_016af273682fc11e84a827a5166238427 ul li:hover .sideitem .sidetitle {
            font-size: 15px
        }

        #HoverIcon2315_016af273682fc11e84a827a5166238427 {
            bottom: 23.576751962367876%
        }

        #HoverIcon2315_016af273682fc11e84a827a5166238427 ul li .sideitem .sideicon svg {
            width: 22px;
            height: 22px
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .menuTitle:hover {
            color: rgba(41, 131, 121, 1);
            font-size: 16px;
            font-family: Arial;
            font-weight: bold;
            border-width: 0px;
            background-color: rgba(0, 0, 0, 0)
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .menuChildItem+.menuChildItem {
            border-top-width: 0px;
            border-top-style: solid;
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-item.submenu-children-active,
        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .submenu-children-active .rc-menu-submenu-title {
            color: rgba(255, 255, 255, 1);
            background-color: rgba(44, 145, 136, 1)
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-item,
        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-submenu-title {
            color: rgba(0, 0, 0, 1);
            font-size: 14px;
            font-family: Arial;
            font-weight: bold;
            background-color: rgba(244, 244, 244, 1)
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-item:hover,
        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-submenu-title:hover {
            color: rgba(255, 255, 255, 1);
            background-color: rgba(44, 145, 136, 1)
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .menuTitle.submenu-active,
        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .menuTitle.rc-menu-item-selected {
            color: rgba(41, 131, 121, 1);
            font-size: 16px;
            font-family: Arial;
            font-weight: bold;
            border-width: 0px;
            background-color: rgba(0, 0, 0, 0)
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc {
            border-color: rgba(92, 92, 92, 1);
            border-style: solid;
            ;
            border-width: 0px
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .menuTitle {
            color: rgba(48, 48, 48, 1);
            height: 40px;
            font-size: 16px;
            font-family: Arial;
            font-weight: bold;
            border-color: rgba(92, 92, 92, 1);
            border-style: solid;
            ;
            border-width: 0px;
            background-color: rgba(0, 0, 0, 0);
            margin-left: 0.2140289273472118%;
            margin-right: 0.2140289273472118%
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 {
            margin-top: 40px;
            margin-Bottom: 20px;
            margin-Left: 0%;
            margin-Right: 1.0588137976673009%
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName>.rc-menu {
            box-shadow: 1px 0px 1px 1px rgba(34, 25, 77, 0);
            border-color: rgba(34, 25, 77, 0);
            border-style: solid;
            ;
            border-width: 0px
        }

        #NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .rc-menu {
            justify-content: flex-start
        }

        #LanguageSelect224_016af273682fc11e84a827a5166238425 {
            display: block
        }

        #LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-selection-selected-value,
        #LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-dropdown-menu-item {
            color: rgba(44, 112, 155, 1);
            font-size: 14px;
            font-family: Arial
        }

        #LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-dropdown-menu-item:hover {
            color: rgba(44, 112, 155, 1);
            background-color: rgba(233, 233, 233, 0.64)
        }

        #LanguageSelect224_016af273682fc11e84a827a5166238425 .language svg {
            display: block
        }

        #LanguageSelect224_016af273682fc11e84a827a5166238425 {
            margin-top: 40px;
            margin-Bottom: 40px;
            margin-Left: 0%;
            margin-Right: 18.666525333898665%
        }

        #LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-arrow-icon svg {
            color: rgba(44, 112, 155, 1);
            display: block
        }

        #LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-selection {
            border-color: rgba(167, 167, 167, 1);
            border-style: solid;
            ;
            border-width: 0px
        }

        #LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-selection,
        #LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-dropdown-menu-item {
            line-height: 35px;
            background-color: rgba(255, 255, 255, 1)
        }

        #Button11413_274f95665c882d773152bb46ffcf9ec22 a svg {
            color: rgba(255, 255, 255, 1);
            display: none
        }

        #Button11413_274f95665c882d773152bb46ffcf9ec22 a {
            text-align: left
        }

        #Button11413_274f95665c882d773152bb46ffcf9ec22:hover {
            background-color: rgba(24, 144, 255, 0)
        }

        #Button11413_274f95665c882d773152bb46ffcf9ec22:hover .button0_text {
            color: rgba(255, 255, 255, 1)
        }

        #Button11413_274f95665c882d773152bb46ffcf9ec22 {
            margin-top: 10px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            height: 26px;
            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_274f95665c882d773152bb46ffcf9ec22 .button0_text {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            font-family: Arial
        }

        #IconText435_6faed64c75729dd0deb2000f7132afc60 a svg {
            color: rgba(255, 255, 255, 1);
            display: inline-block;
            width: 17px;
            height: 17px
        }

        #IconText435_6faed64c75729dd0deb2000f7132afc60 {
            margin-top: 20px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%
        }

        #IconText435_6faed64c75729dd0deb2000f7132afc60 div {
            width: 10px
        }

        #IconText435_6faed64c75729dd0deb2000f7132afc60 .IconText_text {
            color: rgba(255, 255, 255, 1);
            display: inline-block;
            font-size: 14px;
            font-family: Arial
        }

        #IconText435_d1251fcf441ce7dc623bd05bd5cb15400 a svg {
            color: rgba(255, 255, 255, 1);
            display: inline-block;
            width: 17px;
            height: 17px
        }

        #IconText435_d1251fcf441ce7dc623bd05bd5cb15400 {
            margin-top: 20px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%
        }

        #IconText435_d1251fcf441ce7dc623bd05bd5cb15400 div {
            width: 10px
        }

        #IconText435_d1251fcf441ce7dc623bd05bd5cb15400 .IconText_text {
            color: rgba(255, 255, 255, 1);
            display: inline-block;
            font-size: 14px;
            font-family: Arial
        }

        #IconText435_f3cb412ef4095fde10be2174781fd18b0 a svg {
            color: rgba(255, 255, 255, 1);
            display: inline-block;
            width: 17px;
            height: 17px
        }

        #IconText435_f3cb412ef4095fde10be2174781fd18b0 {
            margin-top: 20px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%
        }

        #IconText435_f3cb412ef4095fde10be2174781fd18b0 div {
            width: 10px
        }

        #IconText435_f3cb412ef4095fde10be2174781fd18b0 .IconText_text {
            color: rgba(255, 255, 255, 1);
            display: inline-block;
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703722 a svg {
            color: rgba(255, 255, 255, 1);
            display: none
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703722 a {
            text-align: right
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703722:hover {
            background-color: rgba(24, 144, 255, 0)
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703722:hover .button0_text {
            color: rgba(255, 255, 255, 1)
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703722 {
            margin-top: 10px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 14.318227458330544%;
            height: 26px;
            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_37bd12d81da2c871b2e5d13d302a703722 .button0_text {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            font-family: Arial
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703723 a svg {
            color: rgba(255, 255, 255, 1);
            display: none
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703723 a {
            text-align: left
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703723:hover {
            background-color: rgba(24, 144, 255, 0)
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703723:hover .button0_text {
            color: rgba(255, 255, 255, 1)
        }

        #Button11413_37bd12d81da2c871b2e5d13d302a703723 {
            margin-top: 10px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            height: 26px;
            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_37bd12d81da2c871b2e5d13d302a703723 .button0_text {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            font-family: Arial
        }

        #RootGrid2214_37bd12d81da2c871b2e5d13d302a70373 {
            padding-top: 0%;
            padding-Bottom: 1.0438413361169103%;
            padding-Left: 7.828810020876826%;
            padding-Right: 7.828810020876826%;
            background-color: rgba(44, 145, 136, 1)
        }

        #RootGrid2214_37bd12d81da2c871b2e5d13d302a70374 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 13.413361169102297%;
            padding-Right: 13.413361169102297%;
            background-color: rgba(44, 145, 136, 1)
        }

        #RootGrid2214_37bd12d81da2c871b2e5d13d302a70375 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 7.868852459016394%;
            padding-Right: 7.868852459016394%;
            background-color: rgba(44, 145, 136, 1)
        }

        #RootGrid2214_37bd12d81da2c871b2e5d13d302a70376 {
            padding-top: 0%;
            padding-Bottom: 0%;
            padding-Left: 7.828810020876826%;
            padding-Right: 7.828810020876826%;
            background-color: rgba(44, 145, 136, 1)
        }

        #SplitLine222_37bd12d81da2c871b2e5d13d302a703719 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%
        }

        #SplitLine222_37bd12d81da2c871b2e5d13d302a703719 hr {
            color: rgba(255, 255, 255, 0.7);
            border-top-style: solid !important;
            ;
            border-top-width: 0px;
            border-top-style: solid;
        }

        #SplitLine222_37bd12d81da2c871b2e5d13d302a703720 {
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%
        }

        #SplitLine222_37bd12d81da2c871b2e5d13d302a703720 hr {
            color: rgba(255, 255, 255, 0.4);
            border-top-style: solid !important;
            ;
            border-top-width: 1px;
            border-top-style: solid;
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a70377:hover {
            color: rgba(255, 255, 255, 1);
            font-size: 18px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a70377 {
            color: rgba(255, 255, 255, 1);
            margin-top: 50px;
            margin-Bottom: 0px;
            margin-Left: 1.2389174958380116%;
            margin-Right: 12.03685779550118%;
            font-size: 18px;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
            line-height: 38px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a70378:hover {
            color: rgba(255, 255, 255, 1);
            font-size: 18px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a70378 {
            color: rgba(255, 255, 255, 1);
            margin-top: 50px;
            margin-Bottom: 0px;
            margin-Left: 1.8584122190603405%;
            margin-Right: 5.5926592717347114%;
            font-size: 18px;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
            line-height: 38px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a70379:hover {
            color: rgba(255, 255, 255, 1);
            font-size: 18px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a70379 {
            color: rgba(255, 255, 255, 1);
            margin-top: 50px;
            margin-Bottom: 0px;
            margin-Left: 1.8584122190603405%;
            margin-Right: 5.5926592717347114%;
            font-size: 18px;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
            line-height: 38px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a703710:hover {
            color: rgba(255, 255, 255, 1);
            font-size: 18px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a703710 {
            color: rgba(255, 255, 255, 1);
            margin-top: 50px;
            margin-Bottom: 0px;
            margin-Left: 1.8584122190603405%;
            margin-Right: 5.5926592717347114%;
            font-size: 18px;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
            line-height: 38px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a703711:hover {
            color: rgba(255, 255, 255, 1);
            font-size: 18px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a703711 {
            color: rgba(255, 255, 255, 1);
            margin-top: 50px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 18px;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
            line-height: 38px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a703721:hover {
            color: rgba(255, 255, 255, 0.7);
            font-size: 15px;
            background-color: rgba(255, 255, 255, 0)
        }

        #TextNormal2117_37bd12d81da2c871b2e5d13d302a703721 {
            color: rgba(255, 255, 255, 0.7);
            margin-top: 0px;
            margin-Bottom: 0px;
            margin-Left: 0%;
            margin-Right: 0%;
            font-size: 15px;
            text-align: left;
            font-family: Arial;
            line-height: 48px;
            background-color: rgba(255, 255, 255, 0)
        }

        #DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .dropclassifyList .classify-main .classify-title .icon svg {
            display: none;
            width: 15px;
            height: 15px
        }

        #DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .classify-main:not(:first-child) {
            border-style: solid !important;
            ;
            border-top-color: rgba(242, 243, 247, 1);
            border-top-width: 0px;
            border-top-style: solid;
        }

        #DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .newclassifyList {
            border-color: rgba(242, 243, 247, 1);
            border-style: solid;
            ;
            border-width: 1px
        }

        #DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
        #DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .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;
        }

        #DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .dropclassifyList .classify-main .classify-title {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial;
            line-height: 35px;
            padding-left: 0px
        }

        #DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .dropclassifyList .classify-main .classify-title .icon svg {
            display: none;
            width: 15px;
            height: 15px
        }

        #DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .classify-main:not(:first-child) {
            border-style: solid !important;
            ;
            border-top-color: rgba(242, 243, 247, 1);
            border-top-width: 0px;
            border-top-style: solid;
        }

        #DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .newclassifyList {
            border-color: rgba(242, 243, 247, 1);
            border-style: solid;
            ;
            border-width: 1px
        }

        #DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
        #DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .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;
        }

        #DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .dropclassifyList .classify-main .classify-title {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial;
            line-height: 35px;
            padding-left: 0px
        }

        #DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .dropclassifyList .classify-main .classify-title .icon svg {
            display: none;
            width: 15px;
            height: 15px
        }

        #DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .classify-main:not(:first-child) {
            border-style: solid !important;
            ;
            border-top-color: rgba(242, 243, 247, 1);
            border-top-width: 0px;
            border-top-style: solid;
        }

        #DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .newclassifyList {
            border-color: rgba(242, 243, 247, 1);
            border-style: solid;
            ;
            border-width: 1px
        }

        #DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
        #DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .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;
        }

        #DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .dropclassifyList .classify-main .classify-title {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial;
            line-height: 35px;
            padding-left: 0px
        }

        #DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .dropclassifyList .classify-main .classify-title .icon svg {
            display: none;
            width: 15px;
            height: 15px
        }

        #DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .classify-main:not(:first-child) {
            border-style: solid !important;
            ;
            border-top-color: rgba(242, 243, 247, 1);
            border-top-width: 0px;
            border-top-style: solid;
        }

        #DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .newclassifyList {
            border-color: rgba(242, 243, 247, 1);
            border-style: solid;
            ;
            border-width: 1px
        }

        #DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
        #DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .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;
        }

        #DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .dropclassifyList .classify-main .classify-title {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial;
            line-height: 35px;
            padding-left: 0px
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList .classify-main.selected .classify-title {
            color: rgba(208, 2, 27, 1)
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList .classify-main .classify-title span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList .classify-main:hover .classify-title {
            color: rgba(204, 0, 0, 1)
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 {
            margin-top: 15px;
            margin-Bottom: 0px;
            margin-Left: -5.711990718015083%;
            margin-Right: 11.45968137801776%
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .classify-main:not(:first-child) {
            border-style: solid !important;
            ;
            border-top-color: rgba(242, 243, 247, 1);
            border-top-width: 0px;
            border-top-style: solid;
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .newclassifyList {
            border-color: rgba(242, 243, 247, 1);
            border-style: solid;
            ;
            border-width: 1px
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .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;
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList {
            border-width: 0px
        }

        #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList .classify-main .classify-title {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: Arial;
            line-height: 10px
        }

        @media screen and (max-width:500px) {
            #Image310_8148820225d23f7f30856c37d22534e01 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 36.16156374329701%;
                margin-Right: 36.16156374329701%
            }

            #Image310_8148820225d23f7f30856c37d22534e04 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 36.16156374329701%;
                margin-Right: 36.16156374329701%
            }

            #Image310_8148820225d23f7f30856c37d22534e07 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 36.16156374329701%;
                margin-Right: 36.16156374329701%
            }

            #Text2114_0815a697b1ed37cc9358d33c8aa542143 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #Text2114_0815a697b1ed37cc9358d33c8aa542143 {
                display: block
            }
        }

        @media screen and (max-width:500px) {
            #Text2114_1931622efdf2d14d4453f6ed022eddf80 {
                display: none
            }

            #Text2114_1931622efdf2d14d4453f6ed022eddf80 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 2.5745257452574526%;
                margin-Right: 2.5745257452574526%
            }

            #Text2114_33ec38a47e163da398855448a2c097ca3 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #Text2114_33ec38a47e163da398855448a2c097ca3 {
                display: none
            }

            #Text2114_6f3e64ce80260df33ad9944174f688650 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }
            #Text2114_6f3e64ce80260df33ad9944174f688650 p{
                text-align: left !important;
            }
        }

        @media screen and (max-width:500px) {
            /* #Text2114_6f3e64ce80260df33ad9944174f688650 {
                display: none
            }

            #Text2114_9975f4341d7e231d52a75c5d88fe2b330 {
                display: none
            } */
            #RootGridCell_21d5bdc6cee610c72f6eafc741ddce276>.grid_content,#RootGridCell_0815a697b1ed37cc9358d33c8aa542145>.grid_content{
                height: 218px;
            }
            #Text2114_9975f4341d7e231d52a75c5d88fe2b330 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 2.5745257452574526%;
                margin-Right: 2.5745257452574526%
            }

            #Text2114_b87cc8ee07e300fd5e5ac5b89c1ecd1d3 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #Text2114_b87cc8ee07e300fd5e5ac5b89c1ecd1d3 {
                display: block
            }
        }

        @media screen and (max-width:500px) {
            #Text2114_f595f07d685973b7a33fde426d069b630 {
                margin-top: 10px;
                margin-Bottom: 0px;
                margin-Left: 2.571306939123031%;
                margin-Right: 2.571306939123031%
            }

            #Text2114_f595f07d685973b7a33fde426d069b630 {
                display: block
            }

            #Video4613_fcba13acfd5f9732386b0bb5fef3afcd {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #Image310_8148820225d23f7f30856c37d22534e013 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 36.16156374329701%;
                margin-Right: 36.16156374329701%
            }

            #Image310_8148820225d23f7f30856c37d22534e017 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 36.16156374329701%;
                margin-Right: 36.16156374329701%
            }
        }

        @media screen and (max-width:500px) {
            #Image310_8148820225d23f7f30856c37d22534e018 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 36.16156374329701%;
                margin-Right: 36.16156374329701%
            }

            #RootGrid212_cdf391692c0239f552f8ae88f233f3d4 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                padding-top: 5.3908355795148255%;
                padding-Bottom: 0%;
                padding-Left: 0.2695417789757413%;
                padding-Right: 0%
            }

            #RootGrid212_cdf391692c0239f552f8ae88f233f3d4 {
                display: block
            }

            #RootGridCell_cdf391692c0239f552f8ae88f233f3d40 {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 0.27100271002710025%;
                padding-Right: 0%
            }

            #RootGridCell_cdf391692c0239f552f8ae88f233f3d40_de5a81d71ae0e20eb371bbbd16cd635d {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 0.27100271002710025%;
                padding-Right: 0%
            }
        }

        @media screen and (max-width:500px) {
            #Button11413_3c140f482b512df8a24b8723cfa2cd000 {
                display: none
            }

            #Button11413_3c140f482b512df8a24b8723cfa2cd000 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 7.647357723577236%;
                margin-Right: 7.647357723577236%;
                height: 30px
            }

            #Button11413_77a89d840cf6e4b2af1941245a20cf7d0 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 7.647357723577236%;
                margin-Right: 7.647357723577236%;
                height: 30px
            }

            #Button11413_77a89d840cf6e4b2af1941245a20cf7d0 {
                display: none
            }

            #Button11413_acdb0f7ab8b5ca62ff39218fa0d84ee10 {
                display: none
            }
        }

        @media screen and (max-width:500px) {
            #Button11413_acdb0f7ab8b5ca62ff39218fa0d84ee10 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 7.647357723577236%;
                margin-Right: 7.647357723577236%;
                height: 30px
            }

            #Button11413_d7964149f489abf92a555d81899657fa0 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 2.9970200085142613%;
                margin-Right: 66.76032354193275%;
                height: 30px
            }

            #SplitLine222_bf93e2dda3c1a241b73c8f3d0d57bdb5 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 39.15989159891599%;
                margin-Right: 39.15989159891599%
            }

            #Button11413_8148820225d23f7f30856c37d22534e010 {
                /* display: none */
            }

            #Button11413_8148820225d23f7f30856c37d22534e010 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 7.647357723577236%;
                margin-Right: 7.647357723577236%;
                height: 30px
            }
        }

        @media screen and (max-width:500px) {
            #Button11413_8148820225d23f7f30856c37d22534e012 {
                display: none
            }

            #Button11413_8148820225d23f7f30856c37d22534e012 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 7.647357723577236%;
                margin-Right: 7.647357723577236%;
                height: 30px
            }

            #Button11413_8148820225d23f7f30856c37d22534e022 {
                display: none
            }

            #Button11413_8148820225d23f7f30856c37d22534e022 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 7.647357723577236%;
                margin-Right: 7.647357723577236%;
                height: 30px
            }

            #RootGrid2214_0815a697b1ed37cc9358d33c8aa542140 {
                display: block
            }
        }

        @media screen and (max-width:500px) {
            #RootGrid2214_0815a697b1ed37cc9358d33c8aa542140 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                padding-top: 5.3908355795148255%;
                padding-Bottom: 8.086253369272237%;
                padding-Left: 2.6954177897574128%;
                padding-Right: 2.6954177897574128%
            }

            #RootGridCell_0815a697b1ed37cc9358d33c8aa542144 {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 0%;
                padding-Right: 0%
            }

            #RootGrid2214_21d5bdc6cee610c72f6eafc741ddce270 {
                display: block
            }

            #RootGrid2214_21d5bdc6cee610c72f6eafc741ddce270 {
                margin-top: 0px;
                margin-Bottom: 20px;
                margin-Left: 0%;
                margin-Right: 0%;
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 2.6954177897574128%;
                padding-Right: 2.6954177897574128%
            }

            #RootGridCell_21d5bdc6cee610c72f6eafc741ddce275 {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 0%;
                padding-Right: 0%
            }
        }

        @media screen and (max-width:500px) {
            #RootGrid2214_33ec38a47e163da398855448a2c097ca0 {
                display: block
            }

            #RootGrid2214_33ec38a47e163da398855448a2c097ca0 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 2.6954177897574128%;
                padding-Right: 2.6954177897574128%
            }

            #RootGridCell_33ec38a47e163da398855448a2c097ca4 {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 0%;
                padding-Right: 0%
            }

            #RootGrid2214_4a9a6fae11d027b25b98177c54582c660 {
                margin-top: 5px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #RootGrid2214_68fbdefd025741ff87d6395b323621a50 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }
        }

        @media screen and (max-width:500px) {
            #RootGrid2214_74e2d8c6e6d331a18ec51d4bd81cd50e0 {
                margin-top: 80px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #RootGrid2214_83a1b4e8630860046d5ab6d9210825fe0 {
                display: none
            }

            #RootGrid2214_ab22645c1e8a51527e2a90e855ec2e350 {
                display: none
            }

            #RootGrid2214_b188816326afb18a860893c0f6f8fd910 {
                margin-top: 11px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #RootGrid2214_b87cc8ee07e300fd5e5ac5b89c1ecd1d0 {
                display: block
            }
        }

        @media screen and (max-width:500px) {
            #RootGrid2214_b87cc8ee07e300fd5e5ac5b89c1ecd1d0 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                padding-top: 8.086253369272237%;
                padding-Bottom: 0%;
                padding-Left: 2.6954177897574128%;
                padding-Right: 2.6954177897574128%
            }

            #RootGridCell_b87cc8ee07e300fd5e5ac5b89c1ecd1d4 {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 0%;
                padding-Right: 0%
            }

            #RootGrid2214_e5874de674f169f391cc1b50c44659190 {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 2.6954177897574128%;
                padding-Right: 2.6954177897574128%
            }

            #SplitLine222_398c34940f9e50c0c0f0d53c5d3e4d800 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 39.15989159891599%;
                margin-Right: 39.15989159891599%
            }

            #SplitLine222_e252fea54d77680b244914c434fd71f50 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 39.15989159891599%;
                margin-Right: 39.15989159891599%
            }
        }

        @media screen and (max-width:500px) {
            #SplitLine222_eeaf1de327001264edb2f11f602be83e0 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 39.15989159891599%;
                margin-Right: 39.15989159891599%
            }

            #TextNormal2117_cca6299a6ee02bd4afd76867d5d297cf {
                margin-top: 20px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 32px;
                font-family: Arial;
                line-height: 30px
            }

            #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__date {
                font-size: 12px;
                font-family: 微软雅黑, Microsoft YaHei
            }

            #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__intro {
                color: rgba(51, 51, 51, 1);
                font-size: 14px;
                -webkit-line-clamp: 3;
                font-family: 微软雅黑, Microsoft YaHei
            }

            #TIBTextList421_e5874de674f169f391cc1b50c44659193 .content-block {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 0%;
                padding-Right: 0%
            }
        }

        @media screen and (max-width:500px) {
            #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__btn {
                text-align: center;
                line-height: 30px
            }

            #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__name {
                font-size: 14px
            }

            #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__model {
                font-size: 14px
            }

            #TIBTextList421_e5874de674f169f391cc1b50c44659193 .product-content__title {
                font-size: 18px;
                font-family: 微软雅黑, Microsoft YaHei;
                font-weight: bold
            }

            #TextNormal2117_0815a697b1ed37cc9358d33c8aa542142:hover {
                font-size: 21px;
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_0815a697b1ed37cc9358d33c8aa542142 {
                margin-top: 10px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 21px;
                text-align: left;
                ;
                line-height: 32px
            }

            #TextNormal2117_1ba4f30896a1977a0f1352dc550656cb0 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }

            #TextNormal2117_21d5bdc6cee610c72f6eafc741ddce273:hover {
                font-size: 21px;
            }

            #TextNormal2117_21d5bdc6cee610c72f6eafc741ddce273 {
                margin-top: 10px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 21px;
                text-align: left;
                ;
                line-height: 32px
            }

            #TextNormal2117_33ec38a47e163da398855448a2c097ca2:hover {
                font-size: 21px;
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_33ec38a47e163da398855448a2c097ca2 {
                margin-top: 10px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 21px;
                text-align: left;
                ;
                line-height: 32px
            }

            #TextNormal2117_59f6ac09610fb73f3578f7acd69eaeff2 {
                display: block
            }

            #TextNormal2117_59f6ac09610fb73f3578f7acd69eaeff2 {
                margin-top: 40px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 28px
            }

            #TextNormal2117_636cab53a03c0e8f9f8c99c73b408f900 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e02 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_8148820225d23f7f30856c37d22534e03 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e05 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e06 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e08 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e09 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_83a1b4e8630860046d5ab6d9210825fe2 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }

            #TextNormal2117_83a1b4e8630860046d5ab6d9210825fe3 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_91ff93fd34e3e5eb63dbf230559118400 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_9ad6326341da344a75ba0f911344667e0 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_9c91dac4ed88a1f0ebe8871ce198b3160 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_a14bb031781d3da8c17be80c2cdd28cd0 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }

            #TextNormal2117_b188816326afb18a860893c0f6f8fd912 {
                display: block
            }

            #TextNormal2117_b188816326afb18a860893c0f6f8fd912 {
                margin-top: 40px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 28px
            }

            #TextNormal2117_b87cc8ee07e300fd5e5ac5b89c1ecd1d2:hover {
                font-size: 21px;
            }

            #TextNormal2117_b87cc8ee07e300fd5e5ac5b89c1ecd1d2 {
                margin-top: 10px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 21px;
                text-align: left;
                ;
                line-height: 32px
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_e10bd99743f1597eec31e5048fab824d0 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }

            #TextNormal2117_e5874de674f169f391cc1b50c44659191:hover {
                color: rgba(0, 0, 0, 1);
                font-size: 24px
            }

            #TextNormal2117_e5874de674f169f391cc1b50c44659191 {
                color: rgba(0, 0, 0, 1);
                margin-top: 20px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 24px;
                line-height: 30px
            }

            #TextNormal2117_f8b96b7a745704e5e589b593f43675670 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e014 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_8148820225d23f7f30856c37d22534e015 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e019 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e020 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e023 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #TextNormal2117_8148820225d23f7f30856c37d22534e024 {
                margin-top: 10px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 20px;
                font-family: Arial;
                line-height: 22px
            }
        }

        @media screen and (max-width:500px) {
            #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 .wrap .HoverImageCollectCell .Image_body .Image_shade .Image_title {
                font-size: 16px
            }

            #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 {
                display: block
            }
            #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 .wrap .HoverImageCollectCell{
                width: 49% !important;
            }

            #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #HoverImageCollect440_59f6ac09610fb73f3578f7acd69eaeff1 .wrap .HoverImageCollectCell .Image_body .Image_box {
                height: 150px
            }

            #Image220_016af273682fc11e84a827a5166238424 {
                margin-top: 10px;
                margin-Bottom: 0px;
                margin-Left: 3.6904624610771535%;
                margin-Right: 15.119363395225465%
            }
        }

        @media screen and (max-width:500px) {
            #RootGrid1148_016af273682fc11e84a827a5166238422 {
                display: none
            }

            #RootGridCell_2b149de8ab664666dc5a3286a6953b031>.grid_content {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #NavDataPC1308_016af273682fc11e84a827a5166238426 {
                display: none
            }

            #LanguageSelect224_016af273682fc11e84a827a5166238425 {
                display: block
            }

            #LanguageSelect224_016af273682fc11e84a827a5166238425 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 5.420054200542006%;
                margin-Right: 5.420054200542006%
            }
        }

        @media screen and (max-width:500px) {
            #Button11413_274f95665c882d773152bb46ffcf9ec22 {
                margin-top: 1px;
                margin-Bottom: 1px;
                margin-Left: 4.171142141066953%;
                margin-Right: 4.171142141066953%;
                height: 30px
            }

            #Button11413_274f95665c882d773152bb46ffcf9ec22 .button0_text {
                font-size: 14px
            }

            #IconText435_6faed64c75729dd0deb2000f7132afc60 {
                display: none
            }

            #IconText435_d1251fcf441ce7dc623bd05bd5cb15400 {
                display: none
            }

            #IconText435_f3cb412ef4095fde10be2174781fd18b0 {
                display: none
            }
        }

        @media screen and (max-width:500px) {
            #Button11413_37bd12d81da2c871b2e5d13d302a703722 {
                margin-top: 1px;
                margin-Bottom: 1px;
                margin-Left: 0%;
                margin-Right: 14.070891514500536%;
                height: 30px
            }

            #Button11413_37bd12d81da2c871b2e5d13d302a703722 .button0_text {
                font-size: 14px
            }

            #Button11413_37bd12d81da2c871b2e5d13d302a703723 {
                display: none
            }

            #Button11413_37bd12d81da2c871b2e5d13d302a703723 {
                margin-top: 1px;
                margin-Bottom: 10px;
                margin-Left: 0%;
                margin-Right: 0%;
                height: 30px
            }

            #Button11413_37bd12d81da2c871b2e5d13d302a703723 .button0_text {
                font-size: 14px
            }
        }

        @media screen and (max-width:500px) {
            #RootGrid2214_37bd12d81da2c871b2e5d13d302a70373 {
                display: none
            }

            #RootGrid2214_37bd12d81da2c871b2e5d13d302a70373 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 2.6954177897574128%;
                padding-Right: 2.6954177897574128%
            }

            #RootGrid2214_37bd12d81da2c871b2e5d13d302a70376 {
                padding-top: 0%;
                padding-Bottom: 0%;
                padding-Left: 2.6954177897574128%;
                padding-Right: 2.6954177897574128%
            }

            #SplitLine222_37bd12d81da2c871b2e5d13d302a703720 {
                display: none
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a70377 {
                display: none
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_37bd12d81da2c871b2e5d13d302a70377 {
                margin-top: 20px;
                margin-Bottom: 0px;
                margin-Left: 5.728607232366631%;
                margin-Right: 2.613677049767275%
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a70378 {
                display: none
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a70378 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 5.728607232366631%;
                margin-Right: 2.613677049767275%
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a70379 {
                display: none
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a70379 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 5.728607232366631%;
                margin-Right: 2.613677049767275%
            }
        }

        @media screen and (max-width:500px) {
            #TextNormal2117_37bd12d81da2c871b2e5d13d302a703710 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 5.728607232366631%;
                margin-Right: 2.613677049767275%
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a703710 {
                display: none
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a703711 {
                display: none
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a703721:hover {
                font-size: 14px
            }

            #TextNormal2117_37bd12d81da2c871b2e5d13d302a703721 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%;
                font-size: 14px;
                text-align: center;
                line-height: 20px
            }
        }

        @media screen and (max-width:500px) {
            #MobileFooter1148_37bd12d81da2c871b2e5d13d302a70372 .footer-mobile-item a span {
                font-size: 14px;
                font-family: Arial
            }

            #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 {
                margin-top: 0px;
                margin-Bottom: 0px;
                margin-Left: 0%;
                margin-Right: 0%
            }

            #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 {
                display: none
            }
        }
