* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'AlibabaPuHuiTiBold';
  src: url(https://m.igo.cn/kpzt/pte/font/Alibaba-PuHuiTi-Bold.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiRegular';
  src: url(https://m.igo.cn/kpzt/pte/font/AlibabaPuHuiTi-Regular.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiMedium';
  src: url(https://m.igo.cn/kpzt/pte/font/AlibabaPuHuiTi-Medium.ttf);
}


@font-face {
  font-family: 'AlibabaPuHuiTiLight';
  src: url(https://m.igo.cn/kpzt/pte/font/AlibabaPuHuiTi-Light.ttf);
}

@font-face {
  font-family: 'avantibold';
  src: url(https://m.igo.cn/kpzt/pte/font/avanti-bold.ttf);
}

body {
  padding: 2rem 0;
}

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: .7rem;
  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;
}

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;
}

::-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 {

  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);
}

.banner {
  width: 100%;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(54, 115, 225, 0.3);
}

.banner img {
  width: 100%;
}

#main article {
  padding-top: 1.58rem;
}

#main .section {
  margin-bottom: 1.68rem;
}

#main article .title {
  margin-bottom: .83rem;
}

#main article .title p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: .96rem;
  line-height: .96rem;
  margin: 0 .18rem;
  text-shadow: .05rem 0 #ffffff,
    -.05rem 0 #ffffff,
    0 .05rem #ffffff,
    0 -.05rem #ffffff,
    .05rem .05rem #ffffff,
    -.05rem -.05rem #ffffff,
    .05rem -.05rem #ffffff,
    -.05rem .05rem #ffffff;
  position: relative;
  z-index: 1;
}

#main article .title img {
  height: .65rem;
}

#main article .title p::after {
  content: attr(title);
  font-family: 'AlibabaPuHuiTiBold';
  font-size: .96rem;
  line-height: .96rem;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: 0.02rem 0.02rem 0.1rem rgba(54, 115, 225, 0.5);
  background-image: linear-gradient(to bottom, #3673e1 40%, #102d61 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main .section .ztbtnbox {
  margin-top: 1.05rem;
}

#main .section .ztbtn {
  width: 5.65rem;
  height: 1.53rem;
  background-image: linear-gradient(0deg,
      #ffba00 0%,
      #f9e14c 70%,
      #fffdf1 99%);
  box-shadow: 0rem 0rem 0.33rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 0.74rem;
  border: solid 0.02rem #fff3bd;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 0.64rem;
  color: #0c2147;
}

#main .section .ztbtn:nth-child(2) {
  margin-left: 1.05rem;
}

#main .section1 .ul1 {
  flex-wrap: wrap;
  padding: 0 .65rem;
}

#main .section1 .ul1 li {
  font-size: 0.55rem;
  color: #1a1a1a;
  font-family: 'AlibabaPuHuiTiRegular';
  height: 1.3rem;
  background-color: #ebf2ff;
  border-radius: 1.3rem;
  padding: 0 .5rem;
  margin-top: .4rem;
}

#main .section1 .ul1 li:nth-child(1),
#main .section1 .ul1 li:nth-child(2) {
  margin-top: 0;
}

#main .section1 .ul1 li:nth-child(1) {
  margin-left: .25rem;
}

#main .section1 .ul1 li:nth-child(3) {
  margin-left: .9rem;
}

#main .section1 .ul1 li:nth-child(2n+1) {
  margin-right: .5rem;
}

#main .section2 {
  background: url(../img/s2_bg.png) no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-top: 1rem;
  margin-bottom: 0 !important;
  padding-bottom: 1.68rem;
}

#main article .title p {
  text-shadow: none;
}

#main .section2 .title p::after {
  -webkit-text-fill-color: #ffffff;
}

#main .section2 .content {
  padding: 0 .63rem;
}

#main .section2 .ul1 li {
  width: 7.18rem;
  height: 4.28rem;
  background-color: #15387a;
  border-radius: 0.21rem;
  padding: .5rem;
}

#main .section2 .ul1 li .icon {
  height: 1.18rem;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.6rem;
  color: #ffffff;
}

#main .section2 .ul1 li .icon img {
  height: 100%;
  flex-shrink: 0;
  margin-right: .4rem;
}

#main .section2 .ul1 li>p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 0.51rem;
  line-height: 0.7rem;
  color: #98a8c7;
  margin-top: .5rem;
}

#main .section2 .swiper-pagination {
  position: relative;
  transform: none;
  margin: .63rem auto 0;
}

#main .section2 .swiper-pagination-bullet {
  width: 0.35rem;
  height: 0.35rem;
  opacity: 1;
  background-color: #15387a;
  margin: 0 .1rem;
}

#main .section2 .swiper-pagination-bullet-active {
  background: #ffffff;
}

#main .section2 .content2 {
  margin-top: .63rem;
}

#main .section2 .content2>p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.75rem;
  line-height: 0.8rem;
  color: #ffffff;
  height: 0.8rem;
  margin-bottom: .78rem;
}

#main .section2 .content2>p::before {
  content: "";
  width: 0.23rem;
  height: 0.8rem;
  background-color: #ffffff;
  border-radius: 0.09rem;
  margin-right: .38rem;
}

#main .section2 .content2>p span {
  background-image: linear-gradient(90deg,
      transparent 0%,
      #15387a 100%);
  padding-right: .2rem;

}

#main .section2 .ul2 {
  flex-wrap: wrap;
  align-items: stretch;
}

#main .section2 .ul2 li {
  width: 4.5rem;
  height: 3.88rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(54, 115, 225, 0.3);
  border-radius: 0.21rem;
  margin-top: .4rem;
  flex-direction: column;
  padding-top: .63rem;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.6rem;
  color: #000000;
}

#main .section2 .ul2 li img {
  width: 1.98rem;
  margin-bottom: .5rem;
}

#main .section2 .ul2 li:nth-child(1),
#main .section2 .ul2 li:nth-child(2),
#main .section2 .ul2 li:nth-child(3) {
  margin-top: 0;
}

#main .section3 {
  margin-bottom: 1rem !important;
}

#main .section3 .title {
  margin-bottom: 0;
}

#main .section3 .swiper-container {
  padding: 1rem .6rem 0;
}

#main .section3 .swiper-slide>div {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(54, 115, 225, 0.3);
  border-radius: 0.21rem;
  margin-bottom: .4rem;
  padding: .5rem 1.2rem .2rem .5rem;
  position: relative;
}

#main .section3 .swiper-slide .slogo {
  width: 3.13rem;
  height: 3.13rem;
  background-color: #3673e1;
  border-radius: 3.13rem;
  margin-right: .4rem;
  flex-shrink: 0;
}

#main .section3 .swiper-slide .slogo img {
  width: 3.13rem;
  height: 3.13rem;
  border: solid 0.04rem #ebf2ff;
  border-radius: 3.13rem;
  position: relative;
  top: .15rem;
  background: #ffffff;
  left: .15rem;
}

#main .section3 .swiper-slide .top {
  font-family: 'AlibabaPuHuiTiLight';
  font-size: 0.47rem;
  line-height: 0.6rem;
  color: #000000;
}

#main .section3 .swiper-slide .top .name {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #000000;
  margin-bottom: .3rem;
  margin-top: .15rem;
}

#main .section3 .swiper-slide .tags {
  flex-wrap: wrap;
  margin-top: .55rem;
}

#main .section3 .swiper-slide .tags p {
  font-family: 'AlibabaPuHuiTiLight';
  font-size: 0.43rem;
  color: #000000;
  height: 1rem;
  line-height: 1rem;
  background-color: #ebf2ff;
  border-radius: 0.06rem;
  margin-right: .13rem;
  margin-bottom: .2rem;
}

#main .section3 .swiper-slide .tags p.p {
  padding: 0 .1rem;
}
#main .section3 .swiper-slide .tags p.w{
  width: 5rem;
  opacity: 0;
}
#main .section3 .swiper-slide .lebtn {
  width: 1.73rem;
  height: 4.03rem;
  background-color: #3673e1;
  border-radius: 8.53rem 0 0 8.53rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.78rem;
  color: #ffffff;
  padding-left: .1rem;
}

#main .section3 .swiper-pagination {
  position: relative;
  transform: none;
  margin: 0.3rem auto 0;
}

#main .section3 .swiper-pagination-bullet {
  width: 0.35rem;
  height: 0.35rem;
  opacity: 1;
  background-color: #d9d9d9;
  margin: 0 .1rem;
}

#main .section3 .swiper-pagination-bullet-active {
  background: #15387a;
}

#main .section4 {}

#main .section4 .title {
  margin-bottom: 0 !important;
}

#main .section4 .content {
  padding: 0 .63rem;
  margin-bottom: 1.3rem;
}

#main .section4 .content1 ul {
  flex-wrap: wrap;
}

#main .section4 .content1 li {
  width: 7.18rem;
  height: 3.85rem;
  background: url(../img/s4bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(54, 115, 225, 0.3);
  border-radius: 0.21rem;
  margin-top: 2.13rem;
}

#main .section4 .content1 .iconbox {
  width: 3.23rem;
  height: 3.23rem;
  background-image: linear-gradient(180deg,
      #ffffff 0%,
      #ebf2ff 100%);
  border-radius: 3.23rem;
  margin: -1.6rem auto .9rem;
}

#main .section4 .content1 .iconbox img {
  width: 50%;
}

#main .section4 .content1 li p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.6rem;
  color: #000000;
}

#main .section4 .content1 li p img {
  width: 0.63rem;
  height: 0.63rem;
  margin-left: .3rem;
}

#main .section4 .sameT {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.75rem;
  line-height: 0.8rem;
  color: #102d61;
  height: 0.8rem;
  margin-bottom: .78rem;
}

#main .section4 .sameT::before {
  content: "";
  width: 0.23rem;
  height: 0.8rem;
  background-color: #102d61;
  border-radius: 0.09rem;
  margin-right: .38rem;
}

#main .section4 .sameT span {
  background-image: linear-gradient(90deg,
      #ffffff 0%,
      #99b9ff 100%);
  padding-right: .2rem;
}

#main .section4 .zts {
  padding: .65rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(54, 115, 225, 0.3);
  border-radius: 0.21rem;
}

#main .section4 .zts .list {
  overflow-x: scroll;
}

#main .section4 .zts a {
  width: 5.58rem;
  height: 4.18rem;
  flex-shrink: 0;
  margin-right: .4rem;
}

#main .section4 .zts a img {
  height: 100%;
}

#main .section4 .zts .list::-webkit-scrollbar {
  display: none;
}

#main .section4 .content3 {
  background: linear-gradient(to bottom, #ffffff, #ebf2ff);
  padding-bottom: 1.08rem;
}

#main .section4 .content3 ul {
  width: 14.73rem;
  height: 6.43rem;
  background: url(../img/fangan.png) no-repeat;
  background-size: 100%;
  border-radius: 0.21rem;
  flex-direction: column;
  align-items: flex-start;
  padding: .7rem 0 0 .9rem;
}

#main .section4 .content3 li {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.64rem;
  height: .64rem;
  line-height: .64rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: .7rem;
  padding-right: .4rem;
}

#main .section4 .content3 li:last-child {
  margin-bottom: 0;
}

#main .section4 .content3 li::before {
  content: "";
  width: 0.43rem;
  height: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.18rem;
  margin-right: .4rem;
}

#main .section4 .content3 li p {
  line-height: .51rem;
  font-size: 0.51rem;
  align-self: flex-end;
}

#main .section4 .content3 li::after {
  content: "";
  width: calc(100% - .7rem);
  height: 0.65rem;
  background-color: #0d2347;
  border-radius: 0.31rem;
  position: absolute;
  right: 0;
  bottom: -.2rem;
  z-index: -1;
}

#main .section4 .formbox {
  width: 100%;
  background-size: 100%;
  margin-top: 1.2rem;
}

#main .section4 .formbox p {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-family: 'AlibabaPuHuiTiMedium';
  color: #15387a;
}

#main .section4 .formbox p span {
  font-family: 'AlibabaPuHuiTiBold';
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

#main .section4 .formbox p span::after {
  content: "";
  width: 5.5rem;
  height: 0.6rem;
  background-color: #abd3ff;
  background: linear-gradient(to right, #abd3ff, transparent);
  border-radius: 0.28rem;
  display: block;
  position: absolute;
  bottom: -.13rem;
  left: -.13rem;
  z-index: -1;
}

#main .section4 .formbox .tags {
  margin: .57rem 0 .83rem 0;
  padding: 0 1rem;
}

#main .section4 .formbox .tags>div {
  width: 3.03rem;
  height: 1.1rem;
  background-color: #3673e1;
  border-radius: 0.52rem;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 0.51rem;
  color: #ffffff;
}

#main .section4 form {
  flex-wrap: wrap;
}

#main .section4 .item {
  width: 7.08rem;
  height: 1.53rem;
  background-color: #ffffff;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-bottom: .4rem;
}

#main .section4 .item.nomar {
  margin-bottom: 0;
}

#main .section4 select,
#main .section4 input {
  width: 100%;
  height: 100%;
  font-size: 0.51rem;
  padding-left: .7rem;
  background-color: #ffffff;
}

#main .section4 select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-size: 6%;
  background-position: 94% center;
}

#main .section4 input::placeholder {
  color: #999999;
}

#main .section4 .item span {
  height: 46px;
  background-color: #15387a;
  font-size: 0.51rem;
  color: #ffffff;
  flex-shrink: 0;
  padding: 0 .3rem;

}

#main .section4 form .ztsubmit {
  width: 7.08rem;
  height: 1.5rem;
  background-image: linear-gradient(0deg,
      #ffba00 0%,
      #f9e14c 70%,
      #fffdf1 99%);
  box-shadow: 0rem 0rem 0.33rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 0.74rem;
  border: solid 0.02rem #fff3bd;
  font-size: 0.64rem;
  font-weight: bold;
  color: #0c2147;
}

#main .section4 .content4,
#main .section4 .content6,
#main .section4 .content5 {
  padding: 0;
}

#main .section4 .content4 .sameT {
  margin-bottom: .5rem;
  padding: 0 .63rem;
}

#main .section4 .content4>span {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 0.51rem;
  line-height: 0.85rem;
  color: #4d4d4d;
  padding: 0 1.23rem;
  display: block;
}

#main .section4 .content5 .sameT {
  padding: 0 .63rem;
}

#main .section4 .projectbox {
  padding: 1rem .63rem 0;
  height: 5.8rem;
  overflow: hidden;
  margin-top: -.5rem;
}

#main .section4 .content5.show .projectbox {
  height: auto;
}


#main .section4 .project {
  background-color: #ffffff;
  border-radius: 0.21rem;
  padding: 0.43rem;
  margin-bottom: 0.8rem;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(54, 115, 225, 0.3);
}

#main .section4 .project .img {
  width: 3.45rem;
  flex-shrink: 0;
  margin-right: .98rem;
}

#main .section4 .project .txt {
  flex-wrap: wrap;
}

#main .section4 .project .txt p {
  font-size: 0.55rem;
  line-height: 1rem;
  color: #333333;
  margin-right: .3rem;
}

#main .section4 .project .txt .w {
  width: 100%;
  margin-right: 0;
}

#main .section4 .project .txt .mar {
  margin-right: 0;
}


#main .section4 .project .btnbox {
  margin-top: .4rem;

}

#main .section4 .project .btnbox>div {
  height: 1.55rem;
  background-color: #ffb200;
  border-radius: 0.76rem;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.6rem;
  color: #000000;
}

#main .section4 .project .btnbox>div:nth-child(1) {
  width: 3.85rem;
}

#main .section4 .project .btnbox>div:nth-child(2) {
  width: 4.72rem;
  margin-left: .4rem;
}

#main .section4 .more {
  width: 1.08rem;
  margin-top: .6rem;
}

#main .section4 .content6 img {
  width: 100%;
}

#main .section5 .title {
  margin-bottom: .63rem !important;
}

#main .section5>p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.64rem;
  line-height: 0.64rem;
  letter-spacing: 0rem;
  color: #000000;
  margin-bottom: .83rem;
  text-align: center;
}

#main .section5 .content {
  width: 14.75rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(54, 115, 225, 0.3);
  border-radius: 0.21rem;
  margin: 0 auto;
  padding: .6rem .6rem .6rem .6rem;
}

#main .section5 .content1 {
  margin-bottom: .63rem;
}

#main .section5 .content1 p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 0.55rem;
  line-height: .85rem;
  color: #343434;
}

#main .section5 .content1 p::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  background-color: #cccccc;
  border-radius: .28rem;
  margin-right: .33rem;
  flex-shrink: 0;
}

#main .section5 .sameT {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 0.75rem;
  line-height: 0.8rem;
  color: #102d61;
  height: 0.8rem;
  margin-bottom: .78rem;
}

#main .section5 .sameT::before {
  content: "";
  width: 0.23rem;
  height: 0.8rem;
  background-color: #102d61;
  border-radius: 0.09rem;
  margin-right: .38rem;
}

#main .section5 .sameT span {
  background-image: linear-gradient(90deg,
      #ffffff 0%,
      #99b9ff 100%);
  padding-right: .2rem;
}

#main .section5 .content .txt {
  background-color: #3673e1;
  padding: .5rem .05rem .5rem .6rem;
  margin-bottom: .4rem;
}

#main .section5 .content2 .txt p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 0.55rem;
  line-height: .85rem;
  color: #ffffff;
  align-items: flex-start;
}

#main .section5 .content2 .txt p::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  background-color: #ffffff;
  border-radius: .28rem;
  margin-right: .33rem;
  flex-shrink: 0;
  position: relative;
  top: .3rem;
}

#main .section5 .content2 .imgs {
  overflow-x: scroll;
}

#main .section5 .content2 .imgs img {
  height: 3.88rem;
  flex-shrink: 0;
  margin-right: .38rem;
}

#main .section5 .content2 .imgs img:last-child {
  margin-right: 0;
}

#main .section5 .content2 .imgs::-webkit-scrollbar {
  display: none;
}

#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: #3673e1;
  border-radius: .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: .5rem;
  background-color: #ffffff;
  border-radius: .2rem;
  margin-top: -.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: .55rem;
  line-height: 1.4rem;
  color: #999999;
}

#main .layout input::placeholder {
  color: #999999;
}

#main .layout .item {
  margin-bottom: 8px;
}

#main .layout input,
#main .layout select {
  padding-left: 10px;
}

#main .layout select {
  background: #f1f1f1 url(../img/arrow.png) no-repeat;
  background-size: 4%;
  background-position: 95% center
}

#main .layout .submit {
  width: 100px;
  height: 1.4rem;
  line-height: 1.4rem;
  background-color: #fed206;
  border-radius: 19.5px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: .6rem;
  color: #000000;
  margin: 15px auto 0;
}