/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/style.css ***!
  \****************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
    /* 头部 */
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .headea .head .logoindex {
    display: inline-block;
    width: 40%;
    height: 52px;
  }
  .media-mobile .headea .head .logoindex img {
    width: 128px;
    height: 52px;
  }
  .media-mobile .headea .head .operate {
    /* width: 30%; */
    width: calc(100% - 40%);
    flex: 1;
    height: 16px;
    display: flex;
    /* justify-content: space-around; */
    justify-content: flex-end !important;
    align-items: center;
  }
  .media-mobile .headea .head .operate .register-btn {
    background-color: #165dff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    width: 76px;
    margin-right: 10px;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .banner {
    width: 100%;
    min-width: auto;
    height: 420px;
    position: relative;
  }
  .media-mobile .banner .bd {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 420px;
  }
  .media-mobile .banner .bd .img-list {
    position: relative;
    overflow: hidden;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
  }
  .media-mobile .banner .bd .img-list ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .media-mobile .banner .bd .img-list ul li img {
    width: 100%;
    height: 420px;
  }
  .media-mobile .banner .bd .img-list .circle {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .media-mobile .banner .bd .img-list .circle li {
    width: 50px;
    height: 2px;
    float: left;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0.5019607843);
  }
  .media-mobile .banner .bd .img-list .circle li.active {
    background-color: #FFFFFF;
  }
  .media-mobile .banner .img-info {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translate(-50%, 0);
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
  }
  .media-mobile .banner .img-info span:nth-child(1) {
    color: #1D2129;
    font-size: 30px;
    font-family: Alibaba PuHuiTi 2;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
  }
  .media-mobile .banner .img-info span:nth-child(2) {
    color: #1D2129;
    font-size: 12px;
    font-family: Alibaba PuHuiTi 2;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .media-mobile .main {
    width: 100%;
  }
  .media-mobile .main .main-title {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .media-mobile .main .main-title::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .main .main-title .main-image-text {
    flex-shrink: 0;
    width: 110px;
    height: 120px;
    white-space: nowrap;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .media-mobile .main .main-title .main-image-text img {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    margin-top: 20px;
    text-align: center;
  }
  .media-mobile .main .main-title .main-image-text span {
    display: inline-block;
    width: 110px;
    height: 22px;
    color: #165DFF;
    font-size: 16px;
    font-family: Alibaba PuHuiTi 2;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
  }
  .media-mobile .main .main-title .main-image-text.glactive {
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .main .main-content {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) {
    width: 100%;
    display: none;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .carouselone {
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .carouselone ul {
    display: flex;
    /* 这个高度需要在JS里面动态添加 */
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .carouselone ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .carouselone ul li span {
    display: flex;
    flex-direction: column;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 5px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .carouselone ul li .titspan {
    font-family: Alibaba PuHuiTi 2;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .carouselone .points {
    /* 未知宽度的盒子，使用 absolute 定位，结合 transform 的方式进行居中 */
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .carouselone .points li {
    width: 26px;
    height: 1px;
    float: left;
    background: #C9CDD4;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .carouselone .points li.active {
    background-color: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-highlight {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-highlight ul {
    width: 196px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-highlight ul li {
    width: 26px;
    height: 1px;
    background: #C9CDD4;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-highlight ul li:nth-child(1) {
    background: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-imgs {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-imgs .main-img-group {
    width: 290px;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-imgs .main-img-group img {
    width: 288px;
    height: 430px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-imgs .main-but {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-imgs .main-but .main-but-bg {
    width: 280px;
    height: 50px;
    background-image: url(/images/button-bg_c5f9ccb1.png);
    background-size: 100%;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-imgs .main-but .main-but-bg span {
    display: inline-block;
    width: 280px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(1) .main-imgs .main-but .main-but-bg span a {
    display: inline-block;
    width: 280px;
    height: 50px;
    color: #FFFFFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) {
    width: 100%;
    display: none;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .carouseler {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .carouseler ul {
    display: flex;
    /* 这个高度需要在JS里面动态添加 */
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .carouseler ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .carouseler ul li span {
    display: flex;
    flex-direction: column;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 5px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .carouseler ul li .titspan {
    font-family: Alibaba PuHuiTi 2;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .carouseler .points {
    /* 未知宽度的盒子，使用 absolute 定位，结合 transform 的方式进行居中 */
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .carouseler .points li {
    width: 26px;
    height: 1px;
    background: #C9CDD4;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .carouseler .points li.active {
    background-color: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-highlight {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-highlight ul {
    width: 196px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-highlight ul li {
    width: 26px;
    height: 1px;
    background: #C9CDD4;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-highlight ul li:nth-child(2) {
    background: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-imgs {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-imgs .main-img-group {
    width: 290px;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-imgs .main-img-group img {
    width: 288px;
    height: 430px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-imgs .main-but {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-imgs .main-but .main-but-bg {
    width: 280px;
    height: 50px;
    background-image: url(/images/button-bg_c5f9ccb1.png);
    background-size: 100%;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-imgs .main-but .main-but-bg span {
    display: inline-block;
    width: 280px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(2) .main-imgs .main-but .main-but-bg span a {
    display: inline-block;
    width: 280px;
    height: 50px;
    color: #FFFFFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) {
    width: 100%;
    display: none;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .carouselsan {
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .carouselsan ul {
    display: flex;
    /* 这个高度需要在JS里面动态添加 */
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .carouselsan ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .carouselsan ul li span {
    display: flex;
    flex-direction: column;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 5px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .carouselsan ul li .titspan {
    font-family: Alibaba PuHuiTi 2;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .carouselsan .points {
    /* 未知宽度的盒子，使用 absolute 定位，结合 transform 的方式进行居中 */
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .carouselsan .points li {
    width: 26px;
    height: 1px;
    float: left;
    background: #C9CDD4;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .carouselsan .points li.active {
    background-color: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-highlight {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-highlight ul {
    width: 196px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-highlight ul li {
    width: 26px;
    height: 1px;
    background: #C9CDD4;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-highlight ul li:nth-child(3) {
    background: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-imgs {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-imgs .main-img-group {
    width: 290px;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-imgs .main-img-group img {
    width: 288px;
    height: 430px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-imgs .main-but {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-imgs .main-but .main-but-bg {
    width: 280px;
    height: 50px;
    background-image: url(/images/button-bg_c5f9ccb1.png);
    background-size: 100%;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-imgs .main-but .main-but-bg span {
    display: inline-block;
    width: 280px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(3) .main-imgs .main-but .main-but-bg span a {
    display: inline-block;
    width: 280px;
    height: 50px;
    color: #FFFFFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) {
    width: 100%;
    display: none;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .carouselsi {
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .carouselsi ul {
    display: flex;
    /* 这个高度需要在JS里面动态添加 */
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .carouselsi ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .carouselsi ul li span {
    display: flex;
    flex-direction: column;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 5px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .carouselsi ul li .titspan {
    font-family: Alibaba PuHuiTi 2;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .carouselsi .points {
    /* 未知宽度的盒子，使用 absolute 定位，结合 transform 的方式进行居中 */
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .carouselsi .points li {
    width: 26px;
    height: 2px;
    background: #C9CDD4;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .carouselsi .points li.active {
    background-color: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-highlight {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-highlight ul {
    width: 196px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-highlight ul li {
    width: 26px;
    height: 1px;
    background: #C9CDD4;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-highlight ul li:nth-child(4) {
    background: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-imgs {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-imgs .main-img-group {
    width: 290px;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-imgs .main-img-group img {
    width: 288px;
    height: 430px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-imgs .main-but {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-imgs .main-but .main-but-bg {
    width: 280px;
    height: 50px;
    background-image: url(/images/button-bg_c5f9ccb1.png);
    background-size: 100%;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-imgs .main-but .main-but-bg span {
    display: inline-block;
    width: 280px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(4) .main-imgs .main-but .main-but-bg span a {
    display: inline-block;
    width: 280px;
    height: 50px;
    color: #FFFFFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) {
    width: 100%;
    display: none;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .carouselwu {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .carouselwu ul {
    display: flex;
    /* 这个高度需要在JS里面动态添加 */
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .carouselwu ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .carouselwu ul li span {
    display: flex;
    flex-direction: column;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 5px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .carouselwu ul li .titspan {
    font-family: Alibaba PuHuiTi 2;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .carouselwu .points {
    /* 未知宽度的盒子，使用 absolute 定位，结合 transform 的方式进行居中 */
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .carouselwu .points li {
    width: 26px;
    height: 1px;
    float: left;
    background: #C9CDD4;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .carouselwu .points li.active {
    background-color: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-highlight {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-highlight ul {
    width: 196px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-highlight ul li {
    width: 26px;
    height: 1px;
    background: #C9CDD4;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-highlight ul li:nth-child(5) {
    background: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-imgs {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-imgs .main-img-group {
    width: 290px;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-imgs .main-img-group img {
    width: 288px;
    height: 430px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-imgs .main-but {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-imgs .main-but .main-but-bg {
    width: 280px;
    height: 50px;
    background-image: url(/images/button-bg_c5f9ccb1.png);
    background-size: 100%;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-imgs .main-but .main-but-bg span {
    display: inline-block;
    width: 280px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(5) .main-imgs .main-but .main-but-bg span a {
    display: inline-block;
    width: 280px;
    height: 50px;
    color: #FFFFFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) {
    width: 100%;
    display: none;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .carouselliu {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .carouselliu ul {
    display: flex;
    /* 这个高度需要在JS里面动态添加 */
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .carouselliu ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .carouselliu ul li span {
    display: flex;
    flex-direction: column;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 5px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .carouselliu ul li .titspan {
    font-family: Alibaba PuHuiTi 2;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .carouselliu .points {
    /* 未知宽度的盒子，使用 absolute 定位，结合 transform 的方式进行居中 */
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .carouselliu .points li {
    width: 26px;
    height: 1px;
    float: left;
    background: #C9CDD4;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .carouselliu .points li.active {
    background-color: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-highlight {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-highlight ul {
    width: 196px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-highlight ul li {
    width: 26px;
    height: 1px;
    background: #C9CDD4;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-highlight ul li:nth-child(6) {
    background: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-imgs {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-imgs .main-img-group {
    width: 290px;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-imgs .main-img-group img {
    width: 288px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-imgs .main-but {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-imgs .main-but .main-but-bg {
    width: 280px;
    height: 50px;
    background-image: url(/images/button-bg_c5f9ccb1.png);
    background-size: 100%;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-imgs .main-but .main-but-bg span {
    display: inline-block;
    width: 280px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(6) .main-imgs .main-but .main-but-bg span a {
    display: inline-block;
    width: 280px;
    height: 50px;
    color: #FFFFFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) {
    width: 100%;
    display: none;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .carouselqi {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .carouselqi ul {
    display: flex;
    /* 这个高度需要在JS里面动态添加 */
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .carouselqi ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .carouselqi ul li span {
    display: flex;
    flex-direction: column;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 5px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .carouselqi ul li .titspan {
    font-family: Alibaba PuHuiTi 2;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .carouselqi .points {
    /* 未知宽度的盒子，使用 absolute 定位，结合 transform 的方式进行居中 */
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .carouselqi .points li {
    width: 26px;
    height: 1px;
    float: left;
    background: #C9CDD4;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .carouselqi .points li.active {
    background-color: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-highlight {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-highlight ul {
    width: 196px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-highlight ul li {
    width: 26px;
    height: 1px;
    background: #C9CDD4;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-highlight ul li:nth-child(7) {
    background: #165DFF;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-imgs {
    width: 100%;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-imgs .main-img-group {
    width: 290px;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-imgs .main-img-group img {
    width: 288px;
    height: 430px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-imgs .main-but {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-imgs .main-but .main-but-bg {
    width: 280px;
    height: 50px;
    background-image: url(/images/button-bg_c5f9ccb1.png);
    background-size: 100%;
    margin: 0 auto;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-imgs .main-but .main-but-bg span {
    display: inline-block;
    width: 280px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .main .main-content .main-cut-content:nth-child(7) .main-imgs .main-but .main-but-bg span a {
    display: inline-block;
    width: 280px;
    height: 50px;
    color: #FFFFFF;
  }
  .media-mobile .main .main-content .main-cut-content.active {
    display: block;
  }
  .media-mobile .caseshow {
    width: 100%;
    height: 717px;
    background-color: #1D2129;
    margin-top: 30px;
    position: relative;
  }
  .media-mobile .caseshow .caseshow-title {
    width: 100%;
  }
  .media-mobile .caseshow .caseshow-title .succes {
    display: inline-block;
    font-family: Alibaba PuHuiTi 2;
    width: 100%;
    height: 36px;
    font-size: 26px;
    font-weight: 600;
    line-height: 36.4px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 50px;
  }
  .media-mobile .caseshow .caseshow-title .caseshow-info {
    width: 290px;
    height: 38px;
    margin: 0 auto;
  }
  .media-mobile .caseshow .caseshow-title .caseshow-info span {
    display: inline-block;
    width: 290px;
    height: 38px;
    margin-top: 10px;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    opacity: 60%;
  }
  .media-mobile .caseshow .caseshow-banner {
    width: 100%;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper {
    width: 311px;
    height: 460px;
    position: relative;
    margin: 0 auto;
    top: 50px;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper .inner {
    margin-top: 10px;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper .inner li {
    position: absolute;
    transition: 0.3s;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper .inner li img {
    width: 100%;
    height: 100%;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper .dot {
    width: 175px;
    height: 15px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    display: flex;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper .dot p {
    margin: 0;
    padding: 0;
    width: 60px;
    height: 2px;
    cursor: pointer;
    background-color: silver;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper .dot p:first-child {
    background-color: #FFFFFF;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper #last {
    transform: translateX(30px);
    z-index: 9;
    opacity: 1;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper #first {
    transform: translateX(0px) scale(1.1);
    z-index: 99;
    opacity: 1;
  }
  .media-mobile .caseshow .caseshow-banner .caseshow-swiper #second {
    transform: translateX(-30px);
    z-index: 9;
    opacity: 1;
  }
  .media-mobile .butimg {
    width: 100%;
    height: 300px;
    background: #FFFFFF;
  }
  .media-mobile .butimg .but-tit {
    width: 100%;
    text-align: center;
  }
  .media-mobile .butimg .but-tit span {
    display: inline-block;
    height: 36px;
    font-weight: 900px;
    font-size: 26px;
    line-height: 36px;
    color: #1D2129;
    margin-top: 20px;
  }
  .media-mobile .butimg .but-tit .but-info {
    width: 269px;
    height: 38px;
    margin: 0 auto;
  }
  .media-mobile .butimg .but-tit .but-info span {
    display: inline-block;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400px;
    font-size: 12px;
    line-height: 19.2px;
    color: #86909C;
    margin-top: 10px;
  }
  .media-mobile .butimg .loopbanner {
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
  }
  .media-mobile .butimg .loopbanner ul {
    margin-top: 30px;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
  .media-mobile .butimg .loopbanner ul li {
    height: 40px;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .media-mobile .butimg .loopbanner ul li img {
    width: 120px;
    height: 40px;
    border: solid 1px #FFFFFF;
    border-radius: 4px;
    margin: 0px 5px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .media-mobile .butimg .loopbanner ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 20px;
    animation: rollinga 25s linear infinite normal;
  }
  .media-mobile .butimg .loopbanner ul li:nth-child(2) {
    position: absolute;
    left: 0;
    top: 75px;
    animation: rollingb 25s linear infinite normal;
    margin-left: 3px;
  }
  .media-mobile .butimg .loopbanner ul li:nth-child(3) {
    position: absolute;
    left: 0;
    top: 130px;
    animation: rollingc 26s linear infinite normal;
  }
  .media-mobile .physicala {
    width: 100%;
    height: 182px;
    background: url(/images/physical_987d2cd4.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physicala .physical-text {
    width: 174px;
    height: 44px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .physicala .physical-text li {
    display: inline-block;
    width: 174px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 22.4px;
    color: #FFFFFF;
  }
  .media-mobile .physicala .physical-text li:nth-child(1) {
    margin-top: 40px;
  }
  .media-mobile .physicala .physical-btn {
    width: 100%;
    height: 36px;
    margin-top: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .physicala .physical-btn span {
    display: inline-block;
    width: 96px;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400;
  }
  .media-mobile .physicala .physical-btn span a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400;
  }
  .media-mobile .physicala .physical-btn span:nth-child(1) {
    background: url(/images/btn_plue_067ede1e.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physicala .physical-btn span:nth-child(2) {
    background: url(/images/bth_bor_532ff447.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan {
    width: 100%;
    height: 464px;
    background: url(/images/butbg_c12a05d0.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan .siluzan-logo {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 130px;
  }
  .media-mobile .butsiluzan .siluzan-logo img {
    width: 200px;
    height: 24px;
  }
  .media-mobile .butsiluzan .siluzan-qr {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop img {
    width: 114px;
    height: 114px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop span {
    display: inline-block;
    width: 106px;
    height: 20px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
  }
  .media-mobile .butsiluzan .siluzan-photo {
    width: 100%;
    height: 60px;
    padding-top: 3%;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun {
    width: 220px;
    height: 40px;
    background: url(/images/butbutton_441d8476.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-email {
    width: 100%;
    height: 20px;
  }
  .media-mobile .butsiluzan .siluzan-email span {
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-br {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .butsiluzan .siluzan-br img {
    width: 335px;
    height: 1px;
    opacity: 60%;
  }
  .media-mobile .butsiluzan .siluzan-info {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    line-height: 40px;
  }
  .media-mobile .butsiluzan .siluzan-info span {
    display: inline-block;
    width: 320px;
    height: 17px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 10px;
  }
}
@keyframes rollinga {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-360px);
  }
}
@keyframes rollingb {
  0% {
    transform: translateX(-360px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rollingc {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-360px);
  }
}

/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/mobile-core.css ***!
  \**********************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logocore {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logocore img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .backgroundimgd {
    width: 100%;
    height: 420px;
    background: url(/images/hexinBg_a977c637.png) no-repeat;
    background-size: 100%;
    position: relative;
  }
  .media-mobile .backgroundimgd .backgroundImg-text {
    width: 320px;
    height: 50px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 27%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .backgroundimgd .backgroundImg-text span:nth-child(1) {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 800;
    font-size: 26px;
  }
  .media-mobile .backgroundimgd .backgroundImg-text span:nth-child(2) {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
  }
  .media-mobile .marketing {
    width: 100%;
  }
  .media-mobile .marketing .marketing-title {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .marketing .marketing-title span:nth-child(1) {
    display: inline-block;
    width: 260px;
    height: 34px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px;
    color: #1D2129;
  }
  .media-mobile .marketing .marketing-title span:nth-child(2) {
    display: inline-block;
    width: 315px;
    height: 34px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
  }
  .media-mobile .marketing .marketing-list {
    width: 100%;
    height: 440px;
  }
  .media-mobile .marketing .marketing-list ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .marketing .marketing-list ul li {
    width: 100%;
    height: 97px;
    display: flex;
    border-radius: 4px;
    justify-content: space-around;
    background: linear-gradient(#F2F5FC, #FEFEFE, #FFFFFF);
    box-shadow: 0px 0px 8px 0px #e8edf9;
    align-items: center;
    margin-bottom: 10px;
  }
  .media-mobile .marketing .marketing-list ul li .modba {
    width: 250px;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .marketing .marketing-list ul li .modba p {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .marketing .marketing-list ul li .modba span {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .marketing .marketing-list ul li .modba span:nth-child(2) {
    margin-top: 5px;
  }
  .media-mobile .marketing .marketing-list ul li img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
  }
  .media-mobile .marketing .marketing-list ul li:nth-child(4) span {
    padding-top: 8px;
    line-height: 15px;
  }
  .media-mobile .tab {
    width: 100%;
    height: 717px;
    background: #1D2129;
  }
  .media-mobile .tab .tab-info {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .tab .tab-info span:nth-child(1) {
    width: 305px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .media-mobile .tab .tab-info span:nth-child(2) {
    width: 290px;
    height: 76px;
    opacity: 0.6000000238418579px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .tab .tab-content {
    width: 100%;
    height: 517px;
    overflow: hidden;
  }
  .media-mobile .tab .tab-content .tab-content-title {
    width: 100%;
    height: 52px;
    overflow: hidden;
  }
  .media-mobile .tab .tab-content .tab-content-title ul {
    height: 52px;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
    background: #FFFFFF;
  }
  .media-mobile .tab .tab-content .tab-content-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .tab .tab-content .tab-content-title ul li, .media-mobile .tab .tab-content .tab-content-title ul li a {
    width: 88px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #1D2129;
    padding-left: 5px;
    padding-right: 5px;
  }
  .media-mobile .tab .tab-content .tab-content-title ul li.active, .media-mobile .tab .tab-content .tab-content-title ul li.active a {
    background: #165DFF;
    color: #FFFFFF;
  }
  .media-mobile .tab .tab-content .tab-content-text {
    width: 100%;
    display: none;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-info {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-info .span-tit {
    width: 150px;
    height: 29px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-info .aigcspan {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-info .aigcspan span {
    height: 19px;
    display: inline-block;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-img {
    width: 100%;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-img img {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 308px;
    height: 168px;
  }
  .media-mobile .tab .tab-content .tab-content-text .knowbtn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .media-mobile .tab .tab-content .tab-content-text .knowbtn a {
    display: inline-block;
    width: 160px;
    height: 36px;
    border-radius: 4px;
    border: solid 1px #FFFFFF;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-solid {
    width: 100%;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-solid ul {
    width: 241px;
    height: 2px;
    border-radius: 12px;
    display: flex;
    margin: 0px auto;
  }
  .media-mobile .tab .tab-content .tab-content-text .tab-content-solid ul li {
    width: 60px;
    height: 2px;
    border-radius: 12px;
    background: #86909C;
  }
  .media-mobile .tab .tab-content .tab-content-text.show {
    display: block;
  }
  .media-mobile .select {
    width: 100%;
    height: 660px;
    background: #F6F7FA;
  }
  .media-mobile .select span {
    display: inline-block;
    width: 100%;
    height: 110px;
    text-align: center;
    line-height: 110px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0em;
  }
  .media-mobile .select ul {
    width: 92%;
    margin: 0 auto;
  }
  .media-mobile .select ul li {
    width: 100%;
    height: 93px;
    border-radius: 4px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
  }
  .media-mobile .select ul li img {
    width: 60px;
    height: 66px;
  }
  .media-mobile .select ul li .select-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
  }
  .media-mobile .select ul li .select-list span:nth-child(1) {
    display: inline-block;
    width: 100px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    margin-bottom: 8px;
  }
  .media-mobile .select ul li .select-list span:nth-child(2) {
    display: inline-block;
    width: 258px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
  }
  .media-mobile .select ul li .select-list span:nth-child(3) {
    display: inline-block;
    width: 258px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
  }
  .media-mobile .physicalcore {
    width: 100%;
    height: 182px;
    background: url(/images/physical_987d2cd4.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physicalcore .physical-text {
    width: 174px;
    height: 44px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .physicalcore .physical-text span {
    display: inline-block;
    width: 174px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .physicalcore .physical-text span:nth-child(1) {
    margin-top: 38px;
  }
  .media-mobile .physicalcore .physical-btn {
    width: 100%;
    height: 36px;
    margin-top: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .physicalcore .physical-btn span {
    display: inline-block;
    width: 96px;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
  }
  .media-mobile .physicalcore .physical-btn span a {
    color: #FFFFFF;
  }
  .media-mobile .physicalcore .physical-btn span:nth-child(1) {
    background: url(/images/btn_plue_067ede1e.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physicalcore .physical-btn span:nth-child(2) {
    background: url(/images/bth_bor_532ff447.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan {
    width: 100%;
    height: 464px;
    background: url(/images/butbg_c12a05d0.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan .siluzan-logo {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 130px;
  }
  .media-mobile .butsiluzan .siluzan-logo img {
    width: 200px;
    height: 24px;
  }
  .media-mobile .butsiluzan .siluzan-qr {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop img {
    width: 114px;
    height: 114px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop span {
    display: inline-block;
    width: 106px;
    height: 20px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
  }
  .media-mobile .butsiluzan .siluzan-photo {
    width: 100%;
    height: 60px;
    padding-top: 3%;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun {
    width: 220px;
    height: 40px;
    background: url(/images/butbutton_441d8476.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-email {
    width: 100%;
    height: 20px;
  }
  .media-mobile .butsiluzan .siluzan-email span {
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-br {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .butsiluzan .siluzan-br img {
    width: 335px;
    height: 1px;
    opacity: 60%;
  }
  .media-mobile .butsiluzan .siluzan-info {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    line-height: 40px;
  }
  .media-mobile .butsiluzan .siluzan-info span {
    display: inline-block;
    width: 320px;
    height: 17px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 10px;
  }
}

/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/market.css ***!
  \*****************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  p {
    margin: 0;
    padding: 0;
  }
  .media-mobile {
    width: 100%;
    /* 头部 */
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logomarket {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logomarket img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .headerbgimgz {
    width: 100%;
    height: 420px;
    background: url(/images/sss_d190e3cf.png) no-repeat;
    background-size: 100%;
    position: relative;
  }
  .media-mobile .headerbgimgz .backgroundImg-text {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
  }
  .media-mobile .headerbgimgz .backgroundImg-text .backgroundImg-tit {
    width: 320px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 800;
    font-size: 26px;
  }
  .media-mobile .headerbgimgz .backgroundImg-text .backgroundImg-info {
    width: 340px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .headerbgimgz .backgroundImg-text .backgroundImg-info span {
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    color: #1D2129;
    font-style: normal;
  }
  .media-mobile .select-dist {
    width: 100%;
    height: 730px;
    background: #FFFFFF;
  }
  .media-mobile .select-dist .span {
    display: inline-block;
    width: 100%;
    height: 110px;
    text-align: center;
    line-height: 110px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0em;
  }
  .media-mobile .select-dist ul {
    width: 92%;
    margin: 0 auto;
  }
  .media-mobile .select-dist ul li {
    width: 100%;
    height: 135px;
    border-radius: 4px;
    background: linear-gradient(#F2F5FC, #FEFEFE, #FFFFFF);
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 0px 4px 8px 0px #dbdfe9;
  }
  .media-mobile .select-dist ul li img {
    width: 80px;
    height: 80px;
  }
  .media-mobile .select-dist ul li .select-lista {
    flex: 1;
    padding-left: 15px;
  }
  .media-mobile .select-dist ul li .select-lista p {
    width: 100%;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-bottom: 5px;
  }
  .media-mobile .select-dist ul li .select-lista .select-child {
    width: 100%;
    height: 76px;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .select-dist ul li .select-lista .select-child span {
    display: inline-block;
    width: 100%;
    height: 19px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme {
    width: 100%;
    height: 800px;
    background: #F6F7FA;
  }
  .media-mobile .scheme p {
    width: 270px;
    height: 120px;
    margin: 0 auto;
  }
  .media-mobile .scheme p span {
    display: inline-block;
    text-align: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #1D2129;
  }
  .media-mobile .scheme p span:nth-child(1) {
    margin-top: 30px;
  }
  .media-mobile .scheme .scheme-tab {
    width: 100%;
  }
  .media-mobile .scheme .scheme-tab .scheme-tab-title {
    width: 100%;
    height: 56px;
  }
  .media-mobile .scheme .scheme-tab .scheme-tab-title ul {
    width: 100%;
    height: 56px;
    display: flex;
  }
  .media-mobile .scheme .scheme-tab .scheme-tab-title ul li {
    width: 124px;
    height: 54px;
    border: solid 1px #EAEEF4;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .scheme .scheme-tab .scheme-tab-title ul li span:nth-child(1) {
    display: inline-block;
    width: 124px;
    height: 18px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-tab-title ul li span:nth-child(2) {
    display: inline-block;
    width: 124px;
    height: 18px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-tab-title ul li.active {
    background-color: #165DFF;
    color: #FFFFFF;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun {
    width: 100%;
    overflow: hidden;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) {
    width: 100%;
    height: 600px;
    background: #FFFFFF;
    display: none;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info {
    width: 335px;
    margin: 0 auto;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemeo {
    width: 100%;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: #1D2129;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemew {
    width: 100%;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    margin-bottom: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes {
    width: 100%;
    height: 106px;
    border-radius: 4px;
    background: #ECF1FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes p {
    width: 95%;
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: left;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol {
    width: 93%;
    height: 66px;
    display: flex;
    flex-wrap: wrap;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(1) {
    width: 190px;
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(1) img {
    width: 76px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(1) span {
    width: 60px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(2) {
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(2) img {
    width: 42px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(2) span {
    width: 60px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(3) {
    width: 190px;
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(3) img {
    width: 112px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(3) span {
    width: 60px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(4) {
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(4) img {
    width: 58px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemes ol li:nth-child(4) span {
    width: 60px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef {
    width: 100%;
    height: 77px;
    border-radius: 4px;
    background: #ECF1FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef p {
    width: 95%;
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: left;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef ol {
    width: 93%;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 13px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef ol li:nth-child(1) {
    width: 160px;
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef ol li:nth-child(1) img {
    width: 74px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef ol li:nth-child(1) span {
    width: 75px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef ol li:nth-child(2) {
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef ol li:nth-child(2) img {
    width: 54px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemef ol li:nth-child(2) span {
    width: 86px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemefwu {
    width: 100%;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(1) .scheme-tab-info .schemefwu img {
    width: 100%;
    height: 256px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) {
    width: 100%;
    height: 600px;
    background: #F6F7FA;
    display: none;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info {
    width: 335px;
    margin: 0 auto;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schemeo {
    width: 100%;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: #1D2129;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schemew {
    width: 100%;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    margin-bottom: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan {
    width: 335px;
    height: 115px;
    background: #ECF1FA;
    margin: 0 auto;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(1) {
    width: 55%;
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(1) img {
    width: 52px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(1) span {
    width: 60px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(2) {
    width: 45%;
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(2) img {
    width: 52px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(2) span {
    width: 60px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(3) {
    width: 55%;
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(3) img {
    width: 52px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(3) span {
    width: 48px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(4) {
    width: 45%;
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(4) img {
    width: 80px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(4) span {
    width: 48px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(5) {
    width: 55%;
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(5) img {
    width: 70px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(5) span {
    width: 48px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(6) {
    width: 45%;
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(6) img {
    width: 56px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schsan ul li:nth-child(6) span {
    width: 48px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schimages {
    width: 100%;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(2) .scheme-tab-info .schimages img {
    width: 100%;
    height: 256px;
    margin-top: 80px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) {
    width: 100%;
    height: 600px;
    background: #F6F7FA;
    display: none;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info {
    width: 335px;
    margin: 0 auto;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .schemeo {
    width: 100%;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: #1D2129;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .schemew {
    width: 100%;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    margin-bottom: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-one {
    width: 335px;
    height: 67px;
    background: #ECF1FA;
    margin-bottom: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-one p {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-one ul {
    width: 93%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-one ul li {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-one ul li img {
    width: 17px;
    height: 17px;
    margin-left: 5px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-one ul li span {
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    margin-right: 5px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-one ul li:nth-child(2) {
    margin-left: 43px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-one ul li:nth-child(3) {
    margin-left: 50px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-two {
    width: 335px;
    height: 67px;
    background: #ECF1FA;
    margin-bottom: 15px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-two p {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-two ul {
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-two ul li {
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-two ul li img {
    width: 17px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-two ul li span {
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-shree {
    width: 335px;
    height: 67px;
    background: #ECF1FA;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-shree p {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-shree ul {
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-shree ul li {
    display: flex;
    align-items: center;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-shree ul li img {
    width: 17px;
    height: 17px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-shree ul li span {
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-img {
    width: 100%;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-info .tcso-img img {
    width: 100%;
    height: 256px;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content:nth-child(3) .scheme-tab-content.reveal {
    display: block;
  }
  .media-mobile .scheme .scheme-tab .scheme-meun .scheme-tab-content.reveal {
    display: block;
  }
  .media-mobile .serve {
    width: 100%;
    height: 110px;
  }
  .media-mobile .serve span {
    display: inline-block;
    width: 100%;
    height: 60px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 0 auto;
  }
  .media-mobile .serve .serve-info {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .serve .serve-info img {
    width: 30px;
    height: 30px;
    margin-left: 20%;
  }
  .media-mobile .serve .serve-info span {
    height: 30px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .twoscheme {
    width: 100%;
    height: 416px;
    background: url(/images/sbg_4149af9e.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .twoscheme .twoscheme-tit {
    display: inline-block;
    width: 100%;
    height: 44px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .twoscheme .twoscheme-info {
    display: inline-block;
    width: 100%;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .twoscheme ul {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .twoscheme ul li {
    width: 20px;
    height: 20px;
    margin-left: 25px;
  }
  .media-mobile .twoscheme ul li img {
    width: 20px;
    height: 20px;
  }
  .media-mobile .twoscheme ol {
    width: 220px;
    height: 152px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .media-mobile .twoscheme ol li {
    width: 100%;
    height: 17px;
    margin-bottom: 9px;
  }
  .media-mobile .twoscheme ol li img {
    width: 8px;
    height: 8px;
  }
  .media-mobile .twoscheme ol li span {
    display: inline-block;
    width: 210px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    padding-left: 5px;
  }
  .media-mobile .twoscheme .rank {
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 35px;
  }
  .media-mobile .twoscheme .rank img {
    width: 95px;
    height: 38px;
  }
  .media-mobile .twoscheme .konwbao {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .twoscheme .konwbao span {
    display: inline-block;
    width: 160px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .twoscheme .konwbao span:nth-child(1) {
    background: url(/images/know_5b5e7859.png) no-repeat;
    background-size: 100%;
    border: solid 1px #4E5969;
    border-radius: 4px;
  }
  .media-mobile .twoscheme .konwbao span:nth-child(1) a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    color: #4E5969;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
  }
  .media-mobile .twoscheme .konwbao span:nth-child(2) {
    background: url(/images/quote_a59b9385.png) no-repeat;
    background-size: 100%;
    color: #FFFFFF;
  }
  .media-mobile .snsproject {
    width: 100%;
    height: 610px;
  }
  .media-mobile .snsproject .snsproject-head {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
  }
  .media-mobile .snsproject .snsproject-head img {
    width: 30px;
    height: 30px;
    margin-top: 30px;
  }
  .media-mobile .snsproject .snsproject-head span {
    display: inline-block;
    width: 160px;
    height: 28px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-top: 30px;
  }
  .media-mobile .snsproject .snsproject-meun {
    width: 100%;
    height: 530px;
    background: url(/images/sbg_4149af9e.png) no-repeat 100%;
  }
  .media-mobile .snsproject .snsproject-meun .meun-head {
    width: 100%;
    margin-bottom: 20px;
  }
  .media-mobile .snsproject .snsproject-meun .meun-head span:nth-child(1) {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .snsproject .snsproject-meun .meun-head span:nth-child(2) {
    display: inline-block;
    width: 100%;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .snsproject .snsproject-meun .meun-head ul {
    width: 85px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  .media-mobile .snsproject .snsproject-meun .meun-head ul li {
    width: 20px;
    height: 20px;
  }
  .media-mobile .snsproject .snsproject-meun .meun-head ul li img {
    width: 20px;
    height: 20px;
  }
  .media-mobile .snsproject .snsproject-meun ul {
    width: 90%;
    height: 73.5px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .snsproject .snsproject-meun ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .snsproject .snsproject-meun ul li span {
    display: inline-block;
    width: 90px;
    height: 30px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #4E5969;
    border: solid 1px #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
  }
  .media-mobile .snsproject .snsproject-meun ul li img {
    width: 18px;
    height: 15px;
    margin-left: 8px;
  }
  .media-mobile .snsproject .snsproject-meun .meun-img {
    width: 100%;
    text-align: center;
  }
  .media-mobile .snsproject .snsproject-meun .meun-img img {
    width: 280px;
    height: 253px;
    text-align: center;
  }
  .media-mobile .snsproject .snsproject-meun .meun-but {
    width: 100%;
    height: 36px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .snsproject .snsproject-meun .meun-but span {
    display: inline-block;
    width: 155px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .snsproject .snsproject-meun .meun-but span:nth-child(1) {
    border: solid 1px #4E5969;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  .media-mobile .snsproject .snsproject-meun .meun-but span:nth-child(1) a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    color: #4E5969;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
  }
  .media-mobile .snsproject .snsproject-meun .meun-but span:nth-child(2) {
    background: url(/images/quote_a59b9385.png) no-repeat 100%;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .media-mobile .youtubeoject {
    width: 100%;
  }
  .media-mobile .youtubeoject .snsproject-head {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
  }
  .media-mobile .youtubeoject .snsproject-head img {
    width: 30px;
    height: 30px;
    margin-top: 30px;
  }
  .media-mobile .youtubeoject .snsproject-head span {
    display: inline-block;
    width: 220px;
    height: 28px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-top: 30px;
  }
  .media-mobile .youtubeoject .snsproject-meun {
    width: 100%;
    height: 600px;
    background: url(/images/sbg_4149af9e.png) no-repeat 100%;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-head {
    width: 100%;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-head span:nth-child(1) {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-head span:nth-child(2) {
    display: inline-block;
    width: 100%;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    margin-bottom: 10px;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-head ul {
    width: 68px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-head ul li {
    width: 68px;
    height: 20px;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-head ul li img {
    width: 68px;
    height: 20px;
  }
  .media-mobile .youtubeoject .snsproject-meun ul {
    width: 90%;
    height: 130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .media-mobile .youtubeoject .snsproject-meun ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
  }
  .media-mobile .youtubeoject .snsproject-meun ul li span {
    display: inline-block;
    width: 90px;
    height: 30px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    border: solid 1px #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
  }
  .media-mobile .youtubeoject .snsproject-meun ul li img {
    width: 18px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-img img {
    width: 280px;
    height: 253px;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-but {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-but span {
    display: inline-block;
    width: 155px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-but span:nth-child(1) {
    border: solid 1px #4E5969;
    border-radius: 4px;
    margin-bottom: 25px;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-but span:nth-child(1) a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    color: #4E5969;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
  }
  .media-mobile .youtubeoject .snsproject-meun .meun-but span:nth-child(2) {
    background: url(/images/quote_a59b9385.png) no-repeat 100%;
    color: #FFFFFF;
    margin-bottom: 25px;
  }
  .media-mobile .tiktioobject {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .tiktioobject ul {
    width: 200px;
    height: 30px;
  }
  .media-mobile .tiktioobject ul li {
    width: 200px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .tiktioobject ul li img {
    width: 30px;
    height: 30px;
  }
  .media-mobile .tiktioobject ul li span {
    display: inline-block;
    width: 150px;
    height: 30px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .solutiontab {
    width: 100%;
  }
  .media-mobile .solutiontab .solutiontab-title {
    width: 100%;
    height: 48px;
    display: flex;
  }
  .media-mobile .solutiontab .solutiontab-title span {
    display: inline-block;
    width: 125px;
    height: 48px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    border: solid 0.5px #EAEEF4;
  }
  .media-mobile .solutiontab .solutiontab-title span.active {
    background: #165DFF;
    color: #FFFFFF;
  }
  .media-mobile .solutiontab .solut-meun {
    width: 100%;
    overflow: hidden;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content {
    width: 100%;
    background: url(/images/sbg_4149af9e.png) no-repeat 100%;
    display: none;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-title {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-title span:nth-child(1) {
    display: inline-block;
    width: 165px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 20px auto;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-info {
    width: 100%;
    margin-top: 10px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-info dl {
    width: 324px;
    margin: 15px auto;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-info dl dt {
    width: 100%;
    height: 17px;
    margin-bottom: 10px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-info dl dt img {
    width: 8px;
    height: 8px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-info dl dt span {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-left: 10px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-info dl dd {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 17px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-info dl dd span {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    margin-bottom: 5px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-list {
    width: 90%;
    height: 150px;
    margin: 0 auto;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-list ul li span {
    display: inline-block;
    width: 90px;
    height: 30px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    border: solid 1px #FFFFFF;
    border-radius: 4px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-list ul li img {
    width: 18px;
    height: 15px;
    margin-left: 8px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-img {
    width: 100%;
    height: 253px;
    text-align: center;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-img img {
    width: 280px;
    height: 253px;
    text-align: center;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-but {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-but span {
    display: inline-block;
    width: 155px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-but span:nth-child(1) {
    border: solid 1px #4E5969;
    border-radius: 4px;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-but span:nth-child(1) a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    color: #4E5969;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content .tiktok-but span:nth-child(2) {
    background: url(/images/quote_a59b9385.png) no-repeat 100%;
    color: #FFFFFF;
  }
  .media-mobile .solutiontab .solut-meun .solutiontab-content.show {
    display: block;
  }
  .media-mobile .physical {
    width: 100%;
    height: 159px;
    background: url(/images/physical_987d2cd4.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physical .physical-text {
    width: 278px;
    height: 22px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .media-mobile .physical .physical-text span {
    display: inline-block;
    width: 278px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 22.4px;
    color: #FFFFFF;
    margin-top: 15%;
  }
  .media-mobile .physical .physical-text span a {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 22.4px;
    color: #FFFFFF;
    margin-top: 15%;
  }
  .media-mobile .physical .physical-btn {
    width: 100%;
    height: 36px;
    margin-top: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .physical .physical-btn span {
    display: inline-block;
    width: 96px;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    background: url(/images/btn_plue_067ede1e.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan {
    width: 100%;
    height: 464px;
    background: url(/images/butbg_c12a05d0.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan .siluzan-logo {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 130px;
  }
  .media-mobile .butsiluzan .siluzan-logo img {
    width: 200px;
    height: 24px;
  }
  .media-mobile .butsiluzan .siluzan-qr {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop img {
    width: 114px;
    height: 114px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop span {
    display: inline-block;
    width: 106px;
    height: 20px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
  }
  .media-mobile .butsiluzan .siluzan-photo {
    width: 100%;
    height: 60px;
    padding-top: 3%;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun {
    width: 220px;
    height: 40px;
    background: url(/images/butbutton_441d8476.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-email {
    width: 100%;
    height: 20px;
  }
  .media-mobile .butsiluzan .siluzan-email span {
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-br {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .butsiluzan .siluzan-br img {
    width: 335px;
    height: 1px;
    opacity: 60%;
  }
  .media-mobile .butsiluzan .siluzan-info {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    line-height: 40px;
  }
  .media-mobile .butsiluzan .siluzan-info span {
    display: inline-block;
    width: 320px;
    height: 17px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 10px;
  }
}

/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/about.css ***!
  \****************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoabout {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logoabout img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .backgroundimge {
    width: 100%;
    height: 420px;
    background: url(/images/pepe_737c78a4.png) no-repeat;
    background-size: 100%;
    position: relative;
  }
  .media-mobile .backgroundimge .backgroundImg-text {
    width: 320px;
    height: 50px;
    line-height: 40px;
    position: absolute;
    left: 13%;
    top: 10%;
  }
  .media-mobile .backgroundimge .backgroundImg-text dl {
    width: 270px;
    margin-top: 30px;
  }
  .media-mobile .backgroundimge .backgroundImg-text dl dt {
    width: 52px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-bottom: 5px;
  }
  .media-mobile .backgroundimge .backgroundImg-text dl dd {
    width: 270px;
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aboutus {
    width: 100%;
  }
  .media-mobile .aboutus .aboutus-tit {
    width: 100%;
    height: 80px;
    text-align: center;
  }
  .media-mobile .aboutus .aboutus-tit span {
    width: 100%;
    height: 80px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    color: #1D2129;
  }
  .media-mobile .aboutus .aboutus-info {
    width: 335px;
    height: 323px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .media-mobile .aboutus .aboutus-info p {
    width: 335px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: justified;
    color: #4E5969;
    margin-bottom: 15px;
  }
  .media-mobile .aboutus .aboutus-img {
    width: 335px;
    height: 292px;
    margin: 0 auto;
  }
  .media-mobile .aboutus .aboutus-img img {
    width: 335px;
    height: 292px;
  }
  .media-mobile .aboutus .aboutus-textimg {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .aboutus .aboutus-textimg dl {
    width: 75px;
  }
  .media-mobile .aboutus .aboutus-textimg dl dt {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .media-mobile .aboutus .aboutus-textimg dl dt img {
    width: 40px;
    height: 40px;
  }
  .media-mobile .aboutus .aboutus-textimg dl dd:nth-child(2) {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .aboutus .aboutus-textimg dl dd:nth-child(3) {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .chronicle {
    width: 100%;
    height: 1549px;
    background: url(/images/chroniclebg_dbb8ade6.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .chronicle P {
    width: 315PX;
    height: 106PX;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 106px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin: 0 auto;
  }
  .media-mobile .chronicle ul {
    width: 315px;
    margin: 0 auto;
  }
  .media-mobile .chronicle ul .li {
    width: 315px;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 19px;
  }
  .media-mobile .chronicle ul .li span {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .media-mobile .chronicle ul .li ol {
    width: 322px;
  }
  .media-mobile .chronicle ul .li ol li {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    line-height: 25px;
  }
  .media-mobile .chronicle ul .li.block {
    border: none;
  }
  .media-mobile .banner-img {
    width: 100%;
    height: 516px;
    background: #F3F7FF;
  }
  .media-mobile .banner-img .banner-title {
    width: 160px;
    height: 80px;
    margin: 0 auto;
  }
  .media-mobile .banner-img .banner-title span {
    width: 100%;
    height: 80px;
    display: inline-block;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .banner-img .focus {
    width: 100%;
    height: 436px;
    overflow: hidden;
    position: relative;
  }
  .media-mobile .banner-img .focus ul {
    overflow: hidden;
    width: 1876px;
    margin-left: -55%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: nowrap;
  }
  .media-mobile .banner-img .focus ul li {
    width: 275px;
    height: 368px;
  }
  .media-mobile .banner-img .focus ul li img {
    width: 275px;
    height: 368px;
  }
  .media-mobile .banner-img .focus ol {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    width: 70px;
  }
  .media-mobile .banner-img .focus ol li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #CDD5E8;
    list-style: none;
    transition: all .3s;
  }
  .media-mobile .banner-img .focus ol li.current {
    background-color: #165DFF;
  }
  .media-mobile .culture {
    width: 100%;
    height: 1073px;
  }
  .media-mobile .culture .culture-tit {
    width: 100%;
    height: 100px;
    text-align: center;
  }
  .media-mobile .culture .culture-tit span {
    width: 100%;
    height: 80px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    color: #1D2129;
  }
  .media-mobile .culture .culture-info {
    width: 335px;
    margin: 0 auto;
  }
  .media-mobile .culture .culture-info ul {
    width: 100%;
  }
  .media-mobile .culture .culture-info ul li {
    width: 100%;
    height: 311px;
    margin-bottom: 10px;
  }
  .media-mobile .culture .culture-info ul li img {
    width: 335px;
    height: 311px;
    text-align: center;
  }
  .media-mobile .contact {
    width: 100%;
    height: 567px;
    background: url(/images/contactbg_b3dad3a7.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .contact .contact-tit {
    width: 100%;
    height: 80px;
    text-align: center;
  }
  .media-mobile .contact .contact-tit span {
    width: 100%;
    height: 80px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    color: #1D2129;
  }
  .media-mobile .contact .contact-map {
    width: 100%;
  }
  .media-mobile .contact .contact-map .contact-address {
    width: 335px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .media-mobile .contact .contact-map .contact-address span {
    display: inline-block;
    width: 76px;
    height: 36px;
    border-radius: 4px;
    background: #FFFFFF;
    text-align: center;
    line-height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .media-mobile .contact .contact-map .contact-address span.activee {
    background-color: #165DFF;
    color: #FFFFFF;
  }
  .media-mobile .contact .contact-map .contact-meun {
    width: 100%;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content {
    width: 335px;
    margin: 0 auto;
    display: none;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content ul {
    width: 100%;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content ul li:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content ul li:nth-child(1) img {
    width: 30px;
    height: 30px;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content ul li:nth-child(1) span {
    display: inline-block;
    height: 25px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content ul li:nth-child(2) {
    width: 100%;
    height: 56px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content ul li:nth-child(2) span {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content ul li:nth-child(3) {
    width: 100%;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content ul li:nth-child(3) img {
    width: 335px;
    height: 190px;
    text-align: center;
  }
  .media-mobile .contact .contact-map .contact-meun .contact-content.show {
    display: block;
  }
  .media-mobile .physical {
    width: 100%;
    height: 182px;
    background: url(/images/physical_987d2cd4.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .physical .physical-about {
    width: 100%;
    height: 55px;
    line-height: 40px;
  }
  .media-mobile .physical .physical-about span {
    display: inline-block;
    width: 100%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 22.4px;
    color: #FFFFFF;
  }
  .media-mobile .physical .physical-btnn {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .physical .physical-btnn span {
    display: inline-block;
    width: 96px;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
  }
  .media-mobile .physical .physical-btnn span a {
    color: #FFFFFF;
  }
  .media-mobile .physical .physical-btnn span:nth-child(1) {
    background: url(/images/btn_plue_067ede1e.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physical .physical-btnn span:nth-child(2) {
    background: url(/images/bth_bor_532ff447.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan {
    width: 100%;
    height: 464px;
    background: url(/images/butbg_c12a05d0.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan .siluzan-logo {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 130px;
  }
  .media-mobile .butsiluzan .siluzan-logo img {
    width: 200px;
    height: 24px;
  }
  .media-mobile .butsiluzan .siluzan-qr {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop img {
    width: 114px;
    height: 114px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop span {
    display: inline-block;
    width: 106px;
    height: 20px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
  }
  .media-mobile .butsiluzan .siluzan-photo {
    width: 100%;
    height: 60px;
    padding-top: 3%;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun {
    width: 220px;
    height: 40px;
    background: url(/images/butbutton_441d8476.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-email {
    width: 100%;
    height: 20px;
  }
  .media-mobile .butsiluzan .siluzan-email span {
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-br {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .butsiluzan .siluzan-br img {
    width: 335px;
    height: 1px;
    opacity: 60%;
  }
  .media-mobile .butsiluzan .siluzan-info {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    line-height: 40px;
  }
  .media-mobile .butsiluzan .siluzan-info span {
    display: inline-block;
    width: 320px;
    height: 17px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 10px;
  }
}

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/college.css ***!
  \******************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  p {
    margin: 0;
    padding: 0;
  }
  .media-mobile {
    width: 100%;
    /* 头部 */
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logocollege {
    display: inline-block;
    height: 52px;
    width: 40%;
  }
  .media-mobile .headea .head .logocollege img {
    height: 52px;
    width: 128px;
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .headerbgimg {
    width: 100%;
    height: 420px;
    background: url(/images/collage-img_547edeea.png) no-repeat;
    background-size: 100%;
    position: relative;
  }
  .media-mobile .headerbgimg .backgroundImg-text {
    width: 320px;
    height: 50px;
    font-family: Alibaba PuHuiTi 2.0;
    position: absolute;
    left: 50%;
    top: 28%;
    transform: translate(-50%, -40%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .headerbgimg .backgroundImg-text span:nth-child(1) {
    font-weight: 800;
    font-size: 26px;
  }
  .media-mobile .headerbgimg .backgroundImg-text span:nth-child(2) {
    height: 17px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
  }
  .media-mobile .headerbgimg .backgroundImg-text span:nth-child(3) {
    height: 17px;
    font-weight: 400;
    margin-top: 5px;
    font-size: 12px;
  }
  .media-mobile .famous-teacher {
    width: 100%;
    background: #FFFFFF;
  }
  .media-mobile .famous-teacher .famous-teacher-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .famous-teacher .famous-teacher-head span {
    display: inline-block;
    font-family: Alibaba PuHuiTi 2.0;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .famous-teacher .famous-teacher-head span:nth-child(1) {
    width: 110px;
    height: 50px;
    color: #1D2129;
    font-weight: 600;
    font-size: 26px;
    line-height: 50px;
    margin-top: 20px;
  }
  .media-mobile .famous-teacher .famous-teacher-head span:nth-child(2) {
    width: 244px;
    height: 34px;
    font-weight: 400;
    font-size: 12px;
    color: #86909C;
    margin-bottom: 30px;
  }
  .media-mobile .famous-teacher .siluzan-content {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
  }
  .media-mobile .famous-teacher .siluzan-content .content-title {
    width: 236px;
    height: 36px;
    margin: 0 auto;
  }
  .media-mobile .famous-teacher .siluzan-content .content-title span {
    display: inline-block;
    width: 118px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    border: solid 1px #C9CDD4;
    cursor: pointer;
  }
  .media-mobile .famous-teacher .siluzan-content .content-title span:nth-child(1) {
    border-radius: 4px 0 0 4px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-title span:nth-child(2) {
    border-radius: 0 4px 4px 0;
  }
  .media-mobile .famous-teacher .siluzan-content .content-title span.act {
    background: #165DFF;
    font-weight: 800;
    color: #FFFFFF;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab {
    width: 100%;
    margin-top: 16px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea {
    width: 100%;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up {
    width: 100%;
    margin-bottom: 15px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title {
    width: 100%;
    overflow: hidden;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(1) span {
    display: inline-block;
    width: 98px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(2) span {
    display: inline-block;
    width: 58px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(3) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(4) span {
    display: inline-block;
    width: 95px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main {
    width: 100%;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab {
    width: 100%;
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .more {
    width: 95%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .more span {
    width: 100px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .more a {
    width: 83px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .more a img {
    width: 83px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl dt img {
    width: 170px;
    height: 90px;
    border-radius: 4px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl dd {
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl dd a {
    color: #1D2129 !important;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab.show {
    display: block;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down {
    width: 100%;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title {
    width: 100%;
    overflow: hidden;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(1) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(2) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(3) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(4) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main {
    width: 100%;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab {
    width: 100%;
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .morea {
    width: 95%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .morea span {
    width: 100px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .morea a {
    width: 83px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .morea a img {
    width: 83px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl dt img {
    width: 170px;
    height: 90px;
    border-radius: 4px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl dd {
    width: 170px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab.show {
    display: block;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .consult {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .gosea .consult img {
    width: 150px;
    height: 36px;
    margin-top: 10px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic {
    width: 100%;
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up {
    width: 100%;
    margin-bottom: 15px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title {
    width: 100%;
    overflow: hidden;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(1) span {
    display: inline-block;
    width: 75px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(2) span {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(3) span {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(4) span {
    display: inline-block;
    width: 55px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main {
    width: 100%;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab {
    width: 100%;
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .more {
    width: 95%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .more span {
    width: 100px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .more a {
    width: 83px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .more a img {
    width: 83px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl dt img {
    width: 170px;
    height: 90px;
    border-radius: 4px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl dd {
    width: 170px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab.show {
    display: block;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down {
    width: 100%;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title {
    width: 100%;
    overflow: hidden;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(1) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(2) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(3) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(4) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main {
    width: 100%;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown {
    width: 100%;
    display: none;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .morea {
    width: 95%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .morea span {
    width: 100px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .morea a {
    width: 83px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .morea a img {
    width: 83px;
    height: 22px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl dt img {
    width: 170px;
    height: 90px;
    border-radius: 4px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl dd {
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown.show {
    display: block;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .consult {
    width: 100%;
    margin-bottom: 20px;
  }
  .media-mobile .famous-teacher .siluzan-content .content-tab .domestic .consult img {
    width: 150px;
    height: 36px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  .media-mobile .playclass {
    width: 100%;
    height: 640px;
    background: #F6F7FA;
  }
  .media-mobile .playclass .kong {
    width: 100%;
    height: 20px;
  }
  .media-mobile .playclass .playclass-logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .playclass .playclass-logo img {
    width: 110px;
    height: 36px;
  }
  .media-mobile .playclass .playclass-logo span {
    width: 264px;
    height: 34px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 10px;
  }
  .media-mobile .playclass .playclass-option {
    width: 100%;
  }
  .media-mobile .playclass .playclass-option .playclass-title {
    width: 236px;
    height: 36px;
    margin: 20px auto;
  }
  .media-mobile .playclass .playclass-option .playclass-title span {
    display: inline-block;
    width: 118px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    border: solid 1px #C9CDD4;
    cursor: pointer;
  }
  .media-mobile .playclass .playclass-option .playclass-title span:nth-child(1) {
    border-radius: 4px 0 0 4px;
  }
  .media-mobile .playclass .playclass-option .playclass-title span:nth-child(2) {
    border-radius: 0 4px 4px 0;
  }
  .media-mobile .playclass .playclass-option .playclass-title span.act {
    background: #165DFF;
    font-weight: 800;
    color: #FFFFFF;
  }
  .media-mobile .playclass .playclass-option .playclass-content {
    width: 100%;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea {
    width: 100%;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles {
    width: 100%;
    overflow: hidden;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(1) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(2) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(3) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(4) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(5) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(5) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-titles ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main {
    width: 100%;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea {
    width: 100%;
    display: none;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .more {
    width: 95%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .more span {
    width: 100px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .more a {
    width: 83px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .more a img {
    width: 83px;
    height: 22px;
    border-radius: 4px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun dl dt img {
    width: 170px;
    height: 90px;
    border-radius: 4px;
    object-fit: cover;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun dl dd {
    width: 170px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .media-mobile .playclass .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea.show {
    display: block;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic {
    width: 100%;
    display: none;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles {
    width: 100%;
    overflow: hidden;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles ul li:nth-child(1) span {
    display: inline-block;
    width: 85px;
    height: 40px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles ul li:nth-child(2) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-titles ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main {
    width: 100%;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown {
    width: 100%;
    display: none;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .more {
    width: 95%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .more span {
    width: 100px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .more a {
    width: 83px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .more a img {
    width: 83px;
    height: 22px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun dl dt img {
    width: 170px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun dl dd {
    width: 170px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .media-mobile .playclass .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown.show {
    display: block;
  }
  .media-mobile .playclass .playclass-online {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .media-mobile .playclass .playclass-online img {
    width: 150px;
    height: 36px;
  }
  .media-mobile .cooperation {
    width: 100%;
  }
  .media-mobile .cooperation .cooperation-head {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .cooperation .cooperation-head span:nth-child(1) {
    display: inline-block;
    width: 120px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    color: #1D2129;
  }
  .media-mobile .cooperation .cooperation-head span:nth-child(2) {
    display: inline-block;
    width: 235px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #86909C;
    text-align: center;
  }
  .media-mobile .cooperation .cooperation-head span:nth-child(3) {
    display: inline-block;
    width: 245px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #86909C;
    text-align: center;
  }
  .media-mobile .cooperation .cooperation-img {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .media-mobile .cooperation .cooperation-img img {
    width: 351px;
    height: 198px;
  }
  .media-mobile .cooperation .cooperation-main {
    width: 340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .media-mobile .cooperation .cooperation-main .arrows {
    width: 48px;
    height: 260px;
  }
  .media-mobile .cooperation .cooperation-main .arrows img {
    width: 48px;
    height: 260px;
  }
  .media-mobile .cooperation .cooperation-main .list {
    width: 280px;
    height: 260px;
  }
  .media-mobile .cooperation .cooperation-main .list ul {
    width: 100%;
    height: 100%;
  }
  .media-mobile .cooperation .cooperation-main .list ul li {
    width: 280px;
    height: 50px;
    background: url(/images/cooperation_bg_2f7ae20c.png) no-repeat;
    background-size: 100%;
    margin-bottom: 19px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .media-mobile .cooperation .cooperation-main .list ul li img {
    width: 26px;
    height: 26px;
  }
  .media-mobile .cooperation .cooperation-main .list ul li span:nth-child(2) {
    display: inline-block;
    width: 60px;
    height: 26px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .cooperation .cooperation-main .list ul li span:nth-child(3) {
    display: inline-block;
    width: 160px;
    height: 26px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .cooperation .cooperation-buttom {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .cooperation .cooperation-buttom span {
    display: inline-block;
    width: 150px;
    height: 36px;
    background: url(/images/button-bg_c5f9ccb1.png) no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 25px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #FFFFFF;
  }
  .media-mobile .physicalx {
    width: 100%;
    height: 159px;
    background: url(/images/physical_987d2cd4.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physicalx .physicalx-text {
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .media-mobile .physicalx .physicalx-text span {
    display: inline-block;
    width: 215px;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .physicalx .physicalx-text span:nth-child(1) {
    margin-top: 20%;
  }
  .media-mobile .physicalx .physical-btn {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
  }
  .media-mobile .physicalx .physical-btn span {
    display: inline-block;
    width: 96px;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    background: url(/images/btn_plue_067ede1e.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physicalx .physical-btn span a {
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan {
    width: 100%;
    height: 464px;
    background: url(/images/butbg_c12a05d0.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan .siluzan-logo {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 130px;
  }
  .media-mobile .butsiluzan .siluzan-logo img {
    width: 200px;
    height: 24px;
  }
  .media-mobile .butsiluzan .siluzan-qr {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop img {
    width: 114px;
    height: 114px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop span {
    display: inline-block;
    width: 106px;
    height: 20px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
  }
  .media-mobile .butsiluzan .siluzan-photo {
    width: 100%;
    height: 60px;
    padding-top: 3%;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun {
    width: 220px;
    height: 40px;
    background: url(/images/butbutton_441d8476.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-email {
    width: 100%;
    height: 20px;
  }
  .media-mobile .butsiluzan .siluzan-email span {
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-br {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .butsiluzan .siluzan-br img {
    width: 335px;
    height: 1px;
    opacity: 60%;
  }
  .media-mobile .butsiluzan .siluzan-info {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    line-height: 40px;
  }
  .media-mobile .butsiluzan .siluzan-info span {
    display: inline-block;
    width: 320px;
    height: 17px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 10px;
  }
  .media-mobile-zzc {
    width: 100%;
    height: 400px;
    overflow: hidden;
    overflow-y: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999999999999;
    display: none;
  }
  .media-mobile-zzc .zzc-close {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .media-mobile-zzc .zzc-close img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    cursor: pointer;
  }
  .media-mobile-zzc .play {
    width: 100%;
    height: 240px;
  }
  .media-mobile-zzc .play img {
    width: 100%;
    height: 240px;
  }
}

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/threepage/aigc.css ***!
  \******************************************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
}

.media-pc {
  width: 100%;
}

.media-pc .aigc_top {
  width: 100%;
  height: 660px;
  background: url(/images/aigc_bg_a3a002d8.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.media-pc .aigc_top .warp {
  width: 100%;
  height: 80px;
}

.media-pc .aigc_top .warp .pane {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .aigc_top .warp .pane .logo {
  width: 206px;
  height: 24px;
  cursor: pointer;
}

.media-pc .aigc_top .warp .pane .logo img {
  width: 206px;
  height: 24px;
}

.media-pc .aigc_top .warp .pane .nav {
  width: 709px;
  height: 22px;
  display: flex;
  margin-left: 65px;
}

.media-pc .aigc_top .warp .pane .nav li {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.media-pc .aigc_top .warp .pane .nav li a {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  padding-bottom: 28px;
  margin: 0 25px;
}

.media-pc .aigc_top .warp .pane .nav li a:hover {
  font-weight: 700;
  color: #165dff;
  border-bottom: 2px solid #165dff;
}

.media-pc .aigc_top .warp .pane .navBtn {
  margin-right: 15px;
}

.media-pc .aigc_top .warp .pane .navBtn .logine {
  width: 60px;
  height: 38px;
  border: solid 1px #165DFF;
  border-radius: 3px;
  padding: 5px, 16px, 5px, 16px;
  color: #165DFF;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  background: none;
}

.media-pc .aigc_top .warp .pane .navBtn .freetrial {
  width: 88px;
  height: 38px;
  padding: 5px, 16px, 5px, 16px;
  border-radius: 3px;
  background-color: #165DFF;
  color: #FFFFFF;
  border: none;
  margin-left: 15px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
}

.media-pc .aigc_top .title {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 240px;
  transform: translate(-50%);
}

.media-pc .aigc_top .title p:nth-child(1) {
  width: 900px;
  height: 70px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}

.media-pc .aigc_top .title p:nth-child(2) {
  width: 802px;
  height: 34px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 20px;
}

.media-pc .aigc_top .title p:nth-child(3) {
  width: 155px;
  height: 62px;
  border-radius: 4px;
  padding: 20px, 30px, 20px, 30px;
  background-color: #165DFF;
  line-height: 62px;
  cursor: pointer;
}

.media-pc .aigc_top .title p:nth-child(3) a {
  display: inline-block;
  width: 155px;
  height: 62px;
  text-align: center;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.media-pc .fix {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}

.media-pc .subjectContent {
  width: 100%;
}

.media-pc .subjectContent p {
  width: 245px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 50px auto;
}

.media-pc .subjectContent .textImg {
  width: 1200px;
  margin: 0 auto;
}

.media-pc .subjectContent .textImg dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.media-pc .subjectContent .textImg dl dd {
  width: 583px;
  height: 228px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.media-pc .subjectContent .textImg dl dd p:nth-child(1) {
  width: 185px;
  height: 42px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.media-pc .subjectContent .textImg dl dd p:nth-child(2) {
  width: 583px;
  height: 96px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.media-pc .subjectContent .textImg dl dd p:nth-child(3) {
  width: 180px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.media-pc .subjectContent .textImg dl dd p:nth-child(3) a {
  display: inline-block;
  width: 180px;
  height: 50px;
}

.media-pc .subjectContent .textImg dl dd p:nth-child(3) a img {
  width: 180px;
  height: 50px;
}

.media-pc .subjectContent .textImg dl dt {
  width: 450px;
  height: 326px;
}

.media-pc .subjectContent .textImg dl dt img {
  width: 450px;
  height: 326px;
}

.media-pc .empennage {
  width: 100%;
  height: 531px;
}

/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/threepage/materialCenter.css ***!
  \****************************************************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
}

.media-pc {
  width: 100%;
}

.media-pc .topp {
  width: 100%;
  height: 660px;
  background: url(/images/materialCenter_bg_5222b4da.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.media-pc .topp .warp {
  width: 100%;
  height: 80px;
}

.media-pc .topp .warp .pane {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .topp .warp .pane .logo {
  width: 206px;
  height: 24px;
  cursor: pointer;
}

.media-pc .topp .warp .pane .logo img {
  width: 206px;
  height: 24px;
}

.media-pc .topp .warp .pane .nav {
  width: 709px;
  height: 22px;
  display: flex;
  margin-left: 65px;
}

.media-pc .topp .warp .pane .nav li {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.media-pc .topp .warp .pane .nav li a {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  padding-bottom: 28px;
  margin: 0 25px;
}

.media-pc .topp .warp .pane .nav li a:hover {
  font-weight: 700;
  color: #165dff;
  border-bottom: 2px solid #165dff;
}

.media-pc .topp .warp .pane .navBtn {
  margin-right: 15px;
}

.media-pc .topp .warp .pane .navBtn .logine {
  width: 60px;
  height: 38px;
  border: solid 1px #165DFF;
  border-radius: 3px;
  padding: 5px, 16px, 5px, 16px;
  color: #165DFF;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  background-color: none;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  background: none;
}

.media-pc .topp .warp .pane .navBtn .freetrial {
  width: 88px;
  height: 38px;
  padding: 5px, 16px, 5px, 16px;
  border-radius: 3px;
  background-color: #165DFF;
  color: #FFFFFF;
  border: none;
  margin-left: 15px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
}

.media-pc .topp .fix {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}

.media-pc .topp .title {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 240px;
  transform: translate(-50%);
}

.media-pc .topp .title p:nth-child(1) {
  width: 900px;
  height: 70px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}

.media-pc .topp .title p:nth-child(2) {
  width: 802px;
  height: 34px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 60px;
}

.media-pc .topp .title p:nth-child(3) {
  width: 155px;
  height: 62px;
  border-radius: 4px;
  padding: 20px, 30px, 20px, 30px;
  background-color: #165DFF;
  line-height: 62px;
  cursor: pointer;
}

.media-pc .topp .title p:nth-child(3) a {
  display: inline-block;
  width: 155px;
  height: 62px;
  text-align: center;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.media-pc .subContent {
  width: 100%;
}

.media-pc .subContent .ul {
  width: 100%;
  height: 490px;
}

.media-pc .subContent .ul .li {
  width: 1200px;
  height: 490px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .subContent .ul .li .dt {
  width: 597px;
  height: 400px;
}

.media-pc .subContent .ul .li .dt img {
  width: 597px;
  height: 400px;
}

.media-pc .subContent .ul .li .dd {
  width: 483px;
  height: 340px;
}

.media-pc .subContent .ul .li .dd p {
  margin: 0;
  padding: 0;
}

.media-pc .subContent .ul .li .dd p:nth-child(1) {
  width: 300px;
  height: 42px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 20px;
}

.media-pc .subContent .ul .li .dd p:nth-child(2) {
  width: 300px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.media-pc .subContent .ul .li .dd p:nth-child(2) span {
  display: inline-block;
  width: 300px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .subContent .ul .li .dd p:nth-child(3) {
  width: 180px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
}

.media-pc .subContent .ul .li .dd p:nth-child(3) img {
  width: 180px;
  height: 50px;
}

.media-pc .subContent .ul:nth-child(2) {
  background-color: #F6F7FA;
}

.media-pc .subContent .ul:nth-child(4) {
  background-color: #F6F7FA;
}

.media-pc .subContent .ul:nth-child(6) {
  background-color: #F6F7FA;
}

.media-pc .empennage {
  width: 100%;
  height: 531px;
}

/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/threepage/stationonly.css ***!
  \*************************************************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
}

.media-pc {
  width: 100%;
}

.media-pc .stationonly_top {
  width: 100%;
  height: 660px;
  background: url(/images/stationonly_bg_bddd88bb.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.media-pc .stationonly_top .warp {
  width: 100%;
  height: 80px;
}

.media-pc .stationonly_top .warp .pane {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .stationonly_top .warp .pane .logo {
  width: 206px;
  height: 24px;
  cursor: pointer;
}

.media-pc .stationonly_top .warp .pane .logo img {
  width: 206px;
  height: 24px;
}

.media-pc .stationonly_top .warp .pane .nav {
  width: 709px;
  height: 22px;
  display: flex;
  margin-left: 65px;
}

.media-pc .stationonly_top .warp .pane .nav li {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.media-pc .stationonly_top .warp .pane .nav li a {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  padding-bottom: 28px;
  margin: 0 25px;
}

.media-pc .stationonly_top .warp .pane .nav li a:hover {
  font-weight: 700;
  color: #165dff;
  border-bottom: 2px solid #165dff;
}

.media-pc .stationonly_top .warp .pane .navBtn {
  margin-right: 15px;
}

.media-pc .stationonly_top .warp .pane .navBtn .logine {
  width: 60px;
  height: 38px;
  border: solid 1px #165DFF;
  border-radius: 3px;
  padding: 5px, 16px, 5px, 16px;
  color: #165DFF;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  background: none;
}

.media-pc .stationonly_top .warp .pane .navBtn .freetrial {
  width: 88px;
  height: 38px;
  padding: 5px, 16px, 5px, 16px;
  border-radius: 3px;
  background-color: #165DFF;
  color: #FFFFFF;
  border: none;
  margin-left: 15px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
}

.media-pc .stationonly_top .title {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 240px;
  transform: translate(-50%);
}

.media-pc .stationonly_top .title p:nth-child(1) {
  width: 900px;
  height: 70px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}

.media-pc .stationonly_top .title p:nth-child(2) {
  width: 802px;
  height: 34px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 20px;
}

.media-pc .stationonly_top .title p:nth-child(3) {
  width: 155px;
  height: 62px;
  border-radius: 4px;
  padding: 20px, 30px, 20px, 30px;
  background-color: #165DFF;
  line-height: 62px;
  cursor: pointer;
}

.media-pc .stationonly_top .title p:nth-child(3) a {
  display: inline-block;
  width: 155px;
  height: 62px;
  text-align: center;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.media-pc .fix {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}

.media-pc .stationonly_main {
  width: 100%;
}

.media-pc .stationonly_main .info {
  width: 100%;
  height: 600px;
  background: url(/images/gilr_bg_965beb9c.png) no-repeat;
  background-size: 100% 600px;
}

.media-pc .stationonly_main .info .info_p {
  width: 100%;
  height: 200px;
  position: relative;
}

.media-pc .stationonly_main .info .info_p p {
  width: 420px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media-pc .stationonly_main .info .info_con {
  width: 100%;
}

.media-pc .stationonly_main .info .info_con dl {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .stationonly_main .info .info_con dl dt {
  width: 575px;
  height: 360.24px;
}

.media-pc .stationonly_main .info .info_con dl dt img {
  width: 575px;
  height: 360.24px;
}

.media-pc .stationonly_main .info .info_con dl dd {
  width: 602px;
  height: 160px;
}

.media-pc .stationonly_main .info .info_con dl dd span {
  display: inline-block;
  width: 602px;
  height: 40px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: justified;
  color: #4E5969;
}

.media-pc .stationonly_main .crowd {
  width: 100%;
  height: 600px;
}

.media-pc .stationonly_main .crowd .crowd_p {
  width: 100%;
  height: 200px;
  position: relative;
}

.media-pc .stationonly_main .crowd .crowd_p p {
  width: 420px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media-pc .stationonly_main .crowd .crowd_con {
  width: 100%;
}

.media-pc .stationonly_main .crowd .crowd_con dl {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .stationonly_main .crowd .crowd_con dl dt {
  width: 420px;
  height: 420px;
  margin-right: 100px;
}

.media-pc .stationonly_main .crowd .crowd_con dl dt img {
  width: 420px;
  height: 420px;
}

.media-pc .stationonly_main .crowd .crowd_con dl dd {
  width: 540px;
  height: 240px;
}

.media-pc .stationonly_main .crowd .crowd_con dl dd li {
  width: 100%;
  height: 28px;
  margin-bottom: 25px;
}

.media-pc .stationonly_main .crowd .crowd_con dl dd li span:nth-child(1) {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.media-pc .stationonly_main .crowd .crowd_con dl dd li span:nth-child(1) img {
  width: 14px;
  height: 14px;
}

.media-pc .stationonly_main .crowd .crowd_con dl dd li span:nth-child(2) {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .stationonly_main .scene {
  width: 100%;
  height: 663px;
}

.media-pc .stationonly_main .scene .scene_p {
  width: 100%;
  height: 200px;
  position: relative;
}

.media-pc .stationonly_main .scene .scene_p p {
  width: 420px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media-pc .stationonly_main .scene .scene_con {
  width: 100%;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab {
  width: 1200px;
  margin: 0 auto;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title {
  width: 100%;
  height: 80px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title ul {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title ul li {
  width: 285px;
  height: 80px;
  border-radius: 8px;
  background: #F6F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: solid 4px #FFFFFF;
  cursor: pointer;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title ul li .gl {
  width: 39px;
  height: 31px;
  position: absolute;
  top: -10px;
  right: -13px;
  display: none;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title ul li span:nth-child(2) {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title ul li span:nth-child(2) img {
  width: 26px;
  height: 26px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title ul li span:nth-child(3) {
  width: 125px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title ul li .gl.show {
  display: block;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_title ul li.active {
  border-bottom: solid 4px #165DFF;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all {
  width: 100%;
  height: 280px;
  margin-top: 40px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(1) {
  width: 100%;
  height: 280px;
  background-color: #F6F7FA;
  display: none;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(1) dl {
  width: 100%;
  height: 100%;
  background: url(/images/scene_meun_bg1_6cd423d3.png) no-repeat;
  background-size: 195px 195px;
  background-position: left bottom;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(1) dl dd {
  width: 561px;
  margin-left: 50px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(1) dl dd p:nth-child(1) {
  width: 150px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 15px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(1) dl dd p:nth-child(2) {
  width: 561px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(1) dl dd p:nth-child(2) span {
  display: inline-block;
  width: 100%;
  height: 26px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(1) dl dt {
  width: 400px;
  height: 220px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(1) dl dt img {
  width: 400px;
  height: 220px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(2) {
  width: 100%;
  height: 280px;
  background-color: #F6F7FA;
  display: none;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(2) dl {
  width: 100%;
  height: 100%;
  background: url(/images/scene_meun_bg2_041fdd4c.png) no-repeat;
  background-size: 195px 195px;
  background-position: left bottom;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(2) dl dd {
  width: 561px;
  margin-left: 50px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(2) dl dd p:nth-child(1) {
  width: 150px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 15px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(2) dl dd p:nth-child(2) {
  width: 561px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(2) dl dd p:nth-child(2) span {
  display: inline-block;
  width: 100%;
  height: 26px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(2) dl dt {
  width: 400px;
  height: 220px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(2) dl dt img {
  width: 400px;
  height: 220px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(3) {
  width: 100%;
  height: 280px;
  background-color: #F6F7FA;
  display: none;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(3) dl {
  width: 100%;
  height: 100%;
  background: url(/images/scene_meun_bg3_0093dd17.png) no-repeat;
  background-size: 195px 195px;
  background-position: left bottom;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(3) dl dd {
  width: 561px;
  margin-left: 50px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(3) dl dd p:nth-child(1) {
  width: 150px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 15px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(3) dl dd p:nth-child(2) {
  width: 561px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(3) dl dd p:nth-child(2) span {
  display: inline-block;
  width: 100%;
  height: 26px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(3) dl dt {
  width: 400px;
  height: 220px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(3) dl dt img {
  width: 400px;
  height: 220px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(4) {
  width: 100%;
  height: 280px;
  background-color: #F6F7FA;
  display: none;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(4) dl {
  width: 100%;
  height: 100%;
  background: url(/images/scene_meun_bg4_eb1e462d.png) no-repeat;
  background-size: 195px 195px;
  background-position: left bottom;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(4) dl dd {
  width: 561px;
  margin-left: 50px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(4) dl dd p:nth-child(1) {
  width: 150px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 15px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(4) dl dd p:nth-child(2) {
  width: 561px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(4) dl dd p:nth-child(2) span {
  display: inline-block;
  width: 100%;
  height: 26px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(4) dl dt {
  width: 400px;
  height: 220px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun:nth-child(4) dl dt img {
  width: 400px;
  height: 220px;
}

.media-pc .stationonly_main .scene .scene_con .scene_tab .scene_all .scene_meun.reveal {
  display: block;
}

.media-pc .stationonly_main .advantage {
  width: 100%;
  height: 1050px;
  background-color: #F6F7FA;
}

.media-pc .stationonly_main .advantage .advantage_p {
  width: 100%;
  height: 200px;
  position: relative;
}

.media-pc .stationonly_main .advantage .advantage_p p {
  width: 420px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media-pc .stationonly_main .advantage .advantage_con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.media-pc .stationonly_main .advantage .advantage_con dl {
  width: 380px;
  height: 300px;
  border-radius: 8px;
  border: solid 1px #E2E7EE;
  background-color: #FFFFFF;
  margin-bottom: 40px;
  cursor: pointer;
}

.media-pc .stationonly_main .advantage .advantage_con dl dt {
  width: 68px;
  height: 68px;
  margin-left: 15px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.media-pc .stationonly_main .advantage .advantage_con dl dt img {
  width: 68px;
  height: 68px;
}

.media-pc .stationonly_main .advantage .advantage_con dl dd {
  width: 350px;
  margin-left: 15px;
}

.media-pc .stationonly_main .advantage .advantage_con dl dd p {
  margin: 0;
  padding: 0;
  width: 332px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}

.media-pc .stationonly_main .advantage .advantage_con dl dd span {
  display: inline-block;
  width: 350px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc {
  width: 380px;
  height: 300px;
  border-radius: 8px;
  border: solid 1px #E2E7EE;
  background-color: #FFFFFF;
  margin-bottom: 40px;
  cursor: pointer;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc dt {
  width: 68px;
  height: 68px;
  margin-left: 15px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc dt img {
  width: 68px;
  height: 68px;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc dd {
  width: 350px;
  margin-left: 15px;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc dd p {
  margin: 0;
  padding: 0;
  width: 332px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc dd .table {
  width: 350px;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc dd .table li {
  width: 100%;
  display: flex;
  justify-content: start;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc dd .table li span:nth-child(1) {
  display: inline-block;
  width: 100px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}

.media-pc .stationonly_main .advantage .advantage_con .srrc dd .table li span:nth-child(2) {
  display: inline-block;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .stationonly_main .advantage .advantage_foot {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
}

.media-pc .stationonly_main .advantage .advantage_foot li:nth-child(1) {
  width: 585px;
  height: 100px;
  background: url(/images/foot_d9f6be45.png) no-repeat;
  background-size: 585px 100px;
  cursor: pointer;
}

.media-pc .stationonly_main .advantage .advantage_foot li:nth-child(1) p {
  width: 585px;
  height: 100px;
  margin: 0;
  padding: 0;
  background: url(/images/foot_01_c8ddcab4.png) no-repeat;
  background-size: 100px 100px;
  background-position: left top;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .stationonly_main .advantage .advantage_foot li:nth-child(1) p span {
  display: inline-block;
  width: 105px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}

.media-pc .stationonly_main .advantage .advantage_foot li:nth-child(1) p img {
  width: 16px;
  height: 16px;
}

.media-pc .stationonly_main .advantage .advantage_foot li:nth-child(2) {
  width: 585px;
  height: 100px;
  background: url(/images/foot_d9f6be45.png) no-repeat;
  background-size: 585px 100px;
  background-position: left top;
  cursor: pointer;
}

.media-pc .stationonly_main .advantage .advantage_foot li:nth-child(2) p {
  width: 585px;
  height: 100px;
  margin: 0;
  padding: 0;
  background: url(/images/foot_02_19f3f041.png) no-repeat;
  background-size: 100px 100px;
  background-position: left top;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .stationonly_main .advantage .advantage_foot li:nth-child(2) p span {
  display: inline-block;
  width: 105px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}

.media-pc .stationonly_main .advantage .advantage_foot li:nth-child(2) p img {
  width: 16px;
  height: 16px;
}

.media-pc .stationonly_main .strategy {
  width: 100%;
  height: 500px;
}

.media-pc .stationonly_main .strategy .kong {
  width: 100%;
  height: 81px;
}

.media-pc .stationonly_main .strategy .strategy_bg {
  width: 100%;
  height: 419px;
  background: url(/images/strategy_bg_c41d5a3f.png) no-repeat;
  background-size: 100% 419px;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_tit {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  position: relative;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_tit p {
  width: 400px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step {
  width: 1130px;
  height: 186px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step li {
  height: 186px;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step li dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step li dl dt {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step li dl dt img {
  width: 72px;
  height: 72px;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step li dl dd {
  width: 171px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step li dl dd p {
  margin: 0;
  padding: 0;
  width: 60px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
  margin-bottom: 10px;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step li dl dd span {
  display: inline-block;
  width: 171px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step .li_img {
  width: 92px;
  height: 5px;
  margin-bottom: 25px;
}

.media-pc .stationonly_main .strategy .strategy_bg .strategy_step .li_img img {
  width: 92px;
  height: 5px;
}

.media-pc .empennage {
  width: 100%;
  height: 531px;
}

/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/threepage/mediaManagement.css ***!
  \*****************************************************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
}

.media-pc {
  width: 100%;
}

.media-pc .media_top {
  width: 100%;
  height: 660px;
  background: url(/images/sassss_bg_5fdbe84f.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.media-pc .media_top .warp {
  width: 100%;
  height: 80px;
}

.media-pc .media_top .warp .pane {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .media_top .warp .pane .logo {
  width: 206px;
  height: 24px;
  cursor: pointer;
}

.media-pc .media_top .warp .pane .logo img {
  width: 206px;
  height: 24px;
}

.media-pc .media_top .warp .pane .nav {
  width: 709px;
  height: 22px;
  display: flex;
  margin-left: 65px;
}

.media-pc .media_top .warp .pane .nav li {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.media-pc .media_top .warp .pane .nav li a {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  padding-bottom: 28px;
  margin: 0 25px;
}

.media-pc .media_top .warp .pane .nav li a:hover {
  font-weight: 700;
  color: #165dff;
  border-bottom: 2px solid #165dff;
}

.media-pc .media_top .warp .pane .navBtn {
  margin-right: 15px;
}

.media-pc .media_top .warp .pane .navBtn .logine {
  width: 60px;
  height: 38px;
  border: solid 1px #165DFF;
  border-radius: 3px;
  padding: 5px, 16px, 5px, 16px;
  color: #165DFF;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  background: none;
}

.media-pc .media_top .warp .pane .navBtn .freetrial {
  width: 88px;
  height: 38px;
  padding: 5px, 16px, 5px, 16px;
  border-radius: 3px;
  background-color: #165DFF;
  color: #FFFFFF;
  border: none;
  margin-left: 15px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
}

.media-pc .media_top .fix {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}

.media-pc .media_top .title {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 240px;
  transform: translate(-50%);
}

.media-pc .media_top .title p:nth-child(1) {
  width: 900px;
  height: 70px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}

.media-pc .media_top .title p:nth-child(2) {
  width: 802px;
  height: 68px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.media-pc .media_top .title p:nth-child(2) span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}

.media-pc .media_top .title p:nth-child(3) {
  width: 155px;
  height: 62px;
  border-radius: 4px;
  padding: 20px, 30px, 20px, 30px;
  background-color: #165DFF;
  line-height: 62px;
  cursor: pointer;
}

.media-pc .media_top .title p:nth-child(3) a {
  display: inline-block;
  width: 155px;
  height: 62px;
  text-align: center;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.media-pc .themecontent {
  width: 100%;
}

.media-pc .themecontent .zoology {
  width: 100%;
  height: 680px;
}

.media-pc .themecontent .zoology .zoology_marketing {
  width: 1200px;
  height: 680px;
  margin: 0 auto;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_tit p {
  width: 415px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_tit span {
  width: 1100px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box {
  width: 380px;
  height: 386px;
  background: url(/images/zoology_bg_1dbfc0a5.png) no-repeat;
  background-size: 380px 386px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box img {
  width: 100px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(2) {
  width: 38px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
  margin-bottom: 10px;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(3) {
  width: 245px;
  height: 44px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(3) span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(4) {
  width: 40px;
  height: 6px;
  border-radius: 20px;
  opacity: 70%;
  background-color: #165DFF;
  margin-bottom: 15px;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(5) {
  width: 340px;
  height: 52px;
  display: flex;
  flex-direction: column;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(5) span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.media-pc .themecontent .product {
  width: 100%;
  height: 680px;
  background-color: #F6F7FA;
}

.media-pc .themecontent .product .product_content {
  width: 1200px;
  height: 680px;
  margin: 0 auto;
  overflow: hidden;
}

.media-pc .themecontent .product .product_content .product_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .product .product_content .product_info p {
  width: 640px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 15px;
}

.media-pc .themecontent .product .product_content .product_info span {
  width: 1100px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .product .product_content .product_tab {
  width: 1200px;
  position: relative;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li {
  width: 384px;
  height: 80px;
  background-color: #FFFFFF;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li .flag {
  display: none;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li li {
  width: 384px;
  height: 76px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li li img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li li span {
  height: 28px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li .active_gl {
  width: 0px;
  height: 4px;
  transition: width 2s;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li.active li {
  background-color: #165DFF;
  display: none;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li.active li span {
  color: #FFFFFF;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li.active .flag {
  display: block;
  width: 384px;
  height: 76px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li.active .flag span {
  color: #FFFFFF;
}

.media-pc .themecontent .product .product_content .product_tab .product_ul .product_li.active .active_gl {
  width: 384px;
  background-color: #33EFEB;
}

.media-pc .themecontent .product .product_content .product_tab .product_page {
  width: 300%;
  margin-top: 50px;
  position: absolute;
  transition: 1.5s;
  left: 0;
  display: flex;
}

.media-pc .themecontent .product .product_content .product_tab .product_page .product_cc {
  width: 1200px;
}

.media-pc .themecontent .product .product_content .product_tab .product_page .product_cc .product_meun {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.media-pc .themecontent .product .product_content .product_tab .product_page .product_cc .product_meun ul {
  display: flex;
  flex-direction: column;
}

.media-pc .themecontent .product .product_content .product_tab .product_page .product_cc .product_meun ul li {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: none;
  line-height: 50px;
}

.media-pc .themecontent .product .product_content .product_tab .product_page .product_cc .product_meun ul li img {
  width: 8px;
  height: 8px;
  margin-right: 10px;
}

.media-pc .themecontent .product .product_content .product_tab .product_page .product_cc .product_meun ul li span {
  display: inline-block;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .themecontent .product .product_content .product_tab .product_page .product_cc .product_meun .product_img {
  width: 300px;
  height: 300px;
  margin-right: 30px;
}

.media-pc .themecontent .product .product_content .product_tab .product_page .product_cc .product_meun .product_img img {
  width: 300px;
  height: 300px;
}

.media-pc .themecontent .map {
  width: 100%;
  height: 836px;
}

.media-pc .themecontent .map .map_content {
  width: 1200px;
  height: 836px;
  margin: 0 auto;
}

.media-pc .themecontent .map .map_content .map_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .map .map_content .map_tit p {
  width: 415px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}

.media-pc .themecontent .map .map_content .map_tit span {
  width: 1100px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .map .map_content .map_con {
  width: 100%;
}

.media-pc .themecontent .map .map_content .map_con .map_top {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .account {
  width: 246px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .account ul {
  width: 246px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .account ul li {
  width: 246px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  list-style-type: disc;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .themecontent .map .map_content .map_con .map_top .account ul li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .map .map_content .map_con .map_top .account p {
  width: 115px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-top: 15px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .vido {
  width: 270px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .vido ul {
  width: 270px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .vido ul li {
  width: 270px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  list-style-type: disc;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .themecontent .map .map_content .map_con .map_top .vido ul li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .map .map_content .map_con .map_top .vido p {
  width: 115px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-top: 15px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .traffic {
  width: 289px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .traffic ul {
  width: 289px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .traffic ul li {
  width: 289px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  list-style-type: disc;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .themecontent .map .map_content .map_con .map_top .traffic ul li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .map .map_content .map_con .map_top .traffic p {
  width: 115px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-top: 15px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .report {
  width: 118px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .report ul {
  width: 118px;
}

.media-pc .themecontent .map .map_content .map_con .map_top .report ul li {
  width: 118px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  list-style-type: disc;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .themecontent .map .map_content .map_con .map_top .report ul li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .map .map_content .map_con .map_top .report p {
  width: 115px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-top: 15px;
}

.media-pc .themecontent .map .map_content .map_con .map_middle {
  width: 100%;
  height: 80px;
  background: url(/images/middle_line_1e085ba0.png) no-repeat;
  background-position: center center;
  background-size: 1190px 6px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.media-pc .themecontent .map .map_content .map_con .map_middle .middle_kk {
  width: 1110px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}

.media-pc .themecontent .map .map_content .map_con .map_middle .middle_kk .middleimg {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: #F6F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .map .map_content .map_con .map_middle .middle_kk .middleimg img {
  width: 60px;
  height: 60px;
}

.media-pc .themecontent .map .map_content .map_con .map_middle .middlejt {
  width: 20.78px;
  height: 19px;
  position: absolute;
  top: 30px;
  right: -10px;
}

.media-pc .themecontent .map .map_content .map_con .map_middle .middlejt img {
  width: 20.78px;
  height: 19px;
}

.media-pc .themecontent .map .map_content .map_con .map_down {
  display: flex;
}

.media-pc .themecontent .map .map_content .map_con .map_down .materiallibrary {
  width: 315px;
  margin-left: 180px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .materiallibrary p {
  width: 115px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 15px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .materiallibrary ul {
  width: 315px;
  height: 159px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .materiallibrary ul li {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
  list-style-type: disc;
}

.media-pc .themecontent .map .map_content .map_con .map_down .materiallibrary ul li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .map .map_content .map_con .map_down .issue {
  width: 120px;
  margin-left: 40px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .issue p {
  width: 115px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 15px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .issue ul {
  width: 100px;
  height: 170px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .issue ul li {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
  list-style-type: disc;
}

.media-pc .themecontent .map .map_content .map_con .map_down .issue ul li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .map .map_content .map_con .map_down .capital {
  width: 330px;
  margin-left: 230px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .capital p {
  width: 115px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 15px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .capital ul {
  width: 330px;
  height: 170px;
}

.media-pc .themecontent .map .map_content .map_con .map_down .capital ul li {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
  list-style-type: disc;
}

.media-pc .themecontent .map .map_content .map_con .map_down .capital ul li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .saas {
  width: 100%;
  height: 836px;
  background-color: #F6F7FA;
}

.media-pc .themecontent .saas .saas_midd {
  width: 1200px;
  height: 836px;
  margin: 0 auto;
}

.media-pc .themecontent .saas .saas_midd .saas_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .saas .saas_midd .saas_tit p {
  width: 700px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}

.media-pc .themecontent .saas .saas_midd .saas_tit span {
  width: 1100px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .saas .saas_midd .saas_con {
  width: 1200px;
  margin-top: 80px;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li {
  width: 285px;
  height: 344px;
  border-radius: 8px;
  border: solid 1px #BCD3FC;
  background: linear-gradient(#BCD3FC, #FFFFFF);
  cursor: pointer;
  position: relative;
  top: 0;
  transition: 0.5s;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl {
  width: 285px;
  height: 344px;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl dt {
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl dt img {
  width: 60px;
  height: 60px;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl dd {
  width: 100%;
  margin-left: 20px;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl dd p {
  width: 100%;
  height: 28px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl dd ol {
  width: 100%;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl dd ol li {
  margin-bottom: 8px;
  background: url(/images/dui_17d4a9c9.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0% 20%;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl dd ol li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
  display: flex;
  flex-direction: column;
  margin-left: 18px;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li dl dd ol li span i {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li:hover {
  top: -20px;
  background: linear-gradient(to bottom right, #BCD3FC, #1660FD);
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li:hover p {
  color: #FFFFFF;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li:hover ol li {
  background: url(/images/duibai_449cc7f3.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0% 20%;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li:hover ol li span {
  color: #FFFFFF;
}

.media-pc .themecontent .saas .saas_midd .saas_con .saas_ul .saas_li:hover ol li span i {
  color: #FFFFFF;
}

.media-pc .themecontent .saas .saas_midd .saas_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.media-pc .themecontent .saas .saas_midd .saas_btn img {
  width: 180px;
  height: 50px;
}

.media-pc .empennage {
  width: 100%;
  height: 531px;
}

/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/threepage/Intelligentool.css ***!
  \****************************************************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
}

.media-pc {
  width: 100%;
}

.media-pc .tool_top {
  width: 100%;
  height: 660px;
  background: url(/images/media_bg_20c4f6b5.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.media-pc .tool_top .warp {
  width: 100%;
  height: 80px;
}

.media-pc .tool_top .warp .pane {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-pc .tool_top .warp .pane .logo {
  width: 206px;
  height: 24px;
  cursor: pointer;
}

.media-pc .tool_top .warp .pane .logo img {
  width: 206px;
  height: 24px;
}

.media-pc .tool_top .warp .pane .nav {
  width: 709px;
  height: 22px;
  display: flex;
  margin-left: 65px;
}

.media-pc .tool_top .warp .pane .nav li {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.media-pc .tool_top .warp .pane .nav li a {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  padding-bottom: 28px;
  margin: 0 25px;
}

.media-pc .tool_top .warp .pane .nav li a:hover {
  font-weight: 700;
  color: #165dff;
  border-bottom: 2px solid #165dff;
}

.media-pc .tool_top .warp .pane .navBtn {
  margin-right: 15px;
}

.media-pc .tool_top .warp .pane .navBtn .logine {
  width: 60px;
  height: 38px;
  border: solid 1px #165DFF;
  border-radius: 3px;
  padding: 5px, 16px, 5px, 16px;
  color: #165DFF;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  background: none;
}

.media-pc .tool_top .warp .pane .navBtn .freetrial {
  width: 88px;
  height: 38px;
  padding: 5px, 16px, 5px, 16px;
  border-radius: 3px;
  background-color: #165DFF;
  color: #FFFFFF;
  border: none;
  margin-left: 15px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
}

.media-pc .tool_top .fix {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}

.media-pc .tool_top .title {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 240px;
  transform: translate(-50%);
}

.media-pc .tool_top .title p:nth-child(1) {
  width: 900px;
  height: 70px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}

.media-pc .tool_top .title p:nth-child(2) {
  width: 802px;
  height: 68px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.media-pc .tool_top .title p:nth-child(2) span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}

.media-pc .tool_top .title p:nth-child(3) {
  width: 155px;
  height: 62px;
  border-radius: 4px;
  padding: 20px, 30px, 20px, 30px;
  background-color: #165DFF;
  line-height: 62px;
  cursor: pointer;
}

.media-pc .tool_top .title p:nth-child(3) a {
  display: inline-block;
  width: 155px;
  height: 62px;
  text-align: center;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.media-pc .themecontent {
  width: 100%;
}

.media-pc .themecontent .zoology {
  width: 100%;
  height: 680px;
}

.media-pc .themecontent .zoology .zoology_marketing {
  width: 1200px;
  height: 680px;
  margin: 0 auto;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_tit p {
  width: 415px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_tit span {
  width: 1100px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box {
  width: 380px;
  height: 386px;
  background: url(/images/zoology_bg_1dbfc0a5.png) no-repeat;
  background-size: 380px 386px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box img {
  width: 100px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(2) {
  width: 38px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
  margin-bottom: 10px;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(3) {
  width: 245px;
  height: 44px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(3) span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(4) {
  width: 40px;
  height: 6px;
  border-radius: 20px;
  opacity: 70%;
  background-color: #165DFF;
  margin-bottom: 15px;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(5) {
  width: 340px;
  height: 52px;
  display: flex;
  flex-direction: column;
}

.media-pc .themecontent .zoology .zoology_marketing .zoology_con .zoology_box p:nth-child(5) span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.media-pc .themecontent .Intelligentool {
  width: 100%;
  height: 680px;
  background-color: #F6F7FA;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content {
  width: 1200px;
  height: 680px;
  margin: 0 auto;
  overflow: hidden;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_info p {
  width: 640px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 15px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_info span {
  width: 1100px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab {
  width: 1200px;
  position: relative;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li {
  width: 384px;
  height: 80px;
  background-color: #FFFFFF;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li .flag {
  display: none;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li li {
  width: 384px;
  height: 76px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li li img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li li span {
  height: 28px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li .active_gl {
  width: 0px;
  height: 4px;
  transition: width 2s;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li.active li {
  background-color: #165DFF;
  display: none;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li.active li span {
  color: #FFFFFF;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li.active .flag {
  display: block;
  width: 384px;
  height: 76px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li.active .flag span {
  color: #FFFFFF;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_ul .Intelligentool_li.active .active_gl {
  width: 384px;
  background-color: #33EFEB;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page {
  width: 300%;
  margin-top: 50px;
  position: absolute;
  transition: 1.5s;
  left: 0;
  display: flex;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page .Intelligentool_cc {
  width: 1200px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page .Intelligentool_cc .Intelligentool_meun {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page .Intelligentool_cc .Intelligentool_meun ul {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page .Intelligentool_cc .Intelligentool_meun ul li {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: none;
  line-height: 50px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page .Intelligentool_cc .Intelligentool_meun ul li img {
  width: 8px;
  height: 8px;
  margin-right: 10px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page .Intelligentool_cc .Intelligentool_meun ul li span {
  display: inline-block;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page .Intelligentool_cc .Intelligentool_meun .Intelligentool_img {
  width: 300px;
  height: 300px;
  margin-right: 30px;
}

.media-pc .themecontent .Intelligentool .Intelligentool_content .Intelligentool_tab .Intelligentool_page .Intelligentool_cc .Intelligentool_meun .Intelligentool_img img {
  width: 300px;
  height: 300px;
}

.media-pc .themecontent .mapMarketing {
  width: 100%;
  height: 836px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content {
  width: 1200px;
  height: 836px;
  margin: 0 auto;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_tit p {
  width: 415px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con {
  width: 100%;
  margin-top: 50px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ol .start_ol {
  width: 100px;
  height: 40px;
  background: url(/images/ol_1_03b61e49.png) no-repeat;
  background-size: 100px 40px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ol li {
  width: 100px;
  height: 40px;
  background: url(/images/ol_2_bc44bfc1.png) no-repeat;
  background-size: 100px 40px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul .start_ul {
  width: 100px;
  height: 363px;
  background: url(/images/ul1_ce2cf59b.png) no-repeat;
  background-size: 100px 363px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul .start_ul p:nth-child(1) {
  width: 27px;
  height: 66px;
  text-align: center;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul .start_ul p:nth-child(1) span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul .start_ul p:nth-child(2) {
  width: 49px;
  height: 66px;
  text-align: center;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul .start_ul p:nth-child(2) span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul li {
  width: 100px;
  height: 363px;
  background-color: #FAFBFF;
  border-radius: 4px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul li dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul li dl dd {
  width: 80px;
  border-radius: 4px;
  border: solid 1px #F0F1F1;
  padding: 5px, 18px, 5px, 18px;
  background-color: #FFFFFF;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
  margin-bottom: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul li dl dt {
  width: 80px;
  text-align: center;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con ul li dl dt img {
  width: 15px;
  height: 15px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform {
  width: 100%;
  height: 108px;
  background-color: #FAFBFF;
  border-radius: 4px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .inform_bg {
  width: 80px;
  height: 68px;
  border-radius: 4px;
  background: url(/images/inform_3cc19c27.png) no-repeat;
  background-size: 80px 68px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  margin-left: 10px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .kaihu {
  width: 100px;
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 135px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .kaihu p {
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .kaihu p img:nth-child(1) {
  width: 80px;
  height: 29px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .kaihu p img:nth-child(2) {
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .recharge {
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .recharge p {
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 35px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .recharge p img:nth-child(1) {
  width: 80px;
  height: 29px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .recharge p img:nth-child(2) {
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .recharge p img:nth-child(3) {
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .datanalyst {
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 330px;
  margin-top: 70px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .datanalyst p {
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 35px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .datanalyst p img:nth-child(1) {
  width: 80px;
  height: 29px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .datanalyst p img:nth-child(2) {
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .synergia {
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .synergia p {
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .synergia p img:nth-child(1) {
  width: 80px;
  height: 29px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .synergia p img:nth-child(2) {
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .pneumatic {
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .pneumatic p {
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 32px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .pneumatic p img:nth-child(1) {
  width: 80px;
  height: 29px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .mapMarketing .mapMarketing_content .mapMarketing_con .inform .pneumatic p img:nth-child(2) {
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.media-pc .themecontent .flowsaas {
  width: 100%;
  height: 836px;
  background-color: #F6F7FA;
}

.media-pc .themecontent .flowsaas .flowsaas_midd {
  width: 1200px;
  height: 836px;
  margin: 0 auto;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_tit p {
  width: 740px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_tit span {
  width: 1100px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone {
  width: 100%;
  margin-top: 50px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li {
  width: 580px;
  height: 50px;
  cursor: pointer;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li .flag {
  width: 580px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li .flag img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li .flag span {
  display: inline-block;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li li {
  width: 580px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li li img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li li span {
  display: inline-block;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li.active {
  width: 580px;
  height: 50px;
  cursor: pointer;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li.active .flag {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li.active li {
  border-bottom: solid 3px #165DFF;
  display: none;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone ul .flowsaas_li.active li span {
  color: #165DFF;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_line {
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_line p {
  width: 1200px;
  height: 1px;
  background-color: #DBDDDE;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con {
  width: 100%;
  margin-top: 40px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) {
  width: 100%;
  display: none;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto {
  width: 580px;
  height: 264px;
  border-radius: 10px;
  background: url(/images/flowsaasbg1_f79514b7.png) no-repeat;
  background-size: 580px 264px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto p {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 20px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto p img {
  width: 80px;
  height: 80px;
  margin-top: 20px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto p span {
  margin-top: 20px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-left: 20px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto p span i {
  display: inline-block;
  width: 156px;
  height: 30px;
  border-radius: 4px;
  background-color: #F6F7FA;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto ul {
  width: 300px;
  display: flex;
  flex-direction: column;
  margin-left: 120px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto ul li {
  width: 300PX;
  display: flex;
  justify-content: start;
  line-height: 32px;
  align-items: center;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto ul li img {
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(1) .flowsaas_bao .flowsaas_meto ul li span {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) {
  width: 100%;
  display: none;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto {
  width: 580px;
  height: 264px;
  border-radius: 10px;
  background: url(/images/flowsaasbg1_f79514b7.png) no-repeat;
  background-size: 580px 264px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto p {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 30px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto p img {
  width: 80px;
  height: 80px;
  margin-top: 20px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto p span {
  margin-top: 20px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-left: 20px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto p span i {
  display: inline-block;
  width: 156px;
  height: 30px;
  border-radius: 4px;
  background-color: #F6F7FA;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #165DFF;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul {
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: column;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul li:nth-child(1) {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul li:nth-child(1) span {
  display: inline-block;
  width: 120px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #FFFFFF;
  padding: 6px;
  background-color: #F6F7FA;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul li:nth-child(1) img {
  width: 24px;
  height: 20px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul li:nth-child(2) {
  display: flex;
  justify-content: end;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul li:nth-child(2) img {
  width: 24px;
  height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 65px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul li:nth-child(3) {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul li:nth-child(3) span {
  display: inline-block;
  width: 120px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #FFFFFF;
  padding: 6px;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
  background-color: #F6F7FA;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun:nth-child(2) .flowsaas_bao .flowsaas_meto ul li:nth-child(3) img {
  width: 24px;
  height: 20px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .flowsaas_cone .flowsaas_con .flowsaas_meun.show {
  display: block;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .saas_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.media-pc .themecontent .flowsaas .flowsaas_midd .saas_btn img {
  width: 180px;
  height: 50px;
}

.media-pc .empennage {
  width: 100%;
  height: 531px;
}

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/threepage/srcm.css ***!
  \******************************************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
}

.media-pc {
  width: 100%;
}
.media-pc .srcm_top {
  width: 100%;
  height: 660px;
  background: url(/images/srcm_bg_36845751.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.media-pc .srcm_top .warp {
  width: 100%;
  height: 80px;
}
.media-pc .srcm_top .warp .pane {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-pc .srcm_top .warp .pane .logo {
  width: 206px;
  height: 24px;
  cursor: pointer;
}
.media-pc .srcm_top .warp .pane .logo img {
  width: 206px;
  height: 24px;
}
.media-pc .srcm_top .warp .pane .nav {
  width: 709px;
  height: 22px;
  display: flex;
  margin-left: 65px;
}
.media-pc .srcm_top .warp .pane .nav li {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}
.media-pc .srcm_top .warp .pane .nav li a {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  padding-bottom: 28px;
  margin: 0 25px;
}
.media-pc .srcm_top .warp .pane .nav li a:hover {
  font-weight: 700;
  color: #165dff;
  border-bottom: 2px solid #165dff;
}
.media-pc .srcm_top .warp .pane .navBtn {
  margin-right: 15px;
}
.media-pc .srcm_top .warp .pane .navBtn .logine {
  width: 60px;
  height: 38px;
  border: solid 1px #165DFF;
  border-radius: 3px;
  padding: 5px, 16px, 5px, 16px;
  color: #165DFF;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  background: none;
}
.media-pc .srcm_top .warp .pane .navBtn .freetrial {
  width: 88px;
  height: 38px;
  padding: 5px, 16px, 5px, 16px;
  border-radius: 3px;
  background-color: #165DFF;
  color: #FFFFFF;
  border: none;
  margin-left: 15px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
}
.media-pc .srcm_top .fix {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}
.media-pc .srcm_top .title {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 240px;
  transform: translate(-50%);
}
.media-pc .srcm_top .title p:nth-child(1) {
  width: 900px;
  height: 70px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}
.media-pc .srcm_top .title p:nth-child(2) {
  width: 802px;
  height: 34px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 20px;
}
.media-pc .srcm_top .title p:nth-child(3) {
  width: 155px;
  height: 62px;
  border-radius: 4px;
  padding: 20px, 30px, 20px, 30px;
  background-color: #165DFF;
  line-height: 62px;
  margin-top: 60px;
  cursor: pointer;
}
.media-pc .srcm_top .title p:nth-child(3) a {
  display: inline-block;
  width: 155px;
  height: 62px;
  text-align: center;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.media-pc .srcm_content {
  width: 100%;
}
.media-pc .srcm_content .difficulty {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
}
.media-pc .srcm_content .difficulty .difficulty_tit {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-pc .srcm_content .difficulty .difficulty_tit p {
  width: 370px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}
.media-pc .srcm_content .difficulty .difficulty_con {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.media-pc .srcm_content .difficulty .difficulty_con dl {
  width: 285px;
  height: 274px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.media-pc .srcm_content .difficulty .difficulty_con dl dt {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.media-pc .srcm_content .difficulty .difficulty_con dl dt img {
  width: 80px;
  height: 80px;
}
.media-pc .srcm_content .difficulty .difficulty_con dl dd {
  width: 245px;
}
.media-pc .srcm_content .difficulty .difficulty_con dl dd p {
  width: 245px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin-bottom: 10px;
}
.media-pc .srcm_content .difficulty .difficulty_con dl dd span {
  display: inline-block;
  width: 245px;
  height: 52px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}
.media-pc .srcm_content .difficulty .difficulty_con dl:hover {
  width: 285px;
  height: 274px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 12px 1px #224187;
}
.media-pc .srcm_content .acquisition {
  width: 100%;
  height: 1071px;
  background: url(/images/acquisition_bg_8d3aebff.jpg) no-repeat;
  background-size: 100% 1071px;
}
.media-pc .srcm_content .acquisition .acquisition_tit {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.media-pc .srcm_content .acquisition .acquisition_tit p {
  width: 380px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin-bottom: 20px;
}
.media-pc .srcm_content .acquisition .acquisition_tit span {
  display: inline-block;
  width: 250px;
  height: 28px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}
.media-pc .srcm_content .acquisition .acquisition_con {
  width: 1200px;
  margin: 0 auto;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_num {
  width: 1034px;
  height: 102px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_num dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_num dl dt span {
  height: 64px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 46px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_num dl dt img {
  width: 30px;
  height: 40px;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_num dl dd {
  width: 120px;
  height: 28px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info {
  width: 1200px;
  height: 615px;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ol {
  width: 1200px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ol li {
  width: 285px;
  height: 60px;
  background: url(/images/acqui_bg_96dad618.png) no-repeat;
  background-size: 285px 60px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul {
  width: 1200px;
  height: 535px;
  display: flex;
  justify-content: space-between;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul li:nth-child(1) {
  width: 285px;
  height: 535px;
  border-radius: 8px;
  border: solid 1px #FFFFFF;
  box-shadow: 0px 8px 20px 0px #F0F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/images/p1_fc1f7d94.png) no-repeat #FFFFFF;
  background-size: 160px 160px;
  background-position: bottom right;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul li:nth-child(1) p {
  width: 245px;
  height: 35px;
  border-radius: 4px;
  border: solid 1px #F0F1F1;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
  margin-top: 10px;
  background-color: #FAFBFF;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul li:nth-child(2) {
  width: 285px;
  height: 535px;
  border-radius: 8px;
  border: solid 1px #FFFFFF;
  box-shadow: 0px 8px 20px 0px #F0F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/images/p2_64a5c6de.png) no-repeat #FFFFFF;
  background-size: 160px 160px;
  background-position: bottom right;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul li:nth-child(2) p {
  width: 245px;
  height: 35px;
  border-radius: 4px;
  border: solid 1px #F0F1F1;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
  margin-top: 10px;
  background-color: #FAFBFF;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul li:nth-child(3) {
  width: 285px;
  height: 535px;
  border-radius: 8px;
  border: solid 1px #FFFFFF;
  box-shadow: 0px 8px 20px 0px #F0F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/images/p3_bae3f443.png) no-repeat #FFFFFF;
  background-size: 160px 160px;
  background-position: bottom right;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul li:nth-child(3) p {
  width: 245px;
  height: 35px;
  border-radius: 4px;
  border: solid 1px #F0F1F1;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
  margin-top: 10px;
  background-color: #FAFBFF;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul li:nth-child(4) {
  width: 285px;
  height: 535px;
  border-radius: 8px;
  border: solid 1px #FFFFFF;
  box-shadow: 0px 8px 20px 0px #F0F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/images/p4_527a240b.png) no-repeat #FFFFFF;
  background-size: 160px 160px;
  background-position: bottom right;
}
.media-pc .srcm_content .acquisition .acquisition_con .acquisition_info ul li:nth-child(4) p {
  width: 245px;
  height: 35px;
  border-radius: 4px;
  border: solid 1px #F0F1F1;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
  margin-top: 10px;
  background-color: #FAFBFF;
}
.media-pc .srcm_content .waiter {
  width: 100%;
  height: 650px;
}
.media-pc .srcm_content .waiter .waiter_title {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-pc .srcm_content .waiter .waiter_title p {
  width: 370px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}
.media-pc .srcm_content .waiter .waiter_swiper {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr {
  width: 260px;
  height: 400px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .waiter_li {
  width: 260px;
  height: 60px;
  border: solid 1px #FFFFFF;
  border-radius: 8px;
  margin-bottom: 5.5px;
  cursor: pointer;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .waiter_li li {
  width: 260px;
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .waiter_li li img {
  width: 24px;
  height: 24px;
  margin-left: 40px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .waiter_li li span {
  display: inline-block;
  height: 29px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-left: 10px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .waiter_li .show {
  width: 260px;
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
  display: none;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .waiter_li .show img {
  width: 24px;
  height: 24px;
  margin-left: 40px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .waiter_li .show span {
  display: inline-block;
  height: 29px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-left: 10px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .select {
  width: 260px;
  height: 60px;
  border: solid 1px #165DFF;
  border-radius: 8px;
  margin-bottom: 5.5px;
  background-color: #165DFF;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .select li {
  display: none;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .select .show {
  display: block;
  display: flex;
  justify-content: start;
  align-items: center;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_scr .select .show span {
  color: #FFFFFF;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con {
  width: 900px;
  height: 2800px;
  position: absolute;
  left: 290px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l {
  width: 900px;
  height: 400px;
  border-radius: 8px;
  border: solid 1px #F2F4F9;
  background: linear-gradient(#FFFFFF, #F3F5F8);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl {
  width: 260px;
  height: 340px;
  background: linear-gradient(#F3F5F8, #FFFFFF);
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(1) dt {
  width: 73px;
  height: 76px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(1) dt img {
  width: 73px;
  height: 76px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(1) dd p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin-bottom: 20px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(1) dd span {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(2) dt {
  width: 73px;
  height: 76px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(2) dt img {
  width: 73px;
  height: 76px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(2) dd p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin-bottom: 20px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(2) dd span {
  display: inline-block;
  width: 100%;
  height: 52px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(3) dt {
  width: 73px;
  height: 76px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 50%;
  transform: translate(-50%);
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(3) dt img {
  width: 73px;
  height: 76px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(3) dd {
  width: 260px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(3) dd p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin-bottom: 20px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(3) dd span {
  display: inline-block;
  width: 260px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
  display: flex;
  justify-content: start;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(3) dd span img {
  width: 6px;
  height: 6px;
  margin-top: 10px;
  margin-left: 20px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_l dl:nth-child(3) dd span i {
  display: inline-block;
  width: 230px;
  height: 52px;
  margin-left: 5px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_le {
  width: 900px;
  height: 400px;
  border-radius: 8px;
  border: solid 1px #F2F4F9;
  background: linear-gradient(#FFFFFF, #F3F5F8);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_le .wai_li {
  margin-left: 20px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_le .wai_li p {
  width: 160px;
  height: 34px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-top: -50px;
  margin-bottom: 20px;
  margin-left: 15px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_le .wai_li ol li {
  display: flex;
  justify-content: start;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_le .wai_li ol li img {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-top: 13px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_le .wai_li ol li span {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_le .wai_img {
  width: 406px;
  height: 384px;
  margin-right: 40px;
}
.media-pc .srcm_content .waiter .waiter_swiper .waiter_con .waiter_le .wai_img img {
  width: 406px;
  height: 384px;
}
.media-pc .empennage {
  width: 100%;
  height: 531px;
}

/*!**************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/threepage/aiinstrument.css ***!
  \**************************************************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
}

.media-pc {
  width: 100%;
}
.media-pc .aiinstrument_top {
  width: 100%;
  height: 660px;
  background: url(/images/aiinstrument_bg_8b573982.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.media-pc .aiinstrument_top .warp {
  width: 100%;
  height: 80px;
}
.media-pc .aiinstrument_top .warp .pane {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-pc .aiinstrument_top .warp .pane .logo {
  width: 206px;
  height: 24px;
  cursor: pointer;
}
.media-pc .aiinstrument_top .warp .pane .logo img {
  width: 206px;
  height: 24px;
}
.media-pc .aiinstrument_top .warp .pane .nav {
  width: 709px;
  height: 22px;
  display: flex;
  margin-left: 65px;
}
.media-pc .aiinstrument_top .warp .pane .nav li {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}
.media-pc .aiinstrument_top .warp .pane .nav li a {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  padding-bottom: 28px;
  margin: 0 25px;
}
.media-pc .aiinstrument_top .warp .pane .nav li a:hover {
  font-weight: 700;
  color: #165dff;
  border-bottom: 2px solid #165dff;
}
.media-pc .aiinstrument_top .warp .pane .navBtn {
  margin-right: 15px;
}
.media-pc .aiinstrument_top .warp .pane .navBtn .logine {
  width: 60px;
  height: 38px;
  border: solid 1px #165DFF;
  border-radius: 3px;
  padding: 5px, 16px, 5px, 16px;
  color: #165DFF;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  background: none;
}
.media-pc .aiinstrument_top .warp .pane .navBtn .freetrial {
  width: 88px;
  height: 38px;
  padding: 5px, 16px, 5px, 16px;
  border-radius: 3px;
  background-color: #165DFF;
  color: #FFFFFF;
  border: none;
  margin-left: 15px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
}
.media-pc .aiinstrument_top .fix {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}
.media-pc .aiinstrument_top .title {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 240px;
  transform: translate(-50%);
}
.media-pc .aiinstrument_top .title p:nth-child(1) {
  width: 900px;
  height: 70px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_top .title p:nth-child(2) {
  width: 802px;
  height: 34px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  margin-bottom: 20px;
}
.media-pc .aiinstrument_top .title p:nth-child(3) {
  width: 155px;
  height: 62px;
  border-radius: 4px;
  padding: 20px, 30px, 20px, 30px;
  background-color: #165DFF;
  line-height: 62px;
  margin-top: 60px;
  cursor: pointer;
}
.media-pc .aiinstrument_top .title p:nth-child(3) a {
  display: inline-block;
  width: 155px;
  height: 62px;
  text-align: center;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con {
  width: 100%;
}
.media-pc .aiinstrument_con .aiinstrument_tit {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.media-pc .aiinstrument_con .aiinstrument_tit p {
  width: 365px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_tit span {
  display: inline-block;
  width: 1170px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}
.media-pc .aiinstrument_con .aiinstrument_g {
  width: 100%;
  height: 500px;
  background: url(/images/angongju_bg_c0a3f7f0.png) no-repeat;
  background-size: 100% 500px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) {
  width: 590px;
  height: 100px;
  margin-top: 80px;
  cursor: pointer;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) .flag {
  display: none;
  width: 590px;
  height: 100px;
  background-color: #165DFF;
  position: relative;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) .flag p {
  width: 590px;
  height: 96px;
  background: url(/images/aiinstrument_tit1_949f2335.png) no-repeat;
  background-size: 138px 100px;
  background-position: left bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) .flag p img {
  width: 30px;
  height: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) .flag p span {
  width: 105px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) .flag i {
  display: inline-block;
  width: 590px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) li {
  width: 590px;
  height: 100px;
  background-color: #FFFFFF;
  position: relative;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) li p {
  width: 590px;
  height: 96px;
  background: url(/images/aiinstrument_tit1_949f2335.png) no-repeat;
  background-size: 138px 100px;
  background-position: left bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) li p img {
  width: 30px;
  height: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) li p span {
  width: 105px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(1) li i {
  display: inline-block;
  width: 0px;
  height: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) {
  width: 590px;
  height: 100px;
  margin-top: 80px;
  cursor: pointer;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) .flag {
  width: 590px;
  height: 100px;
  background-color: #165DFF;
  position: relative;
  display: none;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) .flag p {
  width: 590px;
  height: 96px;
  background: url(/images/aiinstrument_tit2_00705385.png) no-repeat;
  background-size: 138px 100px;
  background-position: left bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) .flag p img {
  width: 30px;
  height: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) .flag p span {
  width: 105px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) .flag i {
  display: inline-block;
  width: 0px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) li {
  width: 590px;
  height: 100px;
  background-color: #FFFFFF;
  position: relative;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) li p {
  width: 590px;
  height: 96px;
  background: url(/images/aiinstrument_tit2_00705385.png) no-repeat;
  background-size: 138px 100px;
  background-position: left bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) li p img {
  width: 30px;
  height: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) li p span {
  width: 105px;
  height: 38px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li:nth-child(2) li i {
  display: inline-block;
  width: 0px;
  height: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li.active .flag {
  display: block;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li.active .flag i {
  display: inline-block;
  width: 590px;
  height: 4px;
  background-color: #33EFEB;
  animation: jack2 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_t .aiinstrument_li.active li {
  display: none;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun {
  width: 100%;
  margin-top: 120px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) {
  width: 100%;
  display: none;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul {
  width: 100%;
  display: flex;
  position: relative;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 0;
  top: 100px;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_02_ad1d4607.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) .ratio1 .ratio2 p:nth-child(1) {
  width: 326px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) .ratio1 .ratio2 p:nth-child(2) {
  width: 426px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) .ratio1 .ratio2 p:nth-child(3) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 80px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1) .ratio1 .ratio2 p:nth-child(3) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(1):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 300px;
  top: 100px;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_02_ad1d4607.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) .ratio1 .ratio2 p:nth-child(1) {
  width: 326px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) .ratio1 .ratio2 p:nth-child(2) {
  width: 426px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) .ratio1 .ratio2 p:nth-child(3) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 80px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2) .ratio1 .ratio2 p:nth-child(3) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(2):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 600px;
  top: 100px;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_02_ad1d4607.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) .ratio1 .ratio2 p:nth-child(1) {
  width: 326px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) .ratio1 .ratio2 p:nth-child(2) {
  width: 426px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) .ratio1 .ratio2 p:nth-child(3) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 120px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3) .ratio1 .ratio2 p:nth-child(3) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(3):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) {
  display: inline-block;
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 650px;
  top: 100px;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_02_ad1d4607.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) .ratio1 .ratio2 p:nth-child(1) {
  width: 326px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) .ratio1 .ratio2 p:nth-child(2) {
  width: 426px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) .ratio1 .ratio2 p:nth-child(3) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 80px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4) .ratio1 .ratio2 p:nth-child(3) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(1) .aiins_ul span:nth-child(4):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) {
  width: 100%;
  display: none;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) {
  width: 100%;
  display: flex;
  position: relative;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 0;
  top: -304px;
  z-index: 99999;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_01_85b1d8e2.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) .ratio1 .ratio2 p:nth-child(1) {
  width: 170px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) .ratio1 .ratio2 p:nth-child(2) {
  width: 300px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) .ratio1 .ratio2 p:nth-child(3) {
  width: 410px;
  height: 88px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) .ratio1 .ratio2 p:nth-child(4) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1) .ratio1 .ratio2 p:nth-child(4) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(1):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 300px;
  top: -304px;
  z-index: 99999;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_01_85b1d8e2.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) .ratio1 .ratio2 p:nth-child(1) {
  width: 290px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) .ratio1 .ratio2 p:nth-child(2) {
  width: 360px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) .ratio1 .ratio2 p:nth-child(3) {
  width: 410px;
  height: 88px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) .ratio1 .ratio2 p:nth-child(4) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2) .ratio1 .ratio2 p:nth-child(4) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(2):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 600px;
  top: -304px;
  z-index: 99999;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_01_85b1d8e2.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) .ratio1 .ratio2 p:nth-child(1) {
  width: 230px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) .ratio1 .ratio2 p:nth-child(2) {
  width: 360px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) .ratio1 .ratio2 p:nth-child(3) {
  width: 410px;
  height: 88px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) .ratio1 .ratio2 p:nth-child(4) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3) .ratio1 .ratio2 p:nth-child(4) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(3):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) {
  display: inline-block;
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 648px;
  top: -304px;
  z-index: 99999;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_01_85b1d8e2.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) .ratio1 .ratio2 p:nth-child(1) {
  width: 220px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) .ratio1 .ratio2 p:nth-child(2) {
  width: 400px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) .ratio1 .ratio2 p:nth-child(3) {
  width: 410px;
  height: 88px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) .ratio1 .ratio2 p:nth-child(4) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4) .ratio1 .ratio2 p:nth-child(4) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(1) span:nth-child(4):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) {
  width: 100%;
  display: flex;
  position: relative;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
  border-top: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 99999;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_01_85b1d8e2.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) .ratio1 .ratio2 p:nth-child(1) {
  width: 125px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) .ratio1 .ratio2 p:nth-child(2) {
  width: 286px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) .ratio1 .ratio2 p:nth-child(3) {
  width: 410px;
  height: 88px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) .ratio1 .ratio2 p:nth-child(4) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1) .ratio1 .ratio2 p:nth-child(4) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(1):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
  border-top: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 300px;
  top: 100px;
  z-index: 99999;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_01_85b1d8e2.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) .ratio1 .ratio2 p:nth-child(1) {
  width: 125px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) .ratio1 .ratio2 p:nth-child(2) {
  width: 410px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) .ratio1 .ratio2 p:nth-child(3) {
  width: 410px;
  height: 88px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) .ratio1 .ratio2 p:nth-child(4) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2) .ratio1 .ratio2 p:nth-child(4) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(2):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) {
  display: inline-block;
  width: 299px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-right: solid 1px #FFFFFF;
  border-top: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 600px;
  top: 100px;
  z-index: 99999;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_01_85b1d8e2.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) .ratio1 .ratio2 p:nth-child(1) {
  width: 125px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) .ratio1 .ratio2 p:nth-child(2) {
  width: 286px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) .ratio1 .ratio2 p:nth-child(3) {
  width: 410px;
  height: 88px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) .ratio1 .ratio2 p:nth-child(4) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3) .ratio1 .ratio2 p:nth-child(4) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(3):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) {
  display: inline-block;
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEFFD;
  border-top: solid 1px #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) i {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) .ratio1 {
  width: 550px;
  height: 302px;
  border: solid 1px #FFFFFF;
  background: url(/images/xiaolv1_ddce1ac2.png) no-repeat;
  background-size: 550px 302px;
  position: absolute;
  left: 648px;
  top: 100px;
  z-index: 99999;
  display: none;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) .ratio1 .ratio2 {
  width: 550px;
  height: 302px;
  background: url(/images/xiaolv_01_85b1d8e2.png) no-repeat;
  background-size: 180px 180px;
  background-position: right 90px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) .ratio1 .ratio2 p:nth-child(1) {
  width: 220px;
  height: 32px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) .ratio1 .ratio2 p:nth-child(2) {
  width: 386px;
  height: 22px;
  opacity: 70%;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) .ratio1 .ratio2 p:nth-child(3) {
  width: 410px;
  height: 88px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-left: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) .ratio1 .ratio2 p:nth-child(4) {
  width: 90px;
  height: 26px;
  margin-left: 30px;
  margin-top: 30px;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4) .ratio1 .ratio2 p:nth-child(4) a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout:nth-child(2) .aiins_ul:nth-child(2) span:nth-child(4):hover .ratio1 {
  display: block;
  animation: jack1 0.5s linear;
}
.media-pc .aiinstrument_con .aiinstrument_g .aiinstrument_tab .aiinstrument_meun .aiinstrument_laout.show {
  display: block;
}
.media-pc .aiinstrument_con .cabinet {
  width: 100%;
  height: 802px;
  background-color: #F6F7FA;
}
.media-pc .aiinstrument_con .cabinet .cabinet_top {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.media-pc .aiinstrument_con .cabinet .cabinet_top p {
  width: 370px;
  height: 50px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin-bottom: 15px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_top span {
  display: inline-block;
  width: 1007px;
  height: 64px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down {
  width: 100%;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab {
  width: 1200px;
  margin: 0 auto;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title {
  width: 1200px;
  height: 104px;
  display: flex;
  justify-content: space-between;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li {
  width: 384px;
  height: 104px;
  cursor: pointer;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li .flag {
  display: none;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li li {
  width: 384px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li li p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li li p img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li li p i {
  height: 28px;
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li li span {
  height: 26px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li .cabinet_line {
  width: 0px;
  height: 4px;
  transition: width 2s;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li.active .flag {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li.active li {
  background-color: #165DFF;
  display: none;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li.active li P i {
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li.active li span {
  color: #FFFFFF;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_title .cabinet_li.active .cabinet_line {
  width: 384px;
  background: #33EFEB;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content {
  margin-top: 50px;
  width: 100%;
  height: 400px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun {
  width: 100%;
  height: 400px;
  display: none;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_tit {
  width: 100%;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_tit ul {
  width: 100%;
  height: 67px;
  display: flex;
  cursor: pointer;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_tit ul li:nth-child(1) {
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #C9CDD4;
  border-bottom: solid 1px #C9CDD4;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_tit ul li:nth-child(1) span {
  display: inline-block;
  height: 47px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  padding: 0px 15px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_tit ul li:nth-child(2) {
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #C9CDD4;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_tit ul li:nth-child(2) span {
  display: inline-block;
  height: 47px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
  padding: 0px 15px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_tit ul li.active {
  border-bottom: solid 3px #165DFF;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_tit ul li.active span {
  color: #165DFF;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content {
  width: 100%;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content .cabinet_meun_content_con {
  width: 100%;
  display: none;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content .cabinet_meun_content_con .cabinet_meun_content_con_f {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content .cabinet_meun_content_con .cabinet_meun_content_con_f ul li {
  display: flex;
  justify-content: start;
  margin-top: 20px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content .cabinet_meun_content_con .cabinet_meun_content_con_f ul li img {
  width: 8px;
  height: 8px;
  margin-top: 10px;
  margin-right: 5px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content .cabinet_meun_content_con .cabinet_meun_content_con_f ul li span {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content .cabinet_meun_content_con .cabinet_meun_content_con_f .cabinet_meun_contentIMg {
  width: 380px;
  height: 380px;
  margin-top: -30px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content .cabinet_meun_content_con .cabinet_meun_content_con_f .cabinet_meun_contentIMg img {
  width: 380px;
  height: 380px;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun .cabinet_meun_content .cabinet_meun_content_con.show {
  display: block;
}
.media-pc .aiinstrument_con .cabinet .cabinet_down .cabinet_tab .cabinet_content .cabinet_meun.show {
  display: block;
}
.media-pc .butconcerned {
  width: 100%;
  height: 280px;
  background: url(/images/butguanzhu_7d87f757.png) no-repeat;
  background-size: 100% 280px;
}
.media-pc .butconcerned .butconcerned_img {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-pc .butconcerned .butconcerned_img p {
  width: 315px;
  height: 39;
  font-family: Alibaba PuHuiTi 3;
  font-size: 28px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
.media-pc .butconcerned .butconcerned_img dl {
  margin-left: 15px;
  margin-top: 20px;
}
.media-pc .butconcerned .butconcerned_img dl dt {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.media-pc .butconcerned .butconcerned_img dl dt img {
  width: 120px;
  height: 120px;
}
.media-pc .butconcerned .butconcerned_img dl dd {
  width: 115px;
  height: 20px;
  opacity: 0.5;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
.media-pc .empennage {
  width: 100%;
  height: 531px;
}

@keyframes jack1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes jack2 {
  0% {
    width: 0px;
  }
  100% {
    width: 590px;
  }
}

/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/aigcmobile.css ***!
  \*********************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoabout {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logoabout img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .background_aigc {
    width: 100%;
    height: 420px;
    background: url(/images/background_aigc_4d560317.png) no-repeat;
    background-size: 100% 420px;
    position: relative;
  }
  .media-mobile .background_aigc .backgroundImg-text {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 20%;
    text-align: center;
  }
  .media-mobile .background_aigc .backgroundImg-text p {
    width: 198px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 0 auto;
  }
  .media-mobile .background_aigc .backgroundImg-text span {
    display: inline-block;
    width: 246px;
    height: 17px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .background_aigc .freeBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .media-mobile .background_aigc .freeBtn a {
    display: inline-block;
    width: 120px;
    height: 36px;
  }
  .media-mobile .background_aigc .freeBtn a button {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #165DFF;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .mobileaigc {
    width: 100%;
  }
  .media-mobile .mobileaigc .mobileaigc_title {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
  }
  .media-mobile .mobileaigc .mobileaigc_title span {
    width: 172px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .mobileaigc .mobileaigc_content {
    width: 100%;
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .mobileaigc .mobileaigc_content .span_tit {
    width: 103px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
  }
  .media-mobile .mobileaigc .mobileaigc_content .span_info {
    width: 350px;
    height: 57px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    margin-bottom: 15px;
  }
  .media-mobile .mobileaigc .mobileaigc_content img {
    width: 335px;
    height: 240px;
    margin-bottom: 15px;
  }
  .media-mobile .mobileaigc .mobileaigc_content a {
    display: inline-block;
    width: 150px;
    height: 36px;
  }
  .media-mobile .mobileaigc .mobileaigc_content a button {
    width: 150px;
    height: 36px;
    background: url(/images/aigc_btn_8ab20fb2.png) no-repeat;
    background-size: 150px 36px;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
}

/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/materialmobile.css ***!
  \*************************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoabout {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logoabout img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .background_matermobile {
    width: 100%;
    height: 420px;
    background: url(/images/material_mobile_b64e43dc.png) no-repeat;
    background-size: 100% 420px;
    position: relative;
  }
  .media-mobile .background_matermobile .backgroundImg-text {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 18%;
    text-align: center;
  }
  .media-mobile .background_matermobile .backgroundImg-text p {
    width: 230px;
    height: 72px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .media-mobile .background_matermobile .backgroundImg-text span {
    display: inline-block;
    width: 282px;
    height: 51px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .background_matermobile .freeBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .media-mobile .background_matermobile .freeBtn a {
    display: inline-block;
    width: 120px;
    height: 36px;
  }
  .media-mobile .background_matermobile .freeBtn a button {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #165DFF;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .mobilematerialc {
    width: 100%;
  }
  .media-mobile .mobilematerialc .mobilematerialc_content {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .mobilematerialc .mobilematerialc_content .span_tit {
    width: 153px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .media-mobile .mobilematerialc .mobilematerialc_content .span_info {
    width: 350px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    margin-bottom: 15px;
  }
  .media-mobile .mobilematerialc .mobilematerialc_content img {
    width: 335px;
    height: 240px;
  }
  .media-mobile .mobilematerialc .mobilematerialc_content a {
    display: inline-block;
    width: 150px;
    height: 36px;
  }
  .media-mobile .mobilematerialc .mobilematerialc_content a button {
    width: 150px;
    height: 36px;
    background: url(/images/aigc_btn_8ab20fb2.png) no-repeat;
    background-size: 150px 36px;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
}

/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/srcmmobile.css ***!
  \*********************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoabout {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logoabout img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .background_srcmboile {
    width: 100%;
    height: 420px;
    background: url(/images/srcmboile_17468fb2.png) no-repeat;
    background-size: 100% 420px;
    position: relative;
  }
  .media-mobile .background_srcmboile .backgroundImg-text {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 20%;
    text-align: center;
  }
  .media-mobile .background_srcmboile .backgroundImg-text p {
    width: 198px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .media-mobile .background_srcmboile .backgroundImg-text span {
    display: inline-block;
    width: 318px;
    height: 34px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .background_srcmboile .freeBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .media-mobile .background_srcmboile .freeBtn a {
    display: inline-block;
    width: 120px;
    height: 36px;
  }
  .media-mobile .background_srcmboile .freeBtn a button {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #165DFF;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .srcmboile_content {
    width: 100%;
  }
  .media-mobile .srcmboile_content .srcmboile_difficulty {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .srcmboile_content .srcmboile_difficulty p {
    width: 266px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .media-mobile .srcmboile_content .srcmboile_difficulty dl {
    width: 351px;
    height: 110px;
    border-radius: 4px;
    border: solid 1px #FFFFFF;
    background: linear-gradient(#F2F5FC, #FFFFFF);
    box-shadow: 0px 4px 8px 0px #112E71 0.36%;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .media-mobile .srcmboile_content .srcmboile_difficulty dl dt {
    width: 66px;
    height: 66px;
    margin: 0px 25px;
  }
  .media-mobile .srcmboile_content .srcmboile_difficulty dl dt img {
    width: 66px;
    height: 66px;
  }
  .media-mobile .srcmboile_content .srcmboile_difficulty dl dd {
    display: flex;
    flex-direction: column;
  }
  .media-mobile .srcmboile_content .srcmboile_difficulty dl dd span {
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-bottom: 5px;
  }
  .media-mobile .srcmboile_content .srcmboile_difficulty dl dd i {
    height: 38px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .srcmboile_content .srcmboile_scene {
    width: 100%;
    height: 434px;
    background: url(/images/scene_bg_202752c5.png) no-repeat;
    background-size: 100% 434px;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_tit {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_tit p {
    width: 269px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 30px;
    margin-bottom: 6px;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_tit span {
    width: 254px;
    height: 17px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_dl {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_dl dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_dl dl dt span {
    display: inline-block;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_dl dl dt img {
    width: 16px;
    height: 22px;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_dl dl dd {
    width: 76px;
    height: 17px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_ul {
    width: 100%;
    text-align: center;
  }
  .media-mobile .srcmboile_content .srcmboile_scene .srcmboile_scene_ul img {
    width: 95%;
    height: 200px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve {
    width: 100%;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tit {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tit p {
    width: 269px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title {
    width: 351px;
    height: 62px;
    margin-bottom: 15px;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul {
    width: 590px;
    height: 62px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li {
    width: 90px;
    height: 62px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li dl {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #F2F6FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li dl dt {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li dl dt img {
    width: 24px;
    height: 24px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li dl dd {
    height: 17px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li .flag {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #165DFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li .flag dt {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li .flag dt img {
    width: 24px;
    height: 24px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li .flag dd {
    height: 17px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li.active .flag {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title ul li.active li {
    display: none;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_title::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con {
    width: 351px;
    height: 380px;
    margin-bottom: 30px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(1) {
    width: 351px;
    height: 380px;
    background: linear-gradient(#F6F7FA, #ECF1FA);
    display: none;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(1) dl {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(1) dl dt {
    width: 45px;
    height: 46px;
    margin-left: 30px;
    margin-top: 30px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(1) dl dt img {
    width: 45px;
    height: 46px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(1) dl dd {
    margin-left: 15px;
    margin-top: 20px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(1) dl dd p {
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-bottom: 5px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(1) dl dd span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(1) dl dd span i {
    display: inline-block;
    height: 38px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(2) {
    width: 351px;
    height: 380px;
    background: linear-gradient(#F6F7FA, #ECF1FA);
    display: none;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(2) .serve_zc_bg {
    width: 351px;
    height: 380px;
    background: url(/images/serve_meun_02_44e498dc.png) no-repeat;
    background-size: 240px 226px;
    background-position: right bottom;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(2) .serve_zc_bg p {
    height: 50px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-left: 25px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(2) .serve_zc_bg ul {
    margin-left: 15px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(2) .serve_zc_bg ul li {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(2) .serve_zc_bg ul li img {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-top: 9px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(2) .serve_zc_bg ul li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(3) {
    width: 351px;
    height: 380px;
    background: linear-gradient(#F6F7FA, #ECF1FA);
    display: none;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(3) .serve_zc_bg {
    width: 351px;
    height: 380px;
    background: url(/images/serve_meun_03_22cb3261.png) no-repeat;
    background-size: 240px 226px;
    background-position: right bottom;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(3) .serve_zc_bg p {
    height: 50px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-left: 25px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(3) .serve_zc_bg ul {
    margin-left: 15px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(3) .serve_zc_bg ul li {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(3) .serve_zc_bg ul li img {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-top: 9px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(3) .serve_zc_bg ul li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(4) {
    width: 351px;
    height: 380px;
    background: linear-gradient(#F6F7FA, #ECF1FA);
    display: none;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(4) .serve_zc_bg {
    width: 351px;
    height: 380px;
    background: url(/images/serve_meun_04_459bfa50.png) no-repeat;
    background-size: 240px 226px;
    background-position: right bottom;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(4) .serve_zc_bg p {
    height: 50px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-left: 25px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(4) .serve_zc_bg ul {
    margin-left: 15px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(4) .serve_zc_bg ul li {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(4) .serve_zc_bg ul li img {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-top: 9px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(4) .serve_zc_bg ul li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(5) {
    width: 351px;
    height: 380px;
    background: linear-gradient(#F6F7FA, #ECF1FA);
    display: none;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(5) .serve_zc_bg {
    width: 351px;
    height: 380px;
    background: url(/images/serve_meun_05_405b7df4.png) no-repeat;
    background-size: 240px 226px;
    background-position: right bottom;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(5) .serve_zc_bg p {
    height: 50px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-left: 25px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(5) .serve_zc_bg ul {
    margin-left: 15px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(5) .serve_zc_bg ul li {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(5) .serve_zc_bg ul li img {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-top: 9px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(5) .serve_zc_bg ul li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(6) {
    width: 351px;
    height: 380px;
    background: linear-gradient(#F6F7FA, #ECF1FA);
    display: none;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(6) .serve_zc_bg {
    width: 351px;
    height: 380px;
    background: url(/images/serve_meun_06_7d84b861.png) no-repeat;
    background-size: 240px 226px;
    background-position: right bottom;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(6) .serve_zc_bg p {
    height: 50px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-left: 25px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(6) .serve_zc_bg ul {
    margin-left: 15px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(6) .serve_zc_bg ul li {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(6) .serve_zc_bg ul li img {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-top: 9px;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun:nth-child(6) .serve_zc_bg ul li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .srcmboile_content .srcmboile_serve .srcmboile_serve_tab .serve_con .serve_meun.show {
    display: block;
  }
  .media-mobile .consultBut {
    width: 100%;
    height: 159px;
    background: url(/images/consultBut_bg_bd0b3759.png) no-repeat;
    background-size: 100% 159px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .consultBut p {
    width: 247px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .media-mobile .consultBut a {
    display: inline-block;
    width: 96px;
    height: 36px;
  }
  .media-mobile .consultBut a button {
    width: 96px;
    height: 36px;
    border: none;
    background-color: #165DFF;
    color: #FFFFFF;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 52px;
  }
  .media-mobile .group_show {
    width: 100%;
    height: 100%;
    display: none;
  }
  .media-mobile .group_show .groups_img {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .group_show .groups_img img:nth-child(1) {
    width: 95%;
    height: 200px;
    margin-bottom: 100px;
  }
  .media-mobile .group_show .groups_img img:nth-child(2) {
    width: 46px;
    height: 46px;
  }
}

/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/stationonlymobile.css ***!
  \****************************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoabout {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logoabout img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .background_stationonlymobile {
    width: 100%;
    height: 420px;
    background: url(/images/stationonlymobile_bg_042de083.png) no-repeat;
    background-size: 100% 420px;
    position: relative;
  }
  .media-mobile .background_stationonlymobile .backgroundImg-text {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 20%;
    text-align: center;
  }
  .media-mobile .background_stationonlymobile .backgroundImg-text p {
    width: 198px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .media-mobile .background_stationonlymobile .backgroundImg-text span {
    display: inline-block;
    width: 318px;
    height: 34px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .background_stationonlymobile .freeBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .media-mobile .background_stationonlymobile .freeBtn a {
    display: inline-block;
    width: 120px;
    height: 36px;
  }
  .media-mobile .background_stationonlymobile .freeBtn a button {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #165DFF;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .stationonlymobile {
    width: 100%;
  }
  .media-mobile .stationonlymobile .only_establishment {
    width: 100%;
    height: 496px;
    background: url(/images/only_bg_ce23e818.png) no-repeat;
    background-size: 100% 496px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_establishment p {
    width: 289px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .stationonlymobile .only_establishment img {
    width: 335px;
    height: 220px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_establishment span {
    display: inline-block;
    width: 340px;
    height: 130px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_crowd {
    width: 100%;
    height: 566px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_crowd p {
    width: 289px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .stationonlymobile .only_crowd img {
    width: 220px;
    height: 220px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_crowd ul {
    width: 100%;
  }
  .media-mobile .stationonlymobile .only_crowd ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_crowd ul li img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .media-mobile .stationonlymobile .only_crowd ul li span {
    width: 335px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 13px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_scene {
    width: 100%;
  }
  .media-mobile .stationonlymobile .only_scene .only_p {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_scene .only_p p {
    width: 241px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab {
    width: 100%;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_title {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_title dl {
    width: 90px;
    height: 61px;
    background-color: #F6F7FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 3px #FFFFFF;
    border-radius: 4px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_title dl dt {
    width: 24px;
    height: 24px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_title dl dt img {
    width: 24px;
    height: 24px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_title dl dd {
    width: 75px;
    height: 19px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_title .active {
    border-bottom: solid 3px #165DFF;
    border-radius: 3px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content {
    width: 100%;
    height: 350px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun {
    width: 100%;
    height: 319px;
    display: none;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun .only_tab_m {
    width: 100%;
    height: 319px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun .only_tab_m p {
    width: 335px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun .only_tab_m span {
    display: inline-block;
    width: 335px;
    height: 38px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun .only_tab_m img {
    width: 335px;
    height: 185px;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun:nth-child(1) {
    background: url(/images/only_tab_meun_bg1_9b3213e9.png) no-repeat;
    background-size: 96px 96px;
    background-position: right top;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun:nth-child(2) {
    background: url(/images/only_tab_meun_bg2_b289c165.png) no-repeat;
    background-size: 96px 96px;
    background-position: right top;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun:nth-child(3) {
    background: url(/images/only_tab_meun_bg3_98f5f965.png) no-repeat;
    background-size: 96px 96px;
    background-position: right top;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun:nth-child(4) {
    background: url(/images/only_tab_meun_bg4_2e397947.png) no-repeat;
    background-size: 96px 96px;
    background-position: right top;
  }
  .media-mobile .stationonlymobile .only_scene .only_tab .only_tab_content .only_tab_meun.show {
    display: block;
  }
  .media-mobile .stationonlymobile .only_bright {
    width: 100%;
    height: 1680px;
    background-color: #F6F7FA;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_title {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_title p {
    width: 292px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun {
    width: 100%;
    background-color: #FFFFFF;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(1) {
    width: 100%;
    height: 231px;
    border-bottom: solid 4px #F6F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(1) dt {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(1) dt img {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(1) dd p {
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(1) dd span {
    display: inline-block;
    width: 195px;
    height: 57px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(2) {
    width: 100%;
    height: 231px;
    border-bottom: solid 4px #F6F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(2) dt {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(2) dt img {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(2) dd p {
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(2) dd span {
    display: inline-block;
    width: 236px;
    height: 57px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(3) {
    width: 100%;
    height: 231px;
    border-bottom: solid 4px #F6F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(3) dt {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(3) dt img {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(3) dd p {
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(3) dd ol {
    width: 258px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(3) dd ol li {
    width: 258px;
    display: flex;
    justify-content: start;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(3) dd ol li span:nth-child(1) {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-right: 10px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(3) dd ol li span:nth-child(2) {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(4) {
    width: 100%;
    height: 231px;
    border-bottom: solid 4px #F6F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(4) dt {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(4) dt img {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(4) dd p {
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(4) dd span {
    display: inline-block;
    width: 255px;
    height: 57px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(5) {
    width: 100%;
    height: 231px;
    border-bottom: solid 4px #F6F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(5) dt {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(5) dt img {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(5) dd p {
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(5) dd span {
    display: inline-block;
    width: 235px;
    height: 57px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(6) {
    width: 100%;
    height: 231px;
    border-bottom: solid 4px #F6F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(6) dt {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(6) dt img {
    width: 68px;
    height: 68px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(6) dd p {
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_meun dl:nth-child(6) dd span {
    display: inline-block;
    width: 301px;
    height: 57px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template .template:nth-child(1) {
    width: 335px;
    height: 58px;
    border-radius: 4px;
    background: url(/images/only_bright_template_bg_ad67b025.png) no-repeat;
    background-size: 335px 58px;
    margin-top: 20px;
    cursor: pointer;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template .template:nth-child(1) li {
    width: 335px;
    height: 58px;
    border-radius: 4px;
    background: url(/images/only_bright_template_1_46ae3a51.png) no-repeat;
    background-size: 58px 58px;
    background-position: left bottom;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template .template:nth-child(1) li span {
    width: 56px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-right: 10px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template .template:nth-child(1) li img {
    width: 10px;
    height: 10px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template .template:nth-child(2) {
    width: 335px;
    height: 58px;
    border-radius: 4px;
    background: url(/images/only_bright_template_bg_ad67b025.png) no-repeat;
    background-size: 335px 58px;
    margin-top: 20px;
    cursor: pointer;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template .template:nth-child(2) li {
    width: 335px;
    height: 58px;
    border-radius: 4px;
    background: url(/images/only_bright_template_2_cd0a0f91.png) no-repeat;
    background-size: 58px 58px;
    background-position: left bottom;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template .template:nth-child(2) li span {
    width: 56px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-right: 10px;
  }
  .media-mobile .stationonlymobile .only_bright .only_bright_template .template:nth-child(2) li img {
    width: 10px;
    height: 10px;
  }
  .media-mobile .stationonlymobile .only_strategy {
    width: 100%;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_title {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_title p {
    width: 241px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun {
    width: 100%;
    height: 340px;
    background: url(/images/only_strategy_meun_bg_7adbba15.png) no-repeat;
    background-size: 100% 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun dl dt {
    width: 40px;
    height: 40px;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun dl dt img {
    width: 40px;
    height: 40px;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun dl dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun dl dd p {
    width: 45px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun dl dd span {
    display: inline-block;
    height: 38px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun .li_line {
    width: 52px;
    height: 0px;
    border-bottom: dashed 2px #4E5969;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun .li_lines {
    width: 52px;
    height: 0px;
    border-bottom: dashed 2px #4E5969;
    margin-left: -25px;
  }
  .media-mobile .stationonlymobile .only_strategy .only_strategy_meun .li_linec {
    width: 96px;
    height: 0px;
    border-bottom: dashed 2px #4E5969;
    margin-left: -15px;
  }
  .media-mobile .consultButonly {
    width: 100%;
    height: 159px;
    background: url(/images/consultBut_bg_bd0b3759.png) no-repeat;
    background-size: 100% 159px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .consultButonly p {
    width: 257px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .media-mobile .consultButonly a {
    display: inline-block;
    width: 96px;
    height: 36px;
  }
  .media-mobile .consultButonly a button {
    width: 96px;
    height: 36px;
    border: none;
    background-color: #165DFF;
    color: #FFFFFF;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 52px;
  }
}

/*!*******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/intelligentoolmobile.css ***!
  \*******************************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoabout {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logoabout img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .background_integentool {
    width: 100%;
    height: 420px;
    background: url(/images/background_integentool_bg_db5024ec.png) no-repeat;
    background-size: 100% 420px;
    position: relative;
  }
  .media-mobile .background_integentool .backgroundImg-text {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 20%;
    text-align: center;
  }
  .media-mobile .background_integentool .backgroundImg-text p {
    width: 239px;
    height: 72px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .media-mobile .background_integentool .backgroundImg-text span {
    display: inline-block;
    width: 318px;
    height: 34px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .background_integentool .freeBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .media-mobile .background_integentool .freeBtn a {
    display: inline-block;
    width: 120px;
    height: 36px;
  }
  .media-mobile .background_integentool .freeBtn a button {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #165DFF;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .theme_integentool {
    width: 100%;
  }
  .media-mobile .theme_integentool .integentool_banner {
    width: 100%;
    height: 600px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_info {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_info p {
    width: 303px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_info span {
    display: inline-block;
    width: 289px;
    height: 68px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper {
    width: 100%;
    height: 420px;
    position: relative;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel {
    width: 335px;
    height: 340px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul {
    /* JS里动态添加 */
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li {
    width: 335px;
    height: 340px;
    background: linear-gradient(#E5EDFF, #FFFFFF);
    border: solid 2px #FFFFFF;
    border-radius: 10px;
    box-shadow: inset 0px 6px 16px 0px rgba(120, 122, 126, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li img {
    width: 100px;
    height: 100px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li span:nth-child(2) {
    display: inline-block;
    width: 38px;
    height: 32px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #165DFF;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li span:nth-child(3) {
    display: inline-block;
    width: 245px;
    height: 44px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li span:nth-child(4) {
    display: inline-block;
    width: 40px;
    height: 6px;
    border-radius: 20px;
    opacity: 70%;
    background-color: #165DFF;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li span:nth-child(5) {
    display: inline-block;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_points {
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_points li {
    width: 6px;
    height: 6px;
    border-radius: 1px;
    opacity: 50%;
    margin: 0 2px;
    background-color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_points li.active {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    opacity: 100%;
    background-color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_flow {
    width: 100%;
    height: 705px;
    background-color: #f6f7fa;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tltle {
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tltle p {
    width: 277px;
    height: 72px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1d2129;
    margin-bottom: 10px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tltle span {
    display: inline-block;
    width: 195px;
    height: 34px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909c;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab {
    width: 100%;
    height: 535px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul {
    width: 100%;
    height: 61px;
    border: solid 1px #eaeef4;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis {
    width: 33.33%;
    height: 63px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis dl {
    width: 100%;
    height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis dl dt {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis dl dt img {
    width: 20px;
    height: 20px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis dl dd {
    height: 17px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4e5969;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis .flag {
    display: none;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis.active {
    background-color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis.active dl {
    display: none;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis.active .flag {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis.active .flag dd {
    color: #FFFFFF;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .long {
    width: 1px;
    height: 63px;
    background-color: #EAEEF4;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con {
    width: 100%;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .integentool_flow_meun {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .integentool_flow_meun ol {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .integentool_flow_meun ol li {
    display: flex;
    justify-content: start;
    margin-left: 15px;
    margin-top: 15px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .integentool_flow_meun ol li img {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .integentool_flow_meun ol li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .integentool_flow_meun .flow_img {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 30px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .integentool_flow_meun .flow_img img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .integentool_flow_meun.show {
    display: block;
  }
  .media-mobile .theme_integentool .integentool_map {
    width: 100%;
    height: 360px;
  }
  .media-mobile .theme_integentool .integentool_map .integentool_map_tit {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_map .integentool_map_tit p {
    width: 300px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-top: 30px;
  }
  .media-mobile .theme_integentool .integentool_map .integentool_map_img {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .media-mobile .theme_integentool .integentool_map .integentool_map_img img {
    width: 355px;
    height: 160px;
  }
  .media-mobile .theme_integentool .integentool_sales {
    width: 100%;
    height: 851px;
    background-color: #F6F7FA;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tit {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tit p {
    width: 266px;
    height: 72px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 10px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tit span {
    display: inline-block;
    width: 338px;
    height: 68px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab {
    width: 100%;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul {
    width: 345px;
    margin: 0 auto;
    border-bottom: solid 1px #DBDDDE;
    display: flex;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li {
    width: 172px;
    height: 47px;
    border-bottom: solid 3px #F6F7FA;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li dl {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li dl dt {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li dl dt img {
    width: 30px;
    height: 30px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li dl dd {
    height: 34px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li .flag {
    display: none;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li.active {
    border-bottom: solid 3px #165DFF;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li.active dl {
    display: none;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li.active .flag {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab ul li.active .flag dd {
    color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con {
    width: 335px;
    margin: 0 auto;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) {
    width: 100%;
    margin-top: 15px;
    display: none;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) {
    width: 100%;
    height: 222px;
    background: url(/images/sales_tab_bg_f5af7b3f.png) no-repeat;
    background-size: 100% 222px;
    margin-top: 20px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) dl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) dl dt {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: 20px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) dl dt img {
    width: 80px;
    height: 80px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) dl dd {
    margin-top: 20px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) dl dd p {
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) dl dd span {
    display: inline-block;
    width: 139px;
    height: 26px;
    border-radius: 4px;
    padding: 2px, 10px, 2px, 10px;
    background-color: #F6F7FA;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense {
    width: 100%;
    margin-top: 10px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense .sense_ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense .sense_ul li {
    width: 88px;
    height: 27px;
    border-radius: 4px;
    border: solid 1px #FFFFFF;
    padding: 6px, 2px, 6px, 2px;
    background-color: #F6F7FA;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense .sense_ul img {
    width: 14px;
    height: 12px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense .sense_img {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense .sense_img img {
    width: 14px;
    height: 12px;
    margin-right: 40px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense .sense_ol {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense .sense_ol li {
    width: 88px;
    height: 27px;
    border-radius: 4px;
    border: solid 1px #FFFFFF;
    padding: 6px, 2px, 6px, 2px;
    background-color: #F6F7FA;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(1) .tab_meun_sense .sense_ol img {
    width: 14px;
    height: 12px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) {
    width: 100%;
    height: 222px;
    background: url(/images/sales_tab_bg_f5af7b3f.png) no-repeat;
    background-size: 100% 222px;
    margin-top: 20px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) dl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) dl dt {
    width: 80px;
    height: 80px;
    margin-top: 20px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) dl dt img {
    width: 80px;
    height: 80px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) dl dd {
    margin-top: 20px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) dl dd p {
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) dl dd span {
    display: inline-block;
    width: 139px;
    height: 26px;
    border-radius: 4px;
    padding: 2px, 10px, 2px, 10px;
    background-color: #F6F7FA;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense {
    width: 100%;
    margin-top: 10px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense .sense_ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense .sense_ul li {
    width: 93px;
    height: 27px;
    border-radius: 4px;
    border: solid 1px #FFFFFF;
    padding: 6px, 2px, 6px, 2px;
    background-color: #F6F7FA;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense .sense_ul img {
    width: 14px;
    height: 12px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense .sense_img {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense .sense_img img {
    width: 14px;
    height: 12px;
    margin-right: 40px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense .sense_ol {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense .sense_ol li {
    width: 88px;
    height: 27px;
    border-radius: 4px;
    border: solid 1px #FFFFFF;
    padding: 6px, 2px, 6px, 2px;
    background-color: #F6F7FA;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(2) .tab_meun:nth-child(2) .tab_meun_sense .sense_ol img {
    width: 14px;
    height: 12px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(1) {
    width: 100%;
    margin-top: 15px;
    display: none;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(1) .tab_meuntwo {
    width: 100%;
    height: 222px;
    background: url(/images/sales_tab_bg_f5af7b3f.png) no-repeat;
    background-size: 100% 222px;
    margin-top: 20px;
    display: flex;
    justify-content: start;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(1) .tab_meuntwo .tab_meuntwo_img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: 15px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(1) .tab_meuntwo .tab_meuntwo_img img {
    width: 80px;
    height: 80px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(1) .tab_meuntwo .tab_meuntwo_ul {
    margin-top: 20px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(1) .tab_meuntwo .tab_meuntwo_ul p {
    width: 120px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-bottom: 8px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(1) .tab_meuntwo .tab_meuntwo_ul ol li img {
    width: 8px;
    height: 8px;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun:nth-child(1) .tab_meuntwo .tab_meuntwo_ul ol li span {
    display: inline-block;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_tab .sales_tab_con .sales_tab_meun.show {
    display: block;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_inquiry {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_sales .sales_inquiry a {
    display: inline-block;
    width: 150px;
    height: 36px;
    border-radius: 4px;
    background: linear-gradient(to right, #165DFF, #0FC6C2);
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .iframe_pop {
    width: 100%;
    height: 750px;
    border: none;
    position: fixed;
    z-index: 999999;
    left: 0px;
    top: 0px;
    display: none;
  }
  .media-mobile .consultButinte {
    width: 100%;
    height: 159px;
    background: url(/images/consultBut_bg_bd0b3759.png) no-repeat;
    background-size: 100% 159px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .consultButinte p {
    width: 314px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .media-mobile .consultButinte a {
    display: inline-block;
    width: 96px;
    height: 36px;
  }
  .media-mobile .consultButinte a button {
    width: 96px;
    height: 36px;
    border: none;
    background-color: #165DFF;
    color: #FFFFFF;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 52px;
  }
  .media-mobile .integentool_map_zzc {
    width: 100%;
    height: 100%;
    display: none;
  }
  .media-mobile .integentool_map_zzc .integentool_map_zzc_img {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .integentool_map_zzc .integentool_map_zzc_img img:nth-child(1) {
    width: 95%;
    height: 200px;
    margin-bottom: 100px;
  }
  .media-mobile .integentool_map_zzc .integentool_map_zzc_img img:nth-child(2) {
    width: 46px;
    height: 46px;
  }
}

/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/mediaManagemobile.css ***!
  \****************************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoabout {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logoabout img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .background_mediamang {
    width: 100%;
    height: 420px;
    background: url(/images/mediamang_bg_37e00167.png) no-repeat;
    background-size: 100% 420px;
    position: relative;
  }
  .media-mobile .background_mediamang .backgroundImg-text {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 20%;
    text-align: center;
  }
  .media-mobile .background_mediamang .backgroundImg-text p {
    width: 239px;
    height: 72px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .media-mobile .background_mediamang .backgroundImg-text span {
    display: inline-block;
    width: 318px;
    height: 34px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .background_mediamang .freeBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .media-mobile .background_mediamang .freeBtn a {
    display: inline-block;
    width: 120px;
    height: 36px;
  }
  .media-mobile .background_mediamang .freeBtn a button {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #165DFF;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .theme_integentool {
    width: 100%;
  }
  .media-mobile .theme_integentool .integentool_banner {
    width: 100%;
    height: 600px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_info {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_info p {
    width: 303px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_info span {
    display: inline-block;
    width: 289px;
    height: 68px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper {
    width: 100%;
    height: 420px;
    position: relative;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel {
    width: 335px;
    height: 340px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul {
    /* JS里动态添加 */
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li {
    width: 335px;
    height: 340px;
    background: linear-gradient(#E5EDFF, #FFFFFF);
    border: solid 2px #FFFFFF;
    border-radius: 10px;
    box-shadow: inset 0px 6px 16px 0px rgba(120, 122, 126, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li img {
    width: 100px;
    height: 100px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li span:nth-child(2) {
    display: inline-block;
    width: 38px;
    height: 32px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #165DFF;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li span:nth-child(3) {
    display: inline-block;
    width: 245px;
    height: 44px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li span:nth-child(4) {
    display: inline-block;
    width: 40px;
    height: 6px;
    border-radius: 20px;
    opacity: 70%;
    background-color: #165DFF;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_carousel ul li span:nth-child(5) {
    display: inline-block;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_points {
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_points li {
    width: 6px;
    height: 6px;
    border-radius: 1px;
    opacity: 50%;
    margin: 0 2px;
    background-color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_banner .integentool_banner_swiper .banner_points li.active {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background-color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_flow {
    width: 100%;
    height: 705px;
    background-color: #f6f7fa;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tltle {
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tltle p {
    width: 277px;
    height: 72px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1d2129;
    margin-bottom: 10px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tltle span {
    display: inline-block;
    width: 195px;
    height: 34px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909c;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab {
    width: 100%;
    height: 535px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul {
    width: 100%;
    height: 61px;
    border: solid 1px #eaeef4;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis {
    width: 33.33%;
    height: 63px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis dl {
    width: 100%;
    height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis dl dt {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis dl dt img {
    width: 20px;
    height: 20px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis dl dd {
    height: 17px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4e5969;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis .flag {
    display: none;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis.active {
    background-color: #165DFF;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis.active dl {
    display: none;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis.active .flag {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .flowlis.active .flag dd {
    color: #FFFFFF;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab ul .long {
    width: 1px;
    height: 63px;
    background-color: #EAEEF4;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con {
    width: 100%;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(1) {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(1) ol {
    width: 260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(1) ol li {
    display: flex;
    justify-content: start;
    margin-left: 15px;
    margin-top: 15px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(1) ol li img {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(1) ol li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(1) .flow_img {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 30px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(1) .flow_img img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(2) {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(2) ol {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(2) ol li {
    display: flex;
    justify-content: start;
    margin-left: 15px;
    margin-top: 15px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(2) ol li img {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(2) ol li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(2) .flow_img {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 30px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(2) .flow_img img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(3) {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(3) ol {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(3) ol li {
    display: flex;
    justify-content: start;
    margin-left: 15px;
    margin-top: 15px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(3) ol li img {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(3) ol li span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(3) .flow_img {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 30px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun:nth-child(3) .flow_img img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .theme_integentool .integentool_flow .integentool_flow_tab .integentool_flow_con .intool_flow_meun.show {
    display: block;
  }
  .media-mobile .theme_integentool .mediamang_map {
    width: 100%;
    height: 360px;
  }
  .media-mobile .theme_integentool .mediamang_map .mediamang_map_tit {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .mediamang_map .mediamang_map_tit p {
    width: 300px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 20px;
  }
  .media-mobile .theme_integentool .mediamang_map .mediamang_map_tit span {
    display: inline-block;
    width: 305px;
    height: 19px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .mediamang_map .mediamang_map_img {
    width: 100%;
    text-align: center;
  }
  .media-mobile .theme_integentool .mediamang_map .mediamang_map_img img {
    width: 355px;
    height: 160px;
  }
  .media-mobile .theme_integentool .mediamang_sales {
    width: 100%;
    height: 1037px;
    background-color: #F6F7FA;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_tit {
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_tit p {
    width: 266px;
    height: 72px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 10px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_tit span {
    display: inline-block;
    width: 345px;
    height: 102px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info {
    width: 100%;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(1) {
    width: 335px;
    height: 192px;
    margin: 0 auto;
    border: solid 1px #BCD3FC;
    background: linear-gradient(#BCD3FC, #FFFFFF);
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(1) p {
    margin-left: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(1) p img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(1) p span {
    display: inline-block;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(1) ul {
    margin-left: 25px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(1) ul li img {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(1) ul li span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(2) {
    width: 335px;
    height: 102px;
    margin: 0 auto;
    border: solid 1px #BCD3FC;
    background: linear-gradient(#BCD3FC, #FFFFFF);
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(2) p {
    margin-left: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(2) p img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(2) p span {
    display: inline-block;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(2) ul {
    margin-left: 25px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(2) ul li img {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(2) ul li span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(3) {
    width: 335px;
    height: 132px;
    margin: 0 auto;
    border: solid 1px #BCD3FC;
    background: linear-gradient(#BCD3FC, #FFFFFF);
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(3) p {
    margin-left: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(3) p img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(3) p span {
    display: inline-block;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(3) ul {
    margin-left: 25px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(3) ul li img {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(3) ul li span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(4) {
    width: 335px;
    height: 192px;
    margin: 0 auto;
    border: solid 1px #BCD3FC;
    background: linear-gradient(#BCD3FC, #FFFFFF);
    border-radius: 8px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(4) p {
    margin-left: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(4) p img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(4) p span {
    display: inline-block;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(4) ul {
    margin-left: 25px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(4) ul li img {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }
  .media-mobile .theme_integentool .mediamang_sales .salas_info .salas_info_list:nth-child(4) ul li span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .theme_integentool .mediamang_sales .sales_inquiry {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .theme_integentool .mediamang_sales .sales_inquiry a {
    display: inline-block;
    width: 150px;
    height: 36px;
    border-radius: 4px;
  }
  .media-mobile .theme_integentool .mediamang_sales .sales_inquiry a img {
    width: 150px;
    height: 36px;
  }
  .media-mobile .mediamang_map_zzc {
    width: 100%;
    height: 100%;
    display: none;
  }
  .media-mobile .mediamang_map_zzc .mediamang_map_zzc_img {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .mediamang_map_zzc .mediamang_map_zzc_img img:nth-child(1) {
    width: 95%;
    height: 200px;
    margin-bottom: 100px;
  }
  .media-mobile .mediamang_map_zzc .mediamang_map_zzc_img img:nth-child(2) {
    width: 46px;
    height: 46px;
  }
  .media-mobile .mediamangButinte {
    width: 100%;
    height: 159px;
    background: url(/images/consultBut_bg_bd0b3759.png) no-repeat;
    background-size: 100% 159px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .mediamangButinte p {
    width: 345px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .media-mobile .mediamangButinte a {
    display: inline-block;
    width: 96px;
    height: 36px;
  }
  .media-mobile .mediamangButinte a button {
    width: 96px;
    height: 36px;
    border: none;
    background-color: #165DFF;
    color: #FFFFFF;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 52px;
  }
}

/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/aiinstrumobile.css ***!
  \*************************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoabout {
    display: inline-block;
    width: 40%;
    /* height: 16px; */
  }
  .media-mobile .headea .head .logoabout img {
    width: 128px;
    /* height: 16px; */
  }
  .media-mobile .headea .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .background_aiinstru {
    width: 100%;
    height: 420px;
    background: url(/images/background_aiinstru_bg_04409708.png) no-repeat;
    background-size: 100% 420px;
    position: relative;
  }
  .media-mobile .background_aiinstru .backgroundImg-text {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 20%;
    text-align: center;
  }
  .media-mobile .background_aiinstru .backgroundImg-text p {
    width: 198px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .media-mobile .background_aiinstru .backgroundImg-text span {
    display: inline-block;
    width: 288px;
    height: 34px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .background_aiinstru .freeBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .media-mobile .background_aiinstru .freeBtn a {
    display: inline-block;
    width: 120px;
    height: 36px;
  }
  .media-mobile .background_aiinstru .freeBtn a button {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #165DFF;
    border: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .media-mobile .aiinstru {
    width: 100%;
  }
  .media-mobile .aiinstru .aiinstru_title {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_title p {
    width: 267px;
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 10px;
  }
  .media-mobile .aiinstru .aiinstru_title span {
    display: inline-block;
    width: 290px;
    height: 51px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
  }
  .media-mobile .aiinstru .aiinstru_boost {
    width: 100%;
  }
  .media-mobile .aiinstru .aiinstru_boost .boost_p {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_boost .boost_p img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .media-mobile .aiinstru .aiinstru_boost .boost_p span {
    display: inline-block;
    height: 32px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #1d2129;
  }
  .media-mobile .aiinstru .aiinstru_boost ul {
    width: 351px;
    margin: 0 auto;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li {
    width: 351px;
    box-shadow: 0px 4px 8px 0px rgba(17, 46, 113, 0.06);
    margin-bottom: 15px;
    background: url(/images/boo_bg1_419fab2c.png) no-repeat;
    background-size: 128px 100px;
    background-position: right bottom;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .lishow {
    width: 351px;
    height: 66px;
    border-radius: 8px;
    border: solid 1px #FFFFFF;
    background: linear-gradient(#F2F5FC, #FEFEFE);
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .lishow p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .lishow p span {
    display: inline-block;
    width: 239.06px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-right: 15px;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .lishow p img {
    width: 24px;
    height: 24px;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .lishow p .sub {
    display: none;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .lishow p.active img {
    display: none;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .lishow p.active .sub {
    display: block;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .linone {
    width: 351px;
    display: none;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .linone .linone_l {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .linone .linone_l p:nth-child(1) {
    width: 330px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4e5969;
    margin-bottom: 12px;
    margin-left: 15px;
  }
  .media-mobile .aiinstru .aiinstru_boost ul li .linone .linone_l p:nth-child(2) {
    width: 320px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #4e5969;
    margin-bottom: 20px;
  }
  .media-mobile .aiinstru .aiinstru_result {
    width: 100%;
  }
  .media-mobile .aiinstru .aiinstru_result .boost_p {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_result .boost_p img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .media-mobile .aiinstru .aiinstru_result .boost_p span {
    display: inline-block;
    height: 32px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #1d2129;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result {
    width: 100%;
    height: auto;
    position: relative;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper {
    width: 351px;
    margin: 0 auto;
    overflow: hidden;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) {
    width: 100%;
    height: 100%;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li {
    width: 351px;
    box-shadow: 0px 8px 5px 0px rgba(17, 46, 113, 0.06);
    margin-bottom: 15px;
    background: url(/images/boo_bg2_437e9039.png) no-repeat;
    background-size: 128px 100px;
    background-position: right bottom;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .lishow {
    width: 351px;
    height: 66px;
    border-radius: 8px;
    border: solid 1px #FFFFFF;
    background: linear-gradient(#F2F5FC, #FEFEFE);
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .lishow p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .lishow p span {
    display: inline-block;
    width: 239.06px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-right: 15px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .lishow p img {
    width: 24px;
    height: 24px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .lishow p .subup_img {
    display: none;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .linone {
    width: 351px;
    display: none;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .linone .linone_l {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .linone .linone_l p:nth-child(1) {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #86909C;
    margin-bottom: 8px;
    margin-left: 15px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .linone .linone_l p:nth-child(2) {
    width: 330px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4e5969;
    margin-bottom: 12px;
    margin-left: 15px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li .linone .linone_l p:nth-child(3) {
    width: 320px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #4e5969;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li.active p img {
    display: none;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li.active p .subup_img {
    display: block;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(1) li.active .linone {
    display: block;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) {
    width: 100%;
    height: 100%;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li {
    width: 351px;
    box-shadow: 0px 8px 5px 0px rgba(17, 46, 113, 0.06);
    margin-bottom: 15px;
    background: url(/images/boo_bg2_437e9039.png) no-repeat;
    background-size: 128px 100px;
    background-position: right bottom;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .lishow {
    width: 351px;
    height: 66px;
    border-radius: 8px;
    border: solid 1px #FFFFFF;
    background: linear-gradient(#F2F5FC, #FEFEFE);
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .lishow p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .lishow p span {
    display: inline-block;
    width: 239.06px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
    margin-right: 15px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .lishow p img {
    width: 24px;
    height: 24px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .lishow p .subdown_img {
    display: none;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .linone {
    width: 351px;
    display: none;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .linone .linone_l {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 8px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .linone .linone_l p:nth-child(1) {
    height: 19px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #86909C;
    margin-bottom: 12px;
    margin-left: 15px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .linone .linone_l p:nth-child(2) {
    width: 330px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4e5969;
    margin-bottom: 12px;
    margin-left: 15px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li .linone .linone_l p:nth-child(3) {
    width: 320px;
    height: 22px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #4e5969;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li.active p img {
    display: none;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li.active p .subdown_img {
    display: block;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_swiper_ul .ai_swiper_li:nth-child(2) li.active .linone {
    display: block;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_dot {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_dot ol {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_dot ol li {
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin-left: 10px;
  }
  .media-mobile .aiinstru .aiinstru_result .ai_result .ai_swiper .ai_dot ol li.active {
    width: 8px;
    height: 8px;
    background-color: #165DFF;
    border-radius: 50%;
    margin-left: 10px;
  }
  .media-mobile .aiinstru .aiinstru_result .aiinstru_but {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .aiinstru .aiinstru_result .aiinstru_but p {
    height: 36px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
    margin-bottom: 10px;
  }
  .media-mobile .aiinstru .aiinstru_result .aiinstru_but span {
    display: inline-block;
    height: 51px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
  }
  .media-mobile .aiinstru .trend {
    width: 100%;
    margin-bottom: 10px;
  }
  .media-mobile .aiinstru .trend .trend_title {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F6F7FA;
  }
  .media-mobile .aiinstru .trend .trend_title p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .media-mobile .aiinstru .trend .trend_title p img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
  .media-mobile .aiinstru .trend .trend_title p i {
    display: inline-block;
    width: 126px;
    height: 28px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trend .trend_title span {
    display: inline-block;
    width: 335px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .aiinstru .trend .trend_tab {
    width: 100%;
    background-color: #F6F7FA;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content {
    width: 100%;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content ul {
    width: 100%;
    border: solid 1px #EAEEF4;
    display: flex;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content ul li {
    width: 50%;
    height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    background-color: #FFFFFF;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content ul li span:nth-child(1) {
    display: inline-block;
    width: 127.45px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content ul li span:nth-child(2) {
    display: inline-block;
    width: 127.45px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content ul li.active {
    background-color: #165DFF;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content ul li.active span:nth-child(1) {
    display: inline-block;
    width: 127.45px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content ul li.active span:nth-child(2) {
    display: inline-block;
    width: 127.45px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun {
    width: 100%;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show {
    width: 100%;
    display: none;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con dl {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 20px;
    margin-left: 20px;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con dl dt {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con dl dt img {
    width: 8px;
    height: 8px;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con dl dd {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con dl dd span:nth-child(1) {
    display: inline-block;
    width: 336px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con dl dd span:nth-child(2) {
    display: inline-block;
    width: 336px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con .trend_content_img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show .trend_content_con .trend_content_img img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .aiinstru .trend .trend_tab .trend_content .trend_content_meun .trend_show.show {
    display: block;
  }
  .media-mobile .aiinstru .trenda {
    width: 100%;
    margin-bottom: 10px;
  }
  .media-mobile .aiinstru .trenda .trenda_title {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F6F7FA;
  }
  .media-mobile .aiinstru .trenda .trenda_title p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .media-mobile .aiinstru .trenda .trenda_title p img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .media-mobile .aiinstru .trenda .trenda_title p i {
    display: inline-block;
    width: 126px;
    height: 28px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trenda .trenda_title span {
    display: inline-block;
    width: 365px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .aiinstru .trenda .trenda_tab {
    width: 100%;
    background-color: #F6F7FA;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content {
    width: 100%;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content ul {
    width: 100%;
    border: solid 1px #EAEEF4;
    display: flex;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content ul li {
    width: 50%;
    height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    background-color: #FFFFFF;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content ul li span:nth-child(1) {
    display: inline-block;
    width: 158px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content ul li span:nth-child(2) {
    display: inline-block;
    width: 158px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content ul li.active {
    background-color: #165DFF;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content ul li.active span:nth-child(1) {
    display: inline-block;
    width: 158px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content ul li.active span:nth-child(2) {
    display: inline-block;
    width: 158px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun {
    width: 100%;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show {
    width: 100%;
    display: none;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con dl {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 20px;
    margin-left: 20px;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con dl dt {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con dl dt img {
    width: 8px;
    height: 8px;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con dl dd {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con dl dd span:nth-child(1) {
    display: inline-block;
    width: 336px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con dl dd span:nth-child(2) {
    display: inline-block;
    width: 336px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con .trenda_content_img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show .trenda_content_con .trenda_content_img img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .aiinstru .trenda .trenda_tab .trenda_content .trenda_content_meun .trenda_show.show {
    display: block;
  }
  .media-mobile .aiinstru .trendb {
    width: 100%;
  }
  .media-mobile .aiinstru .trendb .trendb_title {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F6F7FA;
  }
  .media-mobile .aiinstru .trendb .trendb_title p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .media-mobile .aiinstru .trendb .trendb_title p img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
  .media-mobile .aiinstru .trendb .trendb_title p i {
    display: inline-block;
    width: 126px;
    height: 28px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trendb .trendb_title span {
    display: inline-block;
    width: 335px;
    height: 26px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
  }
  .media-mobile .aiinstru .trendb .trendb_tab {
    width: 100%;
    background-color: #F6F7FA;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content {
    width: 100%;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content ul {
    width: 100%;
    border: solid 1px #EAEEF4;
    display: flex;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content ul li {
    width: 50%;
    height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    background-color: #FFFFFF;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content ul li span:nth-child(1) {
    display: inline-block;
    width: 148px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content ul li span:nth-child(2) {
    display: inline-block;
    width: 148px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content ul li.active {
    background-color: #165DFF;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content ul li.active span:nth-child(1) {
    display: inline-block;
    width: 148px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content ul li.active span:nth-child(2) {
    display: inline-block;
    width: 148px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun {
    width: 100%;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show {
    width: 100%;
    display: none;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con dl {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 20px;
    margin-left: 20px;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con dl dt {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con dl dt img {
    width: 8px;
    height: 8px;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con dl dd {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con dl dd span:nth-child(1) {
    display: inline-block;
    width: 336px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2129;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con dl dd span:nth-child(2) {
    display: inline-block;
    width: 336px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E5969;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con .trendb_content_img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show .trendb_content_con .trendb_content_img img {
    width: 300px;
    height: 300px;
  }
  .media-mobile .aiinstru .trendb .trendb_tab .trendb_content .trendb_content_meun .trendb_show.show {
    display: block;
  }
}

/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/style.css ***!
  \*********************************************************************/
@charset "utf-8";

/* @import "./mobile/classify.css"; */
/* @import "./detail/gool.css"; */


html{ font:normal 62.5%/2.3em "Alibaba PuHuiTi";}
body{  width:100%; margin:0 auto; padding:0; font-size:1.4em; color:#1D2129; background:#fff;}
ul,li,form,dl,dt,dd{ padding:0; margin:0;}
li{ list-style:none;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#444;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,mainnav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0; padding:0;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none;/* border:0; max-width:100%; vertical-align:top;*/}
a{ color:#1D2129; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color:#165DFF; text-decoration:none;}
.clear{ clear:both; height:0; overflow:hidden;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
em,i{ font-style:normal;}
.fl{ float:left;}
.fr{ float:right;}
.hidden{ display: none;}
.tl{ text-align: left;}
.tc{ text-align: center;}
.tr{ text-align: right;}

/*all set*/
.contain{ width:1200px; margin:0 auto;}

/*header*/
.header{ position: fixed; width:100%; height:80px; z-index: 9;}
.header.active { background: #fff; transition: all 1s ease;}
.head{  display: flex; align-items: center; width:1220px; height:80px; margin:0 auto; font-size: 16px;}
.head a.logo{ width:206px; height:80px; background:url(/images/logo_4d41a6e1.png) no-repeat;}
.head a.logo-internation{ width:180px; height:70px; background:url(/images/siluzan-en_b2da9eb2.svg) no-repeat center / contain;}

.head .operate { text-align: right;}
.head .operate a:hover{ opacity: .7;}
.head .operate .login{ display: inline-block; margin-right: 15px; min-width: 60px; padding: 0 8px; box-sizing: border-box; height: 38px; line-height: 38px; color:#165DFF; border: 1px solid #165DFF; border-radius: 5px; text-align: center;}
.head .operate .experience{ display: inline-block; min-width: 88px; padding: 0 8px; box-sizing: border-box; height: 38px; line-height: 38px; color: #fff; background:#165DFF; border: 1px solid #165DFF; border-radius: 5px; text-align: center; cursor: pointer;}
.head .operate .frial_button{ display: inline-block; min-width: 88px; padding: 0 8px; box-sizing: border-box; height: 38px; line-height: 38px; color: #fff; background:#165DFF; border: 1px solid #165DFF; border-radius: 5px; text-align: center; cursor: pointer;}
.head .newRegisterBtn{
  border: 1px solid #165dff;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 8px;
  text-align: center;
  color: #165dff;
  margin-right: 15px;
  min-width: 60px;
}

.mainnav{ flex: 1; margin-left: 25px;}
.mainnav li a { float:left; height:80px; line-height: 80px; margin:0 11px; border-bottom:2px solid transparent; font-weight: bold; font-size: 16px;}
.mainnav li:first-of-type a {
  margin-left: 0;
}
.mainnav li:last-of-type a {
  margin-right: 0;
}
.mainnav li a:hover,
.mainnav li a.active{ color:#165DFF; text-decoration:none; border-bottom:2px solid #165DFF; font-weight: bold;}


/*footer*/
.footer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  height: 210px;
  padding-top: 70px;
  background: url(/images/footer_mask_7d87f757.png) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.footer_top .title {
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: normal;
}
.footer_top .title .blue{
  padding-right: 10px;
  background: linear-gradient(90deg, #165DFF 0%, #0FC6C2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.footer_top .operate .experience {
  display: inline-block;
  margin-right: 30px;
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  background: #165DFF;
  border: 1px solid #165DFF;
  border-radius: 24px;
  cursor: pointer;
}
.footer_top .operate .whatsapp {
  display: inline-block;
  margin-right: 30px;
  padding: 0 29px;
  width: 80px;
  height: 48px;
  line-height: 48px;
  background: url(/images/footer_Whatsapp_icon_8f9c619f.png) no-repeat center;
  border: 1px solid #25D366;
  border-radius: 24px;
  cursor: pointer;
  vertical-align: middle;
}
.footer_top .operate .experience:hover,
.footer_top .operate .whatsapp:hover,
.footer_top .operate .feedback:hover {
  opacity: .7;
}

.footer_top .operate .feedback {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  cursor: pointer;
}

.footer_wrapper {
  width: 100%;
  min-width: 1200px;
  height: auto;
  padding-top: 60px; 
  background: #1D2129;
}
.footer {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.footer_side {
  width: 330px;
  color: #fff;
}
.footer_side .tel {
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin: 20px 0;
  padding: 0 0 0 78px;
  font-size: 20px;
  color: #fff;
  background: #165DFF url(/images/tel_icon_7d4f78f5.png) no-repeat 40px;
  border-radius: 3px;
  white-space: nowrap;
}
.footer_side .email {
  margin-bottom: 40px;
  font-size: 16px;
}
.footer_side .code {
  display: flex;
}
.footer_side .code .item {
  float: left;
  width: 114px;
  margin-right: 30px;
  text-align: center;
}
.footer_side .code .item img {
  width: 114px;
  height: 114px;
}
.footer_side .code .item p {
  margin: 0;
  line-height: 40px;
  font-size: 14px;
  color: #a5a6a9;
}
.footer_content {
  flex: 1;
}
.footer_list {
  display: flex;
}
.footer_content dl {
  flex: 1;
}
.footer_content dl:nth-child(2) {
  flex: 1.5;
}
.footer_content dl:nth-child(2) dt {
  padding-left: 30px;
}
.footer_content dl dt{
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #55585e;
}
.footer_content dl dd{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #a5a6a9;
}
.footer_content dl dd a {
  color: #a5a6a9;
}

.footer_wrapper .copyright {
  margin-top: 30px;
  padding: 20px 0 80px;
  line-height: 26px;
  font-size: 16px;
  color: #a5a6a9;
  border-top: 1px solid #55585e;
  text-align: center;
}
.footer_wrapper .copyright img {
 vertical-align: middle;
 padding: 0 10px;
}

/* 右侧边栏_咨询框 */
.ask_box { 
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 260px;
  z-index: 9;
}
.ask_content {
  width: 66px;
  height: 195px;
  background: url(/images/ask_bg_1e8a80d2.png) no-repeat center center;
  padding: 0 10px;
}
.ask_content ul {
  display: flex;
  flex-direction: column;
}
.ask_content a {
  flex: 1;
  display: block;
  color: #4E5969;
  font-size: 15px;
  cursor: pointer;
}
.ask_content a.wx{
  padding: 50px 0 20px;
  background: url(/images/wx_icon_8898701c.png) no-repeat center 20px;
  border-bottom: 1px solid #e4e9f0;
}
.ask_content a.experience {
  padding-top: 50px;
  background: url(/images/experience_icon_dd0ad61b.png) no-repeat center 20px;
}
.contact_tips {
  display: none;
  position: fixed;
  top: 50%;
  right: 95px;
  transform: translateY(-65%);
  z-index: 9;
  width: 226px;
  height: 226px;
  background: url(/images/contact_tips_4edd254d.png) no-repeat center center;
  background-size: contain;
}
.go_top {
  display: none;
  width: 86px;
  height: 58px;
  margin-top: 8px;
  background: url(/images/top_icon_6aec3386.png) no-repeat center center;
  cursor: pointer;
}

/* 右侧边栏_咨询框_海外版 */
.ask_box_overseas { 
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 300px;
  z-index: 9;
}
.ask_content_overseas {
  width: 72px;
  height: 344px;
  text-align: center;
  background: url(/images/ask_bg_1e8a80d2.png) no-repeat center center;
  background-size: 100% 200%;
  padding: 0 10px;
  border-radius: 10px;
}
.ask_content_overseas ul {
  display: flex;
  flex-direction: column;
}
.ask_content_overseas a {
  flex: 1;
  display: block;
  color: #4E5969;
  font-size: 15px;
  cursor: pointer;
}
.ask_content_overseas a.wx_overseas {
  padding: 50px 0 20px;
  background: url(/images/wx_icon_8898701c.png) no-repeat center 20px;
  border-bottom: 1px solid #e4e9f0;
}
.ask_content_overseas a.whatsapp_overseas{
  padding: 50px 0 20px;
  background: url(/images/Whatsapp_icon_cc86a030.png) no-repeat center 20px;
  border-bottom: 1px solid #e4e9f0;
}
.ask_content_overseas a.youtube_overseas{
  padding: 50px 0 20px;
  background: url(/images/youtube_icon_b3216435.png) no-repeat center 20px;
  border-bottom: 1px solid #e4e9f0;
}
.ask_content_overseas a.experience_overseas {
  padding-top: 50px;
  background: url(/images/experience_icon_dd0ad61b.png) no-repeat center 20px;
}
.contact_tips_overseas {
  display: none;
  position: fixed;
  top: 50%;
  right: 95px;
  transform: translateY(-65%);
  z-index: 9;
  width: 226px;
  height: 262px;
  background: url(/images/contact_tips_4edd254d.png) no-repeat center center;
}
.go_top_overseas {
  display: none;
  width: 86px;
  height: 58px;
  margin-top: 8px;
  background: url(/images/top_icon_6aec3386.png) no-repeat center center;
  cursor: pointer;
}

/* 获取报价弹框 */
.dialog_box {
  display: none;
  font-size: 14px;
}
.dialog_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
  z-index: 9;
}
.dialog_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 570px;
  background: #fff;
  border-radius: 16px;
  z-index: 9;
}
.dialog_close {
  position: absolute;
  top: 0;
  right: -48px;
  width: 36px;
  height: 36px;
  background: url(/images/close_icon_2420738b.png) no-repeat center center;
  cursor: pointer;
}

.dialog_top {
  height: 120px;
  background: url(/images/dialog_top_5a3fed6e.png) no-repeat center center;
}
.dialog_main {
  display: flex;
  padding: 40px;
}

.dialog_code {
  flex: 1;
  padding-top: 50px;
}
.dialog_code p {
  margin: 0;
  width: 160px;
  line-height: 22px;
  text-align: center;
}

.dialog_code .code {
  margin-top: 15px;
  width: 160px;
  height: 160px;
}

.dialog_form {
  width: 340px;
}

.dialog_form .item {
  margin-bottom: 20px;
}

.dialog_form .item p {
  margin: 0;
  line-height: 28px;
}
.dialog_form .item p span {
  color: #f00;
}
.dialog_form .item .input_text {
  width: 318px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #CFD5DE;
  border-radius: 4px;
}

.dialog_form .item .input_textarea {
  width: 318px;
  height: 104px;
  line-height: 26px;
  padding: 0 10px;
  border: 1px solid #CFD5DE;
  border-radius: 4px;
}

.dialog_form .submit {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #165DFF;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.showOverseasDialog {
  display: inline-block;
  margin-right: 25px;
  padding: 20px 30px;
  background: #165DFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
/* 海外版联系我们弹框 */
.dialog_box_overseas {
  display: none;
  font-size: 14px;
}
.dialog_mask_overseas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
  z-index: 9;
}
.dialog_content_overseas {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  background: #fff;
  border-radius: 16px;
  z-index: 9;
}
.dialog_close_overseas {
  position: absolute;
  top: 0;
  right: -48px;
  width: 36px;
  height: 36px;
  background: url(/images/close_icon_2420738b.png) no-repeat center center;
  cursor: pointer;
}

.dialog_top_overseas {
  height: 140px;
  background: url(/images/dialog_overseas_bg_cae6f292.png) no-repeat center center;
  padding-left: 30px;
}
.dialog_top_overseas .dialog_logo{
  margin-top: 40px;
  margin-bottom: 16px;
}
.dialog_top_overseas h3{
  color: #303133;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 24px;
  font-weight: 700;
}
.dialog_main_overseas {
  display: flex;
 
}
.dialog_form_overseas {
  width: 800px;
  padding: 40px;
  text-align: center;
}
.dialog_form_overseas .row{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.dialog_form_overseas .item {
  flex: 1;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 20px;
}

.dialog_form_overseas .item p {
  margin: 0;
  line-height: 28px;
}
.dialog_form_overseas .item p span {
  color: #f00;
}
.dialog_form_overseas .item .input_text {
  width: 318px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #CFD5DE;
  border-radius: 4px;
}
.dialog_form_overseas .textarea_row{
  margin-top: 20px;
  text-align: left;
}
.dialog_form_overseas .textarea_row p{
  line-height: 28px;
}
.dialog_form_overseas .textarea_row .input_textarea {
  width:700px;
  height: 80px;
  line-height: 26px;
  padding: 0 10px;
  border: 1px solid #CFD5DE;
  border-radius: 4px;
}

.dialog_form_overseas .overseas_submit {
  width: 340px;
  height: 48px;
  line-height: 48px;
  background: #165DFF;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
}

/* 视频播放弹框 */
.video_dialog, .image_dialog {
  display: none;
}

.video_dialog_box, .image_dialog_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  height: 500px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  z-index: 9;
}

#imageUrl {
  width: 860px;
  height: 500px;
  object-fit: contain;
}


@media screen and (max-width: 1680px) {
  .footer_top .title { font-size:26px;}
  .footer_top .operate .experience, .footer_top .operate .feedback {
    font-size: 16px;
  }

  .footer_content dl dt { font-size: 18px;}
}

@media screen and (max-width: 1440px) {
  .head .operate .login,
  .head .operate .experience { height: 34px; line-height: 34px; font-size: 14px;}
  .mainnav{ margin-left: 65px;}
  .footer_top .title { font-size:22px;}
  .footer_top .operate .experience, .footer_top .operate .feedback {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .footer_side .tel { font-size: 18px;}
  .footer_content dl dt { margin-bottom: 10px; padding-bottom: 10px;font-size: 16px;}
  .footer_content dl dd { height: 30px; line-height: 30px; font-size: 14px;}
  .footer_wrapper .copyright {font-size: 14px;}

  .ask_content a { font-size: 14px;}

}

@media screen and (max-width: 1280px) {
  .mainnav{ margin-left: 45px;}
}

/* .c-251015 样式在 globalad.html、aiad.html、m-footer.js 中完整的复制了一份，修改的时候要注意 */
.c-251015 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-251015 .icon {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  font-size: 0;
}

.c-251015 .icon img {
  width: 100%;
  height: 100%;
}

.c-251015 .links a {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  opacity: .8;
  font-size: 15px;
}

.c-251015 .links a:hover {
  opacity: 1;
}

/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/index.css ***!
  \*********************************************************************/
/*banner*/
.banner{ position:relative; width:100%; min-width:1200px; height:760px; overflow:hidden;}
.banner .hd{ position:absolute; bottom:60px; z-index:1; height:5px; left:50%;  transform: translateX(-50%); overflow:hidden;}
.banner .hd ul{ float:left; overflow:hidden; zoom:1;}
.banner .hd ul li{ float:left; width:90px; height:3px; border:1px solid #fff; margin-right:20px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.banner .hd ul li.on{ border-color: #165DFF; background:#165DFF; cursor:pointer;}
.banner .bd{ position:relative; height:100%; z-index:0;}
.banner .bd li{ position: relative; width:100%; height:760px; text-align: center; vertical-align:middle; zoom:1;}
.banner .bd li.li01{ background:url(/images/banner_66ec33b5.jpg) no-repeat center top; background-size: cover;}
.banner .bd li img { width:100%; max-width:1920px; height:760px; margin: 0 auto;}
.banner .bd li .content {
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  width: 1200px;
  text-align: left;
}
.banner .bd li .content h2 {
  height: 70px;
  line-height: 70px;
  margin: 0 0 20px;
  font-size: 50px;
}
.banner .bd li .content p {
  height: 34px;
  line-height: 34px;
  margin: 0 0 70px;
  font-size: 24px;
}
.banner .bd li .button {
  font-size: 22px;
}
.banner .bd li .button .a_experience {
  display: inline-block;
  margin-right: 25px;
  padding: 20px 30px;
  background: #165DFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.banner .bd li .button .a_product {
  display: inline-block;
  padding: 19px 30px 19px 60px;
  background: url(/images/play_icon_d614eb36.png) no-repeat 30px;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}
.banner .bd li .button .a_experience:hover,
.banner .bd li .button .a_product:hover {
  opacity: .7;
}

/* 首页样式 */
.home_info {
  margin: 100px auto 60px !important;
  text-align: center;
}
.home_info h1 {
  line-height: 50px;
  font-size: 36px;
}
.home_info p {
  line-height: 32px;
  font-size: 20px;
  color: #4E5969;
}
.home_tab {
  display: flex;
  height: 175px;
}
.home_tab .item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.home_tab .item img {
  width: 90px;
  height: 90px;
  transition: all 0.3s ease;
}
.home_tab .item img:hover {
  transform: scale(1.1);
}
.home_tab .item p {
  margin: 0;
  line-height: 40px;
  font-size: 18px;
}
.home_tab .item.active {
  border-bottom: 4px solid #165DFF;
}
.home_tab .item.active p{
  color:#165DFF;
  font-weight: bold;
}


.home_wrapper {
  min-width: 1200px;
  height: 662px;
  background: url(/images/home_tab_bg_7f3f1738.png) no-repeat center;
  background-size: cover;
}
.home_content {
  padding: 40px 0 60px;
  animation: movesTop .3s 1 linear;
}

@keyframes movesTop{
  from{ opacity:0; padding-top: 70px;}
  to{ opacity:1; padding-top: 40px;}
}

.home_content h3 {
  font-size: 22px;
  line-height: 50px;
}
.home_content .sub_title {
  width: 820px;
  font-size: 18px;
  height: 52px;
  line-height: 26px;
  color: #86909C;
}
.home_box {
  display: flex;
  position: relative;
  height: 392px;
  margin: 25px 0 0;
  padding: 50px 0 0 50px;
  background: url(/images/home_box_bg_6ef06d54.png) no-repeat;
  /* border: 1px solid #fff; */
  /* border-radius: 16px; */
}
.home_box .home_side {
  flex: 1;
}
.home_box .home_pic {
  position: absolute;
  right: -5px;
  bottom: 10px;
  width: 322px;
}
.home_box .home_pic img {
  width: 100%;
  height: auto;
}

.home_scroll { position: relative; width:824px; height:260px;}
.home_scroll .hd{ height:260px;}
.home_scroll .hd .prev{ position: absolute; top:108px; left:-22px; display:block; width:44px; height:44px; cursor:pointer; background:url(/images/arrow_left_e4f475eb.png) no-repeat center center; z-index: 9;}
.home_scroll .hd .next{ position: absolute; top:108px; right:44px;  display:block; width:44px; height:44px; cursor:pointer; background:url(/images/arrow_right_73d44821.png) no-repeat center center; z-index: 9;}
.home_scroll .bd{ position:absolute; left:0; top:0; height:260px;}
.home_scroll .bd ul{ zoom:1; overflow:hidden;}
.home_scroll .bd ul li{ float:left; width:200px; height:200px; margin:0 20px 0 0; padding: 30px 20px; background: #fff; border-radius: 8px; cursor: pointer; transition: all .3s ease;}

.home_scroll .bd ul li .title{ font-size: 22px; margin-bottom: 20px;}
.home_scroll .bd ul li .title span{ font-size: 16px;}
.home_scroll .bd ul li p{ margin: 0; line-height:30px; font-size:15px; color: #86909C;}
.home_scroll .bd ul li:hover,.home_scroll .bd ul li.active { background: url(/images/active_bg_7f1bf397.png) no-repeat; color: #fff;}
.home_scroll .bd ul li:hover p,.home_scroll .bd ul li.active p{ color: #fff;}


.home_box .free_experience {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient( to right,#165DFF, #0FC6C2); 
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.home_box .free_experience:hover { opacity: .7;}


.home_case_wrapper {
  min-width: 1200px;
  background: #1D2129;
}
.home_case {
  padding: 100px 0 60px;
}
.home_case .title {
  line-height: 50px;
  font-size: 36px;
  color: #fff;
  text-align: center;
}  
.home_case .sub_title {
  font-size: 20px;
  color: #fff;
  padding: 20px 0 40px;
  text-align: center;
}

.home_caselist { position: relative; width:1200px; height:525px;}
.home_caselist .hd{ position: relative; height:466px;}
.home_caselist .hd ul{ position:absolute; left:50%; bottom:-50px; z-index:1; display: flex; width:798px; height:5px; padding: 0 5px; transform: translateX(-50%); background:url(/images/case_ul_bg_b3fea9d8.png) no-repeat center; overflow: hidden; align-items: center;}
/* .home_caselist .hd ul{ float:left; overflow:hidden; zoom:1;} */
.home_caselist .hd ul li{ flex:1; height:3px;}
.home_caselist .hd ul li.on{ background:#fff; cursor:pointer;}
.home_caselist .hd .prev{ display: none; position: absolute; top:202px; left:-84px; width:64px; height:64px; cursor:pointer; background:url(/images/case_arrow_left_f34f4b1e.png) no-repeat center center; z-index: 9;}
.home_caselist .hd .prev:hover{ background:url(/images/case_arrow_left_active_ff79998c.png) no-repeat center center;}
.home_caselist .hd .next{ display: none; position: absolute; top:202px; right:-84px; width:64px; height:64px; cursor:pointer; background:url(/images/case_arrow_right_bb2b4d14.png) no-repeat center center; z-index: 9;}
.home_caselist .hd .next:hover{ background:url(/images/case_arrow_right_active_ef979cc7.png) no-repeat center center;}
.home_caselist .bd{ position:absolute; left:0; top:0; height:466px;}
.home_caselist .bd ul{ zoom:1; overflow:hidden;}
.home_caselist .bd ul li{ position: relative; width:1198px; height:464px; border-radius: 8px; border: 1px solid #8e9094;}
.home_caselist .bd ul li img { position: absolute; left:0; top:0; width: 525px; height: 464px;}
.home_caselist .bd ul li .info { position: absolute; left:525px; top: 0; width:570px; padding:80px 50px 0; animation: moves .5s 1 linear;}

.home_caselist .bd ul li .info .name{ margin-bottom: 20px; padding-bottom: 30px; font-size: 28px; background: url(/images/case_line_3e4ae735.png) no-repeat left bottom; color: #fff;}
.home_caselist .bd ul li .desc{ line-height:30px; font-size:16px; color: #a5a6a9;}
.home_caselist .bd ul li .number_list { margin-top: 60px;}
.home_caselist .bd ul li .number_list .item{ float:left; width: 25%; font-size: 16px; color: #fff;}
.home_caselist .bd ul li .number_list .item .number{ color: #3C82FA;}
.home_caselist .bd ul li .number_list .item .number span{ background-image:-webkit-linear-gradient(left,#165DFF, #0FC6C2); -webkit-background-clip:text; -webkit-text-fill-color:transparent;font-size: 42px; font-weight: bold;}

@keyframes moves {
  from{ opacity:0; left: 575px;}
  to{ opacity:1; left: 525px;}
}

.home_partners {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.home_partners h3{
  font-size: 32px;
}
.home_partners p{
  margin: 30px 0 60px;
  font-size: 16px;
  color: #86909C;
}
.home_partners_list {
  position:relative; 
  width: 1200px;
  margin: 0 auto 20px;
  overflow:hidden;
}

.home_partners_list .bd ul{ overflow:hidden; zoom:1; }
.home_partners_list .bd ul li{ margin:0 20px 0 0; float:left; overflow:hidden; text-align:center; }
.home_partners_list .bd ul li img{ width:203px; height:82px; display:block; }

.home_partners_mask {
  position: absolute;
  left: 50%;
  top: 235px;
  transform: translateX(-50%);
  width: 1200px;
  height: 348px;
  background: url(/images/mask_40aae184.png) no-repeat center center;
  z-index: 8;
}



@media screen and (max-width: 1680px) {
  .banner{ position:relative; width:100%; height:660px; overflow:hidden;}
  .banner .bd li{ position: relative; width:100%; height:660px; text-align: center; vertical-align:middle; zoom:1;}
  .banner .bd li img { width:100%; max-width:1920px; height:660px; margin: 0 auto;}

  .banner .bd li .content { top:240px;}
  .banner .bd li .content h2 { font-size: 40px; margin: 0 0 10px;}
  .banner .bd li .content p { font-size: 20px; margin: 0 0 40px;}
  .banner .bd li .button { font-size: 18px;}
  .banner .bd li .button .a_experience { padding: 15px 20px;}


  .home_info {
    margin: 80px auto 40px !important;
  }
  .home_info h1 {
    line-height: 40px;
    font-size: 32px;
  }
  .home_info p {
    line-height: 28px;
    font-size: 18px;
  }
  .home_tab .item p {
    font-size: 16px;
  }
  .home_content h3 {
    font-size: 20px;
    line-height: 44px;
  }
  .home_content .sub_title {
    font-size: 16px;
  }
  .home_tab {
    height: 165px;
  }
  .home_tab .item img {
    width: 80px;
    height: 80px;
  }

  .home_box {
    height: 372px;
    margin: 25px 0 0;
    padding: 40px 0 0 40px;
    background: url(/images/home_box_bg_6ef06d54.png) no-repeat center center;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 15px;
  }
  .home_box .home_pic {
    width: 300px;
  }
  .home_scroll .bd ul li .title{ font-size: 20px; margin-bottom: 20px;}


  .home_case {
    padding: 80px 0 40px;
  }
  .home_case .title {
    font-size: 32px;
  }
  .home_case .sub_title {
    font-size: 18px;
  }

  .home_caselist .hd{ position: relative; height:436px;}
  .home_caselist .bd{ position:absolute; left:0; top:0; height:436px;}
  .home_caselist .bd ul li{ height: 434px;}
  .home_caselist .bd ul li img { position: absolute; left:0; top:0; width: 491px; height: 434px;}
  .home_caselist .bd ul li .info { left: 491px; padding:50px 50px 0;}
  .home_caselist .bd ul li .info .name { font-size: 26px;}
  .home_caselist .bd ul li .number_list .item .number span{ font-size: 38px;}
  
  .home_caselist .bd ul li .number_list { margin-top: 30px;}

  @keyframes moves {
    from{ opacity:0; left: 541px;}
    to{ opacity:1; left: 491px;}
  }

  .home_partners {
    padding: 80px 0;
  }
  .home_partners h3 {
    font-size: 28px;
  }

}

@media screen and (max-width: 1440px) {
  .banner{ position:relative; width:100%; height:560px; overflow:hidden;}
  .banner .bd li{ position: relative; width:100%; height:560px; text-align: center; vertical-align:middle; zoom:1;}
  .banner .bd li img { width:100%; max-width:1920px; height:560px; margin: 0 auto;}

  .banner .bd li .content { top:180px;}
  .banner .bd li .content h2 { height: 50px;
    line-height: 50px; font-size: 30px; margin: 0 0 10px;}
  .banner .bd li .content p { font-size: 18px; margin: 0 0 20px;}
  .banner .bd li .button { font-size: 16px;}
  .banner .bd li .button .a_experience { padding: 10px 15px;}

  .home_info {
    margin: 40px auto 20px !important;
  }
  .home_info h1 {
    line-height: 36px;
    font-size: 28px;
  }
  .home_info p {
    line-height: 24px;
    font-size: 16px;
  }
  .home_tab .item p {
    font-size: 16px;
  }


  .home_content h3 {
    font-size: 18px;
    line-height: 36px;
  }
  .home_content .sub_title {
    font-size: 14px;
  }

  .home_tab {
    height: 155px;
  }
  .home_tab .item img {
    width: 70px;
    height: 70px;
  }
  .home_box {
    height: 332px;
    margin: 25px 0 0;
    padding: 30px 0 0 30px;
    background: url(/images/home_box_bg_6ef06d54.png) no-repeat center center;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 15px;
  }
  .home_box .home_pic {
    width: 260px;
  }
  .home_scroll .bd ul li .title{ font-size: 18px; margin-bottom: 15px;}
  .home_scroll .bd ul li p{ font-size: 14px;}
  .home_box .free_experience { 
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    font-size: 16px;
  }

  .home_case {
    padding: 40px 0 20px;
  }
  .home_case .title {
    font-size: 28px;
  }
  .home_case .sub_title {
    font-size: 16px;
  }

  .home_caselist .hd{ position: relative; height:406px;}
  .home_caselist .bd{ position:absolute; left:0; top:0; height:406px;}
  .home_caselist .bd ul li{ height: 404px;}
  .home_caselist .bd ul li img { position: absolute; left:0; top:0; width: 457px; height: 404px;}
  .home_caselist .bd ul li .info { left: 457px;}
  .home_caselist .bd ul li .info .name { font-size: 22px;}
  .home_caselist .bd ul li .number_list .item{ font-size: 14px;}
  .home_caselist .bd ul li .desc{ font-size: 14px;}
  .home_caselist .bd ul li .number_list .item .number span{ font-size: 34px;}

  @keyframes moves {
    from{ opacity:0; left: 507px;}
    to{ opacity:1; left: 457px;}
  }

  .home_partners {
    padding: 60px 0;
  }
  .home_partners h3 {
    font-size: 24px;
  }
  .home_partners p {
    margin: 10px 0 30px;
    font-size: 14px;
  }

  .home_partners_mask {
    top: 120px;
  }
}

@media screen and (max-width: 1280px) {
}
/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/market.css ***!
  \**********************************************************************/
.pt {
  margin: 0;
}

.market_banner {
  position: relative;
  min-width: 1200px;
  height: 600px;
  background: url(/images/beout_banner_5a1f6906.jpg) no-repeat center;
  background-size: cover;
}

.market_banner .content {
  padding-top: 200px;
}

.market_contain .title {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}

.market_banner .content .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  padding: 0 0 20px;
}

.market_banner .content .text {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 40px;
}

.market_banner .content .image {
  margin-bottom: 40px;
}

.market_banner .content .market_banner_but {
  display: inline-block;
  margin-right: 25px;
  padding: 20px 30px;
  font-size: 22px;
  background: #165DFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.market_banner .content .market_banner_but:hover {
  opacity: .7;
}


.module_why {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}

.module_why .contain .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}

.module_why .contain .temptation {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;

}

.module_why .contain .temptation .temptation_dom {
  display: flex;
  align-items: center;
  width: 49%;
  gap: 40px;
  height: 186px;
  padding: 13px 0px 13px 30px;
  position: relative;
  transition: all .3s ease;
  background-color: #F6F7FA;
  box-sizing: border-box;
}

.module_why .contain .temptation .temptation_dom:hover {
  transform: translateY(-10px);
  background: #fff;
  box-shadow: 0px 4px 12px 0px #2241871A;
}

.module_why .contain .temptation .temptation_dom .temptation_top {
  width: 160px;
  height: 160px;
  z-index: 8;
}
.module_why .contain .temptation .temptation_dom .temptation_top img {
  width: 100%;
}

.module_why .contain .temptation .temptation_dom .temptation_bottom {
  /* width: 285px; */
  /* height: 260px; */
  /* padding: 60px 23px 0px 23px; */
  box-sizing: border-box;
  cursor: pointer;
}

.module_why .contain .temptation .temptation_dom .temptation_bottom .pt {
  width: 240px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #1D2129;
  margin-bottom: 20px;

}

.module_why .contain .temptation .temptation_dom .temptation_bottom .listul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.module_why .contain .temptation .temptation_dom .temptation_bottom .listul li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;

}

.module_why .contain .temptation .temptation_dom .temptation_bottom .listul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -50%;
  width: 2px;
  background: #165dff47;
  z-index: 0;
}

.module_why .contain .temptation .temptation_dom .temptation_bottom .listul li:last-of-type::after {
  bottom: 50%;
}

.module_why .contain .temptation .temptation_dom .temptation_bottom .listul li:first-of-type:after {
  top: 50%;
}

.module_why .contain .temptation .temptation_dom .temptation_bottom .listul li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #165DFF;
  z-index: 1;
}

.module_why .contain .temptation .temptation_dom .temptation_bottom .listulli.active::before {
  background: #165DFF;
}

.module_why .contain .temptation .temptation_dom .temptation_bottom span {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  display: block;
  color: #4E5969;
}

.module_make {
  width: 100%;
  min-width: 1200px;
  /* height: 680px; */
  background: #F6F7FA;
  padding: 100px 0;
}


.module_make .temptation {
  width: 100%;
  background: #F6F7FA;
  padding: 100px 0 0;
}

.module_make .temptation .hd {
  position: relative;
}

.module_make .temptation .hd ul {
  display: flex;
  align-items: center;
  gap: 24px;
}


.module_make .temptation .hd ul li {
  position: relative;
  width: 384px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  /* display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center; */
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.module_make .temptation .hd ul li .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  display: block;
}

.module_make .temptation .hd ul li.on {
  background: #165DFF;
  color: #fff;
  font-weight: 600;
}

.module_make .temptation .hd ul li.on .line {
  height: 4px;
  background: #0FC6C2;
  animation: lineMove 3s linear forwards;
}

@keyframes lineMove {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}


.module_make .temptation .hd ul li .img {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.module_make .temptation .hd ul li .img01 {
  background: url(/images/beout_hd_1_a59a4fac.png) no-repeat center -2px;
}

.module_make .temptation .hd ul li .img02 {
  background: url(/images/beout_hd_2_a1e52491.png) no-repeat center -2px;
}

.module_make .temptation .hd ul li .img03 {
  background-image: url(/images/beout_hd_3_4f370dfd.png);
  background: url(/images/beout_hd_3_4f370dfd.png) no-repeat center -2px;
}

.module_make .temptation .hd ul .on .img01 {
  background: url(/images/beout_hd_4_c4723cd4.png) no-repeat center -2px;
}

.module_make .temptation .hd ul .on .img02 {
  background: url(/images/beout_hd_5_485306db.png) no-repeat center -2px;
}

.module_make .temptation .hd ul .on .img03 {
  background: url(/images/beout_hd_6_1fbc8e58.png) no-repeat center -2px;
}


.module_make .temptation .bd ul li {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.module_make .temptation .bd ul li .list_left {
  flex: 1;
  text-align: left;
}

.module_make .temptation .bd ul li .list_left h2 {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #1D2129;
  text-align: left;
  margin-bottom: 20px;
}

.module_make .temptation .bd ul li .list_left .pt {

  font-size: 14px;
  font-weight: 400;
  line-height: 20px;

  text-align: left;
  color: #4E5969;
  margin-bottom: 30px;
}

.module_make .temptation .bd ul li .list_left .numberdom {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  align-items: flex-start;
  /* width: 665px
  height: 85px
  top: 1775px
  left: 360px */
  border-radius: 4px;
  padding: 13px 0px 13px 20px;
  box-sizing: border-box;
  background: #ECF1FA;
}

.module_make .temptation .list_right {
  width: 460px;
}
.module_make .temptation .list_right img {
  width: 100%;
}

.list_left .numberdom .dom_left {
  width: 170px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.list_left .numberdom .dom_left i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #165DFF;
}
.list_left .numberdom .dom_left span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2129;
}

.list_left .numberdom .mediatype_dom {
  display: flex;
  align-items: center;
  gap: 20px 28px;
  flex-wrap: wrap;
  width: 73%;
}

.list_left .numberdom .mediatype_dom .operate_dom {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 46%;
}

.list_left .numberdom .mediatype_dom .operate_dom img {
  height: 20px;
}

.list_left .numberdom .mediatype_dom .operate_dom span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.list_left .programme {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.list_left .programme .programme_dom {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  padding: 12px 20px;
  text-align: center;
  box-sizing: border-box;
  background: #ECF1FA;
}

.list_left .programme .programme_dom .version {
  width: 133px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}


.list_left .programme .programme_dom .version span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;

}


.module_make .temptation .bd ul li .list_left .programme .programme_dom .pt {
  font-size: 14px;
  line-height: 20px;
  color: #1D2129;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.module_make .temptation .bd ul li .list_left .CSO {
  /* width: 525px; */
  display: flex;
  align-items: center;
  gap: 20px 80px;
  flex-wrap: wrap;
  padding: 14px 0px 14px 20px;
  background: #ECF1FA;

}

.module_make .temptation .bd ul li .list_left .CSO .CSO_dom {
  display: flex;
  /* flex-direction: column; */
  gap: 6px;
  width: 25%;
}

.module_make .temptation .bd ul li .list_left .CSO .CSO_dom img {
  height: 20px;
}

.module_make .temptation .bd ul li .list_left .CSO .CSO_dom span {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #4E5969;
}

.module_product {
  width: 100%;
  min-width: 1200px;
  height: auto;
  padding: 100px 0 0;
}

.module_product .temptation {
  width: 100%;
  height: auto;
  padding: 100px 0 0;
}

.module_product .temptation .hd {
  width: 1200px;
  margin: auto;
}

.module_product .temptation .hd ul {
  display: flex;
  align-items: center;
  gap: 105px;
}

.module_product .temptation .hd ul li {
  flex: 1;
  width: 205px;
  text-align: center;
  padding-bottom: 26px;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.module_product .temptation .hd ul li img {
  transition: all 0.3s ease;
}

.module_product .temptation .hd ul li img:hover {
  transform: scale(1.1);
}

.module_product .temptation .hd ul li span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  color: #1D2129;
}


.module_product .temptation .hd ul .on {
  border-bottom: 4px solid #165DFF;
}

.module_product .temptation .hd ul .on span {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 29px;
  color: #165DFF;
}

.module_product .temptation .pdf {
  background-image: url(/images/product_banner_2f18f296.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 602px;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}

.module_product .temptation .pdf .pfds {
  background-image: url(/images/product_banner_1_c20ca18a.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: auto;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 12px 0px #FFFFFFB2 inset;
  width: 1200px;
  height: 482px;
  border-radius: 16px;
  /* padding: 40px 90px 0px 80px; */
  box-sizing: border-box;
}

.module_product .temptation .pdf .pfds li {
  /* width: 1200px!important; */
  display: flex;
  align-items: center;
  padding: 40px 0px 0px 80px;
  /* justify-content: space-between; */
  gap: 0px;
  /* box-sizing: border-box; */
}
.module_product .temptation .pdf .pfds .li_the_right {
  gap: 100px;
}
.module_product .temptation .pdf .pfds .tik_li_dom {
  /* padding-right: 0px; */
}


.module_product .temptation .pdf .pfds li .list_left {
  text-align: left;
}

.module_product .temptation .pdf .pfds li .list_left h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #1D2129;
  margin-bottom: 16px;
}

.module_product .temptation .pdf .pfds li .list_left .pt {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  color: #4E5969;
  margin-bottom: 30px;
}



.module_product .temptation .pdf .pfds li .list_left .line_dom {
  width: 400px;
  height: 1px;
  background: linear-gradient(90deg, #BFC5CE 0%, rgba(191, 197, 206, 0) 100%);

}

.module_product .temptation .pdf .pfds li .list_left .programme_dom {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 600px;
}

.module_product .temptation .pdf .pfds li .list_left .programme_img .img_dom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.module_product .temptation .pdf .pfds li .list_left .programme_dom .dom_left {
  display: flex;
  align-items: center;
  /* width: 295px; */
  gap: 10px;
  min-width: 260px;
}

.module_product .temptation .pdf .pfds li .list_left .programme_dom .dom_left i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #165DFF;
}

.module_product .temptation .pdf .pfds li .list_left .prot {
  width: 70%;
  margin-bottom: 80px;
  gap: 20px 16px;
}

.module_product .temptation .pdf .pfds li .list_left .prot_youtube {
  width: 100%;
  margin-bottom: 80px;
  gap: 20px 16px;
}

.module_product .temptation .pdf .pfds li .list_left .prot .dom_left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  height: 36px;
  border: 1px solid #FFFFFF;
  justify-content: center;
}

.module_product .temptation .pdf .pfds li .list_left .programme_dom .dom_left span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}

.module_product .temptation .pdf .pfds li .list_left .but_dom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.module_product .temptation .pdf .pfds li .list_left .but_dom .understand {
  width: 150px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #4E5969;
  font-size: 14px;
  font-weight: 300;
  color: #4E5969;
  cursor: pointer;
}

.module_product .temptation .pdf .pfds li .list_left .but_dom .obtain {
  width: 150px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: linear-gradient(90deg, #165DFF 0%, #0FC6C2 100%);
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border: none;
  cursor: pointer;
}

.understand:hover,
.obtain:hover {
  opacity: .7;
}

.module_product .temptation .pdf .pfds li .list_right .version {
  padding: 43px 0 43px 35px;
  width: 300px;
  height: 120px;
  background-image: url(/images/version_3_e6dd855c.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.module_product .temptation .pdf .pfds li .list_right .version span {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #364C7F;
}

.module_product .temptation .pdf .pfds li .list_right .ot {
  background-image: url(/images/version_4_0fe79724.png);
}

.module_product .temptation .pdf .pfds li .list_right .ot span {
  color: #815018;
}

.module_product .temptation .pdf .pfds li .list_right .oe {

  background-image: url(/images/version_5_b616b87a.png);

}

.module_product .temptation .pdf .pfds li .list_right .oe span {
  color: #E4EEFB;
}

.module_product .temptation .pdf .pfds li .TikTokDom {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module_product .temptation .pdf .pfds li .TikTokDom .hddt {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module_product .temptation .pdf .pfds li .TikTokDom .hd {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module_product .temptation .pdf .pfds li .TikTokDom .hd .ul {
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.module_product .temptation .pdf .pfds li .TikTokDom .hd .ul .li {
  width: 191px !important;
  height: 50px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.module_product .temptation .pdf .pfds li .TikTokDom .hd .ul .on {
  width: 191px !important;
  height: 50px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0px 4px 4px 0px #165DFF1A;
}


.module_product .temptation .pdf .pfds li .TikTokDom .hd .ul .li span {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #1D2129;
}

.module_product .temptation .pdf .pfds li .TikTokDom .hd .ul .on span {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #165DFF;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM {
  width: 107%;
  text-align: left;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM h2 {
  margin-bottom: 20px;
  font-size: 24px;

  line-height: 34px;

  color: #1D2129;
  text-align: left;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .pt {

  font-size: 16px;
  font-weight: 300;
  line-height: 23px;

  text-align: left;
  color: #4E5969;
  margin: 16px 0 20px 0;
}


.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .termDOM {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .ot {
  margin-bottom: 20px;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .termDOM i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #165DFF
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .line_dom {
  width: 400px;
  height: 1px;
  background: linear-gradient(90deg, #BFC5CE 0%, rgba(191, 197, 206, 0) 100%);
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .but_dom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .but_dom .understand {
  width: 150px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #4E5969;
  font-size: 14px;
  font-weight: 300;
  color: #4E5969;
  cursor: pointer;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .but_dom .obtain {
  width: 150px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: linear-gradient(90deg, #165DFF 0%, #0FC6C2 100%);
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border: none;
  cursor: pointer;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .termDOM .tespan {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #1D2129;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .termDOM .termDOM_left {
  width: 11px;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM span {
  display: block;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #4E5969;
  font-weight: 400;
}
.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .listDOM_right{
  text-align: center;
}
.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .list_the_right{
  margin-right: 20px;
}
.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .listDOM_right .programme_dom {
  width: 434px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  text-align: center;
  box-sizing: border-box;
}
.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .listDOM_right .Small_store {
  width: 613px;
  justify-content: center;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .listDOM_right .programme_dom .dom_left {
  min-width: 116px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .listDOM_right .programme_dom .dom_left span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;

}

.module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .listDOM_right .programme_dom .pt {
  font-size: 14px;
  line-height: 20px;
  color: #1D2129;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1680px) {
  .market_banner { height: 500px;}
  .market_banner .content { padding-top: 160px;}
  .market_banner .content .title { font-size: 40px; padding: 0 0 10px;}
  .market_banner .content .text { font-size: 20px;}
  .market_banner .content .market_banner_but { font-size: 18px; padding: 15px 20px;}

  .module_why {
    padding: 80px 0;
  }
  .module_why .contain .title {
    font-size: 32px;
  }
  .module_why .contain .temptation .temptation_dom .temptation_bottom .pt {
    font-size: 18px;
  }

  .module_why .contain .temptation .temptation_dom {
    gap: 30px;
  }
  .module_why .contain .temptation .temptation_dom .temptation_top {
    width: 140px;
    height: 140px;
  }

  .market_contain .title {
    font-size: 32px;
  }
  .module_make {
    padding: 80px 0;
  }
  .module_make .temptation {
    padding: 80px 0 0;
  }


  .module_make .temptation .hd ul li {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .module_make .temptation .bd ul li .list_left h2 {
    font-size: 18px;
  }

  .module_product {
    padding: 80px 0 0;
  }
  .module_product .temptation {
    padding: 80px 0 0;
  }
  .module_product .temptation .hd ul li img {
    width: 80px;
    height: 80px;
  }
  .module_product .temptation .hd ul li span {
    font-size: 18px;
  }

  .module_product .temptation .pdf .pfds li .list_left h2 {
    font-size: 20px;
  }
  

  .module_product .temptation .pdf .pfds li .list_right .version {
    width: 280px;
    height: 100px;
  }
  
  .module_product .temptation .pdf .pfds li .list_right .version span {
    font-size: 20px;
  }

  .module_make .temptation .list_right {
    width: 440px;
  }

  .module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM h2 { font-size: 18px;}
}

@media screen and (max-width: 1440px) {
  .market_banner { height: 400px;}
  .market_banner .content { padding-top: 110px;}
  .market_banner .content .title { line-height: 50px; font-size: 30px;}
  .market_banner .content .text { font-size: 18px; margin-bottom: 20px;}
  .market_banner .content .market_banner_but { font-size: 16px; padding: 10px 15px;}
  
  .module_why {
    padding: 60px 0;
  }
  .module_why .contain .title {
    font-size: 28px;
  }
  .module_why .contain .temptation .temptation_dom .temptation_bottom .pt {
    font-size: 16px;
  }

  .module_why .contain .temptation .temptation_dom {
    gap: 20px;
  }
  .module_why .contain .temptation .temptation_dom .temptation_top {
    width: 120px;
    height: 120px;
  }

  .market_contain .title {
    font-size: 28px;
  }
  .module_make {
    padding: 50px 0;
  }
  .module_make .temptation {
    padding: 50px 0 0;
  }

  .module_make .temptation .hd ul li { 
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .module_make .temptation .bd ul li .list_left h2 {
    font-size: 16px;
  }

  .module_product {
    padding: 50px 0 0;
  }
  .module_product .temptation {
    padding: 50px 0 0;
  }
  .module_product .temptation .hd ul li img {
    width: 70px;
    height: 70px;
  }
  .module_product .temptation .hd ul li span {
    font-size: 16px;
  }

  .module_product .temptation .pdf .pfds li .list_left h2 {
    font-size: 18px;
  }
  .module_product .temptation .pdf .pfds li .list_left .programme_dom .dom_left span {
    font-size: 14px;
  }

  .module_product .temptation .pdf .pfds li .list_right .version {
    width: 260px;
    height: 80px;
  }
  
  .module_product .temptation .pdf .pfds li .list_right .version span {
    font-size: 18px;
  }

  .module_make .temptation .list_right {
    width: 420px;
  }

  .module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM h2 { font-size: 16px;}
  .module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .listDOM_right .programme_dom .dom_left span,
  .module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM .termDOM .tespan,
  .module_product .temptation .pdf .pfds li .TikTokDom .ceshi .ul .li .liDOM .listDOM span { font-size: 14px;}
}
/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/core.css ***!
  \********************************************************************/
.pt {
  margin: 0;
}
.core_banner {
  position: relative;
  min-width: 1200px;
  height: 600px;
  background: url(/images/core_banner_a7fe3815.jpg) no-repeat center;
  background-size: cover;
}

.core_banner .content {
  padding-top: 200px;
}

.core_banner .content .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  padding: 0 0 20px;
}

.core_banner .content .text {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 40px;
}

.core_banner .content .core_banner_but {
  display: inline-block;
  margin-right: 25px;
  padding: 20px 30px;
  font-size: 22px;
  background: #165DFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.core_banner .content .core_banner_but:hover {
  opacity: .7; 
}

.module_beout {
  padding: 120px 0 100px;
}

.module_beout .main_contain {
  width: 1200px;
}

.module_beout .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
}

.module_beout .sub_title {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  color: #4E5969;
}

.beout_list {
  margin-top: 60px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 40px; */
  /* align-self:stretch; */
  overflow: hidden;
}

.beout_list .list_con {
  display: flex;
  /* width: 50%; */
  float: left;
  gap: 12px;
  height: 100px;
}

.beout_list .lq {
  margin-left: 60px;
}

.beout_list .li {
  margin: 50px 0px 40px 60px;
}

.beout_list .lit {
  margin: -60px 60px 0px 0px;
}


.beout_list .list_con .pt {
  text-align: left;
  width: 465px;
  height: 100px;
  border: 5px solid #F6F7FA;
  position: relative;
  background-color: #F6F7FA;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  border-radius: 5px;
  cursor: pointer;
  transition: all .3s ease;
}

.beout_list .list_con .pt:hover {
  text-align: left;
  width: 465px;
  height: 100px;
  border: 5px solid #F6F7FA;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0px 4px 6px 0px #122A471A;
  transform: translateY(-3px);
}

.beout_list .list_con .pt::after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -2.5px;
  border-color: transparent transparent transparent #F6F7FA;
}

.beout_list .list_con .pt::before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -2.5px;
  border-color: transparent transparent transparent #F6F7FA;
}

.module_beout_list {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.module_beout_list .item {
  position: relative;
  flex: 1;
  height: 300px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}

.module_beout_list .item img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width:160px;
  height: 160px;
  z-index: 1;
}
.module_beout_list .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125px;
  padding-top: 65px;
  background: #F6F7FA;
  border-radius: 2px;
}
.module_beout_list .item .info b {
  font-weight: 600;
  font-size: 20px;
}
.module_beout_list .item .info p {
  margin: 10px 0 0;
  line-height: 22px;
  font-size: 14px;
  color: #4E5969;
}

.module_beout_list .item:hover {
  transform: translateY(-10px);
}
.module_beout_list .item:hover .info {
  background: #fff;
  box-shadow: 0px 4px 12px 0px #2241871A;
}

.module_SAAS {
  width: 100%;
  min-width: 1200px;
  height: auto;
  padding: 100px 0;
  background: linear-gradient(180deg, #0B101A 0%, #202634 100%);
}

.module_SAAS .SAAS .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin: 0 0 15px;
}

.module_SAAS .SAAS .sub_title {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
  text-align: center;
  color: #fff;
}

.module_SAAS .SAAS .SAAS_contain {
  margin-top: 40px;
  border: 1px solid #C9CDD480;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #242E44, #242E44),
  linear-gradient(0deg, rgba(201, 205, 212, 0.5), rgba(201, 205, 212, 0.5));
}

.module_SAAS .SAAS .SAAS_contain .hd {
  display: flex;
  box-sizing: border-box;
  position: relative;
}


.module_SAAS .SAAS .SAAS_contain .SAAS_main {
  display: flex;
  height: 454px;
  padding: 80px 50px 90px 60px;
  box-sizing: border-box;
}

.module_SAAS .SAAS .SAAS_contain .SAAS_main .main_left {
  flex: 1;
  text-align: left;
}

.module_SAAS .SAAS .SAAS_contain .SAAS_main .main_left .but {
  margin-top: 20px;
  width: 150px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  /* display: none; TODO 暂时隐藏 */
}

.module_SAAS .SAAS .SAAS_contain .SAAS_main .main_left h2 {
  text-align: left;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  margin-bottom: 10px;
}
.module_SAAS .SAAS .SAAS_contain .SAAS_main .main_right {
  width: 480px;
}
.module_SAAS .SAAS .SAAS_contain .SAAS_main .main_right img {
  width: 100%;
}

/* .SAAS_contain .bd ul {
  padding: 15px;
  zoom: 1;
} */

.SAAS_contain .bd li {
  height: 24px;
  line-height: 24px;
}

.module_SAAS .SAAS .SAAS_contain .SAAS_main .main_left .pt {
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  text-align: left;
}

.module_SAAS .SAAS .SAAS_contain .hd ul {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #37476A;
}

.module_SAAS .hd ul li {
  flex: 1;
  height: 100px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.SAAS_contain .hd ul li.on {
  /* height: 100px; */
  background: url(/images/sass_li_bg_e6c2d4d8.png) repeat-x center center;
  border-bottom: 3px solid #08A1E9;
  cursor: pointer;
}

.SAAS_contain .hd ul li .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 60px;
  margin: 20px 0;
  border-right: 1px solid #4F6182;
}
.SAAS_contain .hd ul li:last-child .item {
  border-right: none;
}

.module_SAAS .SAAS ul li span, .module_SAAS .SAAS ul li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  text-align: left;
  color: #fff;
}

.module_SAAS .SAAS ul .segmentation {
  width: 1px;
  height: 60px;
  background-color: #4F6182;
}

.module_SAAS .SAAS ul .con::after {
  width: 1px;
  height: 60px;
  background-color: #4F6182;
}

.module_why_core {
  width: 100%;
  min-width: 1200px;
  height: 603px;
  padding: 100px 0;
  box-sizing: border-box;
  background: #F6F7FA;
}

.module_why_core .contain .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #1D2129;
  margin-bottom: 60px;
}

.module_why_core .contain .temptation {
  display: flex;
  align-items: center;
  gap: 20px;
}

.module_why_core .contain .temptation .temptation_dom {
  width: 224px;
  height: 293px;
  border-radius: 16px;
  box-shadow: 2px 2px 6px 1px #122A471A;
  padding: 30px 18px 56px 18px;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  transition: all .3s ease;
}

.module_why_core .contain .temptation .temptation_dom:hover {
  transform: translateY(-10px);
}


.module_why_core .contain .temptation .temptation_dom .temptation_bottom .pt {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #4E5969;
  margin-bottom: 10px;
}

.module_why_core .contain .temptation .temptation_dom .temptation_bottom span {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4E5969;
}


@media screen and (max-width: 1680px) {
  .core_banner { height: 500px;}
  .core_banner .content { padding-top: 160px;}
  .core_banner .content .title { font-size: 40px; padding: 0 0 10px;}
  .core_banner .content .text { font-size: 20px;}
  .core_banner .content .core_banner_but { font-size: 18px; padding: 15px 20px;}
  
  .module_beout { padding: 80px 0 60px;}
  .module_beout .title { font-size: 30px;}
  .module_beout .sub_title { font-size: 18px;}

  .module_beout_list {
    gap: 30px;
  }
  .module_beout_list .item .info b {
    font-size: 18px;
  }
  .module_beout_list .item img {
    top: 20px;
    width: 140px;
    height: 140px;
  }

  .module_SAAS {
    padding: 80px 0;
  }
  .module_SAAS .SAAS .title {
    font-size: 32px;
  }
  .module_SAAS .SAAS .sub_title {
    font-size: 18px;
  }


  .module_SAAS .SAAS .SAAS_contain .SAAS_main {
    height: 414px;
    padding: 60px 50px 70px 60px;
  }
  .module_SAAS .SAAS .SAAS_contain .SAAS_main .main_left h2 {
    font-size: 32px;
  }
  .module_SAAS .SAAS .SAAS_contain .SAAS_main .main_right {
    width: 460px;
  }
  .module_SAAS .SAAS ul li span, .module_SAAS .SAAS ul li a {
    font-size: 18px;
  }

  .module_SAAS .hd ul li {
    height: 90px;
  }

  .SAAS_contain .hd ul li .item {
    height: 50px;
  }

  .module_why_core {
    height: auto;
    padding: 80px 0;
  }

  .module_why_core .contain .temptation {
    gap: 30px;
  }
  .module_why_core .contain .temptation .temptation_dom .temptation_bottom .pt {
    font-size: 18px;
  }

  .module_why_core .contain .title {
    font-size: 32px;
  }

}

@media screen and (max-width: 1440px) {
  .core_banner { height: 400px;}
  .core_banner .content { padding-top: 110px;}
  .core_banner .content .title { line-height: 50px; font-size: 30px;}
  .core_banner .content .text { font-size: 18px; margin-bottom: 20px;}
  .core_banner .content .core_banner_but { font-size: 16px; padding: 10px 15px;}


  .module_beout { padding: 40px 0 20px;}
  .module_beout .title { font-size: 24px;}
  .module_beout .sub_title { font-size: 16px;}

  .module_beout_list {
    gap: 40px;
  }
  .module_beout_list .item .info b {
    font-size: 16px;
  }
  .module_beout_list .item img {
    top: 40px;
    width: 120px;
    height: 120px;
  }

  .module_SAAS {
    padding: 50px 0;
  }
  .module_SAAS .SAAS .title {
    font-size: 28px;
  }
  .module_SAAS .SAAS .sub_title {
    font-size: 16px;
  }

  .module_SAAS .SAAS .SAAS_contain .SAAS_main {
    height: 374px;
    padding: 40px 50px 50px 60px;
  }
  .module_SAAS .SAAS .SAAS_contain .SAAS_main .main_left h2 {
    font-size: 28px;
  }
  .module_SAAS .SAAS .SAAS_contain .SAAS_main .main_right {
    width: 430px;
  }
  .module_SAAS .SAAS ul li span, .module_SAAS .SAAS ul li a {
    font-size: 16px;
  }

  .module_SAAS .hd ul li {
    height: 70px;
  }

  .SAAS_contain .hd ul li .item {
    height: 40px;
    margin: 15px 0;
  }

  .module_why_core {
    height: auto;
    padding: 60px 0;
  }

  .module_why_core .contain .temptation {
    gap: 40px;
  }
  .module_why_core .contain .temptation .temptation_dom .temptation_bottom .pt {
    font-size: 16px;
  }
  .module_why_core .contain .temptation .temptation_dom .temptation_bottom span {
    font-size: 14px;
  }

  .module_why_core .contain .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1280px) {
}
/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/college.css ***!
  \***********************************************************************/
.pt {
  margin: 0;
}

#secondary_Video_List,
#Classroom_Domestic_Video_List,
#Podcast_Video_Listtwo,
#beout_Video_Listtwo,
#domestic_Video_Listtwo {
  margin-top: 40px;
}

.college_title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #1D2129;
  margin-bottom: 16px;
}

.college_text {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #4E5969;
}

.college_banner {
  position: relative;
  min-width: 1200px;
  height: 600px;
  background: url(/images/college_banner_c60381ec.jpg) no-repeat center;
  background-size: cover;
}

.college_banner .content {
  padding-top: 200px;
}

.college_banner .content .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  padding: 0 0 20px;
}

.college_banner .content .text {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 40px;
}

.college_banner .content .to {
  margin-bottom: 10px;
}

.module_classroom {
  padding-top: 60px;
  height: auto;
  background-color: #fff;
}

.module_Podcast {
  min-width: 1200px;
  height: auto;
  padding-top: 60px;
  background-color: #F6F7FA;
}

.module_classroom .temptation {
  margin-top: 40px;
}


.module_classroom .temptation .temptation_dom #list {
  list-style: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.module_classroom .temptation .temptation_dom #list li {
  /* width: 260px; */
  height: 50px;
  padding: 10px 78px;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  background-color: #F6F7FA;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}

.module_classroom .temptation .temptation_dom #list li:last-child {
  border-radius: 0 5px 5px 0;
}

.module_classroom .temptation .temptation_dom #list .select {
  background: #165DFF;
  color: #fff;
}

.module_classroom .temptation .temptation_dom .vid_se {
  display: none;
  width: 1200px;
  text-align: center;
  position: relative;
}

.Learn_more {
  padding: 40px 0 80px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.Learn_more span {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #4E5969;
}

.Learn_more .but {
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: linear-gradient(90deg, #165DFF 0%, #0FC6C2 100%);
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
}

.Learn_more #menu {
  display: none;
}

.module_classroom .temptation .temptation_dom .select {
  display: block;
}

.temptation_dom .vid_se .hd {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #C9CDD4;
}
.temptation_dom .vid_se .hd .title,
.temptation_dom .vid_se .ceshi .title {
  padding-left: 15px;
  background: url(/images/arrow_icon_e8607cb8.png) no-repeat left;
  font-size: 16px;
}

.temptation_dom .vid_se .hd dl {
  display: flex;
  align-items: center;
  gap: 20px;
}

.temptation_dom .vid_se .hd dl dd {
  font-size: 16px;
  line-height: 32px;
  color: #1D2129;
  border-bottom: 1px solid transparent;
  text-align: center;
  cursor: pointer;
}
.temptation_dom .vid_se .hd dl dd img,
.temptation_dom .vid_se .ceshi ul li img {
  vertical-align: middle;
  margin-right: 5px;
}

.temptation_dom .vid_se .hd dl .on {
  font-weight: bold;
  border-bottom: 1px solid #165DFF;
}

/* 第二header */
.temptation_dom .vid_se .ceshi {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #C9CDD4;
  position: relative;
}

.temptation_dom .vid_se .ceshi ul {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.temptation_dom .vid_se .ceshi ul li {
  font-size: 16px;
  line-height: 32px;
  color: #1D2129;
  border-bottom: 1px solid transparent;
  text-align: center;
  cursor: pointer;
}


.temptation_dom .vid_se .ceshi ul .on {
  font-weight: bold;
  border-bottom: 1px solid #165DFF;
}


.temptation_dom .vid_se .bd dl dd .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
}

.temptation_dom .vid_se .bd dl dd .title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.temptation_dom .vid_se .bd dl dd .title .more {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #86909C;
  cursor: pointer;
}

.temptation_dom .vid_se .bd dl dd .bdom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.temptation_dom .vid_se .bd dl dd .bdom_list {
  width: 288px;
  background: #fff;
  overflow: hidden;
}
.temptation_dom .vid_se .bd dl dd .bdom_list .img {
  width: 100%;
  height: 180px;
  /*background: #F6F7FA; */
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.temptation_dom .vid_se .bd dl dd .bdom_list .item {
  margin: -10px 0 0;
  padding: 15px 12px;
  line-height: 28px;
  background: #fff;
  font-size: 16px;
  text-align: left;
}
.temptation_dom .vid_se .bd dl dd .bdom_list .item .name {
  margin: 0;
  height: 56px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
  white-space:pre-wrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.temptation_dom .vid_se .bd dl dd .bdom_list .item .lecturer {
  margin: 10px 0 0;
  font-size: 14px;
  color: #4E5969;
}

.temptation_dom .vid_se .bd dl dd .bdom_list .pt {
  display: block;
  height: 79px;
  line-height: 29px;
  margin-top: -10px;
  padding: 15px 12px;
  background-color: #F6F7FA;
  font-size: 16px;
  text-align: left;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* 第二con */
.temptation_dom .vid_se .ceshis {
  position: relative;
}

.temptation_dom .vid_se .ceshis ul li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
}

.temptation_dom .vid_se .ceshis ul li .title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.temptation_dom .vid_se .ceshis ul li .title .more {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #86909C;
}

.temptation_dom .vid_se .ceshis ul li .bdom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.temptation_dom .vid_se .ceshis ul li .bdom_list {
  width: 288px;
  background: #fff;
  overflow: hidden;
}

.temptation_dom .vid_se .ceshis ul li .bdom_list img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  border: none !important;
}

.temptation_dom .vid_se .ceshis ul li .bdom_list .pt {
  display: block;
  margin-top: -10px;
  padding: 15px 12px;
  box-sizing: border-box;
  background-color: #F6F7FA;
  font-size: 16px;
  height: 88px;
  line-height: 28px;
  color: #000;
  text-align: left;
}


.module_Podcast .temptation .temptation_dom #list {
  list-style: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.module_Podcast .temptation .temptation_dom #list li {
  /* width: 260px; */
  height: 50px;
  padding: 10px 78px;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  color: #1D2129;
  background-color: #fff;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;

}

.module_Podcast .temptation .temptation_dom #list .middle {
  height: 50px;
  padding: 10px 78px;
  box-sizing: border-box;
  /* width: 260px; */
  height: 50px;
  border-radius: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  border-left: 1px solid #C9CDD4;
  border-right: 1px solid #C9CDD4;
}

.module_Podcast .temptation .temptation_dom #list li:last-child {
  border-radius: 0 5px 5px 0;
}

.module_Podcast .temptation .temptation_dom #list .select {
  background: #165DFF;
  color: #fff;
}

.module_Podcast .temptation .temptation_dom .vid_se {
  display: none;
  width: 1200px;
  text-align: center;
  position: relative;
}

.module_Podcast .temptation .temptation_dom .select {
  display: block;
}


#classroom_Video_Listone .hd .ul {
  list-style: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

#classroom_Video_Listone .hd .ul .li {
  /* width: 260px; */
  height: 50px;
  padding: 10px 78px;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  color: #1D2129;
  background-color: #fff;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;

}

#classroom_Video_Listone .hd .ul .middle {
  height: 50px;
  padding: 10px 78px;
  box-sizing: border-box;
  /* width: 260px; */
  height: 50px;
  border-radius: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  border-left: 1px solid #C9CDD4;
  border-right: 1px solid #C9CDD4;
}

#classroom_Video_Listone .hd .ul dd:last-child {
  height: 50px;
  padding: 10px 78px;
  box-sizing: border-box;
  /* width: 260px; */
  height: 50px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}

#classroom_Video_Listone .hd .ul .on {
  background: #165DFF;
  color: #fff;
}

.temptation .bd dl dd .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
}

.temptation .bd dl dd .title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
}

.temptation .bd dl dd .title .more {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #86909C;
  cursor: pointer;
}

.temptation .bd dl dd .bdom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.temptation .bd dl dd .bdom_list {
  width: 288px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
/* .temptation .bd dl dd .bdom_list .imgbox {
  width: 288px;
  height: 180px;
  background: #fff;
  border-radius: 8px 8px 0 0;
} */
.temptation .bd dl dd .bdom_list img {
  /* width: 288px;
  height: 180px; */
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  border: none !important;
}

.temptation .bd dl dd .bdom_list .pt {
  display: block;
  margin-top: -10px;
  padding: 15px 12px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  height: 88px;
  line-height: 28px;
  text-align: left;
  color: #000;
}

/* 1分钟短课堂 */
.classroom .bd dl dd .bdom_list .item {
  margin: -10px 0 0;
  padding: 15px 12px;
  line-height: 28px;
  font-size: 16px;
  text-align: left;
}
.classroom .bd dl dd .bdom_list .item .name {
  margin: 0;
}
.classroom .bd dl dd .bdom_list .item .lecturer {
  margin: 10px 0 0;
  font-size: 14px;
  color: #4E5969;
}

/* 校企合作__旧版 */
.module_level {
  background-color: #fff;
  padding: 100px 0 80px 0;
  box-sizing: border-box;
}

.module_level .temptation {
  margin-top: 40px;
}

.module_level .temptation .cooperate_top {
  display: flex;
  gap: 16px;
  align-items: center;
}

.module_level .temptation .cooperate_botton {
  display: flex;
  gap: 16px;
  align-items: center;
}

.module_level .temptation .cooperate_top .level_dom {
  width: 288px;
}

.module_level .temptation .cooperate_top .level_dom .level {
  width: 288px;
  background-image: url(/images/level_4_9c1c1a7c.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 68px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  line-height: 68px;
  border-radius: 5px 5px 0 0;
}

.module_level .temptation .cooperate_top .leve_two .level {
  background-image: url(/images/level_1_caa29a1e.png);

}

.module_level .temptation .cooperate_top .leve_three .level {
  background-image: url(/images/level_2_715e5806.png);

}

.module_level .temptation .cooperate_top .leve_four .level {
  background-image: url(/images/level_3_7edb5aa7.png);
}

.module_level .temptation .cooperate_top .level_dom .pt {
  width: 288px;
  height: 68px;
  background: #F6F7FA;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
  line-height: 68px;
  border-radius: 0 0 5px 5px;
}

.module_level .temptation .text {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2129;
  margin: 80px 0 40px 0;
}

.module_level .temptation .cooperate_botton .culture_dom {
  width: 288px;
  height: 142px;
  background: #F6F7FA;
  border-radius: 5px;
  padding: 20px 84px;
  box-sizing: border-box;
}

.module_level .temptation .cooperate_botton .culture_dom .pt {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #4E5969;
}

/* 校企合作__改版 */
.module_content {
  display: flex;
  padding: 60px 0 0;
}

.module_content .pic {
  width: 560px;
}
.module_content .pic img {
  width: 100%;
}

.module_content .list {
  flex: 1;
  padding-left: 200px;
  background: url(/images/pic02_788d497b.png) no-repeat 72px;
}

.module_content .list ul {
  margin: 0;
  padding: 0;
}

.module_content .list li {
  width: 338px;
  height: 64px;
  line-height: 64px;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  background: linear-gradient(to right, #fff 0%, #f0f2f7 100%);
  /* background: url(../images/college/cooperate01.png) no-repeat 40px; */
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #f1f0f0;
  font-size: 16px;
  text-align: left;
}
.module_content .list li:nth-child(1) {
  margin-left: 60px;
}
.module_content .list li:nth-child(2) {
  margin-left: 40px;
}
.module_content .list li:nth-child(3) {
  margin-left: 20px;
}
.module_content .list li b {
  display: inline-block;
  padding: 0 20px 0 50px;
  background: url(/images/cooperate01_d7ddb97e.png) no-repeat left;
}
.module_content .list li:nth-child(2) b {
  background: url(/images/cooperate02_080e7560.png) no-repeat left;
}
.module_content .list li:nth-child(3) b {
  background: url(/images/cooperate03_559fa10d.png) no-repeat left;
}
.module_content .list li:nth-child(4) b {
  background: url(/images/cooperate04_9f8e186d.png) no-repeat left;
}

.module_btn {
  width: 150px; 
  height: 40px;
  line-height: 40px;
  margin: 60px auto 0;
  font-size: 14px;
  background: linear-gradient(90deg, #165DFF 0%, #0FC6C2 100%); 
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1680px) {
  .college_banner { height: 500px;}
  .college_banner .content { padding-top: 160px;}
  .college_banner .content .title { font-size: 40px; padding: 0 0 10px;}
  .college_banner .content .text { font-size: 20px;}
  .college_title { font-size: 32px;}
  .college_text { font-size: 18px;}

  .module_classroom { padding-top: 45px;}
  .module_classroom .temptation .temptation_dom #list li,
  .module_Podcast .temptation .temptation_dom #list li { font-size: 18px;}
  .temptation_dom .vid_se .bd dl dd .bdom, 
  .temptation_dom .vid_se .ceshis ul li .bdom { gap: 26px;}

  .temptation .bd dl dd .bdom_list img, 
  .temptation_dom .vid_se .ceshis ul li .bdom_list img { height: 170px;}

  .module_level {
    padding: 80px 0 60px;
  }
  .module_content .pic {
    width: 520px;
  }

  .module_content .list li {
    height: 58px;
    line-height: 58px;
  }
}

@media screen and (max-width: 1440px) {
  .college_banner { height: 400px;}
  .college_banner .content { padding-top: 110px;}
  .college_banner .content .title { line-height: 50px; font-size: 30px;}
  .college_banner .content .text { font-size: 18px; margin-bottom: 20px;}
  .college_title { font-size: 28px;}
  .college_text { font-size: 16px;}

  .module_classroom { padding-top: 30px;}
  .module_classroom .temptation .temptation_dom #list li,
  .module_Podcast .temptation .temptation_dom #list li { font-size: 16px;}
  
  .temptation_dom .vid_se .hd .title, .temptation_dom .vid_se .ceshi .title { font-size: 14px;}
  .temptation_dom .vid_se .bd dl dd .title span, 
  .temptation_dom .vid_se .ceshis ul li .title span { font-size: 14px;}
  .temptation_dom .vid_se .hd dl dd, 
  .temptation_dom .vid_se .ceshi ul li { font-size: 14px;}
  .temptation_dom .vid_se .bd dl dd .bdom, 
  .temptation_dom .vid_se .ceshis ul li .bdom { gap: 36px;}

  .temptation_dom .vid_se .bd dl dd .bdom_list .pt,
  .temptation_dom .vid_se .ceshis ul li .bdom_list .pt { 
    height: 64px;
    line-height: 22px;
    font-size: 14px;
  }

  .temptation .bd dl dd .bdom_list img, 
  .temptation_dom .vid_se .ceshis ul li .bdom_list img { height: 160px;}

  .temptation_dom .vid_se .bd dl dd .bdom_list .item {
    font-size: 14px;
  }
  .temptation_dom .vid_se .bd dl dd .bdom_list .item .name {
    height: 44px;
    line-height: 22px;
  }

  .module_level {
    padding: 60px 0 40px;
  }

  .module_content .pic {
    width: 450px;
  }

  .module_content .list {
    background: url(/images/pic02_788d497b.png) no-repeat 72px top;
  }
  .module_content .list li {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }

}

/* 兼容pc add by dean.Deng */
.media-mobile-zzc { display: none;}
/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/college_child.css ***!
  \*****************************************************************************/
.college_child_banner {
  height: 100px;
}

.child_main {
  background-color: #F6F7FA;
}

.module_video_list {
  padding-top: 40px;
  padding-bottom: 144px;
}

.module_video_list .title {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  color: #1D2129;
  margin-bottom: 20px;
}

.module_video_list .temptation .bdom {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.module_video_list .temptation .bdom .bdom_list {
  width: 288px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  overflow: hidden;
}

.module_video_list .temptation .bdom .bdom_list img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.module_video_list .temptation .bdom .bdom_list .item {
  padding: 15px 12px;
}

.module_video_list .temptation .bdom .bdom_list .name {
  display: block;
  height: 56px;
  line-height: 28px;
  margin: 0;
  font-size: 16px;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.module_video_list .temptation .bdom .bdom_list .lecturer {
  margin: 10px 0 0;
  font-size: 14px;
  color: #4E5969;
}

.module_video_list .page_list {
  margin-top: 40px;
  text-align: right;
}

.module_video_list .page_list a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.module_video_list .page_list a.active, 
.module_video_list .page_list a:hover {
  border: 1px solid #165DFF;
  background: #165DFF;
  color: #fff;
}

/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/about.css ***!
  \*********************************************************************/

/* 关于我们 */
.about_banner {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: url(/images/about_banner_4596235d.jpg) no-repeat center;
  background-size: cover;
}
.about_contain {
  padding-top: 200px;
}
.about_contain .item {
  margin-bottom: 40px;
}
.about_contain .item h1 {
  line-height: 70px;
  margin: 0;
  font-size: 50px;
}
.about_contain .item p {
  margin: 20px 0 0;
  font-size: 24px;
}

.about_page {
  padding: 100px 0;
}
.about_page h3 {
  display: block;
  line-height: 60px;
  margin: 0 0 20px;
  font-size: 36px;
}
.about_us {
  position: relative;
  height: 350px;
  margin-top: 20px;
  
}
.about_us .info {
  position: absolute;
  left: 0;
  width: 795px;
  padding-right: 80px;
  animation: move .5s 1 linear;
}
.about_us .info p {
  line-height: 30px;
  font-size: 18px;
  color: #4E5969;
}
.about_us .img {
  position: absolute;
  right: 0;
  width: 335px;
  margin-top: 20px;
  animation: move2 .5s 1 linear;
}
.about_us .img img { 
  width: 100%;
}


@keyframes move {
  from{ opacity:0; left: -300px;}
  to{ opacity:1; left: 0;}
}
@keyframes move2 {
  from{ opacity:0; right: -300px;}
  to{ opacity:1; right: 0;}
}

.about_icons {
  display: flex;
  padding: 50px 0;
}
.about_icons .item {
  flex: 1;
  text-align: center;
}
.about_icons .item img {
  width: 85px;
  height: 85px;
  transition: all 0.3s;
}
.about_icons .item img:hover {
  cursor:pointer;
  transform: scale(1.1);
}
.about_icons .item .title {
  line-height: 50px;
  font-size: 24px;
}
.about_icons .item p {
  font-size: 18px;
  color: #86909C;
}

.about_event {
  width: 1200px;
  height: 929px;
  background: url(/images/about_bg_3826cf5f.png) no-repeat center;
  color: #fff;
}

.about_event h2 {
  line-height: 50px;
  padding: 80px 0 20px;
  font-size: 36px;
  text-align: center;
}

/* .about_eventlist { position: relative; width:1140px; height:410px; margin: 0 30px; overflow: hidden;}
.about_eventlist .hd{ height:36px;}
.about_eventlist .hd .prev{ position: absolute; bottom:40px; left:520px; display:block; width:36px; height:36px; cursor:pointer; background:url(../images/about_arrow_left.png) no-repeat center center; z-index: 9;}
.about_eventlist .hd .prev:hover { background:url(../images/about_arrow_left_active.png) no-repeat center center;}
.about_eventlist .hd .next{ position: absolute; bottom:40px; right:520px;  display:block; width:36px; height:36px; cursor:pointer; background:url(../images/about_arrow_right.png) no-repeat center center; z-index: 9;}
.about_eventlist .hd .next:hover { background:url(../images/about_arrow_right_active.png) no-repeat center center;}

.about_eventlist .bd{ position:absolute; left:0; top:0; height:280px;}
.about_eventlist .bd ul{ width: auto; height: 280px; zoom:1;}
.about_eventlist .bd ul li{ float:left; display:flex; flex-direction:column; width:240px; height:280px; margin:0 22px; cursor: pointer; transition: all .5s ease;}

.about_eventlist .bd ul li .title{ flex: 1; display:flex; align-items:flex-end; line-height: 50px; font-size: 36px; margin-bottom: 10px;}
.about_eventlist .bd ul li .info { padding-bottom: 20px; border-bottom: 4px solid #fff;}
.about_eventlist .bd ul li p { margin: 0; line-height:26px; font-size:16px;}
.about_eventlist .bd ul li.active .info { padding-bottom: 20px; border-bottom: 4px solid #2DE5E1;}

.about_eventlist .bd ul li.li02 {
  height:260px;
  padding-bottom: 20px;
}
.about_eventlist .bd ul li.li03 {
  height:240px;
  padding-bottom: 40px;
}
.about_eventlist .bd ul li.li04 {
  height:220px;
  padding-bottom: 60px;
}
.about_eventlist .bd ul li.li05 {
  height:200px;
  padding-bottom: 80px;
} */

.about_event_list {
  padding: 20px 20px 20px 130px;
  color: #fff;
}
.about_event_list ul {
  /* border-left: 1px dashed #0FC6C2; */
  background: url(/images/about_event_line_805ab8a0.png) repeat-y left top;
}

.about_event_list ul li {
  display: flex;
  margin-bottom: 20px;
}

.about_event_list ul li .name {
  width: 180px;
  margin-left: -9px;
  padding: 2px 0 0 40px;
  background: url(/images/about_event_icon_da5bc2f9.png) no-repeat left 5px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.about_event_list ul li .info {
  flex: 1;
}
.about_event_list ul li .info p {
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 28px;
  background: url(/images/about_event_icon01_a5331767.png) no-repeat left;
  font-size: 16px;
}



.about_build_wrapper {
  min-width: 1200px;
  padding: 80px 0;
  background: #F3F7FF;
}
.about_build .title {
  padding: 0 0 50px;
  line-height: 50px;
  font-size: 36px;
  text-align: center;
}

.about_build_list {
  height: 504px;
}
.about_build_list ul {
  display: flex;
  gap: 30px;
}
.about_build_list li {
  flex: 1;
  /* float: left; */
  /* width: 330px; */
  height: 464px;
  /* margin-right: 30px; */
  padding: 40px 25px 0;
  background: #fff;
  text-align: center;
  transition: all 0.3s linear;
}
/* .about_build_list li:last-child {
  margin: 0;
} */
.about_build_list li:hover {
  cursor: pointer;
  transform: translateY(-10px);
  box-shadow: 0 0 20px 0 #dddddd;
}
.about_build_list li img {
  width: 200px;
  height: 200px;
}
.about_build_list li .name {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 48px;
  font-size: 20px;
  background: linear-gradient(to right, #165fff , #0fc5c3);
  border-radius: 5px;
  color: #fff;
}
.about_build_list li p {
  line-height: 28px;
  margin: 0;
  font-size: 16px;
  color: #4E5969;
  text-align: left;
}

.about_culture {
  padding: 100px 0;
}
.about_culture h3 {
  line-height: 50px;
  margin-bottom: 60px;
  font-size: 36px;
  text-align: center;
}
.about_culture .list {
  display: flex;
  gap: 30px;
}
.about_culture .list li {
  flex: 1;
  /* float: left;
  width: 305px; */
  height: 310px;
  /* margin-right: 30px; */
  padding: 45px 25px 0;
  color: #fff;
  background: url(/images/about_bg01_86817d4f.png) no-repeat;
}
.about_culture .list li:nth-child(2) {
  background: url(/images/about_bg02_4650b44c.png) no-repeat;
}
.about_culture .list li:nth-child(3) {
  background: url(/images/about_bg03_5114d0cb.png) no-repeat;
}
.about_culture .list li .name {
  line-height: 46px;
  font-size: 26px;
}
.about_culture .list li .sub_name {
  margin-top: 55px;
}
.about_culture .list li p {
  margin: 10px 0;
  line-height: 24px;
  font-size: 15px;
}
.about_culture .list li p span {
  font-weight: bold;
}

.about_contact_wrapper {
  min-width: 1200px;
  /* height: 711px; */
  background: url(/images/about_contact_bg_e7a78aac.png) no-repeat center top;
  background-size: cover;
}
.ContactUsBox{

}
.ContactUs_content_overseas{
  background: #fff;
  border-radius: 16px;
  height: 600px;
  width: 800px;
  margin: auto;
}
.ContactUs_top_overseas {
  height: 140px;
  background: url(/images/dialog_overseas_bg_cae6f292.png) no-repeat center center;
  padding-left: 30px;
}
.ContactUs_top_overseas .ContactUs_logo{
  margin-top: 40px;
  margin-bottom: 16px;
}
.ContactUs_top_overseas .ContactUs_top_text{
  color: #303133;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.ContactUs_main_overseas {
  display: flex;
 
}
.ContactUs_form_overseas {
  width: 800px;
  padding: 40px;
  text-align: center;
}
.ContactUs_form_overseas .row{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.ContactUs_form_overseas .item {
  flex: 1;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 20px;
}

.ContactUs_form_overseas .item p {
  margin: 0;
  line-height: 28px;
}
.ContactUs_form_overseas .item p span {
  color: #f00;
}
.ContactUs_form_overseas .item .input_text {
  width: 318px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #CFD5DE;
  border-radius: 4px;
}
.ContactUs_form_overseas .textarea_row{
  margin-top: 20px;
  text-align: left;
}
.ContactUs_form_overseas .textarea_row p{
  line-height: 28px;
}
.ContactUs_form_overseas .textarea_row .input_textarea {
  width:700px;
  height: 80px;
  line-height: 26px;
  padding: 0 10px;
  border: 1px solid #CFD5DE;
  border-radius: 4px;
}

.ContactUs_form_overseas .overseas_submit {
  width: 340px;
  height: 48px;
  line-height: 48px;
  background: #165DFF;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
}

.about_contact {
  padding: 80px 0;
}
.about_contact h3 {
  line-height: 50px;
  margin-bottom: 60px;
  font-size: 36px;
  text-align: center;
}
.about_contact .tab_list {
  display: flex;
  height: 60px;
  line-height: 60px;
  border: 1px solid #C9CDD4;
  border-radius: 8px;
  font-size: 20px;
}
.about_contact .tab_list .item {
  flex: 1;
  background: #fff;
  border-right: 1px solid #C9CDD4;
  text-align: center;
  cursor: pointer;
}
.about_contact .tab_list .item:first-child {
  border-radius: 8px 0 0 8px;
}
.about_contact .tab_list .item:last-child {
  border: none;
  border-radius: 0 8px 8px 0;
}
.about_contact .tab_list .item.active {
  background: #165DFF;
  color: #fff;
}
.about_contact .content {
  margin-top: 20px;
}
.about_contact .list {
  display: flex;
  height: 340px;
  padding: 10px;
  background: #fff;
  border: 1px solid #C9CDD4;
  border-radius: 8px;
}
.about_contact .list.hidden {
  display: none;
}
.about_contact .list .map {
  width: 590px;
  height: 340px;
}
.about_contact .list .info {
  flex: 1;
  padding: 100px 0 0 30px;
}
.about_contact .list .info .name {
  line-height: 50px;
  margin: 0 0 20px;
  padding-left: 50px;
  font-size: 32px;
  background: url(/images/address_icon_0d000add.png) no-repeat left center;
}

.about_contact .list .info p {
  margin: 0;
  line-height: 36px;
  font-size: 20px;
  color: #4E5969;
}

@media screen and (max-width: 1680px) {
  .about_banner { height: 500px;}
  .about_contain { padding-top: 160px;}
  .about_contain .item h1 {line-height: 55px; font-size: 40px;}
  .about_contain .item p { font-size: 22px;}
  .about_page { padding: 80px 0;}
  .about_page h3 { font-size: 32px;}
  .about_us .info p { line-height: 28px; font-size: 16px;}

  .about_us .img { width: 320px;}
  .about_icons .item p { font-size: 16px;}


  .about_event h2 { font-size: 32px; padding: 60px 0 20px;}
  .about_event_list ul li .name { font-size: 18px;}

  .about_build_wrapper { padding: 60px 0;}
  .about_build .title { font-size: 32px;}

  .about_build_list ul {
    gap: 40px;
  }
  .about_build_list li img {
    width: 180px;
    height: 180px;
  }

  .about_build_list li .name { line-height: 42px; font-size: 18px;}

  .about_culture { padding: 80px 0;}
  .about_culture h3,
  .about_contact h3 { font-size: 32px;}
  .about_culture .list { gap: 40px;}
  .about_culture .list li .name { font-size: 22px;}

  .about_contact { padding: 60px 0;}
  .about_contact .tab_list { font-size: 18px;}

  .about_contact .list .info .name { font-size: 28px;}
  .about_contact .list .info p { font-size: 18px;}

}


@media screen and (max-width: 1440px) {
  .about_banner { height: 400px;}
  .about_contain { padding-top: 110px;}
  .about_contain .item {
    margin-bottom: 20px;
  }
  .about_contain .item h1 { line-height: 40px; font-size: 30px;}
  .about_contain .item p { margin: 10px 0 0; font-size: 18px;}

  .about_page { padding: 50px 0;}
  .about_page h3,
  .about_contact h3 { font-size: 28px;}

  .about_us .info p { line-height: 24px; font-size: 14px;}
  .about_us .img { width: 300px;}
  .about_icons .item p { font-size: 14px;}

  .about_event h2 { font-size: 28px; padding: 30px 0 10px;}
  .about_event_list ul li .name { font-size: 16px;}
  .about_event_list ul li .info p { font-size: 14px;}

  .about_build_wrapper { padding: 30px 0;}
  .about_build .title { font-size: 28px;}

  .about_build_list ul {
    gap: 50px;
  }

  .about_build_list li img {
    width: 160px;
    height: 160px;
  }
  .about_build_list li .name { line-height: 36px; font-size: 16px;}
  .about_build_list li p { font-size: 14px;}

  .about_culture { padding: 50px 0;}
  .about_culture h3,
  .about_contact h3 { font-size: 28px;}

  .about_culture .list { gap: 50px;}
  .about_culture .list li .name { font-size: 20px;}

  .about_contact { padding: 50px 0;}
  .about_contact .tab_list { font-size: 16px;}

  .about_contact .list .info .name { font-size: 24px;}

  .about_contact .list .info p { line-height:28px; font-size: 16px;}
}
/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/solution.css ***!
  \************************************************************************/
.solution_banner {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: url(/images/beout_banner_5a1f6906.jpg) no-repeat center;
  background-size: cover;
}
.solution_contain {
  padding-top: 200px;
}
.solution_contain h1 {
  margin: 0;
  line-height: 70px;
  font-size: 50px;
}
.solution_contain p {
  margin: 20px 0 40px;
  line-height: 34px;
  font-size: 24px;
}

.solution_contain .banner_but {
  display: inline-block;
  margin-right: 25px;
  padding: 20px 30px;
  font-size: 22px;
  background: #165DFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.solution_contain .banner_but:hover {
  opacity: .7; 
}


.solution {
  padding: 80px 0;
}
.solution .title {
  line-height: 80px;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
}

.solution .title img {
  width: 21px;
  height: 15px;
  vertical-align: middle;
}

.solution .title span {
  font-size: 34px;
  color: #E8E8E8;
}

.solution_table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 14px;
}
.solution_table table th {
  height: 60px;
  line-height: 30px;
  background: #165DFF;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}
.solution_table table th:first-child {
  border-radius: 8px 0 0 0;
}
.solution_table table th:last-child {
  border-radius: 0 8px 0 0;
}
.solution_table table td {
  border: 1px solid #ebebeb;
  line-height: 36px;
  padding-left: 10px;
}

.solution_table .table_bgcolor {
  background: #FAFBFD;
  text-align: center;
}
.solution_table .table_footer {
  color: #165DFF;
}
.solution_table .table_bgcolor_left {
  background: #FAFBFD;
  text-align: left;
}

.solution_table .td_info {
  padding: 20px;
  line-height: 24px;
}
.solution_table .th {
  position: relative;
  width: 200px;
  height: 60px;
  line-height: 60px;
}
.solution_table .th01 {
  background: linear-gradient(90deg, #6090F7 0%, #ACC6FF 100%);
}
.solution_table .th02 {
  background: linear-gradient(90deg, #E8C081 0%, #FEE7C9 100%);
}
.solution_table .th03 {
  background: linear-gradient(90deg, #165DFF 0%, #0FC6C2  100%);
}
.solution_table .th_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 60px;
  z-index: 1;
}

/* 澄清声明 */
.explain {
  padding: 0 0 100px;
}
.explain .title {
  line-height: 60px;
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
}

.explain p {
  font-size: 16px;
  text-indent: 32px;
  line-height: 30px;
  color: #4E5969;
}

.explain p b {
  color: #000;
}

/* 服务条款 隐私政策 */
.terms_banner, .privacy_banner, .explain_banner {
  height: 100px;
}
.terms, .privacy {
  padding: 0 0 100px;
}
.terms .title,
.privacy .title {
  line-height: 60px;
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
}

.terms p,
.privacy p {
  font-size: 16px;
  line-height: 30px;
  color: #4E5969;
}

@media screen and (max-width: 1680px) {
  .solution_banner { height: 500px;}
  .solution_contain { padding-top: 160px;}
  .solution_contain h1 { font-size: 40px;}
  .solution_contain p { margin: 10px 0 40px; font-size: 20px;}

  .solution_contain .banner_but { font-size: 18px; padding: 15px 20px;}

  .solution {
    padding: 60px 0;
  }
  .solution .title {
    line-height: 60px;
    font-size: 30px;
  }
  .solution .title span { font-size: 28px;}


}

@media screen and (max-width: 1440px) {
  .solution_banner { height: 400px;}
  .solution_contain { padding-top: 110px;}
  .solution_contain h1 { line-height: 50px; font-size: 30px;}
  .solution_contain p { margin: 0 0 20px; font-size: 20px;}

  .solution_contain .banner_but { font-size: 16px; padding: 10px 15px;}

  .solution {
    padding: 40px 0;
  }
  .solution .title {
    line-height: 40px;
    font-size: 26px;
  }
  .solution .title span { font-size: 24px;}
  .solution_table table th { font-size: 14px;}
}
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/header.scss ***!
  \**************************************************************************************************************/
.menu-entrance {
  width: 32px;
  height: 32px;
  margin-right: 24px;
  overflow: hidden;
}
.menu-entrance .menu-entrance-icon--active {
  display: none;
}
.menu-entrance:hover .menu-entrance-icon--active {
  display: block;
}
.menu-entrance:hover .menu-entrance-icon--default {
  display: none;
}

.popover-content {
  font-size: 12px;
  color: #303133;
  font-family: "Alibaba PuHuiTi 3.0";
}
.popover-content .all-serve,
.popover-content .serve-item,
.popover-content .close-icon {
  cursor: pointer;
}
.popover-content.popover-content--edit .serve-item {
  pointer-events: none;
}
.popover-content .all-serve {
  display: flex;
  align-items: center;
  color: #165dff;
}
.popover-content .edit-button {
  font-size: 12px;
}
.popover-content .edit-button.is-link {
  color: #165dff;
}
.popover-content .edit-button.el-button--primary:not(.is-link) {
  background-color: #165dff;
  border-color: #165dff;
}
.popover-content .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.popover-content .serve-list {
  display: flex;
  flex-wrap: wrap;
}
.popover-content .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popover-content .lately-visit {
  margin-bottom: 20px;
}
.popover-content .lately-visit .section-title {
  margin-bottom: 12px;
}
.popover-content .my-serve .section-title {
  height: 24px;
  margin-bottom: 9px;
}
.popover-content .my-item-box {
  position: relative;
}
.popover-content .my-item-box .close-icon {
  position: absolute;
  top: 3px;
  right: 20px;
}
.popover-content .serve-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100px;
  height: 92px;
  border-radius: 4px;
  overflow: hidden;
  padding-top: 8px;
  box-sizing: border-box;
}
.popover-content .serve-item:hover {
  background: #f7f8fa;
}
.popover-content .serve-item:hover .hide-button {
  bottom: 0;
}
.popover-content .serve-item .hide-button {
  position: absolute;
  left: 0;
  bottom: -28px;
  right: 0;
  height: 28px;
  background: #165dff;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}
.popover-content .serve-item .serve-icon {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.set-serve-popover-content {
  display: flex;
}
.set-serve-popover-content .menu-list {
  flex: 0 0 180px;
  height: 160px;
  overflow: auto;
  padding: 8px 0;
  box-sizing: border-box;
}
.set-serve-popover-content .menu-list--parent {
  border-right: 1px solid #e4e7ed;
}
.set-serve-popover-content .menu-item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
}
.set-serve-popover-content .menu-item:hover {
  background: #f7f8fa;
}
.set-serve-popover-content .menu-item:hover .right-icon {
  display: block;
}
.set-serve-popover-content .menu-item:hover .el-checkbox__label {
  color: #165dff;
}
.set-serve-popover-content .menu-item .el-checkbox__label {
  display: flex;
  flex: 1 0 0;
}
.set-serve-popover-content .menu-item .right-icon {
  display: none;
  margin-left: auto;
}
.set-serve-popover-content .menu-item .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #165dff;
}
.set-serve-popover-content .menu-item .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #165dff;
  border-color: #165dff;
}
.set-serve-popover-content .empty-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #999;
  font-size: 12px;
}

.drawer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 16px 16px 0px 0px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #606266;
  font-family: "Alibaba PuHuiTi 3.0";
}
.drawer-content .type-content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.drawer-content .type-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.drawer-content .card-item {
  position: relative;
  width: 300px;
  height: 172px;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 24px;
  background: #fafbfc;
  box-sizing: border-box;
  cursor: pointer;
}
.drawer-content .card-item:hover {
  background: #f5f5f5;
}
.drawer-content .card-item .card-title {
  font-weight: 600;
  color: #303133;
}
.drawer-content .card-item .card-icon {
  width: 48px;
  height: 48px;
}
.drawer-content .card-item .card-top {
  display: flex;
  gap: 12px;
}
.drawer-content .card-item .card-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drawer-content .card-item .card-bottom {
  position: absolute;
  left: 24px;
  bottom: 42px;
  display: flex;
  gap: 10px;
  font-size: 12px;
  line-height: 18px;
}
.drawer-content .card-item .card-bottom .keyword-item {
  padding: 3px 4px;
  border-radius: 6px;
  background: #eceff1;
}

.home-menus-popover.el-popover.el-popper {
  padding: 16px;
  border-radius: 12px;
}

.set-serve-popover.el-popover.el-popper {
  padding: 0;
}

.home-serves-drawer .el-drawer__header {
  line-height: 24px;
  padding: 22px 16px;
  margin: 0;
}
.home-serves-drawer .el-drawer__title {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
}
.home-serves-drawer .el-drawer__body {
  padding: 18px;
  background: #f2f2f1;
}
/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/home.scss ***!
  \************************************************************************************************************/
@charset "UTF-8";
.header .home_logo {
  width: 231px;
}
.header .home_header {
  display: flex;
  align-items: center;
  min-width: 1300px;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.header .home_nav {
  display: flex;
  align-items: center;
  gap: 50px;
  line-height: 80px;
  margin-left: 23px;
}
.header .home_nav a {
  border-bottom: 3px solid transparent;
}
.header .home_nav .active,
.header .home_nav a:hover {
  border-color: #165dff;
  color: #165dff;
  font-weight: 600;
}
.header .header_login_info {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px;
  margin: 0 10px 0 auto;
  cursor: auto;
}
.header .header_login_info:hover {
  border-radius: 50px;
  background: #e8efff;
}
.header .header_login_info:hover .header_user_popper {
  display: flex;
  flex-direction: column;
}
.header .header_login_info .header_user_popper {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
.header .header_login_info .header_user_popper .header_popper_inner {
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
}
.header .header_login_info .header_user_popper .header_popper_item {
  padding: 5px 10px;
  border-radius: 8px;
}
.header .header_login_info .header_user_popper .header_popper_item:hover {
  background: #e8efff;
}
.header .header_login_info .user_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.header .header_login_info .header_user {
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 6px;
  text-align: left;
  overflow: hidden;
}
.header .header_login_info .header_user_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303133;
}
.header .header_login_info .header_user_company {
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header_login_info .header_arrow_icon {
  margin-left: 45px;
}
.header .header_login_info.language_info,
.header .header_login_info.language_info .header_user_company {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.header .header_login_info.language_info .header_user_company {
  color: #000;
}
.header .header_login_info.language_info .header_user {
  max-width: 80px;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
}
.header .header_login_info.language_info .header_arrow_icon {
  margin-left: 8px;
}
.header .header_login_info.language_info .header_popper_inner {
  box-sizing: border-box;
  min-width: 76px;
  padding: 5px 8px;
  width: 100%;
}
.header .header_login_info.language_info .header_popper_inner .header_popper_item {
  padding: 10px 10px;
}
.header .home_header.have_language .header_login_info:not(.language_info) {
  margin-left: 8px;
}

#nav6 {
  position: relative;
  cursor: pointer;
}
#nav6:hover .products_panels {
  display: flex;
}
#nav6:hover .products_nav_arrow_icon {
  transform: rotate(180deg);
}
#nav6 div,
#nav6 p,
#nav6 span {
  box-sizing: border-box;
}
#nav6 .products_nav_arrow_icon {
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  transition: all 0.3s;
  pointer-events: none;
}
#nav6 .products_panels {
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 60px;
  left: -55px;
  width: 948px;
  height: 450px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  overflow: hidden;
  cursor: auto;
}
#nav6 .products_panels .products_panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 26px;
  overflow: hidden;
}
#nav6 .products_panels .products_panel:nth-child(1) {
  flex: 0 0 276px;
}
#nav6 .products_panels .products_panel:nth-child(2) {
  flex: 0 0 226px;
}
#nav6 .products_panels .products_panel:nth-child(3) {
  flex: 0 0 346px;
}
#nav6 .products_panels .products_panel_header {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdfe6;
  color: #165dff;
}
#nav6 .products_panels .products_panel_icon {
  position: absolute;
  left: -26px;
  top: 0;
}
#nav6 .products_panels .products_panel_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 0 0;
  gap: 20px;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #303133;
  overflow: hidden;
}
#nav6 .products_panels .products_panel_content_item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#nav6 .products_panels .products_panel_desc {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
#nav6 .products_panels .products_panel_menu {
  cursor: pointer;
}
#nav6 .products_panels .products_panel_menu:hover {
  color: #165dff;
}
#nav6 .products_panels .products_panel_menu.products_panel_menu_disabled {
  color: #c0c4cc;
  cursor: auto;
}
#nav6 .products_panels .products_panel_menu .products_panel_menu_inner {
  position: relative;
}
#nav6 .products_panels .products_panel_menu .products_panel_disabled_icon {
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
  width: 36px;
  height: 16px;
}

body:has(#app-home) {
  background: #f7f9fb;
}

.products_main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1260px;
  padding: 20px 0 60px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  position: relative;
}
.products_main div,
.products_main p,
.products_main span {
  box-sizing: border-box;
}
.products_main .app_home_loading {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  height: calc(100vh - 100px);
  border-radius: 12px 12px 0 0;
  background: #f7f9fb;
}
.products_main .app_home_loading .loading_text {
  line-height: 200px;
  color: #165dff;
  animation: changeColor 2s linear infinite;
}
@keyframes changeColor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.products_main .products_header {
  display: flex;
  gap: 20px;
  height: 226px;
}
.products_main .products_header.top-chat-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
}
.products_main .products_header.top-chat-box .left-texts {
  color: #fff;
}
.products_main .products_header.top-chat-box .left-texts p:first-of-type {
  margin-bottom: 10px;
  font-size: 34px;
}
.products_main .products_header.top-chat-box .left-texts p:last-of-type {
  font-size: 22px;
}
.products_main .products_header.top-chat-box .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products_main .products_header.top-chat-box .products_user_subtitle {
  margin-bottom: 8px;
  color: #606266;
}
.products_main .products_header.top-chat-box .products_user_subtitle:last-of-type {
  margin-bottom: 0;
}
.products_main .products_header.top-chat-box .products_user_subtitle .right-icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.products_main .products_header.top-chat-box .highlight_entrance {
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  color: #fff;
  background: #165dff;
  font-size: 14px;
  cursor: pointer;
}
.products_main .products_header .products_banner {
  flex: 0 0 760px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.products_main .products_header .products_banner .products_banner_img {
  width: 760px;
  height: 226px;
}
.products_main .products_header .products_user {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  height: 100%;
  padding: 20px 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  position: relative;
}
.products_main .products_header .products_user .products_user_package_box {
  position: absolute;
  top: 0px;
  right: 16px;
}
.products_main .products_header .products_user .products_user_package_box .triangle {
  position: absolute;
  left: -5.5px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom: 6px solid; /* 这里可以设置三角形的颜色 */
  border-bottom-color: #7190d7;
  filter: brightness(0.7);
}
.products_main .products_header .products_user .products_user_package_box .products_user_package {
  position: relative;
  top: -7px;
  right: 0;
  color: #fff;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  background-color: #7190d7;
  border-radius: 0px 0px 5px 5px; /* 分别对应左上、右上、右下、左下 */
  white-space: nowrap;
  cursor: pointer;
}
.products_main .products_header .products_user .products_user_package_box .products_user_package .left-icon {
  margin-right: 4px;
  vertical-align: middle;
}
.products_main .products_header .products_user .products_user_package_box .products_user_package .right-icon {
  margin-left: 2px;
  vertical-align: middle;
}
.products_main .products_header .products_user .products_user_header {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.products_main .products_header .products_user .procucts_user_title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.products_main .products_header .products_user .procucts_user_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.products_main .products_header .products_user .procucts_user_dom {
  width: 153px;
  margin-left: 6px;
}
.products_main .products_header .products_user .procucts_user_time {
  color: #606266;
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  margin-top: 4px;
  text-align: right;
}
.products_main .products_header .products_user .procucts_user_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.products_main .products_header .products_user .procucts_user_companyName {
  text-align: right;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
  color: #303133;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.products_main .products_header .products_user .administrator {
  margin-top: 3px;
  display: block;
  width: 50px;
  height: 18px;
  padding: 0px 7px 0px 7px;
  border-radius: 4px;
  gap: 10px;
  background: linear-gradient(90deg, #165dff 0%, #0fc6c2 100%);
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.products_main .products_header .products_user .products_user_content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  height: 125px;
  font-size: 12px;
  overflow: hidden;
  align-items: center;
}
.products_main .products_header .products_user .products_user_type {
  flex: 1 0 0;
  padding: 16px 10px;
  border-radius: 12px;
  background: #fff;
}
.products_main .products_header .products_user .products_user_subtitle {
  color: #606266;
}
.products_main .products_header .products_user .products_user_subtitle .right-icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.products_main .products_header .products_user .highlight_entrance {
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  color: #fff;
  background: #165dff;
  font-size: 14px;
  cursor: pointer;
}
.products_main .products_header .products_user .products_user_accredit {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
}
.products_main .products_header .products_user .products_user_accredit .accredit_data {
  cursor: pointer;
  flex: 1;
  min-width: 24px;
}
.products_main .products_header .products_user .products_user_accredit .accredit_data:hover p {
  color: #165dff;
}
.products_main .products_header .products_user .products_user_accredit .accredit_data:hover span {
  color: #165dff;
}
.products_main .products_header .products_user .products_user_accredit .accredit_data p {
  height: 20px;
  font-family: D-DIN-PRO;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #303133;
}
.products_main .products_header .products_user .products_user_accredit .accredit_data span {
  display: block;
  height: 16px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #606266;
  margin-top: 4px;
}
.products_main .products_header .products_user .source_material {
  margin-top: 16px;
}
.products_main .products_header .products_user .source_material p {
  cursor: pointer;
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #165dff;
}
.products_main .products_header .products_user .source_material .downdom {
  margin-top: 5px;
}
.products_main .products_header .products_user .products_user_accounts {
  display: flex;
  justify-content: space-between;
  line-height: 17px;
}
.products_main .products_header .products_user .products_user_accounts .products_user_account {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 34px;
}
.products_main .products_header .products_user .products_user_accounts .products_account_key {
  font-weight: 400;
  color: #606266;
}
.products_main .products_header .products_user .products_user_accounts .products_account_value {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
}
.products_main .products_content {
  margin-top: 64px;
  border-radius: 12px;
}
.products_main .products_content .products_tabs {
  display: flex;
  gap: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border-bottom: 1px solid rgb(223, 223, 223);
}
.products_main .products_content .products_tab_item {
  min-width: 100px;
  width: fit-content;
  position: relative;
  font-size: 16px;
  color: rgb(61, 66, 66);
  text-align: center;
  cursor: pointer;
}
.products_main .products_content .products_tab_item.products_tab--active {
  color: #165dff;
  font-weight: 600;
}
.products_main .products_content .products_tab_item.products_tab--active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #165dff;
}
.products_main .products_content .products_matrix {
  display: grid;
  gap: 20px;
  border-radius: 12px 12px 0 0;
  padding: 10px;
  overflow: hidden;
  color: black;
  padding-top: 20px;
  transition: all 500ms;
}
.products_main .products_content .products_matrix.products_matrix_1 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.products_main .products_content .products_matrix.products_matrix_2 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.products_main .products_content .products_matrix.products_matrix_3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.products_main .products_content .products_matrix.products_matrix_all {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.products_main .products_content .product_item {
  overflow: hidden;
  position: relative;
  display: flex;
  height: 172px;
  padding: 24px 20px 20px 20px;
  width: 400px;
  height: 172px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}
.products_main .products_content .product_item:hover {
  box-shadow: 0 0 0 2px rgb(129, 167, 255);
  border: none;
}
.products_main .products_content .product_item:last-of-type {
  border-right: 0;
}
.products_main .products_content .product_item:nth-child(3n) {
  border-right: 0;
}
.products_main .products_content .product_item:nth-child(-n+3) {
  border-top: 0;
}
.products_main .products_content .product_item:hover .product_entrys {
  bottom: 0;
}
.products_main .products_content .product_item .product_hot {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
.products_main .products_content .product_item .product_right {
  flex: 1 0 0;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}
.products_main .products_content .product_item .product_icon {
  object-fit: cover;
}
.products_main .products_content .product_item .product_title {
  font-weight: 600;
  color: #303133;
}
.products_main .products_content .product_item .product_subtitle {
  margin-top: 6px;
  height: 44px;
  flex-shrink: 0;
}
.products_main .products_content .product_item .product_keywords {
  display: flex;
  gap: 10px;
  color: rgb(96, 98, 102);
  margin-top: 10px;
}
.products_main .products_content .product_item .product_keyword {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 6px;
  background: rgb(236, 239, 241);
}
.products_main .products_content .product_item .product_entrys {
  display: flex;
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  background: #165dff;
  transition: all 0.3s;
}
.products_main .products_content .product_item .product_entry {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  cursor: pointer;
}
.products_main .products_content .product_item .product_entry:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.5);
}
.products_main .products_content .product_item .product_entry:has(.product_entry_disabled) {
  color: #c0c4cc;
}
.products_main .products_content .product_item .product_entry_disabled {
  width: 36px;
  height: 16px;
  margin-left: 4px;
}
.products_main .products_content .product_item .product_cost {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 12px;
  border-radius: 6px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #606266;
  white-space: nowrap;
  background: #f7f8fa;
}
.products_main .products_content .product_item .product_cost .product_cost_logo {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.products_main .products_content .product_item .product_cost .product_media_item {
  display: flex;
  align-items: center;
}
.products_main .products_content .product_item .product_cost .product_cost_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.products_main .products_content .product_item .product_cost .product_cost_value {
  font-weight: 700;
  color: #303133;
}
.products_main .products_content .product_item .product_cost .product_cost_button {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #165dff;
  cursor: pointer;
}
.products_main .products_content .product_item .product_cost .product_cost_arrow {
  margin-left: 2px;
}

.copilot_banner {
  font-family: "Alibaba PuHuiTi 3.0", sans-serif;
  width: 100%;
  max-width: 716px;
  height: 101px;
  margin: 0 auto 65px;
  text-align: center;
  margin-top: 131px;
}
.copilot_banner .banner_title {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 8px 0;
  color: #000;
}
.copilot_banner .banner_title .highlight {
  color: #1890ff;
}
.copilot_banner .banner_subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: rgb(87, 105, 127);
}

.copilot_chat_container {
  font-family: "Alibaba PuHuiTi 3.0", sans-serif;
  position: relative;
  width: 100%;
  max-width: 936px;
  margin: 0 20px;
  border: none;
}
.copilot_chat_container .input_wrap {
  border-radius: 20px;
  width: 100%;
  background: #fff;
  height: 164px;
  box-shadow: 0px 4px 40px 0px rgba(128, 135, 175, 0.25);
  box-sizing: border-box;
  padding: 17px 17px 14px 17px;
  position: relative;
  flex: 1 0 0;
  overflow: hidden;
}
.copilot_chat_container .input_wrap.input_wrap_loading .input_textarea {
  opacity: 0.5;
  cursor: wait;
}
.copilot_chat_container .input_wrap .textarea_loading_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  z-index: 10;
}
.copilot_chat_container .input_wrap .textarea_loading_overlay .textarea_loading_spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgb(87, 105, 127);
}
.copilot_chat_container .input_wrap .textarea_loading_overlay .textarea_loading_spinner svg {
  width: 24px;
  height: 24px;
  animation: spin 1.5s linear infinite;
}
.copilot_chat_container .input_wrap .textarea_loading_overlay .textarea_loading_spinner .loading_text {
  font-size: 14px;
  color: rgb(87, 105, 127);
  font-weight: 400;
}
.copilot_chat_container .input_wrap .input_button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: rgb(200, 203, 209);
  cursor: not-allowed;
  position: relative;
}
.copilot_chat_container .input_wrap .input_button.input_button_active {
  color: black;
  cursor: pointer;
}
.copilot_chat_container .input_wrap .input_button.input_button_loading {
  cursor: wait;
  color: rgb(200, 203, 209);
}
.copilot_chat_container .input_wrap .input_button .loading_spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgb(87, 105, 127);
  animation: spin 1.5s linear infinite;
}
.copilot_chat_container .input_wrap .input_button .loading_spinner svg {
  width: 20px;
  height: 20px;
}
.copilot_chat_container .input_wrap .input_button .emit_button {
  transition: opacity 0.2s;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.copilot_chat_container .input_textarea {
  height: calc(100% - 41px);
  resize: none;
  outline: none;
  color: #333;
  font-size: 14px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
.copilot_chat_container .input_textarea::placeholder {
  color: rgb(87, 105, 127);
  opacity: 1;
}
.copilot_chat_container .input_placeholder {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 5px;
  height: 80px;
  z-index: 40;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  color: rgb(56, 56, 56);
  pointer-events: none;
}
.copilot_chat_container .input_placeholder .gray {
  line-height: 20px;
  color: rgb(102, 112, 133);
}
.copilot_chat_container .input_footer {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 32px;
}
.copilot_chat_container .input_footer .tag_item {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background: white;
  border: 1px solid rgb(222, 222, 222);
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.copilot_chat_container .input_footer .tag_item:hover {
  border-color: transparent;
  background: rgba(229, 229, 229, 0.5);
}
/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/resetElementPlusStyle.css ***!
  \*************************************************************************************/
/* slz 自定义样式 */
:root,
:host {
  /* 大小定义 */
  --slz-font-size-large: 18px;
  --slz-font-size-medium: 16px;
  --slz-font-size-base: 14px;
  --slz-font-size-small: 12px;
  /* 圆角 */
  --slz-default-radius: 6px;
  --slz-large-radius: 8px;
  --slz-huge-radius: 12px;
  --slz-font-weight-base: 400;
  --slz-font-weight-bold: 600;
  /* 基本颜色 */
  --slz-white: #ffffff;
  --slz-black: #000000;
  /* primary color */
  --slz-primary-color: #165dff;
  --slz-primary-light-color-3: #5c8eff;
  --slz-primary-light-color-5: #8aadff;
  --slz-primary-light-color-7: #bacfff;
  --slz-primary-light-color-8: #d0dfff;
  --slz-primary-light-color-9: #e8efff;
  --slz-primary-dark-2: #124acc;
  /* success color */
  --slz-success-color: #00b42a;
  --slz-success-light-color-3: #4dcb6b;
  --slz-success-light-color-5: #7fd994;
  --slz-success-light-color-7: #b3e9c0;
  --slz-success-light-color-8: #ccf0d4;
  --slz-success-light-color-9: #e6f7eb;
  --slz-success-dark-2: #009022;
  /* warning color */
  --slz-warning-color: #ff7d00;
  --slz-warning-light-color-3: #ffa44d;
  --slz-warning-light-color-5: #ffbd7f;
  --slz-warning-light-color-7: #ffd8b3;
  --slz-warning-light-color-8: #ffe5cc;
  --slz-warning-light-color-9: #fff2e6;
  --slz-warning-dark-2: #ff5700;
  /* danger color */
  --slz-danger-color: #f53f3f;
  --slz-danger-light-color-3: #f87979;
  --slz-danger-light-color-5: #f99e9e;
  --slz-danger-light-color-7: #fecaca;
  --slz-danger-light-color-8: #fcc6c6;
  --slz-danger-light-color-9: #fdd9d9;
  --slz-danger-dark-2: #c43232;
  /* info color */
  --slz-info-color: #303133;
  --slz-info-light-color-3: #6f6f71;
  --slz-info-light-color-5: #a8abb2;
  --slz-info-light-color-7: #c0c4cc;
  --slz-info-light-color-8: #909399;
  --slz-info-light-color-9: #ebebeb;
  --slz-info-dark-2: #262729;
  /* background color */
  --slz-bg-base: #f8f9fa;
  /* border-color */
  --slz-border-base-color: #dcdfe6;
  --slz-border-color-light: #e4e7ed;
  --slz-border-color-lighter: #ebeef5;
  --slz-border-color-extra-light: #f2f6fc;
  --slz-border-color-diver: #ebeef5;
  /* text-color */
  --slz-text-color-primary: #303133;
  --slz-text-color-regular: #606266;
  --slz-text-color-secondary: #a8abb2;
  --slz-text-color-placeholder: #909399;
  --slz-text-disable-disabled: #c0c4cc;
  --slz-color-d9d9d9: #d9d9d9;
  --slz-color-c4c4c4: #c4c4c4;
  --slz-main-bg-w: linear-gradient(90deg, var(--slz-primary-color) 0%, #0FC6C2 100%);
  --slz-main-bg-w2: linear-gradient(90deg, var(--slz-primary-dark-2) 0%, #0FC6C2 100%);
  --slz-main-bg-h: linear-gradient(180deg, #165dff 1.3%, #0fc6c2 99.88%);
  --slz-main-bh-v: linear-gradient(0deg, #165dff 1.3%, #0fc6c2 99.88%);
  --slz-box-shadow-base: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
  --slz-primary-gray: #324054;
  --slz-primary-gray-90: 50, 64, 84, 0.90;
  --slz-primary-linear-gradient: linear-gradient(
    82deg,
    #10c6c3 -28.69%,
    #165dff 84.24%
  );
  --slz-font-family: AlibabaPuHuiTi-3-55-Regular, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  --slz-font-family-num: D-DIN-PRO, "PingFang SC", Arial, sans-serif
}

:root,
:host {
  --el-font-family: var(--slz-font-family);
  --el-color-white: var(--slz-white);
  --el-color-black: var(--slz-black);
  --el-color-primary: var(--slz-primary-color);
  --el-color-primary-light-3: var(--slz-primary-light-color-3);
  --el-color-primary-light-5: var(--slz-primary-light-color-5);
  --el-color-primary-light-7: var(--slz-primary-light-color-7);
  --el-color-primary-light-8: var(--slz-primary-light-color-8);
  --el-color-primary-light-9: var(--slz-primary-light-color-9);
  --el-color-primary-dark-2: var(--slz-primary-dark-2);
  --el-color-success: var(--slz-success-color);
  --el-color-success-light-3: var(--slz-success-light-color-3);
  --el-color-success-light-5: var(--slz-success-light-color-5);
  --el-color-success-light-7: var(--slz-success-light-color-7);
  --el-color-success-light-8: var(--slz-success-light-color-8);
  --el-color-success-light-9: var(--slz-success-light-color-9);
  --el-color-success-dark-2: var(--slz-success-dark-2);
  --el-color-warning: var(--slz-warning-color);
  --el-color-warning-light-3: var(--slz-warning-light-color-3);
  --el-color-warning-light-5: var(--slz-warning-light-color-5);
  --el-color-warning-light-7: var(--slz-warning-light-color-7);
  --el-color-warning-light-8: var(--slz-warning-light-color-8);
  --el-color-warning-light-9: var(--slz-warning-light-color-9);
  --el-color-warning-dark-2: var(--slz-warning-dark-2);
  --el-color-danger: var(--slz-danger-color);
  --el-color-danger-light-3: var(--slz-danger-light-color-3);
  --el-color-danger-light-5: var(--slz-danger-light-color-5);
  --el-color-danger-light-7: var(--slz-danger-light-color-7);
  --el-color-danger-light-8: var(--slz-danger-light-color-8);
  --el-color-danger-light-9: var(--slz-danger-light-color-9);
  --el-color-danger-dark-2: var(--slz-danger-dark-2);
  --el-color-error: var(--slz-danger-color);
  --el-color-error-light-3: var(--slz-danger-light-color-3);
  --el-color-error-light-5: var(--slz-danger-light-color-5);
  --el-color-error-light-7: var(--slz-danger-light-color-7);
  --el-color-error-light-8: var(--slz-danger-light-color-8);
  --el-color-error-light-9: var(--slz-danger-light-color-9);
  --el-color-error-dark-2: var(--slz-danger-dark-2);
  --el-color-info: var(--slz-info-color);
  --el-color-info-light-3: var(--slz-info-light-color-3);
  --el-color-info-light-5: var(--slz-info-light-color-5);
  --el-color-info-light-7: var(--slz-info-light-color-7);
  --el-color-info-light-8: var(--slz-info-light-color-8);
  --el-color-info-light-9: var(--slz-info-light-color-9);
  --el-color-info-dark-2: var(--slz-info-dark-2);
  --el-bg-color: #ffffff;
  --el-bg-color-page: #f2f3f5;
  --el-bg-color-overlay: #ffffff;
  --el-text-color-primary: #303133;
  --el-text-color-regular: #606266;
  --el-text-color-secondary: #909399;
  --el-text-color-placeholder: #a8abb2;
  --el-text-color-disabled: #c0c4cc;
  --el-border-color: var(--slz-border-base-color);
  --el-border-color-light: var(--slz-border-color-light);
  --el-border-color-lighter: var(--slz-border-color-lighter);
  --el-border-color-extra-light: var(--slz-border-color-extra-light);
  --el-border-color-dark: #d4d7de;
  --el-border-color-darker: #cdd0d6;
  --el-fill-color: #f0f2f5;
  --el-fill-color-light: #f5f7fa;
  --el-fill-color-lighter: #fafafa;
  --el-fill-color-extra-light: #fafcff;
  --el-fill-color-dark: #ebedf0;
  --el-fill-color-darker: #e6e8eb;
  --el-fill-color-blank: #ffffff;
  --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04),
    0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08),
    0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-disabled-bg-color: var(--el-fill-color-light);
  --el-disabled-text-color: var(--el-text-color-placeholder);
  --el-disabled-border-color: var(--el-border-color-light);
  --el-overlay-color: rgba(0, 0, 0, 0.8);
  --el-overlay-color-light: rgba(0, 0, 0, 0.7);
  --el-overlay-color-lighter: rgba(0, 0, 0, 0.5);
  --el-mask-color: rgba(255, 255, 255, 0.9);
  --el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
  --el-border-width: 1px;
  --el-border-style: solid;
  --el-border-color-hover: var(--el-text-color-disabled);
  --el-border: var(--el-border-width) var(--el-border-style)
    var(--el-border-color);
  --el-svg-monochrome-grey: var(--el-border-color);
  --el-border-radius-base: var(--slz-default-radius);
  --el-border-radius-small: var(--slz-default-radius);
  --el-border-radius-round: 20px;
  --el-border-radius-circle: 100%;
  --el-font-family: var(--slz-font-family);
  /* 表格样式 */
  --el-table-tr-bg-color: var(--slz)
}
/* size define */
:root {
  --el-font-size-large: 16px;
  --el-font-size-medium: 16px;
  --el-font-size-base: 14px;
  --el-font-size-small: 12px;
}

.el-button.el-button--default:not(.is-link) {
  font-size: 14px;
  padding: 5px 16px 5px 16px;
  height: 32px;
}
.el-button.el-button--small:not(.is-link) {
  font-size: 12px;
  height: 24px;
  padding: 2px 8px 2px 8px;
}
.el-button.el-button--large:not(.is-link) {
  font-size: 16px;
  height: 40px;
  padding: 8px 24px 8px 24px;
}
.el-button.fill {
  --slz-info-btn-bg-color: #f3f3f3;
  --slz-info-btn-bg-hover-color: #dcdcdc;
  --slz-info-btn-bg-active-color: #a6a6a6;
  --slz-info-btn-bg-disable-color: #eeeeee;
  --el-button-text-color: var(--slz-black);
  --el-button-bg-color: var(--slz-info-btn-bg-color);
  --el-button-border-color: var(--slz-info-btn-bg-color);
  --el-button-outline-color: var(--slz-info-btn-bg-color);
  --el-button-active-color: var(--slz-info-btn-bg-active-color);
  --el-button-hover-text-color: var(--slz-black);
  --el-button-hover-link-text-color: var(--slz-black);
  --el-button-hover-bg-color: var(--slz-info-btn-bg-hover-color);
  --el-button-hover-border-color: var(--slz-info-btn-bg-hover-color);
  --el-button-active-bg-color: var(--slz-info-btn-bg-active-color);
  --el-button-active-border-color: var(--slz-info-btn-bg-active-color);
  --el-button-disabled-text-color: var(--slz-text-disable-disabled);
  --el-button-disabled-bg-color: var(--slz-info-btn-bg-disable-color);
  --el-button-disabled-border-color: var(--slz-info-btn-bg-disable-color);
}

.el-button.border,
.el-button.border-dash {
  --slz-border-btn-border-color: #dcdcdc;
  --slz-border-btn-bg-color: var(--slz-white);
  --slz-border-btn-bg-hover-color: #f3f3f3;
  --slz-border-btn-bg-active-color: #e7e7e7;
  --slz-border-btn-border-active-color: var(--slz-primary-light-color-5);
  --slz-border-btn-bg-disable-color: #eeeeee;
  --slz-border-btn-border-disable-color: #dcdcdc;

  --el-button-text-color: var(--slz-black);
  --el-button-bg-color: var(--slz-white);
  --el-button-border-color: var(--slz-border-btn-border-color);
  --el-button-outline-color: var(--slz-border-btn-border-color);
  --el-button-active-color: var(--slz-border-btn-bg-active-color);

  --el-button-hover-text-color: var(--slz-primary-light-color-3);
  --el-button-hover-link-text-color: var(--slz-primary-light-color-3);
  --el-button-hover-bg-color: var(--slz-border-btn-bg-hover-color);
  --el-button-hover-border-color: var(--slz-primary-light-color-3);

  --el-button-active-bg-color: var(--slz-border-btn-bg-active-color);
  --el-button-active-border-color: var(--slz-primary-dark-2);
  --el-button-active-text-color: var(--slz-primary-dark-2);

  --el-button-disabled-text-color: var(--slz-border-btn-border-disable-color);
  --el-button-disabled-bg-color: var(--slz-border-btn-bg-disable-color);
  --el-button-disabled-border-color: var(--slz-border-btn-border-disable-color);
}
.el-button.border-dash:not(.is-text) {
  border-style: dashed;
}
.el-checkbox .el-checkbox__inner {
  border-radius: 3px;
}
/* default css reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: var(--slz-font-family);
}
/* 处理wujie对popverjs的影响 */
.el-popper {
  position: absolute !important;
}

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/zanAI.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
.zanAIinlet {
  display: none;
  position: fixed;
  left: 87%;
  top: 80%;
  z-index: 99;
  cursor: pointer;
}

#chat {
  display: none;
  width: 500px;
  background: #fff;
  border-radius: 9px;
}

.garden {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -14px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  z-index: 99;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1215686275);
  color: #165dff;
}

.xiaozan_hrader {
  position: relative;
  padding: 20px 20px 0 20px;
  height: 151px;
  background: url(/images/blackimage_cedf7644.svg);
  border-radius: 9px;
  background-size: 100%;
  box-sizing: border-box;
}
.xiaozan_hrader .operate {
  position: absolute;
  top: 16px;
  right: 0;
}
.xiaozan_hrader .operate_dom {
  cursor: pointer;
  width: 60px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 12px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  color: #165dff;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.xiaozan_hrader .operate .operate_record:hover,
.xiaozan_hrader .operate .operate_collect:hover {
  background-color: rgba(255, 255, 255, 0.7098039216);
}
.xiaozan_hrader .zan_ava {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  height: 62px;
}
.xiaozan_hrader .zan_ava .el-avatar {
  width: 46px;
  height: 46px;
}
.xiaozan_hrader .zan_ava p {
  color: #ffffff;
  width: 320px;
}
.xiaozan_hrader .zan_ava p .hz {
  margin-bottom: 2px;
  display: block;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.xiaozan_hrader .zan_ava p .zantitle {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.xiaozan_hrader .line {
  margin: auto;
  margin: 18px 0 12.5px 0;
  width: 460px;
  height: 2px;
  background-color: #fff;
}
.xiaozan_hrader .titletis {
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  width: 83px;
}
.xiaozan_hrader .topic_All {
  display: flex;
  align-items: center;
  gap: 12px;
}
.xiaozan_hrader .topic_All .topic_opt {
  cursor: pointer;
  height: 26px;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  color: #606266;
  background: #e8efff;
  min-width: 60px;
  max-width: 86px;
}
.xiaozan_hrader .topic_All .topic_opt span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.xiaozan_hrader .topic_All .topic_opt img {
  margin-left: 2px;
}
.xiaozan_hrader .topic_All .topic_copy {
  color: #165dff;
  background: #fff;
}

.trashdom {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #606266;
}

.temsed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.temsed .el-select {
  width: 128px;
}
.temsed .el-input {
  width: 160px;
}

.temdom {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.temdom_item {
  cursor: pointer;
  width: 31%;
  height: 80px;
  border-radius: 6px;
  background: #f7f8fa;
  padding: 10px;
  box-sizing: border-box;
}
.temdom_item p {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.temdom_item p img {
  width: 13px;
  height: 13px;
}
.temdom_item p span {
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.temdom_item .description {
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #606266;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.temdom .temdom_sed {
  background: #e8efff;
  border: 1px solid #165dff;
  box-sizing: border-box;
}

.collections .zan_ava {
  display: flex;
  align-items: center;
  gap: 156px;
  height: 86px;
}
.collections .zan_ava .icon {
  cursor: pointer;
  width: 23.33px;
  height: 23.33px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collections .zan_ava .icon .el-icon {
  color: #ffffff;
}
.collections .zan_ava p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
}

.xiaozan_content {
  padding: 20px;
  background: #fff;
}
.xiaozan_content .trytry {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xiaozan_content .trytry .try_right {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.xiaozan_content .trytry .try_right .framedom {
  width: 16px;
  height: 16px;
}
.xiaozan_content .trytry .try_right .framedom .el-icon {
  color: #165dff;
}
.xiaozan_content .trytry .try_right span {
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #165dff;
}
.xiaozan_content .example_Copywriting {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 75px;
}
.xiaozan_content .example_Copywriting_item {
  width: 46%;
  height: 102px;
  gap: 10px;
  background: #f7f8fa;
  border-radius: 6px;
  padding: 16px 12px;
  box-sizing: border-box;
}
.xiaozan_content .example_Copywriting_item p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #606266;
  cursor: pointer;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-decoration: underline;
}
.xiaozan_content .example_Copywriting_item .titleH {
  font-size: 14px;
  color: #303133;
  text-decoration: none;
}
.xiaozan_content .example_Copywriting_item .con:hover {
  color: #165dff;
}
.xiaozan_content .Answer_dialogue {
  height: 332px;
  overflow-y: auto;
  margin: auto;
}
.xiaozan_content .Answer_dialogue_chatgpt {
  margin: auto;
  height: auto;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 16px;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley {
  width: 94%;
  display: flex;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid {
  width: 92%;
  padding: 12px 16px;
  border-radius: 0 12px 12px 12px;
  background: #e8efff;
  overflow: auto;
  /* blockquote 样式 */
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid:hover .document-copy {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 21px;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid:hover .document-copy .intervals {
  color: #165dff;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 2px;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid:hover .document-copy .intervals img {
  width: 14px;
  height: 14px;
  margin-right: 0;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid:hover .document-copy .intervals span {
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid .document-copy {
  display: none;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #303133;
  -webkit-user-select: text;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p table {
  border: 1px solid #ccc;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p table td,
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 10px;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p table th {
  text-align: center;
  background: #00a1a0;
  color: #fff;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p table th:last-child {
  border-right: none;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p table td:last-child {
  border-right: none;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p table tr:last-child td {
  border-bottom: none;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p tr:nth-child(even) {
  background: #eff3f5;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid ::v-deep p pre {
  position: relative;
  background-color: #000;
  color: #fff;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid img {
  width: 620px;
  height: 400px;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid .hljs-copy {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  width: 50px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.xiaozan_content .Answer_dialogue_chatgpt .cht_ley .textid blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.xiaozan_content .Answer_dialogue_chatgpt img {
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.xiaozan_content .Answer_dialogue_chatgpt .ani_dot {
  overflow: hidden;
  width: 20px;
  font-family: simsun;
}
.xiaozan_content .Answer_dialogue_chatgpt :root .ani_dot {
  /* 这里使用Hack是因为IE6~IE8浏览器下， vertical-align解析不规范，值为bottom或其他会改变按钮的实际高度*/
  display: inline-block;
  width: 1.5em;
  vertical-align: bottom;
  overflow: hidden;
}
@-webkit-keyframes dot {
  0% {
    width: 0;
    margin-right: 1.5em;
  }
  33% {
    width: 0.5em;
    margin-right: 1em;
  }
  66% {
    width: 1em;
    margin-right: 0.5em;
  }
  100% {
    width: 1.5em;
    margin-right: 0;
  }
}
.xiaozan_content .Answer_dialogue_chatgpt .ani_dot {
  -webkit-animation: dot 3s infinite step-start;
}
@keyframes dot {
  0% {
    width: 0;
    margin-right: 1.5em;
  }
  33% {
    width: 0.5em;
    margin-right: 1em;
  }
  66% {
    width: 1em;
    margin-right: 0.5em;
  }
  100% {
    width: 1.5em;
    margin-right: 0;
  }
}
.xiaozan_content .Answer_dialogue_chatgpt .ani_dot {
  animation: dot 3s infinite step-start;
}
.xiaozan_content .Answer_dialogue_me {
  width: 100%;
  height: auto;
  display: flex;
  box-sizing: border-box;
  justify-content: right;
  margin-bottom: 16px;
}
.xiaozan_content .Answer_dialogue_me .cht_ley {
  min-width: 30px;
  padding: 12px 16px;
  border-radius: 12px 0 12px 12px;
  background: #f7f8fa;
}
.xiaozan_content .Answer_dialogue_me .cht_ley p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #303133;
  -webkit-user-select: text;
}
.xiaozan_content .Answer_dialogue_me img {
  margin-right: 30px;
  width: 32px !important;
  height: 32px;
}
.xiaozan_content .sedcon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.xiaozan_content .Functional_Area .Number_language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  height: 24px;
}
.xiaozan_content .Functional_Area .Number_language_left p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #606266;
}
.xiaozan_content .Functional_Area .Number_language_left p span {
  color: #165dff;
}
.xiaozan_content .Functional_Area .send_but {
  display: flex;
  align-items: center;
  align-items: flex-end;
  position: relative;
}
.xiaozan_content .Functional_Area .send_but .send_out_input {
  width: 100%;
  height: auto;
  margin: auto;
  cursor: default;
}
.xiaozan_content .Functional_Area .send_but .send_out_input .el-textarea__inner {
  border-color: #26aeb2;
  resize: none;
}
.xiaozan_content .Functional_Area .send_but .send_out_input .el-input-group__append {
  border-color: #26aeb2;
  background-color: #fff;
  line-height: 43px !important;
  cursor: default !important;
}
.xiaozan_content .Functional_Area .send_but .senddom {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
}

.topic_All_collections {
  padding-top: 20px;
  background: #fff;
  height: 485px;
}
.topic_All_collections .Mycolldom {
  box-sizing: border-box;
  height: 490px;
  overflow: auto;
}
.topic_All_collections .collcontent {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-align: left;
}
.topic_All_collections .collcontent .textid {
  width: 92%;
  padding: 12px 16px;
  border-radius: 0 12px 12px 12px;
  background: #e8efff;
  overflow: auto;
}
.topic_All_collections .collcontent .textid:hover .document-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.topic_All_collections .collcontent .textid:hover .document-copy .copy_left p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: #606266;
  text-align: left;
}
.topic_All_collections .collcontent .textid:hover .document-copy .copy_right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topic_All_collections .collcontent .textid:hover .document-copy .copy_right .intervals {
  color: #165dff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.topic_All_collections .collcontent .textid:hover .document-copy .copy_right .intervals span {
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.topic_All_collections .collcontent .textid:hover .document-copy .copy_right .intervalsz {
  display: flex;
  align-items: center;
  gap: 2px;
}
.topic_All_collections .collcontent .textid .document-copy {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.topic_All_collections .collcontent .textid .document-copy .copy_left p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: #606266;
  text-align: left;
}
.topic_All_collections .collcontent .textid .document-copy .copy_right .intervals {
  display: none;
}
.topic_All_collections .collcontent .textid p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #303133;
  -webkit-user-select: text;
}

.popperBox span {
  font-family: Alibaba PuHuiTi 3;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.0099999998px;
  text-align: left;
  color: #5000ff;
}

.chat_page {
  position: absolute;
  display: flex;
  right: 65px;
  top: 5%;
  width: 500px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 99;
}
.chat_page.chat_record_page {
  width: 780px;
}
.chat_page.chat_record_page .chat_content {
  display: block;
}
.chat_page .chat_content {
  display: none;
  flex: 1;
}
.chat_page div::-webkit-scrollbar,
.chat_page ul::-webkit-scrollbar,
.chat_page ol::-webkit-scrollbar,
.chat_page input::-webkit-scrollbar,
.chat_page textarea::-webkit-scrollbar,
.chat_page p::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
.chat_page div::-webkit-scrollbar-thumb,
.chat_page ul::-webkit-scrollbar-thumb,
.chat_page ol::-webkit-scrollbar-thumb,
.chat_page input::-webkit-scrollbar-thumb,
.chat_page textarea::-webkit-scrollbar-thumb,
.chat_page p::-webkit-scrollbar-thumb {
  width: 4px !important;
  border-radius: 16px;
  background: #e5e8ef;
}
.chat_page div::-webkit-scrollbar-track,
.chat_page ul::-webkit-scrollbar-track,
.chat_page ol::-webkit-scrollbar-track,
.chat_page input::-webkit-scrollbar-track,
.chat_page textarea::-webkit-scrollbar-track,
.chat_page p::-webkit-scrollbar-track {
  border-radius: 16px;
  background: none;
  width: 8px;
}

.chat_main {
  width: 280px;
  height: calc(100% - 30px);
  padding: 10px 0 20px 0;
  border-left: 1px solid var(--slz-border-base-color);
  border-radius: 0 12px 12px 0;
  font-size: 13px;
}
.chat_main .title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
.chat_main .title .icon {
  color: var(--slz-text-color-primary);
  cursor: pointer;
}
.chat_main .chat_list {
  height: 555px;
  overflow: auto;
}
.chat_main .chat_list .item {
  padding: 10px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.chat_main .chat_list .item.active, .chat_main .chat_list .item:hover {
  background: var(--slz-primary-light-color-9);
  border-top: 1px solid var(--slz-primary-light-color-5);
  border-bottom: 1px solid var(--slz-primary-light-color-5);
}
.chat_main .chat_list .item.active .detail, .chat_main .chat_list .item:hover .detail {
  color: var(--slz-primary-color);
  cursor: pointer;
}
.chat_main .chat_list .item.active .detail img:first-child, .chat_main .chat_list .item:hover .detail img:first-child {
  display: none;
}
.chat_main .chat_list .item.active .detail img:last-child, .chat_main .chat_list .item:hover .detail img:last-child {
  display: block;
}
.chat_main .chat_list .item .name {
  max-height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.chat_main .chat_list .item .detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 5px 0;
  text-align: right;
  color: var(--slz-info-light-color-5);
}
.chat_main .chat_list .item .detail img {
  display: none;
}
.chat_main .chat_list .item .detail img:first-child {
  display: block;
}

.chat_message_list {
  height: 318px;
  font-size: 14px;
  box-sizing: border-box;
  overflow: auto;
}
.chat_message_list .chat_message_item {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}
.chat_message_list .chat_message_item.user {
  justify-content: flex-end;
  width: auto;
  padding-right: 10px;
}
.chat_message_list .chat_message_item .chat_message_item_icon {
  width: 26px;
  height: 26px;
}
.chat_message_list .chat_message_item .chat_message_item_textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chat_message_list .chat_message_item .chat_message_item_textarea .text {
  width: 80%;
  padding: 16px;
  line-height: 18px;
  background: #f7f8fa;
  border-radius: var(--slz-huge-radius) 0 var(--slz-huge-radius) var(--slz-huge-radius);
}
.chat_message_list .chat_message_item .chat_message_item_uploadimg {
  margin-bottom: 10px;
  padding: 10px;
  width: 100px;
  height: 50px;
  background: #f7f8fa;
  border-radius: 6px;
  text-align: center;
}
.chat_message_list .chat_message_item .chat_message_item_uploadimg .pic {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.chat_message_list .chat_message_item .chat_message_item_box {
  width: 75%;
  padding: 16px;
  background: #e8efff;
  border-radius: 0 var(--slz-huge-radius) var(--slz-huge-radius);
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code {
  line-height: 24px;
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code table {
  width: 100%;
  border: 1px solid #ccc;
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code table td,
.chat_message_list .chat_message_item .chat_message_item_box .html_code table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 10px;
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code table th {
  text-align: center;
  background: #165dff;
  color: #fff;
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code table th:last-child {
  border-right: none;
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code table td:last-child {
  border-right: none;
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code table tr:last-child td {
  border-bottom: none;
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code tr:nth-child(even) {
  background: #eff3f5;
}
.chat_message_list .chat_message_item .chat_message_item_box .html_code pre {
  position: relative;
  background-color: #f6f7f9;
  margin: 10px 0;
  padding: 10px;
  border-radius: 6px;
  white-space: break-spaces;
}
.chat_message_list .chat_message_item .chat_message_item_box .chat_message_item_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  text-align: right;
  color: var(--slz-primary-color);
}
.chat_message_list .chat_message_item .chat_message_item_box .chat_message_item_time .stop {
  color: var(--slz-text-color-secondary);
}
.chat_message_list .chat_message_item .chat_message_item_box .chat_message_item_time .buttons {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.chat_message_list .chat_message_item .chat_message_item_box .chat_message_item_time .buttons .item {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 10px;
  cursor: pointer;
}
.chat_message_list .chat_message_item .chat_message_item_box .chat_message_item_time .buttons .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.chat_message_list .chat_message_item_stop_text {
  padding-left: 40px;
  color: var(--slz-primary-color);
  cursor: pointer;
}

.ani_dot {
  overflow: hidden;
  width: 20px;
  font-family: simsun;
}

:root .ani_dot {
  /* 这里使用Hack是因为IE6~IE8浏览器下， vertical-align解析不规范，值为bottom或其他会改变按钮的实际高度*/
  display: inline-block;
  width: 1.5em;
  vertical-align: bottom;
  overflow: hidden;
}

@-webkit-keyframes dot {
  0% {
    width: 0;
    margin-right: 1.5em;
  }
  33% {
    width: 0.5em;
    margin-right: 1em;
  }
  66% {
    width: 1em;
    margin-right: 0.5em;
  }
  100% {
    width: 1.5em;
    margin-right: 0;
  }
}
.ani_dot {
  -webkit-animation: dot 3s infinite step-start;
}

@keyframes dot {
  0% {
    width: 0;
    margin-right: 1.5em;
  }
  33% {
    width: 0.5em;
    margin-right: 1em;
  }
  66% {
    width: 1em;
    margin-right: 0.5em;
  }
  100% {
    width: 1.5em;
    margin-right: 0;
  }
}
.ani_dot {
  animation: dot 3s infinite step-start;
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/internation.scss ***!
  \*******************************************************************************************************************/
.internation {
  font-family: "Alibaba PuHuiTi 3.0";
}
.internation.home img {
  user-select: none;
  -webkit-user-drag: none;
}
.internation.home .banner,
.internation.home .banner .bd li {
  height: 700px;
  background-color: rgb(219, 227, 248);
}
.internation.home .banner .bd li.li01 {
  background: url(/images/banner_de5197b0.png) no-repeat top center;
}
.internation.home .banner .bd li .content {
  line-height: normal;
  left: 49.55%;
  top: 238px;
}
.internation.home .banner .bd li .content h2 {
  color: #303133;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 30px;
}
.internation.home .banner .bd li .content p {
  color: #606266;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
}
.internation.home .contain {
  width: 100%;
  margin: 0 auto !important;
}
.internation.home .contain h1 {
  color: #303133;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.internation.home .contain p {
  color: #606266;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.internation.home .contain1 {
  height: 500px;
  background: url(/images/bg2_0925701b.png) no-repeat;
  background-size: 104.347826087% auto;
  background-position: 91% 51%;
  background-color: rgb(252, 253, 254);
  display: flex;
  justify-content: center;
  align-items: center;
}
.internation.home .contain1 img {
  width: 365px;
}
.internation.home .contain1 .right {
  margin-left: 57px;
}
.internation.home .contain1 h1,
.internation.home .contain1 p {
  text-align: left;
}
.internation.home .contain1 p + p {
  margin-top: 20px;
}
.internation.home .contain2 {
  overflow: hidden;
  position: relative;
  height: 696px;
  background-color: rgb(235, 241, 255);
}
.internation.home .contain2 h1 {
  position: relative;
}
.internation.home .contain2 .bg {
  position: absolute;
}
.internation.home .contain2 .bg1 {
  /* left: -76px;
  top: -92px; */
  left: 50%;
  transform: translateX(-960px);
  top: -92px;
  width: 462px;
  height: 459.36px;
  flex-shrink: 0;
  border-radius: 462px;
  opacity: 0.3;
  background: #b45926;
  filter: blur(200.5px);
}
.internation.home .contain2 .bg2 {
  /* left: percentage(calc(450 / 1920));
  bottom: -301px; */
  left: 50%;
  transform: translateX(-510px);
  bottom: -301px;
  width: 620px;
  height: 616.457px;
  flex-shrink: 0;
  border-radius: 620px;
  opacity: 0.4;
  background: #2a6bff;
  filter: blur(200.5px);
}
.internation.home .contain2 .bg3 {
  /* right: -86px;
  top: -188px; */
  left: 50%;
  transform: translateX(584px);
  top: -188px;
  width: 462px;
  height: 459.36px;
  flex-shrink: 0;
  border-radius: 462px;
  opacity: 0.4;
  background: #26aeb4;
  filter: blur(200.5px);
}
.internation.home .contain2 h1 {
  font-size: 32px;
  line-height: 150%;
  font-style: normal;
  width: 924px;
  text-align: center;
  margin: 100px auto 60px;
  text-transform: uppercase;
}
.internation.home .contain2 .carousel-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.internation.home .contain2 .custom-indicator {
  margin-right: 20px;
  height: 340px;
}
.internation.home .contain2 .custom-indicator div {
  cursor: pointer;
  width: 340px;
  height: 60px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  color: #303133;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.internation.home .contain2 .custom-indicator div img {
  width: 24px;
  margin-left: 20px;
  margin-right: 16px;
}
.internation.home .contain2 .custom-indicator div + div {
  margin-top: 10px;
}
.internation.home .contain2 .custom-indicator div.active {
  background: #165dff;
  color: #fff;
}
.internation.home .contain2 .custom-indicator div.active::before {
  content: "";
  position: absolute;
  width: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #33efeb;
}
.internation.home .contain2 .el-carousel {
  border-radius: 8px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #fff 0%, #eef1f5 100%);
}
.internation.home .contain2 .el-carousel,
.internation.home .contain2 .el-carousel__container {
  width: 840px;
  height: 340px;
}
.internation.home .contain2 .el-carousel__item div {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-left: 60px;
  margin-top: 80px;
}
.internation.home .contain2 .el-carousel__item div.txt {
  margin-top: 40px;
}
.internation.home .contain2 .el-carousel__item div h2 {
  color: #1d2129;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.internation.home .contain2 .el-carousel__item div p {
  display: flex;
  align-items: center;
  color: #606266;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.internation.home .contain2 .el-carousel__item div p.txt {
  margin-bottom: 22px;
  width: 360px;
  line-height: 150%;
  align-items: flex-start;
}
.internation.home .contain2 .el-carousel__item div p.txt::before {
  position: relative;
  top: 10px;
}
.internation.home .contain2 .el-carousel__item div p::before {
  display: inline-block;
  flex-shrink: 0;
  content: "";
  border: 2px solid #165dff;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
}
.internation.home .contain2 .el-carousel__item img {
  position: absolute;
  top: 10px;
  right: 24px;
  height: 320px;
}
.internation.home .contain3 {
  box-sizing: border-box;
  padding-top: 100px;
  height: 882px;
  background-color: #fff;
}
.internation.home .contain3 h1 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 150%;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
.internation.home .contain3 > p {
  width: 778px;
  margin: 20px auto 60px;
}
.internation.home .contain3 .content {
  display: flex;
  justify-content: center;
}
.internation.home .contain3 .content .item {
  width: 285px;
  height: 450px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f6f7fa;
  transition: all 0.3s;
}
.internation.home .contain3 .content .item:hover {
  transform: translateY(-20px);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(34, 65, 135, 0.1);
}
.internation.home .contain3 .content .item h2 {
  color: #303133;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.internation.home .contain3 .content .item p {
  color: #606266;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
}
.internation.home .contain3 .content .item p + p {
  margin-top: 15px;
}
.internation.home .contain3 .content .item + .item {
  margin-left: 20px;
}
.internation.home .contain3 .content .item img {
  margin: 20px auto 30px;
}
.internation.home .contain4 {
  box-sizing: border-box;
  padding-top: 100px;
  height: 648px;
  background: url(/images/bg6_82478870.png) no-repeat top right/100% 100%;
  background-color: rgb(22, 93, 255);
}
.internation.home .contain4 h1 {
  color: #fff;
  text-transform: uppercase;
}
.internation.home .contain4 .content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.internation.home .contain4 .content .item {
  position: relative;
  background: url(/images/bg8_9218fe17.png) no-repeat top right/auto 100%;
  width: 580px;
  height: 360px;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: #fff;
}
.internation.home .contain4 .content .item + .item {
  margin-left: 40px;
}
.internation.home .contain4 .content .item h2 {
  color: #303133;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 70px;
  text-align: left;
  padding-left: 30px;
  text-transform: uppercase;
}
.internation.home .contain4 .content .item p {
  text-align: left;
  padding-left: 30px;
  color: #606266;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.internation.home .contain4 .content .item p .red {
  color: #165dff;
  font-size: 24px;
  font-weight: 600;
}
.internation.home .contain4 .content .item::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  right: 30px;
  top: 30px;
}
.internation.home .contain4 .content .item1::before {
  background: url(/images/icon16_f195a396.png) no-repeat top left/100% 100%;
}
.internation.home .contain4 .content .item2::before {
  background: url(/images/icon17_b7102866.png) no-repeat top left/100% 100%;
}
.internation.home .contain5 {
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 1219px;
  background: url(/images/bg7_ecb9153c.png) no-repeat bottom right/100% auto;
  background-color: #fff;
}
.internation.home .contain5 h1 {
  text-transform: uppercase;
}
.internation.home .contain5 .content {
  width: 1200px;
  margin: 60px auto 0;
  /* .arrowbox .chatting {
    width: 100%;
  } */
}
.internation.home .contain5 .content .arrowbox.right .box {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.internation.home .contain5 .content .arrowbox.right .says {
  margin-left: 0;
  margin-right: 14px;
}
.internation.home .contain5 .content .arrowbox.right .chatting {
  margin-left: 278px;
}
.internation.home .contain5 .content .arrowbox.right .says:after {
  transform: rotateY(180deg);
  right: -8px;
  left: auto;
}
.internation.home .contain5 .content .arrowbox .box {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
.internation.home .contain5 .content .arrowbox .faceicon,
.internation.home .contain5 .content .arrowbox .chatting {
  transform: scale(0);
}
.internation.home .contain5 .content .arrowbox.right .faceicon,
.internation.home .contain5 .content .arrowbox.right .chatting {
  transform-origin: top right;
}
.internation.home .contain5 .content .arrowbox .faceicon,
.internation.home .contain5 .content .arrowbox .chatting {
  transform-origin: top left;
}
.internation.home .contain5 .content .arrowbox.animated .faceicon {
  animation: act1 0.65s ease-in-out 0.1s forwards;
}
.internation.home .contain5 .content .arrowbox.animated .chatting {
  animation: act2 0.6s ease-in-out 0.12s forwards;
}
@keyframes act1 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes act2 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.internation.home .contain5 .content .arrowbox .faceicon {
  float: left;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.internation.home .contain5 .content .arrowbox .faceicon img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.internation.home .contain5 .content .says {
  width: 847px;
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  position: relative;
  margin-left: 14px;
  padding: 20px;
  border-radius: 6px;
  background: #f6f7fa;
  color: #303133;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.internation.home .contain5 .content .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #f6f7fa;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
.internation.home .contain5 .content .says p {
  margin: 0;
  padding: 0;
}
.internation.home .contain5 .border {
  width: 1200px;
  height: 1px;
  flex-shrink: 0;
  opacity: 0.5;
  background: #c9cdd4;
}
.internation.home .contain5 .content.wow-news .border {
  opacity: 1;
}
.internation.about .about_build_list li {
  height: 710px;
}
.internation.about .about_build_list {
  height: 720px;
}
.internation.about .about_culture .list li {
  height: 410px;
  background-size: auto 100%;
}
.internation.about .about_us {
  height: 520px;
}
.internation .footer_top {
  box-sizing: border-box;
  height: 300px;
  background: none;
  position: relative;
  background-color: #1d2129;
}
.internation .footer_top .bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d2129;
  background-image: linear-gradient(to right, rgba(29, 33, 41, 0.2), rgba(29, 33, 41, 0.8)), linear-gradient(to bottom, rgba(29, 33, 41, 0), rgba(29, 33, 41, 0.6)), url(/images/footer_mask_59d667d4.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.internation .footer_top * {
  position: relative;
  z-index: 2;
}
.internation .footer_top .title {
  height: auto;
}
.internation .footer_wrapper {
  box-sizing: border-box;
  height: 304px;
  background-color: #1d2129;
  padding-top: 80px;
}
.internation .footer_wrapper .footer_side {
  width: auto;
}
.internation .footer_wrapper .footer {
  justify-content: center;
}
.internation .footer_wrapper .footer .logo img {
  width: 260px;
}
.internation .footer_wrapper .footer_content {
  flex: 0 1 auto;
  display: flex;
  color: #fff;
  margin-left: 130px;
}
.internation .footer_wrapper .footer_content .item + .item {
  margin-left: 60px;
}
.internation .footer_wrapper .footer_content .item {
  text-align: center;
}
.internation .footer_wrapper .footer_content .item p {
  margin-top: 10px;
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/detail/gool.css ***!
  \***************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .header {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .header .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .header .head .logogool {
    display: inline-block;
    width: 40%;
    height: 16px;
  }
  .media-mobile .header .head .logogool img {
    width: 128px;
    height: 16px;
  }
  .media-mobile .header .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .header .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .header .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .kong {
    width: 100%;
    height: 70px;
  }
  .media-mobile .detail-head {
    width: 100%;
  }
  .media-mobile .detail-head .detail-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .detail-head .detail-title span {
    display: inline-block;
    font-family: Alibaba PuHuiTi 2.0;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .detail-head .detail-title span:nth-child(1) {
    width: 110px;
    height: 50px;
    color: #1D2129;
    font-weight: 600;
    font-size: 26px;
    line-height: 50px;
    margin-top: 20px;
  }
  .media-mobile .detail-head .detail-title span:nth-child(2) {
    width: 244px;
    height: 34px;
    font-weight: 400;
    font-size: 12px;
    color: #86909C;
    margin-bottom: 30px;
  }
  .media-mobile .siluzan-content {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
  }
  .media-mobile .siluzan-content .content-title {
    width: 236px;
    height: 36px;
    margin: 0 auto;
  }
  .media-mobile .siluzan-content .content-title span {
    display: inline-block;
    width: 118px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    border: solid 1px #C9CDD4;
    cursor: pointer;
  }
  .media-mobile .siluzan-content .content-title span:nth-child(1) {
    border-radius: 4px 0 0 4px;
  }
  .media-mobile .siluzan-content .content-title span:nth-child(2) {
    border-radius: 0 4px 4px 0;
  }
  .media-mobile .siluzan-content .content-title span.act {
    background: #165DFF;
    font-weight: 800;
    color: #FFFFFF;
  }
  .media-mobile .siluzan-content .content-tab {
    width: 100%;
    margin-top: 16px;
  }
  .media-mobile .siluzan-content .content-tab .gosea {
    width: 100%;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up {
    width: 100%;
    margin-bottom: 15px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(1) span {
    display: inline-block;
    width: 98px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(2) span {
    display: inline-block;
    width: 58px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(3) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li:nth-child(4) span {
    display: inline-block;
    width: 95px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-title ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main {
    width: 100%;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab {
    width: 100%;
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl dt img {
    width: 170px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl dd {
    width: 170px;
    height: 40px;
    line-height: 20px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .gosea-meun dl dd a {
    display: inline-block;
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #1E1E1E;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .viewmore {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab .viewmore span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    cursor: pointer;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-up .gosea-main .gosea-tab.show {
    display: block;
  }
  .media-mobile .siluzan-content .content-tab .domestic {
    width: 100%;
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up {
    width: 100%;
    margin-bottom: 15px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(1) span {
    display: inline-block;
    width: 75px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(2) span {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(3) span {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li:nth-child(4) span {
    display: inline-block;
    width: 55px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-title ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main {
    width: 100%;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab {
    width: 100%;
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl dt img {
    width: 170px;
    height: 90px;
    border-radius: 4px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl dd {
    width: 170px;
    height: 40px;
    line-height: 20px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .domestic-meun dl dd a {
    display: inline-block;
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #1E1E1E;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .viewmore {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab .viewmore span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    cursor: pointer;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestic-up .domestic-main .domestic-uptab.show {
    display: block;
  }
}

/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/detail/flow.css ***!
  \***************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .header {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .header .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .header .head .logoflow {
    display: inline-block;
    width: 40%;
    height: 16px;
  }
  .media-mobile .header .head .logoflow img {
    width: 128px;
    height: 16px;
  }
  .media-mobile .header .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .header .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .header .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .kong {
    width: 100%;
    height: 70px;
  }
  .media-mobile .detail-head {
    width: 100%;
  }
  .media-mobile .detail-head .detail-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .detail-head .detail-title span {
    display: inline-block;
    font-family: Alibaba PuHuiTi 2.0;
    letter-spacing: 0em;
    text-align: center;
  }
  .media-mobile .detail-head .detail-title span:nth-child(1) {
    width: 110px;
    height: 50px;
    color: #1D2129;
    font-weight: 600;
    font-size: 26px;
    line-height: 50px;
    margin-top: 20px;
  }
  .media-mobile .detail-head .detail-title span:nth-child(2) {
    width: 244px;
    height: 34px;
    font-weight: 400;
    font-size: 12px;
    color: #86909C;
    margin-bottom: 30px;
  }
  .media-mobile .siluzan-content {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
  }
  .media-mobile .siluzan-content .content-title {
    width: 236px;
    height: 36px;
    margin: 0 auto;
  }
  .media-mobile .siluzan-content .content-title span {
    display: inline-block;
    width: 118px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    border: solid 1px #C9CDD4;
    cursor: pointer;
  }
  .media-mobile .siluzan-content .content-title span:nth-child(1) {
    border-radius: 4px 0 0 4px;
  }
  .media-mobile .siluzan-content .content-title span:nth-child(2) {
    border-radius: 0 4px 4px 0;
  }
  .media-mobile .siluzan-content .content-title span.act {
    background: #165DFF;
    font-weight: 800;
    color: #FFFFFF;
  }
  .media-mobile .siluzan-content .content-tab {
    width: 100%;
    margin-top: 16px;
  }
  .media-mobile .siluzan-content .content-tab .gosea {
    width: 100%;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down {
    width: 100%;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(1) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(2) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(3) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li:nth-child(4) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-title ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main {
    width: 100%;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab {
    width: 100%;
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl dt img {
    width: 170px;
    height: 90px;
    border-radius: 4px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl dd {
    width: 170px;
    height: 40px;
    line-height: 20px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .goseaa-meun dl dd a {
    display: inline-block;
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #1E1E1E;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .viewmore {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab .viewmore span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    cursor: pointer;
  }
  .media-mobile .siluzan-content .content-tab .gosea .gosea-down .goseaa-main .goseaa-tab.show {
    display: block;
  }
  .media-mobile .siluzan-content .content-tab .gosea .consult {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
  }
  .media-mobile .siluzan-content .content-tab .gosea .consult img {
    width: 150px;
    height: 36px;
    margin-top: 10px;
  }
  .media-mobile .siluzan-content .content-tab .domestic {
    width: 100%;
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down {
    width: 100%;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(1) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(2) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(3) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li:nth-child(4) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-title ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main {
    width: 100%;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown {
    width: 100%;
    display: none;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl dt img {
    width: 170px;
    height: 90px;
    border-radius: 4px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl dd {
    width: 170px;
    height: 40px;
    line-height: 20px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .domestica-meun dl dd a {
    display: inline-block;
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #1E1E1E;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .viewmore {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown .viewmore span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    cursor: pointer;
  }
  .media-mobile .siluzan-content .content-tab .domestic .domestica-down .domestica-main .domestica-tabdown.show {
    display: block;
  }
  .media-mobile .siluzan-content .content-tab .domestic .consult {
    width: 100%;
    margin-bottom: 20px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .consult a {
    width: 150px;
    height: 36px;
  }
  .media-mobile .siluzan-content .content-tab .domestic .consult a img {
    width: 150px;
    height: 36px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
}

/*!************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/detail/threepointsea.css ***!
  \************************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .header {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .header .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .header .head .logoth {
    display: inline-block;
    width: 40%;
    height: 16px;
  }
  .media-mobile .header .head .logoth img {
    width: 128px;
    height: 16px;
  }
  .media-mobile .header .head .operate {
    width: 30%;
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .header .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .header .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .kong {
    width: 100%;
    height: 70px;
  }
  .media-mobile .playclassr {
    width: 100%;
    height: 640px;
    background: #FFFFFF;
  }
  .media-mobile .playclassr .kong {
    width: 100%;
    height: 20px;
  }
  .media-mobile .playclassr .playclass-logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .playclassr .playclass-logo img {
    width: 110px;
    height: 36px;
  }
  .media-mobile .playclassr .playclass-logo span {
    width: 264px;
    height: 34px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #86909C;
    margin-top: 10px;
  }
  .media-mobile .playclassr .playclass-option {
    width: 100%;
  }
  .media-mobile .playclassr .playclass-option .playclass-title {
    width: 236px;
    height: 36px;
    margin: 20px auto;
  }
  .media-mobile .playclassr .playclass-option .playclass-title span {
    display: inline-block;
    width: 118px;
    height: 36px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    border: solid 1px #C9CDD4;
    cursor: pointer;
  }
  .media-mobile .playclassr .playclass-option .playclass-title span:nth-child(1) {
    border-radius: 4px 0 0 4px;
  }
  .media-mobile .playclassr .playclass-option .playclass-title span:nth-child(2) {
    border-radius: 0 4px 4px 0;
  }
  .media-mobile .playclassr .playclass-option .playclass-title span.act {
    background: #165DFF;
    font-weight: 800;
    color: #FFFFFF;
  }
  .media-mobile .playclassr .playclass-option .playclass-content {
    width: 100%;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea {
    width: 100%;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(1) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(2) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(3) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(3) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(4) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(4) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(5) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li:nth-child(5) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-titles ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main {
    width: 100%;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea {
    width: 100%;
    display: none;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun dl dt img {
    width: 170px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .gosea-meun dl dd {
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .viewmore {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea .viewmore span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    cursor: pointer;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .gosea .gosea-main .playclass-gosea.show {
    display: block;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic {
    width: 100%;
    display: none;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles ul {
    height: 39px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: none;
    border-bottom: solid 1px #C9CDD4;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles ul::-webkit-scrollbar {
    display: none;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles ul li {
    height: 38px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 40px;
    margin-left: 15px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles ul li:nth-child(1) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles ul li:nth-child(1) span {
    display: inline-block;
    width: 85px;
    height: 40px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles ul li:nth-child(2) img {
    width: 22px;
    height: 22px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles ul li:nth-child(2) span {
    display: inline-block;
    width: 70px;
    height: 40px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-titles ul li.act {
    color: #165DFF;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 2px #165DFF;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main {
    width: 100%;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown {
    width: 100%;
    display: none;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun dl {
    width: 170px;
    height: 140px;
    margin-bottom: 20px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun dl dt {
    width: 170px;
    height: 106px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun dl dt img {
    width: 170px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .domestic-meun dl dd {
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .viewmore {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown .viewmore span {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4E5969;
    cursor: pointer;
  }
  .media-mobile .playclassr .playclass-option .playclass-content .domestic .domestic-main .domestic-topdown.show {
    display: block;
  }
  .media-mobile .playclassr .playclass-online {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .media-mobile .playclassr .playclass-online a {
    width: 150px;
    height: 36px;
  }
  .media-mobile .playclassr .playclass-online a img {
    width: 150px;
    height: 36px;
  }
  .media-mobile-zzca {
    width: 100%;
    height: 400px;
    overflow: hidden;
    overflow-y: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999999999999;
    display: none;
  }
  .media-mobile-zzca .zzc-close {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .media-mobile-zzca .zzc-close img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    cursor: pointer;
  }
  .media-mobile-zzca .playa {
    width: 100%;
    height: 240px;
  }
  .media-mobile-zzca .playa img {
    width: 100%;
    height: 240px;
  }
}

/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/detail/detailseamarketingguru.css ***!
  \*********************************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    font-size: 14px;
    /* 手机设备字体大小 */
  }
  .media-mobile {
    width: 100%;
  }
  .media-mobile .headea {
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .media-mobile .headea .head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .logoo {
    display: inline-block;
    width: 40%;
    height: 16px;
  }
  .media-mobile .headea .head .logoo img {
    width: 128px;
    height: 16px;
  }
  .media-mobile .headea .head .operate {
    /* width: 30%; */
    height: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .media-mobile .headea .head .operate .experience {
    width: 76px;
    height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #165DFF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
  }
  .media-mobile .headea .head .operate img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .backgroundimg {
    width: 100%;
    height: 420px;
    background: url(/images/sss_d190e3cf.png) no-repeat;
    background-size: 100%;
    position: relative;
  }
  .media-mobile .backgroundimg ul {
    position: absolute;
    top: 85px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .backgroundimg ul li {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0em;
    color: #1D2129;
  }
  .media-mobile .backgroundimg ul li:nth-child(3) {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    color: #1D2129;
    margin-top: 10px;
  }
  .media-mobile .backgroundimg ul li:nth-child(4) {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    color: #1D2129;
  }
  .media-mobile .mainimg {
    width: 100%;
  }
  .media-mobile .mainimg img {
    width: 100%;
  }
  .media-mobile .physical {
    width: 100%;
    height: 182px;
    background: url(/images/physical_987d2cd4.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .media-mobile .physical .physical-about {
    width: 100%;
    height: 55px;
    line-height: 40px;
  }
  .media-mobile .physical .physical-about span {
    display: inline-block;
    width: 100%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 22.4px;
    color: #FFFFFF;
  }
  .media-mobile .physical .physical-btnn {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .physical .physical-btnn span {
    display: inline-block;
    width: 96px;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
  }
  .media-mobile .physical .physical-btnn span:nth-child(1) {
    background: url(/images/btn_plue_067ede1e.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .physical .physical-btnn span:nth-child(2) {
    background: url(/images/bth_bor_532ff447.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan {
    width: 100%;
    height: 464px;
    background: url(/images/butbg_c12a05d0.png) no-repeat;
    background-size: 100%;
  }
  .media-mobile .butsiluzan .siluzan-logo {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 130px;
  }
  .media-mobile .butsiluzan .siluzan-logo img {
    width: 200px;
    height: 24px;
  }
  .media-mobile .butsiluzan .siluzan-qr {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop img {
    width: 114px;
    height: 114px;
  }
  .media-mobile .butsiluzan .siluzan-qr .siluzan-qruop span {
    display: inline-block;
    width: 106px;
    height: 20px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
  }
  .media-mobile .butsiluzan .siluzan-photo {
    width: 100%;
    height: 60px;
    padding-top: 3%;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun {
    width: 220px;
    height: 40px;
    background: url(/images/butbutton_441d8476.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun img {
    width: 16px;
    height: 16px;
  }
  .media-mobile .butsiluzan .siluzan-photo .siluzan-zixun span {
    display: inline-block;
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-email {
    width: 100%;
    height: 20px;
  }
  .media-mobile .butsiluzan .siluzan-email span {
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .media-mobile .butsiluzan .siluzan-br {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .media-mobile .butsiluzan .siluzan-br img {
    width: 335px;
    height: 1px;
    opacity: 60%;
  }
  .media-mobile .butsiluzan .siluzan-info {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    line-height: 40px;
  }
  .media-mobile .butsiluzan .siluzan-info span {
    display: inline-block;
    width: 320px;
    height: 17px;
    opacity: 60%;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 10px;
  }
}

/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/common.css ***!
  \**********************************************************************/
* {
  font-family: "Alibaba PuHuiTi 3.0", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.more-qr-btn-warp {
  position: fixed;
  left: 0;
  top: 58vh;
}

.more-qr-btn-warp img {
  width: 95px;
  pointer-events: none;
  user-select: none;
}

.more-qr-btn-warp .more-qr-btn {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}

.dialog_miniprogram_box-mobile {
  display: none;
}

.media-mobile-zzc {
  display: none;
}

@media screen and (max-width: 600px) {
  .media-mobile .headeaBg_showDialog_box {
    background-color: #fff !important;
  }

  /* 移动端-获取报价弹框 */
  .media-mobile .dialog_box-mobile {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 70px;
    z-index: 9999;
  }

  .media-mobile .dialog_box-mobile .dialog_content-mobile {
    box-sizing: border-box;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile {
    width: 100%;
    height: 100px;
    background: url(/images/login_bg_d6412f6d.png) no-repeat left bottom / cover;
    padding-left: 7.46666%;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile p span {
    color: #1d2129;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    padding-top: 18px;
    margin-bottom: 8px;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile p .close {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
    box-sizing: border-box;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile p .close:hover::before,
  .media-mobile .dialog_box-mobile .dialog_top-mobile p .close:hover::after {
    background: red;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile p .close:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background: #666666;
    transform: rotate(45deg);
    top: -3px;
    left: 11px;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile p .close:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #666666;
    transform: rotate(-45deg);
    top: -3px;
    left: 11px;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile span {
    color: #1d2129;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }

  .media-mobile .dialog_box-mobile .dialog_top-mobile a {
    color: #165dff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile {
    padding-top: 19px;
    width: 100%;
    text-align: center;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile+.item-mobile {
    margin-top: 16px;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile {
    position: relative;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile.red::before {
    position: absolute;
    top: 50%;
    left: 4.26%;
    left: calc(7.46% - 12px);
    transform: translateY(-50%);
    content: "*";
    color: #ff3636;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile input {
    width: 85%;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    border: 1px solid #cfd5de;
    padding: 0 12px;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile textarea {
    width: 85%;
    height: 160px;
    line-height: 42px;
    border-radius: 4px;
    border: 1px solid #cfd5de;
    padding: 0 12px;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile input::-webkit-input-placeholder,
  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile textarea::-webkit-input-placeholder {
    color: #1d212966;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile input::-ms-input-placeholder,
  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile textarea::-ms-input-placeholder {
    color: #1d212966;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile input::-moz-input-placeholder,
  .media-mobile .dialog_box-mobile .dialog_main-mobile .item-mobile textarea::-moz-input-placeholder {
    color: #1d212966;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .submit-mobile {
    width: 85%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 4px;
    background: #165dff;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border: none;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .code-mobile {
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile p {
    color: #1d2129;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile p+p {
    /* margin-top: 4px; */
  }

  .media-mobile .dialog_box-mobile .dialog_main-mobile .dialog_code-mobile {
    padding-bottom: 20px;
  }

  .more-qr-btn-warp {
    position: fixed;
    left: auto;
    right: 0;
    top: 76vh;
  }

  /* 移动端-小程序跳转 */
  .dialog_miniprogram_box-mobile {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile {
    box-sizing: border-box;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }

  .dialog_miniprogram_box-mobile .headea {
    position: relative;
    border-bottom: 1px solid #ECEEF1;
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile .operate .experience {
    background: none;
    border: none;
    visibility: hidden;
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile {
    min-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
    background: url(/images/miniprogram_bg_cf48a3c7.jpg) no-repeat center bottom / cover, #fff;
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile .miniprogram_item_warp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile .miniprogram_item_warp .miniprogram_item_box {
    width: 89.333%;
    height: 160px;
    border-radius: 2.9%;
    color: #fff;
    padding-top: 27px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile .miniprogram_item_warp .miniprogram_item_box+.miniprogram_item_box {
    margin-top: 30px;
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile .miniprogram_item_warp .miniprogram_item1 {
    background: url(/images/miniprogram_icon1_7a2d216b.png) no-repeat 2.388% 28px / 42px auto,
      url(/images/miniprogram_bg2_78309c7b.png) no-repeat right bottom / cover,
      rgb(58, 97, 255);
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile .miniprogram_item_warp .miniprogram_item_txt {
    display: inline-block;
    padding: 0 24px 0 17%;
    font-size: 20px;
    font-weight: 600;
    background: url(/images/miniprogram_icon3_c7973e61.png) no-repeat right center / 20px auto;
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile .miniprogram_item_warp .miniprogram_item2 {
    background: url(/images/miniprogram_icon2_cc3fd0a9.png) no-repeat 2.388% 26px / 42px auto,
      url(/images/miniprogram_bg3_faeef0ad.png) no-repeat right bottom / cover,
      rgb(58, 97, 255);
  }

  .dialog_miniprogram_box-mobile .dialog_content-mobile .close-btn {
    margin-top: 30px;
    width: 40%;
    height: 42px;
    line-height: 42px;
    line-height: 42px;
    border-radius: 4px;
    border: 1px solid #CFD5DE;
    background: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 160px;
  }

  .dialog_miniprogram_box-mobile .dialog_bottom-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 136px;
    background: url(/images/miniprogram_bg4_1f7ec0c5.jpg) no-repeat right bottom / cover;
    padding-left: 7.46666%;
  }

  .dialog_miniprogram_box-mobile .dialog_bottom-mobile p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dialog_miniprogram_box-mobile .dialog_bottom-mobile p span {
    color: #1d2129;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    padding-top: 28px;
    margin-bottom: 8px;
  }

  .dialog_miniprogram_box-mobile .dialog_bottom-mobile p .close:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background: #666666;
    transform: rotate(45deg);
    top: -3px;
    left: 11px;
  }

  .dialog_miniprogram_box-mobile .dialog_bottom-mobile p .close:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #666666;
    transform: rotate(-45deg);
    top: -3px;
    left: 11px;
  }

  .dialog_miniprogram_box-mobile .dialog_bottom-mobile span {
    color: #1d2129;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }

  .dialog_miniprogram_box-mobile .dialog_bottom-mobile a {
    color: #165dff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }
}

/* 核心功能下拉菜单样式 */
#nav2 {
  position: relative;
  cursor: pointer;
}

#nav2:hover .core_function_dropdown {
  display: flex;
}

#nav2:hover .products_nav_arrow_icon {
  transform: rotate(180deg);
}

#nav2 .products_nav_arrow_icon {
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  transition: all 0.3s;
  pointer-events: none;
}

#nav2 .core_function_dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  left: -20px;
  width: 150px;
  padding: 4px 0;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px #0000001f;
  background: #fff;
  cursor: auto;
}

#nav2 .core_function_dropdown .dropdown_inner {
  display: flex;
  flex-direction: column;
}

#nav2 .core_function_dropdown .dropdown_item {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #303133;
  cursor: pointer;
  text-decoration: none;
  height: fit-content;
  border-radius: 3px;
}

#nav2 .core_function_dropdown .dropdown_item:hover {
  background: #f7f9fb;
  color: #165dff;
}
