﻿.list-fix-box {
    position: fixed;
    top: 0;
    height: 2.34rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.list-header-box {
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.17rem;
    box-sizing: border-box;
   
}
.list-header-box .icon-back {
    margin-right: 0.19rem;
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../../Images/icon_back.png");
}
.list-header-box .page-title {
    flex: 1;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.48rem;
    color: #333333;
    text-align: center;
}
.list-header-box .icon-news {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../../Images/news.png");
}
.list-chose-type {
    display: flex;
}

.list-type-box, .list-tip-box {
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    height: 1.17rem;
    font-family: PingFang SC, PingFang SC;
    font-size: 0.43rem;
    color: #333333;
}
    .list-type-box .icon-down, .list-tip-box .icon-down {
        margin-left: 0.1rem;
        display: inline-block;
        width: 0.37rem;
        height: 0.37rem;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("../../Images/down-black.png");
    }
.list-body-box {
    padding: 2.6rem 0.4rem 1.5rem;
}
.school-item {
    padding: 0.27rem 0;
    display: flex;
    border-bottom: 1px solid #F5F5F5;
}
.school-item-left .img {
    margin-right: 0.27rem;
    width: 4.48rem;
    height: 2.56rem;
    border-radius: 0.15rem;
}
.school-item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.school-item-right .title {
    margin-bottom: 0.13rem;
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.37rem;
    color: #333333;
}
.school-item-right .introduce {
    margin-bottom: 0.13rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #999999;
}
.school-item-right .line {
    margin: 0 0.13rem 0;
    display: inline-block;
    width: 1px;
    height: 0.32rem;
    background-color: #E6E6E6;
    vertical-align: -0.04rem;
}
.school-item-right .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #CCCCCC;
}
.school-item-right .price-box-left {
    font-size: 0.43rem;
    font-weight: bold;
    color: #FF2824;
}
.school-item-right .symbol {
    font-size: 0.32rem;
    font-weight: normal;
}
.school-item-right .through {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 0.32rem;
    color: #CCCCCC;
}

.type-dialog-box, .tip-dialog-box {
    position: fixed;
    top: 1.17rem;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999999;
    display: none;
}
.tip-dialog-content {
    width: 100%;
    /*    height: 4.86rem;*/
    background: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 0.41rem;
    box-sizing: border-box;
    border-top: 1px solid #F5F5F5;
}
    .tip-dialog-content .item-box {
        height: 1.08rem;
        line-height: 1.08rem;
    }
    .tip-dialog-content .active {
        background: #F5F5F5;
        color: #46C663 !important;
    }
        .type-dialog-content {
            display: flex;
            border-top: 1px solid #F5F5F5;
            height: 60vh;
        }
.type-dialog-content-left {
    width: 3.41rem;
    background: #F5F5F5;
    border-radius: 0px 0px 0px 0.27rem;
    overflow: auto;
}
.type-dialog-content-left .item {
    position: relative;
    padding: 0 0.4rem;
    height: 1.07rem;
    line-height: 1.07rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.37rem;
    color: #333333;
}
.type-dialog-content-left .active {
    color: #46C663;
    background-color: #fff;
}
.type-dialog-content-left .active::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    content:"";
    width: 0.05rem;
    height: 0.53rem;
    background: #46C663;
    border-radius: 1px 1px 1px 1px;
}
.type-dialog-content-right {
    width: calc(100% - 3.41rem);
    background-color: #fff;
    border-radius: 0px 0px 0.27rem 0;
    overflow: auto;
}
.type-dialog-content-right .item {
    padding: 0 0.53rem;
    height: 1.07rem;
    line-height: 1.07rem;
}
.type-dialog-content-right .active {
    color: #46C663;
}
.type-dialog-content-right .item-box {
    display: none;
}

