* {
  margin: 0;
  padding: 0;
}

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: 0.7rem;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #fbf5e9 url(../img/banner.jpg) no-repeat;
  background-size: 100%;
  padding-top: 11.05rem;
}

#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;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
}

/* 滚动槽 */
::-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;
}
.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.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);
}
#main .samesection {
  padding: 0 0.63rem;
  margin-bottom: 1.2rem;
}
#main .samesection .title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.85rem;
  line-height: 0.85rem;
  height: 1.33rem;
  color: #bf9b47;
  color: #332400;
  background: url(../img/title_bg.png) no-repeat;
  background-size: auto 100%;
  background-position: left;
  padding-left: 1.23rem;
  align-items: flex-start;
  padding-top: 0.1rem;
  margin-bottom: 0.83rem;
}
#main .samesection .title.other {
  background-image: url(../img/title_bg2.png);
  background-position: right;
  padding-left: 0;
  padding-right: 1.23rem;
}
#main .samesection .title em {
  color: #bf9b47;
}
#main .samesection .btnbox {
  margin-top: 1.02rem;
}
#main .samesection .btnbox .btn {
  height: 1.75rem;
  background-color: #ff7123;
  border-radius: 0.84rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.64rem;
  color: #ffffff;
  padding: 0 1.5rem;
}
#main .section1 .intr {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(194, 158, 74, 0.25);
  border-radius: 0.21rem;
  font-size: 0.47rem;
  line-height: 0.78rem;
  color: #666666;
  padding: 0.55rem 0.8rem;
}

#main .section2 li {
  height: 1.53rem;
  height: auto;
  background-color: #bf9b47;
  border-radius: 0.21rem;
  margin-bottom: 0.4rem;
}
#main .section2 li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  line-height: 1.53rem;
  color: #ffffff;
  padding-left: 0.4rem;
  padding-right: 0.75rem;
}
#main .section2 li:last-child {
  margin-bottom: 0;
}
#main .section2 li p:nth-child(2) {
  font-size: 0.45rem;
  line-height: 0.65rem;
  color: #666666;
  height: 2rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(194, 158, 74, 0.25);
  border-radius: 0.21rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
#main .section3 ul {
  flex-wrap: wrap;
}
#main .section3 li {
  width: 7.08rem;
  height: 2.58rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(194, 158, 74, 0.25);
  border-radius: 0.21rem;
  padding-left: 0.33rem;
  margin-top: 0.53rem;
  font-size: 0.47rem;
  line-height: 0.7rem;
  color: #332400;
  padding-right: 0.4rem;
}
#main .section3 li:nth-child(1),
#main .section3 li:nth-child(2) {
  margin-top: 0;
}
#main .section3 li .fitIcon {
  width: 1.78rem;
  height: 1.78rem;
  background: url(../img/fit1.png) no-repeat;
  background-size: 100%;
  margin-right: 0.3rem;
  flex-shrink: 0;
}

#main .section3 li .fitIcon#fit2 {
  background-image: url(../img/fit2.png);
}
#main .section3 li .fitIcon#fit3 {
  background-image: url(../img/fit3.png);
}
#main .section3 li .fitIcon#fit4 {
  background-image: url(../img/fit4.png);
}
#main .section3 li .fitIcon#fit5 {
  background-image: url(../img/fit5.png);
}
#main .section3 li .fitIcon#fit6 {
  background-image: url(../img/fit6.png);
}
#main .section4 .tabbox {
  height: 1.5rem;
  overflow-x: auto;
  margin-bottom: 0.4rem;
}
#main .section4 .tab {
  width: 5.3rem;
  height: 1.5rem;
  background-color: #332400;
  border-radius: 0.21rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  color: #ffffff;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
#main .section4 .tab.active {
  background-color: #bf9b47;
}
#main .section4 .tab:last-child {
  margin-right: 0;
}
#main .section4 .tcontent {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(194, 158, 74, 0.25);
  border-radius: 0.21rem;
  padding: 0.43rem;
}
#main .section4 .intr {
  font-size: 0.5rem;
  line-height: 0.85rem;
  color: #666666;
  margin-bottom: 0.2rem;
}
#main .section4 ul {
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 0.21rem;
  border: solid 0.04rem #ede2ca;
  overflow: hidden;
  margin-bottom: 0.65rem;
}
#main .section4 li {
  width: 50%;
}
#main .section4 li:nth-child(1) {
  border-right: 0.05rem solid #fef7e8;
}
#main .section4 li .top {
  height: 1.33rem;
  background-color: #ede2ca;
  text-align: center;
  line-height: 1.33rem;
  font-size: 0.51rem;
  color: #332400;
}
#main .section4 li p {
  font-size: 0.47rem;
  color: #666666;
  height: 1.7rem;
}
#main .section4 .requirements .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #332400;
  margin-bottom: 0.35rem;
}
#main .section4 .requirements .t::before {
  content: "";
  width: 0.25rem;
  height: 0.6rem;
  background-color: #bf9b47;
  border-radius: 0.1rem;
  margin-right: 0.28rem;
}
#main .section4 .requirements .txt {
  font-size: 0.5rem;
  line-height: 0.8rem;
  color: #666666;
  padding-left: .5rem;
}
#main .section5 {
  padding-bottom: 1rem;
}
#main .section5 .title {
  margin-bottom: 1.4rem;
}
#main .section5 .project {
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(194, 158, 74, 0.25);
  border-radius: 0.21rem;
}
#main .section5 .top {
  height: 1.53rem;
  background-color: #332400;
  border-radius: 0.43rem 0.43rem 0rem 0rem;
  align-items: flex-end;
}
#main .section5 .top > p:nth-child(1) {
  width: 6.4rem;
  height: 2.17rem;
  background-color: #bf9b47;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  position: relative;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #ffffff;
  padding-left: 0.4rem;
  flex-shrink: 0;
}
#main .section5 .top p:nth-child(1)::after {
  content: "";
  border: 1.02rem solid #bf9b47;
  border-left-width: 0.6rem;
  border-right-width: 0.6rem;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: -1.04rem;
  bottom: 0;
}
#main .section5 .top p:nth-child(2) {
  height: 1.53rem;
  font-size: 0.51rem;
  line-height: 0.7rem;
  color: #ffffff;
  padding-right: 0.5rem;
}
#main .section5 .project2 {
  margin-top: 1.3rem;
}
#main .section5 .project2 .top > p:nth-child(1) {
  font-size: 0.45rem;
  flex-direction: column;
  align-items: flex-start;
}
#main .section5 .project2 .top > p:nth-child(2) {
  font-size: 0.4rem;
  line-height: 0.55rem;
}
#main .section5 .project2 .top > p:nth-child(1) em {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #ffffff;
  margin-top: .1rem;
}
#main .section5 th {
  width: 25%;
  height: 1.3rem;
  background-color: #ede2ca;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.51rem;
  color: #332400;
}
#main .section5 td {
  font-size: 0.51rem;
  line-height: 0.7rem;
  color: #332400;
  padding: 0.2rem;
}
#main .section5 tbody tr {
  height: 1.73rem;
  background-color: #fffaf0;
}
#main .section5 tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
#main .section5 .intrest,
#main .section5 .btmform {
  margin-top: 1.25rem;
  padding: 0.65rem 0.43rem 0.4rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(194, 158, 74, 0.25);
  border-radius: 0.21rem;
}
#main .section5 .content > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #332400;
  margin-bottom: 0.65rem;
}
#main .section5 .content > p::before {
  content: "";
  width: 0.25rem;
  height: 0.6rem;
  background-color: #bf9b47;
  border-radius: 0.1rem;
  margin-right: 0.28rem;
}
#main .section5 .intrest ul {
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 0.45rem;
}
#main .section5 .intrest li {
  width: 48%;
  padding: 0.7rem 0 0.3rem 0;
}
#main .section5 .intrest li:nth-child(1),
#main .section5 .intrest li:nth-child(2) {
  border-bottom: 0.05rem dashed #e6e6e6;
  padding-top: 0;
}
#main .section5 .intrest li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#main .section5 .intrest li .poster {
  width: 93%;
  height: 4rem;
  border-radius: 0.26rem;
  flex-shrink: 0;
  display: block;
  margin: 0 auto 0.25rem;
  background: url(../img/intrest1.png) no-repeat;
  background-size: 100%;
}
#main .section5 .intrest li .poster2{
  background-image: url(../img/intrest2.png);
}
#main .section5 .intrest li .poster3{
  background-image: url(../img/intrest3.png);
}
#main .section5 .intrest li .poster4{
  background-image: url(../img/intrest4.png);
}
#main .section5 .intrest li a p {
  font-size: 0.5rem;
  line-height: 0.65rem;
  color: #333333;
}
#main .section5 .btmform {
  padding-bottom: 0.65rem;
}
#main .section5 .btmform .item p {
  font-size: 0.47rem;
  line-height: 0.47rem;
  color: #333333;
}
#main .section5 .btmform p.mar {
  margin-bottom: 0.3rem;
}
#main .section5 .btmform .item {
  margin-bottom: 0.4rem;
  justify-content: space-between;
  position: relative;
}
#main .section5 .btmform .item.mar {
  margin-bottom: 0;
}
#main .section5 .btmform .q {
  width: 100%;
  height: 6.43rem;
  background-color: #ffffff;
  border-radius: 0.13rem;
  border: solid 0.04rem #e5e5e5;
  padding: 0.3rem;
  line-height: 0.6rem;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.55rem;
  color: #333333;
}
#main .section5 .btmform input,
#main .section5 .btmform select {
  width: 11rem;
  height: 1.3rem;
  background-color: #ffffff;
  font-size: 0.5rem;
  color: #333333;
  border-radius: 0.13rem;
  border: solid 0.04rem #e5e5e5;
  padding-left: 0.4rem;
}
#main .section5 .btmform .select::after {
  content: "";
  border: 0.2rem solid #717171;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 0.4rem;
  top: 0.65rem;
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://m.igo.cn/zt/master_abroad_baoyan/font/AlibabaPuHuiTiRegular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://m.igo.cn/zt/master_abroad_baoyan/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://m.igo.cn/zt/master_abroad_baoyan/font/Alibaba-PuHuiTi-Bold_0.ttf);
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://m.igo.cn/zt/master_abroad_baoyan/font/AvantiBold.ttf);
}
