* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

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: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #ffffff;
}

#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;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
}

@font-face {
  font-family: 'AlibabaPuHuiTiHeavy';
  src: url(../font/Alibaba-PuHuiTi-Heavy.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiBold';
  src: url(../font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiRegular';
  src: url(../font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiMedium';
  src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
}

@font-face {
  font-family: 'AlimamaShuHeiTi';
  src: url(../font/AlimamaShuHeiTiBold.ttf);
}

@font-face {
  font-family: 'LogoSCUnboundedSans';
  src: url(../font/LogoSCUnboundedSans.ttf);
}

.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;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tc {
  text-align: center;
}

.pr {
  position: relative;
}

.po {
  position: absolute;
}

.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#main article .content {
  width: 1200px;
  margin: 0 auto;
}

#main .banner {
  width: 100%;
  height: 550px;
  box-shadow: 3px 4px 30px 0px rgba(23, 90, 189, 0.45);
  background: url(../img/banner.png) no-repeat;
  background-position: center;
  position: relative;
}
#main .banner .bannerbox{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-left: 267px;
  padding-top: 87px;
}
#main .banner .bannerbox .bigName{
  font-family: 'AlibabaPuHuiTiHeavy';
  font-size: 32px;
	line-height: 38px;
	color: #ffffff;
}
#main .banner .content {
  width: 600px;
  height: 70px;
  margin: 0 auto;
  border-radius: 6px;
  align-items: stretch;
  overflow: hidden;
  background-color: #ffffff;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
  color: #002233;
  position: absolute;
  top: 418px;
  left: 50%;
  transform: translateX(-50%);
}

#main .banner .content>div {
  width: 50%;
}

#main .banner .content>div:nth-child(1) {
  background-color: #f4bf61;
  transition: all .4s;
  cursor: pointer;
}

#main .banner .content>div:nth-child(1):hover {
  background-color: #ffa402;
  transition: all .4s;
}

#main article {
  padding-top: 100px;
}

#main .section .title {
  font-family: 'AlibabaPuHuiTiHeavy';
  font-size: 55px;
  line-height: 55px;
  color: #0e2a4b;
  margin-bottom: 82px;
}

#main .section .lebtn {
  height: 66px;
  background-color: #f4bf61;
  border-radius: 32px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000000;
  cursor: pointer;
  position: relative;
  transition: all .4s;
  z-index: 5;
}

#main .section .lebtn:hover {
  background-color: #ffa402;
  transition: all .4s;
}

#main .section1 {
  padding-bottom: 100px;
  position: relative;
}

#main .section1 .content {
  position: relative;
}

#main .section1 .list {
  flex-wrap: wrap;
  height: 410px;
}

#main .section1 .list>div {
  width: 285px;
  height: 180px;
  background: url(../img/offer.png) no-repeat;
  background-size: 100%;
  border-radius: 10px;
  position: relative;
  padding-top: 106px;
}

#main .section1 .list>div:nth-child(1),
#main .section1 .list>div:nth-child(2),
#main .section1 .list>div:nth-child(3),
#main .section1 .list>div:nth-child(4) {
  margin-bottom: 50px;
}

#main .section1 .list .ranking {
  width: 69px;
  height: 77px;
  background: url(../img/rankingbg.png) no-repeat;
  background-size: 100%;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 40px;
  color: #f0fdff;
  position: absolute;
  top: -24px;
  left: 27px;
}

#main .section1 .list>div:nth-child(1) .ranking {
  width: 124px;
  background-image: url(../img/top.png);
  left: 0;
}

#main .section1 .list>div:nth-child(2) .ranking {
  width: 124px;
  background-image: url(../img/sec.png);
  left: 0;
}

#main .section1 .list>div:nth-child(3) .ranking {
  width: 124px;
  background-image: url(../img/third.png);
  left: 0;
}

#main .section1 .list .offer {
  position: absolute;
  top: 21px;
  right: 24px;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  line-height: 13px;
  color: #333333;
  text-align: right;
}

#main .section1 .list .offer .num {
  font-size: 40px;
  height: 30px;
  font-family: 'AlibabaPuHuiTiBold';
  line-height: 30px;
  margin-bottom: 13px;
}

#main .section1 .list .school {
  height: 60px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 20px;
  color: #000000;
  padding-left: 31px;
}

#main .section1 .list .schlogo {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  overflow: hidden;
  margin-right: 12px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .section1 .list .schlogo img {
  width: 100%;
}

#main .section1 .list .school p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .section1 .btnbox {
  margin-top: 60px;
}

#main .section1 .lebtn {
  padding: 0 55px;
}

#main .section1 .from {
  width: 1200px;
  font-size: 12px;
  line-height: 65px;
  letter-spacing: 1px;
  color: #999999;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
}

#main .section2 .schs {
  width: 100%;
  height: 80px;
  background-color: #0e2a4b;
}

#main .section2 .schs>div {
  height: 80px;
}

#main .section2 .schs .sch {
  flex-grow: 1;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  color: #ffffff;
  height: 60px;
  cursor: pointer;
}

#main .section2 .schs .sch:last-child {
  flex-grow: 0;
  width: 100px;
}

#main .section2 .schs .sch.active {
  background-color: #f4bf61;
  border-radius: 6px;
  color: #000000;
}

#main .section2 .schs.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

#main .section2 .parts {
  padding-top: 50px;
  background: #e9eff8 url(../img/bg.png) no-repeat;
  background-position: top center;
  padding-bottom: 100px;
}

#main .section2 .stitle {
  margin-bottom: 40px;
}

#main .section2 .stitle p:nth-child(1) {
  font-family: 'AlibabaPuHuiTiHeavy';
  font-size: 40px;
  line-height: 30px;
  color: #0e2a4b;
}

#main .section2 .stitle p:nth-child(2) {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 20px;
  line-height: 20px;
  color: #0e2a4b;
  margin-top: 20px;
}

#main .section2 .offer_list {
  width: 1200px;
  height: 480px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px;
}

#main .section2 .offer_list>div {
  width: 100%;
  height: 100%;
  background-color: #0769e8;
  border-radius: 16px;
  padding: 10px;
}

#main .section2 .thead {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 10px;
  padding-right: 42px;
}

#main .section2 .thead span {
  width: 148px;
  text-align: center;
}

#main .section2 .thead span:nth-child(3),
#main .section2 .thead span:nth-child(5) {
  width: 200px;
}

#main .section2 .thead div:last-child {
  width: 120px;
}

#main .section2 .spart1 .list {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  height: 390px;
}

#main .section2 .spart1 ul {
  position: relative;
}

#main .section2 .spart1 li {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  color: #000000;
  height: 56px;
  padding-right: 42px;
}

#main .section2 .spart1 li.w {
  background-color: #e8eff8;
}

#main .section2 .spart1 li.g {
  background-color: #ffffff;
}

#main .section2 .spart1 li span {
  width: 148px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .section2 .spart1 li span:nth-child(3),
#main .section2 .spart1 li span:nth-child(5) {
  width: 200px;
}

#main .section2 .spart1 .o_btn {
  width: 120px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
}

#main .section2 .spart2 {
  margin-top: 50px;
}

#main .section2 .spart2 .map,
#main .section2 .spart2 .productList {
  height: 340px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 46px 40px 30px;
  position: relative;
  margin-bottom: 20px;
}

#main .section2 .spart2 .map {
  padding-right: 0;
}

#main .section2 .spart2 .map>.bt,
#main .section2 .spart2 .productList>.bt {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #f4bf61;
  opacity: 0.3;
  position: absolute;
  top: 18px;
  left: 39px;
}

#main .section2 .data {
  align-items: stretch;
  height: 254px;
}

#main .section2 .data .t {
  margin-bottom: 20px;
}

#main .section2 .data .t.w {
  padding-left: 40px;
}

#main .section2 .data .t p,
#main .section2 .formbox .t p,
#main .section2 .product .t p {
  position: relative;
  z-index: 1;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 22px;
  line-height: 22px;
  color: #000000;
}

#main .section2 .data .t p::after,
#main .section2 .formbox .t p::after,
#main .section2 .product .t p::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #f4bf61;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}

#main .section2 .data>div {
  width: 360px;
  position: relative;
}

#main .section2 .data .echarts1,
#main .section2 .data .echarts2 {
  width: 340px;
  height: 230px;
}

#main .section2 .data .echarts2 {
  width: 100%;
  height: 210px;
}

#main .section2 .data>div:nth-child(2) {
  width: 400px;
  height: 234px;
  flex-shrink: 0;
  position: relative;
}

#main .section2 .data>div:last-child {
  width: 400px;
}

#main .section2 .data>div:nth-child(2)::after,
#main .section2 .data>div:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 220px;
  background-color: #ceecff;
  position: absolute;
  bottom: 0;
}

#main .section2 .data>div:nth-child(2)::before {
  left: 0;
}

#main .section2 .data>div:nth-child(2)::after {
  right: 0;
}

#main .section2 .data .offer {
  width: 447px;
  height: 183px;
  background: url(../img/qsoffer.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -19px;
  bottom: 0;
  padding: 0 28px 0 19px;
}

#main .section2 .data .offer>div {
  width: 50%;
  flex-shrink: 0;
}

#main .section2 .data .offer .left {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 30px;
  line-height: 26px;
  color: #0e2a4b;
  height: 73px;
  align-items: baseline;
  padding-bottom: 23px;
}

#main .section2 .data .offer .num {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 70px;
  line-height: 50px;
  color: #0e2a4b;
  letter-spacing: -5px;
  margin-right: 11px;
}

#main .section2 .data .offer .right {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 16px;
  line-height: 26px;
  color: #414141;
  padding-left: 29px;
  padding-bottom: 9px;
}

#main .section2 .map .from {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #999999;
  text-align: right;
  position: absolute;
  right: 40px;
  bottom: 30px;
}

#main .section2 .spart2 .productList {
  height: auto;
  padding-bottom: 40px;
}

#main .section2 .product {
  margin-bottom: 40px;
}

#main .section2 .product:last-child {
  margin-bottom: 0;
}

#main .section2 .product .t {
  margin-bottom: 30px;
}

#main .section2 .product ul {
  height: 390px;
  overflow: hidden;
  overflow-x: auto;
}

#main .section2 .product ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#main .section2 .product ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

#main .section2 .product ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

#main .section2 .product li {
  width: 240px;
  height: 360px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #ceecff;
  padding: 12px;
  margin-right: 53px;
  flex-shrink: 0;
}

#main .section2 .product li:last-child {
  margin-right: 0;
}

#main .section2 .product li .img {
  border-radius: 10px;
  overflow: hidden;
  height: 130px;
}

#main .section2 .product li img {
  width: 100%;
}

#main .section2 .product li p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-top: 10px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#main .section2 .product li .tags {
  flex-wrap: wrap;
  margin: 10px 0 20px;
  height: 60px;
  overflow: hidden;
}

#main .section2 .product li .tags span {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 12px;
  height: 25px;
  background-color: #ebebeb;
  border-radius: 3px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#main .section2 .product li .tags span:last-child {
  margin-right: 0;
}

#main .section2 .product li .guihua {
  width: 120px;
  height: 40px;
  border-radius: 19px;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

#main .section2 .product li .zixun {
  width: 40px;
  height: 40px;
  background-color: #0769e8;
  margin-left: 17px;
  border-radius: 40px;
  cursor: pointer;
}

#main .section2 .product li .zixun img {
  width: 24px;
}

#main .section2 .formbox {
  height: 322px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px;
}

#main .section2 .formbox .t {
  margin-bottom: 32px;
}

#main .section2 .formbox .left {
  width: 276px;
  margin-right: 24px;
  flex-shrink: 0;
}

#main .section2 .formbox .left li {
  width: 100%;
  height: 40px;
  background-color: #e8eff8;
  border-radius: 5px;
  align-items: stretch;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
}

#main .section2 .formbox .left li:last-child {
  margin-bottom: 0;
}

#main .section2 .formbox .left li span {
  width: 95px;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 18px;
  color: #ffffff;
  background-color: #0769e8;
  border-radius: 0px 0px 30px 0px;
  flex-shrink: 0;
  padding-left: 13px;
  margin-right: 16px;
}

#main .section2 .formbox .right {
  width: 820px;
  height: 190px;
  background-color: #0769e8;
  border-radius: 5px;
  padding: 23px 50px 0 28px;
}

#main .section2 .formbox .right>p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 22px;
}

#main .section2 .formbox .right>p span {
  width: 217px;
  height: 30px;
  background-color: #e8eff8;
  border-radius: 15px;
  font-size: 22px;
  color: #0769e8;
  margin-right: 8px;
}

#main .section2 .ztform {
  flex-wrap: wrap;
  position: relative;
}

#main .section2 .ztform .form_item {
  width: 280px;
  height: 40px;
  border-radius: 3px;
  margin-right: 10px;
  overflow: hidden;
}

#main .section2 .ztform .form_item.mar {
  margin-bottom: 10px;
}

#main .section2 .ztform .form_item input,
#main .section2 .ztform .form_item select {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: #ffffff;
  padding-left: 15px;
}

#main .section2 .ztform .form_item select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-size: 4%;
  background-position: 95% center;
}

#main .section2 .ztform .submit {
  width: 120px;
  height: 120px;
  background-color: #f4bf61;
  box-shadow: 3px 4px 30px 0px rgb(0 57 131 / 57%);
  position: absolute;
  right: 0;
  border-radius: 120px;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  bottom: 0;
  cursor: pointer;
}

#main .section2 .ztform .yzm span {
  width: 120px;
  height: 40px;
  background-color: #0e2a4b;
  flex-shrink: 0;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

#main .section3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#main .section3 .title {
  margin-bottom: 50px;
}

#main .section3 .cases_search {
  display: block;
  margin-bottom: 100px;
}

#main .section3 .swiper-container {
  height: 350px;
}

#main .section3 .swiper-slide {
  width: 285px;
  height: 350px;
  background-color: #f3f7fc;
  border-radius: 10px;
  border: solid 2px #e8eff8;
  padding: 20px;
  position: relative;
}

#main .section3 .swiper-slide a {
  display: block;
}

#main .section3 .swiper-slide .t {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #0e2a4b;
  margin-bottom: 22px;
  padding: 0 5px;

}

#main .section3 .swiper-slide .intr {
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 3;
  padding: 0 5px;
}

#main .section3 .swiper-slide a>.dis-b {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 26px;
  padding: 0 5px;
}

#main .section3 .swiper-slide .tags {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  padding: 0 5px;
  margin: 21px 0 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .section3 .swiper-slide .tags img {
  width: 19px;
  margin-right: 10px;
  vertical-align: middle;
}

#main .section3 .swiper-slide .sbtn {
  width: 115px;
  height: 40px;
  border-radius: 19px;
  border: solid 1px #0769e8;
  font-size: 14px;
  color: #0769e8;
  font-weight: bold;
  cursor: pointer;
}

#main .section3 .swiper-slide .sbtn:nth-child(2) {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#main .section3 .swiper-slide:hover {
  background-color: #0769e8;
  border: solid 2px #0769e8;
}

#main .section3 .swiper-slide:hover p {
  color: #ffffff !important;
}

#main .section3 .swiper-slide:hover .sbtn {
  border: solid 1px #ffca6b;
  background-color: #ffca6b;
  color: #000000;
}

#main .section3 .swiperBtn {
  margin-top: 20px;
  justify-content: flex-end;
}

#main .section3 .swiperBtn>div {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 42px;
  height: 42px;
  background: #e8eff8;
  margin-top: 0 !important;
  border-radius: 42px;
  margin-left: 13px;
  cursor: pointer;
}

#main .section3 .swiperBtn .swiper-button-prev img {
  transform: rotateZ(180deg);
}

#main .section3 .swiperBtn>div:hover {
  background-color: #0769e8;
}

#main .section4 {
  padding-top: 58px;
  background: #e4ebf3 url(../img/service.png) no-repeat;
  background-position: top center;
  padding-bottom: 58px;
}

#main .section4 .title {
  margin-bottom: 50px;
}

#main .section4 .content {
  align-items: stretch;
}

#main .section4 .info {
  width: 700px;
  height: 640px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px 30px 28px;
}

#main .section4 .info .top {
  width: 100%;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 50px;
}

#main .section4 .info .top div>p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 22px;
  line-height: 30px;
  color: #4d4d4d;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 44px;
}

#main .section4 .info .top div>p::after {
  content: "";
  width: 60px;
  height: 6px;
  background-color: #f4bf61;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#main .section4 .info .top li {
  margin-bottom: 20px;
}

#main .section4 .info .top li:last-child {
  margin-bottom: 0;
}

#main .section4 .info .top li img {
  width: 40px;
  margin-right: 12px;
  flex-shrink: 0;
}

#main .section4 .info .top li b {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #4d4d4d;
  display: block;
}

#main .section4 .info .top li span {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  margin-top: 10px;
  display: block;
}

#main .section4 .info .top>div:nth-child(2) {
  width: 260px;
  flex-shrink: 0;
}

#main .section4 .info .top>div:nth-child(2)>div {
  margin-bottom: 24px;
  height: 160px;
  overflow: hidden;
  border-radius: 5px;
}

#main .section4 .info .top>div:nth-child(2) img {
  width: 100%;
  display: block;
}

#main .section4 .info .top>div:nth-child(2)>div:nth-child(2) {
  margin-bottom: 0;
}

#main .section4 .st {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 20px;
  line-height: 20px;
  color: #4d4d4d;
  padding-left: 19px;
  position: relative;
  margin-bottom: 20px;
}

#main .section4 .st::before {
  content: "";
  width: 6px;
  height: 20px;
  background-color: #0769e8;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

#main .section4 .info .remark {
  margin-top: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  text-align: center;
}

#main .section4 .yuyue {
  width: 470px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 16px;
}

#main .section4 .yuyue .address {
  height: 90px;
  background-color: #ffca6b;
  border-radius: 10px;
  padding: 22px 0 0 20px;
}

#main .section4 .yuyue .address p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 22px;
  line-height: 22px;
  color: #000000;
}

#main .section4 .yuyue .address p:nth-child(2) {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-top: 12px;
}

#main .section4 .yuyue .ztformbox {
  margin-bottom: 28px;
  margin-top: 28px;
}

#main .section4 .yuyue .ztformbox .form_item {
  width: 200px;
  height: 50px;
  background-color: #e8eff8;
  border-radius: 3px;
  overflow: hidden;
}

#main .section4 .yuyue .ztformbox .form_item.mar {
  margin-bottom: 10px;
}

#main .section4 .yuyue .ztformbox form {
  flex-wrap: wrap;
}

#main .section4 .yuyue .ztformbox input,
#main .section4 .yuyue .ztformbox select {
  width: 100%;
  height: 100%;
  background-color: #e8eff8;
  padding-left: 15px;
  font-size: 14px;
}

#main .section4 .yuyue .ztformbox select {
  background: #e8eff8 url(../img/arrow.png) no-repeat;
  background-size: 4%;
  background-position: 95% center;
}

#main .section4 .yuyue .ztformbox .form_item span {
  width: 100px;
  height: 50px;
  background-color: #0e2a4b;
  flex-shrink: 0;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

#main .section4 .yuyue .ztformbox .submit {
  width: 200px;
  height: 50px;
  background-color: #f3be61;
  border-radius: 25px;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 22px;
  letter-spacing: 1px;
  color: #000000;
  margin: 26px auto 0;
  cursor: pointer;
}

#main .section4 .gift {
  align-items: stretch;
  padding-right: 13px;
  overflow-x: auto;
}

#main .section4 .gift>div {
  width: 110px;
  margin-right: 10px;
  cursor: pointer;
}

#main .section4 .gift>div:last-child {
  margin-right: 0;
}

#main .section4 .gift p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: center;
}

#main .section4 .gift::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#main .section4 .gift::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
}

#main .section4 .gift::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
}

/* prolay */
#main .prolay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

#main .prolay>div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  padding-bottom: 10px;
}

#main .prolay .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg,
      #fcedd1 0%,
      #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

#main .prolay .info p {
  font-size: 18px;
  color: #1a1a1a;
}

#main .prolay h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .prolay .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#main .prolay .close img {
  width: 100%;
}

#main .prolay .ztform {
  flex-wrap: wrap;
  padding: 25px 25px 20px;
}

#main .prolay .item,
#main .prolay input,
#main .prolay select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

#main .prolay .item {
  margin-bottom: 8px;
}

#main .prolay input,
#main .prolay select {
  padding-left: 10px;
}

#main .prolay select {
  background: #f1f1f1 url(../img/form_arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

#main .prolay .item.yzm input {
  width: 100%;
}

#main .prolay .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

#main .prolay .btn {
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6554;
  border-radius: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 12px auto 0;
  text-align: center;
  cursor: pointer;
}

#main .ztbtnform {
  width: 100%;
  height: 100px;
  background: url(../img/ztbtnform.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 1200px;
  z-index: 14;
  display: none;
}

#main .ztbtnform>div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  align-items: flex-end;
  position: relative;
}

#main .ztbtnform>div img {
  position: relative;
  left: -7px;
  bottom: -13px;
}

#main .ztbtnform .ztbtnformright {
  height: 100px;
  padding-left: 166px;
}

#main .ztbtnform .item {
  width: 200px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
}

#main .ztbtnform .item input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-left: 10px;
}

#main .ztbtnform .samebtn {
  width: 144px;
  height: 48px;
  cursor: pointer;
}

#main .ztbtnform div>.samebtn {
  width: 180px;
  margin-left: 10px;
}

#main .ztbtnform .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}