* {
  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-size: 100%;
  background: #f2f2f2;
}

#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  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#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地址换行*/
  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 .banner {
  width: 100%;
}
#main .banner img {
  width: 100%;
}

#main article {
  padding: 0.85rem 0.63rem;
}

#main .typeTab {
  font-size: 0.64rem;
  font-family: "AlibabaPuHuiTiBold";
  color: #c00113;
  margin-bottom: 0.8rem;
  height: 2.2rem;
}
#main .typeTab > div {
  width: 50%;
  height: 1.73rem;
  background-color: #ffd282;
  position: relative;
}
#main .typeTab > div.active {
  background: #c00113;
  color: #ffffff;
  height: 2rem;
  font-size: 0.7rem;
}

#main .sampart {
  margin-bottom: 1.02rem;
}
#main .sampart:last-child {
  margin-bottom: 0;
}
#main .sampart .sameTitle {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #000000;
  margin-bottom: 0.57rem;
}
#main .sampart ul {
  flex-wrap: wrap;
}
#main .sampart ul li {
  width: 7.18rem;
  height: 3.85rem;
  border-radius: 0.17rem;
  background-size: cover;
  margin-top: 0.4rem;
  position: relative;
  overflow: hidden;
}
#main .sampart ul li:nth-child(1),
#main .sampart ul li:nth-child(2) {
  margin-top: 0;
}
#main .sampart ul li p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.6rem;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000000);
}
#main .sameform {
  margin-top: 1rem;
  padding: 1.7rem 1.15rem;
  background: #ffffff;
}
#main .sameform > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #c00113;
  margin-bottom: 0.8rem;
}

#main .sameform > p img {
  width: 0.88rem;
  margin: 0 0.43rem;
}

#main .sameform .item {
  width: 100%;
  height: 1.53rem;
  border-radius: 0.13rem;
  border: solid 0.02rem #cccccc;
  overflow: hidden;
  margin-bottom: 0.28rem;
  position: relative;
}
#main .sameform .item.select::after{
  content: "";
  border: .2rem solid #000000;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-inline-end-color: transparent;
  position: absolute;
  right: .6rem;
  top: .7rem;
}
#main .sameform .item.nomar {
  margin-bottom: 0;
}
#main .sameform .item input,
#main .sameform .item select {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 0.55rem;
  padding-left: 0.5rem;
  color: #999999;
}
#main .sameform .item input::placeholder {
  color: #999999;
}
#main .sameform .submit {
  width: 6.43rem;
  height: 1.53rem;
  background-image: linear-gradient(0deg, #ffd301 0%, #ffe146 100%);
  border-radius: 0.74rem;
  margin: 0.83rem auto 0;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.64rem;
  color: #000000;
}
#main .detailInfo .coun {
  font-size: 0.65rem;
  line-height: 0.85rem;
  color: #333333;
  padding-bottom: 0.55rem;
  position: relative;
  margin-bottom: 0.6rem;
}
#main .detailInfo .coun {
  text-align: center;
}
#main .detailInfo .coun .swiper-slide {
  opacity: 0.5;
}
#main .detailInfo .coun .swiper-slide-active {
  font-size: 0.85rem;
  font-family: "AlibabaPuHuiTiMedium";
  opacity: 1;
}
#main .detailInfo .coun::after {
  content: "";
  width: 0.65rem;
  height: 0.13rem;
  background-color: #ffd282;
  border-radius: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main .detailInfo .introduction li {
  width: 32.5%;
  height: 2.6rem;
  background: #c00113 url(../img/leadIcon1.png) no-repeat;
  background-size: auto 60%;
  background-position: bottom right;
  border-radius: 0.13rem;
  font-size: 0.51rem;
  line-height: 0.75rem;
  color: #ffffff;
  text-align: center;
}
#main .detailInfo .introduction li:nth-child(2) {
  background-image: url(../img/leadIcon2.png);
}
#main .detailInfo .introduction li:nth-child(3) {
  background-image: url(../img/leadIcon3.png);
}

#main .detailInfo .btn {
  width: auto;
  height: 1.53rem;
  background-image: linear-gradient(0deg, #ffd301 0%, #ffe146 100%);
  border-radius: 0.74rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.64rem;
  color: #000000;
  margin: 0.8rem auto 0;
  padding: 0 0.8rem;
}
#main .detailInfo .admissionbox {
  margin-top: 1.02rem;
}

#main .detailInfo .admission li,
#main .detailInfo .admissionPathway li {
  background-color: #ffffff;
  border-radius: 0.13rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-top: 0.4rem;
}
#main .detailInfo .admission li:nth-child(1) {
  margin-top: 0;
}
#main .detailInfo .admission li .name,
#main .detailInfo .admissionPathway li .name {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #000000;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 0.4rem;
}
#main .detailInfo .admission li .name span {
  color: #c00113;
}
#main .detailInfo .admission li .name::after,
#main .detailInfo .admissionPathway li .name::after {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 0.28rem;
  background-color: #ffd282;
  border-radius: 0.11rem;
  z-index: -1;
}
#main .detailInfo .admission li .c,
#main .detailInfo .admissionPathway li .desc,
#main .detailInfo .admissionPathway li .c {
  /* font-family: "AlibabaPuHuiTiMedium"; */
  font-size: 0.45rem;
  line-height: 0.7rem;
  color: #333333;
}
#main .detailInfo .admissionPathway li .desc {
  padding-bottom: 0.3rem;
  border-bottom: 0.02rem dashed #cccccc;
  margin-bottom: 0.8rem;
}
#main .detailInfo .plan {
  margin-top: 1.2rem;
}
#main .detailInfo .plan > .dis-b {
  align-items: stretch;
  margin-bottom: 0.5rem;
}
#main .detailInfo .plan > .dis-b:last-child {
  margin-bottom: 0;
}
#main .detailInfo .same-t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #000000;
  margin-bottom: 0.5rem;
}
#main .detailInfo .same-t::before {
  content: "";
  width: 0.2rem;
  height: 0.68rem;
  background-color: #c00113;
  border-radius: 0.07rem;
  margin-right: 0.28rem;
}
#main .detailInfo .plan .poster {
  width: 7.7rem;
  height: 4.68rem;
  border-radius: 0.13rem;
  background-size: 100%;
  overflow: hidden;
}
#main .detailInfo .plan .left p {
  width: 7.7rem;
  height: 1.73rem;
  background-color: #ffd282;
  border-radius: 0.13rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  color: #c00113;
  text-align: center;
  line-height: 1.73rem;
}
#main .detailInfo .plan .tags {
  flex-grow: 1;
  margin-left: 0.4rem;
}
#main .detailInfo .plan .tags > div {
  height: 1.95rem;
  background-color: #c00113;
  border-radius: 0.13rem;
  font-size: 0.5rem;
  line-height: 0.65rem;
  color: #ffffff;
  margin-top: 0.28rem;
  text-align: center;
}
#main .detailInfo .plan .tags > div:nth-child(1) {
  margin-top: 0;
}

#main .detailInfo .sameSCh {
  margin-top: 1.2rem;
}
#main .detailInfo .sameSCh ul {
  flex-wrap: wrap;
  align-items: stretch;
  height: 5.8rem;
  overflow: hidden;
}
#main .detailInfo .sameSCh.active ul {
  height: auto;
}
#main .detailInfo .sameSCh li {
  width: 7.18rem;
  background-color: #ffffff;
  border-radius: 0.13rem;
  padding: 0.33rem 0.1rem 0.33rem 0.33rem;
  align-items: stretch;
  margin-top: 0.4rem;
}
#main .detailInfo .sameSCh li:nth-child(1),
#main .detailInfo .sameSCh li:nth-child(2) {
  margin-top: 0;
}
#main .detailInfo .sameSCh .logo {
  width: 1.95rem;
  height: 1.95rem;
  background-color: #ffffff;
  border-radius: 0.13rem;
  border: solid 0.02rem #e5e5e5;
  background-size: 100%;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
#main .detailInfo .sameSCh li .right {
  padding-top: 0.1rem;
}
#main .detailInfo .sameSCh li .name {
  font-size: 0.51rem;
  line-height: 0.6rem;
  height: 1.2rem;
  color: #000000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  margin-bottom: 0.14rem;
}
#main .detailInfo .sameSCh li .ranking {
  font-size: 0.43rem;
  line-height: 0.5rem;
  color: #808080;
}
#main .detailInfo .sameSCh li .ranking i {
  color: #000000;
}

#main .detailInfo .sameSCh .more {
  width: 1.23rem;
  height: 0.85rem;
  background: url(../img/more.png) no-repeat;
  background-size: 100%;
  margin: 1.2rem auto 0;
  transition: all 0.3s;
}
#main .detailInfo .sameSCh .more.active {
  transform: rotateX(180deg);
  transition: all 0.3s;
}
#main .detailInfo .communityColleges .tags {
  color: #808080;
  font-size: 0.43rem;
  line-height: 0.5rem;
}
#main .detailInfo .communityColleges li .name {
  height: 0.51rem;
  margin-bottom: 0.2rem;
}
#main .detailInfo .sameSCh li.else {
  width: auto;
  flex-grow: 1;
}
@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);
}
