/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/

html {
    font-size: 16px;
  }

  @font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url(https://static.lllnet.cn/gclc-dxsjy/font/YouSheBiaoTiHei-2.ttf);
}
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
      'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100vw;
    height: 100vh;
  }
  
  * {
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
  }
  
  .flex-row {
    display: flex;
    flex-direction: row;
  }
  
  .flex-col {
    display: flex;
    flex-direction: column;
  }
  
  .justify-start {
    display: flex;
    justify-content: flex-start;
  }
  
  .justify-center {
    display: flex;
    justify-content: center;
  }
  
  .justify-end {
    display: flex;
    justify-content: flex-end;
  }
  
  .justify-evenly {
    display: flex;
    justify-content: space-evenly;
  }
  
  .justify-around {
    display: flex;
    justify-content: space-around;
  }
  
  .justify-between {
    display: flex;
    justify-content: space-between;
  }
  
  .items-start {
    display: flex;
    align-items: flex-start;
  }
  
  .items-center {
    display: flex;
    align-items: center;
  }
  
  .items-end {
    display: flex;
    align-items: flex-end;
  }

.equal-division-item {
    flex: 1 1 240px;
    padding: 10.5px 20px;
  }
  .grid-item {
    padding-bottom: 15px;
    filter: drop-shadow(0px 5px 5px #373c6d19);
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    position: relative;
  }
  .grid-item:hover{
    transform: translateY(-5px);
  }
  .list-item {
    filter: drop-shadow(0px 5px 5px #373c6d19);
    background-color: #ffffff;
  }
  .equal-division-item_1 {
    margin-left: 30px;
    flex: 1 1 380px;
    padding-bottom: 15px;
    filter: drop-shadow(0px 5px 5px #373c6d19);
    background-color: #ffffff;
    height: 182px;
    cursor: pointer;
  }
  .grid-item_1 {
    cursor: pointer;
    padding: 8.5px 0;
    filter: drop-shadow(0px 5px 5px #373c6d19);
    background-color: #ffffff;
  }
  .image_8 {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
  }
  .image_18 {
    border-radius: 50%;
    width: 46px;
    height: 46px;
  }
  .group_20 {
    margin-left: 10px;
    margin-top: 3px;
    width: 144px;
  }
  .group_27 {
    margin-left: 8.5px;
    padding-bottom: 9px;
    width: 102px;
    position: relative;
  }
  .group_28,group_31 {
    margin: 3px 0 3px 40px;
    width: auto;
    cursor: pointer;
  }
  .image_24 {
    margin: 4.5px 0 4.5px 5px;
    flex-shrink: 0;
    width: 6px;
    height: 11px;
  }
  .image_26 {
    flex-shrink: 0;
    width: 282px;
    height: 174px;
  }
  .group_40 {
    padding: 20px 20px 5px;
  }
  .section_20 {
    align-self: flex-start;
    background-color: #f36037;
    border-radius: 1px;
    width: 100%;
    height: 3px;
  }
  .section_29 {
    background-color: #3aa6a3;
  }
  .section_30 {
    background-color: rgb(232, 81, 114);
  }
  .section_35 {
    background-color: #904aec;
  }
  .section_34 {
    background-color: #e2503e;
  }
  .group_44 {
    margin-top: 15px;
    padding: 21px 20px 19px;
    border-top: solid 1px #f1f1f1;
  }
  .group_99 {
    margin-top: 5px;
    padding: 0 15px;
  }
  .image_95 {
    width: 164px;
    height: 63px;
  }
  .text_54 {
    color: #1c1f21;
    font-size: 24px;
    font-family: '.AppleSystemUIFont';
    line-height: 28px;
    position: absolute;
    left: 0;
    right: 5px;
    font-family: 'YouSheBiaoTiHei';
    bottom: 0;
  }
  .group_43 {
    margin-right: 5px;
    margin-top: 8px;
    cursor: pointer;
  }
  .section_21 {
    padding-top: 18px;
    flex-shrink: 0;
    background-image: linear-gradient(180deg, #f37962 0%, #ffd198 100%);
    width: 230px;
    height: 384px;
  }
  .group_46 {
    margin-left: 30px;
    flex: 1 1 auto;
  }
  .text_305 {
    color: #ffffff;
    font-size: 20px;
    font-family: '.AppleSystemUIFont';
    line-height: 23px;
    text-shadow: 0px 2px 4px #00000033;
  }
  .text_108 {
    color: #f36037;
    font-size: 24px;
    font-family: '.AppleSystemUIFont';
    line-height: 28px;
  }
  .group_42 {
    margin-left: 163px;
    margin-top: 5px;
    flex-shrink: 0;
  }
  .text_116 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .image_35 {
    margin: 4.5px 0 4.5px 5px;
    flex-shrink: 0;
    width: 6px;
    height: 11px;
  }
  .text_118 {
    align-self: center;
    color: #ffffff1a;
    font-size: 30px;
    font-family: 'Helvetica';
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
  }
  .group_45 {
    margin-top: 6.5px;
    position: relative;
  }
  .group_48 {
    margin-top: 9px;
  }
  .group_50 {
    margin-top: 5px;
  }
  .group_54 {
    margin-top: 20px;
  }
  .group_55 {
    margin-top: 9px;
  }
  .group_56 {
    margin-top: 5px;
  }
  .text_69 {
    margin-left: 10px;
    color: #999999;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    text-decoration: line-through;
  }

  .text_112 {
    margin-left: 40px;
    color: #333333;
    font-size: 18px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
  }
  .text_114 {
    color: #333333;
    font-size: 18px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 25px;
    margin-right: 40px;
    cursor: pointer;
    display: inline-block;
  }
  .actives {
    color: #f36037;
  }
  .image_37 {
    width: 188px;
    height: 323px;
  }
  .text-wrapper_3 {
    padding: 10px 0 11px;
    background-color: #f36037;
    width: 230px;
    position: absolute;
    left: 0;
    right: 0;
    top: 235.5px;
  }
  .image_39 {
    flex: 1 1 210px;
    width: 210px;
    height: 130px;
  }
  .image_41 {
    margin-left: 20px;
    flex: 1 1 210px;
    width: 210px;
    height: 130px;
  }
  .image_43 {
    margin-left: 20px;
    flex: 1 1 210px;
    width: 210px;
    height: 130px;
  }
  .image_45 {
    margin-left: 20px;
    flex: 1 1 210px;
    width: 210px;
    height: 130px;
  }
  .text_127 {
    margin-right: 154px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_129 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_143 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .image_47 {
    flex: 1 1 210px;
    width: 210px;
    height: 130px;
  }
  .image_49 {
    margin-left: 20px;
    flex: 1 1 210px;
    width: 210px;
    height: 130px;
  }
  .image_51 {
    margin-left: 20px;
    flex: 1 1 210px;
    width: 210px;
    height: 130px;
  }
  .image_53 {
    margin-left: 20px;
    flex: 1 1 210px;
    width: 210px;
    height: 130px;
  }
  .text_145 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_147 {
    margin-left: 145px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_151 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_165 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_120 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'PingFang SC';
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    width: 120px;
  }
  .text_122 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_124 {
    margin-left: 135px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_131 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_133 {
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_135 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_137 {
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_139 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_141 {
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_153 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_155 {
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_157 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_159 {
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_161 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_163 {
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_188 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_190 {
    margin-left: 104px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_174 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_176 {
    margin-left: 88px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_221 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_223 {
    margin-left: 88px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_307 {
    color: #545c63;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    text-align: left;
  }
  .text_41 {
    color: #1c1f21;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 22px;
  }
  .text_56 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .text_309 {
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_63 {
    align-self: flex-start;
    color: #545c63;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 22px;
  }
  .text_67 {
    color: #f01414;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .group_30 {
    margin-top: 13px;
  }
  .text_43 {
    margin-top: 4px;
    color: #555c63;
    font-size: 12px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 17px;
  }
  .text_71 {
    margin-left: 30px;
    align-self: center;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_311 {
    margin-right: 11px;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_65 {
    margin-top: 5px;
    align-self: flex-start;
    color: #999999;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .group_32 {
    margin-top: 5px;
  }
  .page {
    background-color: #F8F8F8;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
  .group_104 {
    margin-top: 30px;
    padding-bottom: 59px;
    position: relative;
  }
  .section_1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 9px;
    height: 41px;
    background-color: #f5f5f5;
  }
  .section_3 {
    width: 1200px;
    margin: 30px auto 0;
    background-color: #ffffffff;
  }
  .section_6 {
    height: 385px;
    padding: 0 360px;
    background-color: #ffffffff;
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602041597388509458.png');
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .group_18 {
      width: 1200px;
      margin: 30px auto 0;
  }
  .image_104 {
    width: 976px;
    height: 97px;
  }
  .image_105 {
    width: 945px;
    height: 97px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .section_32 {
    padding-bottom: 51px;
    background-color: #303133;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .group_1 {
    margin-top: 3px;
  }
  .group_7 {
    margin-top: 31px;
  }
  .section_7 {
    padding: 17px 15px 16px;
    background-color: #ffffff;
    height: 385px;
    position: absolute;
    top: 30px;
    left: -81px;
    width: 251px;
    z-index: 999;
  }
  .group_16 {
    margin-top: 40px;
    width: 581px;
  }
  .equal-division {
    padding: 17px 0 16px;
    filter: drop-shadow(0px 5px 5px #373c6d19);
    background-color: #ffffff;
  }
  .group_25 {
    margin-top: 30px;
  }
  .grid {
    margin-top: 27px;
    height: 566px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 26px;
    column-gap: 26px;
  }
  .list {
    margin-top: 30px;
  }
  .group_96 {
    margin-top: 30px;
  }
  .equal-division_1 {
    margin-top: 27px;
  }
  .group_100 {
    margin-top: 30px;
  }
  .grid_1 {
    margin-top: 27px;
    height: 180px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 22px;
    column-gap: 21.5px;
  }
  .section_33 {
    width: 1200px;
    margin: 0 auto;
    /* padding: 0 355px 2px 362px; */
    background-image: url('https://static.lllnet.cn/gclc-dxsjy/img/footBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .text_336 {
    color: #909399;
    font-size: 12px;
    font-family: '.AppleSystemUIFont';
    line-height: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 31px;
  }
  .text_337 {
    color: #909399;
    font-size: 12px;
    font-family: '.AppleSystemUIFont';
    line-height: 24px;
    position: absolute;
    right: 732px;
    bottom: 38px;
  }
  .text {
    color: #666666;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
    cursor: pointer;
  }
  .text_1 {
    margin-left: 30px;
    color: #666666;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
    cursor: pointer;
  }
  .text_2 {
    margin-left: 30px;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_3 {
    margin-left: 30px;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .group_3 {
    flex-shrink: 0;
  }
  .group_4 {
    margin-left: 30px;
    margin-top: 3px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .text_7 {
    margin-left: 33px;
    margin-top: 3px;
    color: #666666;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
    cursor: pointer;
  }
  .section_4 {
    position: relative;
  }
  .section_4 input{
    width: 312px;
    margin: 4px 0;
    padding: 10px 36px 10px 10px;
    background-color: #f2f4f5bf;
    border-radius: 5px;
    height: 40px;
    margin-top: 12.5px;
    position: relative;
    font-size: 14px;
    font-family: 'PingFang SC';
    border: none;
    outline: none;
  }
  .section_5 {
    padding: 10px 14px 10px 56px;
    background-color: #ff6a00;
    height: 40px;
    cursor: pointer;
    float: left;
  }
  .section_5:hover .section_7{
    display: block !important;
  }
  .text_10 {
    width: 118px;
    float: left;
    color: #1c1f21;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
  }
  .text_11 {
    margin: 10px 0;
    color: #1c1f21;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
  }
  .text_12 {
    margin: 10px 0;
    color: #1c1f21;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
  }
  .text_13 {
    margin: 10px 0;
    color: #1c1f21;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
  }
  .text_14 {
    margin: 10px 0;
    color: #1c1f21;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
  }
  .text_15 {
    margin: 10px 0;
    color: #1c1f21;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
  }
  .text_16 {
    margin: 10px 0;
    color: #1c1f21;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
  }
  .group_10 {
    margin-top: 30px;
  }
  .group_11 {
    margin-top: 30px;
  }
  .group_12 {
    margin-top: 30px;
  }
  .group_13 {
    margin-top: 30px;
  }
  .group_14 {
    margin-top: 30px;
  }
  .group_15 {
    margin-top: 30px;
  }
  .section_8 {
    padding: 42px 20px 47px;
    align-self: flex-end;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    pointer-events:none;
    pointer-events: stroke;
  }
  .group_26 {
    width: 613.5px;
  }
  .group_29 {
    margin: 4px 6px 5px 0;
    cursor: pointer;
  }
  .list-item:not(:first-of-type) {
    margin-top: 30px;
  }
  .group_97 {
    width: 599.5px;
  }
  .group_98 {
    margin: 4px 6px 5px 0;
    cursor: pointer;
  }
  .section_28 {
    margin-left: 0;
    cursor: pointer;
  }
  .group_103 {
    margin: 4px 6px 5px 0;
    cursor: pointer;
  }
  .group_105 {
    padding: 15px 0 16.5px;
    border-bottom: solid 1px #47494c;
  }
  .text_335 {
    margin-left: 64px;
    margin-top: 21.5px;
    color: #909399;
    font-size: 12px;
    font-family: '.AppleSystemUIFont';
    line-height: 24px;
  }
  .section_2 {
    padding: 3.5px 5px 0;
    flex-shrink: 0;
    background-color: #ffdabc;
    border-radius: 3px;
    height: 22px;
  }
  .image_1 {
    margin: 8px 0;
    flex-shrink: 0;
    width: 4px;
    height: 6px;
  }
  .text_5 {
    margin-left: 5px;
    margin-top: 3px;
    cursor: pointer;
    color: #666666;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .text_6 {
    color: #666666;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .image_2 {
    margin: 6px 0 6px 3px;
    flex-shrink: 0;
    width: 9px;
    height: 5px;
  }
  .image_3 {
    width: 48px;
    height: 48px;
  }
  .image_4 {
    margin: 9px 0 8.5px 11px;
    height: 48px;
    object-fit: fill;
  }
  .text_8 {
    color: #999999;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .image_5 {
    flex-shrink: 0;
    width: 18px;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 11.8px;
    top: 55%;
    transform: translateY(-50%);
  }
  .image_7 {
    margin: 6.5px 0 6.5px 59px;
    width: 12px;
    height: 7px;
  }
  .text_17 {
    color: #333333;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 22px;
  }
  .text_18 {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 22px;
  }
  .text_19 {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 22px;
  }
  .image_9 {
    margin: 3px 0 4px 4px;
  }
  .text_20 {
    color: #333333;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 24px;
  }
  .text_21 {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 120px;
  }
  .text_22 {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 22px;
  }
  .image_10 {
    margin: 3px 0 4px 4px;
  }
  .text_23 {
    color: #333333;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 24px;
  }
  .text_24 {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .text_25 {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .image_11 {
    margin: 3px 0 4px 9px;
  }
  .text_26 {
    color: #333333;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 22px;
  }
  .text_27 {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .text_28 {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .image_12 {
    margin: 3px 0 4px 18px;
  }
  .text_29 {
    color: #333333;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 22px;
  }
  .text_30 {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 22px;
  }
  .text_31 {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 22px;
  }
  .image_13 {
    margin: 3px 0 4px 4px;
  }
  .text_32 {
    color: #333333;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 22px;
  }
  .text_33 {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 22px;
  }
  .text_34 {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 22px;
  }
  .image_14 {
    margin: 3px 0 4px 4px;
  }
  .text_35 {
    color: #333333;
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 22px;
  }
  .text_36 {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .text_37 {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .image_15 {
    margin: 3px 0 4px 4px;
  }
  .image_16 {
    align-self: center;
    border-radius: 50%;
    width: 64px;
    height: 64px;
  }
  .text_38 {
    margin-top: 16px;
    align-self: center;
    color: #666666;
    font-size: 12px;
    font-family: 'PingFang SC';
    line-height: 17px;
  }
  .group_17 {
    margin-top: 36px;
  }
  .text-wrapper_2 {
    margin-bottom: 3px;
    padding-top: 6px;
    background-image: url('https://static.lllnet.cn/gclc-dxsjy/img/bg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 65px;
    height: 26px;
  }

  .text-wrapper_9{
    background-image: url('https://static.lllnet.cn/gclc-dxsjy/img/bg2.png');
  }
  
  .text_58 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .text_59 {
    margin: 3px 0 6px 40px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .text_60 {
    margin: 3px 0 6px 40px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .text_61 {
    margin: 3px 0 6px 40px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .text_62 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .view_40 {
    background-color: #3aa6a3;
    border-radius: 1.5px;
  }
  .view_56 {
    background-color: #e85172;
    border-radius: 1.5px;
  }
  .view_57 {
    padding: 21px 20px 15px;
  }
  .view_72 {
    background-color: #904aec;
    border-radius: 1.5px;
  }
  .view_89 {
    background-color: #e2503e;
    border-radius: 1.5px;
  }
  .text-wrapper_4 {
    margin-bottom: 3px;
    padding-top: 6px;
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602041642837191928.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 65px;
    height: 26px;
  }
  .text_300 {
    margin: 3px 0 6px 40px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .text_301 {
    margin: 3px 0 6px 40px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .text_302 {
    margin: 3px 0 6px 40px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .text_303 {
    margin: 3px 0 6px 40px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
    cursor: pointer;
  }
  .text_304 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .text-wrapper_5 {
    padding: 34px 0 33px;
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602041642881218084.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .text_308 {
    margin: 15px 26px 0 15px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden; 
  }
  .text-wrapper_6 {
    padding: 34px 0 33px;
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602041643385744201.png');
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .text_314 {
    margin: 15px 15px 0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden; 
  }
  .text-wrapper_7 {
    padding: 34px 0 33px;
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602041643441567349.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .text_318 {
    margin: 15px 18px 0 15px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden; 
  }
  .text-wrapper_8 {
    margin-bottom: 3px;
    padding-top: 6px;
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602041648761105633.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 65px;
    height: 26px;
  }

  .wrapper_8s{
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602124936662287633.png');
  }
  .group_102 {
    margin-left: 8.5px;
    padding-bottom: 9px;
    width: 79px;
    position: relative;
  }
  .text_323 {
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .text_324 {
    color: #ffffff;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
    cursor: pointer;
  }
  .text_325 {
    margin-left: 18.5px;
    color: #ffffff66;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
  }
  .text_326 {
    margin-left: 17px;
    color: #ffffff;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
    cursor: pointer;
  }
  .text_327 {
    margin-left: 15px;
    color: #ffffff66;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
  }
  .text_328 {
    margin-left: 17px;
    color: #ffffff;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
    cursor: pointer;
  }
  .text_329 {
    margin-left: 18.5px;
    color: #ffffff66;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
  }
  .text_330 {
    margin-left: 17px;
    color: #ffffff;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
    cursor: pointer;
  }
  .text_331 {
    margin-left: 18.5px;
    color: #ffffff66;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
  }
  .text_332 {
    margin-left: 17px;
    color: #ffffff;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
    cursor: pointer;
  }
  .text_333 {
    margin-left: 18.5px;
    color: #ffffff66;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
  }
  .text_334 {
    margin-left: 17px;
    color: #ffffff;
    font-size: 14px;
    font-family: '.AppleSystemUIFont';
    line-height: 17px;
    cursor: pointer;
  }
  .image {
    margin-bottom: 3.5px;
    flex-shrink: 0;
    width: 16px;
    height: 15px;
  }
  .text_4 {
    margin-left: 4px;
    color: #ff7112;
    font-size: 12px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 17px;
  }
  .image_6 {
    margin: 4px 0;
    flex-shrink: 0;
    width: 14px;
    height: 12px;
  }
  .text_9 {
    margin-left: 11px;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
    position: relative;
  }
  .text-wrapper {
    background-color: #ffffff;
    border-radius: 17px;
    width: 108px;
    border: solid 1px #ff6a00;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
  }
  .text-wrapper_1 {
    margin-top: 15px;
    padding: 7px 0;
    background-image: linear-gradient(270deg, #ff9500 0%, #ff7112 100%);
    border-radius: 17px;
    width: 108px;
    cursor: pointer;

  }
  .text_53 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: 700;
    line-height: 19px;
  }
  .section_9 {
    background-image: linear-gradient(219.6deg, #ff8a7280 0%, #ff8a7280 -0.22%, #eb190980 98.17%, #eb190980 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  .section_10 {
    background-color: #ef2e1d;
    border-radius: 1.5px;
    height: 3px;
  }
  .section_100{
    background-color: #70D1FB;
  }
  .view_42 {
    background-image: linear-gradient(180deg, #3aa6a3 0%, #9bf2ab 100%);
  }
  .view_58 {
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602041579787938910.png');
    margin-top: 4px;
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .view_60 {
    margin-bottom: 4px;
  }
  .view_74 {
    background-image: linear-gradient(180deg, #9a5aef 0%, #e6b2ff 100%);
  }
  .view_91 {
    background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/62f4b40317f9af00116cd52d/16602041595985677717.png');
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .text_297 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: 700;
    line-height: 19px;
  }
  .section_26 {
    background-image: linear-gradient(219.6deg, #79dafe80 0%, #79dafe80 -0.22%, #70d1fc80 98.17%, #70d1fc80 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  .section_27 {
    background-color: #70d1fb;
    border-radius: 1.5px;
    height: 3px;
  }
  .text_321 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: 700;
    line-height: 19px;
  }
  .section_31 {
    background-image: linear-gradient(219.6deg, #fda77380 0%, #fda77380 -0.22%, #fd956280 98.17%, #fd956280 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  .section_31s {
    background-image: linear-gradient(219.6deg, #5AEEBB80 0%, #5AEEBB80 -0.22%, #5AEEBB80 98.17%, #5AEEBB80 100%);
  }
  .text_322 {
    color: #1c1f21;
    font-size: 24px;
    font-family: 'YouSheBiaoTiHei';
    line-height: 28px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .text_39 {
    color: #ff9500;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_40 {
    color: #ffffff;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_167 {
    color: #3aa6a3;
  }
  .view_43 {
    margin-top: 8.5px;
    padding-bottom: 27.5px;
  }
  .text_202 {
    color: #e85172;
  }
  .view_59 {
    margin-top: 242px;
    position: initial;
    padding: 10px 0 11px;
    background-color: #e85172;
  }
  .text_235 {
    color: #904aec;
  }
  .text_240 {
    align-self: flex-start;
    text-transform: initial;
    margin-left: 28px;
  }
  .view_75 {
    margin-top: 9px;
    padding-bottom: 18px;
  }
  .text_266 {
    color: #e2503e;
  }
  .text_271 {
    align-self: flex-start;
    text-transform: initial;
    margin-left: 10px;
  }
  .view_92 {
    margin-top: 242px;
    position: initial;
    padding: 10px 0 11px;
    background-color: #e2503e;
  }
  .text_149 {
    margin-left: 145px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_150 {
    margin-left: 135px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    line-height: 20px;
  }
  .text_168 {
    color: #3aa6a3;
  }
  .image_56 {
    width: 202px;
    height: 294px;
  }
  .view_44 {
    background-color: #3aa6a3;
    top: 233.5px;
  }
  .text_179 {
    margin-right: 3px;
  }
  .view_51 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
  }
  .text_193 {
    margin-left: initial;
    margin-right: 112px;
  }
  .text_203 {
    color: #e85172;
  }
  .text_208 {
    width: initial;
    height: initial;
    color: #ffffff;
    font-size: 24px;
    font-family: 'PingFang SC';
    font-weight: 600;
    line-height: 34px;
    text-align: left;
  }
  .text_212 {
    margin-right: 3px;
  }
  .view_66 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
  }
  .text_226 {
    margin-left: initial;
    margin-right: 3px;
  }
  .text_236 {
    color: #904aec;
  }
  .image_75 {
    width: 200px;
    height: 303px;
  }
  .view_76 {
    background-color: #904aec;
    top: 233px;
  }
  .text_245 {
    margin-right: 3px;
  }
  .view_83 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
  }
  .text_257 {
    margin-left: initial;
    margin-right: 3px;
  }
  .text_267 {
    color: #e2503e;
  }
  .text_272 {
    width: initial;
    height: initial;
    color: #ffffff;
    font-size: 24px;
    font-family: 'PingFang SC';
    font-weight: 600;
    line-height: 34px;
    text-align: center;
  }
  .text_276 {
    margin-right: 3px;
  }
  .view_99 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
  }
  .text_288 {
    margin-left: initial;
    margin-right: 3px;
  }
  .text_126 {
    margin-left: 135px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .text_173 {
    text-align: left;
    width: initial;
  }
  .view_47 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
    flex-shrink: 0;
  }
  .text_178 {
    margin-left: 106px;
  }
  .text_192 {
    margin-left: 95px;
    color: #333333;
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 500;
    line-height: 20px;
  }
  .view_62 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
    flex-shrink: 0;
  }
  .text_211 {
    margin-left: 106px;
  }
  .view_67 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
    flex-shrink: 0;
  }
  .text_225 {
    margin-left: 106px;
  }
  .view_79 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
    flex-shrink: 0;
  }
  .text_244 {
    margin-left: 106px;
  }
  .view_84 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
    flex-shrink: 0;
  }
  .text_256 {
    margin-left: 106px;
  }
  .view_95 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
    flex-shrink: 0;
  }
  .text_275 {
    margin-left: 106px;
  }
  .view_100 {
    color: initial;
    font-size: initial;
    font-family: initial;
    font-weight: initial;
    line-height: initial;
    flex-shrink: 0;
  }
  .text_287 {
    margin-left: 106px;
  }

  
.swiper {
  width: 100%;
  height: 385px;
}  

.bannerItem{
  width: 100%;
  height: 100%;
}

.swiperPag {
  width:4.5rem;
  height: 0.07rem;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  margin:0 auto;
  background-color: rgba($color: #000000, $alpha: 0.8)
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom:0.27rem;
}

.swiper-pagination-customs {
  width: 6px;
  height: 6px;
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px 0 2px;
}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #8F3D2C;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 11px;
}

.swiper-pagination-customs-active span{
  width: 25px;
  height: 6px;
  display: inline-block;
  background-color: #FF6A00;
  border-radius: 5px;
}

.loginDiv{
  width: 1200px;
  position: absolute;
  height: 385px;
  z-index: 99;
  top: 0;
  pointer-events:none;
  left: 50%;
  transform: translateX(-50%);
}

.greadItem{
  height: 182px;
  cursor: pointer;
  width: 210px;
  margin-bottom: 20px;
  transition: all .2s;
  position: relative;
}

.greadItem:hover .play-covers {
  opacity: 1;
}

.greadItem:hover .play-covers:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.greadItemText{
  width: 100%;
  height: 42px;
  margin-top: 10px;
  position: relative;
}

.greadItemTitle{
  width: 100%;
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
}

.greadItemTimers{
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
}

.greadItemTimers div {
  color: #999999;
  font-size: 12px;
  font-family: 'PingFang SC';
  line-height: 17px;
}

.greadList{
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  justify-content: space-between;
}

.play-cover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 174px;
  background: rgba(0,0,0,.35);
  opacity: 0;
  transition: all .25s;
}


.play-covers{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  background: rgba(0,0,0,.35);
  opacity: 0;
  transition: all .25s;
}

.grid-item:hover .play-cover {
  opacity: 1;
}

.play-cover:before {
  content: '';
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  transition: all .25s;
  background: url(https://static.lllnet.cn/gclc-dxsjy/img/playBg.png) 0 -115px;
  position: absolute;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.play-covers:before {
  content: '';
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  transition: all .25s;
  background: url(https://static.lllnet.cn/gclc-dxsjy/img/playBg.png) 0 -115px;
  position: absolute;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.grid-item:hover .play-cover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.zhidaoBox{
  display: none;
}

.fudaoBox{
  display: none;
}

.jinengBox{
  display: none;
}

.nengliBox{
  display: none;
}

.renzhengBox{
  display: none;
}

.greadliBox{
  display: none;
}