.wrap {
  background: url('../img/bg.jpg') center top no-repeat;
  background-color: rgb(237, 238, 239);
  background-size: contain;
}

.logo {
  width: 313px;
  margin: auto;
  /* margin-left: auto;
  margin-right: 413px; */
}

.white-paper {
  width: 1031px;
  margin: 73px auto 45px;
}

.title-wrap {
  position: relative;
  width: 1425px;
  height: 84px;
  margin-left: 160px;
  padding-top: 11px;
  font-weight: 700;
}

.title-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 73px;
  padding-right: 65px;
  font-size: 28px;
  text-align: right;
  line-height: 63px;
  color: rgb(215, 0, 15);
  background: url('../img/titleTopBg.png') center no-repeat;
}

.title-bottom {
  width: 1020px;
  height: 73px;
  margin-left: auto;
  padding-left: 100px;
  font-size: 33px;
  text-align: left;
  line-height: 73px;
  background: url('../img/titleBottomBg.png') center no-repeat;
}

.title-bottom .title {
  /* -webkit-text-stroke: 1px #fff; */
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.title-bottom .black {
  color: rgb(0, 0, 0);
}

.title-bottom .red {
  color: rgb(215, 0, 15);
}

.title-bottom .title.padding {
  padding-left: 20px;
}

.new-wrap {
  width: 1100px;
  height: 315px;
  margin: 20px auto;
  padding: 10px 65px 0 40px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
}

.new-title-wrap {
  display: inline-flex;
  align-items: center;
}

.new-title-wrap .new-img {
  width: 94px;
}

.new-title-wrap .new-title-txt {
  font-size: 22px;
  font-weight: 700;
}

.new-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-content-wrap .important-img {
  width: 172px;
}

.new-content-wrap .leading-words-wrap {
  width: 740px;
  font-size: 20px;
  font-weight: 700;
  text-align: justify;
}

.new-content-wrap .leading-words-wrap .leading-words-title {
  line-height: 2;
  color: rgb(215, 0, 15);
}

.new-content-wrap .leading-words-wrap .leading-words-content {
  text-indent: 40px;
  line-height: 1.5;
  color: #000;
}

.new-img-wrap {
  position: relative;
  width: 1100px;
  margin: 60px auto 0;
}

.new-img-wrap .new-book {
  width: 510px;
}

.new-img-wrap .pop-wrap {
  position: absolute;
  left: 490px;
  top: 70px;
  font-size: 25px;
  text-align: center;
  color: rgb(215, 0, 15);
}

.new-img-wrap .pop-wrap .pop1 {
  width: 596px;
  height: 91px;
  padding: 10px 0 10px 50px;
  line-height: 35px;
  background: url('../img/popBg1.png') center no-repeat;
}

.new-img-wrap .pop-wrap .pop2 {
  width: 555px;
  height: 63px;
  margin-top: 80px;
  padding-left: 50px;
  line-height: 63px;
  background: url('../img/popBg2.png') center no-repeat;
}

.form-wrap {
  height: 422px;
  margin-top: 70px;
  margin-bottom: 47px;
  background: rgb(215, 0, 15);
}

.form-wrap .content {
  position: relative;
  top: -69px;
  width: 1222px;
  height: 452px;
  margin: 0 auto;
  padding: 70px 100px;
  background: url('../img/formBg.png') center no-repeat;
}

.form-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 900px;
  margin: 40px auto 0;
}

.form-list .form-item {
  position: relative;
  width: 420px;
  /* height: 60px; */
  margin-bottom: 20px;
}

.form-list .form-item .icon {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 40px;
  pointer-events: none;
}

.form-list .form-item .icon.arrow {
  left: auto;
  right: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 0;
  height: 0;
  border-top: 13px solid rgb(94, 109, 122);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.form-list .form-item .icon.arrow::after{
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  top:-16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 11px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}

.form-input {
  display: block;
  width: 420px;
  height: 60px;
  padding-left: 50px;
  font-size: 24px;
  color: #000;
  border: 2px solid rgb(94, 109, 122);
  border-radius: 8px;
}

.form-input.form-city {
  cursor: pointer;
}

.form-item .city-list{
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  display: none;
  width: 420px;
  border: 2px solid rgb(94, 109, 122);
  border-radius: 8px;
  background: #fff;
}
.form-item .city-list .city{
  padding: 10px 20px;
  color: #000;
  border-bottom: 2px solid rgb(94, 109, 122);
  cursor: pointer;
}
.form-item .city-list .city:nth-last-child(1){
  border-bottom: none;
}
.form-item .city-list .city.active,
.form-item .city-list .city:hover{
  background: rgb(215, 0, 15);
  color: #fff;
}

.form-item .code-btn{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 24px;
  color: rgb(215, 0, 15);
  text-decoration: none;
}

.form-input.submit-btn {
  margin: auto;
  padding-left: 0;
  text-align: center;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  background: rgb(215, 0, 15);
  border: none;
}

.applet-code-wrap {
  position: relative;
  width: 900px;
  margin: 80px auto 0;
  padding-bottom: 150px;
}

.applet-code-wrap .applet-code {
  position: relative;
  width: 300px;
}

.applet-code-wrap .applet-code::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -36px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid rgb(215, 0, 15);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.applet-code-wrap .pop-wrap {
  position: absolute;
  left: 320px;
  top: 70px;
  font-size: 25px;
  text-align: center;
  color: rgb(215, 0, 15);
}

.applet-code-wrap .pop-wrap .pop3 {
  width: 555px;
  height: 63px;
  padding-left: 50px;
  line-height: 63px;
  background: url('../img/popBg3.png') center no-repeat;
}

.applet-code-wrap .pop-wrap .pop2 {
  width: 555px;
  height: 63px;
  margin-top: 40px;
  padding-left: 50px;
  line-height: 63px;
  background: url('../img/popBg2.png') center no-repeat;
}