.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;
  }
}
.components-Modal--overlay {
  background: rgba(51,51,51,0.70);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow-y: auto;
}
.components-Modal--content {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right:-50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #FFFFFF;
  border-radius: 6px;
  min-height: 100px;
  width: 970px;
}
.components-Modal--scolltop {
  margin-top: 60px;
  margin-bottom: 40px;
}
.components-Modal--close,
.components-Modal--close2,
.components-Modal--close3 {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  background-image: url(https://ssl-static2.720static.com//_next/static/images/modal-close1-adfb8fdaec2455c5a5f90765115aa341.png);
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -90px;
  cursor: pointer;
  z-index: 10100;
}

.components-Modal--close3 {
  right: 15px;
  top: 15px;
  background-image: url(https://ssl-static2.720static.com//_next/static/images/modal-close1-adfb8fdaec2455c5a5f90765115aa341.png);
}

.components-Modal--close2 {
  right: -5px;
  top: -45px;
}
.components-Modal--close:hover {
  background-image: url(https://ssl-static2.720static.com//_next/static/images/modal-close2-9e2c170d7f75158a726fd59657556f72.png);
}

@media (max-width: 767px) {
  .components-Modal--content {
    width: 90%;
    top: 40%;
  }
}

.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--author_show span {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
}
.components-HomePage-HeaderBanner--author_show span img {
    display: block;
    width: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.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;
    height: 0;
}
.components-HomePage-HeaderBanner--deskHeaderBanner_center h4 {
    position: absolute;
    left: 0;
    top: 185px;
    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 {
    position: absolute;
    left: 0;
    top: 239px;
    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 {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 287px;
}
.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%;
    position: absolute;
    left: 0;
    top: 383px;
}
.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-repeat: no-repeat;
        background-size: cover;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_center h4 {
        top: 134px;
        height: 40px;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_center p {
        top: 180px;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_centerbtns {
        top: 230px;
    }
    .components-HomePage-HeaderBanner--deskHeaderBanner_bottoms {
        width: 100%;
        top: 290px;
    }
}
/* ***********************************************************/
.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%;
    height: 0;
    text-align: center;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_center h4 {
    position: absolute;
    width: 100%;
    top: 114px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_center p {
    position: absolute;
    width: 100%;
    top: 164px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_centerbtns {
    position: absolute;
    width: 100%;
    top: 230px;
    font-size: 0;
}

.components-HomePage-HeaderBanner--mobileauthor_show {
    position: absolute;
    right: 0;
    top: 50px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-right: 10px;
}
.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_centerbtns .components-HomePage-HeaderBanner--btns_2 {
    background-color: #286EFA;
}
.components-HomePage-HeaderBanner--mobileHeaderBanner_centerbtns .components-HomePage-HeaderBanner--btns_2:hover {
    background-color: #1B60FF;
    color: #fff;
}

.components-HomePage-HeaderBanner--mobileHeaderBanner_bottoms {
    position: absolute;
    top: 314px;
    width: 100%;
    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 10px;
    padding-bottom: 42px;
}
.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.3);
}
.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: 100%;
    visibility: hidden;
}
.components-CommonComponents-ProductItem--products_item_img_v {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
    background-image: url(https://ssl-static2.720static.com//_next/static/images/loadimg-98d059d765dcde1938d16a8118b71297.jpg);
    background-size: 100% 100%;
    border-radius: 5px;
}
.components-CommonComponents-ProductItem--products_item_img_v_src {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    background-color: #efefef;
    transition: 0.3s ease-in-out;
}
.components-CommonComponents-ProductItem--products_item_img_vc {
    object-fit: cover;
}
.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;
    right: 5px;
    top: 10px;
}
.components-CommonComponents-ProductItem--tags_content_top_R span {
    display: block;
    width: 34px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    background-color: #AE905D;
    color: #FFFFFF;
    white-space: nowrap;
}
.components-CommonComponents-ProductItem--tags_content_top_R .components-CommonComponents-ProductItem--span1 {
    background-color: rgba(25,25,25,0.5);
}
.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: 58px;
    box-sizing: border-box;
    padding-top: 10px;
}
.components-CommonComponents-ProductItem--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-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;
    object-fit: contain;
}
.components-CommonComponents-ProductItem--products_item_bottom_info .components-CommonComponents-ProductItem--info_R {
    position: absolute;
    right: 0;
    top: 0;
    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: 20%!important;
}

.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-image: url(https://ssl-static2.720static.com//_next/static/images/loadimg-98d059d765dcde1938d16a8118b71297.jpg);
    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 {
    width: 1220px;
    margin: 0 auto; 
    min-height: 400px;
    zoom: 1;
    padding-bottom: 38px;
}
.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-image: url(https://ssl-static2.720static.com//_next/static/images/tonhji-e268124ba9ae8fc87277db78ea5aecbb.png);
    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-image: url(https://ssl-static2.720static.com//_next/static/images/tongjim-3d43917ae9b6a2857c8307e4e93fe893.png);
    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;
    position: relative;
}
.components-HomePage-ProductsServices--deskProductsServices_item_title_R_a {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    font-size: 12px;
    color: #286EFA;
    line-height: 16px;
}
.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-LoginTip--tip_model {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

.components-HomePage-LoginTip--tip_content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    height: 400px;
    margin-top: -200px;
    margin-left: -175px;
}
.components-HomePage-LoginTip--tip_content_img {
    display: block;
    width: 100%;
}
.components-HomePage-LoginTip--tip_txt {
    width: 100%;
    position: absolute;
    top: 177px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
}
.components-HomePage-LoginTip--tip_txt span {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
.components-HomePage-LoginTip--tip_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.components-HomePage-LoginTip--tip_btn {
    position: absolute;
    width: 110px;
    bottom: 68px;
    left: 50%;
    margin-left: -55px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #286EFA;
}
.components-HomePage-LoginTip--tip_btn:hover {
    background-color: #1B60FF;
    color: #fff;
}
.components-HomePage-LoginTip--tip_bot {
    position: absolute;
    width: 70px;
    bottom: 35px;
    left: 50%;
    margin-left: -35px;
    cursor: pointer;
    text-align: center;
    height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
}

.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-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-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--marquee_short {
    white-space: nowrap;
    -webkit-animation: components-HomePage-LiveBar--marquee_short 3s linear infinite; 
    -moz-animation: components-HomePage-LiveBar--marquee_short 3s linear infinite;
    -ms-animation: components-HomePage-LiveBar--marquee_short 3s linear infinite; 
    animation: components-HomePage-LiveBar--marquee_short 3s linear infinite;
}
@-webkit-keyframes components-HomePage-LiveBar--marquee_short {
    0%   { text-indent: 0% }
    100% { text-indent: -100% }
}
@-moz-keyframes components-HomePage-LiveBar--marquee_short {
    0%   { text-indent: 0% }
    100% { text-indent: -100% }
}
@-ms-keyframes components-HomePage-LiveBar--marquee_short {
    0%   { text-indent: 0% }
    100% { text-indent: -100% }
}
@keyframes components-HomePage-LiveBar--marquee_short {
    0%   { text-indent: 0% }
    100% { text-indent: -100% }
}

.components-HomePage-LiveBar--liveBar_item:hover .components-HomePage-LiveBar--marquee {
    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% }
}

.components-HomePage-LiveBar--liveBar_item:hover .components-HomePage-LiveBar--marquee_long {
    white-space: nowrap;
    -webkit-animation: components-HomePage-LiveBar--marquee_long 7s linear infinite; 
    -moz-animation: components-HomePage-LiveBar--marquee_long 7s linear infinite;
    -ms-animation: components-HomePage-LiveBar--marquee_long 7s linear infinite; 
    animation: components-HomePage-LiveBar--marquee_long 7s linear infinite;
}
@-webkit-keyframes components-HomePage-LiveBar--marquee_long {
    0%   { text-indent: 0% }
    100% { text-indent: -200% }
}
@-moz-keyframes components-HomePage-LiveBar--marquee_long {
    0%   { text-indent: 0% }
    100% { text-indent: -200% }
}
@-ms-keyframes components-HomePage-LiveBar--marquee_long {
    0%   { text-indent: 0% }
    100% { text-indent: -200% }
}
@keyframes components-HomePage-LiveBar--marquee_long {
    0%   { text-indent: 0% }
    100% { text-indent: -200% }
}
