* {
    margin: 0;
    padding: 0;
  }
  li{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrop;
}
  a:link,
  a:visited,
  a:active,
  a:focus {
    /* color: ghostwhite; */
    text-decoration: none;
  }
  html {
    font-size: 5.208vw;
  }
  /* 侧边导航 */
  .el-backtop{
    position: fixed;
    top: 6.7rem;
    right: .2rem;
    width: 0.8rem;
    height: 0.8rem;
    font-size: .16rem;
    color: #499ef9 ;
    background-color: #ffff;
    box-shadow: 10px 8px 52px -9px #499ef9;
    border-radius: .1rem;
  }
  .cebian{
    width: 0.8rem;
    height: 0.8rem;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    font-size: .16rem;
    color: #499ef9 ;
    background-color: #ffff;
    box-shadow: 10px 8px 52px -9px #499ef9;
    border-radius: .3rem;
  }
  .cebian:hover .cebian-phone{
    display: block;
  }
  .cebian-phone{
    position: absolute;
    left: -1.7rem;
    top: 0;
    width: 1.5rem;
    text-align: center;
    height: 0.5rem;
    line-height: .5rem;
    font-size: .17rem;
    font-weight: bold;
    background-color: #ffff;
    border-radius: .2rem;
    box-shadow: 10px 8px 52px -9px #45474a;
    display: none;
  }
  .cebian-block{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cebian img{
    width: 0.4rem;
    height: 0.4rem;
  }
  /* banner */
  .heade {
    margin-top: 0.5rem;
    width: 19.03rem;
    height: 5rem;
    background-image: url(../images/banner1.jpg);
    background-size: 100% 100%;
    position: relative;
  }
  .heade h1 {
    font-size: 0.88rem;
    color: white;
  }
  .heade p {
    color: white;
    font-size: 0.24rem;
  }
  .a-video{
      display: flex;
      justify-content: space-around;
      width: 5rem;
  }
  .a-video button{
    font-size: .16rem;
    font-weight: bolder;
  width: 1.9rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: .01rem solid #ffff;
  border-radius: .05rem;
  }

  .YY{
    width: 8rem;
    height: 4rem;
    position: absolute;
    z-index: 9999;
    background-color: #ffff;
    top: .3rem;
    right: .5rem
    ;
    display: none;
    /* position: relative; */
  }
  .YY span{ 
    position: absolute;
    /* float: right; */
    right: 0;
    top: 0;
   z-index: 999;
    display: inline-block;
    padding-left: .1rem;
    box-sizing: border-box;
    width: 0.9rem;
    height: 0.4rem;
    margin: .3rem;
    color: #ffff;
    background-color: #499ef9;
    font-size: .24rem;
    border-radius: .5rem;
  }
  /* 播放器 */
  video{
    width: 100%;
    height: 100%;
    
  }
  .a-video a{
      font-size: .16rem;
  width: 1.9rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: .01rem solid #ffff;
  border-radius: .05rem;
  }
  .heade-write{
      width: 11rem;
      height: 3.5rem;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-direction: column;
      box-sizing: border-box;
      padding: .5rem 0 0 1rem;
    
  }
  .heade-users{
    display: flex;
    width: 19.03rem;
    height: 0.7rem;
    font-size: .24rem;
    justify-content: space-around;
    border-bottom: .01rem solid #d0cfcf;
    color: #77787a;
  }
  .heade-users p{
    height: 0.7rem;
    line-height: 0.7rem;
    width: 3rem;
    box-sizing: border-box;
    padding-left: .1rem;
  }
  .users-swpier{
     width: 12rem;
  }
  .users-swpier .swpier{
    height:100%;
   width: 100%;
  }
  .users-swpier .swiper-wrapper{
    height: .8rem;
  }
  .users-swpier .swiper-slide{
    width: 3rem;
    height: 0.7rem;
    margin: 0 .2rem;
    display: flex;
    align-items: center;
  }
  .users-swpier img{
    width: 3rem;
    height: 0.4rem;
  }
  /* 选项卡 */
  #choose{
    width: 19.03rem;
    height: 7.2rem;
  }
.choose-center{
  width: 12.9rem;
  height: 100%;
  margin: 0 auto;
  /* background-color: aqua; */
  overflow: hidden;
}
.choose-title{
  font-size: .35rem;
  text-align: center;
  margin: .3rem 0;
}

.demo-tabs{
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.el-tabs__header{
  width: 100%;
}

.el-tabs__nav{
  width: 100%;
justify-content: space-around;
  display: flex;
  margin-bottom: .2rem;
}
.el-tabs__item{
margin:0 .5rem;
}
span{
  display: inline-block;
  display: flex;
  align-items: center;
  color: #0965ff;
  font-size: .24rem;
}
.el-tab-pane{
  display: flex;
  width: 12.9rem;
  height: 5rem;
  justify-content: space-between;

}
.jianli-write{
  width: 5rem;
  height: 4.25rem;
  box-sizing: border-box;
  padding-top: .5rem;
}
.jianli-write p{
  font-size: .16rem;
  /* height: 0.6rem; */
}
.jianli-write img{
  width: 0.3rem;
  height: 0.3rem;
}
.jianli-line{
  width: 100%;
  height: 0.6rem;
  /* text-align: center; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: .2rem 0;
}
.jianli-line p{
  width: 5rem;
  margin-left: .3rem;
  line-height: .3rem;
}
.jianli-img img{
width: 6.5rem;
height: 3.6rem;
}
.jianli-img{
  box-sizing: border-box;
  padding: .5rem 0 0 0;
}
/* 流程管理 */
#liucheng{
  width: 19.03rem;
  height: 5rem;
  background-color: #f9faff;
}
#liucheng-center{
  width: 18rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.liucheng-title h3{
  font-size: .35rem;
  text-align: center;
  margin: .3rem 0;

}
.liucheng-title p{
  text-align: center;
  color: #c8c8ca;
  font-size: .16rem;
  margin-top: .4rem;
}
.liucheng-write{
  display: flex;
  margin-top: .5rem;
  justify-content: center;
  width: 100%;
}
.liucheng-block{
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: .2rem;
  height: 2.3rem;
  width: 2.5rem;
}
.liucheng-block img{
  width: 0.7rem;
  height: 0.6rem;
}
.liucheng-block span{
    height: 50%;width: 100%;
    display: block;
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.liucheng-block div{
  height: 100%;
  width: 2rem;
  background-color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.liucheng-block p{
  width: 100%;
  height:.7rem;
  text-align: center;
  /* line-height: 0.7rem; */
  font-weight: bold;
}
.liucheng-block div:hover{
    transform: scale(1.1);
    transition: 1s;
    box-shadow: 10px 8px 52px -9px #499ef9;
}
/* 为什么选择e考 */
#why{
  width: 19.03rem;
  height: 9rem;
  background-color: #fbfbfb;
}
#why-center{
  width: 12.9rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.why-title h3{
  text-align: center;
  font-size: .4rem;
  margin: .5rem 0;
}
.why-write{
  width: 100%;
  height: 5.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}
.why-block{
  width: 5.3rem;
  height: 2.4rem;
  background-image: linear-gradient(to right bottom , #499ef9, #2f7afa);
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  border-radius: .15rem;
  box-shadow: 10px 8px 52px -9px #499ef9;
}
.why-block:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
.why-right{
    height: 100%;
    color: #ffff;
}
.why-right h5{
  font-size: .2rem;
  margin: .5rem 0 .2rem 0;
}
.why-right p{
  font-size: .16rem;
  width: 3.5rem;
}
.why-left{
   position: relative;
   height: 100%;
}
.why-left img{
    position: absolute;
    top: .45rem;
    right: -.5rem;
    width: 0.4rem;
    height: 0.4rem;
}
.why-zixun{
    text-align: center;
    width: 100%;
}
.why-zixun a{
    color: #ffff;
    font-size: .24rem;
    background-color: #2f7afa;
    display: inline-block;
    width: 2.2rem;
    height: 0.6rem;
    text-align: center;
    line-height: .6rem;
    border-radius: .5rem;
}
/* <!-- 理念优势 --> */
#dream{
  width: 19.03rem;
  height: 5.3rem;
}
#dream-center{
  width: 13rem;
  height: 100%;
  margin: 0 auto;
}
.dream-title{
  font-size: .55rem;
  text-align: center;
  margin: .3rem 0;
}
.dream-swiper{
  height:4rem;
  width: 100%;
  position: relative;

}
.dream-swiper::before{
  content: "";
  background-image: url(../images/touming.png);
  background-size: 100% 100%;
  width: 2.5rem;
  height: 3.31rem;
  position: absolute;
  top: 0;
  left: -.4rem;
  border-radius: .3rem;
  z-index: 99;
}

.dream-swiper::after{
  content: "";
  background-image: url(../images/touming2.png);
  background-size: 100% 100%;
  width: 2.5rem;
  height: 3.31rem;
  position: absolute;
  top: 0;
  right: -.4rem;
  border-radius: .3rem;
  z-index: 99;
}
.dream-swiper .swiper{
 
  height: 100%;
  --swiper-navigation-color: #0b4af9b8;/* 单独设置按钮颜色 */
  --swiper-navigation-size: .5rem;/* 设置按钮大小 */
}
.dream-swiper .swiper-wrapper{
  height: 100%;
  /* width: 19.03rem; */
}
.dream-swiper .swiper-slide{
  display: flex;
  width: 8.2rem;
  height: 2.75rem;
  margin-top: .3rem;
  justify-content: center;
  align-items: center;
  margin: 0 .3rem;
  border-radius: .4rem;
  box-shadow: 0px .6rem .2rem -.1rem #499ef96a;
  background-image: linear-gradient(to right bottom , #499ef9, #2f7afa);
  box-sizing: border-box;padding: .1rem;
  color: #ffff;
}
.dream-swiper .swiper h5{
  text-align: center;
  font-size: .24rem;
  margin: 0 .3rem;
}
.dream-swiper .swiper p{
  font-size: .16rem;
  margin: 0 .3rem;
}
.dream-swiper .swiper-slide div{
  width: 1rem;
  height: 1rem;
}
.dream-swiper .swiper-slide div img{
  width: 1rem;
  height: 1rem;
}

/* <!-- e考是什么 --> */
#e-what{
  width: 19.03rem;
  height: 4rem;
}
#e-what-center{
  height: 100%;
  width: 12rem;
  margin: 0 auto;
}
.e-what-block{
  height: 3.5rem;
  box-sizing: border-box;
  padding: .2rem 0;
  margin: 0 auto;
  width: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 10px .3rem .5rem 0rem #0184f65d;
  border-radius: .4rem;
}
.e-what-write p{
  font-size: .2rem;
  color: #7f7f7f;
  width: 6rem;
  line-height: .35rem;
  height: 0.95rem;
  text-indent: .4rem;
}
.e-what-title img{
  width: 2.15em;
  height: 1.35rem;
}
/* <!-- 用e考更容易 --> */
.easy{
  width: 19.03rem;
  height: 3rem;
  background-color: #3575fd;
}
.easy-center{
  height: 100%;
  display: flex;
  align-items: center;
}
.easy-logo{
  margin-left: .5rem;
}
.easy-logo img{
  width: 3.2rem;
  height: 1.9rem;
}
.easy-write{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12rem;
}
.easy-write h1{
  font-size: .6rem;
  color: #ffff;
  margin-bottom: .4rem;
}
.easy-write a{
  background-color: #ffff;
  color: #2662f8;
  border-radius: .5rem;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 0.65rem;
  font-size: .18rem;
}
/* 底部 */
footer{
  width:19.03rem;
  height: 2.3rem;
}
.ft-write{
  width: 10rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ft-write div{
  font-size: .18rem;
  color: #7f7f7f;
  margin: .1rem 0;
}
.ft-write div a{
  color: #7f7f7f;
}
.ft-write div a:hover{
  color: rgb(94, 4, 4);
}
@media screen and (max-width:750px) {
 html{
  font-size: 13.33vw;
 }
}