.banner {
  padding-top: 180px;
}

.banner .container .title img {
  width: 42px;
  height: 42px;
}

.banner .container #banner_img {
  position: absolute;
  width: 733px;
  right: -270px;
  top: -70px;
}

.quick {
  height: 640px;
  overflow: hidden;
}

.quick .content {
  margin-top: 160px;
  width: 1200px;
  height: 740px;
  margin: 0 auto;
  padding-top: 240px;
  display: flex;
  position: relative;
}

.quick .content .quick-text {
  width: 700px;
}

.quick #quick_img {
  background: url(../images/collection/quick_img.png) no-repeat center top;
}

.quick #quick_img,
.quick #quick_img_en {
  width: 896px;
  height: 703px;
  position: absolute;
  right: -360px;
  top: -50px;
  z-index: 2;
}

.quick #quick_img_en {
  background: url(../images/collection/quick_img_en.png) no-repeat center top;
  display: none;
}

.quick #quick_bg {
  width: 660px;
  position: absolute;
  right: -290px;
  top: 150px;
  z-index: -2;
}

.quick .content .text {
  width: 605px;
}

.currency-support {
  margin-top: 50px;
  height: 1030px;
  background: url(../images/collection/currency-support_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 150px;
}

.currency-support .content {
  max-width: 1200px;
  height: 780px;
  margin: 0 auto;
  position: relative;
}

.currency-support .content #currency-support_img {
  position: absolute;
  right: -100px;
  bottom: 40px;
}

.one-stop {
  display: flex;
  justify-content: center;
  position: relative;
}

.one-stop #one-stop_img {
  position: absolute;
  bottom: -70px;
}

.one-stop .content {
  width: 710px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 40px;
}

.cover {
  margin-top: 160px;
  height: 1200px;
  background: url(../images/collection/cover_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 150px;
}

.cover .content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.cover .content #cover_img {
  position: absolute;
  top: 150px;
}

.compliance {
  display: flex;
  justify-content: center;
}

.compliance img {
  width: 407px;
}

.compliance .content {
  margin-top: 170px;
  margin-left: 110px;
  width: 600px;
}

.compliance .content .title {
  font-weight: 600;
  font-size: 40px;
  color: #333333;
  margin-bottom: 30px;
}

.compliance .content .text {
  font-weight: 400;
  font-size: 24px;
  color: #666666;
}