@font-face {
  font-family: 'Roboto New';
  src: url('../font/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-display: swap;
  font-weight: 400; /* 常规字重 */
  font-style: normal;
}

@font-face {
  font-family: 'Roboto New';
  src: url('../font/Roboto-VariableFont_wdth,wght.ttf') format('woff2');
  font-display: swap;
  font-weight: 700; /* 粗体 */
  font-style: normal;
}

html, body {
    font-family: "Roboto New" !important;
    box-sizing: border-box;
    padding: 0;
    background-color: #fff;
    margin: 0;
    position: relative;
}
/*滚动条样式*/
.scrollBox {
  scrollbar-width: none;
}
.scrollBox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0;    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.scrollBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.06);
    background: rgba(0, 0, 0, 0.06);
}
.scrollBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.02);
}
input, button {
    outline: none;
}
input::-ms-clear,input::-ms-reveal{
    display: none;
}
span {
    word-break: break-word;
}
p {
    word-break: break-word;
    margin: 0;
}
a:focus {
    text-decoration: none;
}
.mobile-main .swiper-pagination {
    height: 2px !important;
}
.mobileOpenMenuUser{
  width: 50px;
  height: 29.67px;
  aspect-ratio: 50.00/29.67;
}
.mobile-menu-user {
  width: calc(100% - 100px);
  height: 100vh;
  padding: 0 4.1vw;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 10000;
  transition: all 0.4s ease;
  overflow-y: auto;
}
.mobile-menu-user-act {
  left: 100px !important;
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    padding: 0 4.1vw;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow-y: auto;
}
.mobile-menu-act {
    left: 0 !important;
}
.mobile-menu-header {
    height: 15.38vw;
    display: flex;
    align-items: center;
}
.mobile-menu .mobile-search {
    padding: 0;
}
.mobile-menu-handle {
    margin: 4.1vw 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mobile-menu-handle-item {
    height: 10.26vw;
    line-height: 10.26vw;
    border-radius: 10.26vw;
    padding: 0 4.1vw;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 2.56vw 2.56vw 0;
    display: flex;
    align-items: center;
}
.mobile-menu-handle-item img {
    width: 4.1vw;
    height: 4.1vw;
    margin-right: 1.03vw;
}
.mobile-menu-handle-item span {
    color: rgba(0, 0, 0, .8);
    font-size: 3.59vw;
}
.mobile-menu-container {
    position: relative;
    overflow-y: auto;
}
.mobile-menu-list {
    max-height: 999px;
    position: relative;
}
.mobile-menu-box {
    height: 12.31vw;
    box-sizing: border-box;
    padding-left: 2.56vw;
    border-bottom: 2px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.mobile-menu-box span {
    color: #000;
    font-size: 4.1vw;
    font-weight: 600;
}
.mobile-menu-box img {
    width: 5.64vw;
    height: 5.64vw;
    transition: all 0.3s ease;
}
.mobile-menu-item {
    max-height: 0;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.mobile-menu-item a {
    height: 10.26vw;
    color: #6c6c6c;
    font-size: 3.59vw;
    line-height: 10.26vw;
    display: block;
}
.mobile-menu-list-act .mobile-menu-box {
    border-color: #FF6A20;
}
.mobile-menu-list-act .mobile-menu-box img {
    transform: rotate(180deg);
}
.mobile-menu-list-act .mobile-menu-item {
    max-height: 500px;
}
.mobile-header {
    height: 15.38vw;
    padding: 0 4.1vw;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
.mobile-header-logo {
    flex: 1;
    margin-right: 5.13vw;
    display: flex;
    align-items: center;
}
.mobile-header-logo a {
    font-size: 0;
    margin-right: 2.56vw;
    display: block;
}
.mobile-header-logo a img {
    height: 7.69vw;
}
.mobile-main {
    width: 100vw;
    overflow: hidden;
    margin-top: 15.38vw;
}
.mobile-header-handle {
    display: flex;
    align-items: center;
}
.mobile-header-handle img {
    width: 7.18vw;
    min-width: 7.18vw;
    height: 7.18vw;
    margin-left: 1.54vw;
}
.mobile-header-search {
  width: 100%;
  height: 10.26vw;
  padding: 0 1.28vw 0 6.15vw;
  border-radius: 10.26vw;
  background-color: #efefef;
  display: flex;
  align-items: center;
}
.mobile-header-search input {
  flex: 1;
  height: 100%;
  color: #000;
  font-size: 3.08vw;
  border: none;
  padding: 0;
  background-color: transparent;
  margin-right: 4.1vw;
}
.mobile-header-search input::placeholder {
  color: rgba(0, 0, 0, .3);
}
.mobile-header-search img {
  width: 8.2vw;
  height: 8.2vw;
}
.mobile-header-close {
  width: 7.18vw;
  min-width: 7.18vw;
  height: 7.18vw;
  margin-left: 1.54vw;
}
.mobileHeaderSearch {
  display: none;
}
.mobile-search {
    height: 12.82vw;
    /*padding: 0 4.1vw;*/
    display: flex;
    align-items: center;
}
.mobile-search-box {
    width: 100%;
    height: 10.26vw;
    padding: 0 1.28vw 0 6.15vw;
    border-radius: 10.26vw;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.mobile-search-box input {
    flex: 1;
    height: 100%;
    color: #000;
    font-size: 3.08vw;
    border: none;
    padding: 0;
    background-color: transparent;
    margin-right: 4.1vw;
}
.mobile-search-box input::placeholder {
    color: rgba(0, 0, 0, .3);
}
.mobile-search-box img {
    width: 8.2vw;
    height: 8.2vw;
}
.mobile-title {
    padding: 0 4.1vw;
    margin: 5.13vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-title-name {
    display: flex;
    align-items: center;
}
.mobile-title-name img {
    width: 6.15vw;
    height: 6.15vw;
    margin-right: 2.05vw;
}
.mobile-title-name span {
    color: #000;
    font-size: 5.64vw;
    white-space: nowrap;
    font-family: 'Times New Roman';
}
.mobile-title-handle {
    display: flex;
    align-items: center;
}
.mobile-title-handle a {
    color: #000;
    font-size: 3.59vw;
    white-space: nowrap;
    margin-left: 2.56vw;
}
.mobile-card-swiper {
    width: 100%;
    min-height: 100vw;
    padding: 0 3.08vw;
    box-sizing: border-box;
    margin-bottom: 3.08vw;
    position: relative;
}
.cardSwiper1 .swiper-slide {
  display: none;
}
#cardSwiper1 .trendingTab1 {
  display: block;
}
.trendingList {
  display: none;
}
.trendingList.trendingTab1 {
  display: block;
}
.card-swiper {
    width: 100%;
    height: 100%;
    /*padding-bottom: 5.13vw;*/
    box-sizing: unset;
    position: relative;
}
.mobile-card-box {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.05);
}
.mobile-card-cover {
    width: 100%;
    height: 60.51vw;
    font-size: 0;
    margin-bottom: 3.59vw;
}
.mobile-card-cover img {
    width: 100%;
    height: 100%;
    border-radius: 0.77vw;
}
.card-swiper-pagination {
    width: 100% !important;
    top: auto !important;
    bottom: 0;
}
.card-swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #155692;
}
.mobile-card-box .mobile-card {
    flex: 1;
    padding-top: 0 !important;
}
.mobile-card {
    min-height: 35.9vw;
    padding: 2.56vw 4.1vw 0;
}
.mobile-card-title {
    color: #6C6C6C;
  font-weight: 600;
}
.mobile-card-info {
    margin-bottom: 1.03vw;
}
.mobile-card-info p {
    color: #000;
    font-size: 4.1vw;
  font-weight: 600;
    line-height: 5.13vw;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.mobile-card-time {
    margin-top: 3.08vw;
    height: 5.64vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-card-time span {
    color: rgba(0, 0, 0, .5);
    font-size: 3.08vw;
}
.mobile-card-time div {
    display: flex;
    align-items: center;
}
.mobile-card-time div img {
    width: 4.62vw;
    height: 4.62vw;
    cursor: pointer;
    margin-left: 1.03vw;
}
.mobile-card-tags {
    margin-top: 1.03vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  margin-bottom: 10px;
}
.mobile-card-label {
    height: 5.13vw;
    color: rgba(0, 0, 0, .3);
    font-size: 2.56vw;
    line-height: 5.13vw;
    padding: 0 2.56vw;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .05);
    margin: 0 1.03vw 1.03vw 0;
}
.mobile-list .mobile-card {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mobile-list {
    padding: 0 3.08vw;
}
.mobile-adv {
    width: 100%;
    /*height: 23.08vw;*/
    margin: 8.26vw 0;
}
.adv-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
.mobile-adv-cover {
    width: 100%;
    height: 100%;
    font-size: 0;
}
.mobile-adv-cover img {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.mobile-tabs {
    padding: 0 4.1vw;
    margin-bottom: 5.13vw;
    display: flex;
    align-items: center;
    overflow-y: auto;
}
.mobile-tabs-box {
    height: 9.23vw;
    color: rgba(0, 0, 0, .4);
    font-size: 3.08vw;
    font-weight: 600;
    line-height: 9.23vw;
    white-space: nowrap;
    border-radius: 9.23vw;
    padding: 0 5.13vw;
    margin-right: 2.56vw;
    background-color: rgba(228, 228, 228, .2);
    transition: all 0.3s ease;
}
.mobile-tabs-act {
    color: #114372;
    background-color: rgba(46, 143, 232, .2);
}
.mobile-focus {
    width: 100%;
    height: 190vw;
    padding-top: 20vw;
    background: url("../image/banner.jpg") center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.mobile-focus-title {
    padding: 0 4.1vw;
    margin-bottom: 2.56vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mobile-focus-title p {
    color: rgba(255, 255, 255, .8);
    font-size: 3.08vw;
    line-height: 4.1vw;
    margin: 0;
}
.mobile-focus-swiper {
    padding: 5.13vw 0 5.13vw 5.13vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2294), rgba(255, 255, 255, .3));
    margin-left: 6.15vw;
}
.mobile-focus-swiper-content {
    width: 100%;
    height: 100%;
    position: relative;
}
.mobile-focus-cover {
    width: 44.1vw;
    height: 61.54vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mobile-focus-cover a {
    width: 44.1vw;
    height: 30.26vw;
    font-size: 0;
    display: flex;
}
.mobile-focus-cover a img {
    width: 100%;
    height: 100%;
}
.mobile-focus-content {
    margin-top: 25vw;
    margin-left: 7.69vw;
}
.mobile-focus-name {
    color: #fff;
    font-size: 11.28vw;
    line-height: 16.92vw;
    font-weight: 800;
    margin-bottom: 6.15vw;
}
.mobile-focus-info {
    margin-bottom: 10vw;
}
.mobile-focus-info p {
    color: #fff;
    font-size: 4.1vw;
    line-height: 5.13vw;
}
.mobile-focus-info p span {
    font-weight: 600;
    font-style: italic;
}
.mobile-focus-bt {
    display: flex;
}
.mobile-focus-bt div {
    height: 10.26vw;
    color: #000;
    font-size: 3.59vw;
    line-height: 10.26vw;
    padding: 0 6.15vw;
    border-radius: 10.26vw;
    background-color: #fff;
}
.mobile-focus-banner {
    width: 100%;
  font-size: 0;
   position: relative;
}
.mobile-focus-banner img {
    width: 100%;
    height: 100%;
}
.mobile-focus-banner .mobile-focus-bt {
  position: absolute;
  bottom: 11.8%;
  left: 8.2vw;
  z-index: 10;
}
.mobile-events {
    /*height: 112.82vw;*/
    padding: 0 4.1vw;
    box-sizing: border-box;
    margin-bottom: 10.26vw;
    position: relative;
}
.mobile-events-icon {
    width: 14.87vw;
    height: 14.87vw;
    position: absolute;
    top: 8vw;
    right: 10vw;
}
.mobile-events-box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6.2vw 4.1vw 0 4.1vw;
    border-radius: 1.28vw;
}
.mobile-events-title {
    margin-bottom: 6.2vw;
}
.mobile-events-title span {
    color: #155692;
    font-size: 5.13vw;
    font-weight: 600;
    line-height: 6.67vw;
}
.mobile-events-title p {
    color: rgba(0, 0, 0, .6);
    font-size: 3.08vw;
}
.mobile-events-swiper {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5.13vw;
    position: relative;
}
.events-swiper {
    width: 100%;
    height: 100%;
    box-sizing: unset;
    padding-bottom: 5.13vw;
    position: relative;
}
.events-swiper .swiper-slide {
    height: 97vw !important;
}
.mobile-events-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 4.62vw;
    border-radius: 1.03vw;
    background-color: #fff;
}
.mobile-events-name {
    font-size: 3.08vw;
    font-weight: 600;
    line-height: 4.1vw;
    margin-bottom: 2.05vw;
}
.mobile-events-cover {
    /*width: 100%;*/
    height: 16.92vw;
    border-radius: 3px;
    margin: 0 auto 4.1vw;
    display: block;
}
.mobile-events-info {
    margin-bottom: 5.13vw;
}
.mobile-events-info p {
    color: #000;
    font-size: 4.1vw;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.mobile-events-time-item {
    margin-bottom: 2.05vw;
    display: flex;
    align-items: center;
}
.mobile-events-time-item span {
    width: 17.95vw;
    min-width: 17.95vw;
    color: rgba(0, 0, 0, .6);
    font-size: 3.08vw;
    font-weight: 600;
    white-space: nowrap;
}
.mobile-events-time-item p {
    color: #000;
    font-size: 3.73vw;
}
.mobile-events-bt {
    display: flex;
    justify-content: flex-end;
}
.mobile-events-bt div {
    height: 8.21vw;
    color: #fff;
    font-size: 3.08vw;
    line-height: 8.21vw;
    padding: 0 4.1vw;
    border-radius: 8.21vw;
    background-color: #FF6A20;
}
.mobile-events-blue .mobile-events-box {
    box-shadow: 0 3px 10px rgba(21, 86, 146, .1);
    background: linear-gradient(to bottom, #DCEEFF, #ffffff);
}
.mobile-events-orange .mobile-events-box {
    box-shadow: 0 3px 10px rgba(21, 86, 146, .1);
    background: linear-gradient(to bottom, #FFD3BD, #ffffff);
}
.mobile-events-orange .mobile-events-title span {
    color: #FF6A20;
}
.eventSwiperPagination2 .swiper-pagination-progressbar-fill {
    background-color: #FF6A20;
}
.mobile-video {
    padding: 6.31vw 0;
    background: linear-gradient(to bottom, #1A2025, #09365D, #0D2242);
    margin-bottom: 10.26vw;
}
.mobile-video .mobile-title-name span {
    color: #fff;
}
.mobile-video .mobile-title-handle a {
    color: #fff;
}
.mobile-video .mobile-tabs-box {
    color: rgba(255, 255, 255, .8);
    white-space: nowrap;
    background-color: rgba(255, 255, 255, .2);
}
.mobile-video .mobile-tabs-act {
    color: #114372;
  font-weight: 600;
    background-color: #EAF5FF;
}
.videoSwiper .swiper-slide {
  display: none;
}
#videoSwiper .videoTabs1 {
  display: block;
}
#videoSwiper .mobile-card-box {
  background-color: rgba(0, 0, 0, .2);
}
.mobile-video-swiper {
    padding: 0 4.1vw;
}
.mobile-video-swiper .mobile-card-title {
    color: #fff;
}
.mobile-video-swiper .mobile-card-info p {
  height: 15.39vw;
}
.mobile-video-swiper .mobile-card-info p {
    color: #fff;
}
.mobile-video-swiper .mobile-card-time span {
    color: #b0b0b0;
}
.mobile-video-swiper .card-swiper-pagination {
    background-color: rgba(255, 255, 255, .4);
}
.mobile-video-swiper .card-swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #EAF5FF;
}
.mobile-video-swiper .mobile-card {
  padding-left: 2.56vw;
  padding-right: 2.56vw;
}
.mobile-video-cover {
    width: 100%;
    height: 38.46vw;
    font-size: 0;
    margin-bottom: 3.59vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.mobile-video-cover-bg {
    width: 100%;
    height: 100%;
    border-radius: 0.77vw;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
}
.mobile-video-cover-bt {
    width: 10.26vw;
    height: 10.26vw;
    position: relative;
    z-index: 10;
}
.mobile-video-cover-time {
    height: 5.64vw;
    color: rgba(255, 255, 255, .9);
    font-size: 2.56vw;
    line-height: 5.64vw;
    padding: 0 3.08vw;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    right: 1.03vw;
    bottom: 1.03vw;
}
.mobile-live {
    /*padding: 0 4.1vw 4.1vw;*/
}
.mobile-live-cover {
    height: 61.03vw;
    font-size: 0;
    border-radius: 3px;
    overflow: hidden;
}
.mobile-live-cover video {
    width: 100%;
    height: 100%;
    background-color: #000;
}
.mobile-live-label {
  margin-top: 4.1vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mobile-live-label span {
  color: #6c6c6c;
  font-size: 3.08vw;
  white-space: nowrap;
}
.mobile-live-label p {
  color: #6c6c6c;
  font-size: 3.08vw;
  white-space: nowrap;
  margin: 0 2.05vw;
}
.mobile-live .mobile-card {
    padding: 2.56vw 0 0;
}
.mobile-live .mobile-card-info p {
    font-weight: 600;
  height: 15.39vw;
}
.mobile-live .mobile-card-tags {
    /*margin-top: 2.05vw;*/
}
.mobile-live-swiper .mobile-card-box {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.05);
}
.mobile-live-swiper .mobile-card {
  padding: 2.56vw 0 0;
  display: flex;
  flex-direction: column;
}
.mobile-live-swiper .mobile-card .mobile-card-info {
  flex: 1;
}
.mobile-industry {
  margin-bottom: 8.21vw;
}
.mobile-industry-container {
    background-color: rgba(0, 0, 0, .03);
    max-height: 12.82vw;
    padding: 0 4.1vw;
    transition: all 0.3s ease;
    overflow: hidden;
}
.mobile-industry-box {
    height: 12.82vw;
    padding: 0 4.1vw 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    /*background-color: rgba(0, 0, 0, .03);*/
    display: flex;
    align-items: center;
}
.mobile-industry-icon {
    /*width: 7.69vw;*/
    height: 7.69vw;
}
.mobile-industry-icon-act {
    /*width: 13.46vw;*/
    height: 7.69vw;
    display: none;
}
.mobile-industry-name {
    flex: 1;
    color: #000;
    font-size: 4.1vw;
    font-weight: 600;
    margin: 0 2.05vw;
}
.mobile-industry-down {
    width: 3.08vw;
    height: 3.08vw;
    transition: all 0.3s ease;
}
.mobile-industry-item {}
.mobile-industry-title {
    color: #000;
    font-size: 4.62vw;
    font-weight: 600;
    text-align: center;
    margin: 4.1vw 0 0;
}
.mobile-industry-item .mobile-card {
    min-height: auto;
    padding: 3.08vw 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: flex-start;
}
.mobile-industry-cover {
    width: 35.9vw;
    height: 21.54vw;
    font-size: 0;
    border-radius: 3px;
    margin-right: 4.1vw;
    overflow: hidden;
}
.mobile-industry-cover img {
  width: 100%;
  height: 100%;
}
.mobile-industry-content {
    flex: 1;
}
.mobile-industry-act {
    max-height: 1100px;
}
.mobile-industry-act .mobile-industry-down {
    transform: rotate(180deg);
}
.mobile-industry-act .mobile-industry-icon {
    display: none;
}
.mobile-industry-act .mobile-industry-icon-act {
    display: block;
}
.mobile-sponsor {
    margin: 10.26vw 4.1vw;
}
.mobile-sponsor-box {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    border-radius: 3px;
    overflow: hidden;
}
.mobile-sponsor-video {
    width: 100%;
    height: 60.51vw;
    font-size: 0;
}
.mobile-sponsor-video video {
    width: 100%;
    height: 100%;
    background-color: #000;
}
.mobile-sponsor-content {
    padding: 4.1vw;
}
.mobile-sponsor-name {
    color: #6C6C6C;
    font-size: 3.08vw;
}
.mobile-sponsor-info {
    color: #000;
    font-size: 4.1vw;
    font-weight: 600;
    margin: 1.03vw 0 4.1vw;
}
.mobile-sponsor-icon {
    width: 15.38vw;
}
.mobile-plas {
    padding: 15.38vw 4.1vw;
    background: linear-gradient(to right, #C7E4FF, #E8F4FF, #C7E4FF);
}
.mobile-plas-banner {
    width: 100%;
}
.mobile-plas-name {
    display: flex;
    align-items: center;
}
.mobile-plas-name span:nth-child(1) {
    color: #155692;
    font-size: 5.13vw;
}
.mobile-plas-name span:nth-child(2) {
    color: #FF6A20;
    font-size: 5.13vw;
}
.mobile-plas-title {
    color: #155692;
    font-size: 6.15vw;
    line-height: 8.21vw;
    margin-bottom: 8.21vw;
}
.mobile-plas-info {
    color: #000;
    font-size: 3.59vw;
    line-height: 4.62vw;
    margin-bottom: 8.21vw;
}
.mobile-plas-bt {
    height: 10.26vw;
    color: #000;
    font-size: 3.59vw;
    line-height: 10.26vw;
    padding: 0 4.1vw;
    border-radius: 10.26vw;
    background-color: #fff;
    display: inline-block;
}
.mobile-plas-banner {
    width: 100%;
  font-size: 0;
  position: relative;
}
.mobile-plas-banner img {
    width: 100%;
    height: 100%;
}
.mobile-plas-banner .mobile-focus-bt {
  position: absolute;
  bottom: 10.8%;
  left: 8.2vw;
  z-index: 10;
}
.mobile-reads {
    padding: 8.21vw 4.1vw 15.38vw;
    /*background-color: #f0f0f0;*/
}
.mobile-reads .mobile-title {
    padding: 0;
    margin: 0 0 5.13vw;
}
.mobile-reads-box {
    height: 42.56vw;
    border-radius: 3px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    margin-bottom: 4.1vw;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.mobile-reads-cover {
    width: 28.21vw;
    min-width: 28.21vw;
    height: 100%;
    font-size: 0;
    margin-right: 3.08vw;
}
.mobile-reads-cover img {
    width: 100%;
    height: 100%;
    border-radius: 0.77vw;
}
.mobile-reads-content {
    flex: 1;
    padding-right: 3.08vw;
}
.mobile-reads-title {
    color: #000;
    font-size: 4.1vw;
    line-height: 5.13vw;
    font-weight: 600;
    margin-bottom: 4.1vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.mobile-reads-time {
    margin-bottom: 4.1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-reads-time span {
    color: #6C6C6C;
    font-size: 3.08vw;
}
.mobile-reads-time div {
    display: flex;
    align-items: center;
}
.mobile-reads-time div img {
    width: 4.62vw;
    height: 4.62vw;
    margin-left: 1.03vw;
}
.mobile-reads-handle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-reads-handle a {
    color: #000;
    font-size: 3.08vw;
}
.mobile-reads-handle span {
    width: 1px;
    height: 3.08vw;
    background-color: rgba(0, 0, 0, .5);
    margin: 0 3.08vw;
}
.mobile-reads-bt {
    height: 10.26vw;
    color: #000;
    font-size: 3.59vw;
    line-height: 10.26vw;
    border-radius: 10.26vw;
    padding: 0 4.1vw;
    background-color: #efefef;
}
.mobile-company {
    width: 100vw;
    overflow: hidden;
    padding: 15.38vw 4.1vw;
}
.mobile-company-title {
    width: 60%;
    color: #155692;
    font-size: 4.62vw;
    font-weight: 600;
    line-height: 6.67vw;
    text-align: center;
    margin: 0 auto 4.1vw;
}
.mobile-company-bt {
    margin-bottom: 6.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-company-bt div {
    height: 10.26vw;
    color: #fff;
    font-size: 3.59vw;
    line-height: 10.26vw;
    border-radius: 10.26vw;
    padding: 0 4.1vw;
    background: linear-gradient(to bottom, #2B7AC3, #0C4C87);
}
.mobile-company-hint {
    color: #FF6A20;
    font-size: 4.62vw;
    text-align: center;
    margin-bottom: 4.1vw;
}
.mobile-company-submit {
    height: 11.28vw;
    padding: 0 2.05vw 0 4.1vw;
    border: 1px solid #B0B0B0;
    border-radius: 11.28vw;
    margin: 0 4.1vw;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.mobile-company-submit input {
    flex: 1;
    height: 100%;
    color: #000;
    font-size: 3.59vw;
    border: none;
    background-color: transparent;
    margin-right: 4.1vw;
}
.mobile-company-submit input::placeholder {
    color: rgba(0, 0, 0, .3);
    font-size: 12px;
}
.mobile-company-submit div {
    height: 9.23vw;
    color: #fff;
    font-size: 3.59vw;
    line-height: 9.23vw;
    border-radius: 9.23vw;
    padding: 0 4.1vw;
    background: linear-gradient(to bottom, #FF6A20, #FF1515);
}
.mobile-company-swiper {
    height: 55.38vw;
    margin-bottom: 4.1vw;
    position: relative;
}
.mobileCompanySwiper {
    width: 100%;
    height: 100%;
    position: relative;
}
.mobileCompanySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.mobile-mobile-swiper-prev::after {
    color: #000;
    font-size: 4.1vw;
    font-weight: 600;
}
.mobile-mobile-swiper-next::after {
    color: #000;
    font-size: 4.1vw;
    font-weight: 600;
}
.mobile-swiper-scroll {
    overflow-x: auto;
}
.mobile-company-swiper-scroll-box {
    padding: 0 16.15vw;
    font-size: 0;
    display: flex;
    align-items: center;
}
.mobile-company-swiper-scroll-box img {
  /*  width: 32.31vw;
    height: 15.38vw;
  transform: scale(0.5);*/
  max-width: 32.31vw;
  max-height: 15.38vw;
  object-fit: contain;
  transform: scale(0.8);
}
.mobile-company-swiper-scroll-box:nth-child(2n) {
    padding: 0 !important;''
}
.mobile-swiper-prev {
    width: 15.9vw;
    height: 100%;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, .95), transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.mobile-swiper-next {
    width: 15.9vw;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, .95), #ffffff);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.mobile-swiper-prev .swiper-button-prev {
    background-image: unset;
    left: 50%;
    transform: translate(-50%, 0);
}
.mobile-swiper-next .swiper-button-next {
    background-image: unset;
    right: 50%;
    transform: translate(100%, 0);
}
.mobile-swiper-prev .swiper-button-prev::after {
    color: #000;
    font-size: 4.1vw;
    font-weight: 600;
}
.mobile-swiper-next .swiper-button-next::after {
    color: #000;
    font-size: 4.1vw;
    font-weight: 600;
}
.mobile-footer {
    padding: 12.82vw 8.21vw;
    background-color: #E9F4FF;
}
.mobile-footer-link {
    margin-bottom: 4.1vw;
    display: flex;
    flex-direction: column;
}
.mobile-footer-link a {
    color: #000;
    font-size: 4.1vw;
    line-height: 5.64vw;
    margin-bottom: 4.1vw;
}
.mobile-footer-platform {
    margin-bottom: 4.1vw;
    display: flex;
    align-items: center;
}
.mobile-footer-platform a {
    width: 6.15vw;
    height: 6.15vw;
    font-size: 0;
    margin-right: 2.56vw;
}
.mobile-footer-platform a img {
    width: 100%;
    height: 100%;
}
.mobile-footer-logo {
    display: flex;
    align-items: center;
}
.mobile-footer-logo img {
    height: 7.69vw;
    margin-right: 1.03vw;
}
.mobile-collect-act {
    display: none;
}
.color-orange {
    color: #FF6A20;
}
.color-pink {
    color: #CC097E;
}
.color-blue {
    color: #0DAEFF;
}
.color-blue-dark {
    color: #155692;
}
.mobile-banner {
  width: 100%;
  height: 153.85vw;
  position: relative;
}
.banner-swiper-mask {
  width: 100%;
  height: 100%;
 /* background: url("../image/mobile-banner-mask.png") center no-repeat;*/
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),  /* 上方：白色 20% 不透明 */
    rgb(249 114 46 / 85%)       /* 下方：橙色 85% 不透明 */
  );
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.banner-swiper-img {
  width: 100%;
  height: 153.85vw;
}
.mobile-banner-content {
  width: 100%;
  padding: 0 4.1vw 5.13vw;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.mobile-search-keyword {
  margin-top: 4.1vw;
  display: flex;
  align-items: flex-start;
}
.mobile-search-keyword span {
  color: #fff;
  font-size: 3.59vw;
  white-space: nowrap;
  margin-right: 4.1vw;
}
.mobile-search-keyword-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mobile-search-keyword-box div {
  height: 7.69vw;
  color: #fff;
  font-size: 3.08vw;
  line-height: 7.4vw;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 3.59vw;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8vw;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 3.08vw 3.08vw 0;
}
.mobile-search-text {
  color: #fff;
  font-size: 6.15vw;
  font-weight: 600;
  margin: 0 0 4.1vw;
  position: absolute;
  bottom: 41vw;
  left: 4.1vw;
  z-index: 20;
  padding: 0 10px;
}
