.all {
    width: 100%;
    background-color: #F6F6F6;
}
.wrap_content{
  background-color:#F6F6F6 !important;
}
.content {
   width:100%;
    max-width: 81.25rem;
    margin: 0 auto;
    padding-top:5rem;
    box-sizing: border-box;
}

.title {
    width:100%;
    height:auto;
    font-size: 3.13rem;
    font-family: Acumin Variable Concept;
    font-weight: normal;
    color: #484848;
    text-align: center;
    /* line-height: 2.3rem; */
    margin:0 auto;
}

.bluetitle {
    /* height: 2.4rem; */
    font-size: 2.25rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    margin: 2.25rem auto 3.06rem;
    text-align: center;
    /* line-height: 2.3rem; */
}
.m_bottom{
    display: none;
}
.m_content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 1.25rem 3.125rem 2.8125rem 3.125rem;
    box-sizing: border-box;
    margin-bottom:17.4375rem;
}
.shai{
display: none;
}
.thead {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    justify-content: space-between;
}

.name,
.nature,
.classes,
.city,
.timer {
    width: 11.25rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    font-size: 1.13rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #08969B;
    position: relative;
}

.active {
    background-color: #08969B;
    color: #fff;
}

.littlesan {
    width: 0px;
    height: 0px;
    border-width: 0.3438rem;
    border-style: solid;
    border-color: #08969B transparent transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: 0.1875rem;
    bottom: 0.1875rem;
    cursor: pointer;
}

.tag {
    border-color: #fff transparent transparent transparent;
}

#nature {
    width: 11.25rem;
    background-color: #F2FBFC;
    z-index: 999;
}

#classes {
    width: 11.25rem;
    background-color: #F2FBFC;
    z-index: 999;
}

#city {
    width: 11.25rem;
    background-color: #F2FBFC;
    /* z-index: 999; */
}

#nature,
#classes,
#city li {
    width: 100%;
    /* height: 5rem; */
    /* line-height: 5rem; */
    text-align: center;
    font-size: 1.125rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    /* display: none; */
}

.tbodys {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    justify-content: space-between;
}

.tb_name,
.tb_nature,
.tb_classes,
.tb_city,
.tb_timer {
    width: 11.25rem;
    height: 6rem;
    text-align: center;
    font-size: 1.125rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 6rem;
}

.tb_name {
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: center;
}

.upimg {
    height:0.5rem;
    width: 0.88rem;
    margin: 2.8rem 0 0 0.75rem;
    cursor: pointer;
}

.hide {
    width: 100%;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    padding: 2.3125rem 0 3.56rem 4.19rem;
    box-sizing: border-box;
    display: none;
}

.h_text1 {
    width:  5.13rem;
    height: 1.375rem;
    border-bottom:0.1875rem solid #008C8C;
    font-size: 1.13rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.9375rem;
    line-height:0.38rem;
}

.h_text2 {
    width: 79%;
    line-height: 1.75rem;
    font-size: 0.88rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 3.88rem;
}
.ht2_{
  margin-bottom:4.31rem;
}
.contact {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.phone,
.e_mail {
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}
.e_mail{
    margin-left:16rem;
}
.wrap-footer{
    background-color: #fff !important;
}

.phone_content{
    display: none;
}
.change:hover{
  background: #08969B;
  color:#fff;
  cursor: pointer;
}
.change:hover .littlesan{
  border-color: #fff transparent transparent transparent;
}
.change:hover>ul{
  display: block!important;
}
.change ul li:hover{
  background: #08969B;
  color:#fff;
  cursor: pointer;
}
.lists{
  cursor: pointer;
}
.lists .down{
  display: none;
}
.lists .up{
  display: block;
}
.lists.show .up{
  display: none;
}
.lists.show .down{
  display: block;
}
.lists.show .hide{
  display: block!important;
}
.lists.show{
  display: block!important;
}
