* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 2.666666vmin;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scrollbar-width: none;
}

body {
    line-height: 1.5;
    font-size: 1.2em;
    color: #666;
    background: #fff;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: 'HarmonyOS_Regular';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
}

ul {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

a img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #666;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-size: 1.2em;
}

input {
    border: none;
    outline: none;
    appearance: none;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:focus::-webkit-input-placeholder {
    color: #777;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="number"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

div,
a,
img {
    transition: all 0.3s;
}

/*header*/
.header {
    height: 5rem;
    position: relative;
}

.headbar {
    height: 5rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url('../images/mobile/headbg.png');
    background-size: cover;
    z-index: 113;
}

.headl,
.headr {
    position: absolute;
    top: 0;
}

.headl {
    left: 0;
}

.headr {
    right: 0;
}

.headbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 5rem;
    height: 5rem;
}

.headlogo .logo {
    display: block;
    height: 4rem;
}

.navico,
.navico::before,
.navico::after {
    width: 1em;
    height: 2px;
    font-size: 2rem;
    content: '';
    display: block;
    position: relative;
    background-color: #fff;
    transform-origin: left;
    transition: all 0.3s;
}

.navico::before {
    top: -0.75rem;
}

.navico::after {
    bottom: -0.75rem;
}

.headbtn.show .navico {
    background-color: rgba(255, 255, 255, 0);
}

.headbtn.show .navico::before {
    transform: rotate(45deg);
    width: 1.22em;
}

.headbtn.show .navico::after {
    width: 1.22em;
    transform: rotate(-45deg);
}

.footer {
    background-image: url('../images/mobile/bottombg.png');
    background-size: cover;
    padding: 3.8rem 2.5rem 0;
}

.footer_logo {
    margin-bottom: 6rem;
}

.footer_logo .logo {
    display: block;
    height: 14rem;
    margin: 0 auto;
}

.footer_info {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin-bottom: 3rem;
}

.footer_info a {
    color: #fff;
    text-decoration: underline;
}

.footer_code {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #fff;
    margin-bottom: 3rem;
}

.footer_code .img {
    width: 1em;
    height: 1em;
    display: block;
    margin: 0 auto 1.6rem;
    font-size: 12rem;
}

.footer_dd {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    padding: 2rem 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cpop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.cpop_content {
    position: absolute;
    top: calc(5rem - 1px);
    width: 100%;
    height: calc(100vh - 5rem + 1px);
    background: #992777;
    box-sizing: border-box;
    transform: translateX(100%);
    padding: 2rem;
    overflow-y: auto;
}

.cpop.show {
    z-index: 12;
}

.cpop.show .cpop_content {
    transform: translateX(0);
}

.headsearch {
    margin-bottom: 3rem;
}

.searchrow {
    display: flex;
    align-items: center;
    height: 4rem;
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0 1rem;
}

.searchrow .keyword {
    width: calc(100vw - 10rem)!important;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.3rem;
    color: #333;
}

.searchrow .search {
    width: 2em;
    height: 2em;
    display: block;
    font-size: 2rem;
    background-size: 1em auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/mobile/icon/search.png');
}

.headnav-th {
    font-size: 1.8rem;
    line-height: 4rem;
    color: #fff;
    display: block;
    position: relative;
}

.haschild .headnav-th::after {
    width: 1em;
    height: 1em;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    background-size: 1em auto;
    background-image: url('../images/mobile/icon/select.png');
}

.headnav-item.selected:not(.haschild) .headnav-th {
    background-color: #fff;
    border-radius: 0.5rem;
    color: #992777;
    padding-left: 1rem;
}

.headnav-item:not(.selected) .headnav-td {
    display: none;
}

.headnav-itm {
    color: #E8B3D8;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 4rem;
    padding-left: 1rem;
}

.headnav-itm.selected {
    color: #fff;
}

.i-link {
    padding: 5rem 2.5rem;
    background-color: #fff;
}

.i-link-item {
    display: flex;
    align-items: center;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #616161;
    border-bottom: 1px solid #DDDDDD;
}

.i-link-item:not(:last-child) {
    margin-bottom: 1.2rem;
}

/*标题*/
.boxmt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.boxmt .more a {
    font-size: 1.2rem;
    line-height: 3rem;
    color: #666;
}

.boxmt .more::before {
    content: '';
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    /* border: 1px solid #992777; */
    border: 1px solid #25C6DB;
    border-radius: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0.5rem 0 0;
    font-size: 0.5rem;
}

.boxmtitle {
    position: relative;
    z-index: 3;
}

.boxmtitle .text {
    font-size: 2.4rem;
    line-height: 4.8rem;
    color: #333;
    font-weight: 600;
}

.boxmtitle .text .t {
    /* color: #992777; */
    color: #25C6DB;
}

.boxmtitle .shadow {
    z-index: -1;
    text-transform: uppercase;
    font-size: 5.2rem;
    line-height: 7rem;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Cinzel';
    color: transparent;
    background: linear-gradient(90deg, #E3E3E3 50%, transparent 50%);
    background-size: 0.3rem auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.i-banner,
.i-banner .splide,
.i-banner .img {
    height: 20rem;
}
.i-banner .img {
    width: 100%;
}

.i-banner.sty2,
.i-banner-img {
    height: 14rem;
    width: 100%;
    object-fit: cover;
}

.i-banner.sty2 {
    position: relative;
}

.i-banner.sty2 .i-banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.i-banner.sty2 .i-banner-text .title {
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3rem;
    padding: 0 1.5rem;
    z-index: 3;
}

.i-banner.sty2 .i-banner-text .title::after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 16rem;
    height: 4.5rem;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-image: url('../images/mobile/textbg.png');
}

.i-news {
    padding: 5rem 0;
    background-color: #fff;
}

.i-news .boxmt {
    margin: 0 2.5rem 1.5rem;
}


.i-news-hotitem {
    box-sizing: border-box;
    background-color: #25C6DB;
    cursor: pointer;
}

.i-news-hotitem-pic {
    width: 100%;
    height: 16rem;
    overflow: hidden;
    display: block;
}

.i-news-hotitem-pic .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i-news-hotitem-cnt {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    background-image: url('../images/mobile/boxbg.png');
    background-size: 100% 100%;
}

.i-news-hotitem-cnt .time {
    margin-right: 2rem;
    line-height: 3rem;
    font-family: 'Cinzel';
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}

.i-news-hotitem-cnt .time .t {
    font-size: 2.6rem;
    /* color: #992777; */
    color: #fff;
}

.i-news-hotitem-cnt .time .t::after {
    display: block;
    content: '';
    width: 3rem;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 auto;
}

.i-news-hotitem-cnt .cnt a {
    font-size: 1.8rem;
    color: #fff;
    line-height: 3rem;
    max-height: 6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i-news-list {
    padding: 0 0.8rem;
    margin-top: 2rem;
    overflow: hidden;
}

.i-center-item .i-news-list {
    margin-top: 0;
}

.i-news-item {
    padding: 1.4rem 0;
    box-sizing: border-box;
    cursor: pointer;
}

.i-news-item .title a{
    font-size: 1.8rem;
    line-height: 3rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.i-news-item .time {
    font-size: 1.4rem;
    min-height: 1.5rem;
    line-height: 3rem;
    color: #b3b3b3;
    display: flex;
    align-items: center;

}

.i-news-item .time .dot {
    flex: 1;
    display: block;
    position: relative;
    margin-right: 0.5rem;
    border-bottom: 1px dashed #E5E5E5;
}

.i-news-item .time .dot::before {
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background-color: #97C9C9;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.45em;
    font-size: 0.4rem;
}

.i-news-item:hover {
    padding: 1.4rem;
    box-shadow: 0 0 0 1px #25C6DB;
    background-color: #FBF9FB;
}

.i-news-item:hover .title a{
    color: #25C6DB;
}

.i-news-item.bigimg {
    padding: 0;
    margin-bottom: 1.8rem;
}

.i-news-item.bigimg .i-news-pic {
    width: 100%;
    height: 18rem;
    overflow: hidden;
    display: block;
}

.i-news-item.bigimg .i-news-pic .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i-news-item.bigimg:hover {
    padding: 0;
}

.i-news-item.bigimg:hover .i-news-pic .img {
    transform: scale(1.05);
}

.i-center {
    padding: 5rem 2rem;
    background-color: rgba(204, 204, 204, 0.1);
}

.i-center-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.i-center-tabItem:not(.selected) .boxmtitle .shadow {
    display: none;
}

.i-center-tabItem .boxmtitle .shadow {
    font-size: 3.2rem;
}

.i-center-tabItem .boxmt {
    margin-bottom: 0;
}

.i-center-tabItem:not(.selected) .boxmtitle .text,
.i-center-tabItem:not(.selected) .boxmtitle .text .t {
    color: #888;
    font-size: 2rem;
    font-weight: 400;
}

.i-center-item:not(.show) {
    display: none;
}

.i-education-btn {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.i-education-a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #25C6DB;
    /* color: #992777; */
    display: flex;
    align-items: center;
}

.i-education-a::after {
    content: '';
    display: block;
    width: 14rem;
    height: 6.6rem;
    background-size: 100% 100%;
    background-image: url('../images/mobile/icon/morebg.png');
    margin: 0 0 -3px -6em;
}

.i-notice-item {
    background-color: #fff;
    padding: 1.4rem 1.4rem 2.1rem;
    /* border-bottom: 2px solid rgba(158, 50, 126, 0.3); */
    border-bottom: 2px solid rgba(37, 198, 219, 0.3);
    cursor: pointer;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.i-notice-item:not(:last-child) {
    margin-bottom: 1.8rem;
}

.i-notice-item .title a{
    font-size: 1.6rem;
    line-height: 3rem;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.i-notice-item .time {
    font-size: 1.4rem;
    color: #454545;
    line-height: 3rem;
}

.i-notice-item .time::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: 1em auto;
    background-image: url('../images/mobile/icon/time.png');
    font-size: 1.8rem;
    vertical-align: middle;
    margin: -3px 1rem 0 0;
    transition: all 0.3s;
}

.i-notice-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url('../images/mobile/boxbg.png');
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: all 0.3s;
    z-index: -1;
}

.i-notice-item:hover:before {
    transform: translateY(0);
}

.i-notice-item:hover .title a,
.i-notice-item:hover .time {
    color: #fff;
}

.i-notice-item:hover .time::before {
    background-position-y: -1em;
}

.i-dynamic-item {
    display: flex;
    align-items: stretch;
    cursor: pointer;
    position: relative;
    z-index: 3;
    overflow: hidden;
    box-sizing: border-box;
}

.i-dynamic-item:not(:last-child) {
    margin-bottom: 2.6rem;
}

.i-dynamic-pic {
    width: 12rem;
    height: 8rem;
    overflow: hidden;
    margin-right: 2rem;
    display: block;
}

.i-dynamic-pic .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.i-dynamic-cnt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.i-dynamic-title a{
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-height: 4.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #222;
}

.i-dynamic-time {
    font-size: 1.4rem;
    color: #454545;
    line-height: 3rem;
}

.i-dynamic-item::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: 100% 100%;
    background-image: url('../images/mobile/boxbg.png');
    transform: translateX(-101%);
    transition: all 0.3s;
}

.i-dynamic-item:hover::before {
    transform: translateX(0);
}



.i-dynamic-item:hover .i-dynamic-pic .img {
    transform: scale(1.05);
}

.i-dynamic-item:hover {
    padding: 1rem;
}

.i-dynamic-item:hover .i-dynamic-title a,
.i-dynamic-item:hover .i-dynamic-time {
    color: #fff;
}


.i-art {
    padding: 6rem 1.5rem 4rem;
    background-image: url('../images/mobile/artbg.png'), linear-gradient(90deg, #F1F4F8 0%, #F8F9FA 100%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}


.i-art-nav {
    margin: 0 2rem -3rem;
    padding: 2rem 2.5rem 1.2rem;
    box-sizing: border-box;
    position: relative;
    z-index: 112;
}

.i-art-nav .boxmt {
    margin-bottom: 0;
}

.i-art-nav::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8.5rem;
    background-size: 100% 100%;
    background-image: url('../images/mobile/artnavbg.png');
    z-index: -1;
}

.i-art-cnt {
    flex: 1;
    height: 25rem;
}

.i-art-pic,
.i-art-pic .img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
	z-index: 4;
}

.i-art-pic .playico {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 0.78em;
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/mobile/icon/play.png');
    transform: translate(-50%, -50%);
    font-size: 5rem;
}



.i-teaching {
    background-color: #fff;
    padding: 5rem 0;
}

.i-teaching .boxmt {
    margin: 0 2rem 3rem;
}

.i-teaching-pic {
    height: 23rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.i-teaching-pic .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i-teaching-pic::before {
    content: '';
    display: block;
    width: 5rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../images/mobile/rightbg.png');
    background-size: 100% 100%;
    z-index: 2;
}

.i-teaching-cnt {
    padding: 1.8rem 1.5rem;
    z-index: 3;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #333;
    box-sizing: border-box;
    font-weight: 500;
}

.i-teaching-cnt .text {
    max-height: 5.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.i-body {
    padding: 0 1.8rem 5rem;
}

.i-site-box {
    height: 7rem;
    border-bottom: 2px solid #BFA161;
    margin-bottom: 3rem;
}

.i-site-tab {
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
}

.i-site-tabitem {
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    height: 7rem;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500;
    color: #999999;
}

.i-site-tabitem.selected {
    color: #25C6DB;
}

.i-site-tabitem.selected::before {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: currentColor;
}

.i-site-tabitem:not(:last-child) {
    margin-right: 3em;
}

.i-site-tabitem:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    right: -1.5em;
    height: 1em;
    top: 50%;
    margin-top: -0.5em;
    width: 0;
    border: 1px dashed #CDCBC6;
}


.news-item {
    display: flex;
    align-items: center;
    height: 8rem;
    justify-content: space-between;
    border-bottom: 2px solid #F3F3F3;
    cursor: pointer;
}

.news-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #333;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-text::before {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1em;
    box-sizing: border-box;
    font-size: 0.6rem;
    border: 1px solid #25C6DB;
    content: '';
    margin: -3px 1rem 0 0;
}

.news-time {
    font-size: 1.4rem;
    color: #888;
    line-height: 1.8rem;
}

.news-item:hover {
    background-color: #FBF9FB;
    box-shadow: 0 0 0 1px #25C6DB;
    padding: 0 1.5rem;
}

.news-item:hover .news-text {
    color: #25C6DB;

}

.i-page-box {
    margin: 3rem 0;
}

.page-box,
.page-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-box>:not(:last-child) {
    margin-right: 1rem;
}

.page-list {
    background-color: #F5F5F5;
    height: 4rem;
    border-radius: 4rem;
}

.page-list .itm {
    width: 2em;
    height: 2em;
    border-radius: 1em;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
}

.page-list .itm.selected {
    /* color: #992777; */
    color: #25C6DB;
    border: 1px solid currentColor;
}

.page-btn {
    width: 1em;
    height: 1em;
    border-radius: 1em;
    font-size: 3.2rem;
    /* background-color: rgba(196, 91, 165, 0.2); */
    background-color: rgba(96, 200, 201, 0.2);
    position: relative;
}

.page-btn::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    background-size: 1em auto;
    background-image: url('../images/mobile/icon/arrow.png');
    font-size: 1.4rem;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
}

.page-btn.next::before {
    transform: rotate(180deg);
}

.page-jump {
    display: flex;
    align-items: center;
}

.page-jump:not(.sty2) {
    justify-content: space-between;
    margin-top: 1rem;

}

.page-jump>:not(:last-child) {
    margin-right: 0.6rem;
}

.page-jump .itm {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #666;
    display: flex;
    align-items: center;
}

.page-goto {
    width: 2.2em;
    height: 2.2em;
    font-size: 1.4rem;
    border-radius: 2rem;
    color: #fff;
    background-color: #25C6DB;
    /* background-color: #992777; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-selcet {
    position: relative;
    margin: 0 0.5rem;
    cursor: pointer;
}

.page-selcet-th {
    border-radius: 4rem;
    height: 3.4rem;
    width: 6.2rem;
    box-sizing: border-box;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CBCDD1;
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    z-index: 4;
    background-color: #fff;
}

.page-selcet-th::after {
    display: block;
    content: '';
    width: 1em;
    height: 1em;
    font-size: 0.8rem;
    background-size: 1em auto;
    background-image: url('../images/mobile/icon/rgt.png');
}

.page-selcet:not(.show) .page-selcet-td {
    display: none;
}

.page-selcet-td {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 1.7rem 1.7rem 1rem 1rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
    z-index: 3;
    padding-top: 3.4rem;
    overflow: hidden;
}

.page-selcet-td .item {
    text-align: center;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 3rem;
}

.page-selcet-td .item:hover {
    color: #fff;
    background-color: #25C6DB;
    /* background-color: #992777; */
}

.i-article-head {
    margin-bottom: 4.5rem;
}

.i-article-title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.6rem;
    color: #333333;
    text-align: left;
    margin-bottom: 1.6rem;
}

.i-article-info {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #999999;
    /* text-align: center; */
}


.i-article-body {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 2.8rem;
    color: #454545;
}

.i-article-body>:not(:last-child) {
    margin-bottom: 1em;
}

.i-article-pic .img {
    display: block;
    margin: 0 auto;
}

.i-article-pic .text {
    color: #666666;
    text-align: center;
    margin-top: 1.2rem;
}

.i-tool {
    padding: 5rem 2rem;
	background: linear-gradient(90deg, rgba(136, 154, 179, 0.064) 0%, rgba(38, 153, 145, 0.036) 100%);
}

.i-tool-item {
	width: 100%;
	box-sizing: border-box;
	padding: 2.5rem 5rem 2.5rem 0;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.6rem;
	color: #555555;
	cursor: pointer;
	position: relative;
	bottom: 1px;
	z-index: 3;
	/* border-bottom: 1px solid #992777; */
	border-bottom: 1px solid #25C6DB;
}

.i-tool-item::after {
	width: 3.25em;
	height: 1em;
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s;
	margin-top: -0.5em;
	font-size: 0.8rem;
	background-size: 100% 100%;
	background-image: url('../images/mobile/icon/goto.png');
}


.i-tool-item .th {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
	color: #25C6DB;
	/* color: #992777; */
	margin-bottom: 1.4rem;
}

.i-tool-item .td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.i-tool-item:hover {
	padding-left: 1rem;
	padding-right: 6rem;
	background-color: #FBF9FB;
}

.i-tool-item:hover::after {
	right: 2rem;
}
#wp_paging_w8{
    overflow: hidden;
	clear: both;
}
.wp_paging,.wp_paging li,.wp_paging li span,.wp_paging li a{
	float: none!important;
}
.wp_paging .pages_count{
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	margin: 1rem;
}
.wp_paging .page_nav{
	display: flex;
	justify-content: space-between;
	height: auto;
}
.wp_paging .page_nav a{
	margin: 0;
	font-size: 0;
	padding: 0.5rem;
	border-radius: 3rem;
	border: 1px solid #25C6DB;
	color: #fff;
	background-color: #25C6DB;
	width: 6rem;
	text-align: center;
}
.wp_paging .page_nav a::after{
	font-size: 1.4rem;
}
.wp_paging .page_nav a.first::after{
	content: '首页';
}
.wp_paging .page_nav a.prev::after{
	content: '上一页';
}
.wp_paging .page_nav a.next::after{
	content: '下一页';
}
.wp_paging .page_nav a.last::after{
	content: '尾页';
}
.wp_paging .page_jump{
	margin: 1rem 0;
	display: flex;
	align-items: center;
	padding: 1rem;
	background-color: #25C6DB;
	border-radius: 3rem;
	color: #fff;
	font-size: 1.4rem;
}
.wp_paging .page_jump .pages{
	flex: 1;
	display: block;
}
.wp_paging .page_jump .pages .curr_page{
	font-size: 2.4rem;
	margin: 0 0.5rem;
	font-weight: bold;
}
.wp_paging .page_jump input{
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	background-color: #fff;
	border-radius: 3rem;
	color: #333;
	text-align: center;
	width: 4rem;
	font-size: 1.4rem;
	margin: 0;
}
.wp_paging .page_jump a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	font-size: 0;
	background-color: #fff;
}
.wp_paging .page_jump a::before{
	display: block;
	content: 'GO';
	font-size: 1.4rem;
	color: #25C6DB;
}

.wp_video_player,.wp_video_player video{
	width: 100%!important;
	height: 25rem!important;
}
