html {
  background-color: #F5F7FE;
}

.top {
  padding-top: 2.26rem;
  width: 100%;
  height: 6.72rem;
  background-image: url('../assest/image/home/banner.jpg');
  background-repeat: no-repeat;
  background-size: 100% ;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.top .title {
  padding: 0 1.17rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
}

.top .subtitle {
  margin-top: 0.18rem;
  padding: 0 1.17rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.38rem;
  line-height: 0.57rem;
  text-align: right;
}

.top .subtitle span:not(:last-child) {
  margin-right: 0.32rem;
}

/* 
.product-desc {
  margin-bottom: 0.54rem;
  padding: 1.1rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.product-desc .list {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product-desc .list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.46rem;
  width: 5rem;
  height: 4rem;
  border-radius: 0.08rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 52px -2px #D3DEF8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.product-desc .list .item .logo {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-desc .list .item .logo img {
  max-height: 2.5rem;
}

.product-desc .list .item .name {
  margin-top: 0.24rem;
  width: 100%;
  color: #3864FF;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.24rem;
  text-align: center;
} */

.anchor {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}


/**
  *放置input的div盒子
  *1.此处应我的项目需要，加了些特别的设置，如字体、背景色等，按需添加；
  *2.内层input不加边框，看起来效果会自然一点，所以外层div设置了边框和圆角
*/

.search {
  display: flex;
  align-items: center;
  padding: 0 0.1rem;
  width: 2.4rem;
  height: 0.45rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  text-align: center;
}

.search img {
  width: 0.3rem;
}

/**
*input标签样式
*宽度适应外层div
*隐藏边框
*这里有个小技巧，height与line-height值相等，可保证文字垂直居中；但我发现文字比图标略偏下，进行了微调；
*/

.search input {
  text-indent: 10px;
  height: 0.45rem;
  line-height: 0.45rem;
  border: none;
  outline: none;
}


.info {
  margin-bottom: 1.46rem;
  padding: 1.1rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.content {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
}

.content .left {
  width: 15%;
}

.content .left .list {
  width: 80%;
  /* border-top: 2px rgb(114, 112, 112) solid; */
  /* margin-top: 0.2rem; */
  /* padding-top: 0.2rem; */
}

.content .left .list .list-li {
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.36rem;
}

.content .left .list .pointer {
  font-weight: 400;
  font-size: 0.28rem;
  text-indent: 0.5rem;
  cursor: pointer;
}

.content .left .list .checked {
  color: #3864FF;
}

.content .right {
  width: 85%;
  /* border-radius: 0.08rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 52px -2px #D3DEF8; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



.productDetail {
  color: rgba(0, 0, 0, 0.9);
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 0.5rem;
  letter-spacing: 3px;
}

.productDetail .paragraph {
  padding: 0.7rem;
  margin-bottom: 0.2rem;
  border-radius: 0.08rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 52px -2px #D3DEF8;
}

.productDetail .paragraph .title {
  margin-bottom: 0.4rem;
  font-size: 0.34rem;
  text-align: center;
  font-weight: bold;
}

.productDetail .paragraph .sub_title {
  font-size: 0.33rem;
  font-weight: bold;
}

.productDetail .paragraph img {
  width: 100%;
}

.productDetail .application {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productDetail .application .application_left {
  width: 70%;
}

.productDetail .application .application_right {
  width: 25%;
}