/*弹出框*/
.mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .3);
}
/*回到顶部*/

#totop {
    position: fixed;
    right: 0;
    bottom: 25%;
    width: 3.5rem;
    height: auto;
    cursor: pointer;
    z-index: 100;
}
/*导航*/
.dh-main {
    margin: 50% auto 0;
    border-radius: 8px;
    padding: 2rem 1rem;
    width: 78%;
    background: #fff;
}
.dh-item {
    display: block;
    margin: 1rem 0;
}
.dh-item img {
    width: 85%;
    height: auto;
}
/*移动端底部*/
.mobile-footer {
    display: none;
}

/*标题*/
.title2-item {
    display: inline-block;
    position: relative;
    margin: 40px 0;
    border: 6px solid #fff;
    border-radius: 25px;
    padding-right: 10px;
    padding-left: 40px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 60px;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    background-color: #ff8e74;
}
.title2-item img {
    position: absolute;
    top: -23px;
    left: -66px;
}
/*table*/
.junior-table-radius th {
    border-top: 1px solid #b7b7b7;
    padding: 1.5rem 1rem;
    color: #fff;
    background-color: #a55711;
}
.junior-table-radius td {
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 2rem 1rem;
    background: #fff;
}
.junior-table-radius th:first-child {
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    width: 18%;
}
.junior-table-radius td:first-child {
    color: #fff;
}
.junior-table {
    width: 100%;
    word-break: break-all;
}
.junior-table th {
    border: 1px solid #fff;
    padding: 1rem;
    color: #fff;
    background-color: #f98701;
}
.junior-table th:first-child {
    width: 7%;
}
.junior-table td {
    border: 1px solid #b7b7b7;
    padding: 1rem;
    background-color: #fff;
}
.junior-table tr:nth-child(even) td {
    background-color: #fef3e5;
}
.junior-table td:first-child {
    background-color: #ffd3a0 !important;
}
.time-table {
    display: inline-block;
    margin: 2%;
    border-radius: 10px;
    width: 40%;
    height: 194px;
    vertical-align: top;
    background-color: #fff;
}
.time-table .con {
    padding: 1.5rem;
    line-height: 2.57rem;
}
.time-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    color: #fff;
    background-image: linear-gradient(to right,#f79cac,#ffa501);
}
.three-item {
    display: inline-block;
    margin: 1%;
    width: 30%;
}
.junior-table {
    width: 100%;
}
.junior-table th {
    border: 1px solid #fff;
    padding: 1rem;
    color: #fff;
    background-color: #f98701;
}
.junior-table th:first-child {
    width: 7%;
}
.junior-table td {
    border: 1px solid #b7b7b7;
    padding: 1rem;
    background-color: #fff;
}
.junior-table tr:nth-child(even) td {
    background-color: #fef3e5;
}
.junior-table td:first-child {
    background-color: #ffd3a0 !important;
}
/*背景*/
.yellow {
    background-color: #fff6e5;
}
.pink {
    background-color: #ffe6e1;
}
.blue {
    background-color: #48cdff!important;
}

.tiaowen {
    background: linear-gradient( #d4deeb 25%, #e0eaf6 25%);
    background-size: 100% 7px;
}
.blue-bg {
    background-color: #9acfff!important;
}
.t-left {
    padding-left: 1rem;
    text-align: left;
}
.lib-content {
    margin: 0 auto;
    padding: 3rem 0;
    width: 90%;
    max-width: 1000px;
    line-height: 1.7;
    color: #202020;
}
.content-img {
    background-image: url("../images/word-bg.png");
    background-size: cover;
}
.purple-img {
    background-image: url("../images/junior/purple_bg.png");
    background-size: cover;
}
/*下拉框*/
.dropdown {
    display: inline-block;
    position: relative;
    width: 40%;
    font-size: 1.2rem;
    line-height: 2.75rem;
    text-align: center;
    vertical-align: top;
    color: #fff;
}
.blue-arrow {
    display: inline-block;
    border-top: 6px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    width: 0;
    height: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 9999;
    margin-top: 6px;
    min-width: 100%;
    font-size: 1.2rem;
}
.dropdown-content a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 3.8rem;
    white-space: nowrap;
    text-decoration: none;
    color: black;
    background-color: white;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/*导航条*/
.m-nav {
    text-align: center;
    background: #faa701;
}
.m-nav .nav-table {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.m-nav .nav-table a {
    /*如某一页面有问题，请另加样式调试，不要修改此样式*/
    display: inline-block;
    padding: 1.1em .2rem;
    width: 13%;
    color: #fff;
}
.m-banner {
    font-size: 0;
}
/*优惠*/
.youhui {
    margin: auto;
    padding: 7%;
    width: 40%;
    min-height: 239px;
    text-align: left;
    color: #fff;
    background: url("../images/youhui.png") no-repeat;
    background-size: 100% 100%;
}
/*小升初6年纪*/
.xsc-main1 {
    position: relative;
    margin: 5rem 0;
    text-align: center;
}
.xsc-main1-img {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    left: 0;
    width: 26%;
    background: url("../images/xsc/manhua.png") no-repeat;
    /*background-size: cover;*/
}
.xsc-main1-con {
    display: inline-block;
    margin-left: 26%;
    border: 2px solid #e95500;
    padding: 3rem 2rem;
    font-size: 1.2rem;
    text-align: left;
    text-align: justify;
    vertical-align: top;
    background-color: #fff;
}
.xsc-main1-title {
    position: absolute;
    top: -8%;
    left: 44%;
    border-radius: 10px;
    width: 45%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3;
    text-align: center;
    color: #fff;
    background: linear-gradient(#5ac4ff , #138fff);
}
@media (max-width: 1000px) {
    .time-table {
        width: 90%;
        max-width: 430px;
    }
}
@media (max-width: 870px) {
    .xsc-main1-title {
        left: 38%;
        width: 50%;
    }
    .youhui {
        width: 70%;
    }
}
@media (max-width: 768px) {
    /*移动端底部*/
    .mobile-footer {
        display: block;
        position: fixed;
        bottom: 0;
        border-top: 1px solid #ccc;
        width: 100vw;
        height: 4rem;
        z-index: 100;
        background-color: #fff;
    }
    .mobile-item {
        display: inline-block;
        width: 30%;
        line-height: 4rem;
        text-align: center;
        color: #02baee;
    }
    .mobile-item img {
        width: 1.4rem;
        height: auto;
        vertical-align: text-top;
    }
    .mbg-orange {
        float: right;
        width: 30%;
        color: #fff;
        background-image: url("../images/mb-orange.png");
        background-size: 100% 100%;
    }
    .xsc-main1-img {
        position: relative;
        margin: 0 auto;
        margin-bottom: 3rem;
        width: 260px;
        height: 30rem;
    }
    .xsc-main1-con {
        display: block;
        position: relative;
        margin-left: 0;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .xsc-main1-title {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 60%;
    }
    .system-table {
        background-color: #fff;
    }
    .system-table th {
        padding: .5rem;
        color: #fff;
    }
    .system-table td {
        border: 1px solid #e6e6e6;
        padding: 5px;
    }
    .system-table tr:nth-child(even),
    .system-table td:first-child {
        background-color: #f9f1ea;
    }
}
@media (max-width: 600px) {
    .xsc-main1-title {
        width: 85%;
    }
}
@media (max-width: 500px) {
    .title2-item {
        border: 3px solid #fff;
        border-radius: 15px;
        font-size: 1rem;
        line-height: 36px;
    }
    .title2-item img {
        top: -15px;
        left: -28px;
        width: 55px;
    }
}
@media (max-width: 425px) {
    .m-nav .nav-table a {
        padding: 1.1em .6rem;
        width: 9%;
    }
    .xsc-main1-title {
        width: 88%;
    }
    .xsc-main1-img {
        margin-bottom: 0rem;
        height: 37rem;
    }
    .xsc-main1-title {
        top: -5%;
    }
    .three-item {
        margin: 5% 0;
        width: 85%;
    }
}
@media (max-width: 325px) {
    .xsc-main1-title {
        width: 95%;
    }
}
