.citys ul.city {
    list-style: none;
    margin: 10px;
    padding: 0;
    height: 37px;
    background: #FFF;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ECECEC;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.citys ul.city > li {
    float: left;
    width: 15%;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.citys ul.city > li:last-child {
    position: relative;
    width: 10%;
    padding: 3px 2px 0 0;
}

.citys ul.city > li.active {
    background: #ffba41;
    color: #FFF;
}

.sub-citys {
    display: none;
}

.sub-citys ul.sub-city {
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 5px;
    background: #f6f7f7;
    z-index: 1900;
    left: -35px;
    width: 75px;
    height: 2.2rem;
    overflow-y: auto;
}

.sub-citys ul.sub-city > li {
    z-index: 101;
    font-size: 0.8em;
    border-bottom: 1px solid #d8d8d8;
}

.sub-citys ul.sub-city > li:last-child {
    border: none;
}

#app {
    padding-bottom: .55rem;
}

/*中心地址二级*/
.content {
    background: #f7f7f7;
    width: 100%;
}

.school-title {
    border-bottom: 1px solid #cecfcf;
    color: #3e3a39;
    font-size: .20rem;
    width: 3.45rem;
    margin: auto;
    padding-left: .15rem;
    padding-top: .2rem;
    padding-bottom: .05rem;
}

.details {
    width: 3.45rem;
    margin: auto;
    color: #595757;
    border-bottom: 1px solid #cecfcf;
    font-size: .16rem;
    padding-left: .4rem;
    padding-top: .2rem;
    padding-bottom: .05rem;
    position: relative;
}

.details:nth-child(2)::after {
    content: '';
    background: url("/Public/home/images/school/city_bth.png") no-repeat 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 3%;
    width: .2rem;
    height: .2rem;
}

.details:nth-child(3)::after {
    content: '';
    background: url("/Public/home/images/school/addr-icon.png") no-repeat 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    width: .2rem;
    height: .25rem;
}

.details:nth-child(4)::after {
    content: '';
    background: url("/Public/home/images/school/phone-icon.png") no-repeat 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    width: .2rem;
    height: .25rem;
}

.details img{
    width: .5rem  ;
    height: .2rem  ;
    display: inline-block;
    padding-top: .03rem;
    box-sizing: initial;
    position: absolute;
}
.button{
    width: 3.45rem;
    margin: auto;
    margin-top: .2rem;
    margin-bottom: .3rem;
}
.button a{
    color: #ffffff;
    width: 1.68rem;
    text-align: center;
    height: 0.35rem;
    line-height: 0.35rem;
}
.online{
    background: #888888;
    float: left;
}
.free{
    background: #fad23f;
    float: right;

}
.activity{
    padding-bottom: .32rem;
    width: 3.45rem;
    margin: auto;
}

.activity h1{
    color: #595757;
    font-weight: normal;
    font-size: .2rem;
    position: relative;
}

.activity h1::after{
    content:'';
    background: url("/Public/home/images/school/new.png") no-repeat 100% 100%;
    background-size: 100% 100%;
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 0%;
    left: 36%;
}
.activity img{
    padding-top: .12rem;
}