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;
  font-size: .72rem;
  padding: .28rem 0 0 .5rem;
  box-sizing: border-box;
  font-weight: bold;
}

.content {}

.learn {
  padding-top: .62rem;
  background: url('../image/bg2.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 1.7rem;
}

.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;
}

.import,
.export {
  box-sizing: border-box;
  padding: .62rem 1.2rem;
  background: url('../image/bg2.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.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 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.import .box img {
  width: 5.3rem;
  margin-right: .6rem;
}

.import .box .left {
  background: #fff;
  display: flex;
  align-items: center;
  padding: .4rem .8rem;
  box-sizing: border-box;
  width: 12rem;
  border-radius: .5rem;
  box-shadow: 0px 8px 15px 0px #888F92;
}


.import .box .left .tips {
  font-size: .3rem;
  line-height: .5rem;
}

.export img {
  width: 3.9rem;
  margin-top: .34rem;
}

.export .person {
  margin-top: .4rem;
}

.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 .fly {
  width: 1.3rem;
}

.export .box .right .doc {
  width: 1.4rem;
}

.export .box .right .top {
  font-size: .3rem;
  font-weight: bold;
  margin-bottom: .1rem;
  margin-top: .2rem;
}

.export .box .right .top1 {
  font-size: .24rem;
}

.export .box .right .top2 {
  font-size: .2rem;
}

.export .box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 .42rem;
  box-sizing: border-box;
  border-radius: .5rem;
  line-height: .4rem;
  text-align: center;
}

.export .box .right .tips {
  font-size: .18rem;
  margin-bottom: .3rem;
}

.export .box .right .tips1 {
  padding: 0 .3rem;
}

.footer {
  background: #3D3D3D;
  width: 100%;
  text-align: center;
  padding: .24rem 0;
  font-size: .2rem;
  color: #fff;
}