* {
  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;
  position: relative;
  width: 100%;
  background: #ffe8e8;
  background-position: center bottom;
}
#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: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/zt/Star_Path/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/zt/Star_Path/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/zt/Star_Path/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "LogoSCUnboundedSans";
  src: url(https://www.igo.cn/zt/master_abroad_uk_kaoyan/font/LogoSCUnboundedSans.ttf);
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/zt/master_abroad_uk_kaoyan/font/AvantiBold.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;
}
#main .pr {
  position: relative;
}

#main .po {
  position: absolute;
}

#main .po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .samebtn {
  width: 179px;
  height: 50px;
  border-radius: 25px;
  font-family: "AlibabaPuHuiTiBold";
  background-color: #ffbf43;
  font-size: 18px;
  color: #330002;
  cursor: pointer;
}

#main .banner {
  width: 100%;
  height: 692px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}
#main .banner .content {
  width: 1200px;
  margin: 0 auto;
  padding: 340px 0 0 602px;
}

#main .banner .samebtn {
  margin-bottom: 18px;
}
#main article {
  min-width: 1200px;
  margin-top: -97px;
}
#main article .content {
  font-family: "AlibabaPuHuiTiRegular";
  width: 1200px;
  margin: 0 auto;
}

#main .samePart {
  margin-top: 74px;
}

#main .samePart .title {
  align-items: flex-start;
  height: 48px;
  margin-bottom: 40px;
}

#main .samePart .title > div {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 52px;
  margin-left: 13px;
  margin-right: 5px;
  line-height: 48px;
  position: relative;
  background-image: linear-gradient(to bottom, #ffffff 50%, #ffffff 50%);
  -webkit-background-clip: text;
  color: transparent;
  z-index: 1;
  text-align: center;
}

#main .samePart .title > div::after {
  content: attr(data-text);
  width: 100%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 52px;
  background-image: linear-gradient(to bottom, #eb262c 50%, #b01d23 50%);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  text-align: center;
}

#main .samePart .btnbox {
  margin-top: 50px;
}
#main .samePart .btnbox > div {
  width: 260px;
  height: 66px;
  border-radius: 66px;
}
#main .samePart .btnbox > div:nth-child(2) {
  margin-left: 30px;
}
#main .intr {
  margin-top: 0;
}
#main .intr .content {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 0;
}
#main .intr .content > em {
  width: 55px;
  height: 10px;
  background-color: #d50100;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#main .intr p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  color: #666666;
  padding-left: 33px;
  padding-right: 48px;
  margin-bottom: 6px;
}
#main .intr p.nomar {
  margin-bottom: 0;
}
#main .intr p span {
  font-family: "AlibabaPuHuiTiBold";
  color: #333333;
}
#main .intr p span.r {
  color: #000000;
}
#main .intr .samebtn {
  width: 172px;
  position: absolute;
  background: #ffbf43;
  bottom: 20px;
  right: 30px;
  color: #330002;
}
#main .section1 ul {
  align-items: stretch;
}
#main .section1 li {
  width: 280px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  padding: 19px 10px 20px;
}
#main .section1 li > div {
  width: 100%;
  height: 46px;
  background-color: #b01d23;
  border-radius: 22px;
  font-family: "AlibabaPuHuiTiBold";
  border-radius: 23px;
  color: #ffffff;
  margin: 0 auto 20px;
}

#main .section1 li p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  text-align: center;
  padding: 0 15px;
}
#main .section1 li span {
  font-family: "AlibabaPuHuiTiBold";
  color: #333333;
}
#main .section2 .tabbox {
  height: 90px;
  align-items: flex-start;
}
#main .section2 .tab {
  width: 380px;
  height: 60px;
  background-color: #b01d23;
  box-shadow: 0px 5px 30px 0px rgba(255, 200, 231, 0.2);
  border-radius: 10px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  transition: all .3s;
}
#main .section2 .tab.active {
  color: #333333;
  background-color: #ffffff;
  height: 90px;
  padding-bottom: 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  transition: all .3s;
}

#main .section2 .tabcontent {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(255, 200, 231, 0.2);
  border-radius: 10px;
  margin-top: -10px;
  padding: 42px 42px 60px;
}
#main .section2 .tabcontent>div{
  display: none;
}
#main .section2 .tabcontent>div.active{
  display: block;
}
#main .section2 ul {
  align-items: stretch;
}
#main .section2 .other-ul {
  align-items: flex-start;
  width: 271px;
  flex-shrink: 0;
  margin-right: 10px;
}
#main .section2 li {
  width: 350px;
  height: auto;
  background: linear-gradient(to bottom, #ffbdbd, #ffffff);
  border-radius: 12px 12px 0px 0px;
  padding: 4px;
}
#main .section2 li.other {
  width: 271px;
}
#main .section2 li > div {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #fbe8e8, #ffffff);
  border-radius: 12px;
  padding-top: 16px;
  padding-bottom: 40px;
  position: relative;
}

#main .section2 li p:nth-child(1) {
  text-align: center;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 32px;
  color: #b01d23;
  margin-bottom: 15px;
}

#main .section2 li p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  padding: 0 15px;
}
#main .section2 li .samebtn {
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#main .section2 li p:nth-child(2) span {
  font-family: "AlibabaPuHuiTiBold";
}
#main .section2 ul {
  flex-wrap: wrap;
}
#main .section2 ul > p {
  font-size: 22px;
  font-family: "AlibabaPuHuiTiBold";
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
#main .section2 ul > p em{
  font-size: 50px;
  font-family: "AvantiBold";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 60px;
  z-index: -1;
  color: #ffdddd;
}

#main .section3 ul{
  flex-wrap: wrap;
}
#main .section3 li{
  width: 215px;
	height: 60px;
	background-color: #b01d23;
	border-radius: 30px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
	color: #ffffff;
  margin-right: 30px;
  position: relative;
}
#main .section3 li.mar{
  margin-bottom: 20px;
}
#main .section3 li:nth-child(5){
  margin-right: 0;
}
#main .section3 li:after{
  content: "";
	width: 10px;
	height: 20px;
  background: url(../img/line_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#main .section3 li:nth-child(5):after,
  #main .section3 li:nth-child(9):after{
  display: none;
}
#main .section4 ul{
  align-items: stretch;
}
#main .section4 li {
  width: 230px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  padding: 19px 10px 15px;
}
#main .section4 li:nth-child(1){
  width: 450px;
}
#main .section4 li > div:nth-child(1) {
  width: 180px;
  height: 46px;
  background-color: #b01d23;
  border-radius: 22px;
  font-family: "AlibabaPuHuiTiBold";
  border-radius: 23px;
  color: #ffffff;
  margin: 0 auto 15px;
}
#main .section4 li:nth-child(1)> div:nth-child(1) {
  width: 360px;
}
#main .section4 li .txt{
  align-items: stretch;
}
#main .section4 li .txt p{
  font-size: 16px;
	line-height: 22px;
	color: #666666d6;
  align-items: flex-start;
  margin-bottom: 8px;
  padding: 0 10px;
}
#main .section4 li .txt p:last-child{
  margin-bottom: 0;
}
#main .section4 li .txt p::before{
  content: "";
  width: 8px;
	height: 8px;
	background-color: #666666;
  border-radius: 8px;
  margin-right: 5px;
  flex-shrink: 0;
  position: relative;
  top: 8px;
}
#main .section4 li .txt>div{
  width: 50%;
  height: 233px;
  padding-right: 10px;
}
#main .section4 li .txt>div:nth-child(2){
  border-left: solid 1px #ebebeb;
  padding-left: 10px;
  padding-right: 0;
}
#main .section5 {
  padding: 53px 0 53px 0;
  background: url(../img/bg.png) repeat;
  background-position: top center;
}
#main .section5 .tabbox{
  height: 90px;
  align-items: flex-start;
}
#main .section5 .tab{
  width: 380px;
	height: 60px;
	background-color: #b01d23;
	box-shadow: 0px 5px 30px 0px 
		rgba(255, 200, 231, 0.2);
	border-radius: 10px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
	color: #ffffff;
  cursor: pointer;
  transition: all .3s;
}
#main .section5 .tab.active {
  color: #333333;
  background-color: #ffffff;
  height: 90px;
  padding-bottom: 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  transition: all .3s;
}

#main .section5 .tabcontent {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(255, 200, 231, 0.2);
  border-radius: 10px;
  margin-top: -10px;
  padding: 30px 38px;
}
#main .section5 .tabcontent>div{
  display: none;
}
#main .section5 .tabcontent>div.active{
  display: block;
}
#main .section5 .sbox {
  margin-bottom: 30px;
}
#main .section5 .sbox > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 32px;
}
#main .section5 .sbox > p::before {
  content: "";
  width: 8px;
  height: 24px;
  background-color: #d50100;
  border-radius: 4px;
  margin-right: 13px;
}
#main .section5 .sbox1 ul {
  align-items: stretch;
}
#main .section5 .sbox1 li {
  width: 260px;
  height: auto;
  background: linear-gradient(to bottom, #ffbdbd, #ffffff);
  border-radius: 12px 12px 0px 0px;
  padding: 4px;
  overflow: hidden;
}
#main .section5 .sbox1 li > div {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #fbe8e8, #ffffff);
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 5px;
}

#main .section5 .sbox1 li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px;
}

#main .section5 .sbox1 li p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  padding: 0 25px;
}
#main .section5 .sbox2{
  margin-bottom: 0;
}
#main .section5 .sbox2 ul{
  flex-wrap: wrap;
}
#main .section5 .sbox2 li{
  margin-bottom: 40px;
  position: relative;
}
#main .section5 .sbox2 li.mar{
  margin-right: 25px;
}
#main .section5 .sbox2 li.nomar{
  margin-bottom: 0;
}
#main .section5 .sbox2 ul p{
  width: 170px;
  height: 60px;
  background-color: #ffe4e4;
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 17px;
  color: #333333;
  text-align: center;
}
#main .section5 .sbox2 ul .w_753{
  width: 753px;
  height: 40px;
}
#main .section5 .sbox2 ul .w_753:nth-child(2){
  margin-top: 10px;
}
#main .section5 .sbox2 ul .w_145{
  width: 145px;
}
#main .section5 .sbox2 ul .w_260{
  width: 260px;
}
#main .section5 .sbox2 ul .w_839{
  width: 839px;
  height: 40px;
}
#main .section5 .sbox2 ul .h_80{
  height: 80px;
}
#main .section5 .sbox2 ul .h_60{
  height: 60px;
}
#main .section5 .sbox2 ul .h_90{
  height: 90px;
}
#main .section5 .sbox2 ul .h_150{
  height: 150px;
}

#main .section5 .sbox2 ul .w_839:nth-child(2){
  margin-top: 10px;
}
#main .section5 .sbox2 li.left::after{
  content: "";
  width: 14px;
	height: 28px;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
#main .section5 .sbox2 li.bottom::after{
  content: "";
  width: 14px;
	height: 28px;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left:50%;
  transform: translateX(-50%) rotateZ(90deg);
  bottom: -36px;
}

#main .section6{
  padding-bottom: 117px;
}
#main .section6 .title {
  margin-bottom: 106px;
}

#main .section6 .guihua {
  align-items: flex-start;
  height: 427px;
  background: url(../img/guihua.png) no-repeat;
  background-position: bottom right;
  padding-right: 20px;
}

#main .section6 ul {
  padding-top:90px;
  padding-left: 42px;
}
#main .section6 li {
  width: 406px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  color: #333333;
  margin-bottom: 28px;
  padding: 10px 8px 10px 15px;
}
#main .section6 li:nth-child(2) {
  width: 373px;
  margin-left: 294px;
  padding-right: 22px;
}
#main .section6 li:nth-child(2) p{
  text-align: right;
}
#main .section6 li:nth-child(3) {
}
#main .section6 li span {
  width: 35px;
  height: 35px;
  background-color: #d50100;
  border-radius: 35px;
  margin-right: 12px;
  color: #ffffff;
}
#main .section6 li p:nth-child(2){
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
	line-height: 20px;
	color: #666666;
  padding-left: 54px;
  margin-top: 5px;
}
#main .section6 .formbox {
  width: 460px;
  height: 497px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  position: relative;
  top: -25px;
  padding: 33px 32px 0;
}
#main .section6 .formbox p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
#main .section6 .formbox p::before,
#main .section6 .formbox p::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #333333;
  border-radius: 1px;
}
#main .section6 .formbox .tags {
  flex-wrap: wrap;
  margin: 19px 0 21px 0;
}
#main .section6 .formbox .tags > div {
  font-size: 14px;
  color: #333333;
  height: 35px;
  background-color: #ffe8f5;
  border-radius: 18px;
  padding: 0 10px;
  margin-right: 6px;
  margin-bottom: 8px;
}
#main .section6 .formbox .tags > div :last-child {
  marker-start: 0;
}
#main .section6 .formbox .item {
  width: 392px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 15px;
  position: relative;
}
#main .section6 .formbox .item input,
#main .section6 .formbox .item select {
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #7e7e7e;
}
#main .section6 .formbox .item input::placeholder {
  color: #7e7e7e;
}
#main .section6 .formbox .item.select::after {
  content: "";
  border: 8px solid #000000;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
#main .section6 .formbox .item.mar {
  margin-bottom: 22px;
}
#main .section6 .formbox .samebtn {
  width: 260px;
  height: 66px;
  border-radius: 66px;
  margin: 0 auto;
  font-size: 20px;
}