/* 公共样式 */
*{
  margin: 0;
  padding: 0;
  font-family:'HarmonyOS_Sans_SC',"Microsoft YaHei",'微软雅黑';
}
a{
  text-decoration: none;
  color: #000;
}
body{
  font-size: .18rem;
}
.content{
  max-width: 12rem;
  box-sizing: border-box;
  margin: auto;
}
.title{
  height: 1.15rem;
  margin: .4rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.title>h2{
  font-size: .48rem;
  color: #04B188;
  z-index: 10;
  font-weight: 400;
}
.title>p{
  position: absolute;
  font-size: 1.2rem!important;
  color: #D3EDE5;
  font-weight: bold;
  margin:0!important;
}
.remind{
  color: #04B188;
  font-weight: bold;
}
.hide{
  display: none;
}
.active{
  color: #0F90B6;
  box-sizing: border-box;
}
.tit-white>h2{
  color: #fff !important;
}
.tit-white p{
  color: #5CD196;
}
/* 头部 */
.header{
  width: 100%;
  height: 7rem;
  background-image: url('../images/toubj.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.header-top{
  display: flex;
  height: .8rem;
  align-items: center;
  justify-content: space-between;
}
.header-right-nav > a{
  color: #fff;
  text-decoration: none;
}
.header-right-nav > span{
  color: #fff;
  padding: 0 .06rem;
}
.img-logo{
  width: 1.77rem;
  height: .30rem;
}
.img-header-wenan{
  width: 8.08rem;
  height: auto;
  display: flex;
  margin-top: 1.11rem;
}
.body{
  line-height: .28rem;
}
/* MBA百科 */
.encyclopedias {
  padding-bottom: .6rem;
}
.encyclopedias h3{
  font-size: .22rem;
  margin-bottom: .19rem;
}
.encyclopedias p{
  font-size: .16rem;
  margin-bottom: .12rem;
}
.encyclopedias-content1,.encyclopedias-content2{
  display: flex;
  justify-content: space-between;
}
.encyclopedias-content2{
  margin: .33rem auto;
}
.encyclopedias-content3 .content-text{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.encyclopedias-content3 .content-text .item{
  border: 1px solid #04B188;
  padding: .26rem .28rem;
  width: 3.24rem;
  height: 1.11rem;
  font-size: .16rem;
}

.encyclopedias .content-left{
  width: 6.45rem;
}
.encyclopedias .content-left .title-box{
  width:2.6rem;
}
.encyclopedias .content-left .origin{
  background-image: url('../images/origin-bj.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  padding: .61rem .43rem .48rem;
}

.encyclopedias .content-right{
  width: 4.99rem;
}
.encyclopedias .content-right .img-major{
  width: 3.92rem;
  height: 3.46rem;
  display: block;
  margin-top: .4rem;
  margin-left: .67rem;
}

/* MBA院校信 */
.school-information{
  padding: .2rem 0 .6rem;
  background: #EAF6F3;
}
.school-information-nav, .preach-information-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: .68rem;
  background-color: #D3EFE8;
  border-radius: 34px;
  font-size: .22rem;
  margin: 0rem auto .35rem;
}
.school-information-nav > div, .preach-information-nav > div{
  cursor: pointer;
}
.school-information-nav > p, .preach-information-nav > p{
  margin: 0 .2rem;
}
.school-information-nav-action, .preach-information-nav-action{
  color: #04B188;
  font-weight: bold;
}
.school-information-content{
  display: flex;
  flex-wrap: wrap;
}
.information-item{
  width: 2.8rem;
  height: 1.2rem;
  padding: .2rem;
  box-sizing: border-box;
  margin-bottom: .2rem;
  margin-right: .2rem;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px 0px rgba(0, 4, 176, 0.1);
}
.information-item p{
  font-size: .16rem;
}
.school-information-content>.information-item:nth-child(4n){
  margin-right: 0;
}
.img-school{
  width: .78rem;
  height: .78rem;
  display: block;
  margin-right: .15rem;
  border-radius: 50%;
}
.school-information-btn{
  width: 3.20rem;
  height: .6rem;
  line-height: .6rem;
  border-radius: 10px;
  margin: .2rem auto 0;
  font-size: .2rem;
  color: #fff;
  display: block;
  text-align: center;
  background: linear-gradient(0deg, #2ECB7E 0%, #04B188 100%);
  box-shadow: 0px 6px 18px 0px rgba(4, 177, 136, 0.3);
}
/* MBA提前面试 */
#four{
  overflow: hidden;
  padding-bottom: .2rem;
}

.time-table{
  border: none;
  width: 100%;
  margin-bottom: .4rem;
  text-align: center;
  border-collapse: collapse;
  border-color: #ccc;
  color: #333;
  font-size: .14rem;
}

.time-table tbody{
  max-height: 6.15rem;
  overflow-y: scroll;
  overflow-x: hidden;
  /*display: block;*/
}

.time-table th{
  border: none;
  border-right: 1px solid #ccc;
}
.time-table td{
  padding: .1rem;
}
.time-table a{
  color: #04B188;
}

.time-table th:last-child{
  border: none;
}

.table-fixed{
  font-size: .18rem;
  height: .6rem;
  line-height: .6rem;
  color: #fff;
  background-color: #04B188;
  text-align: center;
  /*display: table;*/
  width:100%;
}

.table-fixed>th:nth-child(1){
  width: 8%;
}
.table-fixed>th:nth-child(2){
  width: 20%;
}
.table-fixed>th:nth-child(3){
  width: 20%;
}
.table-fixed>th:nth-child(4){
  width: 20%;
}
.table-fixed>th:nth-child(5){
  width: 20%;
}
.table-fixed>th:nth-child(6){
  width: 12%;
}

/*.time-table tbody .first-tr td:nth-child(1){*/
/*  width: 8%;*/
/*}*/
/*.time-table tbody .first-tr td:nth-child(2){*/
/*  width: 20.4%;*/
/*}*/
/*.time-table tbody .first-tr td:nth-child(3){*/
/*  width: 20.3%;*/
/*}*/
/*.time-table tbody .first-tr td:nth-child(4){*/
/*  width: 20.3%;*/
/*}*/
/*.time-table tbody .first-tr td:nth-child(5){*/
/*  width: 20.3%;*/
/*}*/
/*.time-table tbody .first-tr td:nth-child(6){*/
/*  width: 12%;*/
/*}*/


/* 分数线 */
.fraction{
  padding-bottom: .79rem;
  color: #fff;
  background-image: url('../images/fraction-bj.png');
  background-size: 100% 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}

.fraction-table{
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-color: #fff;
  line-height: .5rem;
}
.fraction-table th{
  font-size: .18rem;
  font-weight: bold;
  background-color: #3FC995;
}

/* 招生访谈 */
.preach-nav{
  width: 40%;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d3e9fd;
  border-radius: .34rem;
  font-size: .24rem;
  margin: .4rem auto;
}
.preach-nav > span{
  padding: 0 .3rem;
}
.preach-nav > div{
 height: .7rem;
 line-height: .7rem;
 cursor: pointer;
}
.img-preach{
  width: 3.8rem;
  height: 2.14rem;
}
.preach-con{
  display: flex;
  flex-wrap: wrap;
}
.preach-item{
  display: block;
  width: 3.8rem;
  margin-bottom: .3rem;
  font-size: .18rem;
  margin-right: .3rem;
}
.preach-con>.preach-item:nth-child(3n){
  margin-right: 0;
}
.hide{
  display: none;
}

.preach-less{
  height: 6.3rem;
  overflow: hidden;
}
.preach-btn{
  cursor: pointer;
  display: block;
  width: 3.2rem;
  height: .6rem;
  line-height: .6rem;
  color: #fff;
  text-align: center;
  margin: .3rem auto .6rem;
  font-size: .2rem;
  border-radius: 10px;
  background: linear-gradient(0deg, #04B188 0%, #2CBFC4 100%);
  box-shadow: 0px 6px 18px 0px rgba(3, 133, 169, 0.3);
}
.preach-item-top{
  position: relative;
  margin-bottom: .2rem;
}
.img-bofang{
  width: .42rem;
  height: .42rem;
  position: absolute;
  bottom: .16rem;
  left: .14rem;
}
.img-hot{
  width: .42rem;
  height: .42rem;
  position: absolute;
  top: .2rem;
  right: .14rem;
}
/* 提面流程 */
#two{
  background-image: url(../images/bj3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.service{
  overflow: hidden;
  color: #fff;
}
.service .title{
  margin-bottom: 0;
}
.service-title{
  color: #fff;
}
.service-con{
  padding-bottom: .35rem;
}
.img-service{
  width: 1.23rem;
  height: 1.23rem;
}
.img-jt{
  width: .30rem;
  height: .38rem;
  margin: .9rem 0rem;
}
.service-description{
  color: #FFFFFF;
  margin-top: .35rem;
}
.service-description .dtitle{
  font-size: .22rem;
  font-weight: bold;
  line-height: .29rem;
  text-align: center;
  margin-bottom: .28rem;
}
.service-description p{
  font-size: .16rem;
  font-weight: 400;
  line-height: .24rem;
  padding-bottom: .1rem;
}

.service-con-item{
  padding: .5rem 0 .4rem;
  text-align: center;
  font-size: .14rem;
  border-radius: 8px;
  box-sizing: border-box;
}
.service-con-item>h3{
  margin: .24rem 0 .1rem;
  font-size: .26rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .24rem;
}
.service-con-item>h4{
  margin: .15rem 0 .1rem;
  font-size: .22rem;
  font-weight: bold;
  color: #FFFFFF;
}
.service-con-item>p{
  font-size: .18rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: .29rem;
  margin-bottom: .2rem;
}
.service-con-item>a{
  font-size: .18rem;
  font-weight: bold;
  color: #FFDC58;
  line-height: .35rem;
}
.service-con-one{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.down{
  display: flex;
  justify-content: end;
}
.down >img{
  margin: .1rem 1rem;
}
/* 报考流程 */
.flow-path {
  font-size: .16rem;
  padding-bottom: .6rem;
}
.flow-path-top{
  line-height: .3rem;
  color: #333;
  margin-bottom: .4rem;
  text-align: center;
}
.flow-path-bottom{
  display: flex;
}
.flow-path-bottom h3{
  font-size: .22rem;
  font-weight: bold;
  color: #04B188;
  margin: .32rem 0 .21rem .39rem;
}
.path-item-left,.path-item-right{
  width: 5.7rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #EAF6F3;
}
.path-item-left{
  margin-right: .6rem;
}
.item-title{
  width: 1.6rem;
  height: .36rem;
  line-height: .36rem;
  background: linear-gradient(90deg, #2ECA7E 0%, #04B188 100%);
  border-radius: 0px 18px 0px 0px;
}

.item-title h4{
  font-weight: bold;
  color: #FFFFFF;
  margin-left: .4rem;
}
.path-item-text {
  color: #333;
  padding: .2rem .4rem;
  line-height: .28rem;
}
.path-item-text p{
  margin-bottom: .1rem;
}

/* 问答扫盲 */
.answer{
  background-color: #EAF6F3;
  padding-bottom: .6rem;
  overflow: hidden;
}
.list-item{
  margin-bottom: .1rem;
  background-color: #fff;
}
.list-item-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0.32rem;
  height: .6rem;
  box-sizing: border-box;
  font-size: .2rem;
}
.img-z{
  width: .1rem;
  height: .16rem;
  cursor: pointer;
}
.img-s{
  width: .16rem;
  height: .1rem;
  cursor: pointer;
}
.list-item-bottom{
  border-top: 1px solid #ccc;
  max-height: 100rem;
  overflow: hidden;
  transition: all .2s;
}
.item-bottom-text{
  font-size: .16rem;
  color: #777;
  overflow: hidden;
  padding: .2rem .32rem .32rem;
}
.item-bottom-text h4{
  color: #04B188;
  font-weight: bold;
  font-size: .16rem;
  padding: .1rem 0;
}
.item-bottom-text a{
  color:#04B188;
}
.list-border-none{
  border-top: none;
}
.list-item-max{
  max-height: 100rem;
}
.list-item-min{
  max-height: 0rem;
}

/* 提面资讯 */
.body-guidance{
  overflow: hidden;
  background: linear-gradient(0deg, #2DCA7E 0%, #04B188 100%);
}

.guidance-text{
  background: rgba(255,255,255,0.15);
  box-shadow: 0px 6px 18px 0px rgba(0, 4, 176, 0.1);
  display: flex;
  justify-content: space-between;
  padding: .38rem .3rem;
}
.guidance-text > ul{
  width: 5.4rem;
}
.guidance-text li{
  width: 100%;
  list-style: none;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: .16rem;
  font-weight: 400;
  color: #FFFFFF;
  border-bottom: 1px dashed#DCDCDC;
  padding: .12rem 0 .15rem;
}

.guidance-text > ul > a:first-child li{
  padding-top: 0;
}

.guidance-text li::before{
  content: '●';
  margin-right: .1rem;
  color: #FFDD58;
}

.guidance-btn{
  color: #333;
  width: 3.2rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  background: linear-gradient(0deg, #FFE259 0%, #FFA751 100%);
  box-shadow: 0px 6px 18px 0px rgba(0, 4, 176, 0.3);
  border-radius: 10px;
  margin: .42rem auto .6rem;
  display: block;
}
/* 管理类综合备考指南 */
.guide{
  overflow: hidden;
  padding-bottom: .4rem;
}
.guide-content{
  display: flex;
  flex-wrap: wrap;
}
.guide-item{
  max-width: 3.8rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: .20rem;
  padding-right: 0;
  margin-right: .3rem;
  margin-bottom: .3rem;
  border: 1px solid #CCCCCC;
}
.guide-content>div:nth-child(3n){
  margin-right: 0;
}
.guide-item > img{
  width: .66rem;
  height: .66rem;
  margin-right: .2rem;
}
.guide-item > h3{
  font-size: .22rem;
  color: #333333;
  margin-right: .6rem;
}
.guide-item > a{
  width: 1.22rem;
  height: .32rem;
  color: #298FB0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 0px 0px 16px;
  background-color: #E9F4F7;
  font-size: .16rem;
}
/* 备考大礼包 */
.gift{
  background-color: #F0F6FE;
  overflow: hidden;
  padding-bottom: .6rem;
}
.gift-title{
  color: #fff;
}
.gift-content{
  display: flex;
}
.gift-item{
  width: 3.8rem;
  box-sizing: border-box;
  margin-right: .3rem;
}
.gift-content>div:nth-child(3){
  margin-right: 0rem;
}
.gift-item>img{
  width: 3.8rem;
  height: 2.14rem;
  display: block;
}
.gift-item>p{
  margin: .2rem 0;
}
.gift-item>div{
  color: #333;
  width: 1.6rem;
  height: .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
  border-radius: 20px;
  font-size: .16rem;
}


/* 补充样式 */
.h5{
  display: none;
}


/* 脚部 */
.footer{
  display: flex;
  font-size: .16rem;
  flex-direction: column;
  align-items: center;
  padding: .8rem 0 .7rem;
  color: #fff;
  background: linear-gradient(0deg, #2DCA7E 0%, #04B188 100%);
}
.footer-top{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .55rem;
}
.top-item{
  display: flex;
  padding: .18rem .2rem;
  margin-right: .2rem;
  background-color: rgba(255, 255, 255, 0.144);
}
.footer-top>div:nth-child(3){
  margin-right: 0rem;
}
.top-item > img{
  width: 1.24rem;
  height: 1.24rem;
  margin-right: .22rem;
}
.top-item > div{
  max-width: 2.64rem;
}
.top-item > div > h4{
  font-size: .18rem;
  font-width: blod;
  margin-bottom: .16rem;
}
.top-item > div > p{
  font-size: .14rem;
  line-height: .24rem;
}
.xiao{
  align-items: center;
}
.xiao>div{
  max-width: .54rem;
}
.xiao>div>h4{
  margin-bottom: 0;
}
.footer-nav{
  display: flex;
  justify-content: center;
  margin-bottom: .1rem;
}
.footer-nav>a{
  color: #fff;
}
.footer-nav>span{
  padding: 0 .2rem;
}
.footer-text{
  text-align: center;
  line-height: .3rem;
}
.footer-text a{
  color: #fff;
}
