/*css reset*/
@charset "UTF-8";

body,
p,
ul,
li,
h4 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
}

body {
    width: 100%;
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    border-top: 1px solid transparent;
}

/* #header {
  margin: 1rem auto;
} */
#main {
    width: 90%;
    margin: 2rem auto;
    margin-bottom: 1rem;
}
#header {
    text-align: center;
}
#header img {
    width: 90%;
    margin-top: 20px;
}
#main p.t {
    text-indent: 2em;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.4rem;
}

#main .download {
    /* display: flex;
    height: 5rem;
    margin-top: 1rem;
    padding: 3%;
    background: #fff;
    border-radius: 0.8rem; */

    display: flex;
    background: white;
    border-radius: 0.8rem;
    justify-content: space-around;
    align-items: center;
}
#main .download p {
    font-size: 0.2rem;
}
#main .download img {
    width: 5rem;
}

#main .download ul {
    display: inline-block;
    height: 5rem;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    line-height: 1.3rem;
}

#main .download ul li {
    list-style: none;
    /* margin-left: -2em; */
}

#main .search input {
    width: 100%;
    height: 1.63rem;
    background: #ffffff url(../images/sousuo.png) no-repeat 0.87rem center/.65rem auto;
    box-shadow: 0rem 0rem 1rem 0rem rgba(7, 55, 142, 0.11);
    opacity: 0.9;
    border-radius: 30px;
    border: 0;
    outline: none;
    margin-top: 1.55rem;
    padding-left: 1.82rem;
    box-sizing: border-box;
    font-size: 0.71rem;
}

#main .tab {
    height: 2.4rem;
    margin: 1.5rem auto;
    text-align: center;
    line-height: 2.4rem;
    font-weight: bold;
    color: #ffffff;
    border-radius: 1rem;
    background-color: rgb(16, 75, 182);
}

#main .show {
    display: block;
}

#main .tab .tab-xk,
#main .tab .tab-school {
    width: 50%;
    float: left;
    font-size: 1.1rem;
}

#main .tab .tab-xk {
    border-radius: 1rem 0 0 1rem;
    /* background-color: rgb(16, 75, 182); */
}

#main .tab .tab-school {
    border-radius: 0 1rem 1rem 0;
    /* background-color: rgb(16, 75, 182); */
}

#main .tab small {
    font-size: 0.71rem;
}

.active {
    position: relative;
    color: rgb(16, 75, 182);
    background-color: #ffffff;
}

.active1 {
    background-color: rgb(16, 75, 182);
    color: #ffffff;
}
.tab-content .select {
    display: none;
}
.active::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -0.4rem;
    border: 0.8rem solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
}

.tab-content {
    display: none;
    border: 1px solid transparent;
}

.tab-content .qidai {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 750px) {
    .tab-content .qidai img {
        height: 2.91rem;
    }
}

@media screen and (min-width: 750px) {
    .tab-content .qidai img {
        width: 45%;
    }
}

.sort-con {
    display: none;
}

#main .tab-content ul {
    list-style: none;
}

#main .tab-content ul.sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    list-style: none;
    width: 100%;
    height: 9rem;
    margin: 5% auto;
    margin-bottom: 2rem;
    padding: 15% 8% 7% 6%;
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    color: rgb(16, 75, 182);
    box-sizing: border-box;
    background: url("../images/tab-sort.png");
    background-size: 100% 100%;
}

#main .tab-content ul.sort li {
    width: 30%;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid rgb(16, 75, 182);
    border-radius: 5px;
}

/* #main .tab-content ul.sort li:hover {
  background-color: rgb(16, 75, 182);
  color: #ffffff;
} */
#main .tab-content .zb-list {
    overflow: hidden;
    padding-top: 2.5rem;
    margin-bottom: 0.4rem;
    border: 1px solid transparent;
}

.zb-bg {
    background: url("../images/zb-bg.png") no-repeat;
    background-size: 100% 100%;
}

.zb-bg1 {
    background: url("../images/zb-bg1.png") no-repeat;
    background-size: 100% 100%;
}

.zb-list span.zb-time {
    display: inline-block;
    height: 2rem;
    padding-right: 6%;
    margin-left: -1%;
    line-height: 2rem;
    color: #ffffff;
    background: url("../images/time-bg.png") no-repeat;
    background-size: 100% 100%;
}

.zb-list span.zb-time .tlogo {
    background: url("../images/zb-time.png") no-repeat 0.8rem center;
    background-size: 0.9rem;
    text-indent: 2rem;
    font-size: 0.9rem;
}

#main .tab-content img.zb-tit {
    display: block;
    margin: auto;
}

#main .tab-content ul.zb {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
}

.bg-c {
    background-color: #ffffff;
    border-radius: 10px;
}

.tab-content ul.zb li {
    height: 4.3rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(207, 218, 238, 0.8);
}

.tab-content ul.zb li:nth-last-child(1) {
    border-bottom: 0px;
}

.tab-content ul.zb li img {
    display: block;
    float: left;
    width: 20%;
}

.tab-content ul.zb li .school-txt {
    float: left;
    width: 45%;
    margin-left: 3%;
    padding: 3% 0;
    text-align: left;
    color: rgb(9, 64, 160);
    vertical-align: top;
}

.tab-content ul.zb li .school-txt p {
    width: 100%;
    font-size: 0.8rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4rem;
}

.zb-time2 {
    font-size: 0.8rem;
}

.tab-content ul.zb li a {
    display: inline-block;
    width: 25%;
    margin-top: 1.1rem;
    margin-left: 4%;
    border-radius: 5px;
    vertical-align: top;
}

.tab-content ul.zb li a img {
    width: 100%;
}

ul.zb-h {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 1rem;
}

ul.zb-h li {
    list-style: none;
    position: relative;
    width: 47%;
    padding: 1rem 0.5rem;
    margin: 1.5rem 0;
    margin-right: 6%;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 1px 11px 0px rgba(3, 20, 82, 0.25);
    border-radius: 1rem;
    background-color: #ffffff;
}

ul.zb-h li:nth-child(2n) {
    margin-right: 0;
}

ul.zb-h img.sch-logo2 {
    position: absolute;
    left: 30%;
    top: -2rem;
    width: 4rem;
    height: 4rem;
    background-size: 100% 100%;
}

ul.zb-h img.tuim {
    position: absolute;
    top: 0;
    left: 100%;
    width: 10%;
    margin-left: -18%;
}

ul.zb-h .sch-name {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 2rem;
    margin: auto;
    margin-top: 1.2rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: rgb(9, 64, 160);
}

ul.zb-h .sch-time {
    position: relative;
    margin-top: 0.5rem;
    color: rgb(17, 79, 188);
    font-size: 0.7rem;
}

ul.zb-h .sch-time::before,
ul.zb-h .sch-time::after {
    content: "";
    position: absolute;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: rgb(17, 79, 188);
}

ul.zb-h .sch-time::before {
    left: 0;
}

ul.zb-h .sch-time::after {
    right: 0;
}

.mart {
    width: 94%;
    margin-left: 3%;
    margin-top: 0.5rem;
}

.zb-tit {
    width: 45%;
}

#footer {
    height: 2rem;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2rem;
    color: #ffffff;
    background-color: rgb(9, 33, 121);
}

@media screen and (min-width: 750px) {
    body {
        width: 1200px;
        font-size: 32px;
        margin: auto;
        background: url("../images/pcbg.png") no-repeat;
    }

    html {
        font-size: 32px;
    }

    #header,
    #main p.t,
    .download,
    #main {
        width: 750px;
        margin: auto;
    }

    #header {
        margin-top: 2rem;
    }

    #main {
        width: 75%;
        margin-top: 3rem;
    }

    #main p.t {
        font-size: 0.7rem;
    }

    #main .download {
        margin-top: 3rem;
    }
    #main .download p {
        font-size: 0.5rem;
    }

    #main .tab {
        width: 70%;
        height: 2rem;
        line-height: 2rem;
    }

    #main .tab .tab-xk,
    #main .tab .tab-school {
        font-size: 0.8rem;
        box-shadow: 0px 4px 20px 0px rgb(7 55 142 / 11%);
    }

    #main .tab-content ul.sort {
        height: 2rem;
        padding: 13% 6% 11% 6%;
        background: url("../images/pcstor.png");
        background-size: 100% 100%;
    }

    #main .tab-content ul.sort li {
        width: 16%;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.55rem;
    }

    .zb-list span.zb-time {
        height: 1.5rem;
        padding-right: 3%;
        line-height: 1.5rem;
        margin-left: 0;
    }

    .zb-bg {
        background: url("../images/pczb-bg1.png") no-repeat;
        background-size: cover;
    }

    .zb-list span.zb-time .tlogo {
        background-position-y: 0.41rem;
        background-size: 0.6rem;
        font-size: 0.6rem;
        text-indent: 2.5em;
    }

    .tab-content ul.zb li img {
        width: 15%;
    }

    .tab-content ul.zb li .school-txt {
        width: 60%;
    }

    .zb-time2 {
        font-size: 0.7rem;
    }

    .tab-content ul.zb li a {
        width: 14%;
    }

    .zb-tit {
        width: 28%;
    }

    .mart {
        width: 70%;
        margin-top: 0.2rem;
    }

    ul.zb-h img.sch-logo2 {
        position: absolute;
        left: 33%;
        top: -1.5rem;
        width: 3rem;
        height: 3rem;
    }

    ul.zb-h img.tuim {
        width: 8%;
    }

    ul.zb-h .sch-name {
        font-size: 0.6rem;
        margin-top: 2rem;
    }

    ul.zb-h .sch-time {
        font-size: 0.55rem;
        margin-bottom: 0.5rem;
    }

    ul.zb-h li {
        width: 31%;
        padding: 0rem 1rem 0.6rem 1rem;
        margin-right: 3.5%;
    }

    ul.zb-h li:nth-child(2n) {
        margin-right: 3.5%;
    }

    ul.zb-h li:nth-child(3n) {
        margin-right: 0;
    }

    .active::after {
        margin-left: -0.3rem;
        border: 0.6rem solid #ffffff;
        border-color: #ffffff transparent transparent transparent;
    }

    #footer {
        height: 1.5rem;
        font-size: 0.5rem;
        line-height: 1.5rem;
        margin-top: 10px;
    }

    .tab-content ul.zb li {
        height: 4rem;
        padding: 0.3rem 0;
    }

    #main .download ul {
        font-size: 0.7rem;
    }
}

/* 省份直播 */
.tab-content .sort-table {
    /* background: #fff; */
    background-color: white;
    border-radius: 30px;
    /* padding-top: 89px; */
    padding-bottom: 23px;
    box-shadow: 0px 4px 20px 0px rgba(7, 55, 142, 0.11);
    margin-top: 3rem;
}

.tab-content .sort-table table {
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
}

table th,
table td {
    border: 2px solid #8babee;
    text-align: center;
}

.tab-content .sort-table table tbody tr:nth-child(odd) {
    background-color: #e7ebf9;
}

.tab-content .sort-table table tbody tr:nth-child(even) {
    background-color: #c4d4f5;
}

.tab-content .sort-table .img-prov {
    width: 40%;
    margin: 0 auto;
    display: block;
    transform: translateY(-50%);
}

.tab-content .sort-table td a {
    text-decoration: underline;
    color: #104bb6;
}

.tab-content .sort-table table th:last-child {
    width: 19%;
}

.tab-content .select .left,
.tab-content .select .right {
    display: inline-block;
    border-radius: 22px;
    background-color: #fff;
    text-align: center;
    font-family: HuXiaoBo-NanShen;
}

.tab-content .select .left {
    width: 22%;
    color: #104bb6;
    cursor: pointer;
}

.tab-content .select .right {
    width: 75%;
    font-family: PingFang SC;
    color: #999;
    position: relative;
}

.tab-content .select .right::before {
    content: "";
    display: inline-block;
    border-width: 9px 8px 0;
    border-style: solid;
    border-color: #104bb6 transparent transparent;
    vertical-align: middle;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}

/* 省份弹框 */
#tab-prov-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1000;
}

#tab-prov-view ul {
    width: 80%;
    height: 60%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: left;
    box-sizing: border-box;
    overflow: auto;
    z-index: 10000;
    font-family: PingFangSC-Regular;
}

.prov-item {
    margin-top: 2rem;
    display: none;
    padding-bottom: 2rem;
}

.prov-item .title {
    width: 100%;
    background: url(../images/prov_tbg.png) no-repeat center center/auto 100%;
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    margin-bottom: 1rem;
}

.prov-item .title .title-name {
    /* line-height: 3rem; */
    font-family: DFLiJinHeiW8-GB;
    font-size: 32px;
}

.prov-item .title .title-time {
    margin-top: 0.7rem;
    font-size: 14px;
    font-family: PingFangSC-Regular, sans-serif;
}

@media screen and (max-width: 750px) {
    .prov-item .item {
        display: inline-block;
        width: 46%;
        border-radius: 10px;
        background-color: #fff;
        margin-top: 1.5rem;
        border: 1px solid #fff;
        font-family: PingFangSC-Regular, sans-serif;
        float: left;
    }

    .prov-item .item:nth-child(odd) {
        margin-left: 6%;
    }

    .select .left,
    .select .right {
        font-size: 1.1rem;
        height: 2.2rem;
        line-height: 2.22rem;
    }

    .tab-content .sort-table table th {
        height: 3rem;
    }

    .tab-content .sort-table table td {
        height: 1.7rem;
        font-size: 0.9rem;
    }

    #tab-prov-view ul {
        width: 80%;
        height: 60%;
        padding: 10% 7%;
    }

    #tab-prov-view ul li {
        line-height: 3rem;
    }

    #tab-prov-view ul li::before {
        content: "";
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid #104bb6;
        vertical-align: middle;
        margin-right: 15px;
    }

    #tab-prov-view ul li.active2::before {
        width: 10px;
        height: 10px;
        border: 10px solid #104bb6;
    }

    .prov-item .item .btn .right {
        border-radius: 30px 0 22px 30px;
    }
}

.sort-table .sort-item {
    width: 92%;
    margin: 0.69rem auto 0 auto;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    font-family: Adobe Heiti Std;
    padding: 0 0.64rem 0.3rem 0.69rem;
    box-sizing: border-box;
}
.sort-table .qd img {
    width: 100%;
    margin: 1rem auto;
}
.sort-table .sort-item .item-title {
    color: #666;
    height: 1.78rem;
    line-height: 1.78rem;
    font-size: 0.75rem;
    border-bottom: 1px solid #c8d4e9;
    padding-right: 3em;
}

.sort-table .sort-item .item-title .left {
    float: left;
    margin-left: 0.5em;
}

.sort-table .sort-item .item-content {
    font-size: 0.8rem;
    height: 2rem;
    line-height: 2rem;
}

.sort-table .sort-item .item-content .right {
    float: right;
    display: block;
    width: 3.9rem;
    height: 0.94rem;
    line-height: 0.94rem;
    box-sizing: border-box;
    background: linear-gradient(90deg, #316bff 0%, #17fdd4 100%);
    font-size: 0.7rem;
    margin-top: 0.55rem;
    border-radius: 3px;
    padding: 0 0.1rem;
}

.sort-table .sort-item .item-content .right img {
    height: 1em;
    margin-right: 0.1rem;
    display: inline;
    vertical-align: -0.1em;
}

.sort-table .sort-item .item-content .left {
    float: left;
    color: #010101;
}

.sort-table .sort-item .item-content .middle {
    color: #104bb6;
}

@media screen and (min-width: 750px) {
    .prov-item .item {
        display: inline-block;
        width: 28%;
        border-radius: 10px;
        background-color: #fff;
        margin-top: 1.5rem;
        border: 1px solid #fff;
        font-family: PingFangSC-Regular, sans-serif;
        float: left;
        margin-left: 5%;
    }

    .select {
        width: 70%;
        margin: 0 auto;
        font-size: 0.8rem;
        height: 1.5rem;
        line-height: 1.5rem;
    }

    .select .left,
    .select .right {
        font-size: 0.8rem;
    }

    .sort-table {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .tab-content .sort-table table th {
        height: 2rem;
        font-size: 20px;
    }

    .tab-content .sort-table table td {
        height: 1.2rem;
        font-size: 18px;
    }

    #tab-prov-view ul {
        width: 40%;
        height: 50%;
        padding: 3% 4%;
    }

    #tab-prov-view ul li {
        line-height: 1.5rem;
        font-size: 18px;
    }

    #tab-prov-view ul li::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #104bb6;
        vertical-align: middle;
        margin-right: 15px;
    }

    #tab-prov-view ul li.active2::before {
        width: 6px;
        height: 6px;
        border: 6px solid #104bb6;
    }

    .prov-item .item .btn .right {
        border-radius: 30px 0 10px 30px;
    }
    .sort-table .sort-item .item-content .right img {
        vertical-align: -0.3em;
    }
}

.prov-item .item img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    display: block;
    margin: 0;
}

.prov-item .item .coll-name {
    color: #104bb6;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prov-item .item .btn {
    background-color: #104bb6;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0 0 10px 10px;
}

.prov-item .item .btn a {
    display: inline-block;
    width: 50%;
    height: 100%;
    font-size: 13px;
    text-align: center;
    float: left;
}

.prov-item .item .btn .right {
    color: #104bb6;
    background-color: #c1d7ff;
}

.flitem {
    border: 1px solid #104bb6;
    border-radius: 6px;
    width: 30%;
    margin-bottom: 0.5rem;
    text-align: center;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 0.3rem 0;
}
.flitem:hover {
    background-color: #104bb6;
    color: white;
    position: static;
}
.flitem.active {
    background-color: #104bb6;
    color: white;
    position: static;
}
.sort-table[data-fl] {
    display: none;
}
.date {
    background: linear-gradient(to right, #2e7cfa, #1be6db);
    border-bottom-right-radius: 5rem;
    border-top-right-radius: 5rem;
    width: 6rem;
    padding-left: 1.5rem;
    padding-bottom: 0.2rem;
    color: white;
}
.date img {
    vertical-align: sub;
    width: 1.1rem;
}
.date p {
    display: inline;
    line-height: 1.4rem;
    vertical-align: text-top;
}

.item-yg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 1.5rem;
}
.item-yg .kuang img {
    width: 4rem;
    margin-right: 0.5rem;
}
.item-yg .middle {
    text-align: left;
    flex: 1;
}
.item-yg .middle .sname {
    font-size: 1rem;
}
.item-yg .middle .sdate {
    font-size: 0.8rem;
    color: #104bb6;
}
.item-yg .right {
    display: block;
    width: 4.9rem;
    height: 1.8rem;
    line-height: 1.8rem;
    box-sizing: border-box;
    background: linear-gradient(90deg, #316bff 0%, #17fdd4 100%);
    font-size: 0.7rem;
    margin-top: 0.55rem;
    border-radius: 30px;
    text-align: center;
}

.doc {
    margin-right: 0.2rem;
    display: inline-block;
    width: 0.26rem;
    height: 0.26rem;
    vertical-align: middle;
    opacity: 1;
    background: black;
    border-radius: 50%;
}
