html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.son-nav{
  display: none;
}
.bottom-1{
  position: relative;
}
.cart{position: relative;}
.cart_number{position: absolute;top: -5px;right: -8px;background: #ff4f3c;width: 15px;height: 15px;line-height: 15px;border-radius: 50%;color: #fff;text-align: center;font-size: 9px;}
/***手机版菜单***/
.m_menu_box{width: 100%;position:fixed;z-index: 999999999;height: 100%;top: 0;left: 0;display: none;}
.m_menu_box .m_menu_all{background: #000;width: 70%;float: right;height: 100%;display: none;position: relative;}
.m_menu_box .m_menu_close {color: #fff;font-size: 1rem;text-align: right;position: absolute;left: -1rem;background: #000;width: 1.2rem;height: 1.2rem;}
.m_menu_box .m_menu_close img {width: 0.5rem;display: block;margin: .31rem ;}
.m_menu_all ul{width:80% ;margin:.2rem 10% ;padding: 0;}
.m_menu_all ul li{width: 100%;border-bottom: 1px solid #555;}
.m_menu_all ul li a{display: flex;width: 100%;color: #fff;text-decoration: none;padding: .4rem 0 .1rem 0;font-size: .35rem;font-weight: 700;justify-content: space-between;align-items: center}
.m_small .m_small_box{margin: .1rem 0 0.2rem 0;width: 100%;}
.m_small .m_small_box li{border: 0;}
.m_small .m_small_box li a{color: #666;font-size: .4rem;display: block;padding: .1rem;font-weight: normal;}
.m_menu_box .m_search{width:80% ;margin:.4rem 10% .2rem 10%;padding: 0;position: relative;}
.m_menu_box .m_search .m_search_input{width:100% ;border: 1px solid #555;border-radius:30px;line-height: 1rem;background: #000;color: #fff;font-size: .4rem;text-indent: .4rem;}
.m_menu_box .m_search .m_search_img{position: absolute;top: .35rem;right: .5rem;}
.m_menu_box .m_search .m_search_img img{width: .4rem;}
.m_menu_box .m_user_box{width:76% ;margin:.3rem 5% .3rem 19% ;padding: 0;}
.m_menu_box .m_user_box .m_list{padding: 0;display: flex;}
.m_menu_box .m_user_box .m_list a{display: inline-block;width: 33%;}
.m_menu_box .m_user_box .m_list img{width:.8rem;}
.m_cart{position: relative;}
.m_cart_number{position: absolute;top: 0px;left: 22px;background: #ff4f3c;width: 16px;height: 16px;line-height: 16px;border-radius: 50%;color: #fff;text-align: center;font-size: 11px;}
/***手机版菜单***/
/***搜索****/

.type-ahead {
  width: 100%;
  max-width: 250px;
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.type-ahead__input {
  padding: 12px 34px 12px 12px;
  border: none;
  border-radius: 0;
  font-size: .12rem;
  letter-spacing: .4px;
  caret-color: #ff4f3c;
  color: #ff4f3c;
  outline: none;
  width: calc(100% - 46px);
}
.type-ahead__input::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  color: #ff4f3c;
}
.type-ahead__input::-moz-placeholder {
  opacity: .5;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
  color: #ff4f3c;
}
.type-ahead__input:-ms-input-placeholder {
  opacity: .5;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear;
  color: #ff4f3c;
}
.type-ahead__input::-ms-input-placeholder {
  opacity: .5;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear;
  color: #ff4f3c;
}
.type-ahead__input::placeholder {
  opacity: .5;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  color: #ff4f3c;
}
.type-ahead__input:focus::-webkit-input-placeholder {
  opacity: .7;
}
.type-ahead__input:focus::-moz-placeholder {
  opacity: .7;
}
.type-ahead__input:focus:-ms-input-placeholder {
  opacity: .7;
}
.type-ahead__input:focus::-ms-input-placeholder {
  opacity: .7;
}
.type-ahead__input:focus::placeholder {
  opacity: .7;
}
.type-ahead .icon {
  position: absolute;
  right: 8px;
  top: 8px;
  fill: #6E6E6E;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  fill: #007991;
}
.type-ahead__suggestions {
  border-radius: 0.1rem;
  padding: 4px 0;
  background-color: #fff;
  width: 1.3531rem;
  position: absolute;
  top: 1.5715rem;
  margin:3px 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: opacity 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.3s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s;
  transition: opacity 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.3s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.3s;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.3s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s;
}
.type-ahead__suggestions.hidden {
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  pointer-events: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09) 0.1s, -webkit-transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09);
  transition: opacity 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09) 0.1s, -webkit-transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09);
  transition: transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09), opacity 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09) 0.1s;
  transition: transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09), opacity 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09) 0.1s, -webkit-transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09);
}
.type-ahead__suggestions .suggestion {
  color: #333;
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 8px 12px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}
.type-ahead__suggestions .suggestion .match {
  font-weight: bold;
  overflow-wrap: break-word;
}
.type-ahead__suggestions .suggestion:hover {
  color: #ff4f3c;
}
/***搜索****/

.search_input{position: relative;}
.search_btn{position: absolute;top: .13rem;right: .3rem;}
.search_btn img{width: 0.13rem;}
.son-nav{
  position: absolute;
  white-space: nowrap;
  z-index: 100000;
  background: #ffffff;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  border-radius: 0.05rem;
}
.son-nav ul{width: 100%;margin: 0;padding: 0;}
.son-nav ul li{width: 100%;list-style: none;}
.son-nav ul li a{color: #333;text-decoration: none;font-size: 0.08rem;padding:0 0.1rem;line-height: 0.2rem;display: block;}
.son-nav ul li a:hover{color: #ff4f3c;}
#cneterDl{
  display: none;
}
.enter-content  .btn-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .375rem 0;
}
.enter-content .btn {
  cursor: pointer;
  width: 1.599rem;
  height: .375rem;
  background: #FF4F3C;
  border-radius: .1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .099rem;
  font-family: Arial ,serif ;
  font-weight: bold;
  color: #FFFFFF;
}
.enter-content    .btn.cancel {
  background: #FFEDEB;
  color: rgba(255, 79, 60, 1);
}

.enter-content .btn:nth-child(2) {
  margin-left: .2083rem;
}

.enter-content p {
  font-size: .1146rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #111111;
  padding: 0 .3646rem;
}


.form-header {
  font-size: .1979rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
  display: flex;
  align-items: center;
  margin-bottom: .2604rem;
  justify-content: center;
}
.form-header img {
  width: .4063rem;
  margin-right: .1042rem;
}

@media (max-width:750px) {
  .form{
    width: 320px;
  }
  .form p{
    font-size: 14px;
  }



}
/*one------------------------------------------------------------------------------------*/
.section-one {
  width: 100%;
  height: 4.9375rem;

  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-one1 {
  background: url("/images/home/section-one-bg1.png") 100% 100% no-repeat;
}

.section-one2 {
  background: url("/images/home/section-one-bg2.png") 100% 100% no-repeat;
}

.section-one2 .title {
  color: #ff1702 !important;
  font-size: 0.42rem !important;
}
.section-one   .crtls {
  margin-top: 0.3rem;
  display: flex;
}
.section-one   .btn {
  cursor: pointer;
  width: 1.6rem;
  height: 0.4313rem;
  background: #ffffff;
  box-shadow: 0 0.0969rem 0.1844rem 0 rgba(255, 192, 186, 0.4);
  border-radius: 0.2156rem;
  font-size: 0.0969rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
  transition: all linear .3s;
  text-decoration: none;
}

.section-one    .btn:hover {
  background: #e45843;
  color: #fff;
}
.a1{
  display: block;
}
.a2{
  display: none;
}

.section-one .btn:hover .a2{
  display: block;
}

.section-one .btn:hover .a1{
  display: none;
}

.section-one  .btn:nth-child(2) {
  margin-left: 0.125rem;
}
.section-one  img {
  width: 0.0969rem;
  height: 0.0688rem;
}
.section-one  .info-wrapper {
  padding-top: 1.3188rem;
  padding-left: 1.2563rem;
}
.section-one  .title {
  width: 4rem;
  font-size: 0.32rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #354152;
}
.section-one  .title  .pas-title1 {
  font-size: 0.29rem;
  color: #354152;
  font-weight: 400;
}
.section-one  .title  .pas-title2 {
  color: #ff1702;
  font-size: 0.3rem;
}
.section-one .subtitle {

  width: 3.2rem;
  font-size: 0.14rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #354152;
  margin-top: 0.18rem;
}

.section-one2 .subtitle p {
  display:flex !important;
  align-items: center !important;

  font-family: HarmonyOS Sans SC ,serif !important;
  font-weight: 500 !important;
  color: #354152 !important;
  font-size: 0.225rem !important;
}

.section-one2 .subtitle p img {
  width: 46px !important;
  height: 46px !important;
  margin-right: 15px !important;
}
@media (max-width: 750px) {
  .section-one {
    background: url("/images/home/h5-bg-top.png") 100% 100% no-repeat;
    padding-bottom: 1rem;
    height: auto;
  }
  .section-one  .info-wrapper {
    padding: 0;
  }

  .section-one  .info-wrapper .info-title-list {
    width: 9rem;
    margin: 0 auto;
    padding-top: 2.5241rem;
  }
  .info-wrapper .info-title-list .info-title1 {
    width: 100%;
    text-align: center;
    font-size: 0.65rem;
    font-family: HarmonyOS Sans SC ,serif;
    font-weight: 400;
    color: #354152;
  }
  .info-wrapper .info-title-list .info-title2 {
    width: 100%;

    text-align: center;
    font-size: 0.725rem;
    font-family: HarmonyOS Sans SC ,serif;
    font-weight: bold;
    color: #354152;
  }
  .info-wrapper .info-title-list .info-title3 {
    width: 100%;
    margin-bottom: 0.2rem;
    text-align: center;
    font-size: 0.85rem;
    font-family: HarmonyOS Sans SC ,serif ;
    font-weight: bold;

    color: #FF1702;
  }
  .info-wrapper .info-title-list .info-title4 {
    width: 100%;
    text-align: center;
    font-size: 0.55rem;
    font-family: HarmonyOS Sans SC,serif  ;
    font-weight: 500;
    color: #354152;
  }

  .info-wrapper .info-title-list .info-title5 {
    display: flex;
    justify-content: center;

  }

  .info-wrapper .info-title-list .info-title5 span {
    width: 2.975rem;
    height: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0.15rem 0.5rem 0.15rem;
    border: 1px solid #354152;
    border-radius: 0.65rem;
    font-size: 0.35rem;
    font-family: HarmonyOS Sans SC ,serif ;
    font-weight: 500;
    color: #354152;
  }
  .section-one  .title  .pas-title1 {
    font-size: 0.85rem;

  }
  .section-one  .title  .pas-title2 {
    color: #e13910;
    font-size: 1rem;
  }
  .section-one     .subtitle {
    width: 8.2037rem;
    font-size: 0.3889rem;
    font-family: Arial ,serif ;
    font-weight: 400;
    color: #9fa3aa;
    margin: 0.5556rem auto;
    text-align: center;
  }
  .section-one  .title {
    width: 7.3981rem;
    font-size: 0.8148rem;
    font-family: Arial,serif ;
    font-weight: bold;
    color: #111111;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    padding-top: 2.8241rem;
  }
  .section-one  .crtls {
    justify-content: center;
  }

  .section-one  .btn {
    width: 3.8148rem;
    height: 1.2778rem;
    background: #ffffff;
    box-shadow: 0px 0.1481rem 0.2778rem 0px rgba(204, 207, 214, 0.4);
    border-radius: 0.6389rem;
    padding: 0 0.5407rem;

    font-size: 14px !important;
  }
  .section-one  .btn  img {
    width: 0.2963rem;
    height: 0.2963rem;
  }
}
section>img{
  /*width: 100%;*/
  margin-top: -0.58rem;
}
/*header-----------------------------------------------------------------------------*/
.formInput{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
  /* 使用固定定位让元素撑满全屏 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
}
.formInput3{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
  /* 使用固定定位让元素撑满全屏 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.formInput    span {
  text-decoration: underline;
}

.formInput    .create {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  color: #f51f00;
  text-decoration: none;
}

.formInput   .h5-btn {
  margin-top: 30px;
  font-weight: bold;
  color: #fff;
  background: #ff0600;
  width: 320px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.formInput    img {
  /*width: 20px;*/
  /*margin-left: 80px;*/
}

.op-7 {
  opacity: 0.7;
  pointer-events: all;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background: #f51f00;
  border-color: #f51f00;
}

.h5-show {
  display: none;
}



.header.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.header.animated.slideDown {
  animation-name: slideDown;
}

.header.animated.slideUp {
  animation-name: slideUp;
}

@keyframes slideDown {
  0% {
    transform: translateY(-70px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-70px);
  }
}

header {
  height: calc(0.4688rem);
  position: fixed;
  z-index: 2000;
  /*top: 0.1875rem;*/
  /* &.s {
    top: 0;
  } */
}
.ant-input {
  border-radius: 0 0.125rem 0.125rem 0;
  background: #fff4f3;
  height: 0.25rem;

  border-left: 0;
}
.ant-input   &:focus {
                outline: none;
                box-shadow: none;
                border-color: #d9d9d9;
              }
header{
  left: 0;
  right: 0;
  padding: 0.1875rem 1.15rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  box-shadow: 0px 1px 0.2rem 0.04rem rgba(169,178,197,0.19);
}
.end {
  display: flex;
  align-items: center;
}
.end .search_input  input{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius:0.125rem;
  background: #EBECEF;
  height: 0.25rem;
  border-left: 0;
  width: 1.3531rem;
  text-indent: 0.11rem;
  border: none;
  outline-style: none;
}
.end  input:focus{
  border: none;
}


.icons .user {
  height: 0.15rem;
}

.icons {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.menu {
  display: flex;
}

.front {
  display: flex;
  align-items: center;
}

.logo img {

}

#header .menu-item {
  display: flex;
  align-items: center;
  height: calc(0.4688rem);
  position: relative;
  font-size: 0.08rem;
  font-family: Arial !important;
  font-weight: 400;
  color: #333333;
  margin-left: 0.15rem;
}

#header .menu-item .bottom-2 {
  display: flex;
  align-items: center;
  height: 100%;
  width: 0.5rem;
}

.menu-item:hover {
  color: #FF0033;
}


.menu-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-item-link a {
  text-decoration: none !important;
  margin: 0 0.0638rem;
  padding:0px;
  color: #333333;
}

.select a{color:#E7402A;font-weight:550;border-bottom:2px solid;}

.menu-item-link a:hover{color:#E7402A}
.menu-item  img {
  width: 0.0531rem;
  height: 0.0313rem;
  margin-left: 0.0313rem;
  vertical-align: baseline !important;
}
.menu_user img{width:0.15rem ;height: 0.15rem;}
.ant-dropdown-menu {
  box-shadow: 0px 0.0313rem 0.25rem 0px rgba(51, 58, 78, 0.4) !important;
  border-radius: 0.0469rem !important;
}

#header .icons-li a:nth-child(1){text-decoration:none;color:#fff;background:#E7402A;border:1px solid #E7402A;padding:0.04rem 0.12rem;border-radius:0.15rem;margin:0 0.1rem;cursor: pointer}
#header .icons-li a:nth-child(2){text-decoration:none;color:#E7402A;background:#FFF;border:1px solid #E7402A;padding:0.04rem 0.12rem;border-radius:0.15rem;cursor: pointer}


.ant-dropdown-link {
  cursor: pointer;
  display: block;
  color:#333;
  padding: 0 !important;
}

.ant-dropdown-menu-item {
  padding: 10px 15px !important;
}

.ant-input-group-addon {
  background: #fff4f3;
  border-radius: 0.125rem 0 0 0.125rem;
  height: 0.25rem;
}

.ant-input-group {
  width: 1.3531rem;
}

.icon,
.ant-input-group-addon {
  height: 0.1187rem !important;
  width: 0.1187rem !important;
  font-size: 0.1187rem;
}

.safe {
  background-color: #fff;
}
.safe .input input{background: #f5f6f9;}
.h5-menu {
  display: none;
}
.h5-search {
  display: none;
}
.h5-show-logo{
  display: none;
}
@media (max-width: 750px) {
  .top-header {
    display: none;
  }

   .pc-show {
     display: none;
   }

  .h5-show-logo {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .wrapper {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 0.9259rem 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0.5rem 0.45rem 0.5rem;
  }
  .wrapper   a:nth-child(1) {
    display: flex;
    align-items: center;
  }
  .wrapper  a:nth-child(1) img {
    width: 4.55rem;
    /*height: 0.5556rem;*/
  }

  .wrapper & > div:nth-child(2) {
               display: flex;
               align-items: center;
             }
  .wrapper  div:nth-child(2) img {
    width: 0.5rem;
  }
}

@media (max-width: 1000px) {
  .input {
    display: none;
  }
  .h5-search {
    display: block;
  }


}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 30px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.enter-content {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
  width: 5rem;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
  top: 50%;
  transform: translateY(-50%);
}
.close{
  float: right;
  cursor: pointer;
  margin-left:20px;
}
.inputContent{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  outline: none;
}
.showchange{
  display: none;
}
/*--footer------------------------------------------------------------*/
footer {
  width: 100%;
  background: #111111;
  color: #fff;
  padding: 0.25rem 1.25rem 0.02rem 1.25rem;

}
footer   main {
  font-size: 0.075rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #797d85;
  display: flex;
  justify-content: space-between;
}
footer   main   & > div {
  color: #797d85;
  flex: 1;
  transition: all linear .3s;
}
footer   main>div>div:hover{
  color:#fff;
}
footer   main       &.info-1 {
  flex: 1.75;

}
footer main  img {
  width: 0.2rem;
  height: 0.2rem;
}
footer   main       & + img {
  margin-left: 0.1313rem;
}
.info-1     div:nth-child(1) {
  width: 1.375rem;
  font-size: 0.075rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #797d85;
  margin-bottom: 0.2188rem;
}
.info-1    div:nth-child(2) {
  font-size: 0.075rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #797d85;
}

footer  .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 0.0875rem;
  font-weight: 600;
  /* & > div {
    flex: 1;
    &:first-child {
      flex: 1.75;
    }
  } */
}
footer  .header img {

}
footer  section {
  height: 1px;
  width: 100%;
  background: #32343a;
  margin: 0.1219rem 0;
}

.icon-list {
  width: 100%;
  padding: 0.2rem 0;
  box-sizing: border-box;
  background: url("/images/scm/index_icon_bg1.png");
  background-size: 100% 100%;

}

.icon-list .icon-title{
  width: 7.6rem;
  text-align: center;
  margin: 0 auto 0.15rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 550;
  font-family: HarmonyOS_Sans_SC_Bold;
}

.icon-list .icon-main {
  width: 7.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.icon-list .icon-main .icon-li {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0rem 0.15rem 0 0;
}

.icon-list .icon-main .icon-li:last-child {
  padding-right: 0rem !important;
}

.icon-main .icon-li:last-child .icon-li-title {
  border-right: none !important;
}


.icon-main .icon-li .icon-li-title {
  border-right: 1px dotted #F8F9FB;
  font-size: 0.076rem;
  font-family: HarmonyOS Sans SC;
  color: #FFFFFF;
  padding: 0.0rem 0.15rem 0.0rem 0
}



.icon-main .icon-li .icon-li-link {
  font-size: 0.065rem;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  text-decoration: underline;
  color: #C6C7C9;
  cursor: pointer;
}
.icon-main .icon-li .icon-li-link:hover{color:#fff;}
.icon-dialog .el-dialog__footer, .icon-dialog .el-dialog__header {
  display: none !important;
}

.icon-dialog .icon-dialog-close {
  display: none;
}

.icon-dialog .el-dialog {
  width: 4rem !important;
  border-radius: 0.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0 !important;
}

.icon-dialog .el-dialog__body {
  padding: 0.25rem 0.2rem !important;
}

.icon-dialog-main .icon-title {
  font-size: 0.11rem;
  font-family: HarmonyOS Sans SC ,serif;
  font-weight: bold;
  color: #333333;
  margin-bottom:0.13rem;
}

.icon-dialog-main .icon-section1 p {
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  position: relative;
  flex: 1;
  margin-bottom: 0.08rem;
  font-size: 0.075rem;
  font-family: HarmonyOS Sans SC ,serif;
  font-weight: 400;
  color: #666666;
}

.icon-dialog-main .icon-section1 p::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #E84029;
  border-radius: 50%;
}

.icon-section2 .icon-section2-title1 {
  font-size: 0.09rem;
  font-family: HarmonyOS Sans SC ,serif;
  font-weight: 550;
  margin-bottom: 0.1rem;
  color: #333333;
}

.icon-section2 .icon-section2-list {
  display: flex;
  flex-direction: column;
}

.icon-section2 .icon-section2-list .icon-section2-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.06rem 0.12rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 1px rgba(140,140,140,0.3);
  border-radius: 0.15rem;
  margin-bottom: 0.08rem;
}

.icon-section2 .icon-section2-list .icon-section2-li::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0.06rem;
  width: 6px;
  height: 6px;
  background: #E84029;
  border-radius: 50%;
}

.icon-section2-li .title {
  width: 1.8rem;
  font-size: 0.075rem;
  font-family: HarmonyOS Sans SC ,serif;
  font-weight: 550;
  color: #333333;
}

.icon-section2-li .info {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  align-items: center;
  font-size: 0.075rem;
  font-family: HarmonyOS Sans SC ,serif;
  font-weight: 400;
  color: #666666;
}

.icon-section2-li .info a {
  color: #0D70F5;
  margin-left: 10px;
}
@media (max-width: 750px) {
  .h5-swiper {
    height: 6rem;
  }

  .h5-swiper .slide-title6 {
    font-size: 0.6rem;
    margin: 0.15rem 0;
  }

  .h5-swiper .slide-title6-mini {
    font-size: 0.54rem;
  }

  .icon-dialog .el-dialog__footer, .icon-dialog .el-dialog__header {
    display: none !important;
  }

  .icon-dialog .icon-dialog-close {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
    z-index: 9999;
  }

  .icon-dialog {
    z-index: 99999 !important;
    position: relative;
  }

  .icon-dialog .el-dialog {
    width: 90% !important;
    border-radius: 0.4rem;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 !important;

  }

  .icon-dialog .el-dialog__body {
    padding: 0.6rem 0.6rem !important
  }

  .icon-dialog-main .icon-title {
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
    font-family: HarmonyOS Sans SC ,serif;
    font-weight: bold;
    color: #333333;
    margin-bottom:0.4rem;
  }

  .icon-dialog-main .icon-section1 p {
    display: flex;
    padding-left: 0.4rem;
    position: relative;
    flex: 1;
    margin-bottom: 0.4rem;
    font-size: 0.375rem;
    font-family: HarmonyOS Sans SC ,serif;
    font-weight: 400;
    color: #666666;
  }



  .icon-dialog-main .icon-section1 p:last-child {
    margin-bottom: 0 !important;
  }



  .icon-section2 .icon-section2-title1 {
    text-align: center;
    font-size: 0.45rem;
    font-family: HarmonyOS Sans SC ,serif;
    font-weight: 550;
    margin-bottom: 0.3rem;
    color: #333333;
  }

  .icon-section2 .icon-section2-list {
    display: flex;
    flex-direction: column;
  }

  .icon-section2 .icon-section2-list .icon-section2-li {
    display: flex;
    flex-direction: column;

    align-items: center;
    position: relative;
    padding: 0.3rem 0.6rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(140,140,140,0.3);
    border-radius: 1rem;
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
  }

  .icon-section2 .icon-section2-list .icon-section2-li:nth-child(2) {
    display: flex;

  }
  .icon-section2 .icon-section2-list .icon-section2-li::before {
    content: '';
    display: none;
  }


  .icon-section2-li .title {
    width: 100%;
    text-align: left;
    font-size: 0.35rem;
    letter-spacing: 1px;
    font-family: HarmonyOS Sans SC ,serif;
    font-weight: 500;
    color: #666666;
  }

  .icon-section2-li .info {
    display: flex;
    align-items: center;
    font-size: 0.35rem;
    font-family: HarmonyOS Sans SC ,serif;
    font-weight: 400;
    color: #666666;
    flex: none;
  }

  .icon-section2-li .info span {
    display: none;
  }

  .icon-section2-li .info a {
    display: flex;
    justify-content: center;
    color: #0D70F5;
    text-decoration: none;
  }






  .enter-content {
    width: 8rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    padding: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    list-style: none;
    font-feature-settings: 'tnum';
    color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
  }
  .enter-content .btn-footer {
    flex-direction: column;
  }
  .enter-content .btn {
    width: 100%;


    border-radius: 20px!important;
    height: 40px!important;
    font-size: 14px!important;
    margin-bottom: 10px;
  }
  .enter-content p {
    font-size: 14px;
  }
  .enter-content .form-header {
     font-size: 22px;
  }
  .enter-content .form-header img {
    width: 40px;
    margin-right: 10px;
  }
  footer {
    padding: 0;
  }
  footer ul{
    display: block;
    box-sizing: border-box;
    padding: 0 0.74rem;
    list-style-type: disc;

  }
  footer ul li{
    margin-bottom: 0.4rem;
    list-style: none;
  }
  footer ul li>div:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
    position: relative;
    z-index: 999;
  }
  footer ul li>div:nth-child(1) span {
    position: absolute;
    right: 0;
  }
  .header img {
    width: 3.3519rem !important;
    height: 0.6481rem !important;
    margin: 1rem auto 0.3704rem;
  }
  .sec-title {
    width: 8.093rem;
    font-size: 0.2963rem;
    font-family: Arial ,serif;
    font-weight: 400;
    color: #797d85;
    text-align: center;
    margin-bottom: 0.9259rem;
    margin: 0 auto;
  }
  .root {
    font-size: 0.2963rem;
    font-family: Arial ,serif;
    font-weight: 400;
    color: #797d85;
    padding-bottom: 0.9259rem;
    text-align: center;
  }
  .bt div:nth-child(1)  img {
    width: 0.25rem;
    height: 0.2rem;
    float: right;
    cursor: pointer;
  }
  .bt ul li>div:nth-child(2){
    display: none;
  }
  .bt div:nth-child(2) img {
    width: 1rem;
    height: 1rem;
  }
  .bt   div:nth-child(2) img {
    margin-left: 0.5704rem;
  }
  .bt  div:nth-child(2)  img:nth-child(1) {
    margin-left:0;
  }

  .display-none,
  .h5-show {
    display: block !important;
  }
}
.bt{
  width: 100%;
  margin: 0 auto;
  margin-top: .9259rem;
  padding-bottom: 1.6667rem;
}
footer main img {
  margin-left: 0.1313rem;
}
footer main > div{
  color: #797d85;
  flex: 1;
  transition: all linear 0.3s;
}
footer main img:nth-child(1) {
  margin-left:0;
}
footer .header > div{
  flex:1;
  font-weight: 540;
}
footer .header > div:first-child{
  flex:1.75
}

footer .header > div:last-child{
  text-indent: 0.425rem !important;
}
footer main > div.info-1{
  flex:1.75
}
/*--SectionTwo-------------------------------------------------------------------------------*/
.section-two {
  background:#F3F5F9;
  padding-top:0.05rem;
}
.section-two .section-two-wrapper{text-align:center;position:relative;padding-bottom:0.45rem;}
.section-two .section-two-wrapper .tow-info{font-size:0.078rem;}
.section-two .section-two-wrapper img{width:4.09rem;}

.section-two .section-two-wrapper .tow-info strong{font-size:0.093rem;}
.section-two .section-two-wrapper .tow-info div{margin-top:5px;}
.section-two .section-two-wrapper .tow-info .left-1{position:absolute;left:1.82rem;top:0.27rem;text-align: right;}
.section-two .section-two-wrapper .tow-info .left-2{position:absolute;left:1.156rem;top:1.4rem;text-align: right;}
.section-two .section-two-wrapper .tow-info .left-3{position:absolute;left:2.08rem;top:2.62rem;text-align: right;}
.section-two .section-two-wrapper .tow-info .left-5{position:absolute;left:6.58rem;top:0.29rem;text-align: left;}
.section-two .section-two-wrapper .tow-info .left-6{position:absolute;left:6.98rem;top:1.4rem;text-align: left;}
.section-two .section-two-wrapper .tow-info .left-7{position:absolute;left:6.58rem;top:2.62rem;text-align: left;}

@media (max-width: 750px) {
  .section-two {
    padding-bottom: 1.6667rem;
  }
  .section-two  .section-two-wrapper {
    display: flex;
    flex-wrap:wrap;
  }
  .section-two   img {
    width: 1.2222rem;
    height: unset;
  }
  .section-two    .title {
    width: 4.787rem;
    font-size: 0.348rem;
    font-family: Arial ,serif;
    font-weight:550;
    color: #333;
  }
  .section-two   .line{
    width: 5.9259rem !important;
    height: .037rem !important;
  }
  .section-two  .line{
    margin: .463rem 0 !important;
  }
  .section-two  .wrapper-item{
    margin: 0 !important;
    margin-top: 1.1481rem !important;
    width:50%;
  }
  .section-two  .desc{
    width: 7.3148rem;
    height: 1.8704rem;
    font-size: .3889rem;
    font-family: Arial ,serif;
    font-weight: 400;
    color: #9FA3AA;
  }
}
/*-------SectionThree----------------------------------------------------------------------*/

.section-three  .btn {
  visibility: hidden;
}
.section-three {
  overflow: hidden;
  width: 100%;
  padding: 0.4594rem 0 0.3969rem 0;
  background: #FFF;


  width:7.75rem;
  margin:0 auto;
}
.section-three .partner{ display: flex;  align-items: center;}
.section-three  .main img {
  width: 3.125rem;
  height: 2.8125rem;
  margin-left: 0.3125rem;
}
.section-three .three-login{ margin-top:0.2rem;position:relative}
.section-three .three-login img{width:7.45rem;}
.section-three .three-login .info span{font-size:0.104rem;color:#fff;}
.section-three .three-login .info a{background:#fff;color:#E7402A;padding:0.031rem 0.156rem;border-radius:0.3rem;text-decoration:none;margin-left:10px;}
.section-three .three-login .info a:hover{background:#E7402A;color:#fff;}
.section-three .three-login .info{position:absolute;top:.14rem;left:2.3rem;}

.section-three  .bottom-wrapper {
  display: flex;
  align-items: center;
}

.section-three   .logos>div {
  display: flex;
  justify-content: center;
  margin-bottom: 0.0625rem;
}

.section-three  .small-box {
  width: 0.625rem;
  height: 0.625rem;
  background: #ebeef2;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
}
.section-three   .small-box.big{
  width: 1.4375rem;
}
.section-three   .small-box.big:hover {
  background: #fff;
  transform: scale(1.15);
}

.section-three  .small-box {
  margin-left: 0.0625rem;
}

.section-three  .small-box:hover {
  background: #fff;
  transform: scale(1.3);
}

.section-three  h1 {
  width: 3.3687rem;
  font-size: 0.1875rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
}

.section-three  .title-bottom-line {
  width: 0.9375rem;
  height: 0.0375rem;
  background: linear-gradient(90deg, #ff1702, rgba(255, 23, 2, 0.14));
  border-radius: 0.0187rem;
  margin: 0.1rem 0 0.1875rem;
}

.section-three  h6 {
  width: 3.4312rem;
  font-size: 0.1rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #9fa3aa;
}

@media (max-width: 750px) {
  .section-three {
    padding-bottom: 0 !important;
  }
  .section-three    h1 {
    width: 8.6111rem !important;
    font-size: 0.6667rem !important;
    text-align: center;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #111111;
    line-height: 0.8148rem !important;
    margin-top: 1.6667rem;
  }

  .section-three   .title-bottom-line {
    display: none;
  }

  .section-three    .logos {
    width: calc(10rem - 0.5093rem - 0.5093rem);
  }
  .section-three       .line-1   .small-box:nth-child(1) img {
    width: 1.0463rem !important;
  }

  .section-three     .line-1   .small-box:nth-child(2) img {
    width: 0.9259rem !important;
  }

  .section-three     .line-1 .small-box:nth-child(3) img {
    width: 1.8519rem !important;
    height: unset !important;
  }

  .section-three   .line-2 .small-box:nth-child(1) img {
    width: 1.3148rem !important;
    height: 0.5185rem !important;
  }

  .section-three  .line-2 .small-box:nth-child(2) img {
    width: 0.9444rem !important;
    height: 0.1574rem !important;
  }

  .section-three  .line-2 .small-box:nth-child(3) img {
    width: .7407rem !important;
    height: .2963rem !important;
  }

  .section-three  .line-2 .small-box:nth-child(4) img {
    width: .8148rem !important;
    height: .2963rem !important;
  }

  .section-three  .line-2 .small-box:nth-child(5) img {
    width: .5093rem !important;
    height: 0.5093rem !important;
  }

  .section-three  .line-3  .small-box:nth-child(1) img {
    width: .8426rem !important;
    height: .1944rem !important;
  }

  .section-three   .line-3  .small-box:nth-child(2) img {
    width: 1.8519rem !important;
    height: .3333rem !important;
  }

  .section-three  .line-3 .small-box:nth-child(3) img {
    width: .8426rem !important;
    height: .2222rem !important;
  }

  .section-three  .line-3 .small-box:nth-child(4) img {
    width: 2.1481rem !important;
    height: .287rem !important;
  }
  .section-three   .line-4   .small-box:nth-child(1) img {
    width: .8426rem !important;
    height: .1944rem !important;
  }

  .section-three   .line-4 .small-box:nth-child(2) img {
    width: 1.8519rem !important;
    height: .3333rem !important;
  }

  .section-three   .line-4 .small-box:nth-child(3) img {
    width: .8426rem !important;
    height: .2222rem !important;
  }

  .section-three   .line-4  .small-box:nth-child(4) img {
    width: 2.1481rem !important;
    height: .287rem !important;
  }

  .section-three .main  img {
    width: 7.8241rem !important;
    height: 7.0556rem !important;
    margin: 0 !important;
  }
  .section-three  .small-box {
    width: 1.3796rem;
    height: 1.3704rem;
    background: #ebeef2;
    border-radius: 0.6852rem;
  }

  .section-three .small-box.big {
    width: 2.8889rem !important;
  }

  .section-three   .bottom-wrapper {
    flex-direction: column;
  }

  .section-three   h6 {
    width: 7.8056rem;
    font-size: 0.3889rem;
    font-family: Arial ,serif;
    font-weight: 400;
    color: #9fa3aa;
    line-height: 0.5rem;
    text-align: center;
  }

  .section-three  .main {
    transform: translateY(1.0185rem);
  }


  .section-three  .three-btn {
    width: 4.1111rem;
    height: 1.2963rem;
    background: rgba(247, 240, 244, 0);
    border: .037rem solid #FF1702;
    border-radius: .6481rem;
    margin: .6481rem auto 1.1111rem;
    display: flex;
    align-items: center;
    font-size: .3333rem;
    font-family: Arial ,serif;
    font-weight: 400;
    color: #FF1802;
    visibility: visible !important;
    justify-content: center;
  }
  .section-three   img {
    margin-left: .1667rem;
    width: .0926rem;
    height: .1389rem;
  }
}
/* SectionFour -----------------------------------------------------------------------------------****/
.section-four .chat-1{
  position: absolute;
  font-size: .151rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #FFFFFF;
  top: 1.3802rem;
  left: 1.6667rem;
}
.section-four    .chat1{
  width: 1.3281rem;
}
.section-four .chat   .chat2{
  padding-left: .349rem;
  /* width: 1.3281rem; */
}
.section-four   .left {
  position: absolute;
  top: 0.8406rem;
  left: 4rem;
}

.section-four  .right {
  position: absolute;
  top: 1.5281rem;
  left: calc(4rem + 0.1875rem + 2.375rem);
}

.section-four   .middle-item {
  width: 2.375rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.4688rem 0px rgba(64, 89, 136, 0.15);
  border-radius: 0.1875rem;
  padding: 0.25rem;
}
.section-four   .middle-item:nth-child(2) {
  margin-top: 0.1875rem;
}

.section-four    .middle-item img {
  height: 0.4063rem;
}

.section-four   .primary {
  font-size: 0.1375rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
  margin: 0.125rem 0;
}

.section-four  .sec {
  font-size: 0.1rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #9fa3aa;
}

.section-four   .main-middle {
  width: 7.5rem;
  margin: 0 auto;
  position: relative;
  padding: 0.25rem 0 0 0;
}

.section-four .main-middle img {
  width: 4.56rem;
  height: 1.65rem;
}
.section-four  .bg {

}
.section-four   .bottom-wrapper {
  margin-bottom: 0.5625rem;
  position: relative;
}
.section-four .wrapper {
  display: flex;
  width: 7.5rem;
  height: 1.7813rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.4688rem 0px rgba(64, 89, 136, 0.15);
  border-radius: 0.1875rem;
  align-items: center;
  margin: 0 auto;
  background: linear-gradient(0deg, #ffb0a9, #ec594c);
}

.section-four .item-bottom {
  padding-left: 0.3125rem;
  padding-top: 0.3875rem;
  transition: height linear 0.3s;
  height: 100%;
  flex: 1;
  background: #fff;
  cursor: pointer;
}
.section-four  .item-bottom.border {
  border-radius: 0 0 0.1875rem 0px;
}

.section-four .item-bottom.hover-bottom {
  background: linear-gradient(0deg, #ffb0a9, #ec594c);
  border-radius: 0.1875rem 0.1875rem 0.1875rem 0px;
  height: 120%;
  margin-bottom: 0.35rem;
  color: #fff;
}
.section-four   .main-text {
  color: #fff;
}

.section-four  .sec-text {
  display: block;
}

.section-four  .add {
  display: none;
}
.section-four .item-bottom.hover-bottom-1 {
  border-radius: 0.1875rem 0.1875rem 0.1875rem 0.1875rem !important;
}

.section-four   .item-bottom.hover-bottom-2 {
  border-radius: 0 0 0 0.1875rem;
}

.section-four .item-bottom.hover-bottom-3 {
  border-radius: 0.1875rem 0.1875rem 0.1875rem 0 !important;
}

.section-four  .img img {
  height: 0.3906rem;
  margin-bottom: 0.1781rem;
}

.section-four   .sec-text {
  display: none;
  margin-top: 0.1812rem;
  font-size: .0825rem;
}

.section-four  .main-text {
  font-size: 0.1375rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
}

.section-four  .add img {
  height: 0.0969rem;
  width: 0.0969rem;
  margin-top: 0.1812rem;
  cursor: pointer;
}

.section-four .step-info {
  margin-top: 0.1563rem;
  display: flex;
  margin-left: 0.35rem;
  justify-content: center;

}

.section-four .info-wrapper {
  width: 1.25rem;
  margin-right: 0.32rem;
}
.section-four  .info-desc {
  font-size: 0.1rem;
  font-family: Arial ,serif;
  font-weight: 400;
  color: #9fa3aa;
  margin-top: 0.125rem;
  text-align: center;
}

.section-four  .info-title {
  text-align: center;
  font-size: 0.1375rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
}

.section-four .step-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
}
.section-four .step-wrapper img {
  width: 0.6406rem;
  height: 0.125rem;
  margin: 0 0.2969rem 0 0.25rem;
}

.section-four .step-wrapper  div:nth-child(odd) {
  width: 0.375rem;
  height: 0.375rem;
  background: rgba(255, 24, 2, 0.1);
  border-radius: 50%;
  font-size: 0.15rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #ff1702;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-four   .header-2 {
  width: 2.8125rem;
  font-size: 0.1875rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
  margin: 0 auto 0.375rem;
  text-align: center;
}

.section-four .hover-label {
  font-size: 0.225rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.5406rem;
  margin-bottom: 0.1375rem;
  text-align: center;
}

.section-four  .hover {
  background: linear-gradient(0deg,
  rgba(255, 176, 169, 0.95),
  rgba(236, 89, 76, 0.95));
  box-shadow: 0px 0.0781rem 0.3125rem 0px rgba(244, 45, 28, 0.3);
  border-radius: 0.1875rem;
  width: 1.8188rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.section-four .hover img {
  width: 0.2406rem;
  height: 0.0688rem;
  margin: 0 auto;
  display: block;
}

.section-four   .category-wrapper {
  width: calc(100vw - 1.2rem - 1.2rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.section-four .mode-wrapper {
  width: 6.3rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-four .mode-wrapper .mode-li {
  width: 3.07rem;
  height: 0.82rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.19rem 0.23rem;
  margin-bottom: 0.14rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 75px 0px rgba(64,89,136,0.15);
  border-radius: 0.17rem;
  cursor: pointer;
}

.section-four .mode-wrapper .mode-li img {
  height: 0.4rem;
  margin-right: 0.07rem;
}

.mode-li .mode-content p:nth-child(1) {
  font-size: 0.11rem;
  font-family: HarmonyOS Sans SC ,serif;
  font-weight: bold;
  color: #111111;
}

.mode-li .mode-content p:nth-child(2) {
  font-size: 0.085rem;
  font-family: HarmonyOS Sans SC ,serif;
  font-weight: 400;
  color: #8A8D92;
}

.step-container {
  width: 100%;
  background: #F5F6F9;
  padding: 0.25rem 0;
}

.section-four  .label {
  margin-top: 0.1563rem;
  font-size: 0.1rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
  text-decoration: none;
}

.section-four .item {
  position: relative;
  width: 1.8188rem;
  height: 1.25rem;
  background: linear-gradient(0deg, #ffffff, #f2f4f7);
  border-radius: 0.1875rem;
  margin: 0 0.075rem 0.075rem 0;
  text-decoration: none;
}
.section-four  .item:hover  .hover {
  opacity: 1;
}

.section-four  .item  .normal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-four .item  .normal  img {
  margin-top: 0.2188rem;
}

.section-four  .subtitle-line {
  text-align: center;
  width: 0.9375rem;
  height: 0.0375rem;
  background: linear-gradient(90deg, #ff1702, rgba(255, 23, 2, 0.14));
  border-radius: 0.0187rem;
  margin: 0.1rem auto 0.15rem;
}

.subtitle-line-h5 {
  text-align: center;
  width: 1.1375rem;
  height: 0.0875rem;
  background: #E7402A;
  border-radius: 0.0187rem;
  margin: 0.8rem auto 0;
}


.section-four   .haderFour {
  font-size: 0.1875rem;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  color: #000001;
  margin-top: 0.45rem;
  display:flex;
  align-items: center;
  justify-content: center;
}
.section-four   .haderFour span{display:inline-block;margin:0px .06rem;}
.line-h5{margin-top:0.3rem!important;}

.language-container > .img-1 {
  width: 0.081rem;
  height: 0.081rem;
}

.language-container > .img-2 {

}

@media (max-width: 750px) {
  .section-four {
    padding-bottom: 1.6667rem;
  }
  .section-four  .people img {
    width: 3.4722rem;
    height: 5.7593rem;
  }

  .section-four  .people {
    display: flex;
    justify-content: center;
  }

  .section-four   .footer {
    width: 8.8889rem;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px .6944rem 0px rgba(64, 89, 136, 0.15);
    border-radius: .5556rem;
  }
  .section-four  .item-footer {
    display: flex;
    font-size: .5rem;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #111111;
    line-height: .5926rem;
    width: 7.037rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1.2037rem 0;
    align-items: center;
  }
  .section-four   .item-footer.hover-bt {
    width: 9.2407rem;
    height: 5.4444rem;
    background: linear-gradient(0deg, #FFB0A9, #EC594C);
    border-radius: 0px .5556rem .5556rem 0px;
    padding: 0 .9259rem;
    color: #fff;
  }

  .section-four   .footer   .item-footer {
    border-top: 2px solid #E8EBF0;
  }
  .section-four .footer .item-footer-item1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .section-four .footer .item-footer-item2 {
    display: none;
    margin-top: 25px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 25px;
  }
  .section-four .footer .item-footer-item1  add img{
    width: 0.4167rem;
    height: 0.4167rem;
    margin-top: 0.1812rem;
    cursor: pointer;
  }
  .section-four   .footer   .item-footer {
    position: relative;
    border-top:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: height linear 0.3s;
  }
  .section-four  .footer .item-footer  .main {
    width: 4.1667rem;
  }
  .section-four  .add {
    display: block;
  }
  .section-four .item-footer-tips {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }
  .section-four  .add img {
    width: .4167rem;
    height: .4167rem;
  }

  .section-four .footer .item-footer .item-footer-item1 div:first-child img {
    height: 1.2037rem;
  }


  .section-four  .people-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .6481rem;
  }
  .section-four .people-header img {
    margin-top: .5556rem;
    margin-bottom: -0.4852rem;
    width: 1.2778rem;
    height: 1.0741rem;
  }

  .section-four .red {
    color: rgba(255, 23, 2, 1);
  }

  .section-four .black {
    color: #111;
  }

  .section-four  .content {
    width: 7.7222rem;
    font-size: .6667rem;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #B5BAC5;
    text-align: center;
    margin: 0 auto;
    line-height: .8148rem;
  }

  .section-four   .chat-bt  .item {
    width: 8.5rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 1.3889rem 0px rgba(64, 89, 136, 0.15);
    border-radius: .5556rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .5556rem auto ;
    padding-bottom: .46rem;
  }
  .section-four .chat-bt .item img {
    height: 1.8519rem;
    margin-top: .463rem;
  }

  .section-four   .chat-bt-t1 {

    font-size: .5rem;
    font-family: Arial ,serif;
    font-weight: bold;
    text-align: center;
    margin: .5556rem .3704rem;
    color: #111111;
  }

  .section-four  .chat-bt-t2 {
    text-align: center;
    margin: 0 auto;
    width: 6.8148rem;
    font-size: .3889rem;
    font-family: Arial ,serif;
    font-weight: 400;
    color: #9FA3AA;
  }
  .section-four   .chat {
    width: 8.8889rem;
    height: 6.1111rem;
    background: linear-gradient(38deg, #5a439b, #114dc0, #ff5343);
    border-radius: 0.5556rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .4444rem;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #FFFFFF;
  }

  .section-four   .chat1 {
    margin-top: .9259rem;
    margin-left: .9259rem;
    width: 3.5185rem;
  }

  .section-four   .chat2 {
    margin-top: .103rem;
    width: 3.5185rem;
    margin-left: 3.463rem;
  }

  .section-four  .bg {
    background: url("/images/home/chat.png") 100% 100% no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 7.9537rem;
    height: 4.3981rem;
  }

  .section-four  .step {
    display: flex;
    width: calc(10rem - 1.4815rem - 1.1111rem);
    margin: 0 auto;
    height: 100%;
  }
  .section-four   .step-right {
    margin-left: 0.6667rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-four   .right-item+.right-item{
    margin-top: 20px;
  }
  .section-four   .t1 {
    font-size: 0.5rem;
    padding-top: .2778rem;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #111111;
  }

  .section-four   .t2 {
    font-size: 0.3889rem;
    font-family: Arial ,serif;
    font-weight: 400;
    color: #9fa3aa;
    margin-top: 0.3704rem;
    margin-bottom: 0.3704rem;
  }

  .section-four   .step-left {
    width: 1.1111rem;
    display: flex;
    flex-direction: column;
  }
  .section-four .step .step-left div{
    width: 1.1019rem;
    height: 1.1019rem;
    background: rgba(255, 24, 2, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 0.4444rem;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #ff1702;
    justify-content: center;
    margin: 0.2778rem 0;
  }

  .section-four  .step .step-left  img {
    width: 1.2315rem;
    height: 0.1944rem;
    transform: rotate(90deg);
    margin: 36px 0;
  }

  .section-four   .category-wrapper {
    width: unset;
    margin: 0;
    justify-content: center;
  }
  .section-four   .item {
    width: 4.537rem;
    height: 3.7037rem;
    background: linear-gradient(0deg, #ffffff, #f2f4f7);
    border-radius: 0.5556rem;
  }
  .section-four  .category-wrapper .item  .normal .label {
    font-size: 0.3889rem !important;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #111111;
  }

  .section-four   .hover {
    width: 4.537rem;
    height: 3.7037rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .section-four    .hover-label {
    font-size: 0.3889rem !important;
  }


  .section-four .category-wrapper .item    .normal img {
    height: 1.6667rem !important;
    margin-top: 0.6481rem;
  }
  .section-four .category-wrapper .item .hover img{
    width: 0.7407rem;
    height: 0.1852rem;
  }
  .section-four   .haderFour {
    font-size: 0.6667rem;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #000001;
    margin-top: 0.8rem;
  }

  .section-four     .subtitle-line {
    width: 2.7778rem;
    height: 0.1111rem;
    background: linear-gradient(90deg, #ff1702, rgba(255, 23, 2, 0.14));
    border-radius: 0.0556rem;
    margin-bottom: 0.8rem
  }
}

/* SectionFive -------------------------------------------------------------------------------*/
.section-five {
  background-color: #f5f6f9;
  width: 100%;
}
.section-five  .more {
  font-size: 0.0875rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
  padding: 0.1156rem 0.1563rem;
  display: flex;
}
.section-five  .more   span {
  margin-right: 0.0781rem;
  display: inline-block;
  position: relative;
  top: 0.03rem;
}

.section-five  .more    img {
  width: 0.2188rem;
  height: 0.2188rem;
  margin-right: 0.0469rem;
}
.section-five  .more    img:last-child {
  margin-left: 0.25rem;
  border-radius: 50%;
}
.section-five   h1 {
  width: 1.9375rem;
  font-size: 0.1275rem !important;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
  line-height: 0.1875rem;
  margin: 0 auto 0;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #d4d8e0;
  transition: all linear .15S;
}
.section-five  h1:hover{
  color: #FF1702;
}
.section-five  main {
  display: flex;
  justify-content: center;
}
.section-five  .info {
  height: 0.4375rem;
  padding: 0 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.075rem;
  color: #9fa3aa;
}
.section-five  .box  span {
  width: 0.0375rem;
  height: 0.0375rem;
  background: #ffd250;
  border-radius: 50%;
  display: block;
  margin-right: 0.0563rem;
}
.section-five  .box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.0875rem 0 0.0625rem;
  height: 0.1563rem;
  background: #fffae7;
  border-radius: 0.0781rem;
  font-size: 0.075rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #000001;
}
.section-five .box2 {
  background: #e7fffb;
}
.section-five .box3 {
  background: #fff1fc;
}
.section-five .box2 span {
  background: #2ec2ae;
}
.section-five  .box3 span {
  background: #ed95db;
}
.section-five .five-header {
  font-size: 0.1875rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
  text-align: center;
  padding-top: 0.5rem;
}
.section-five  .item {
  width: 2.375rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.4688rem 0px rgba(64, 89, 136, 0.15);
  border-radius: 0.1875rem;
}
.section-five  .item:nth-child(2){
  margin-left: 0.1875rem;
}
.section-five  .item:nth-child(3){
  margin-left: 0.1875rem;
}
.section-five  .title-line {
  width: 0.9375rem;
  height: 0.0375rem;
  background: linear-gradient(90deg, #ff1702, rgba(255, 23, 2, 0.14));
  border-radius: 0.0187rem;
  margin: 0.1rem auto 0.375rem;
}
@media (max-width: 750px) {
  .section-five .five-header{
    font-size: .6667rem;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #000001;
  }
  .section-five    .title-line{
    width: 2.7778rem;
    height: .1111rem;
    background: linear-gradient(90deg, #FF1702, rgba(255,23,2,0.14));
    border-radius: .0556rem;
  }
  .section-five    main {
    flex-direction: column;
    align-items: center;
  }
  .section-five     .item {
    width: 8.8889rem !important;
    height: 9.4444rem !important;
    border-radius: .5556rem;
    margin-top: .5556rem;
  }
  .section-five     h1 {
    width: calc(8.8889rem - .7407rem - .7407rem) !important;
    text-align: center;
    margin: 0 auto;
    font-size: 0.5rem !important;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #111111;
    line-height: .5926rem;
    padding-bottom: .463rem;
  }
  .section-five    .info {
    margin: 0.6481rem auto 0.463rem;
    padding: 0 0.7407rem;

  }
  .section-five     .box {
    height: 0.5926rem;
    border-radius: 0.2963rem;
    padding-left: 0.0926rem;
    font-size: 0.2222rem;
    justify-content: flex-start;
  }
  .section-five     .box   span {
    width: 0.1481rem;
    height: 0.1389rem;
    background: #ffd250;
    border-radius: 50%;
    margin-right: 0.0926rem;
  }
  .section-five    .more{
    padding:.4444rem .7407rem ;
  }
  .section-five    .more  img{
    height: .787rem;
    width: .787rem;
    margin-right: .1481rem;
  }
  .section-five    .more span{
    margin-right: .463rem;
  }
  .section-five  .item > div:first-child img {
    height: 4.4444rem !important;
    width: 8.8889rem;
  }
}
/* SectionSix------------------------------------------------------------------------------------ */
.section-six {
  padding-top: .5625rem;
  background: #f5f6f9;
  position: relative;
}
.section-six   .video{
  height: 3.6875rem;
  width: 5.3125rem;
  margin-top: calc(-2.1563rem - -0.75rem);
  margin-left: -2.6563rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.section-six   .header-line {
  width: 0.9375rem;
  height: 0.0375rem;
  background: linear-gradient(90deg, #ff1702, rgba(255, 23, 2, 0.14));
  border-radius: 0.0187rem;
  margin: 0 auto;
  margin-top: 0.125rem;

}
.section-six  .bottom {
  background-color: #fff;
  height: 2.8125rem;
}
.section-six  .six-hader {
  font-size: 0.1875rem;
  font-family: Arial ,serif;
  font-weight: bold;
  color: #111111;
  text-align: center;
}
.section-six  .top {
  height: 1.1719rem;
  background: #f5f6f9;
}
@media (max-width:750px) {
  .section-six {
    width: 100%;
  }
  .section-six  img{
    width: 100%;
  }
  .section-six  .six-hader {
    font-size: .6667rem !important;
    font-family: Arial ,serif;
    font-weight: bold;
    color: #111111;
  }
  .section-six  .header-line{
    width: 2.7778rem !important;
    height: .1111rem !important;
    background: linear-gradient(90deg, #FF1702, rgba(255,23,2,0.14));
    border-radius: .0556rem;
  }

}
.section-four .bottom-wrapper .item-bottom.hover-bottom .main-text{
  color: #ffffff;
}

.line-1 a:nth-child(1) img  {
  width: 0.4688rem;
}
.line-1 a:nth-child(2) img {
  width: 0.3rem;
}
.line-1 a:nth-child(3) img {
  height: 0.225rem;
}

.line-2 a:nth-child(1) img {
  height: 0.2344rem;
}
.line-2 a:nth-child(2) img {
  height: 0.0719rem;
}
.line-2 a:nth-child(3) img {
  height: 0.1406rem;
}
.line-2 a:nth-child(4) img {
  height: 0.1406rem;
}
.line-2 a:nth-child(5) img {
  height: 0.2344rem;
}

.line-3 a:nth-child(1) img {
  height: 0.0875rem;
}

.line-3 a:nth-child(2) img {
  height: 0.15rem
}

.line-3 a:nth-child(3) img {
  height: 0.1031rem;
}

.line-3 a:nth-child(4) img {
  height: 0.1281rem;
}

.line-4 img {
  height: 0.0875rem;
}

.line-4 a:nth-child(1) img {
  height: 0.2rem !important;
}

.line-4 a:nth-child(2) img {
  height: 0.12rem !important;
}
.section-three strong{font-size:.135rem;line-height:0.6rem;display:block}
.section-four .index-solution .solution-ul{display:flex;width:7.75rem;margin:0 auto 0.45rem;justify-content:space-between;}
.section-four .index-solution .solution-li{background: #FFFFFF;margin-top:0.2rem;
  box-shadow: 0px 0px 29px 3px rgba(169,178,197,0.25);width:23%; height:2.4rem;border-radius:5px;padding:0.185rem;}
.section-four .index-solution .solution-li:hover{border:1px solid #E7402A}
.section-four .index-solution .solution-li .tit{display:flex;align-items:center;}
.section-four .index-solution .solution-li .tit span{margin-left:0.1rem;color:#E7402A;font-weight:550;font-size:0.11rem;}
.section-four .index-solution .solution-li .info{margin-top:0.11rem;color:#333;}
.section-four .index-solution .solution-li .info strong{font-size:0.093rem;}
.section-four .index-solution .solution-li .info div{font-size:0.078rem;}


.h5-swiper-solution{width:100%;height:100%;overflow:hidden;position:relative;}
.section-four .h5-swiper-solution .solution-item{background: #FFFFFF;margin-top:0.2rem;border:1px solid #E7402A;
  box-shadow: 0px 0px 5px 3px rgba(169,178,197,0.25);width:85%; height:12.5rem;border-radius:5px;padding:0.5rem;}
.section-four .h5-swiper-solution .solution-item:hover{border:1px solid #E7402A}
.section-four .h5-swiper-solution .solution-item .tit{display:flex;align-items:center;}
.section-four .h5-swiper-solution .solution-item .tit span{margin-left:0.3rem;color:#E7402A;font-weight:550;font-size:0.5rem;}
.section-four .h5-swiper-solution .solution-item .info{margin-top:0.41rem;color:#333;}
.section-four .h5-swiper-solution .solution-item .info strong{font-size:0.383rem;}
.section-four .h5-swiper-solution .solution-item .info div{font-size:0.348rem;}
.section-four .h5-swiper-solution .solution-item img{width:1.2rem;}

.section-four .h5-swiper-solution  .solution-list{padding:0.5rem 0rem 0.5rem 0rem;}
.swiper-pagination-h5-solution{text-align:center;}

.section-three-h5{}
.section-three-h5 .partner-h5{padding: 0.5rem}
.section-three-h5 .partner-h5 .item{margin-top:0.5rem;}
.section-three-h5 .partner-h5 .item p{font-size:.5rem;font-weight:550;}
.section-three-h5 .partner-h5 .item img{width:100%;}

.section-three-h5 .three-login-h5{padding: 0.5rem;background:#F3B600;margin-top:0.8rem;}
.section-three-h5 .three-login-h5 .info{text-align:center;padding:.1rem 0rem;}
.section-three-h5 .three-login-h5 .info a{background:#fff;color:#E7402A;padding:0.23rem 0.6rem;border-radius:.5rem;text-decoration:none;margin-left:10px;}
.framework-img{width:2.09rem!important;}

.menu-drawer {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 7.625rem !important;
  box-sizing: border-box;
  padding: 0.5rem;
}

.menu-drawer .el-drawer__body {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-drawer .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.drawer-header .drawer-logo {
  width: 4rem;
}

.drawer-header .drawer-close {
  width: 0.3rem;
  height: 0.3rem;
}

.menu-drawer .drawer-menu {
  flex: 1;
  display: flex;
  flex-direction: column;

}

.drawer-menu .menu-li {
  width: 100%;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
  padding: 0.7rem 0;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  margin-top: -1px;
  text-decoration: none;
  outline: none;
  font-weight: 540;
}

.drawer-menu .menu-li:nth-child(1) {
  border-top: none;
}

.menu-drawer .drawer-user {

}

.drawer-user .drawer-user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-user-info .user-name {
  display: flex;
  align-items: center;
}

.drawer-user-info .user-name img {
  width: 0.525rem;
  margin-right: 0.25rem;
}

.drawer-user-info .user-name p {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.375rem;
  color: #333333;
}

.drawer-user-info .user-quit {
  display: flex;
  width: 0.45rem;
  height: 0.45rem;
  text-decoration: none;
  outline: none;
}

.drawer-user-info .user-quit img {
  width: 100%;
  height: 100%;
}

.drawer-user .drawer-user-operate {
  display: flex;
  flex-direction: column;
}

.drawer-user .drawer-user-operate a {
  width: 100%;
  height: 1.075rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  text-decoration: none;
  outline: none;
}

.drawer-user .drawer-user-operate .login-operate {
  border: 1px solid #E7402A;
  background: #E7402A;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 0.4rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.drawer-user .drawer-user-operate .sign-operate {
  border: 1px solid #E7402A;
  background: #FFFFFF;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 0.4rem;
  color: #E7402A;
}

.language-drawer {
  width: 100vw;
  height: 7.8rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.75rem;
  position: relative;
  border-radius: 0.7rem 0.7rem 0 0;
}

.language-drawer .el-drawer__body {
  width: 100%;
}

.language-drawer .language-drawer-title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.7rem;
  font-family: HarmonyOS Sans SC;
  font-weight: 550;
  font-size: 0.5rem;
  color: #333333;
}

.language-drawer .language-drawer-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.language-drawer .language-drawer-list .drawer-select-language {
  border: 1px solid #E7402A;
  color: #E7402A;
}

.language-drawer .language-drawer-list a {
  width: 100%;
  height: 0.95rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  outline: none;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 0.5rem;
  border: 1px solid #333333;

}

.language-drawer .language-drawer-list a:last-child {
  margin-bottom: 0 !important;
}

.language-drawer .language-drawer-save {
  width: 100%;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 0.625rem;
  color: #ffffff;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.4rem;
}

.language-drawer .language-drawer-close {
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  right: 0.4rem;
  top: 1rem;
}
