
/* 顶部 */
.top{
  width: 19.2rem;
  height: 1.11rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.68rem;
}

.top > img{
  width: 2.3rem;
}

.top .top_r{
  display: flex;
  align-items: center;
}
.top .top_btn{
  width: 2.28rem;
  height: 0.46rem;
  margin-left: 0.28rem;
}
.top .top_btn a{
  width: 2.28rem;
  height: 0.46rem;
  overflow: hidden;
  background: #1055BD;
  border-radius: 0.26rem;
  box-shadow: 0px 0.07rem 0.09rem 0.01rem rgba(9, 50, 113, 0.28);
  font-size: 0.23rem;
  color: #fff;
  text-align: center;
  line-height: 0.46rem;
  display: block;
}
.top .top_btn a:hover{
  opacity: 0.85;
}

.top .top_r > img{
  width: 0.46rem;
  height: 0.46rem;
  overflow: hidden;
  margin: 0 0.35rem 0 0.4rem;
}

.top .top_r > span{
  font-size: 0.23rem;
  color: #333;
  font-weight: 400;
}




/* Banner */
.banner{
  width: 19.2rem;
  height: 7.25rem;
  overflow: hidden;
  position: relative;
}
.banner > ul{
  width: 100%;
  height: 7.25rem;
  overflow: hidden;
}
.banner > ul > li{
  width: 100%;
  height: 7.25rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.banner > ul > .active{
  opacity: 1;
}
.banner .banner_btn{
  width: 0.49rem;
  height: 1.13rem;
  overflow: hidden;
  position: absolute;
  right: 2.7rem;
  bottom: 1rem;
  z-index: 999;
  font-size: 0;
}
.banner .banner_btn > ul{
  width: 100%;
  height: 1.13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .banner_btn > ul > li{
  width: 0.49rem;
  height: 0.49rem;
  cursor: pointer;
  transition: all 0.5s;
}
.banner .banner_btn > ul > li:first-child{
  background: url('../img/pc/c_btn_l.png') center top no-repeat;
  background-size: 100% 100%;
}
.banner .banner_btn > ul > li:last-child{
  background: url('../img/pc/c_btn_r.png') center top no-repeat;
  background-size: 100% 100%;
}
.banner .banner_btn > ul > li:first-child:hover{
  background: url('../img/pc/c_btn_l_hover.png') center top no-repeat;
  background-size: 100% 100%;
}
.banner .banner_btn > ul > li:last-child:hover{
  background: url('../img/pc/c_btn_r_hover.png') center top no-repeat;
  background-size: 100% 100%;
}



/* 热门课程 */
.hot{
  width: 13.82rem;
  overflow: hidden;
  padding: 1.27rem 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hot_l{
  width: 7.65rem;
  height: 7.63rem;
  overflow: hidden;
}
.hot_l > ul{
  width: 100%;
  height: 7.63rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hot_l > ul > li{
  width: 5.1rem;
  height: 2.55rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hot_l > ul > li:nth-child(2){
  align-self: flex-start;
}
.hot_l > ul > li > .hot_item{
  width: 2.55rem;
  height: 2.55rem;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0.57rem 0 0.57rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hot_l > ul > li > .hot_item > .hot_icon{
  width: 0.43rem;
  height: 0.43rem;
  overflow: hidden;
  font-size: 0;
}
.hot_l > ul > li:nth-child(1) > .hot_item:first-child{
  background-image: url('../img/pc/hot_item_img1.png');
}
.hot_l > ul > li:nth-child(1) > .hot_item:last-child{
  background-image: url('../img/pc/hot_item_img2.png');
}
.hot_l > ul > li:nth-child(2) > .hot_item:first-child{
  background-image: url('../img/pc/hot_item_img3.png');
}
.hot_l > ul > li:nth-child(2) > .hot_item:last-child{
  background-image: url('../img/pc/hot_item_img4.png');
}
.hot_l > ul > li:nth-child(3) > .hot_item:first-child{
  background-image: url('../img/pc/hot_item_img5.png');
}
.hot_l > ul > li:nth-child(3) > .hot_item:last-child{
  background-image: url('../img/pc/hot_item_img6.png');
}
.hot_l > ul > li:nth-child(1) > .hot_item:first-child > .hot_icon > img{
  width: 0.43rem;
}
.hot_l > ul > li:nth-child(1) > .hot_item:last-child > .hot_icon > img{
  width: 0.42rem;
}
.hot_l > ul > li:nth-child(2) > .hot_item:first-child > .hot_icon > img{
  width: 0.4rem;
}
.hot_l > ul > li:nth-child(2) > .hot_item:last-child > .hot_icon > img{
  width: 0.3rem;
}
.hot_l > ul > li:nth-child(3) > .hot_item:first-child > .hot_icon > img{
  width: 0.35rem;
}
.hot_l > ul > li:nth-child(3) > .hot_item:last-child > .hot_icon > img{
  width: 0.39rem;
}
.hot_l > ul > li > .hot_item > .hot_text{
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.hot_l > ul > li > .hot_item > .hot_text > p{
  font-size: 0.24rem;
  line-height: 1;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.hot_l > ul > li > .hot_item > .hot_text > span{
  font-size: 0.14rem;
  line-height: 1;
}
.hot_l > ul > li > .hot_item_active > .hot_text{
  color: #fff;
}
.hot_l > ul > li > .hot_item_active{
  background: #1D5EC1 !important;
}
.hot_l > ul > li > .hot_item:hover > .hot_text{
  color: #fff;
}
.hot_l > ul > li > .hot_item:hover{
  background: #1D5EC1 !important;
}

.hot_r{
  width: 6.17rem;
  height: 7.63rem;
  overflow: hidden;
  background: url('../img/pc/hot_r_bg.png') center top no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.34rem 0 0.66rem;
}
.hot_r > .title_box{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hot_r > .title_box > p{
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
}
.hot_r > .title_box >.title{
  font-size: 0.4rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 0.12rem;
  margin-left: 0.2rem;
}
.hot_r> .title_box>.title>p{
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.hot_r> .title_box>.title>span{
  width: 1.38rem;
  height: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FEC603;
  display: block;
  margin: -0.04rem 0.1rem 0 0;
  
  
}
.hot_r > .list{
  width: 100%;
  height: 5.4rem;
  overflow-y: auto;
  margin-top: 0.5rem;
}
.hot_r > .list::-webkit-scrollbar{
  width: 0.09rem;
  overflow: hidden;
}
.hot_r > .list::-webkit-scrollbar-track{
  width: 0.09rem;
  background: #929090;
  overflow: hidden;
  border-radius: 0.04rem;
  opacity: 0.1;
}
.hot_r > .list::-webkit-scrollbar-thumb{
  width: 0.09rem;
  background: #F2DE98;
  overflow: hidden;
  border-radius: 0.04rem;
}
.hot_r > .list > ul{
  width: 100%;
  overflow: hidden;
}
.hot_r > .list > ul > li{
  width: 100%;
  overflow: hidden;
}
.hot_r > .list > ul > li:not(:first-child){
  margin-top: 0.25rem;
}
.hot_r > .list > ul > li > .title{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hot_r > .list > ul > li > .title > span{
  display: block;
  width: 0.08rem;
  height: 0.04rem;
  overflow: hidden;
  background: #FEC603;
  margin-right: 0.15rem;
  border-radius: 0.02rem;
  transition: width 1s;
}
.hot_r > .list > ul > .hot_r_active > .title > span{
  width: 0.28rem;
}
.hot_r > .list > ul > li > .title > p{
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.hot_r > .list > ul > li > .title > p > span:first-child{
  font-size: 0.18rem;
  white-space: nowrap;
}
.hot_r > .list > ul > li > .title > p > span:last-child{
  font-size: 0.14rem;
  display: inline-block;
  margin-left: 0.1rem;
  white-space: nowrap;
}
.hot_r > .list > ul > li > .box{
  width: 100%;
  max-height: 1px;
  overflow: hidden;
  padding-left: 0.3rem;
  padding-right: 0.4rem;
  transition: max-height 1s;
}
.hot_r > .list > ul > li > .box > p{
  font-size: 0.18rem;
  margin: 0.25rem 0 0.25rem 0.12rem;
  color: #fff;
}
.hot_r > .list > ul > li > .box > .describe{
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #1056BF;
  padding: 0.2rem 0.12rem;
  font-size: 0.18rem;
  color: #fff;
}
.hot_r > .list > ul > li > .box > .describe > p{
  line-height: 1;
  margin-bottom: 0.1rem;
}
.hot_r > .list > ul > li > .box > .describe > span{
  display: block;
  line-height: 0.3rem;
  letter-spacing: 0.01rem;
}
.hot_r > .btn{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hot_r > .btn > a{
  display: block;
  width: 2.15rem;
  height: 0.64rem;
  overflow: hidden;
}
.hot_r > .btn > a > img:hover{
  opacity: 0.85;
}


/* 课程时间 */
.time{
  width: 19.2rem;
  overflow: hidden;
  background: url('../img/pc/time_bg.png') center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 1.26rem;
}
.time > .title{
  width: 100%;
  overflow: hidden;
  font-size: 0.4rem;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.12rem;
}
.time >.title > p{
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.time > .title > span{
  width: 1.38rem;
  height: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FEC603;
  display: block;
  margin: -0.04rem 0 0 0;
}
.time > .text{
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.24rem;
  line-height: 1;
  margin: 0.45rem 0;
  color: #3E3E3E;
}
.time > ul{
  width: 100%;
  display: flex;
  justify-content: center;
}
.time > ul > li{
  width: 6.58rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.05rem 0.09rem 0.01rem rgba(163, 163, 163, 0.43);
  padding-bottom: 0.5rem;
}
.time > ul > li:last-child{
  margin-left: 0.64rem;
}
.time > ul > li > .text{
  width: 100%;
  overflow: hidden;
  padding-top: 0.4rem;
}
.time > ul > li > .text > h3{
  font-size: 0.3rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  text-align: center;
}
.time > ul > li > .text > p{
  color: #151515;
  padding-left: 1.1rem;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.time > ul > li:last-child > .text > p{
  padding-left: 1.42rem;
}
.time > ul > li > .text > p > span:first-child{
  font-size: 0.24rem;
  
}
.time > ul > li > .text > p > span:last-child{
  font-size: 0.18rem;
  display: inline-block;
  margin-left: 0.3rem;
}


/* 成功案例 */
.case{
  width: 19.2rem;
  height: 7.89rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.case_l{
  width: 11.95rem;
  height: 7.89rem;
  overflow: hidden;
  background: url('../img/pc/case_l_bg.png') center top no-repeat;
  background-size: 100% auto;
  padding-top: 0.75rem;
  padding-left: 2.7rem;
}
.case_l > img{
  width: 4.28rem;
  height: 1.3rem;
  overflow: hidden;
}
.case_l > ul{
  width: max-content;
  height: 4.16rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  margin-left: -3.62rem;
}
.case_l > ul > li{
  width: 3.02rem;
  height: 4.16rem;
  overflow: hidden;
  opacity: 0.5;
  margin-right: 0.6rem;
  transition: opacity 0.5s;
}
.case_l > ul > .active{
  opacity: 1;
}
.case_l > .btn{
  width: 1.06rem;
  height: 0.21rem;
  overflow: hidden;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0.75rem;
  margin-top: 0.4rem;
}
.case_l > .btn > img{
  width: 0.43rem;
  cursor: pointer;
  /* height: 0.21rem; */
  display: block;
  transition: all 0.5s;
  user-select: none;
}
/* .case_l > .btn > .btn_white{
  width: 0.43rem;
  cursor: pointer;
} */
.case_r{
  width: 7.25rem;
  height: 7.89rem;
  overflow: hidden;
  padding: 1.43rem 0 0 0.52rem;
  background: #F6F6F6;
}

.case_r >.title{
  width: 100%;
  overflow: hidden;
  font-size: 0.4rem;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 0.12rem;
}
.case_r > .title>p{
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.case_r > .title > span{
  width: 1.38rem;
  height: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FEC603;
  display: block;
  margin: -0.04rem 0.1rem 0 0;
}
.case_r > img{
  width: 4.14rem;
  margin-top: 0.8rem;
}



/* 课程费用 */
.cost{
  width: 19.2rem;
  overflow: hidden;
  padding: 1.25rem 0 1.4rem 0;
}
.cost >.title{
  width: 100%;
  overflow: hidden;
  font-size: 0.4rem;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 0.12rem;
}
.cost > .title>p{
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.cost > .title > span{
  width: 1.38rem;
  height: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FEC603;
  display: block;
  margin: -0.04rem 0.1rem 0 0;
}
.cost > .list{
  width: 12rem;
  height: 1.5rem;
  overflow: hidden;
  margin: 0.7rem auto 0 auto;
}
.cost > .list > ul{
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.cost > .list > ul > li{
  width: 3rem;
  height: 1.1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background: #E5E5E5;
  cursor: pointer;
}
.cost > .list > ul > li:hover{
  background:#2864B4;
}
.cost > .list > ul > li:hover > p{
  color: #fff;
}
.cost > .list > ul > li:first-child{
  border-radius: 0.1rem 0 0 0;
}
.cost > .list > ul > li:last-child{
  border-radius: 0 0.1rem 0 0;
}
.cost > .list > ul > li > img{
  display: none;
}
.cost > .list > ul > li > p{
  font-size: 0.24rem;
  color:#C2C2C2;
  letter-spacing: 0.1rem;
  padding-left: 0.05rem;
}
.cost > .list > ul > .active{
  height: 1.5rem;
  justify-content: space-between;
  background:#2864B4;
  padding: 0.32rem 0;
  border-radius: 0.1rem 0.1rem 0 0 !important;
}
.cost > .list > ul > .active > img{
  display: block;
}
.cost > .list > ul > .active > p{
  color: #fff;
}
.cost > .item{
  width: 13.8rem;
  height: 4.7rem;
  overflow: hidden;
  margin: 0.8rem auto 0 auto;
}
.cost > .item > ul{
  width: 100%;
  height: 4.7rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cost > .item > ul > li{
  width: 4.4rem;
  height: 4.7rem;
  overflow: hidden;
  border: 0.04rem solid #E3E3E3;
  border-radius: 0.1rem;
  padding: 0.5rem 0.55rem 0 0.55rem;
}
.cost > .item > ul > li:hover{
  border: 0.04rem solid #2864B4;
}
.cost > .item > ul > .active{
  border: 0.04rem solid #2864B4;
}
.cost > .item > ul > li > p:nth-child(1){
  width: 100%;
  overflow: hidden;
  font-size: 0.24rem;
  color: #2864B4;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
}
.cost > .item > ul > li > p:nth-child(2){
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.48rem;
  font-weight: bold;
  color: #FFAF19;
  margin-top: 0.26rem;
  line-height: 1;
}
.cost > .item > ul > li > p:nth-child(3){
  width: 2rem;
  height: 0.3rem;
  overflow: hidden;
  background-color: rgba(255, 175, 25, 0.2);
  text-align: center;
  margin: 0.15rem auto 0 auto;
  color: #FFAF19;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
.cost > .item > ul > li > p:nth-child(4){
  width: 3.3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #373737;
  font-size: 0.2rem;
  margin-top: 0.56rem;
}
.cost > .item > ul > li > span{
  display: block;
  width: 3.3rem;
  height: 1px;
  background-color: #CBCBCB;
  margin: 0.1rem auto;
}
.cost > .item > ul > li > p:nth-child(6){
  width: 3.3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #373737;
  font-size: 0.2rem;
}
.cost > .item > ul > li > .btn{
  width: 3.3rem;
  height: 0.56rem;
  overflow: hidden;
  margin: 0.4rem auto 0 auto;
}
.cost > .item > ul > li > .btn > a{
  display: block;
  width: 3.3rem;
  height: 0.56rem;
  overflow: hidden;
  border-radius: 0.28rem;
  background: #2864B4;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  font-size: 0.2rem;
  letter-spacing: 0.03rem;
}
.cost > .item > ul > li > .btn > a:hover{
  opacity: 0.85;
  /* cursor: pointer; */
}
.cost > .text{
  width: 13.8rem;
  overflow: hidden;
  margin: 0.34rem auto 0 auto;
  font-size: 0.16rem;
  text-align: right;
  color: #AFAFAF;
}


/* 注意事项 */
.becareful{
  width: 19.2rem;
  overflow: hidden;
  background-color: #F6F6F6;
  padding: 0.76rem 0 1.28rem 0;
}
.becareful > .box{
  width: 13.87rem;
  margin:  0 auto;
}
.becareful > .box >.title{
  width: 100%;
  overflow: hidden;
  font-size: 0.4rem;
  color: #1F1F1F;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 0.12rem;
}
.becareful > .box > .title > p{
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.becareful > .box > .title > span{
  width: 1.38rem;
  height: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FEC603;
  display: block;
  margin: -0.04rem 0 0 0.1rem;
}
.becareful > .box > .list{
  width: 100%;
  height: 4.68rem;
  /* overflow: hidden; */
  margin-top: 0.35rem;
}
.becareful > .box > .list > ul{
  display: flex;
  align-items: center;
}
.becareful > .box > .list > ul > li{
  width: 2.63rem;
  height: 4.68rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  box-shadow: 0 0 0.2rem 0 #cecece;
  position: relative;
  background-color: #fff;
  padding: 0.97rem 0.68rem 0 0.68rem ;
  text-align: center;
  transition: width 1s;
  cursor: pointer;
}
.becareful > .box > .list > ul > li:hover{
  opacity: 0.9;
}
.becareful > .box > .list > ul > li:nth-child(1){
  z-index: 3;
}
.becareful > .box > .list > ul > li:nth-child(2){
  z-index: 2;
}
.becareful > .box > .list > ul > li:nth-child(3){
  z-index: 1;
}
.becareful > .box > .list > ul > li > p:nth-child(2){
  font-size: 0.2rem;
  color: #555555;
  margin-top: 0.4rem;
  font-weight: bold;
  transition: all 1s;
}
.becareful > .box > .list > ul > li > p:nth-child(3){
  width: 7.18rem;
  /* height: 0; */
  overflow: hidden;
  font-size: 0.16rem;
  color: #555555;
  margin-top: 0.4rem;
  opacity: 0;
  transition: opacity 1.5s;
}
.becareful > .box > .list > ul > .active{
  width: 8.61rem;
  background-color: #1055BD;
  padding-bottom: 0;
  z-index: 5 !important;
}
.becareful > .box > .list > ul > .active > p{
  color: #fff !important;
}
.becareful > .box > .list > ul > .active > p:nth-child(2){
  width: 1.8rem;
}
.becareful > .box > .list > ul > .active > p:nth-child(3){
  /* height: auto; */
  opacity: 1;
}

/*申请要求*/
.application{
  width: 19.2rem;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-top: 0.75rem;
}
.application > .box{
  width: 13.87rem;
  margin:  0 auto;
}
.application > .box >.title{
  width: 100%;
  overflow: hidden;
  font-size: 0.4rem;
  color: #1F1F1F;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 0.12rem;
}
.application > .box > .title > p{
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.application > .box > .title > span{
  width: 1.38rem;
  height: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FEC603;
  display: block;
  margin: -0.04rem 0 0 0.1rem;
}
.application > .box > .list{
  width: 100%;
  height: 3.68rem;
  /* overflow: hidden; */
  margin-top: 0.35rem;
}
.application > .box > .list > ul{
    display: flex;
    align-items: center;
}
.application > .box > .list > ul > li{
    width: 3.46rem;
    height: 2.2rem;
    overflow: hidden;
    display: flex;
    flex-direction: unset;
    align-items: center;
    /* justify-content: center; */
    border: 1px solid #cecece;
    position: relative;
    background-color: #fff;
    padding: 0rem 0.68rem 0.5rem 0.3rem ;
    text-align: center;
    transition: width 1s;
    cursor: pointer;
}
.application > .box > .list > ul > li > img{
  position: absolute;
}
.application > .box > .list > ul > li > p{
  font-size: 0.16rem;
  color: #555555;
  margin-top: 1.4rem;
  text-align: left;
  font-weight: 500;
}

/* 底部 */
.foot{
  width: 19.2rem;
  overflow: hidden;
  font-size: 0;
  padding-top: 0.6rem;
  background: url('../img/pc/pcfoot.png') center top no-repeat;
}
.foot >.title{
  width: 100%;
  overflow: hidden;
  font-size: 0.4rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 0.12rem;
}
.foot > .title>p{
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.foot > .title > span{
  width: 1.38rem;
  height: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FEC603;
  display: block;
  margin: -0.04rem 0.1rem 0 0;
}
.foot >.title{
  width: 100%;
  overflow: hidden;
  font-size: 0.4rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 0.12rem;
}
.foot > .title> p{
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.foot > .title > span{
  width: 1.38rem;
  height: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FEC603;
  display: block;
  margin: -0.04rem 0.1rem 0 0;
}
.foot > .text{
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.188rem;
  line-height: 1;
  margin: 0.45rem 0;
  color: #3E3E3E;
}
.foot > .text > div{
  width: 13.87rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.foot > .text > div > div{
  width: 6.9rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.foot > .text > div p{
  color: #ffffff;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  text-align: left;
}

.foot > .text > div > span{
  width: 100%;
  height: 0.01rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #ffffff;
  display: block;
  margin: 0.5rem 0.1rem 0 0;
  letter-spacing: 0.001rem;
}
.foot > .text > div > div{
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.foot > .text > div > div p{
  width: 100%;
  color: #ffffff;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.01rem;
}


/* 左侧浮窗 */
.float{
  width: 155px;
  height: 350px;
  overflow: hidden;
  position: fixed;
  left: 0.2rem;
  top: 50%;
  margin-top: -175px;
}