/* PC端公用样式 */
@charset "utf-8";
html{color: #000;overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;color: #000;-webkit-text-size-adjust: none;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0;vertical-align: top;}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%;-webkit-margin-before:0em;margin-block-start:0em;-webkit-margin-after: 0em;margin-block-end: 0em;}
h1,h2,h3,h4,h5,h6{font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,rem,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;display:inline;zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
a {color: #000;text-decoration: none;}
a:hover{color: #E53935;}
img {max-width: 100%;vertical-align:middle;}

/* html设置 */
html{font-size: 100px;}


/* 基本样式 */
.clear{
  content: "";
  display: block;
  clear: both;
}
.container{
  width: 11.4rem;
  height: auto;
  margin: 0 auto;
  -webkit-head-sizing: border-head;
  -moz-head-sizing: border-head;
  head-sizing: border-head;
  behavior: url(css/PIE.htc);
}
.top-header{
  background-color: #f9f9f9;
  padding: 0 .1rem;
}
.top-header .top-header-table::after{
  content: '';
  display: block;
  clear: both;
}
.top-header .top-header-table .top-link-left,
.top-header .top-header-table .top-text-right{
  height: .55rem;
  line-height: .55rem;
}
.top-header .top-header-table .top-link-left{
  float: left;
}
.top-header .top-header-table .top-text-right{
  float: right;
}
.top-header .top-header-table .top-link-left img{
  max-height: .35rem;
  margin-right: .15rem;
}
.top-header .top-text-right{
  text-align: right;
}
.top-header a,
.top-header p{
  color: #666;
  font-size: .16rem;
  display: inline-block;
  float: left;
}
.top-header a:hover{
  opacity: .8;
}



.commonTitle{
  height: 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.commonTitle .commonHeaderWrap{
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .4rem;
  color: #E64B3D;
  line-height: .42rem;
}
.commonTitle .lineBottom{
  width: 2.04rem;
  height: 2px;
  background: #E64B3D;
  margin: .26rem 0;
}
.commonTitle .commonBootomText{
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .14rem;
  color: #898989;
  line-height: .16rem;
  text-transform: uppercase;
}

.banner{
  width: 100%;
  height: auto;
  background: transparent;
}
.banner .banner-body{
  width: 100%;
  height: 6.12rem;
  background-image: url(../img/bg01.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 1.23rem;
  box-sizing: border-box;
}
.banner .banner-body .banner-text{
  cursor: pointer;
  width: 11.05rem;
  height: auto;
  margin: 0 auto;
}
.banner .banner-body .banner-text .text2{
  width: 100%;
  height: .6rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .32rem;
  color: #FFFFFF;
  margin-bottom: .08rem;
  line-height: .33rem;
}
.banner .banner-body .banner-text .text2 .yellowTxt{
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .58rem;
  line-height: .6rem;
  color: #FFC21C;
}
.banner .banner-body .banner-text .text2 .whiteTxt{
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .58rem;
  line-height: .6rem;
  color: #FFFFFF;
  padding-right: .15rem;
}
.banner .banner-body .banner-text .lineBox{
  width: 7.1rem;
  height: .04rem;
  background-color: #FFA922;
  margin-bottom: .13rem;
  transform: translateX(0.17rem);
}
.banner .banner-body .banner-text .text3{
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .4rem;
  color: #FFFFFF;
  line-height: .42rem;
  margin-bottom: .15rem;
}
.banner .banner-body .banner-text .text4{
  width: 4.97rem;
  height: 1.45rem;
  margin: 0 auto;
  background-image: url(../img/bg05.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: .35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .4rem;
  color: #E64B3D;
  line-height: .55rem;
}


.ykde5{
  width: 100%;
  height: auto;
  background: #F1F1F1;
}
.ykde5 .container{
  width: 11.4rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ykde5 .container .contentText{
  width: 6.95rem;
  height: auto;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .26rem;
  color: #000000;
  line-height: .44rem;
}






.ykde1{
  width: 100%;
  height: 7.04rem;
  background-image: url(../img/bg02.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1.45rem 0 0;
  box-sizing: border-box;
}
.ykde1 .container{
  width: 11.4rem;
  height: auto;
  margin: 0 auto;
}
.ykde1 .container .contentBox{
  width: 100%;
  height: auto;
  margin-top: .36rem;
  display: flex;
  justify-content: space-between;
}
.ykde1 .container .contentBox .reasonItem{
  width: 2.18rem;
  height: 2.53rem;
  background: #E64B3D;
  border-radius: .15rem;
  position: relative;
  cursor: pointer;
}
.ykde1 .container .contentBox .reasonItem:before{
  content: '';
  width: .16rem;
  height: .16rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: .09rem;
  left: .09rem;
  z-index: 0;
}
.ykde1 .container .contentBox .reasonItem:after{
  content: '';
  width: .16rem;
  height: .16rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: .09rem;
  right: .09rem;
  z-index: 0;
}
.ykde1 .container .contentBox .reasonItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde1 .container .contentBox .reasonItem .itemContent{
  width: 100%;
  height: 100%;
  border-radius: .15rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: .32rem .11rem;
  box-sizing: border-box;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .28rem;
  color: #FFFFFF;
  line-height: .46rem;
}





.ykde2{
  width: 100%;
  height: 4.2rem;
  padding-top: .1rem;
  box-sizing: border-box;
  background: #F1F1F1;
}
.ykde2 .container{
  width: 11.4rem;
  height: auto;
  margin: 0 auto;
}
.ykde2 .container .modeList{
  width: 100%;
  height: auto;
  margin-top: .36rem;
  display: flex;
  justify-content: space-between;
}
.ykde2 .container .modeList .modeItem{
  width: 1.83rem;
  height: 2.47rem;
  background: #FFFFFF;
  box-shadow: 0px 1px 14px 2px rgba(175,175,175,0.38);
  border-radius: .15rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ykde2 .container .modeList .modeItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde2 .container .modeList .modeItem .modeImg{
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 50%;
  position: relative;
  margin-bottom: .2rem;
}
.ykde2 .container .modeList .modeItem .modeImg .imgSize{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.ykde2 .container .modeList .modeItem .modeTitle{
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .22rem;
  color: #000000;
  line-height: .26rem;
  margin-bottom: .21rem;
}
.ykde2 .container .modeList .modeItem .modeLink{
  width: 1.08rem;
  height: .24rem;
  background: #E64B3D;
  position: relative;
}
.ykde2 .container .modeList .modeItem .modeLink .moreLinkBtn{
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  text-align: center;
  line-height: .22rem;
  text-decoration: none;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .2rem;
  color: #FFFFFF;
}





.ykde6{
  width: 100%;
  height: 11.32rem;
  background-image: url(../img/bg03.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 1.45rem;
  box-sizing: border-box;
}
.ykde6 .container{
  width: 11.4rem;
  height: auto;
  margin: 0 auto;
}
.ykde6 .container .commonTitle .commonHeaderWrap{
  color: #FFFFFF;
}
.ykde6 .container .commonTitle .lineBottom{
  background: #FFFFFF;
}
.ykde6 .container .commonTitle .commonBootomText{
  color: #FFFFFF;
}
.ykde6 .container .majorList{
  width: 11.4rem;
  height: auto;
  margin-top: .38rem;
}
.ykde6 .container .majorList .majorItem{
  width: 100%;
  height: .73rem;
  margin-bottom: .29rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.ykde6 .container .majorList .majorItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde6 .container .majorList .majorItem .majorTitle{
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .35rem;
  color: #FFFFFF;
  line-height: .73rem;
  margin-right: .19rem;
}
.ykde6 .container .majorList .majorItem .majorDetail{
  flex: 1;
  height: 1px;
  border: 1px dashed #FFFFFF;
  box-sizing: border-box;
  position: relative;
}
.ykde6 .container .majorList .majorItem .majorDetail .detailText{
  width: 9.02rem;
  height: .73rem;
  background: #FFFFFF;
  box-shadow: 0px 9px 29px 0px rgba(192,36,0,0.25);
  border-radius: .36rem;
  position: absolute;
  right: 0;
  top: -.35rem;
  z-index: 1;
  padding-left: .41rem;
  line-height: .72rem;
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .32rem;
  color: #E64B3D;
}
.ykde6 .container .majorList .majorItem .majorDetail .detailText .gap{
  width: 1px;
  height: .48rem;
  display: inline-block;
  background-color: #E64B3D;
  margin: 0 .1rem;
}
.ykde6 .container .linkBtn{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: .49rem;
}
.ykde6 .container .linkBtn .moreLink{
  width: 3.26rem;
  height: .91rem;
  background: #FF9600;
  border-radius: .46rem;
  text-align: center;
  line-height: .91rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .42rem;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.ykde6 .container .linkBtn .moreLink:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}




.ykde4{
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding-bottom: .4rem;
  box-sizing: border-box;
}
.ykde4 .container{
  width: 11.4rem;
  height: auto;
  margin: 0 auto;
}
.ykde4 .container .universitiesList{
  width: 11.4rem;
  height: auto;
  margin-top: .3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ykde4 .container .universitiesList .universityItem{
  width: 3.54rem;
  height: 2.03rem;
  background: #E64B3D;
  border: 1px solid #E64B3D;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  margin-bottom: .38rem;
}
.ykde4 .container .universitiesList .universityItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde4 .container .universitiesList .universityItem .uniLink{
  width: 100%;
  height: 100%;
  background: transparent;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}
.ykde4 .container .universitiesList .universityItem .uniLink .itemImg{
  width: 100%;
  height: 1.03rem;
  background: #FFFFFF;
  position: relative;
}
.ykde4 .container .universitiesList .universityItem .uniLink .itemImg .imgSize{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ykde4 .container .universitiesList .universityItem .uniLink .itemContent{
  width: 100%;
  height: 1rem;
  padding: .08rem .09rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ykde4 .container .universitiesList .universityItem .uniLink .itemContent span{
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .24rem;
  color: #FFFFFF;
  line-height: .4rem;
}
.ykde4 .container .linkBtn{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: .3rem;
}
.ykde4 .container .linkBtn .moreLink{
  width: 3.26rem;
  height: .91rem;
  background: #FF9600;
  border-radius: .46rem;
  text-align: center;
  line-height: .91rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .42rem;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.ykde4 .container .linkBtn .moreLink:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}






.ykde3{
  width: 100%;
  height: 18.19rem;
  background-image: url(../img/bg04.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: .85rem;
  box-sizing: border-box;
}
.ykde3 .topTitle{
  width: 2.04rem;
  height: .84rem;
  border-bottom: 2px solid #E64B3D;
  box-sizing: border-box;
  text-align: center;
  line-height: .84rem;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .4rem;
  color: #E64B3D;
  margin: 0 auto;
}
.ykde3 .areaBox{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: .28rem;
  margin-bottom: .52rem;
}
.ykde3 .areaBox .lineBlock{
  width: .67rem;
  height: auto;
}
.ykde3 .areaBox .areaItem{
  width: 1.47rem;
  height: auto;
  cursor: pointer;
}
.ykde3 .areaBox .areaItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde3 .areaBox .areaItem .areaImg{
  width: 1.47rem;
  height: 1.47rem;
  border-radius: 50%;
  /* background: #FFFFFF;
  border: 2px solid #FF9600;
  box-sizing: border-box; */
  position: relative;
}
.ykde3 .areaBox .areaItem .areaImg .imgSize{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.ykde3 .areaBox .areaItem .areaName{
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .32rem;
  color: #000000;
  line-height: .34rem;
  margin-top: .15rem;
  width: 100%;
  text-align: center;
}
.ykde3 .container{
  width: 11.4rem;
  height: auto;
  margin: .44rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ykde3 .container .countryItem{
  width: 1.47rem;
  height: auto;
  margin-bottom: .38rem;
  margin-right: 1rem;
  cursor: pointer;
}
.ykde3 .container .countryItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde3 .container .countryItem:nth-of-type(5n){
  margin-right: 0;
}
.ykde3 .container .countryItem .countryImg{
  width: 1.47rem;
  height: 1.47rem;
  border-radius: 50%;
  /* background: #FFFFFF;
  border: 2px solid #FFA018;
  box-sizing: border-box; */
  position: relative;
}
.ykde3 .container .countryItem .countryImg .imgSize{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.ykde3 .container .countryItem .countryName{
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .32rem;
  color: #000000;
  line-height: .34rem;
  margin-top: .15rem;
  width: 100%;
  text-align: center;
}





.ykde-copy{
  margin-top: .15rem;
  text-align: center;
  line-height: .2rem;
  padding: .1rem .2rem;
}
.ykde-copy,
.ykde-copy p,
.ykde-copy a{
  color: #999 !important;
  font-size: .12rem;
}
.ykde-copy a:hover{
  opacity: .8;
}
.ykde-copy img{
  width: .1rem;
}







