* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

code,
kbd,
pre,
samp {
 /* font-family: monospace, monospace;  1 */
  font-family: --font-family!important;
  font-size: 1em; /* 2 */
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

a {
  text-decoration: none; /* 去掉下划线 */
  color: inherit; /* 继承父元素的颜色 */
  font-weight: normal; /* 重置字体粗细 */
  background-color: transparent; /* 去掉背景颜色 */
  cursor: pointer; /* 确保鼠标指针在悬停时变成手型 */
}
:root {
  --main-white: #ffffff;
  --theme-bg:#0082ED;
  --theme-color:#0082ED;
  --desc:0.38rem;
  --desc-color:#727272;
  --theme-gary-bg:#F3F3F3;
  --margin-left:4rem;
  --ff-Ar:ArialMT
}
body{
  max-width: 1920px;
  margin: 0 auto;
}
.ff-AA{
  font-family: Arial, Arial;
}
.font-size-98{
  font-size: 1.53rem;
  line-height: 2.4rem;
}
.font-size-91{
  font-size: 1.4rem;
  line-height: 1.65rem;
}
.font-size-87{
  font-size: 1.35rem;
  line-height: 1.56rem;
}
.font-size-74{
  font-size: 1.15rem;
  line-height: 1.5rem
}
.font-size-66{
  font-size: 1.03rem;
  line-height: 2.26rem
}
.font-size-62{
  font-size: 0.96rem;
  line-height: 1.1rem
}
.font-size-51{
  font-size: 0.8rem;
}
.font-size-47{
  font-size: 0.73rem;
  line-height: 1.1rem
}
.font-size-44{
  font-size: 0.6875rem;
  line-height: 0.90rem
}
.font-size-42{
  font-size: 0.65rem;
  line-height: 0.92rem;
}
.font-size-38{
  font-size: 0.59rem;
  line-height: 0.7rem;
}
.font-size-37{
  font-size: 0.59rem;
  line-height: 0.67rem;
}
.font-size-35{
  font-size: 0.54rem;
  line-height: 0.67rem;
}
.font-size-32{
  font-size: 0.57rem;
  line-height: 1rem;
}
.font-size-0{
  font-size: 0rem;
}
.line-height-69{
  line-height: 0.92rem;
}
.line-height-104{
  line-height: 0.92rem;
}
.ff-Ar{
  font-family: ArialMT;
}
.section{
  padding:0 var(--margin-left)
}
.theme-bg{
  background-color: #0082ED;
}
.theme-bg-desc{
  background-color: #e0e0e0;
}
.theme-color{
  color: #0082ED;
}
.theme-desc{
  font-size: 0.5rem;
}
.theme-color-desc{
  color: #727272;
}
.ss-flex {display: flex;}
.ss-dir-column {flex-direction: column}
.ss-dir-row {flex-direction: row}
.ss-h-center {justify-content: center}
.ss-h-right {justify-content: flex-end}
.ss-space-between {justify-content: space-between}
.ss-jc-sb {justify-content: space-between}
.ss-jc-sa {justify-content: space-around}
.ss-jc-se {justify-content: space-evenly}
.ss-v-center {align-items: center}
.ss-v-end {align-items: flex-end}
.ss-h-end {justify-content: flex-end;}
.ss-center {align-items: center;justify-content: center;}
.ss-flex-wrap {flex-wrap: wrap;}
.ss-flex-1 {flex: 1;}
.ss-weight-500 { font-weight: 500}
.ss-weight-600 { font-weight: 600}
.ss-weight-700 { font-weight: 700}
header{
 height: 80px;
}
.ss-btn{
  font-size: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header{
  height: 2.22rem;
}
header .logo{
  height: 100%;
  margin-left: var(--margin-left);
  display: flex;
  align-items: center;
}
header .logo img{
  width: 4.15rem
}
.ss-banner{
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.ss-width-banner-first{
  margin-top:1.73rem
}
.test-align-justify{
  text-align: justify;
}
.ss-width-banner-left{
  width: 42%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  font-size: 1rem;
}
.ss-width-banner-left-wrap{
  margin-left: var(--margin-left);
  width: 9.1rem;
}
.ss-width-banner-right{
  width: 58%;
  /* flex: 1; */
}
.ss-width-banner-left-wrap .line{
  width: 1.74rem;
  height: 0.08rem;
  margin-top:0.6rem;
  margin-bottom: 0.25rem;
  background-color:var(--theme-bg);;
}
.ss-banner .ss-banner-btn{
  width: 100%;
}
.ss-banner-btn{
  height:1.6rem ;
  margin-top: 1.64rem;
  color: var(--main-white);
}
.section-wrap{

}
.section-wrap .section-title{
  font-size: 1.15rem;
  color: var(--theme-color);
  text-align: center;
}
.section-2{
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding:0 var(--margin-left)
}
.section-body{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.section-body-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-body-item .section-body-item-img{
  width: 4.25rem;
  height: 2.89rem;
}
.section-body-item-arrow{
  height: 2.89rem;
}
.section-body-item .section-body-item-img img{
  height: 100%;
  width: 100%;
}
.section-body-item-title{
  font-size: 0.5rem;
  text-align: center;
  color: #727272;
  margin-top: 0.8rem;
}
.section-3{
  display: flex;
  justify-content: space-between;
  background: #F3F3F3;
  font-size: 0.32rem;
  padding-top:2.35rem;
  padding-bottom:2.35rem
}
.section-3 .title{
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: var(--theme-color);
}
.section-3 .desc{
  margin-top: 0.4rem;
  font-size: 0.4rem;
  text-align: center;
  color: var(--desc-color);
}
.section-3 .device img{
  width:8.4rem;
  height: 11.8rem;
}
.section-3-right{
  width:17.48rem;
  color: #727272;
}
.section-3-right-desc{
  font-size: 0.5rem;
  line-height: 0.8rem;
}
.section-3-right-wrap{
  margin-top: 1.64rem;
}
.section-3-right-item{
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.section-3-right-item_img{
  width: 1.71rem;
  height: 2.04rem;
}
.section-3-right-item_text{
  font-size: 0.5rem;
  margin-left:1rem
}
.section-4{
  background-color:var(--theme-bg);
  background-image: url('../image/bg.png');
  background-size: 100% 100%;
  color: var(--main-white);
  display: flex;
  padding:3rem var(--margin-left);
  flex-direction: column;
  align-items: center;
}
.section-4-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.35rem;
}

.section-4-item{
  display: flex;
  flex-direction: column;
}
.section-4-right-item{
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
.section-4-right-item_img{
  width:1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
}
.section-4-right-item-bg-img{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.section-4-right-item_text{
  font-size: 0.46rem;
}
.section-5{
 margin-top: 1.6rem;
}
.section-5-wrap{
  padding:0 var(--margin-left)
}
.section-device-text{
  font-size: 0.9rem;
  color:var(--theme-color)
}
.section-device-text{
  width:10.4rem;
}
.section-5-wrap .section-device-text{
  width:100%
}
.section-device-text-desc{
  color:var(--desc-color);
  margin-top:0.8rem
}
.section-5-wrap .theme-desc{
  width:13.5rem;
  font-size: 0.5rem;
}
.section-5-bottom{
  width:calc(100% - 1.3rem)
}
.section-5-bottom img{
  width: 100%;
}
.section-6{
  background-color:var(--theme-gary-bg) ;
}
.section-5-top-right{
  margin-right:2rem
}
.section-5-top-right img{
  width: 5.85rem;
  height:14rem ;
}
.section-6-wrap{
  padding:4rem var(--margin-left) 4.68rem var(--margin-left)
}
.section-6 .section-device-text{
  text-align: right;
  width: auto;
}
.section-6 .section-device-text-desc{
  font-size: 0.5rem;
}
.section-6-top-left{
  width:18.5rem
}
.section-6-top-left img{
  width: 100%;
}
.section-7{
  width: 100%;
}
.section-7-wrap{
  width: calc(100% - var(--margin-left) - var(--margin-left));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: 1.2rem;
}
.section-wrap .section-title{
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.scroll_content {
  display: flex;
}
.scroll_content + .scroll_content{
  margin-top: 1rem;
}
#list,
#list1,#list2,#list3 {
  display: flex;
}

.item {
  width: 120px;
  height: 60px;
  margin-right: 22px;
  flex-shrink: 0;

}
.item .item_img_partners{
  width: 100%;  
  height: 100%;  
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.item img{
  width: 100%;
}
.section-8 {
  background: #F3F3F3;
}
.section-8 .section-device-text{
  width: auto;
 color: #898A8B;  
 font-size: 1.2rem;
}
.section-8 .ss-btn{
  margin-top: 1.9rem;
  width:8.68rem
}
.section-8 .section-device-text{
  margin-left: 2rem;
}
.section-8 .section-device-image{
  width: 14.8rem;
  position: relative;
}
.section-8 .section-device-image img{
  width: 14.8rem;
  opacity: 0.2;
}
.section-8 .desc{
  font-size: 0.55rem;
}
.section-8-desc{
  margin-top: 0.85rem;
}
.section-8 .form-demo{
  font-family:var(--ff-Ar) ;
  width:12.75rem;
  background-color: var(--main-white);
  box-shadow: 0px 0px 19px 4px rgba(208,208,208,0.5);
  border-radius: 9px;
  position: absolute;
  top:2.12rem;
  left: -3.1rem;
}
.section-8 .form-demo #webform5316828000004347005{
  padding:1.1rem 0.8rem 
}
.section-8 .form-demo .zcwf_row{
  width: 42%;
  margin-top: 0.375rem;
  font-family: var(--ff-Ar);
}
.section-8 .form-demo .wfrm_fld_dpNn{
  display: none;
}
.section-8 .form-demo .zcwf_col_lab{
  color: var(--desc-color);
}
.section-8 .form-demo .zcwf_row .zcwf_col_fld{
  margin-top: 0.2rem;
}
/* .section-8 .form-demo .zcwf_row-gap{
  margin:0 1.8rem
} */
.section-8 .form-demo .zcwf_row-messgae{
  width:100%
}
.section-8 .form-demo .zcwf_row .zcwf_col_fld input{
  width:calc(100%);
  font-size:0.32rem ;
  text-indent: 0.15rem;
  height: 1rem;
  border: 1px solid #979797;
}
.section-8 .form-demo .zcwf_row .zcwf_col_fld textarea{
  width:100%;
  padding: 8px;
  height: 1rem;
  font-size:0.32rem ;
  text-indent: 0.15rem;
  border: 1px solid #979797;
}
.section-8 .form-demo .zcwf_row-btn{
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 0.46rem;
}
.section-8 .form-demo .zcwf_row-btn .radio_box{
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  background: url('../image/no_select_radio.png') no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
  transition: all linear 0.3s;
}
.section-8 .form-demo .zcwf_row-btn .radio_box.selected {
  background: url('../image/has_select_radio.png') no-repeat center center;
  background-size: 100% 100%;
}
.section-8 .form-demo .zcwf_row-btn .zcwf_col_fld .zcwf_button{
  height: 1.45rem;
  cursor: pointer;
  width: 100%;
  font-family: var(--ff-Ar);
  color: var(--main-white);
  font-size: 0.7rem;
  border:none
}
.zcwf_row-Privacy{
  margin-top: 0.2rem;
}
.section-8 .form-demo .zcwf_row-btn .zcwf_col_fld .zcwf_button.disabled
{
    background: #ddd;
}
.section-8 .dot{
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  margin-right: 0.46rem;
  background-color:var(--theme-bg) ;
}
.section-9 .section-9-wrap{
  height: 1.85rem;
  padding:0 1rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  color: var(--main-white);
}

.wf_customMessageBox {
  color: #132C14;
  background: #F5FAF5;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  max-width: 90%;
  width: max-content;
  word-break: break-word;
  z-index: 11000;
  border-radius: 6px;
  border: 1px solid #A9D3AB;
  min-width: 100px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.wf_customCircle {
  position: relative;
  background-color: #12AA67;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  flex: none;
  margin-right: 7px;
}

.wf_customCheckMark {
  box-sizing: unset !important;
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 6px;
  top: 9px;
  height: 8px;
  width: 3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.wf_customClose {
  box-sizing: border-box;
  position: relative;
  width: 18px;
  height: 18px;
}

.wf_customClose::after,
.wf_customClose::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 1.5px;
  background: #616E88;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px
}

.wf_customClose::after {
  transform: rotate(-45deg)
}

.show_mode {
  width: 751px;
  height: 519px;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 1px rgba(226, 232, 248, 0.9);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  box-sizing: border-box;
  padding: 30px 50px;
  line-height: 1.5;
  font-family: Helvetica Neue LT Std, Arial !important;
}
.show_mode pre{
    font-size: 1em;
    white-space: pre-wrap;
    word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .show_mode {
    width: 90%;
    height: 450px;
    padding: 30px 30px;
  }
}

.show_mode .rule_title {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  line-height: 26px;
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
.show_mode pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
.show_mode .rule_title::after {
  content: '';
  width: 20px;
  height: 0px;
  opacity: 1;
  border: 1px solid #04294F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.show_mode .rule_content {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  max-height: 280px;
  overflow-y: scroll;
}

@media screen and (max-width: 1200px) {
  .show_mode .rule_content {
    font-size: 12px;
  }
}

.show_mode .rule_content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.show_mode .rule_content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: rgba(83, 83, 83, 0.5);
}

.show_mode .rule_content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #EDEDED;
}

.show_mode .rule_content .rule_item {
  margin: 0;
}

.show_mode .rule_content .rule_item.title {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .show_mode .rule_content .rule_item.title {
    margin-bottom: 30px;
  }
}

.show_mode .btn_control_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.show_mode .btn_control_box .close_btn {
  width: 104px;
  line-height: 40px;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  border: 2px solid #4C6CFA;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.show_mode .btn_control_box .has_read {
  background: #4D6DFA;
  color: #fff;
  line-height: 40px;
}