body {
  margin: 0;
  /*background-color: #000;*/
  position: relative;
  font-size: 0.05rem;
  font-size: max(0.05rem , 12px);
}

* {
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont,
    'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', STHeiti,
    'Microsoft YaHei', 'Microsoft JhengHei', 'Source Han Sans SC',
    'Noto Sans CJK SC', 'Source Han Sans CN', 'Source Han Sans TC',
    'Noto Sans CJK TC', 'WenQuanYi Micro Hei', SimSun, sans-serif;
  /* line-height: 0.12rem; */
  box-sizing: border-box;
  /* line-height: 0.12rem; */
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  font-size: 0.06rem;
  font-size: max(0.06rem , 12px);
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: normal;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

select, input, textarea {
  appearance: none;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}
.form_item{
  position: relative;
}
.form_item.light {
  width: 2rem;
  height: 0.23rem;
  border: 1px solid #ffffff;
  /*opacity: 0.5;*/
  border-radius: 0.11rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.12rem;
  cursor: pointer;
  position: relative;
  margin: auto 0.08rem 0.08rem auto;
}

.form_item input {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
}
.form_item .prefix{
  width: 40%;
  font-size: 0.048rem;
  height: 100%;
}
.prefix-content{
  display: none;
  width: 1.15rem;
  position: absolute;
  top: 25px;
  left: 0;
  border-radius: 5px;
  background-color: white;
  margin: 0;
  font-size: 0.048rem;
  padding: 8px 0;
  overflow: auto;
  height: 160px;
}
.prefix-content::-webkit-scrollbar {
  display: none;
}
.form_item.select .down{
  width: 0.1rem;
  position: absolute;
  top: 50%;
  left: 102px;
  transform: translateY(-50%);
}
.prefix-content li{
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  color: #333;
  text-align: left;
  box-sizing: border-box;
}
.prefix-content li:hover{
  background-color: #0064d2;
  color: white;
}
.form_item #mobile{
  width: 58%;
  margin-left: 10px;
}
.form_item.light input {
  color: #fff;
}

.form_item.light input::placeholder {
  color: #fff;
  font-size: 0.05rem;
}

.text_container_node_s_l {
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: baseline;
}
.form_item.select .down,
.text_container_node_s_l text {
  color: #0064d2;
  display: block;
  width: 100%;
  text-anchor: middle;
  dominant-baseline: middle;
}

.layer4_node {
  display: none;
}
.layer4_node.show{
    display: block;
}
.alert {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999999999;
  height: 35px;
  padding: 0px 20px;
  line-height: 35px;
  /*margin-left: -62px;*/
  display: none;
  background: #000;
  color: #fff;
  /*top: 0;*/
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 5px;
}
.alert-info{
  background: #0064d2;
}
.alert-danger{
  background: #ed2600;
}
.alert-warning{
  background: #ff9c02;
}
.alert-success{
  background: #35b908;
}

.text1 {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.text2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow:hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.text3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow:hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
/*法律声明*/
.flsm{
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.flsm h4 {
  font-size: 0.076rem;
  font-size:max(0.076rem,18px);
  font-weight: 600;
  margin: 15px 0;
}
.flsm p{
  line-height: 1.65;
  /*font-size: 14px;*/
  margin: 15px 0;
  font-size: 0.056rem;
  font-size:max(0.056rem,14px);
}
.language{
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 15px;
  color:#333;
}
.inner-page .language{
    color:#333;
}
.language:hover .language-item-wrap{
  display: block;
}
.language-select{
  display: inline-flex;
  align-items: center;
  color: #333;
}
.language-select-color{
  color: #333;
}
.language-select img{
  margin-left: 5px;
}
.language-item-wrap{
  display: none;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 40px;
  padding: 5px 0 5px;
  transform: translateX(-50%);
  border: 1px solid #e5e5e5;
}
.language-item{
  padding: 5px 10px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-size:max(0.05rem , 12px);
  width: 120px;
}
.language-item-active{
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
.language-item:hover{
  background-color: #e5e5e5;
}
.menu .right_container .language img {
  margin-right: 10px !important;
}
.solution-select-val{
  width: 100%;
  height: 100%;
  line-height: 0.22rem;
}
.solution-select-val:focus{

}
.tips_modal-btn-wrap{
  text-align: right;
  padding: 8px;
  box-sizing: border-box;
}
.solution-select{
  width: 0.98rem;
  min-width: 150px;
  max-width: 170px;
  background-color: white;
  position: absolute;
  top: 0.23rem;;
  left: 0;
  border-radius: 6px;
  background-color: #ececec;
  padding: 0;
  margin: 0;
  z-index: 300;
}
.solution-select  .solution-select-item{
  padding: 4px 4px 4px 15px;
  color: #333;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
}
.solution-select  .solution-select-item:hover{
  background-color: #0064d2;
  color: white;
}

.attachment{
  color: #333;
  font-size: 14px;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 15px;
  color: #777777;
}
/* 设计稿调整字号 */
/*@media screen and (min-width: 1440px) {*/
/*  .cont1_top .title,*/
/*  .cont2_top .tit1,*/
/*  .cont3_top .tit1,*/
/*  .banner_tit1,*/
/*  .cont2 .title,*/
/*  .cont3 .title,*/
/*  .cont4 .title {*/
/*    font-size: 48px !important;*/
/*  }*/

/*  .cont1_item .cont1_item_info .num span {*/
/*    font-size: 66px !important;*/
/*  }*/

/*  .cont1_item .cont1_item_info .tit,*/
/*  .cont2_top .tit2,*/
/*  .cont3_top .tit2,*/
/*  .cont3_list_item .tit,*/
/*  .layer1_product_one,*/
/*  .layer1_product_item,*/
/*  .case_list_btn,*/
/*  .banner_tit2,*/
/*  .cont1_tab_tit,*/
/*  .cont2 .detail,*/
/*  .layer2_right_content,*/
/*  .layer3_item_content,*/
/*  .layer1 .public_time,*/
/*  .layer2 .layer1_one_title,*/
/*  .layer2_news_content,*/
/*  .cont1_list ul li .cont1_item_detail,*/
/*  .join_info p,*/
/*  .select_item ul li {*/
/*    font-size: 16px !important;*/
/*  }*/

/*  .cont2_item .cont2_item_tit p {*/
/*    font-size: 24px !important;*/
/*  }*/

/*  .cont3_list_item .num span {*/
/*    font-weight: bold !important;*/
/*    font-size: 52px !important;*/
/*  }*/

/*  .cont4_top .bigtit,*/
/*  .cont1 .title,*/
/*  .cont2 .title,*/
/*  .layer3_title,*/
/*  .layer5_title,*/
/*  .layer6 .layer6_title,*/
/*  .layer1 .layer1_title {*/
/*    font-weight: bold !important;*/
/*    font-size: 48px !important;*/
/*  }*/

/*  .cont4_item_num {*/
/*    font-size: 62px !important;*/
/*  }*/

/*  .cont4_item_tit,*/
/*  .swiper-slide_title {*/
/*    font-size: 32px !important;*/
/*  }*/

/*  .banner_tit {*/
/*    font-size: 50px !important;*/
/*  }*/

/*  .banner_content {*/
/*    font-size: 16px !important;*/
/*    color: rgba(255 255 255 / 70%) !important;*/
/*  }*/

/*  .cont1_list ul li .cont1_item_tit,*/
/*  .case_tit,*/
/*  .cont3_left .nas_list_tit,*/
/*  .layer2_right .layer2_right_title,*/
/*  .cont1_list_item .item_left .list_tit {*/
/*    font-weight: bold !important;*/
/*    font-size: 24px !important;*/
/*  }*/

/*  .cont5_item_info .cont5_info_tit,*/
/*  .cont5_item .cont5_item_tit {*/
/*    font-size: 18px !important;*/
/*  }*/

/*  .layer2_right_btn,*/
/*  .operate_item > spam {*/
/*    font-size: 14px !important;*/
/*  }*/

/*  .layer3_item_title,*/
/*  .layer2_news_title,*/
/*  .layer6 ul li {*/
/*    font-size: 20px !important;*/
/*  }*/

/*  .news {*/
/*    font-size: 40px !important;*/
/*    font-weight: bold !important;*/
/*  }*/

/*  .cont1_tab_tit .left .tit,*/
/*  .join_list .join-header p,*/
/*  .knowledge_base .knowledge_base_title {*/
/*    font-size: 18px !important;*/
/*  }*/

/*  .cont1_list ul li .cont1_item_tit {*/
/*    font-size: 26px !important;*/
/*    font-weight: bold !important;*/
/*  }*/

/*  .select_item p,*/
/*  .join_detail_item .join_item_tit {*/
/*    font-size: 16px !important;*/
/*    font-weight: bold !important;*/
/*  }*/

/*  .layer3_title_p {*/
/*    font-size: 24px !important;*/
/*  }*/

/*  .layer3_content {*/
/*    font-size: 16px !important;*/
/*  }*/

/*  .out_view_right_title {*/
/*    font-size: 18px !important;*/
/*    font-weight: bold !important;*/
/*  }*/
/*}*/

.pc-custome-modal{
  display: none;
  width: 550px;
  height: 600px;
  position:fixed;
  right: 0.42rem;
  border-radius: 15px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: white;
  box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.online-customer-close{
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding: 5px;
background: rgb(0, 100, 210);
color: white;

}
.online-customer-close img{
  cursor: pointer;
    position: absolute;
    width: 30px;
    right: 25px;
    top: 5px;
}
.online-customer-close span{
    margin-left: 15px;
}
.mobile-custome-modal{
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background:#fff;
}
.pc-custome-modal iframe,
.mobile-custome-modal iframe{
    border:none;
}
@media screen and (max-height: 800px) {
    .pc-custome-modal{
        height:calc(100vh - 200px);
    }
}
@media screen and (max-width: 768px) {
  .tips_modal{
      width: 80%;
     padding: 15px;
      background: #fff;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px;
      z-index: 200;
    color: #666;
    font-size: 14px;
    display: none;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
  }
  .tips_modal_title{

    text-align: left;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 600;
  }
  .tips_modal_content{
    padding-bottom: 5px;
  }

  .tips_modal .tips_modal-close{
    width: 85px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    background-color: #0064d2;
    color: #fff;
  }
  .mobile-custome-modal .online-customer-close{
    top: 3px;
  }
  .flsm h4{
    font-size: 16px;
  }
  .flsm p{
    font-size: 14px;
  }
  .prefix-content{
    top: -145px;
    width:100%;
  }
  .form_item.select .down{
    left: 70px;
    width: 0.2rem;
  }
}