body {
    font-family: "alibaba-puhuiti", "Nexa Bold" !important;
  }
  
  ::selection {
    background-color: #04b0e9 !important;
  }
  
  .little-none {
    display: block;
  }
  
  .little-show {
    display: none;
  }
  
  .ask {
    cursor: pointer;
  }
  
  .zixunFix {
    position: fixed;
    left: 40px;
    top: 14%;
    z-index: 10909;
  }
  
  .zixunFix .zixunConFix {
    position: relative;
    width: 80px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0px 4px #999;
  }
  
  .zixunFix .zixunConFix .zixunFixUl {
    text-align: center;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li {
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    z-index: 9999;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li a {
    padding: 12px 5px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li a:hover {
    text-decoration: none;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li a span {
    color: #999;
    margin-top: 5px;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li:hover {
    background-color: rgba(252, 235, 174, 0.3);
  }
  
  .zixunFix .zixunConFix .zixunFixUl li p {
    margin-bottom: 0;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li .zixun-show {
    width: 150px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    position: absolute;
    right: -153px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: -75px;
    padding: 5px;
    display: none;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li .zixun-show img {
    width: 100%;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li .zixun-text {
    font-weight: bold;
  }
  
  .zixunFix .zixunConFix .zixunFixUl li:hover .zixun-show {
    display: flex;
  }
  
  .zixunFix .zixunConFix .zixunFixUl .turn_top {
    display: none;
  }
  
  .zixunFix .zixunConFix .zixunFixUl .erwei {
    width: 160px;
    height: 190px;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
  }
  
  .zixunFix .zixunConFix .zixunFixUl .erwei img {
    width: 100%;
    margin-left: 0px !important;
  }
  
  .zixunFix .zixunConFix .zixunFixUl .erwei a {
    padding: 0 !important;
    font-size: 16px;
  }
  
  .zixunFix .zixunConFix .zixunFixUl .erwei a span {
    color: #000;
    margin-right: 0px !important;
  }
  
  .activitys {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    top: 0;
    left: 0;
    display: none;
  }
  
  .activitys .activityBox {
    width: 693px;
    height: 335px;
    background: url("/skin/images/head_foot/try_bg.png") no-repeat;
    position: absolute;
    left: calc(50% - 346px);
    top: calc(50% - 164px);
  }
  
  .activitys .activityClose {
    position: absolute;
    right: 70px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  
  .activitys .activityClose img {
    width: 100%;
    height: 100%;
  }
  
  .activitys .activityIp {
    width: 260px;
    text-align: center;
    float: right;
    margin-right: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .activitys .activityIp .actTtitle {
    color: #999;
    font-size: 19px;
  }
  
  .activitys .activityIp .actPhone,
  .activitys .activityIp .actCode {
    margin-top: 30px;
    width: 200px;
    height: 32px;
    padding: 0 15px;
    color: #aaa;
    border: none;
  }
  
  .activitys .activityIp .actCode {
    margin-top: 20px;
  }
  
  .activitys .activityIp .actBtn {
    width: 200px;
    background-color: #fe5d65;
    color: #fff;
    height: 32px;
    border: none;
    margin-top: 16px;
    outline: none;
    border-radius: 5px;
  }
  
  .activitys .activityIp .actWordDec {
    position: absolute;
    bottom: 30px;
  }
  
  .footFix {
    background-color: #0b0f14c4;
    height: 100px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  
  .footFix .footFixContent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    width: 1300px;
    margin: 0 auto;
  }
  
  .footFix .footFixContent .footW {
    display: flex;
  }
  
  .footFix .footFixContent .footH3 {
    font-family: SourceHanSansCN-Regular-Bold;
    font-size: 37px;
    color: #e9ec10;
    font-weight: bold;
  }
  
  .footFix .footFixContent ul {
    display: flex;
    text-align: center;
    list-style-image: none;
  }
  
  .footFix .footFixContent ul li {
    margin: 0 5px;
    list-style: none;
  }
  
  .footFix .footFixContent ul .className {
    font-family: SourceHanSansCN-Regular-Bold;
    font-size: 28px;
    color: #ffffff;
  }
  
  .footFix .footFixContent ul .classDesc {
    font-size: 20px;
    color: #ffffff;
  }
  
  .footFix .footFixContent .phoneDest {
    font-family: SourceHanSansCN-Regular-Bold;
    font-size: 18px;
    color: #e7eb17;
  }
  
  .footFix .footFixContent .phoneDetail {
    font-family: Impact;
    font-size: 35px;
    color: #ffffff;
  }
  
  .footFix .footFixContent .footFimg1 {
    margin-bottom: 40px;
  }
  
  .footFix .footFixContent .footFimg2 {
    margin-bottom: 60px;
  }
  
  .footFix .footFixContent .footAdBtn {
    width: 154px;
    height: 60px;
    background-image: linear-gradient(0deg, #efb73d 0%, #f1f525 100%),
      linear-gradient(#fee3be, #fee3be);
    background-blend-mode: normal, normal;
    border-radius: 30px;
    font-family: SourceHanSansCN-Regular-Bold;
    font-size: 24px;
    letter-spacing: 1px;
    color: #019cfe;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
  }
  
  @media screen and (max-width: 1366px) {
    .zixunFix {
      top: 25%;
    }
  
    .zixunFix .zixunConFix li {
      margin-bottom: 5px !important;
    }
  
    .zixunFix .zixunConFix li a {
      padding: 10px 0 !important;
      font-size: 14px !important;
    }
  
    .zixunFix .zixunConFix li:nth-child(6) {
      height: 58px !important;
      margin-left: 40px !important;
    }
  
    .zixunFix .zixunConFix li:nth-child(6) img {
      margin-left: 24px !important;
    }
  
    .zixunFix .zixunConFix .zixunFixUl .erwei {
      width: 140px;
      height: 170px !important;
      background-color: #fff;
    }
  
    .footFix {
      height: 50px;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 1;
    }
  
    .footFix .footFixContent {
      height: 50px;
      width: auto;
      justify-content: center;
    }
  
    .footFix .footFixContent .footH3 {
      font-size: 28px;
      margin-right: 20px;
    }
  
    .footFix .footFixContent ul li {
      margin: 0 20px;
    }
  
    .footFix .footFixContent ul .className {
      font-size: 20px;
    }
  
    .footFix .footFixContent ul .classDesc {
      font-size: 16px;
    }
  
    .footFix .footFixContent .phoneDest {
      font-size: 16px;
    }
  
    .footFix .footFixContent .phoneDetail {
      font-size: 22px;
    }
  
    .footFix .footFixContent .footFimg1 {
      width: 120px;
    }
  
    .footFix .footFixContent .footFimg1 img {
      width: 100%;
    }
  
    .footFix .footFixContent .footFimg2 {
      margin-bottom: 15px;
      width: 40px;
    }
  
    .footFix .footFixContent .footFimg2 img {
      width: 100%;
    }
  
    .footFix .footFixContent .footAdBtn {
      width: 120px;
      height: 40px;
      border-radius: 24px;
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 40px;
      margin-left: 10px;
    }
  
    #footer .copyright {
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .zixunFix .zixunConFix {
      width: 60px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
  
    .zixunFix .zixunConFix .zixunFixUl li a {
      font-size: 12px !important;
    }
  
    .zixunFix .zixunConFix .zixunFixUl li a img {
      width: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .footFix {
      display: none;
    }
  
    #footer .copyright {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 768px) {
    .zixunFix .zixunConFix li {
      display: none;
    }
  
    .zixunFix .zixunConFix .turn_top {
      display: block;
    }
  
    .zixunFix .zixunConFix .zixunFixUl .erwei {
      display: none;
    }
  
    .zixunFix {
      top: 50%;
      margin-top: -50px;
    }
  
    .zixunFix .zixunConFix {
      width: 100px;
    }
  
    .zixunFix .zixunConFix .zixunFixUl li:nth-child(6) {
      background: #a25db3;
      width: 50px !important;
      height: 50px !important;
      margin-left: 0px !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    .zixunFix .zixunConFix .zixunFixUl li:nth-child(6) a {
      padding: 0 !important;
    }
  
    .zixunFix .zixunConFix .zixunFixUl li:nth-child(6) img {
      margin-top: 0px;
      margin-left: 0px !important;
    }
  
    .zixunFix .zixunConFix .zixunFixUl li:nth-child(6) span {
      font-size: 18px;
      line-height: 20px;
      margin-left: 0;
    }
  
    #footer .copyright {
      margin-bottom: 0;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1280px) {
    .zixunFix {
      top: 25%;
    }
  }
  
  * {
    margin: 0;
    padding: 0;
    font-size: 15px;
  }
  
  p {
    margin-bottom: 0;
  }
  
  #footer {
    background-color: #1a3063;
    padding-top: 40px;
    position: relative;
    margin-bottom: -50px;
    padding-bottom: 20px;
    width: 100%;
  }
  
  #footer .footer_content {
    display: flex;
    justify-content: space-between;
    font-family: "SourceHanSansCN-Regular";
    color: #ffffff;
  }
  
  #footer .foot_item_little {
    display: none;
  }
  
  #footer a {
    color: inherit;
    text-decoration: none;
  }
  
  #footer .footer_list_title {
    font-size: 16px;
    margin-bottom: 35px;
  }
  
  #footer .footer_list_piece {
    font-size: 14px;
    line-height: 25px;
  }
  
  #footer .footer_wei {
    display: flex;
    justify-content: space-between;
    width: 220px;
  }
  
  #footer .wei_img {
    width: 91px;
    height: 91px;
  }
  
  #footer .wei_img img {
    width: 100%;
  }
  
  #footer .wei_name {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
  
  #footer .footer_copyright {
    text-align: center;
    font-family: "SourceHanSansCN-Regular";
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
  }
  
  @media screen and (max-width: 1366px) {
    #footer {
      margin-bottom: -50px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    #footer {
      padding: 30px 20px 20px;
    }
  
    #footer .footer_logo {
      width: 120px;
    }
  
    #footer .footer_logo img {
      width: 100%;
    }
  
    #footer .footer_list_title {
      margin-bottom: 25px;
      font-size: 14px;
    }
  
    #footer .footer_list_piece {
      font-size: 12px;
      line-height: 20px;
    }
  
    #footer .footer_item {
      max-width: 220px;
    }
  
    #footer .footer_wei {
      width: 200px;
    }
  
    #footer .wei_img {
      width: 80px;
      height: 80px;
    }
  
    #footer .footer_copyright {
      box-sizing: border-box;
    }
  }
  
  @media screen and (max-width: 991px) {
    #footer {
      margin-bottom: 0px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #footer {
      height: auto;
      padding-bottom: 0.27rem
        /* 20/75 */
      ;
    }
  
    #footer .footer_logo {
      width: 2.93rem
        /* 220/75 */
      ;
    }
  
    #footer .foot_item_big {
      display: none;
    }
  
    #footer .footer_content {
      flex-direction: column;
    }
  
    #footer .foot_item_little {
      display: flex;
      margin-top: 0.4rem
        /* 30/75 */
      ;
      margin-bottom: 0.4rem
        /* 30/75 */
      ;
    }
  
    #footer .footer_item {
      margin-right: 0.67rem
        /* 50/75 */
      ;
      max-width: 100%;
    }
  
    #footer .footer_list_title {
      margin-bottom: 0.27rem
        /* 20/75 */
      ;
      font-weight: 600;
    }
  
    #footer .footer_list_piece {
      line-height: 0.47rem
        /* 35/75 */
      ;
    }
  }
  
  #friendship {
    display: flex;
    line-height: 50px;
  }
  
  #friendship .tlabels {
    width: 100px;
  }
  
  #friendship .friendship_content a {
    margin-right: 20px;
    color: #aba6a6;
  }
  .container {
    width: 1200px;
  }