

* {
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f9fcff;
    font-family: "PingFangSC","Microsoft YaHei",v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


a {
    text-decoration: none;
    text-decoration-color: initial;
    color: inherit;
}

a:hover{color: #fa957b;}


input[type="text"]{outline: none;}



  .hover:hover{color: #FA957B !important;}

  .flex{display: flex;}
  .block{display: block}

  .justify-center{justify-content: center;}

  .items-center{align-items: center;}



  .overflow-hidden{overflow: hidden;}

  .text-left{text-align: left;}

  .text-center{text-align: center;}

  .text-right{text-align: right;}

  .b-none{border: none;}
  .g-10{
      gap: 0.1rem;
  }
  .g-20{
      gap: 0.2rem;
  }
  .swiper-pagination{
      font-size: 0.16rem;
  }
  .bg-white{
      background-color: #fff;
  }
  .radius-10{
      border-radius: 0.1rem;
  }
  .radius-20{
      border-radius: 0.2rem;
  }
  .mt-10{
      margin-top: 10px;
  }
  .mt-25{
      margin-top: 0.25rem;
  }
  .flex-wrap{
      flex-wrap: wrap;
  }
  .f-bold{
      font-weight: bold;
  }



.flex-col {
    display: flex;
    flex-direction: column;
  }
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}

.content-wrap {
    width: 12rem;
    margin: 0.2rem auto;
    box-sizing: border-box;
    padding: 0.15rem 0.3rem 0.3rem;
}

.content-wrap2 {
    width: 12rem;
    box-sizing: border-box;
    padding: 0.15rem 0.3rem 0.3rem;
}

 /*-----------header的样式------------------*/



 header{
    width: 12rem;
    padding: 0.12rem 0;
    margin: 0 auto;
    background-color: #fff;
}

#page-header{
    background: #fff;
}



#page-header .wrap{
    width: 12rem;
    padding: 0.12rem 0;
    margin: 0 auto;
}
#page-header .head-logo img{
    width: 1.4rem;
    height: 0.4rem;
    display: block;
}



#page-header .head-school{
    position: relative;
    top: 0;
    font-size: 0.14rem;
    margin-left: 10px;
    min-width: 0.75rem;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
}

#page-header .head-school .scroll-list{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 0.05rem;
    padding: 0.1rem;
    flex-wrap: wrap;
    width: 3.4rem;
    gap: 5px;
    box-shadow: 0px 0px 0.1rem 0px #aaa;
}

#page-header .head-school:hover .scroll-list{
    display: flex;
}

#page-header .scroll-list .scroll-item{
    width:0.8rem;
    text-align: center;
    cursor: pointer;
}
#page-header .scroll-list .scroll-item:hover{
    color: #fa957b;
}
#page-header .head-search {
    width: 3.52rem;
    height: 0.4rem;
    font-size: 0.28rem;
    padding-right: 0.1rem;
    background-color: #f6f6f6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    margin-left: 1.2rem;
    box-sizing: border-box;
}


#page-header .head-contact {
    display: flex;
    align-items: center;
    gap: 0.05rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #fa957b;
    min-width: 1.6rem;
    margin-left: 1rem;

    /* margin-left: 1.4rem; */
}



#page-header .head-btn {
    align-items: center;
    gap: 0.1rem;
}



#page-header .head-btn .btn{
    font-size: 0.18rem;
    color: rgba(250, 149, 123, 1);
    background: rgba(246, 246, 246, 1);
    border-radius: 0.3rem;
    height: 0.34rem;
    width: 0.75rem;
    text-align: center;
    line-height: 0.34rem;
}

#page-header .head-btn .login{
    background-color: #fa957b;
    color: #fff;
}



.n-icon {
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    position: relative;
    fill: currentColor;
    transform: translateZ(0);
}

.head-project{
    font-weight: 700;
    font-size: 0.18rem;
    margin-left: 20px;
    width: 100px;
}


#page-header .head-btn .btn{
    font-size: 0.16rem;
    color: rgba(250, 149, 123, 1);
    background: rgba(246, 246, 246, 1);
    border-radius: 0.3rem;
    height: 0.34rem;
    width: 0.9rem;
    text-align: center;
    line-height: 0.34rem;
}

#page-header .head-btn .login{
    background-color: #fa957b;
    color: #fff;
}


/*-----------footer-----------------*/
#foot {
    background-color: #fff;
}


#page-footer .content-wrap {
    width: 12rem;
    margin: 0 auto;
}


.page-footer {
    background-color: #fff;
    /* color: #666; */
    display: flex;
    flex-direction: column;
    font-size: .16rem;
    gap: .2rem;
    padding: .4rem 0 .4rem;
    text-align: center
}

.page-footer .about {
    gap: .1rem
}

.page-footer .about .n-divider:last-child {
    display: none
}



/*第九部分*/
.jiu .wrap{
    font-size: 0.16rem;
    padding: 0.55rem 0;
    color: rgba(102, 102, 102, 1);
}
.jiu .wrap .title{
    white-space: nowrap;
}
.jiu .wrap .links{
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.15rem;
    column-gap: 0.3rem;
}

/*第十部分*/
.shi .content-item{
    display: flex;
    justify-content: center;
    flex: 1;
    overflow:hidden;
    border-right: 0.01rem solid rgba(224, 224, 224, 1);
}
.shi .content-item:nth-child(2){
    text-align: center;
}
.shi .content-item:nth-child(1){
    width: 2.1rem;
    min-width: 2.1rem;
    max-width: 2.1rem;
    justify-content: flex-start;
}
.shi .content-item:last-child{
    width: 2.1rem;
    min-width: 2.1rem;
    max-width: 2.1rem;
    justify-content: flex-end;
    border-right: none;
}

.shi .content-item .item-wrap .title{
    font-size: 0.22rem;
    color: rgba(51, 51, 51, 1);
}

.shi .content-item .item-wrap .phone{
    font-size: 0.24rem;
    font-weight: bold;
    color: rgba(255, 121, 87, 1);
    margin-top: 0.1rem;
}
.shi .content-item .item-wrap .desc{
    font-size: 0.16rem;
    margin-top: 0.1rem;
    color: rgba(102, 102, 102, 1);
}
.shi .content-item .item-wrap .item-content a{
    display: block;
    font-size: 0.16rem;
    width: 0.64rem;
    color: rgba(102, 102, 102, 1);
    margin: 0.1rem auto 0;
}
.shi .content-item .item-wrap .contact{
    width: 100%;
    padding: 0.05rem 0.1rem;
    background: rgba(255, 238, 233, 1);
    color: rgba(255, 121, 87, 1);
    text-align: center;
    border-radius: 0.1rem;
    font-size: 0.16rem;
    display: block;
    box-sizing: border-box;
}
.shi .content-item .item-wrap .time{
    color: rgba(193, 193, 193, 1);
    text-align: center;
    font-size: 0.18rem;
    margin-top: 0.1rem;
}
