* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://m.igo.cn/zt/gaokao_product/font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://m.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://m.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://m.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.ttf);
}
a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 0.7rem;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #e8f2fe url(../img/banner.jpg) no-repeat;
  background-size: 100%;
  padding-top: 10.68rem;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  cursor: pointer;
  text-align: center;
}
.tc {
  text-align: center;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.po-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .samePart {
  padding: 1.43rem 0 0;
}
#main .samePart .title {
  height: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
#main .samePart .title > div {
  font-family: "AlibabaPuHuiTiBold";
  color: #00499e;
  font-size: 0.95rem;
  margin-left: 0.1rem;
  margin-right: 0.13rem;
  line-height: 1rem;
  background: linear-gradient(to bottom, #0075ff 50%, #00499e 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .samePart .title img:nth-child(1) {
  width: 1.3rem;
  flex-shrink: 0;
}
#main .samePart .title img:nth-child(3) {
  width: 0.9rem;
  position: relative;
  top: 0.1rem;
  flex-shrink: 0;
}
#main .samePart .btnbox {
  margin-top: 0.83rem;
}
#main .samePart .btnbox > div {
  width: 6.85rem;
  height: 1.53rem;
  background-color: #ff43ab;
  border-radius: 0.74rem;
}
#main .samePart .btnbox > div:nth-child(2) {
  margin-left: 0.4rem;
}
#main .samebtn {
  width: 3.43rem;
  height: 1.3rem;
  background-color: #ff43ab;
  border-radius: 0.74rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  color: #ffffff;
}
#main .samePart .content {
  padding: 0 0.43rem 0;
  margin-bottom: 0.98rem;
}
#main .section1 ul {
  flex-wrap: wrap;
  align-items: stretch;
}
#main .section1 ul > div {
  width: 100%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #ff43ab;
  margin-bottom: 0.48rem;
}
#main .section1 ul li {
  width: 7.38rem;
  background: #ffffff url(../img/q1.png) no-repeat;
  background-size: 1.23rem;
  background-position: 0.15rem 0.25rem;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(134, 182, 240, 0.15);
  border-radius: 0.21rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.63rem 0.3rem 0.4rem 0.8rem;
}
#main .section1 ul li:nth-child(4),
#main .section1 ul li:nth-child(5) {
  margin-top: 0.3rem;
}
#main .section1 ul li > div {
  font-family: "AlibabaPuHuiTiBold";
  color: #ff43ab;
  font-size: 0.6rem;
  margin-bottom: 0.2rem;
}
#main .section1 ul li p {
  font-size: 0.45rem;
  line-height: 0.65rem;
  color: #333333;
}
#main .section1 ul.other {
  margin-top: 1rem;
}
#main .section1 ul.other li {
  background-image: url(../img/q2.png);
}

#main .section1 ul.other > div,
#main .section1 ul.other li > div {
  color: #0075ff;
}
#main .section2 .content > div {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(134, 182, 240, 0.15);
  border-radius: 0.21rem;
}

#main .section2 .intr {
  background-color: #0075ff;
  border-radius: 0.21rem;
  padding: 0.6rem 0.5rem 0.5rem;
  position: relative;
  margin-bottom: 1.2rem;
}
#main .section2 .intr h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 0.7rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.4rem;
}
#main .section2 .intr p {
  font-size: 0.45rem;
  line-height: 0.75rem;
  color: #e1ecff;
}
#main .section2 .intr::after {
  content: "";
  background: url(../img/arrow.webp) no-repeat;
  width: 1.02rem;
  height: 0.52rem;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%) rotateZ(90deg);
  background-size: 100%;
}
#main .section2 .mid {
  padding: 0 0.4rem 0.4rem;
}
#main .section2 .mid ul {
  position: relative;
}
#main .section2 .mid ul > p {
  font-size: 0.5rem;
  position: relative;
  top: -0.8rem;
}
#main .section2 .mid ul > div {
  width: 4.1rem;
  height: 2rem;
  background-color: #0075ff;
  border-radius: 0.2rem;
  color: #ffffff;
  font-size: 0.55rem;
  line-height: 0.7rem;
  color: #ffffff;
  position: relative;
  text-align: center;
}
#main .section2 .mid ul > div::after,
#main .section2 .mid ul > div::before {
  content: "";
  background: url(../img/arrow.webp) no-repeat;
  background-size: 100%;
  width: 1.02rem;
  height: 0.52rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main .section2 .mid ul > div::before {
  left: -1.5rem;
  transform: translateY(-50%) rotateZ(180deg);
}
#main .section2 .mid ul > div::after {
  right: -1.5rem;
}
#main .section2 .mid ul li {
  width: 3.3rem;
  font-family: "AlibabaPuHuiTiMedium";
  height: 1.3rem;
  background-color: #e1ecff;
  border-radius: 0.21rem;
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #333333;
  position: relative;
  z-index: 1;
}
#main .section2 .mid ul li::after {
  content: "";
  background: url(../img/arrow.webp) no-repeat;
  background-size: 100%;
  width: 1.02rem;
  height: 0.52rem;
  position: absolute;
  left: 50%;
  bottom: -0.9rem;
  transform: translateX(-50%) rotateZ(90deg);
  z-index: -1;
}
#main .section2 .mid ul.result {
  align-items: stretch;
  margin-top: 1.1rem;
}
#main .section2 .mid ul.result li {
  width: 35%;
  height: auto;
  font-size: 0.45rem;
  line-height: 0.6rem;
  text-align: center;
  padding: 0.2rem 0;
}
#main .section2 .mid ul.result li:nth-child(2) {
  margin: 0 0.6rem;
  width: 30%;
}
#main .section2 .mid ul.result li:nth-child(2)::after {
  display: none;
}
#main .section2 .mid ul.result li:nth-child(1)::after {
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: -0.5rem;
}
#main .section2 .mid ul.result li:nth-child(3)::after {
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  left: -0.5rem;
}
#main .section2 .service {
  flex-wrap: wrap;
  padding: 0 0.43rem;
  position: relative;
}
#main .section2 .service .sitem {
  width: 6.85rem;
  height: 4.3rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(134, 182, 240, 0.15);
  border-radius: 0.21rem;
  margin-top: 0.6rem;
  padding: 1.1rem 0.63rem 0 0.63rem;
  position: relative;
}
#main .section2 .service .sitem::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/service1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.4rem;
  left: 0.63rem;
}
#main .section2 .service .sitem:nth-child(2n)::before {
  left: auto;
  right: 0.63rem;
}
#main .section2 .service .sitem:nth-child(2)::before {
  background-image: url(../img/service2.png);
}
#main .section2 .service .sitem:nth-child(3)::before {
  background-image: url(../img/service3.png);
}
#main .section2 .service .sitem:nth-child(4)::before {
  background-image: url(../img/service4.png);
}
#main .section2 .service .sitem:nth-child(5)::before {
  background-image: url(../img/service5.png);
  left: 50%;
  transform: translateX(-50%);
}

#main .section2 .service .scenter {
  position: absolute;
}
#main .section2 .service .sitem h3 {
  font-weight: normal;
  font-size: 0.5rem;
  font-family: "AlibabaPuHuiTiBold";
  margin-bottom: 0.2rem;
}
#main .section2 .service .sitem li {
  font-size: 0.45rem;
  line-height: 0.45rem;
  color: #333333;
  position: relative;
  padding-left: 0.6rem;
  margin-bottom: 0.2rem;
}
#main .section2 .service .sitem:nth-child(2n) h3 {
  text-align: right;
}
#main .section2 .service .sitem:nth-child(2n) li {
  padding-right: 0.6rem;
  padding-left: 0;
  text-align: right;
}
#main .section2 .service .sitem li::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #cbdeff;
  border-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#main .section2 .service .sitem:nth-child(2n) li::before {
  left: auto;
  right: 0;
}
#main .section2 .service .scenter {
  width: 4.6rem;
  height: 8.07rem;
  background-color: #00499e;
  border-radius: 0.21rem;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #ffffff;
}
#main .section2 .service .scenter {
  padding: 0.8rem 0.4rem 0;
}
#main .section2 .service .scenter h3 {
  text-align: center;
}
#main .section2 .service .scenter li {
  color: #ffffff;
  margin-bottom: 0.15rem;
}
#main .section2 .service .scenter li::before {
  background: #ffffff;
}
#main .section3 .tabbox {
  width: 100%;
  height: 1.73rem;
  background-color: #0075ff;
  border-radius: 0.21rem;
  overflow: hidden;
  align-items: stretch;
  margin-bottom: 0.95rem;
}

#main .section3 .tabbox > div {
  font-family: "AlibabaPuHuiTiBold";
  width: 50%;
  font-size: 0.6rem;
  color: #ffffff;
}

#main .section3 .tabbox > div.active {
  background-color: #ff43ab;
}

#main .section3 .tcontent > div {
  flex-wrap: wrap;
  display: none;
}

#main .section3 .tcontent > div.active {
  display: flex;
}

#main .section3 .tcontent > div li {
  width: 4.5rem;
  margin-bottom: 0.57rem;
  position: relative;
  padding-top: 0.05rem;
}

#main .section3 .tcontent > div li::before {
  content: "";
  width: 0.88rem;
  height: 0.65rem;
  background: url(../img/plan_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -0.8rem;
}

#main .section3 .tcontent > div li:nth-child(1)::before {
  display: none;
}

#main .section3 .tcontent > div li:nth-child(4)::before {
  left: 0;
}

#main .section3 .tcontent > div li b {
  font-size: 0.55rem;
  line-height: 0.55rem;
  display: block;
  text-align: center;
  color: #192256;
  margin-bottom: 0.28rem;
}

#main .section3 .tcontent > div li > p {
  height: 4.3rem;
  background-color: #ffffff;
  border-radius: 0.43rem;
  font-size: 0.51rem;
  line-height: 0.8rem;
  color: #000000;
  text-align: center;
}

#main .section3 .remark {
  font-size: 0.47rem;
  line-height: 0.47rem;
  color: #000742;
  opacity: 0.5;
  text-align: center;
}

#main .section4 .samePartTabbox {
  width: 100%;
  align-items: flex-start;
  padding-right: 0.43rem;
}

#main .section4 .samePartTabbox .tabbox {
  width: 3.4rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 0rem 0.26rem 0.26rem 0rem;
  flex-shrink: 0;
  overflow: hidden;
  padding-top: 0.33rem;
}
#main .section4 .tabbox > div {
  width: 100%;
  height: 1.3rem;
  border-radius: 0rem 0.13rem 0.13rem 0rem;
  font-size: 0.55rem;
  font-family: "AlibabaPuHuiTiMedium";
  color: #0075fe;
}
#main .section4 .tabbox > div.active {
  background-color: #0075ff;
  color: #ffffff;
}

#main .section4 .tabcontent {
  width: 11.75rem;
  background-color: #ffffff;
  padding: 0.6rem;
  overflow: hidden;
  border-radius: 0.26rem;
}
#main .section4 .sbox {
  margin-bottom: 0.5rem;
  border-bottom: dashed 0.02rem #cccccc;
  padding-bottom: 0.5rem;
}
#main .section4 .sbox:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#main .section4 .sbox > p {
  width: 100%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.65rem;
  line-height: 0.65rem;
  color: #00499e;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}
#main .section4 .sbox > p::after,
#main .section4 .sbox > p::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  background-image: linear-gradient(60deg, #ffffff 0%, #8dc1ff 100%);
  border-radius: 0.65rem;
  position: relative;
  z-index: -1;
}
#main .section4 .sbox > p::before {
  left: 0.35rem;
}
#main .section4 .sbox > p::after {
  left: -0.35rem;
}
#main .section4 .sbox1 ul {
  flex-wrap: wrap;
}
#main .section4 .sbox1 li {
  width: 50%;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.5rem;
  color: #333333;
  line-height: 0.7rem;
}

#main .section4 .sbox1 li::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-color: #00499e;
  border-radius: 0.2rem;
  margin-right: 0.35rem;
}

#main .section4 .sbox2 .hlong {
  margin-bottom: 0.5rem;
}

#main .section4 .sbox2 .fee p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #333333;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
#main .section4 .sbox2 .fee p:nth-child(1)::after {
  content: "";
  width: 2.08rem;
  height: 0.18rem;
  background-color: #ffe400;
  border-radius: 0.06rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#main .section4 .sbox2 .fee p:last-child {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.5rem;
  color: #666666;
}
#main .section4 .sbox2 .hmuch p:nth-child(2) {
  font-size: 0.5rem;
  font-family: "AlibabaPuHuiTiRegular";
  line-height: 0.7rem;
}
#main .section4 .project > div {
  max-width: 50%;
}
#main .section4 .sbox3 p.t {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.6rem;
  color: #0075ff;
  text-align: center;
  position: relative;
  z-index: 1;
}
#main .section4 .sbox3 p.remark {
  font-size: 0.45rem;
  position: relative;
  color: #0075ff7a;
}
#main .section4 .sbox3 p.t em {
  font-family: "AvantiBold";
  font-size: 1.28rem;
  line-height: 1rem;
  color: #d3e7ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -0.1rem;
}
#main .section4 .sbox3 .project {
  align-items: stretch;
  flex-wrap: wrap;
}
#main .section4 .sbox3 .project > div:nth-child(3),
#main .section4 .sbox3 .project > div:nth-child(4) {
  margin-top: 20px;
}
#main .section4 .sbox3 .detail {
  margin-top: 0.3rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
#main .section4 .sbox3 .detail > div {
  width: 5.13rem;
  background: url(../img/bg2.png) no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 0.13rem;
  overflow: hidden;
  margin-bottom: 0.15rem;
  min-height: 1.3rem;
  height: auto;
  padding: 0.2rem 0;
}

#main .section4 .sbox3 .detail p.b {
  font-family: "AlibabaPuHuiTiMedium";
  text-decoration: underline;
  font-size: 0.51rem;
  text-align: center;
  color: #ffffff;
}
#main .section4 .sbox3 .detail p.b:nth-child(1) {
  margin-top: 0;
  text-align: center;
  line-height: 0.65rem;
}
#main .section4 .sbox3 .detail p {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
#main .section4 .sbox3 .other .detail.fr {
  flex-wrap: wrap;
}

#main .section4 .guihua {
  background: url(../img/form_bg.jpg) no-repeat;
  background-size: 100%;
  padding-top: 8.4rem;
  margin-top: 1rem;
  padding: 8.4rem 0.43rem 0;
}
#main .section4 .formbox {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(0, 117, 255, 0.03);
  border-radius: 0.21rem;
  padding: 0.93rem 0.73rem 0.8rem;
}
#main .section4 .formbox > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.85rem;
  line-height: 0.85rem;
  color: #00499e;
  padding: 0 1.75rem;
  margin-bottom: 0.4rem;
}
#main .section4 .formbox > p::before,
#main .section4 .formbox > p::after {
  content: "";
  width: 1.95rem;
  height: 0.05rem;
  background-color: #00499e;
}
#main .section4 .formbox .tags {
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
#main .section4 .formbox .tags > div {
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #333333;
  text-align: left;
  margin-top: 0.3rem;
}
#main .section4 .formbox .tags > div:nth-child(1),
#main .section4 .formbox .tags > div:nth-child(3) {
  width: 8rem;
  text-align: left;
  margin-right: 1rem;
}
#main .section4 .formbox .tags p {
  position: relative;
  z-index: 1;
}
#main .section4 .formbox .tags p::after {
  content: "";
  width: 100%;
  height: 0.18rem;
  background-color: #cae2ff;
  border-radius: 0.06rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#main .section4 .formbox .item {
  width: 100%;
  height: 1.53rem;
  background-color: #ffffff;
  border-radius: 0.13rem;
  border: solid 0.02rem #cccccc;
  margin-bottom: 0.28rem;
  font-size: 0.5rem;
  overflow: hidden;
  position: relative;
}
#main .section4 .formbox .item.mar {
  margin-bottom: 0;
}
#main .section4 .formbox .item input,
#main .section4 .formbox .item select {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding-left: 0.5rem;
  color: #999999;
  font-size: .5rem;
}
#main .section4 .formbox .item input::placeholder {
  color: #999999;
}
#main .section4 .formbox .item.select::after {
  content: "";
  border: 0.3rem solid #2d88f6;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 0.7rem;
  top: 40%;
  display: block;
}
#main .section4 .formbox .submit {
  width: 6.38rem;
  margin: 0.85rem auto 0;
}
#main .section5 .swiper-wrapper {
  align-items: stretch;
}
#main .section5 .swiper-slide {
  width: 9.6rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.43rem;
  padding: 0 0 2.4rem;
  position: relative;
  overflow: hidden;
}

#main .section5 .swiper-slide .tags {
  width: 4rem;
  height: 1.08rem;
  background-image: linear-gradient(90deg, 
		#4257fc 0%, 
		#2f8dfc 100%);
  border-radius: 0.52rem;
  font-size: 0.55rem;
  color: #ffffff;
  margin-bottom: 0.6rem;
  position: relative;
  left: -0.8rem;
  padding-left: 0.33rem;
}
#main .section5 .swiper-slide .tags.w {
  width: 4.4rem;
}
#main .section5 .swiper-slide p {
  font-size: 0.51rem;
  line-height: 0.7rem;
  color: #000000;
}

#main .section5 .swiper-slide .info {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

#main .section5 .swiper-slide .info b {
  font-size: 0.51rem;
  line-height: 0.51rem;
  color: #3c50e4;
  margin-bottom: 24px;
  display: block;
}

#main .section5 .swiper-slide .major {
  margin-bottom: 20px;
  padding: 0 0.5rem;
}

#main .section5 .swiper-slide .major b {
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #000000;
  display: block;
  margin-bottom: 0.4rem;
}
#main .section5 .swiper-slide .major p {
  color: #4d4d4d;
}
#main .section5 .swiper-slide .major b em {
  font-size: 0.45rem;
  color: #4d4d4d;
  font-weight: normal;
}
#main .section5 .swiper-slide .sch {
  padding: 0 0.5rem;
}
#main .section5 .swiper-slide .sch b {
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #000000;
  display: block;
  margin-bottom: 0.4rem;
}

#main .section5 .swiper-slide .samebtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.45rem;
}

#main .section5 .swiper-slide img {
  width: 2.8rem;
  position: absolute;
  top: 0.4rem;
  right: 1.38rem;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  overflow: hidden;
}
#main .section6 {
  margin-top: 1.05rem;
  padding: 0;
  margin-bottom: 0;
}


/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

#main .layout > div {
  width: 75%;
  height: auto;
  background: #2d88f6;
  border-radius: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#main .layout h3 {
  height: 2.5rem;
  line-height: 2rem;
  font-family: "AlibabaPuHuiTiMedium";
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 5px;
}

#main .layout form {
  width: 100%;
  flex-wrap: wrap;
  padding: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  margin-top: -0.4rem;
  align-items: flex-start;
}

#main .layout .close {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: -1.5rem;
  right: 0;
  cursor: pointer;
}

#main .layout .close img {
  width: 100%;
}

#main .layout .item,
#main .layout input,
#main .layout select {
  width: 100%;
  height: 1.4rem;
  background-color: #f5f5f5;
  font-size: 0.5rem;
  line-height: 1.4rem;
  color: #999999;
}

#main .layout input::placeholder {
  color: #999999;
}

#main .layout .item {
  margin-bottom: 8px;
  position: relative;
}

#main .layout input,
#main .layout select {
  padding-left: 10px;
}
#main .layout .select::after {
  content: "";
  border: 0.25rem solid #2d88f6;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 0.7rem;
  top: 40%;
  display: block;
}

#main .layout .btn {
  width: 4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background-color: #ff43ab;
  border-radius:  1.4rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.6rem;
  color: #ffffff;
  margin: 15px auto 0;
}
