.components-HomePage-HeaderBanner-player--lay {
  background-color: transparent;
}

.components-HomePage-HeaderBanner-player--video {
  height: 550px;
  width: 100%;
}


@media (max-width: 767px) {
  .components-HomePage-HeaderBanner-player--video {
    height: 190px;
  }

  .indew3{width:100% !important;}
  .indew4{width:100% !important;padding-left: 6px;}




}
.components-HomePage-HeaderBanner-player--videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.components-HomePage-HeaderBanner-player--player {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 1500;
}

.components-HomePage-HeaderBanner-player--playerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.components-HomePage-HeaderBanner--deskHeaderBanner {
    width: 100%;
    height: 500px;
    /* background-image: url('./headerbak.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.components-HomePage-HeaderBanner--author_show {
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 10;
    height: 16px;
    line-height: 16px;
}
.components-HomePage-HeaderBanner--author_show a {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}
.components-HomePage-HeaderBanner--author_show a:hover {
    color: #fff;
}
.components-HomePage-HeaderBanner--HeaderBanner_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.2);
}
.components-HomePage-HeaderBanner--deskHeaderBanner_center {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 5;
    width: 1200px;
    margin-left: -600px;
    padding-top: 185px;
}
.components-HomePage-HeaderBanner--deskHeaderBanner_center h4 {
    height: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    margin-bottom: 4px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.components-HomePage-HeaderBanner--deskHeaderBanner_center p {
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns {
    padding-top: 30px;
    font-size: 0;
}
.components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns .components-HomePage-HeaderBanner--btns_1 {
    margin-right: 14px;
    background: rgba(26,26,26,0.5);
    position: relative;
    padding-left: 31px;
}
.components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns .components-HomePage-HeaderBanner--btns_1:hover {
    background: rgba(26,26,26,0.4);
    color: #fff;
  
}
.components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns .components-HomePage-HeaderBanner--btns_1 img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns .components-HomePage-HeaderBanner--btns_2 {
    background-color: #286EFA;
}
.components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns .components-HomePage-HeaderBanner--btns_2:hover {
    background-color: #1B60FF;
    color: #fff;
}

.components-HomePage-HeaderBanner--deskHeaderBanner_bottoms {
    width: 100%;
    padding-top: 66px;
}
.components-HomePage-HeaderBanner--deskHeaderBanner_bottoms_item {
    float: left;
    display: block;
    width: 285px;
    height: 90px;
    background: rgba(0,0,0,0.5);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-right: 20px;
    overflow: hidden;
    backdrop-filter: saturate(180%) blur(10px);
}
.components-HomePage-HeaderBanner--deskHeaderBanner_bottoms_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.components-HomePage-HeaderBanner--deskHeaderBanner_bottoms_item:last-child {
    margin-right: 0;
}

@media (max-width: 1440px) {
    .components-HomePage-HeaderBanner--deskHeaderBanner {
        width: 100%;
        height: 400px;
        /* background-image: url('./back1440.jpg'); */
        background-repeat: no-repeat;
        background-size: cover;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_center {
        padding-top: 142px;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_center h4 {
        height: 40px;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_center p {
        height: 16px;
        font-size: 12px;
        line-height: 16px;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns {
        padding-top: 10px;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_bottoms {
        width: 100%;
        padding-top: 52px;
    }
}
/* ***********************************************************/
.components-HomePage-HeaderBanner--mobileHeaderBanner {
    width: 100%;
    height:  420px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_center {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_center h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_center p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_centerbtns {
    padding-top: 40px;
    font-size: 0;
}

.components-HomePage-HeaderBanner--mobileauthor_show {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 38px;
}
.components-HomePage-HeaderBanner--mobileauthor_show a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: scale(0.9);
    text-align: left;
}
.components-HomePage-HeaderBanner--mobileauthor_show a:hover {
    color: #fff;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_centerbtns a {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_centerbtns .components-HomePage-HeaderBanner--btns_1 {
    margin-right: 14px;
    background: rgba(26,26,26,0.5000);
    position: relative;
    padding-left: 31px;
}

.components-HomePage-HeaderBanner--mobileHeaderBanner_centerbtns .components-HomePage-HeaderBanner--btns_1 img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}


.components-HomePage-HeaderBanner--mobileHeaderBanner_bottoms {
    width: 100%;
    padding-top: 34px;
    padding-left: 15px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_bottoms::-webkit-scrollbar {
    display: none;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_bottoms_item {
    display: inline-block;
    font-size: 0;
    width: 285px;
    height: 90px;
    background: rgba(0,0,0,0.5);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-right: 20px;
    overflow: hidden;
    backdrop-filter: saturate(180%) blur(10px);
}

.components-HomePage-HeaderBanner--mobileHeaderBanner_bottoms_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.components-HomePage-HeaderBottom--deskHeaderBottom {
    width: 100%;
    background: #F5F7FA;
    height: 78px;
    box-sizing: border-box;
    padding-top: 15px;
}
.components-HomePage-HeaderBottom--deskHeaderBottom_center {
    width: 1200px;
    margin: 0 auto;
}
.components-HomePage-HeaderBottom--deskHeaderBottom_item {
    float: left;
    text-align: center;
}
.components-HomePage-HeaderBottom--deskHeaderBottom_item h4 {
    height: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #454545;
    line-height: 32px;
}
.components-HomePage-HeaderBottom--deskHeaderBottom_item p {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #454545;
    line-height: 16px;
}
.components-HomePage-HeaderBottom--deskHeaderBottom_item:nth-child(1) {
    margin-right: 203px;
}
.components-HomePage-HeaderBottom--deskHeaderBottom_item:nth-child(2) {
    margin-right: 203px;
}
.components-HomePage-HeaderBottom--deskHeaderBottom_item:nth-child(3) {
    margin-right: 203px;
}
.components-HomePage-HeaderBottom--deskHeaderBottom_item:nth-child(4) {
    margin-right: 202px;
}

/* ************************************************/
.components-HomePage-HeaderBottom--mobileHeaderBottom {
    width: 100%;
    background: #F5F7FA;
    height: 60px;
    box-sizing: border-box;
    padding-top: 15px;
}
.components-HomePage-HeaderBottom--mobileHeaderBottom_center {
    width: 100%;
    display: flex;
}
.components-HomePage-HeaderBottom--mobileHeaderBottom_item {
    flex: 1;
    text-align: center;
}
.components-HomePage-HeaderBottom--mobileHeaderBottom_item h4 {
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 18px;
    white-space: nowrap;
}
.components-HomePage-HeaderBottom--mobileHeaderBottom_item p {
    height: 11px;
    font-size: 12px;
    font-weight: 400;
    color: #454545;
    line-height: 11px;
    white-space: nowrap;
    transform: scale(0.7);
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
  padding-left: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
  padding-right: 0;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

.components-CommonComponents-ProductItem--products_item {
    float: left;
    width: 16.6%;
    padding: 0 1px;
    padding-bottom: 2px;
}
.components-CommonComponents-ProductItem--products_item_mobile {
    float: left;
    width: 50%;
    padding: 0 5px;
    padding-bottom: 20px;
}
.components-CommonComponents-ProductItem--products_item_content {
    width: 100%;
    display: block;
}
.components-CommonComponents-ProductItem--products_item_content:hover .components-CommonComponents-ProductItem--products_item_img_v_src {
    transform: scale(1.1);
}
.components-CommonComponents-ProductItem--products_item_content:hover .components-CommonComponents-ProductItem--tags_content_bottom {
    bottom: 0;
}
.components-CommonComponents-ProductItem--products_item_content:hover .components-CommonComponents-ProductItem--products_item_bottom h5 {
    color: #286EFA;
}
.components-CommonComponents-ProductItem--products_item_img {
    width: 100%;
    display: block;
    position: relative;
}
.components-CommonComponents-ProductItem--products_item_img:after {
    content: ' ';
    display: block;
    padding-top: 60%;
    visibility: hidden;
}
.components-CommonComponents-ProductItem--products_item_img_v {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;

    background-size: 100% 100%;
    border-radius: 6px;
}
.components-CommonComponents-ProductItem--products_item_img_v_src {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    background-color: #efefef;

}
.components-CommonComponents-ProductItem--tags_content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.components-CommonComponents-ProductItem--tags_content_top_L {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 500;
    color: #1A1A1A;
    white-space: nowrap;
}
.components-CommonComponents-ProductItem--tags_content_top_R {
  position: absolute;
  bottom: -100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease-out, bottom 0.6s ease-out;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.90;
  padding: 8px;
  width: 97%;
}

.components-CommonComponents-ProductItem--tags_content_top_R span {
  display: -webkit-box;
   /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;line-height: 1.5;
  max-height: 100%;
  color: #fff;    font-size: 14px;
}

.components-CommonComponents-ProductItem--products_item_content:hover .components-CommonComponents-ProductItem--tags_content_top_R {
  opacity: 1;
  bottom: 0;
}

.components-CommonComponents-ProductItem--products_item_img {
  position: relative;
}

.components-CommonComponents-ProductItem--tags_content_top_R::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  opacity: 0.45;
  z-index: -1;
}
.components-CommonComponents-ProductItem--tags_content_bottom {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 30px;
    transition: 0.3s ease-in-out;
}
.components-CommonComponents-ProductItem--tags_content_bottom_R_msg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    padding: 3px;
}
.components-CommonComponents-ProductItem--tags_content_bottom_R_msg img {
    display: block;
    width: 16px;
    height: 16px;
}
.components-CommonComponents-ProductItem--tags_content_bottom_R_msg:hover {
    background-color: #286EFA;
}
.components-CommonComponents-ProductItem--tags_content_bottom_L {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 20px;
    line-height: 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}
.components-CommonComponents-ProductItem--tags_content_bottom_R {
    position: absolute;
    right: 5px;
    bottom: 12px;
}
.components-CommonComponents-ProductItem--tags_content_bottom_R img {
    display: block;
    height: 16px;
    width: auto;
    float: left;
    margin-right: 5px;
}
.components-CommonComponents-ProductItem--msg_content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    padding-top: 38px;
    cursor: default;
}
.components-CommonComponents-ProductItem--msg_content_h {
    position: absolute;
    left: 0;
    top: 10px;
    height: 18px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
    color: #FFFFFF;
    line-height: 18px;
}
.components-CommonComponents-ProductItem--msg_content_h span {
    position: absolute;
    right: 0;
    top: -4px;
    padding: 3px 10px;
    cursor: pointer;
}
.components-CommonComponents-ProductItem--msg_content_h span img {
    display: block;
    width: 16px;
    height: 16px;
}
.components-CommonComponents-ProductItem--msg_content_v {
    width: 100%;
    height: 100%;
}
.components-CommonComponents-ProductItem--msg_content_v_p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16spx;
    text-align: justify;
}
.components-CommonComponents-ProductItem--products_item_content:hover .components-CommonComponents-ProductItem--msg_content_pc {
    display: block;
}
.components-CommonComponents-ProductItem--msg_content_pc {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 10px;
    display: none;
    cursor: pointer;
}
.components-CommonComponents-ProductItem--msg_content_pc_w {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: default;
    cursor: pointer;
}
.components-CommonComponents-ProductItem--msg_content_pc_v {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    max-height: 100%;
    background: rgba(0,0,0,0.8);
    padding: 16px;
    overflow-y: auto;
    border-radius: 5px;
    cursor: pointer;
}
.components-CommonComponents-ProductItem--msg_content_pc_v::-webkit-scrollbar {
    width: 6px;
    background-color: rgb(20, 19, 19);
    border-radius: 3px;
}
.components-CommonComponents-ProductItem--msg_content_pc_v::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
    background-color: rgb(20, 19, 19);
    border-radius: 3px;
}
.components-CommonComponents-ProductItem--msg_content_pc_v::-webkit-scrollbar-thumb{
	height:20px;
    border-radius: 3px;
    background-color: rgb(125, 126, 128);
    background-image: -webkit-gradient(linear,left bottom,left top, color-stop(0.2, rgb(125, 126, 128)),color-stop(0.4, rgb(97, 98, 99)), color-stop(0.8, rgb(125, 126, 128)));
}

.components-CommonComponents-ProductItem--msg_content_pc_v
.components-CommonComponents-ProductItem--msg_content_pc_h {
    height: 18px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 10px;
}
.components-CommonComponents-ProductItem--msg_content_pc_h span {
    position: absolute;
    right: 10px;
    top: -4px;
    padding: 3px 10px;
    cursor: pointer;
}

.components-CommonComponents-ProductItem--msg_content_pc_v_p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: justify;
}

.components-CommonComponents-ProductItem--products_item_bottom {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding-top: 10px;
}
.components-CommonComponents-ProductItem--products_item_bottom h5 {
    width: 100%;
    height: 18px;
    font-weight:bold;
    color: #242424;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.components-CommonComponents-ProductItem--products_item_bottom_info {
    width: 100%;
    height: 20px;
    overflow: hidden;
    padding-right: 110px;
    position: relative;
    margin-top: 5px;
}
.components-CommonComponents-ProductItem--products_item_mobile .components-CommonComponents-ProductItem--products_item_bottom_info {
    padding-right: 60px;
}
.components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--author {
    display: block;
    width: 100%;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    position: relative;
}
.components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--author img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--info_R {
    position: absolute;
    right: 0;
    top: 0;
    /* min-width: 132px; */
    max-width: 160px;
    height: 20px;
    text-align: right;
    white-space: nowrap;
}
.components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--info_type {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    text-align: right;
    white-space: nowrap;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
}
.components-CommonComponents-ProductItem--products_item_mobile .components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--info_R { 
    min-width: 60px;
 }
 .components-CommonComponents-ProductItem--products_item_mobile .components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--info_R span:nth-child(1) {
    padding-left: 18px;
    padding-right: 0;
 }
.components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--info_R span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    position: relative;
    padding-left: 18px;
}
.components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--info_R span:nth-child(1) {
    padding-left: 18px;
    padding-right: 6px;
}
.components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--info_R span img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    font-size: 0;
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .components-CommonComponents-ProductItem--products_item {
        width: 20%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .components-CommonComponents-ProductItem--products_item {
        width: 25%;
    }
}
@media (max-width: 1023px) {
    .components-CommonComponents-ProductItem--products_item {
        width: 33.3%;
    }
}

.components-CommonComponents-ProductItem--products_item_num5 {
    width: 31.7% !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton-active .ant-skeleton-title,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ant-skeleton-active .ant-skeleton-title::after,
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
.ant-skeleton-active .ant-skeleton-avatar::after,
.ant-skeleton-active .ant-skeleton-button::after,
.ant-skeleton-active .ant-skeleton-input::after,
.ant-skeleton-active .ant-skeleton-image::after {
  position: absolute;
  top: 0;
  right: -150%;
  bottom: 0;
  left: -150%;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  animation: ant-skeleton-loading 1.4s ease infinite;
  content: '';
}
.ant-skeleton.ant-skeleton-block {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
  width: 32px;
  min-width: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ant-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.components-CommonComponents-ProductItemSkeleton--products_item {
    float: left;
    width: 16.5%;
    padding: 0 10px;
    padding-bottom: 42px;
}
.components-CommonComponents-ProductItemSkeleton--products_item_mobile {
    float: left;
    width: 50%;
    padding: 0 5px;
    padding-bottom: 20px;
}
.components-CommonComponents-ProductItemSkeleton--products_item_content {
    width: 100%;
    display: block;
}

.components-CommonComponents-ProductItemSkeleton--products_item_content:hover .components-CommonComponents-ProductItemSkeleton--tags_content_bottom {
    bottom: 0;
}
.components-CommonComponents-ProductItemSkeleton--products_item_content:hover .components-CommonComponents-ProductItemSkeleton--products_item_bottom h5 {
    color: #286EFA;
}
.components-CommonComponents-ProductItemSkeleton--products_item_img {
    width: 100%;
    display: block;
    position: relative;
}
.components-CommonComponents-ProductItemSkeleton--products_item_img:after {
    content: ' ';
    display: block;
    padding-top: 100%;
    visibility: hidden;
}
.components-CommonComponents-ProductItemSkeleton--products_item_img_v {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
    background-size: 100% 100%;
    border-radius: 5px;
}
.components-CommonComponents-ProductItemSkeleton--products_item_img_v_src {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.components-CommonComponents-ProductItemSkeleton--products_item_bottom {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    padding-top: 10px;
}
.components-CommonComponents-ProductItemSkeleton--products_item_bottom h5 {
    width: 100%;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.components-CommonComponents-ProductItemSkeleton--products_item_bottom_info {
    width: 100%;
    height: 20px;
    overflow: hidden;
    padding-right: 110px;
    position: relative;
    margin-top: 5px;
}
.components-CommonComponents-ProductItemSkeleton--products_item_mobile .components-CommonComponents-ProductItemSkeleton--products_item_bottom_info {
    padding-right: 60px;
}
.components-CommonComponents-ProductItemSkeleton--products_item_bottom_info .components-CommonComponents-ProductItemSkeleton--author {
    display: block;
    width: 100%;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    position: relative;
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .components-CommonComponents-ProductItemSkeleton--products_item {
        width: 20%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .components-CommonComponents-ProductItemSkeleton--products_item {
        width: 25%;
    }
}
@media (max-width: 1023px) {
    .components-CommonComponents-ProductItemSkeleton--products_item {
        width: 33.3%;
    }
}

.components-CommonComponents-ProductItemSkeleton--products_item_num5 {
    width: 20%!important;
}

.components-HomePage-GalleriesIndex--deskGalleriesIndex {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-top: 50px;
}

.components-HomePage-GalleriesIndex--deskGalleriesIndex_center_wrapper_index {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.components-HomePage-GalleriesIndex--deskGalleriesIndex_center_index {
    position: relative;
    white-space: nowrap;
    display: inline-flex;
    overflow: hidden;
}

.components-HomePage-GalleriesIndex--deskGalleriesIndexclassfiy_list_img_src {
    width: 140px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 20px;
    font-size: 0;
    vertical-align: middle;
    position: relative;
}
.components-HomePage-GalleriesIndex--deskGalleriesIndexclassfiy_list_img_src:last-child {
    margin-right: 0;
}
.components-HomePage-GalleriesIndex--deskGalleriesIndexclassfiy_list_img_src_back {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,26,26,0.5);
}
.components-HomePage-GalleriesIndex--deskGalleriesIndexclassfiy_list_img_src_back i {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 0 10px;
    line-height: 32px;
    font-style: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.components-HomePage-GalleriesIndex--deskGalleriesIndexclassfiy_list_img_src img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.components-HomePage-GalleriesIndex--deskGalleriesIndexclassfiy_list_img_src:hover img {
    transform: scale(1.3);
}
.components-HomePage-GalleriesIndex--deskGalleriesIndexclassfiy_list_img_src_active .components-HomePage-GalleriesIndex--deskGalleriesIndexclassfiy_list_img_src_back { 
    background: rgba(40,110,250,0.8);
}

.components-HomePage-GalleriesIndex--deskGalleries_nav_list {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
    padding-top: 30px;
    padding-bottom: 5px;
}
.components-HomePage-GalleriesIndex--deskGalleries_nav_list:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.components-HomePage-GalleriesIndex--deskGalleries_nav_list .components-HomePage-GalleriesIndex--deskGalleries_nav_item {
    display: block;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    border-radius: 5px;
    overflow: hidden;
}
.components-HomePage-GalleriesIndex--deskGalleries_nav_list .components-HomePage-GalleriesIndex--deskGalleries_nav_item:hover {
    background-color: #F8F8F8;
}
.components-HomePage-GalleriesIndex--deskGalleries_nav_list .components-HomePage-GalleriesIndex--deskGalleries_nav_item_active {
    background-color: #286EFA;
    color: #fff;
}
.components-HomePage-GalleriesIndex--deskGalleries_nav_list .components-HomePage-GalleriesIndex--deskGalleries_nav_item_active:hover {
    background-color: #286EFA;
    color: #fff;
}

.components-HomePage-GalleriesIndex--deskGalleries_list_center {
    max-width: 1200px;
    margin: 0 auto; 
    min-height: 400px;
    zoom: 1;
    padding-bottom: 28px;
}
.components-HomePage-GalleriesIndex--deskGalleries_list_center:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.components-HomePage-GalleriesIndex--deskGalleries_tongji_center {
    width: 1200px;
    margin: 0 auto; 
    margin-bottom: 80px;
    height: 100px;
    background-color: #F5F7FA;
    border-radius: 5px;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
}
.components-HomePage-GalleriesIndex--deskGalleries_tongji_center_txt {
    position: absolute;
    left: 926px;
    /* top: 31px; */
    top: 42px;
}
.components-HomePage-GalleriesIndex--deskGalleries_tongji_center_txt p {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 2px;
}
.components-HomePage-GalleriesIndex--deskGalleries_tongji_center_txt span {
    display: block;
    height: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    line-height: 16px;
}
.components-HomePage-GalleriesIndex--deskGalleries_tongji_center_btn {
    position: absolute;
    right: 50px;
    top: 35px;
}
/* mobile******************************************************************************************/
.components-HomePage-GalleriesIndex--mobileGalleriesIndex {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-top: 30px;
}
.components-HomePage-GalleriesIndex--mobileGalleriesIndex_center {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.components-HomePage-GalleriesIndex--mobileGalleriesIndex_center::-webkit-scrollbar {
    display: none;
}
.components-HomePage-GalleriesIndex--mobileGalleriesIndexclassfiy_list_img_src {
    display: inline-block;
    width: 140px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    overflow:hidden;
    margin-right: 10px;
    font-size: 0;
    vertical-align: middle;
    position: relative;
}
.components-HomePage-GalleriesIndex--mobileGalleriesIndexclassfiy_list_img_src:last-child {
    margin-right: 15px;
}
.components-HomePage-GalleriesIndex--mobileGalleriesIndexclassfiy_list_img_src_back {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,26,26,0.5);
    border-radius: 5px;
    overflow:hidden;
}
.components-HomePage-GalleriesIndex--mobileGalleriesIndexclassfiy_list_img_src_back i {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
    font-size: 12px;
    color: #fff;
    width: 100%;
    padding: 0 10px;
    line-height: 32px;
    font-style: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.components-HomePage-GalleriesIndex--mobileGalleriesIndexclassfiy_list_img_src img {
    display: block;
    width: 100%;
    height: 100%;
    transform:translate3d(0,0,0);
}
.components-HomePage-GalleriesIndex--mobileGalleriesIndexclassfiy_list_img_src_active .components-HomePage-GalleriesIndex--mobileGalleriesIndexclassfiy_list_img_src_back { 
    background: rgba(40,110,250,0.8);
}
.components-HomePage-GalleriesIndex--mobileGalleries_nav_list {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.components-HomePage-GalleriesIndex--mobileGalleries_nav_list::-webkit-scrollbar {
    display: none;
}
.components-HomePage-GalleriesIndex--mobileGalleries_nav_list .components-HomePage-GalleriesIndex--mobileGalleries_nav_item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
}

.components-HomePage-GalleriesIndex--mobileGalleries_nav_list .components-HomePage-GalleriesIndex--mobileGalleries_nav_item_active {
    background-color: #286EFA;
    color: #fff;
}

.components-HomePage-GalleriesIndex--mobileGalleries_list_center {
    width: 100%;
    min-height: 400px;
    zoom: 1;
    padding:0 10px;
    padding-bottom: 50px;
}
.components-HomePage-GalleriesIndex--mobileGalleries_list_center:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.components-HomePage-GalleriesIndex--mobileGalleries_tongji_center_content {
    width: 100%;
    padding: 0 15px;
}
.components-HomePage-GalleriesIndex--mobileGalleries_tongji_center {
    width: 100%;
    height: 100px;
    background-color: #F5F7FA;
    border-radius: 5px;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
}
.components-HomePage-GalleriesIndex--mobileGalleries_tongji_center_txt {
    position: absolute;
    left: 20px;
    /* top: 31px; */
    top: 42px;
}
.components-HomePage-GalleriesIndex--mobileGalleries_tongji_center_txt p {
    height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 2px;
}
.components-HomePage-GalleriesIndex--mobileGalleries_tongji_center_txt span {
    display: block;
    height: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    line-height: 16px;
}
.components-HomePage-GalleriesIndex--mobileGalleries_tongji_center_btn {
    position: absolute;
    right: 20px;
    top: 35px;
}

.components-HomePage-GalleriesIndex--loading_data {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 140px;
    text-align: center;
}
.components-HomePage-GalleriesIndex--loading_data img {
    display: inline-block;
    width: 100px;
    font-size: 0;
}
.components-HomePage-GalleriesIndex--empty {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
    text-align: center;
}
.components-HomePage-GalleriesIndex--empty img {
    display: inline-block;
    width: 120px;
    font-size: 0;
    margin-bottom: 20px;
}
.components-HomePage-GalleriesIndex--empty_txt {
    font-size: 14px;
    color: #1A1A1A;
}
.components-HomePage-GalleriesIndex--empty_txt span {
    color: #286EFA;
    padding-right: 2px;
    padding-left: 2px;
    cursor: pointer;
}
.components-HomePage-GalleriesIndex--no_more {
    padding-top: 28px;
    padding-bottom: 200px;
 }
 .components-HomePage-GalleriesIndex--no_more_txt {
     font-size: 14px;
     color: #1A1A1A;
 }
.components-HomePage-ProductsServices--deskProductsServices {
    width: 100%;
    background-color: #F5F7FA;
    padding-bottom: 100px;
}
@media (max-width: 1440px) {
    .components-HomePage-ProductsServices--deskProductsServices {
        padding-top: 50px;
    }
}
.components-HomePage-ProductsServices--deskProductsServices_center {
    width: 1200px;
    margin: 0 auto;
}
.components-HomePage-ProductsServices--deskProductsServices_center .components-HomePage-ProductsServices--title {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    margin-bottom: 21px;
}
.components-HomePage-ProductsServices--deskProductsServices_center .components-HomePage-ProductsServices--title span {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 400;
    color: #909090;
}
.components-HomePage-ProductsServices--deskProductsServices_list {
    width: 100%;
    zoom: 1;
}
.components-HomePage-ProductsServices--deskProductsServices_list:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.components-HomePage-ProductsServices--deskProductsServices_item {
    float: left;
    width: 386px;
    height: 350px;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 20px 20px 0 20px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
    border-radius: 5px;
    margin-right: 20px;
}
.components-HomePage-ProductsServices--deskProductsServices_item:last-child {
    margin-right: 0;
}

.components-HomePage-ProductsServices--deskProductsServices_item_title {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 10px;
}
.components-HomePage-ProductsServices--deskProductsServices_item_child {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 26px 10px 70px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.components-HomePage-ProductsServices--deskProductsServices_item_child .components-HomePage-ProductsServices--img1 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    display: block;
}
.components-HomePage-ProductsServices--deskProductsServices_item_child .components-HomePage-ProductsServices--img2 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    display: none;
}
.components-HomePage-ProductsServices--deskProductsServices_item_child .components-HomePage-ProductsServices--img3 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
}
.components-HomePage-ProductsServices--deskProductsServices_item_child .components-HomePage-ProductsServices--content {
    width: 100%;
    padding-top: 6px;
}
.components-HomePage-ProductsServices--deskProductsServices_item_child .components-HomePage-ProductsServices--content h4 {
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 4px;
}
.components-HomePage-ProductsServices--deskProductsServices_item_child .components-HomePage-ProductsServices--content p {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    margin-bottom: 6px;
}

.components-HomePage-ProductsServices--deskProductsServices_item_child:hover {
    background: #f8f8f8
}
.components-HomePage-ProductsServices--deskProductsServices_item_child:hover .components-HomePage-ProductsServices--img1 {
    display: none;
}
.components-HomePage-ProductsServices--deskProductsServices_item_child:hover .components-HomePage-ProductsServices--img2 {
    display: block;
}

/* mobileProductsServices **********************************************************/
.components-HomePage-ProductsServices--mobileProductsServices {
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 35px;
}
.components-HomePage-ProductsServices--mobileProductsServices_center {
    width: 100%;
    box-sizing: border-box;
    padding:  0 15px;
}
.components-HomePage-ProductsServices--mobileProductsServices_center .components-HomePage-ProductsServices--title {
    height: 26px;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.components-HomePage-ProductsServices--mobileProductsServices_list {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
    border-radius: 5px 5px 5px 5px;
}

.components-HomePage-ProductsServices--mobileProductsServices_item {
    width: 100%;
    height: 274px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 20px;
}
.components-HomePage-ProductsServices--mobileProductsServices_item:last-child {
    margin-right: 0;
}

.components-HomePage-ProductsServices--mobileProductsServices_item_title {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 20px;
}
.components-HomePage-ProductsServices--mobileProductsServices_item_child {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 26px 10px 60px;
    position: relative;
}
.components-HomePage-ProductsServices--mobileProductsServices_item_child .components-HomePage-ProductsServices--img1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    display: block;
}

.components-HomePage-ProductsServices--mobileProductsServices_item_child .components-HomePage-ProductsServices--img3 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
}
.components-HomePage-ProductsServices--mobileProductsServices_item_child .components-HomePage-ProductsServices--content {
    width: 100%;
    padding-top: 6px;
}
.components-HomePage-ProductsServices--mobileProductsServices_item_child .components-HomePage-ProductsServices--content h4 {
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 4px;
}
.components-HomePage-ProductsServices--mobileProductsServices_item_child .components-HomePage-ProductsServices--content p {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    margin-bottom: 6px;
}

.components-HomePage-ProductsServices--mobileProductsServices_nav {
    width: 100%;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.components-HomePage-ProductsServices--mobileProductsServices_nav::-webkit-scrollbar {
    display: none;
}
.components-HomePage-ProductsServices--mobileProductsServices_nav_item {
    display: inline-block;
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #909090;
    line-height: 20px;
    margin-right: 20px;
    transition:all 0.2s;
    margin-bottom: 5px;
    position: relative;
}
.components-HomePage-ProductsServices--mobileProductsServices_nav_item:last-child {
    margin-right: 0;
}
.components-HomePage-ProductsServices--mobileProductsServices_nav_item_active {
    color: #1A1A1A;
    position: relative;
}
.components-HomePage-ProductsServices--mobileProductsServices_nav_item_active::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    border-bottom: 1px solid #286EFA;
}

.components-HomePage-Squarebaike--deskSquare {
    width: 100%;
    background-color: #F5F7FA;
    padding-top: 100px;
    padding-bottom: 100px;
}
.components-HomePage-Squarebaike--deskSquare_center {
    width: 1200px;
    margin: 0 auto;
}
.components-HomePage-Squarebaike--deskSquare_center .components-HomePage-Squarebaike--title {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    margin-bottom: 21px;
}
.components-HomePage-Squarebaike--deskSquare_center .components-HomePage-Squarebaike--title span {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 400;
    color: #909090;
}
.components-HomePage-Squarebaike--deskSquare_list {
    width: 100%;
}
.components-HomePage-Squarebaike--deskSquare_title {
    width: 100%;
    /* padding-left: 100px; */
    padding-right: 5px;
    position: relative;
    margin-bottom: 30px;
}
.components-HomePage-Squarebaike--deskSquare_title img {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 50px;
    height: 50px;
}
.components-HomePage-Squarebaike--deskSquare_title h4 {
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 24px;
    margin-bottom: 5px;
}
.components-HomePage-Squarebaike--deskSquare_title h4 span {
    width: 100%;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    line-height: 16px;
    position: relative;
    padding-left: 10px;
}
.components-HomePage-Squarebaike--deskSquare_title a {
    position: absolute;
    right: 0;
    top: 4px;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #286EFA;
    line-height: 18px;
}

.components-HomePage-Squarebaike--deskSquareWorks_title {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.components-HomePage-Squarebaike--deskSquareWorks_models {
    box-sizing: border-box;
    zoom: 1;
}
.components-HomePage-Squarebaike--deskSquareWorks_models:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.components-HomePage-Squarebaike--deskSquareWorks_models1_item {
    width: 25%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.components-HomePage-Squarebaike--deskSquareWorks_models1_item:first-child {
      width: 50%;
}
.components-HomePage-Squarebaike--deskSquareWorks_models2 {
    width: 100%;
    padding-right: 50%;
    position: relative;
}
.components-HomePage-Squarebaike--deskSquareWorks_models2:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.components-HomePage-Squarebaike--deskSquareWorks_models2_item {
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.components-HomePage-Squarebaike--deskSquareWorks_models2_item:last-child {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.components-HomePage-Squarebaike--deskSquareWorks_models3 {
    width: 100%;
    padding-left: 50%;
    height: 260px;
    position: relative;
}

.components-HomePage-Squarebaike--deskSquareWorks_models3_item {
    width: 25%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.components-HomePage-Squarebaike--deskSquareWorks_models3_item:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
}
.components-HomePage-Squarebaike--deskSquareWorks_models3_item:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
}
.components-HomePage-Squarebaike--deskSquareWorks_models3_item:nth-child(4) {
    position: absolute;
    right: 0;
    top: 0;
}
.components-HomePage-Squarebaike--deskSquareWorks_models3_item:nth-child(5) {
    position: absolute;
    right: 0;
    bottom: 0;
}
.components-HomePage-Squarebaike--deskSquareWorks_models3_item:nth-child(3) {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 0;
}

.components-HomePage-Squarebaike--deskSquareWorks_models_content {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.5000);
    border-radius: 5px;
}
.components-HomePage-Squarebaike--deskSquareWorks_models_content::after {
    content: ' ';
    display: block;
    padding-top: 100%;
    visibility: hidden;
}
.components-HomePage-Squarebaike--deskSquareWorks_models4_item {
    width: 360px;
    float: left;
    margin-right: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
    border-radius: 5px;
    box-sizing: border-box;
}
.components-HomePage-Squarebaike--deskSquareWorks_models_content2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.5000);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
    border-radius: 5px;
}
.components-HomePage-Squarebaike--deskSquareWorks_models_content2::after {
    content: ' ';
    display: block;
    padding-top: 60%;
    visibility: hidden;
}
.components-HomePage-Squarebaike--deskSquareWorks_models_src {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
    background-color: #000;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.components-HomePage-Squarebaike--deskSquareWorks_models_src:hover {
    transform: scale(1.3);
}
.components-HomePage-Squarebaike--deskSquareWorks_models_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
    color: #fff;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    font-size: 12px;
}
.components-HomePage-Squarebaike--deskSquareWorks_models_txt2 {
    padding: 8px 15px;
}
.components-HomePage-Squarebaike--deskSquareWorks_models_txt span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0;
    color: rgba(255,255,255,0.5000);
  
}
.components-HomePage-Squarebaike--deskSquareWorks_models_txt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0;
    /* height: 16px;
    line-height: 16px; */
}


.components-HomePage-Squarebaike--deskSquarelist1 {
    width: 100%;
    box-sizing: border-box;
    /* padding: 35px; */
    border-radius: 5px;
    margin-bottom: 20px;
}
.components-HomePage-Squarebaike--deskSquarelist1_work {
    width: 100%;
    zoom: 1;
}
.components-HomePage-Squarebaike--deskSquarelist1_work::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.components-HomePage-Squarebaike--deskSquarelist1_work .components-HomePage-Squarebaike--deskSquareWorks {
    width: 540px;
    float: left;
}
.components-HomePage-Squarebaike--deskSquarelist1_work .components-HomePage-Squarebaike--deskSquareWorks:first-child {
    margin-right: 49px;
}


.components-HomePage-Squarebaike--deskSquarelist2 {
    width: 100%;
    margin-bottom: 20px;
    zoom: 1;
}
.components-HomePage-Squarebaike--deskSquarelist2::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.components-HomePage-Squarebaike--deskSquarelist2_work {
    width: 590px;
    box-sizing: border-box;
    /* padding: 35px; */
    border-radius: 5px;
    float: left;
}
.components-HomePage-Squarebaike--deskSquarelist2_work:first-child {
    margin-right: 19px;
}

.components-HomePage-Squarebaike--deskSquarelist3 {
    width: 100%;
    box-sizing: border-box;
    /* padding: 35px; */
    border-radius: 5px;
}
.components-HomePage-Squarebaike--deskSquarelist3_work {
    width: 100%;
    zoom: 1;
}
.components-HomePage-Squarebaike--deskSquarelist3_news {
    float: left;
    width: 360px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
    border-radius: 5px;
    background-color: #fff;
}
.components-HomePage-Squarebaike--deskSquarelist3_news:last-child {
    width: 438px;
    padding: 15px 10px;
}
.components-HomePage-Squarebaike--deskSquarelist3_news a {
    display: block;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s;
}
.components-HomePage-Squarebaike--deskSquarelist3_news a span {
    padding-right: 5px;
}
.components-HomePage-Squarebaike--deskSquarelist3_news a:hover {
    color: #286EFA;
}
.components-HomePage-Squarebaike--deskSquarelist3_news a:last-child {
    margin-bottom: 0;
}

/* mobileSquare************************************************/
.components-HomePage-Squarebaike--mobileSquare {
    width: 100%;
    box-sizing: border-box;
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #fff;
}
.components-HomePage-Squarebaike--mobileSquare_title {
    height: 26px;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.components-HomePage-Squarebaike--mobileSquare_navs {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    margin-bottom: 20px;
}
.components-HomePage-Squarebaike--mobileSquare_navs::-webkit-scrollbar {
    display: none;
}
.components-HomePage-Squarebaike--mobileSquare_navs_item {
    display: inline-block;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    padding-right: 8px;
    padding-left: 32px;
    background-color: #F5F7FA;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
}
.components-HomePage-Squarebaike--mobileSquare_navs_item_active {
    background-color: #286EFA;
}
.components-HomePage-Squarebaike--mobileSquare_navs_item img {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0,-50%);
    width: 24px;
    height: 24px;
}
.components-HomePage-Squarebaike--mobileSquare_navs_item span {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    padding-left: 10px;
}
.components-HomePage-Squarebaike--mobileSquare_navs_item_active span {
    color: #fff;
}

.components-HomePage-Squarebaike--mobileSquare_list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.components-HomePage-Squarebaike--mobileSquare_img1 {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.5000);
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3000);
}
.components-HomePage-Squarebaike--mobileSquare_img1::after {
    content: ' ';
    display: block;
    padding-top: 100%;
    visibility: hidden;
}
.components-HomePage-Squarebaike--mobileSquare_img1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.components-HomePage-Squarebaike--mobileSquare_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
    color: #fff;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 10px;
    font-size: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.components-HomePage-Squarebaike--mobileSquare_txt span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0;
    line-height: 1;
    color: rgba(255,255,255,0.5000);
}
.components-HomePage-Squarebaike--mobileSquare_txt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30;
    line-height: 30px;
    /* padding: 2px 0; */
}
.components-HomePage-Squarebaike--mobileSquare_imgs {
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    margin-bottom: 20px;
}
.components-HomePage-Squarebaike--mobileSquare_imgs::-webkit-scrollbar {
    display: none;
}


.components-HomePage-Squarebaike--mobileSquare_img_src {
    display: inline-block;
    margin-right: 10px;
    width: 33%;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.5000);
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3000);
}
.components-HomePage-Squarebaike--mobileSquare_img_src:last-child {
    margin-right: 0;
}
.components-HomePage-Squarebaike--mobileSquare_img_src::after {
    content: ' ';
    display: block;
    padding-top: 100%;
    visibility: hidden;
}
.components-HomePage-Squarebaike--mobileSquare_img_src img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.components-HomePage-Squarebaike--mobileSquare_img2s {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    margin-bottom: 20px;
}
.components-HomePage-Squarebaike--mobileSquare_img2s::-webkit-scrollbar {
    display: none;
}
.components-HomePage-Squarebaike--mobileSquare_img2 {
    display: inline-block;
    margin-right: 20px;
    width: 80%;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.5000);
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3000);
}
.components-HomePage-Squarebaike--mobileSquare_img2:last-child {
    margin-right: 0;
}
.components-HomePage-Squarebaike--mobileSquare_img2::after {
    content: ' ';
    display: block;
    padding-top: 60%;
    visibility: hidden;
}
.components-HomePage-Squarebaike--mobileSquare_img2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.components-HomePage-Squarebaike--mobileSquarelist_news {
    width: 100%;
}
.components-HomePage-Squarebaike--mobileSquarelist_news a {
    display: block;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s;
}
.components-HomePage-Squarebaike--mobileSquarelist_news a span {
    padding-right: 5px;
}
.components-HomePage-Squarebaike--mobileSquarelist_news a:hover {
    color: #286EFA;
}
.components-HomePage-Squarebaike--mobileSquarelist_news a:last-child {
    margin-bottom: 0;
}
.components-HomePage-ProIntro--proIntro_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.components-HomePage-ProIntro--proIntro_content::-webkit-scrollbar {
    display: none;
}
.components-HomePage-ProIntro--proIntro_content_center {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 430px;
}
.components-HomePage-ProIntro--proIntro_one {
    float: left;
    width: 300px;
    height: 430px;
    background: linear-gradient(135deg, #286EFA 0%, #28BEFA 100%);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2000);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0;
}
.components-HomePage-ProIntro--proIntro_one h4 {
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 68px;
}
.components-HomePage-ProIntro--proIntro_one_item {
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 30px
}
.components-HomePage-ProIntro--proIntro_one_item:last-child {
    margin-bottom: 0
}
.components-HomePage-ProIntro--proIntro_one_item span {
    font-size: 16px;
    position: relative;
    top: -4px;
    left: 2px;
}
.components-HomePage-ProIntro--proIntro_one_item p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.components-HomePage-ProIntro--proIntro_com {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 280px;
    height: 205px;
    background: linear-gradient(135deg, #373737 0%, #202020 100%);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2000);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 30px;
    text-align: center;
    font-size: 0;
}
.components-HomePage-ProIntro--proIntro_com img {
    display: inline-block;
    width: 60px;
    margin-bottom: 7px;
}
.components-HomePage-ProIntro--proIntro_com h4 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 19px;
}
.components-HomePage-ProIntro--proIntro_com p {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    line-height: 16px
}
.components-HomePage-ProIntro--proIntro_com:nth-child(5) {
    margin-bottom: 0;
}
.components-HomePage-ProIntro--proIntro_com:nth-child(6) {
    margin-bottom: 0;
}
.components-HomePage-ProIntro--proIntro_com:nth-child(7) {
    margin-bottom: 0;
}
.components-HomePage--anim {
  width: 100%;
  overflow: hidden;
}

.components-HomePage--wrapper {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.components-HomePage--wrapper::-webkit-scrollbar {
  display: none;
}
.components-HomePage-MessageList--deskMsg_content {
    width: 100%;
    background-color: #fff;
    padding-bottom: 100px;
}
.components-HomePage-MessageList--deskMsg_content_center {
    width: 1200px;
    margin: 0 auto;
    padding-left: 334px;
    position: relative;
    height: 370px;
    background: linear-gradient(135deg, #F5F7FA 0%, #E6F2FD 100%);
    border-radius: 5px;
    padding-top: 50px;
    padding-right: 20px;
} 
.components-HomePage-MessageList--btns_bottom {
    position: absolute;
    bottom: 17px;
    right: 20px;
}
.components-HomePage-MessageList--btns_bottom img {
    display: block;
    float: left;
    cursor: pointer;
    width: 16px;
}
.components-HomePage-MessageList--btns_bottom img:first-child {
    margin-right: 20px;
}
.components-HomePage-MessageList--deskMsg_title_com {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 234px;
}
.components-HomePage-MessageList--deskMsg_title_com h4 {
    font-size: 26px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 34px;
    margin-bottom: 10px;
}
.components-HomePage-MessageList--deskMsg_title_com p {
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    line-height: 18px;
    margin-bottom: 10px;
}
.components-HomePage-MessageList--deskMsg_title_com .components-HomePage-MessageList--link1 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #286EFA;
    line-height: 18px;
    margin-bottom: 72px;
}
.components-HomePage-MessageList--deskMsg_title_com .components-HomePage-MessageList--link2 {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: #286EFA;
    border-radius: 5px;
    font-size: 14px;
}
.components-HomePage-MessageList--deskMsg_list {
    width: 100%;
    height: 270px;
    overflow: hidden;
    white-space: nowrap;
}
.components-HomePage-MessageList--deskMsg_list_index {
    position: relative;
    white-space: nowrap;
    display: inline-flex;
    overflow: hidden;
}
.components-HomePage-MessageList--itemMsg {
    position: relative;
    width: 320px;
    height: 270px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 20px;
    padding-top: 22px;
    margin-right: 20px;
    font-size: 0;
    vertical-align: middle;
    background-color: #fff;
}
.components-HomePage-MessageList--itemMsg:last-child {
    margin-right: 0;
}
.components-HomePage-MessageList--itemMsg span {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #286EFA;
    line-height: 24px;
}
.components-HomePage-MessageList--itemMsg:hover span {
    display: block;
}
.components-HomePage-MessageList--itemMsg img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 20px;
    display: block;
    object-fit: contain;
    background-color: #fff;
    border-radius: 50%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.components-HomePage-MessageList--itemMsg h2 {
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 24px;
    padding-left: 60px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.components-HomePage-MessageList--itemMsg h4 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    padding-left: 60px;
    margin-bottom: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.components-HomePage-MessageList--itemMsg  p {
    width: 100%;
    height: 124px;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* mobile_content****************************************/
.components-HomePage-MessageList--mobileMsg_content {
    width: 100%;
    background: linear-gradient(135deg, #F5F7FA 0%, #E6F2FD 100%);
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
}
.components-HomePage-MessageList--mobileMsg_content_center {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}
.components-HomePage-MessageList--mobileMsg_title_com {
    width: 100%;
    text-align: center;
    padding: 0 42px;
}
.components-HomePage-MessageList--mobileMsg_title_com h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 28px;
    margin-bottom: 10px;
}
.components-HomePage-MessageList--mobileMsg_title_com p {
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    line-height: 18px;
    margin-bottom: 10px;
}
.components-HomePage-MessageList--mobileMsg_title_com .components-HomePage-MessageList--link1 {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #286EFA;
    line-height: 18px;
    margin-bottom: 30px;
}
.components-HomePage-MessageList--mobileMsg_list {
    width: 100%;
    display: flex;
}
.components-HomePage-MessageList--mobileitemMsg {
    display: block;
    position: relative;
    width: 320px;
    height: 270px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 20px;
    padding-top: 22px;
    margin-right: 20px;
    background-color: #fff;
}
.components-HomePage-MessageList--mobileitemMsg:last-child {
    margin-right: 15px;
}
.components-HomePage-MessageList--mobileitemMsg span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #286EFA;
    line-height: 24px;
}
.components-HomePage-MessageList--mobileitemMsg img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 20px;
    display: block;
    object-fit: contain;
    background-color: #fff;
    border-radius: 50%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.components-HomePage-MessageList--mobileitemMsg h2 {
    width: 100%;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 24px;
    padding-left: 60px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.components-HomePage-MessageList--mobileitemMsg h4 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    padding-left: 60px;
    margin-bottom: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.components-HomePage-MessageList--mobileitemMsg  p {
    width: 100%;
    height: 124px;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.components-HomePage-CcieList--deskCcie_title_com {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
}
.components-HomePage-CcieList--deskCcie_title_com span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
}
.components-HomePage-CcieList--mobileCcie_title_com {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
}
.components-HomePage-CcieList--clearfixCcie::before,.components-HomePage-CcieList--clearfixCcie::after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.components-HomePage-CcieList--clearfixCcie::after{clear:both;}
.components-HomePage-CcieList--clearfixCcie{zoom:1;}

.components-HomePage-CcieList--deskCcie_content {
    width: 100%;
    background-color: #F5F7FA;
}
.components-HomePage-CcieList--deskCcie_content_center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 82px;
}
.components-HomePage-CcieList--deskCcie_list {
    width: 100%;
    padding-top: 22px;
}
.components-HomePage-CcieList--deskCcie_list .components-HomePage-CcieList--itemCcie {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 119px;
    margin-bottom: 18px;
    cursor: pointer;
}
.components-HomePage-CcieList--deskCcie_list .components-HomePage-CcieList--itemCcie:last-child {
    margin-right: 0;
}
.components-HomePage-CcieList--deskCcie_list .components-HomePage-CcieList--itemCcie .components-HomePage-CcieList--imgsrc {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
    margin-bottom: 12px;
}
.components-HomePage-CcieList--deskCcie_list .components-HomePage-CcieList--itemCcie .components-HomePage-CcieList--imgsrc img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
}
.components-HomePage-CcieList--deskCcie_list .components-HomePage-CcieList--itemCcie p {
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
.components-HomePage-CcieList--ccie_img_big {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 6000;
}
.components-HomePage-CcieList--ccie_img_big img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 76vh;
    width: auto;
}
/* mobile_content****************************************/
.components-HomePage-CcieList--mobileCcie_content {
    width: 100%;
    background-color: #fff;
    padding-bottom: 100px;
}
.components-HomePage-CcieList--mobileCcie_content_center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.components-HomePage-CcieList--mobileCcie_list {
    width: 100%;
    display: flex;
    padding-top: 20px;
}
.components-HomePage-CcieList--mobileCcie_list .components-HomePage-CcieList--itemCcie {
    width: 100px;
    text-align: center;
    margin-right: 38px;
}
.components-HomePage-CcieList--mobileCcie_list .components-HomePage-CcieList--itemCcie:last-child {
    margin-right: 0;
}
.components-HomePage-CcieList--mobileCcie_list .components-HomePage-CcieList--itemCcie .components-HomePage-CcieList--imgsrc {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1000);
    margin-bottom: 20px;
}
.components-HomePage-CcieList--mobileCcie_list .components-HomePage-CcieList--itemCcie .components-HomePage-CcieList--imgsrc img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
}
.components-HomePage-CcieList--mobileCcie_list .components-HomePage-CcieList--itemCcie p {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.components-HomePage-CcieList--mobileccie_img_big {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 6000;
}
.components-HomePage-CcieList--mobileccie_img_big img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
}
.components-HomePage-BottomJoin--b_join {
    width: 100%;
    font-size: 0;
    text-align: center;
    background-color: #286EFA;
    padding: 20px 0;
}
.components-HomePage-BottomJoin--b_join span {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    height: 38px;
    line-height: 38px;
    padding-right: 20px;
}
.components-HomePage-BottomJoin--b_join a {
    display: inline-block;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #286EFA;
    transition: all 0.3s;
}
.components-HomePage-BottomJoin--b_join a:hover {
    color: #286EFA;
    background: rgba(255, 255, 255, 0.8);
}
.components-HomePage--page {
    background-color: #FFF;
    padding-top: 0;
}

.components-HomePage--linear {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, .5) 0%, transparent 100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 4999;
}

.components-HomePage--linear.components-HomePage--no {
    display: none;
}
.components-HomePage-LiveBar--liveBar_content {
    position: fixed;
    left: 0;
    bottom: 0vh;
    width: 180px;
    z-index: 100;
}

.components-HomePage-LiveBar--liveBar_content img{
    display: block;
    width: 100%;
}

.components-HomePage-LiveBar--liveBar_item {
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.8);
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    padding-left: 10px;
}

.components-HomePage-LiveBar--liveBar_item_hover {
    position: absolute;
    width: 125px;
    height: 151px;
    left: 190px;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: none;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    border-radius: 8px;
    border: 1px solid #000000;
    padding: 8px;
    text-align: center;
}

.components-HomePage-LiveBar--liveBar_item_hover img{
    display: block;
    width: 100%;
}

.components-HomePage-LiveBar--liveBar_item_hover p{
    height: 21px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 21px;
    margin-top: 6px;
}

.components-HomePage-LiveBar--liveBar_item_mark {
    width: 150px;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 18px;
    overflow: hidden;
}

.components-HomePage-LiveBar--liveBar_item_time {
    width: 150px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 16px;
}

.components-HomePage-LiveBar--liveBar_item .components-HomePage-LiveBar--liveBar_item_icon{
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 20px;
}

.components-HomePage-LiveBar--liveBar_item:hover{
    background: rgba(0,0,0,0.9);
}

.components-HomePage-LiveBar--liveBar_item:hover .components-HomePage-LiveBar--liveBar_item_hover {
    display: block;
}

.components-HomePage-LiveBar--liveBar_item:hover .components-HomePage-LiveBar--liveBar_item_mark {
    white-space: nowrap;
    -webkit-animation: components-HomePage-LiveBar--marquee 5s linear infinite; 
    -moz-animation: components-HomePage-LiveBar--marquee 5s linear infinite;
    -ms-animation: components-HomePage-LiveBar--marquee 5s linear infinite; 
    animation: components-HomePage-LiveBar--marquee 5s linear infinite;
}
@-webkit-keyframes components-HomePage-LiveBar--marquee {
    0%   { text-indent: 0% }
    100% { text-indent: -150% }
}
@-moz-keyframes components-HomePage-LiveBar--marquee {
    0%   { text-indent: 0% }
    100% { text-indent: -150% }
}
@-ms-keyframes components-HomePage-LiveBar--marquee {
    0%   { text-indent: 0% }
    100% { text-indent: -150% }
}
@keyframes components-HomePage-LiveBar--marquee {
    0%   { text-indent: 0% }
    100% { text-indent: -150% }
}
.commonclass {
    width: 90%;
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    padding: 40px 0px;
    position: relative;
}
.commonclass a.cur {
    border: none;
    color: #fff;
    background: #286efa !important;
    margin-top: 0 !important;
}
.commonclass a {
    border-radius: 4px;
    padding: 6px 12px;
    margin: 0 6px;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    font-weight: normal;
    margin-top: 0 !important;cursor: pointer;
    text-align: center;
    width: auto;

}
.commonclass a:hover {background: #F8F8F8;}


.tab-container {
  width: 100%;
  
}

.tab-content {
    display: flex;
  flex-wrap: wrap;
  display: none;
}

.tab-content.active {
  display: flex;
}


.tab-content>div {
      flex-basis: calc(33.33% - 0.1rem));
  margin: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tab-content {
    flex-basis: calc(50% - 20px);
  }
}