.mainnav-container {
  background: #000000;
}
#banner {
  align-items: center;
  background-image: url(produce.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  background-position: center;
}
#banner .detail {
  margin-bottom: 100px;
}
#banner ul li {
  margin: 0 10px;
}
#banner ul li a {
  display: inline-block;
  padding: 0 25px;
  height: 46px;
  border-radius: 3px;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
}
.h3 {
  font-size: 23px;
}
.border-blue a {
  color: #1953FF;
  transition: 0.4s ease;
}
.border-blue a:hover {
  color: #fff;
  background: #1953FF;
}
.back-white a:hover {
  background: #0033cc;
}
.detail-er {
  margin: 50px 0;
  color: #1953FF;
}
.center {
  margin: 80px 0 60px 0;
}
.h1 {
  margin: 110px 0 50px 0;
}
.h2 {
  margin-bottom: 10px;
}
#subject {
  width: 1200px;
  margin: 0 auto;
}
.a-white {
  color: #fff;
}
.a-white:hover {
  color: #fff;
}
#subject-content .subject-img {
  width: 650px;
  height: 380px;
  border-radius: 10px;
  object-fit: cover;
}
.img-left,
.img-right {
  justify-content: space-between;
  margin: 50px 0;
}
.subject-text {
  width: 500px;
  padding: 50px 0;
  position: relative;
}
.describe {
  margin: 30px 0;
  height: 224px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  position: relative;
}
.subject-abso {
  position: absolute;
  left: 0;
  bottom: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subject-abso a {
  color: #1953FF;
  margin-right: 3px;
}
.question-item > p {
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
}
#question {
  width: 1200px;
  background: #fbfbfb;
  border: 1px solid #e2e2e2;
  border-radius: 11px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px ;
}
#question .question-item {
  width: 579px;
  border-right: 1px solid #e2e2e2;
}
.question-top:hover {
  cursor: pointer;
}
.question-big {
  font-size: 22px;
  font-weight: 700;
}
.question-ul li {
  display: flex;
  padding: 20px;
  justify-content: flex-start;
  color: #838c99;
  background-color: #fbfbfb;
  line-height: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.question-ul li:hover {
  background-color: #E4EAFC;
}
.question-ul li img {
  margin-right: 10px;
}
.question-answer {
  position: relative;
  width: 621px;
  overflow: hidden;
  border-radius: 11px;
  background: #fff;
}
.question-content {
  margin-top: 30px;
}
.li-active {
  background-color: #1953ff !important;
  color: #fff !important;
}
.div-active {
  z-index: 5  !important;
}
.question-answer > div {
  position: absolute;
  padding: 30px 73px;
  background: #fbfbfb;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 1;
  box-sizing: border-box;
}
.trans-rihgt:hover {
  margin-right: 10px;
  transition: all 0.3s;
}
.describe-text {
  color: #838c99;
}
a {
  text-decoration: none;
}
.view-price {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 70px;
}
.view-price:hover img {
  margin-left: 13px;
}
.view-price a {
  color: #1953FF;
}
.view-price a:hover {
  color: #1953FF;
}
.view-price img {
  margin-left: 3px;
  transition: 0.3s;
}
#resources {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#resources .h2 {
  margin: 10px 0 70px 0;
}
#resources .list {
  width: 100%;
  background: #0a2538;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
}
#resources .list ul li {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: 30px;
}
#resources .list ul li a {
  display: flex;
  align-items: center;
  color: #DAE0E6;
}
#resources .list ul li a:hover {
  color: #81c3ff;
}
#resources .list ul li span {
  color: #85929C;
}
#resources .list ul li img {
  margin-right: 5px;
}
#application {
  padding: 70px 0;
  width: 1200px;
  margin: 0 auto;
}
#application .contents {
  margin-top: 30px;
}
#application .contents .content-title {
  font-weight: 700;
}
#process {
  padding: 70px 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
#process .process-btns {
  display: flex;
  justify-content: space-between;
  z-index: 20;
}
#process .process-btns .on-select {
  background: #4775FF;
}
#process .process-btns button {
  display: flex;
  align-items: center;
  padding: 13px 28px;
  background: #1953ff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #fff;
  z-index: 20;
  position: relative;
}
#process .process-btns button:hover {
  cursor: pointer;
}
#process .process-btns button span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  color: #1953ff;
  margin-right: 5px;
  text-align: center;
  line-height: 18px;
  font-weight: 800;
  font-size: 13px;
}
#process .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: 172px;
  z-index: 1;
}
#process .process-describe {
  width: 473px;
  background: #fff;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: margin-left 0.3s;
  position: relative;
}
#process .process-describe span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
  width: 0;
  height: 0;
  transition: margin-left 0.3s;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#select-service {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#select-service .card {
  display: flex;
  justify-content: space-between;
}
#select-service .card > div {
  width: 580px;
  height: 332px;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#select-service .card > div .title {
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
}
#select-service .card > div .links {
  position: absolute;
  text-align: center;
  bottom: 50px;
  z-index: 2;
  width: 100%;
  left: 50px;
}
#select-service .card .popup {
  width: 217px;
  z-index: 50;
  position: absolute;
  right: 50px;
  top: 85px;
  transition: 0.3s;
}
#select-service .card .popup .mask-sjx {
  height: 21px;
  width: 100%;
  position: relative;
}
#select-service .card .popup .mask-sjx div {
  position: absolute;
  left: calc((100% - 50%) - 5px);
  top: 0;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#select-service .card .popup .popup-text {
  width: 217px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
}
#select-service .card .popup .popup-text span {
  display: inline-block;
}
#select-service .card .popup .popup-text .popup-title {
  width: 70px;
  text-align: right;
  height: 19px;
  line-height: 19px;
  vertical-align: text-top;
}
#select-service .card .popup .popup-text .qq-color {
  color: #81c3ff;
}
#select-service .card .xiaoxinpay {
  background-image: url(gold.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#select-service .card .xiaoxinpay .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 50px;
  z-index: 1;
}
#select-service .card .xiaoxinpay .mask p {
  color: rgba(255, 255, 255, 0.8);
}
#select-service .card .xiaoxinpay .mask p.title {
  color: #fff;
}
#select-service .card .xiaoxinpay .links {
  width: 480px;
  display: flex;
  justify-content: space-between;
}
#select-service .card .xiaoxinpay .links a {
  width: 215px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  background: rgba(255, 255, 255, 0);
}
#select-service .card .xiaoxinpay .links a:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  user-select: none;
}
#select-service .card .purchase {
  background: #f8f4ea;
}
#select-service .card .purchase .title {
  color: #C4A45B;
}
#select-service .card .purchase .links {
  width: 480px;
  height: 50px;
  background: linear-gradient(90deg, #dabf76, #b69046);
  border: 1px solid #d8c393;
  border-radius: 4px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
}
#select-service .card .purchase .links:hover {
  cursor: pointer;
}
#select-service .card .purchase .popup {
  top: 87px;
  right: 183px;
}
.xiaoxinpay-popup,
.purchase-popup {
  height: 0;
  overflow: hidden;
}
