/* 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: .58rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.commonTitle .commonHeaderWrap{
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .44rem;
  color: #000000;
  line-height: .46rem;
}
.commonTitle .commonHeaderWrap .boldTxt{
  color: #FFA922;
}
.commonTitle .lineBottom{
  width: 100%;
  height: .3rem;
  background: rgba(99, 126, 245, .15);
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner{
  width: 100%;
  height: auto;
  background-color: #FFF;
}
.banner .banner-body{
  width: 100%;
  height: 4.6rem;
  background-image: url(../img/bg01.jpg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 1.05rem;
  box-sizing: border-box;
}
.banner .banner-body .banner-text{
  text-align: center;
  cursor: pointer;
  width: 8.6rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.banner .banner-body .banner-text .text1{
  width: 100%;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .34rem;
  color: #FFFFFF;
  line-height: .36rem;
  margin-bottom: .22rem;
}
.banner .banner-body .banner-text .text2{
  width: 100%;
  height: .68rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .34rem;
  color: #FFFFFF;
  margin-bottom: .15rem;
  line-height: .35rem;
}
.banner .banner-body .banner-text .text2 .yellowTxt{
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .68rem;
  line-height: .68rem;
  color: #FFA922;
  padding-right: .2rem;
}
.banner .banner-body .banner-text .lineBox{
  width: 6.77rem;
  height: .02rem;
  background-color: #FFA922;
  margin-bottom: .14rem;
}
.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: .19rem;
}
.banner .banner-body .banner-text .text4{
  width: 4.95rem;
  height: .71rem;
  background: #001696;
  border-radius: .35rem;
  margin: 0 auto;
  text-align: center;
  line-height: .71rem;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .46rem;
  color: #FFFFFF;
}
.banner .banner-body .banner-text .text4 .tipTxt{
  color: #FFA922;
}


.ykde5{
  width: 100%;
  height: 4.3rem;
  background: #FFFFFF;
  padding-top: .5rem;
  box-sizing: border-box;
}
.ykde5 .commonTitle{
  width: 5.5rem;
}
.ykde5 .colorBox{
  width: 100%;
  height: 2.15rem;
  position: relative;
  margin-top: .41rem;
}
.ykde5 .colorBox:before{
  content: '';
  width: 18.43%;
  height: 2.15rem;
  background: rgba(255, 169, 34, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ykde5 .colorBox:after{
  content: '';
  width: 18.43%;
  height: 2.15rem;
  background: rgba(99, 126, 245, 0.14);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.ykde5 .container{
  width: 11.42rem;
  height: 2.15rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.ykde5 .container .leftColor{
  width: 1.24rem;
  height: 2.15rem;
  background: rgba(99, 126, 245, 0.25);
}
.ykde5 .container .rightContent{
  width: 9.84rem;
  height: 2.15rem;
  background: #637EF5;
  padding-top: .2rem;
  box-sizing: border-box;
}
.ykde5 .container .rightContent .topLine{
  width: 8.72rem;
  height: 2px;
  background-color: #FFFFFF;
}
.ykde5 .container .rightContent .middelText{
  width: 100%;
  height: auto;
  padding: .16rem .4rem;
  box-sizing: border-box;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .26rem;
  color: #FFFFFF;
  line-height: .44rem;
}
.ykde5 .container .rightContent .bottomLine{
  width: 8.72rem;
  height: 2px;
  background-color: #FFFFFF;
  margin-left: 1.1rem;
}






.ykde1{
  width: 100%;
  height: 13.66rem;
  background-image: url(../img/bg02.jpg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: .58rem 0 0;
  box-sizing: border-box;
}
.ykde1 .commonTitle{
  width: 6.89rem;
}
.ykde1 .container{
  width: 11.4rem;
  height: auto;
  margin: .64rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ykde1 .container .reasonItem{
  width: 5.51rem;
  height: 5.51rem;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  margin-bottom: .27rem;
  cursor: pointer;
}
.ykde1 .container .reasonItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde1 .container .reasonItem:before{
  content: '';
  position: absolute;
  top: .12rem; /* 根据border宽度调整 */
  left: .12rem; /* 根据border宽度调整 */
  bottom: .12rem; /* 根据border宽度调整 */
  right: .12rem; /* 根据border宽度调整 */
  border-radius: inherit; /* 继承父级的圆角 */
  background: linear-gradient(rgba(99, 126, 245, 1) 0%, rgba(100, 126, 244, 0.1) 100%); /* 渐变色设置 */
  padding: .12rem; /* 设置与父级元素的距离，相当于border宽度 */
  background-clip: padding-box; /* 背景仅限于padding-box */
  background-origin: padding-box; /* 背景从padding-box开始 */
  mask: radial-gradient(circle closest-side, transparent 93%, black 93%); /* 创建透明中心 */
  -webkit-mask: radial-gradient(circle closest-side, transparent 93%, black 93%);
  z-index: 0;
}
.ykde1 .container .reasonItem .itemGap{
  width: .6rem;
  height: .6rem;
  background: #FFA922;
  border-radius: 50%;
  position: absolute;
  top: 1.48rem;
  right: .08rem;
  z-index: 1;
}
.ykde1 .container .reasonItem .itemTitle{
  width: 100%;
  height: auto;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .32rem;
  color: #000000;
  line-height: .34rem;
  position: absolute;
  top: 1.63rem;
  left: 0;
  z-index: 1;
  text-align: center;
}
.ykde1 .container .reasonItem .itemLine{
  width: 2.85rem;
  height: .04rem;
  background: #FFA922;
  position: absolute;
  top: 2.11rem;
  left: 1.32rem;
  z-index: 1;
}
.ykde1 .container .reasonItem .itemContent{
  width: 4.4rem;
  height: auto;
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .26rem;
  color: #000000;
  line-height: .45rem;
  top: 2.6rem;
  left: .52rem;
  position: absolute;
  z-index: 1;
}





.ykde2{
  width: 100%;
  height: 10.21rem;
  padding-top: .88rem;
  box-sizing: border-box;
  background: rgba(255, 169, 34, 0.1);
}
.ykde2 .commonTitle{
  width: 7.85rem;
}
.ykde2 .container{
  width: 11.4rem;
  height: auto;
  margin: .33rem auto 0;
}
.ykde2 .container .tabList{
  width: 100%;
  height: .78rem;
  margin-bottom: .18rem;
  display: flex;
  justify-content: space-between;
}
.ykde2 .container .tabList .tabItem{
  width: auto;
  height: .78rem;
  background: rgba(99, 126, 245, 0.3);
  border-radius: .05rem;
  text-align: center;
  line-height: .78rem;
  padding: 0 .13rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .3rem;
  color: #000000;
  cursor: pointer;
}
.ykde2 .container .tabList .tabItem.activeTabItem{
  background: #FFA922;
  color: #FFFFFF;
}
.ykde2 .container .lineTabList{
  width: 11.4rem;
  height: 3px;
  margin-top: .24rem;
}
.ykde2 .container .lineTabList .lineTabItem{
  width: 100%;
  height: 3px;
  background: rgba(3, 0, 0, 0.2);
  position: relative;
}
.ykde2 .container .lineTabList .lineTabItem .activeLine{
  width: .56rem;
  height: 3px;
  background-color: #FFA922;
  position: absolute;
  top: 0;
  z-index: 1;
}
.ykde2 .container .lineTabList .lineTabItem .activeLine .activeTriangle{
  width: 0;
  height: 0;
  border-bottom: 9px solid #FFA922;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-7px);
  z-index: 2;
}
.ykde2 .container .lineTabList .lineTabItem.lineTabItem0 .activeLine{
  left: .8rem;
}
.ykde2 .container .lineTabList .lineTabItem.lineTabItem1 .activeLine{
  left: 3.14rem;
}
.ykde2 .container .lineTabList .lineTabItem.lineTabItem2 .activeLine{
  left: 5.34rem;
}
.ykde2 .container .lineTabList .lineTabItem.lineTabItem3 .activeLine{
  right: 3.15rem;
}
.ykde2 .container .lineTabList .lineTabItem.lineTabItem4 .activeLine{
  right: .79rem;
}
.ykde2 .container .schoolContentList{
  width: 11.4rem;
  height: auto;
  margin-top: .27rem;
}
.ykde2 .container .schoolContentList .schoolContentItem{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ykde2 .container .schoolContentList .schoolContentItem .scLeft{
  width: 3.21rem;
  height: auto;
}
.ykde2 .container .schoolContentList .schoolContentItem .scLeft .scCondition{
  width: auto;
  height: auto;
  background-color: #FFFFFF;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .22rem;
  color: #000000;
  line-height: .3rem;
  padding: .18rem .1rem;
  margin-bottom: .2rem;
}
.ykde2 .container .schoolContentList .schoolContentItem .scLeft .scCondition .linkBox{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.ykde2 .container .schoolContentList .schoolContentItem .scLeft .scCondition .linkBox .scConditionLink{
  width: 1.36rem;
  height: .38rem;
  display: inline-block;
  margin: .21rem auto .08rem;
  background: #FFA922;
  border-radius: .19rem;
  text-align: center;
  line-height: .38rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .2rem;
  color: #FFFFFF;
}
.ykde2 .container .schoolContentList .schoolContentItem .scLeft .scCondition .scConditionLink:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde2 .container .schoolContentList .schoolContentItem .scRight{
  width: 8.01rem;
  height: auto;
}
.ykde2 .container .schoolContentList .schoolContentItem .scRight .scTitle{
  width: 100%;
  height: .3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .18rem;
}
.ykde2 .container .schoolContentList .schoolContentItem .scRight .scTitle .bot{
  width: 3.1rem;
  height: 1px;
  background: rgba(3, 0, 0, 0.5);
}
.ykde2 .container .schoolContentList .schoolContentItem .scRight .scTitle .text{
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .28rem;
  color: #000000;
  line-height: .3rem;
}
.ykde2 .container .schoolContentList .schoolContentItem .scRight .schoolBox{
  width: 8.01rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ykde2 .container .schoolContentList .schoolContentItem .scRight .schoolBox .schoolItem{
  width: 3.93rem;
  height: 2.46rem;
  background: #FFFFFF;
  margin-bottom: .21rem;
}
.ykde2 .container .schoolContentList .schoolContentItem .scRight .schoolBox .schoolItem .sc-img{
  width: 100%;
  height: 1.94rem;
}
.ykde2 .container .schoolContentList .schoolContentItem .scRight .schoolBox .schoolItem .sc-name{
  width: 100%;
  height: .52rem;
  text-align: center;
  line-height: .52rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .22rem;
  color: #000000;
}
.ykde6{
  width: 100%;
  height: 8.7rem;
  background: #FFFFFF;
  padding-top: .68rem;
  box-sizing: border-box;
}
.ykde6 .commonTitle{
  width: 6.89rem;
}
.ykde6 .container{
  width: 11.4rem;
  height: auto;
  margin: .32rem auto 0;
}
.ykde6 .container .majorItem{
  width: 100%;
  height: .65rem;
  background-image: url(../img/title.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .27rem;
  cursor: pointer;
}
.ykde6 .container .majorItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde6 .container .majorItem .majorTitle{
  width: 2.27rem;
  height: 100%;
  text-align: center;
  line-height: .65rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .32rem;
  color: #FFFFFF;
}
.ykde6 .container .majorItem .majorDetail{
  width: 9.13rem;
  height: 100%;
  padding-left: .24rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .3rem;
  color: #000000;
  line-height: .65rem;
}
.ykde6 .container .majorItem .majorDetail .gap{
  padding-left: .26rem;
}
.ykde6 .container .linkBtn{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: .27rem;
}
.ykde6 .container .linkBtn .moreLink{
  width: 3.26rem;
  height: .91rem;
  background: #FFA922;
  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);
}



.ykde3{
  width: 100%;
  height: 13.27rem;
  background-image: url(../img/bg03.jpg);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ykde3 .topTitle{
  width: 1.22rem;
  height: .64rem;
  border-bottom: 2px solid #000000;
  box-sizing: border-box;
  text-align: center;
  line-height: .64rem;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .3rem;
  color: #000000;
  margin: 0 auto;
}
.ykde3 .areaBox{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: .28rem;
}
.ykde3 .areaBox .lineBlock{
  width: .67rem;
  height: auto;
}
.ykde3 .areaBox .areaItem{
  width: 1.75rem;
  height: auto;
  cursor: pointer;
}
.ykde3 .areaBox .areaItem:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
}
.ykde3 .areaBox .areaItem .areaImg{
  width: 1.75rem;
  height: 1.27rem;
  background: #FFFFFF;
  border: 1px solid #FFA018;
  box-sizing: border-box;
  position: relative;
}
.ykde3 .areaBox .areaItem .areaImg .imgSize{
  width: 100%;
  height: 100%;
  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: .18rem;
  width: 100%;
  text-align: center;
}
.ykde3 .commonTitle{
  margin-top: .6rem;
  width: 6.89rem;
}
.ykde3 .container{
  width: 11.4rem;
  height: auto;
  margin: .56rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ykde3 .container .countryItem{
  width: 1.75rem;
  height: auto;
  margin-bottom: .28rem;
  margin-right: .64rem;
  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.75rem;
  height: 1.27rem;
  background: #FFFFFF;
  border: 1px solid #FFA018;
  box-sizing: border-box;
  position: relative;
}
.ykde3 .container .countryItem .countryImg .imgSize{
  width: 100%;
  height: 100%;
  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: .18rem;
  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;
}







