html,
body {
  padding: 0;
  margin: 0;
  background: #F8F8F8;
}

p {
  margin: 0;
  padding: 0;
}

.header {
  height: 8.2rem;
  /* background: url('../image/bg1.png');
  background-size: cover;
  background-repeat: no-repeat; */
  background: radial-gradient(28% 40% at 63% 52%, #399DFC 0%, #1E58EF 100%);
  font-size: .72rem;
  padding: .28rem 0 0 .5rem;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;

}

.header_warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header_logo {
  width: 1.7rem;
  margin-left: 120px;
}

.active {
  color: #fff !important;
}

.header_right {
  display: flex;
}

.header_item {
  color: #888F92;
  font-size: .2rem;
  margin-right: 60px;
  cursor: pointer;
  text-decoration: none;
}

.img_person {
  position: absolute;
  width: 8rem;
  bottom: 0;
  right: 4%;
}

.first_line {
  margin-top: 40px;
}

.herder_p {
  margin-left: 120px;
  font-size: 0.8rem;
  /* margin-top: 90px; */
}

.goole_img {
  width: 120px;
  margin-left: 120px;
}

.learn {
  padding-top: .62rem;
  background: #fff;
  padding-bottom: 1.7rem;
  text-align: center;
  /* display: flex;
  flex-direction: column; */
}

.learn .title {
  font-size: .5rem;
  font-weight: bold;
  margin-bottom: .38rem;
  text-align: center;
  width: 100%;
}

.learn .box {
  width: 12rem;
  padding: 1rem .6rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%, #FCFF00 100%, #FFFFFF 100%);
  box-shadow: 0px .07rem .1rem 0px rgba(0, 0, 0, 0.5);
  border-radius: .5rem;
  margin: 0 auto;
  font-size: .3rem;
  line-height: .6rem;
}

.learn .img_warp {
  margin-left: 120px;
  display: flex;
  justify-content: center;
}

.learn .img_warp .group {
  width: 540px
}

.import,
.export {
  box-sizing: border-box;
  padding: .62rem 1.2rem;
  background: #ebf1ff;
}

.import .title,
.export .title {
  font-size: .5rem;
  font-weight: bold;
  margin-bottom: .38rem;
  text-align: center;
  width: 100%;
}

.import .box,
.export .box {
  display: flex;
  justify-content: space-between;
  border-radius: .5rem;
  width: 100%;
}

.import .box img {
  width: 2.4rem;
  height: 2rem;
  margin-top: .4rem;
}

.import .box .left,
.import .box .right {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.4rem;
  box-sizing: border-box;
  width: 7.6rem;
  border-radius: .5rem;
  box-shadow: 0px 8px 15px 0px #888F92;
}

.export .box img {
  width: 2rem;
}

.import .box .left .top,
.import .box .right .top {
  font-size: .26rem;
  font-weight: bold;
  margin-bottom: .14rem;
}

.import .box .left .tips,
.import .box .right .tips {
  font-size: .22rem;
  margin-bottom: .7rem;
}

.export img {
  /* width: 1.5rem; */
  /* height: 1.4rem; */
  margin-top: .34rem;
}

.export .box {
  margin-top: .36rem;
  display: flex;
  justify-content: space-around;
}

.export .box .right {
  /* width: 4.7rem; */
  margin-top: .36rem;
  background: #fff;
  box-shadow: 0px 8px 15px 0px #888F92;
}



.export .box .right .top {
  font-size: .24rem;
  font-weight: bold;
  margin-bottom: .14rem;
  margin-top: .2rem;
}

.export .box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 .16rem;
  box-sizing: border-box;
  border-radius: .5rem;
  /* line-height: .5rem; */
}

.export .box .right .tips {
  font-size: .2rem;
  margin-bottom: .3rem;
}

.export .box .right .tips1 {
  font-size: .18rem;
  color: #050F2B !important
}

.footer {
  /* background: #0B1737; */
  width: 100%;
  /* text-align: center;
  padding: .24rem 0;
  font-size: .2rem;
  color: #fff; */
}

.footer_warp {
  display: flex;
  flex-direction: column;
}

.comments {
  background: linear-gradient(134deg, #1B57EE 0%, #2C7CF7 33%, #3379F7 54%, #1A53E8 100%) !important;
}

.comments .box .right {
  min-width: 3.8rem;
  border-radius: 24px;
  padding-bottom: 33px;

}

.comments .title {
  color: #fff;
}

.comments .right .star {
  display: flex;
  justify-content: end;
  font-size: 32px;
  align-items: center;
  width: 100%;
}

.comments .right .star img {
  width: 170px;
  /* margin-top: 0 !important; */
}

.comments .right .content {
  font-size: 20px;
  color: rgba(11, 18, 38, 0.8);
  word-wrap: break-word;
  width: 3.2rem;
  /* height: 6.2rem; */
}

.comments .right .male {
  width: 3.2rem;
  /* margin-top: .2rem; */
}

.footer_one {
  background: #18274F;
  text-align: left;
  padding-left: 120px;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 34px;
}

.footer_one p {
  margin-bottom: 14px;
}

.comments .right .guide {
  width: 44px;
  margin-top: 0px !important;
}

.header_agreement {
  height: 320px;
}

.header_agreement_title {
  margin-left: 240px;
  margin-top: 100px;
  display: flex;
}

.header_agreement_title img {
  width: 270px;
  margin-left: 108px
}

.agreement_content {
  background: #fff;
  font-size: 18px;
  padding: 80px 220px
}

.agreement_content div {
  margin-bottom: 20px;
  line-height: 30px;
}

.normal_p {
  margin-bottom: 10px;
}