
body{
    font-size: 14px;
    max-width:unset
}
.list-item {margin-bottom: 17px;font-size: 14px;font-weight: bold;}
.list-detail-title {width:15%;display: inline-block;flex-shrink: 0;color: #333;vertical-align: top; }
.list-detail-content {width:80%;display: inline-block;margin-bottom: 11px;white-space: pre-wrap; color:#333}
.list-content-btn{margin-top: 15px;padding-top: 15px;border-top: 1px solid #E9E9E9;justify-content: space-around;}
.list-title img {width: 13px;margin-right: 2px;vertical-align: middle;}
.list-content-btn a{color: #5e82ff;}
.arrow-right {width: 5px;margin-left: 5px;}
.time-table { width:100%;}
.time-table tr{padding-bottom: 13px;}
.time-table td{ color:#333;font-size:14px;padding:15px 15px 0 15px}
.new_title_more {padding: 11px; width:150px; margin:5px auto 0 auto; color: #5e82ff;text-align: center;font-family: "Microsoft YaHei";font-size: 14px;font-style: normal;font-weight: 400;background: #E6ECFF;line-height: normal;border-radius: 10px; display:block;}
.daofen img{ height:auto !important;}
.ruxue-zhengce-son {width: 350px;}

#toggleButton{
    border: none;
    margin: auto;
    padding: 8px 0;
    width: 150px;
    margin: 16px auto 0 auto;
    color: #5e82ff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: #E6ECFF;
    line-height: normal;
    border-radius: 10px;
}
.enter {
    padding: 12px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: unset;
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
    font-weight: 500;
}

.part_wrap {
    margin-top: 24px;

}

.strategy-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.strategy-title-wrap .title {
    font-weight: 600;
    margin-left: 0;
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    border-bottom: none;
}

.strategy-wrap {
    margin: 0 auto;
    width: 100%;
}

.strategy-wrap .strategy-nav {
    font-size: 14px;
    display: flex;
    margin-left: 0;
    line-height: 40px;
    height: 40px;
    color: rgba(102, 102, 102, 1);
    font-weight: 700;
}

.strategy-wrap .strategy-nav .strategy-nav-li {
    height: 40px;
}

.nav-style::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    content: '';
    height: 4px;
    background-color: rgb(236, 104, 78);
    width: 50%;
    border-radius: 10px;
}

.fuli-wrap {
    margin-top: 12px;
}

.btn-wrap {
    background-color: #fff;
    height: unset;
    border-radius: 10px 10px 0 0;
    padding: 0;
    padding-bottom: 0px;
}

.btn-inner-wrap {
    padding: 10px;
    border-bottom-color: #e1ebff;
}

.play-btn {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: fit-content;
    height: 34px;
    background: rgba(241, 175, 162, 1);
    border-radius: 16px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    padding: 4px
}

.play-btn .play {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 500;
    /* background: rgb(255, 255, 255); */
    color: rgb(255, 255, 255);
    width: 70px;
    height: 24px;
    border-radius: 4px;
    margin: 0 2px;
    font-size: 13px;
    cursor: default;
}
.play-btn .play-style{
    color: rgb(236, 104, 78);
    border-radius: 40px;
}

.strategy-inner {
    width: 770px !important;
    margin-bottom: 0;
    padding: 12px;
    margin-top: 10px;
}
.strategy-wrap .mianfei-wrap .strategy-inner{
    padding-top: 10px;
}

.activity .activity-title .title {
    font-size: 14px;
    margin-left: unset;
    border-bottom: none;
}

.activity .activity-title i {
    margin-right: 20px;
    font-size: 16px;
}

.time-wrap {
    display: flex;
    border-bottom: 1px dashed #e0e0e0;
    padding: 12px 0;
}

.activity .f1 {
    display: inline-block;
    width: 60px;
    color: rgb(131, 131, 131);
    font-size: 14px;
    font-weight: 500;
    margin-right: 12px;
}

.activity .f2 {
    color: rgba(34, 34, 34, 1);
    font-size: 14px;
    font-weight: 500;
}

.location-wrap {
    display: flex;
    height: unset;
    padding: 12px 0;
}

.enter {
    padding: 12px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: unset;
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
    font-weight: 500;
}

.strategy-wrap .strategy-inner {
    border-radius: 8px;
}

.fuli-wrap .mianfei-outer .strategy-inner:first-of-type,
.fuli-wrap .youhui-outer .strategy-inner:first-of-type {
    border-radius: 0 0 8px 8px;
}

.enter .enter-li i {
    font-size: 16px;
}

.strategy-wrap .strategy-nav .strategy-nav-li {
    margin-right: 20px;
}

.qita-wrap .strategy-inner {
    padding-top: 12px;
}
.nav-style::after{
    background-color: #4490fe;
}
.nav-style{ color: #4490fe; }
.play-btn{ background:#5E82FF }
.play-btn .play-style{
    color: #2d73ff;
    background:#fff !important
}
.play-btn .play{background:#5E82FF}
.enter-li span{color: #2d73ff;}
.enter .enter-li i{
    color: #2d73ff;
}
.list_con{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.list_con ul {
    width: 372px;
    margin: 0 6px 12px 6px;
    padding: 6px 16px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0  0 7px -3px rgba(0, 0, 0, 0.1);
}
.list_con ul li {
    padding: 12px 0 6px;
}
.school_part .list_con ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(221, 221, 221);
    color: #222;
}
.school_part .list_con ul li:last-child{
    border-bottom: none;
}
.school_part .list_con ul li.school_name_info{
    position: relative;
}
.school_part .list_con ul li.school_name_info .school_name{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.school_part .list_con ul li.school_name_info::after{
    content:"";
    display:block;
    width: 50px;
    height: 6px;
    background: linear-gradient(90deg, #b4d7ff,white);
    position: absolute;
    left: -1px;
    bottom: 3px;
    z-index: 0;
}
.daofen {
    background-color: #fff;
    padding: 16px;
    font-size: 14px;
    margin-top: 12px;
    line-height: normal;
}

 .noScrollBar::-webkit-scrollbar {
     display: none;
     width: 0 !important;
     height: 0 !important;
     -webkit-appearance: none;
     background: transparent;
 }
.no_copy{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.list_tab{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 8px;
    padding-bottom: 0;
    background-color: white;
    width: 100%;
    overflow-x: auto;
    position: sticky;
    top: 0;
    z-index: 12;
    border-radius: 10px;
    border-bottom: 1px solid rgb(235, 235, 235);
    /* box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08); */
}

.list_tab span{
    display: block;
    padding: 0 20px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #444;
    position: relative;
    flex-shrink: 0;
    /* border-left: 1px solid rgb(214, 214, 214); */
}

.list_tab span.active{
    color: #2d73ff;
    font-size: 16px;
    font-weight: 700;
    position: relative;

}
.list_tab span.active::after{
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #2d73ff;
    border-radius: 50px;

}
.header-right .city .left a{
    font-size: 14px;
}
.header .header-right .city {
    width: 100px;
    position: unset;
    top: unset;
    right: unset;
    padding: unset;
    font-size: 14px;
}
.header .header-right .city img{
    margin: 0;
}

.entrance-wrap{
    margin-bottom: 10px;
}



.list-detail-content>a{
    color:#5e82ff
}