.popup-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100099;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.popup-layer .popup-title {
  position: relative;
  height: 20px;
  padding-left: 12px;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
}
.popup-layer .popup-title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 5px;
  height: 20px;
  background: #0095ff;
}
.popup-layer .popup-title strong {
  color: #111;
}
.popup-layer .popup-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.popup-layer .popup-content {
  max-height: 500px;
  margin-bottom: 40px;
  overflow-y: auto;
  line-height: 25px;
  font-size: 14px;
}
.popup-layer .popup-dialog {
  position: relative;
  left: 50%;
  z-index: 100;
  width: 360px;
  max-width: 80%;
  padding: 40px 40px 20px;
  margin-left: -150px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.popup-layer .popup-footer {
  width: 100%;
  height: 45px;
  padding: 5px;
  text-align: right;
  box-sizing: border-box;
}
.popup-layer .popup-footer button {
  display: inline-block;
  vertical-align: top;
  min-width: 60px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  margin: 0 2.5px;
  text-align: center;
  font-size: 13px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  border-radius: 2.5px;
  box-sizing: border-box;
  -webkit-flex: 1;
  flex: 1;
}
.popup-layer .popup-footer .cancel {
  color: #666;
  border: 1px solid #ddd;
}
.popup-layer .popup-footer .major {
  color: #fff;
  background: #07f;
}

.page-about {
  background: #FFF;
  width: 100%;
  margin-top: 30px;
  border-radius: 8px;
  padding: 123px 0 85px 112px;
  box-shadow: 2px 10px 52px rgba(99, 159, 192, 0.18);
  position: relative;
}
.page-about .page-about-img {
  width: 831px;
  height: 688px;
  position: absolute;
  background: url(/static/assets/img/pcAbout-img.png) no-repeat;
  top: 0px;
  right: -123px;
  z-index: 1;
}
.page-about-content {
  z-index: 2;
  width: 440px;
}
.page-about .subTitle {
  color: #FF9200;
}
.page-contact {
  width: 1304px;
  height: 823px;
  transform: translateX(-52px);
  background: url(/static/assets/img/pcContact-bg.png) no-repeat;
  background-size: 100%;
  padding: 43px 52px 60px 53px;
}
.page-contact-content {
  width: 400px;
  margin-top: 100px;
  margin-left: 110px;
}
.page-contact .subTitle {
  color: #99DBFF;
}
.page-contact,
.page-about {
  min-height: 823px;
}
.page-contact-title,
.page-about-title {
  font-size: 56px;
  display: flex;
  flex-direction: column;
  margin-bottom: 53px;
}
.page-contact-title .title,
.page-about-title .title {
  height: 78px;
  line-height: 78px;
  font-weight: 600;
  color: #000000;
}
.page-contact-title .subTitle,
.page-about-title .subTitle {
  height: 72px;
  line-height: 72px;
  font-weight: bold;
  font-family: DINCondensed;
  color: #99DBFF;
}
.page-contact .message-item,
.page-about .message-item {
  margin-bottom: 32px;
}
.page-contact .message-item .title,
.page-about .message-item .title {
  color: #BFBFBF;
  position: relative;
  padding-left: 7px;
}
.page-contact .message-item .title::before,
.page-about .message-item .title::before {
  content: '';
  width: 4px;
  height: 14px;
  background: #FF9200;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.page-contact .message-item .value,
.page-about .message-item .value {
  color: #000000;
  font-size: 18px;
  word-break: break-all;
}
.page-apply {
  width: 100%;
  height: 1011px;
  background: #fff;
  box-shadow: 2px 10px 52px rgba(99, 159, 192, 0.18);
  position: relative;
  border-radius: 8px;
  margin-top: 30px;
}
.page-apply-decorate {
  position: absolute;
  width: 682px;
  height: 804px;
  background: url(/static/assets/img/apply-img.png) no-repeat;
  background-size: 100% 100%;
  right: -2px;
  top: -30px;
}
.page-apply-decorate .star1 {
  width: 38px;
  height: 38px;
  position: absolute;
  right: -80px;
  top: 400px;
}
.page-apply-decorate .star2 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 100px;
}
.page-apply-decorate .star3 {
  width: 58px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 58px;
}
.page-apply-content {
  width: 645px;
  height: 100%;
  padding: 123px 0 85px 112px;
}
.page-apply-content .form-row .form-dt {
  width: auto;
  color: #000;
  font-weight: bold;
  padding-top: 0;
  padding-right: 12px;
  font-size: 18px;
}
.page-apply-content .form-row .form-dd {
  flex-direction: column;
  position: relative;
}
.page-apply-content .form-row .form-dd .message {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  color: #E02020;
}
.page-apply-content .form-row .form-dd .name {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.page-apply-content .form-row .form-dd .describe {
  font-size: 14px;
  color: #D8D8D8;
  margin: 5px 0;
}
.page-apply-content .form-row .form-dd .apply-input {
  width: 100%;
  height: 40px;
  background: #F6F6F6;
  outline: none;
  border: #F6F6F6;
  border-radius: 12px;
  padding-left: 15px;
}
.page-apply-content .apply-btn {
  width: 360px;
  height: 40px;
  background: #FF9200;
  border: #FF9200;
  border-radius: 20px;
  color: #FFF;
  margin-top: 50px;
  cursor: pointer;
}
.page-apply-content .apply-btn:hover {
  background: #ff9914;
  border: #ff9914;
}
.page-apply-title {
  font-size: 56px;
  display: flex;
  flex-direction: column;
  margin-bottom: 68px;
}
.page-apply-title .title {
  height: 78px;
  line-height: 78px;
  font-weight: 600;
  color: #000000;
}
.page-apply-title .subTitle {
  height: 72px;
  line-height: 72px;
  font-weight: bold;
  font-family: DINCondensed;
  color: #99DBFF;
}
.page-details {
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  position: relative;
}
.page-details .shadow-bg {
  position: absolute;
  z-index: -1;
}
.page-details .shadow-bg-1 {
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: 606px;
  height: 606px;
  background: #FCC377;
  opacity: 0.09;
  filter: blur(50px);
}
.page-details .shadow-bg-2 {
  top: 250px;
  right: 0;
  transform: translateX(50%);
  width: 464px;
  height: 464px;
  background: #FF9200;
  opacity: 0.06;
  filter: blur(50px);
}
.page-details .shadow-bg-3 {
  bottom: 0;
  left: 0;
  transform: translate(-200px, 40px);
  width: 626px;
  height: 626px;
  background: #00A5FF;
  opacity: 0.09;
  filter: blur(50px);
}
.page-details .shadow-bg-4 {
  bottom: 0;
  right: 0;
  transform: translate(200px, 80px);
  width: 944px;
  height: 944px;
  background: #00A5FF;
  opacity: 0.06;
  filter: blur(50px);
}
.page-details-content {
  width: 100%;
  height: 100%;
}
.page-details-message {
  padding: 20px 80px 20px 80px;
  margin-bottom: 70px;
  background: #FFF;
}
.page-details-message .code {
  font-size: 14px;
  color: #A0A0A0;
}
.page-details-message .title {
  font-size: 36px;
  color: #000000;
  margin-top: 3px;
}
.page-details-message .title .share {
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  color: #D8D8D8;
  margin-left: 8px;
}
.page-details-message .text-label {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.page-details-message .text-label .text {
  color: #A0A0A0;
  margin-right: 20px;
}
.page-details-message .particulars {
  margin-top: 15px;
  width: 100%;
  height: 120px;
  background: #F2FAFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 24px 40px;
}
.page-details-message .particulars .percent {
  position: absolute;
  width: 85px;
  height: 33px;
  background: url(/static/assets/img/apply-percent.png) no-repeat;
  background-size: 100% 100%;
  top: -9px;
  left: -3px;
  padding-left: 38px;
  line-height: 28px;
  font-family: DINCondensed;
  color: #D49B0D;
  font-size: 18px;
}
.page-details-message .particulars .list {
  background: #F2FAFF;
}
.page-details-message .particulars .list .item {
  display: flex;
  align-items: center;
  background: #F2FAFF;
  margin-bottom: 6px;
}
.page-details-message .particulars .list .item:last-child {
  margin-bottom: 0;
}
.page-details-message .particulars .list .item-dt {
  display: flex;
  align-items: center;
  color: #66C9FF;
  width: 140px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-details-message .particulars .list .item-dt .iconfont {
  margin-right: 3px;
}
.page-details-message .particulars .list .item-dd {
  color: #8C8C8C;
  width: 180px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-details-message .particulars .price {
  display: flex;
  align-items: center;
  background: #F2FAFF;
}
.page-details-message .particulars .price > .num {
  font-family: DINCondensed;
  color: #D26416;
  font-size: 56px;
  margin-right: 5px;
}
.page-details-message .particulars .price .text {
  position: relative;
}
.page-details-message .particulars .price .text .old {
  font-size: 12px;
  color: #ABABAB;
}
.page-details-message .particulars .price .text .old > .num {
  text-decoration: line-through;
}
.page-details-message .particulars .price .text > div {
  white-space: nowrap;
}
.page-details-message .particulars .price .text .unit {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.page-details-message .particulars .price .text .explain {
  font-size: 14px;
  color: #8C8C8C;
  text-decoration: underline;
  margin-left: 8px;
  cursor: pointer;
}
.page-details-message .particulars .price .text .explain-modial {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(10px);
  padding: 7px 18px;
  z-index: 999;
}
.page-details-message .particulars .price .text .explain-modial.on {
  display: block;
}
.page-details-message .particulars .price .text .explain-modial .tt {
  margin-bottom: 5px;
}
.page-details-message .particulars .price .text .explain-modial .dd {
  white-space: normal;
}
.page-details-message .particulars .price .text .explain:hover + .explain-modial {
  display: block;
}
.page-details-iframe {
  width: 100%;
  height: 1550px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.page-details-iframe #pdfIframe {
  width: 100%;
  height: 100%;
}
.page-details-iframe .pdf-box {
  width: 100%;
  height: 100%;
}
.page-details-iframe .pdf-box .pdf-iframe {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.page-details-iframe .top {
  position: absolute;
  width: 100%;
  height: 73px;
  top: 0px;
  left: 0;
  z-index: 2;
}
.page-details-iframe .top .bg {
  background: #FFFFFF;
  opacity: 0.6;
  backdrop-filter: blur(12px);
}
.page-details-iframe .top .bg,
.page-details-iframe .top .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
}
.page-details-iframe .top .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  padding: 0 40px;
}
.page-details-iframe .top-l {
  display: flex;
  align-items: center;
}
.page-details-iframe .top-l .icon-pdf {
  font-size: 22px;
  margin-left: 40px;
  margin-right: 55px;
}
.page-details-iframe .top-l .name {
  font-size: 18px;
  color: #0F2830;
  font-weight: 600;
}
.page-details-iframe .top-l .fullScreen {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.page-details-iframe .top-l .fullScreen > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  user-select: none;
}
.page-details-iframe .top-r {
  display: flex;
}
.page-details-iframe .top-r .top-btn {
  width: 175px;
  height: 47px;
  border-radius: 24px;
  margin-left: 16px;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-details-iframe .top-r .top-btn .iconfont {
  margin-right: 5px;
}
.page-details-iframe .top-r .top-btn.btn-download {
  display: flex;
  align-items: center;
  background: #00A5FF;
  box-shadow: 0px 2px 4px 0px #0070AD;
}
.page-details-iframe .top-r .top-btn.btn-download .downImg {
  margin-top: 2px;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.page-details-iframe .top-r .top-btn.btn-download .pdfDown {
  width: 73px;
  height: 27px;
  user-select: none;
}
.page-details .bottom {
  width: 100%;
  height: 82px;
  background: #FF9200;
  border-radius: 0px 0px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
  font-family: DINCondensed;
  user-select: none;
}
.page-details .bottom .num {
  font-family: DINCondensed;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
.page-details .bottom .downImg {
  width: 26px;
  height: 26px;
  margin-right: 17px;
}
.page-details .bottom .pdfDown {
  width: 65px;
  height: 24px;
  user-select: none;
}

