* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

html,
body {
    width: 100%;
    min-height: 100%;
    font-size: 15px;
    background: #F7F7F7;
}

body {
    padding-bottom: 0.5rem;
}

a {
    text-decoration: none;
}

.auto {
    margin: 0 auto;
}

.pos_rel {
    position: relative;
}

.pos_abs {
    position: absolute;
}

.w988 {
    width: 9.88rem;
}

.mt10 {
    margin-top: 0.1rem;
}

.mt20 {
    margin-top: 0.2rem;
}

.mt30 {
    margin-top: 0.3rem;
}

.mt40 {
    margin-top: 0.4rem;
}

.brd10 {
    border-radius: 10px;
}

.bgfff {
    background: #fff;
    border-radius: 10px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.top {
    width: 10.54rem;
    height: 4.33rem;
    background: url(./../images/top.png) no-repeat left top;
    background-size: 100%;
}

.top img {
    width: 2.31rem;
    height: 0.6rem;
    right: 2.3rem;
    bottom: 0.3rem;
}

.grid {
    height: 3.04rem;
    background: url(./../images/gird4.png) no-repeat left top;
    background-size: 100%;
}

.grid a {
    width: 4.8rem;
    /* background: rgba(0, 0, 0, 0.1); */
    height: 2px;
    position: absolute;
}

.grid a:nth-child(1) {
    height: 3rem;
    left: 0;
    top: 0;
}

.grid a:nth-child(2) {
    height: 1.4rem;
    right: 0;
    top: 0;
}

.grid a:nth-child(3) {
    height: 1.4rem;
    right: 0;
    bottom: 0;
}

.title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin: 0 0.2rem;
}

.title-box a {
    font-size: 14px;
    color: #B8B8B8;
}


.swiper {
    width: 65.6vw;
    height: 65.6vw;
    left: 17.2vw;
    top: 57vw;
    overflow: hidden;
    /* border-radius: 8px; */
    border-radius: 65.6vw;
    ;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 65.6vw;
    height: 65.6vw;
    display: block;
    object-fit: cover;
    border-radius: 65.6vw;
    ;
}

.ybzj {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin: 0.2rem 0.2rem 0;
}

.ybzj li {
    width: calc((100% - 20px) / 3);
    flex: 0 0 calc((100% - 20px) / 3);
}

.ybzj li img {
    width: 100%;
    border-radius: 10px;
}

.head {
    /* height: 3rem; */
}

.container {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    line-height: 2em;
    color: #444;
}

.container a {
    color: #444;
}

.title {
    font-size: 16px;
    color: #000;
    line-height: 1.7em;
    font-weight: bold;
}

.time {
    line-height: 1.7em;
    color: #888;
}

.text-d {
    font-size: 14px;
    line-height: 1.7em;
    color: #444;
}

.text-d img {
    margin: 15px auto;
    width: 100%;
}

.text-d video {
    width: 100%;
    max-height: 700px;
}

.text-d p {
    margin-bottom: 1em;
}

.mbx {
    border-bottom: 1px solid #99b3ef;
    line-height: 3em;
    margin-bottom: 10px;
}

.mbx span {
    color: #658EEC;

}

.square li {
    border-bottom: 1px dashed #dbd9d9;
    line-height: 1.5em;
    padding: 15px 0;
}

#pagenum {
    padding: 3px;
    margin: 3px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "����";
}

#pagenum a {
    border: #ddd 1px solid;
    padding: 2px 5px;
    margin-right: 2px;
    color: #aaa;
    text-decoration: none;
}

#pagenum a:hover {
    border: #a0a0a0 1px solid;
    padding: 2px 5px;
    margin-right: 2px;
}

#pagenum a:active {
    border: #a0a0a0 1px solid;
    padding: 2px 5px;
    margin-right: 2px;
}

#pagenum a.current {
    border: #e0e0e0 1px solid;
    padding: 2px 5px;
    margin-right: 2px;
    font-weight: bold;
    color: #aaa;
    background-color: #f0f0f0;
}

#pagenum span.disabled {
    border: #f3f3f3 1px solid;
    padding: 2px 5px;
    margin-right: 2px;
    color: #ccc;
}

#copylink img {
    display: inherit;
}

.auth {
    width: 100%;
    height: 100%;
    background: #F9FAFC;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.but-jump {
    width: 6rem;
    background: #1678FF;
    margin-top: 0.5rem;
    color: #fff;
    font-size: 15px;
    padding: 0.1rem 0;
    text-align: center;
    border-radius: 100px;
}

.but-cancle {
    width: 6rem;
    background: #aaaaaa;
    margin-top: 0.5rem;
    color: #fff;
    font-size: 15px;
    padding: 0.1rem 0;
    text-align: center;
    border-radius: 100px;
}