/*#app {*/
/*    background: url(/images/p-bg4.jpg) no-repeat center top;*/
/*    -o-background-size: 100% auto;*/
/*    -ms-background-size: 100% auto;*/
/*    -moz-background-size: 100% auto;*/
/*    -webkit-background-size: 100% auto;*/
/*    background-size: 100% auto;*/
/*}*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: .1rem 0;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*z-index: 1000;*/
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 1.38rem;
    background: url("/images/top_bg.png") center repeat-x;
    background-size: auto 99%;
    /*z-index: -1;*/
    /*pointer-events: none;*/
    /*transition: .5s*/
}

.scrollDown .header {
    top: -1.15rem
}

.header:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    background: #671482;
    z-index: 1;
    transition: .3s linear
}

.header .wp {
    position: relative;
    z-index: 3;
    max-width: 98%;
    width: calc(100% - .5rem);
    /*align-items: center;*/
}

.header.on:before {
    height: 1.75rem
}

.header.on {
    transform: translateY(-101%);
    opacity: 0;
}

.header.on1 {
    transform: translateY(0);
    opacity: 1;
}

/*.header-bg {*/
/*    !*background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);*!*/
/*    background: #671482;*/
/*}*/

.header .logo {
    margin-top: .15rem;
    padding-left:.6rem;
}

.header .logo img {
    height: .64rem;
}

.header .h-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 1rem;
}

.header .h-right .h-top-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /*height: .42rem;*/
    align-items: center;
    /*padding-right: .2rem;*/
    margin-bottom: .15rem;
}

.header .h-right .h-top-link ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header .h-right .h-top-link ul li {
    padding: 0 .2rem;
    position: relative;
}

.header .h-right .h-top-link ul li:last-child {
    /*margin-left: .2rem;*/
}

.header .h-right .h-top-link ul li a {
    font-size: .15rem;
    color: rgba(255, 255, 255, .75);
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: .3rem;
}

.header .h-right .h-top-link ul li a:hover {
    color: #fff;
}

.header .h-right .h-top-link ul li:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: .12rem;
    background: rgba(255, 255, 255, .2);
    top: 50%;
    margin: -.06rem 0 0;
}

/*.header .h-right .h-top-link ul li:nth-child(1):before {*/
/*    display: none*/
/*}*/

.header .h-right .h-top-link .search {
    /*width: 0;*/
    height: .26rem;
    margin-left: .15rem;
    /*background-color: #ffffff;*/
    /*border-radius: 0.02rem;*/
    box-sizing: border-box;
    /*padding: 0 0.05rem;*/
    /*transition: .5s;*/
    color: #909399;
    text-align: center;
    line-height: .26rem;
    cursor: pointer;
}

.header .h-right .h-top-link .search i {
    font-size: .16rem;
    font-weight: 600;
}

.header .h-right .h-top-link .search:hover i {
    color: #ffffff;
}

/*.header .h-right .h-top-link .search:hover {*/
/*    width: 1.8rem;*/
/*    background-color: #ffffff;*/
/*    padding: 0 0.05rem;*/
/*}*/

/*.header .h-right .h-top-link .search .search-key {*/
/*    height: .26rem;*/
/*    width: 0;*/
/*    background: #ffffff;*/
/*    line-height: .26rem;*/
/*    !*padding: 0 .2rem 0 .05rem;*!*/
/*    font-size: 0.14rem;*/
/*    visibility: hidden;*/
/*    transition: .5s;*/
/*}*/

/*.header .h-right .h-top-link .search:hover .search-key {*/
/*    visibility: visible;*/
/*    width: 1.36rem;*/
/*    padding: 0 .2rem 0 .05rem;*/

/*}*/

/*.header .h-right .h-top-link .search .search-btn {*/
/*    height: .26rem;*/
/*    z-index: 4;*/
/*    color: #909399;*/
/*    text-align: center;*/
/*    line-height: .20rem;*/
/*    cursor: pointer;*/
/*    background: rgba(255, 255, 255, 0);*/
/*}*/

/*.header .h-right .h-top-link .search:hover .search-btn {*/
/*    width: .26rem;*/
/*}*/

/*.header .h-right .h-top-link .search .search-btn i {*/
/*    font-size: .16rem;*/
/*    font-weight: 600;*/
/*}*/

.header .h-right .nav {
    /*padding-top: .36rem;*/
}

.header .h-right .nav ul li {
    padding: 0 .25rem;
    position: relative;
}

.header .h-right .nav ul li:last-child {
    padding-right: 0;
}

.header .h-right .nav ul li .name {
    padding-bottom: .26rem;
    position: relative;
}

.header .h-right .nav ul li .name i.icon-plus {
    display: none;
}

.header .h-right .nav ul li a {
    color: #ffffff;
    font-size: .2rem;
    font-weight: 600;
}

.header .h-right .nav ul li .name:before {
    content: '';
    width: 3px;
    height: 0;
    left: calc(50% - .015rem);
    top: 100%;
    margin: 0 auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #671482;
    margin-left: -1px;
    position: absolute;
}

.header .h-right .nav ul li .name:after {
    content: '';
    width: 0;
    height: .03rem;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #671482;
}

.header .h-right .nav ul li:hover .name:after {
    width: .8rem;
}

.header .h-right .nav ul li:hover .name:before {
    height: .26rem;
}

.header .h-right .nav ul li.subno .name:before {
    display: none;
}

.header .h-right .nav ul li .sub {
    position: absolute;
    top: .72rem;
    left: 0;
    width: 6.4rem;
    padding: .3rem;
    /*background: url(/images/navbg2.jpg) no-repeat center;*/
    background: #fff;
    background-size: cover;
    z-index: 10;
    border-top: 3px solid #671482;
    transition: .3s;
    box-shadow: 0 0 10px rgba(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    align-items: flex-start;
}

.header .h-right .nav ul li:nth-child(n+4) .sub {
    left: -4.8rem;
}

.header .h-right .nav ul li .sub ul {
    width: calc(100% - 2.15rem);
    display: flex;
    flex-wrap: wrap;
}

.header .h-right .nav ul li .sub ul li {
    padding: .1rem 0;
    width: 33.333%;
}

.header .h-right .nav ul li .sub ul li a {
    color: #303133;
    font-size: .16rem;
    font-weight: normal;
}

.header .h-right .nav ul li .sub ul li a:hover {
    color: #671482;
}

.header .h-right .nav ul li .sub .img-box {
    padding-bottom: 0;
    width: 2rem;
}

.header .h-right .nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.header .navbtn {
    width: 1rem;
    height: .85rem;
    background: url(/images/btnnav_bg.png) no-repeat top right;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
    line-height: .85rem;
    padding-left: .15rem
}

.header .navbtn i {
    font-size: .38rem;
    transition: .3s
}

.header .nav-btn {
    width: .36rem;
    transition: .3s;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    display: none;
}

.header .nav-btn .icon-nav {
    color: #fff;
    font-size: .36rem;
}

.header .nav-btn .icon-close {
    color: #fff;
    font-size: .36rem;
    display: none;
}

/* 全局导航 */
.global-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/global_nav_bg.jpg) no-repeat center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.global-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto
}

.global-nav .scroll ul {
    max-width: 14.6rem;
    margin: 0 auto
}

.global-nav .scroll li {
    width: 10%;
    text-align: center;
    padding-top: .45rem
}

.global-nav .scroll li h2 {
    font-size: .2rem;
}

.global-nav .scroll li a {
    color: #fff
}

.global-nav .scroll li a:hover {
    color: #671482
}

.global-nav .scroll li .list {
    padding: .2rem 0
}

.global-nav .scroll li .list h3 {
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.3em;
    padding: .1rem 0
}

.global-nav .scroll li .list dl {
    padding-bottom: .2rem
}

.global-nav .scroll li .list dd {
    font-size: .14rem;
    line-height: .3rem;
    opacity: .65
}

body.navShow {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%
}

body.navShow .global-nav {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease 0s;
}
body.navShow .header .h-right .h-top-link {
    margin-top: .25rem;
    margin-bottom: 0;
    transition: all 0.6s ease 0s;
}
body.navShow .header .h-right .nav {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

body.navShow .header .navbtn i:before {
    content: "\eb6a";
}


/* banner */
.banner {
    width: 100%;
    height: 100%;
}

.banner .swiper-banner {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 500px;
}

/*.banner .swiper-banner .swiper-slide .bg video{ width: 100%; height: 100%; object-fit: cover}*/
.banner .swiper-banner .swiper-slide .img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20%;
    background-size: 100% 100%;
    z-index: 1;
    bottom: 0;
}

.banner .swiper-banner .swiper-slide .img {
    -webkit-transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: 5s;
    background-size: cover !important;
    background-position: center;
    width: 100%;
}

.banner .swiper-banner .swiper-slide-active .img {
    -webkit-transform: scale(1);
}

.banner .swiper-banner .swiper-slide .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-banner .swiper-btn a{
    position:absolute;
    top:50%;
    z-index:10;
    display:block;
    margin-top:-.25rem;
    width:.5rem;
    height:.5rem;
    border:1px solid #fff;
    border-radius:50%;
    color:#fff;
    text-align:center;
    font-size:.24rem;
    line-height:.48rem
}
.banner .swiper-banner .swiper-btn a.prev{
    left:.2rem;
    background:rgba(103,20,130,.2);
}
.banner .swiper-banner .swiper-btn a.next{
    right:.2rem;
    background:rgba(103,20,130,.2);
}
.banner .swiper-banner .swiper-btn a:hover{
    background:rgba(103,20,130,.5)
}

.banner .swiper-pgn {
    z-index: 5;
    position: absolute;
    bottom: .3rem;
    left: 0;
    text-align: center;
}
.banner .swiper-pgn span {
    color: #fff;
    width: .4rem;
    height:.04rem;
    background:#fff;
    opacity:1;
    margin: 0 .06rem!important;
    position: relative;
    border-radius: .2rem;
}
/*.banner .swiper-pgn span.active{*/
/*    !*opacity: 1;*!*/
/*    background: #d20b17;*/
/*}*/
.banner .swiper-pgn span.active{opacity: 1;}
.banner .swiper-pgn span.active i{display: block;}
.banner .swiper-pgn span i{
    position: absolute;
    left:0;
    top: -1px;
    bottom: -1px;
    width: 0;
    background: var(--primary-color);
    display: none;
    border-radius: .2rem;
}


.section-a {
    padding: .45rem 0;
    width: 100%;
    background: #fff url(../images/section-bg1.jpg) bottom center no-repeat;
    background-size: cover;

}

.lgyw .box-hd {
    /*border-bottom: 1px solid #e4e7ed;*/
    margin-bottom: .35rem;
}

.lgyw .box-hd .tit p {
    left: .16rem;
    transform: translateX(0);
}


.lgyw .box-bd {
    align-items: flex-start;
}

.lgyw .box-bd .lbbox {
    width: calc(100% - 4.8rem);
    display: block;
}

.lgyw .swiper-container {
    width: 100%;
}

.lgyw .swiper-container .swiper-slide {
    width: 100%;
    height: 7.4rem;
}

.lgyw .swiper-container .swiper-slide a {
    flex-direction: column;
    position: relative;
}

.lgyw .swiper-container .swiper-slide a .img-box {
    overflow: hidden;
    width: 100%;
}

.lgyw .swiper-container .swiper-slide a .img-box .img {
    width: 100%;
    height: 6.32rem;
}

.lgyw .swiper-container .swiper-slide a .txt {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    position: absolute;
    height: 1.2rem;
    bottom: -.87rem;
    left: .15rem;
    right: .15rem;
    padding: .15rem .3rem;
    background-color: #ffffff;
    box-shadow: 2px 0 7px rgba(35, 68, 98, 0.2);
    /*border-radius: .06rem;*/
    z-index: 1;
}

.lgyw .swiper-container .swiper-slide a .txt h4 {
    font-size: .2rem;
    color: #333;
    margin-bottom: .09rem;
    /*line-height: .3rem;*/
    font-weight: 400;
}

.lgyw .swiper-container .swiper-slide a .txt p {
    color: #909399;
    font-size: .16rem;
    line-height: .28rem;
}


.lgyw .swiper-pagination {
    text-align: right;
    bottom: 1.5rem;
    padding-right: .2rem;
}

.lgyw .swiper-pagination .swiper-pagination-bullet {
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.lgyw .swiper-pagination .active {
    width: .3rem;
    /*background: var(--primary-color);*/
}

.lgyw .box-bd .list {
    width: 4.4rem;
    background: #fff;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
}

.lgyw .box-bd .list ul {
    background: #fff;
}

.lgyw .box-bd .list ul li:nth-child(1) {
    /*padding: 0 0 .12rem;*/
}

.lgyw .box-bd .list ul li {
    position: relative;
}

.lgyw .box-bd .list ul li:after {
    position: absolute;
    right: .25rem;
    bottom: 0;
    left: .25rem;
    height: 1px;
    background: #e4e7ed;
    content: '';
}

.lgyw .box-bd .list ul li:last-child:after {
    display: none;
}

.lgyw .box-bd .list ul li a .img-box .img {
    padding-bottom: 0;
    height: 2.58rem;
}


.lgyw .box-bd .list ul li:first-child .txt {
    padding-top: .25rem;
    height: 1rem;
}

.lgyw .box-bd .list ul li:first-child .txt h4 {
    width: 100%;
}

.lgyw .box-bd .list ul li a .txt {
    position: relative;
    display: flex;
    /*padding: .195rem .25rem;*/
    padding: .15rem .25rem;
    justify-content: space-between;
    align-items: center;
}

.lgyw .box-bd .list ul li:first-child a .txt time {
    position: absolute;
    top: -.5rem;
    left: .25rem;
    width: .68rem;
    height: .68rem;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-size: .14rem;
    border-radius: .06rem;
}

.lgyw .box-bd .list ul li:first-child a .txt time span {
    display: block;
    font-size: .28rem;
    color: #ffffff;
}

.lgyw .box-bd .list ul li a .txt time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: .6rem;
    color: #909399;
    text-align: center;
    font-size: .16rem;
}

.lgyw .box-bd .list ul li a .txt time span {
    display: block;
    font-size: .28rem;
    color: var(--primary-color);
}

.lgyw .box-bd .list ul li a .txt h4 {
    width: calc(100% - .8rem);
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem \0;
    font-weight: normal;
}

.section-b {
    padding: 0.6rem 0;
    position: relative;
    z-index: 10;
    /*background: linear-gradient(180deg, #EEF3F9 0%, rgba(238, 243, 249, 0) 100%);*/
    background: url("/images/section-bg3.jpg") top center no-repeat;
    background-size: cover;
}

.section-b::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 3.2rem;
    background: var(--primary-color);
    z-index: -1;
}

.notice {
    width: 36%;
}

.notice .box-hd {
    padding-top: .3rem;
    margin-bottom: .42rem;
}

.notice .box-hd .tit h3 {
    color: #fff;
    line-height: .54rem;
}

.notice .box-hd .tit p {
    color: #fff;
    opacity: .2;
}
.notice .box-hd .more a {
    color:#ffffff;
}
.notice .box-hd .more a:hover {
    color: #f4f4f5;
}

.notice .box-bd ul {
    width: 100%;
    background: #ffffff;
    border-radius: .1rem;
    padding: 0 .4rem;
    /*filter: drop-shadow(0rem 0.06rem 0.37rem rgba(0, 0, 0, 0.2));*/
}

.notice .box-bd ul li a .txt {
    align-items: center;
    height: 1.36rem;
    /*padding: 0 0.2rem;*/
    border-bottom: 1px solid #e4e7ed;
}

.notice .box-bd ul li a .txt h4 {
    flex: 1;
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem \0;
    font-weight: normal;
}

.notice .box-bd ul li a .txt h4 span {
    color: var(--primary-color);
}

.notice .box-bd ul li:hover a .txt h4 span {
    color: var(--primary-color);
}


.notice .box-bd ul li a .txt time {
    width: .72rem;
    height: .72rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    font-size: .14rem;
    margin-right: .2rem;
    background: var(--primary-color);
    border-radius: .08rem;
}

.notice .box-bd ul li a .txt time span {
    display: block;
    font-size: .28rem;
    color: #ffffff;
}




.zhxw {
    /*width: calc(65% - .35rem);*/
    /*margin-left: .35rem;*/
    width: 61%;
}

.zhxw .box-hd {
    padding-top: .3rem;
    margin-bottom: .42rem;
}
.zhxw .box-hd .more a {
    color:#ffffff;
}
.zhxw .box-hd .more a:hover {
    color: #f4f4f5;
}

.zhxw .box-bd ul {
    width: 100%;
}
.zhxw .box-hd .tit h3 {
    color: #fff;
    line-height: .54rem;
}

.zhxw .box-hd .tit p {
    color: #fff;
    opacity: .2;
}


.zhxw .box-bd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.15rem 0.4rem;
    background: #fff;
    z-index: 1;
    /*position: relative;*/
    border-radius: .1rem;
}

/*.zhxw .box-bd ul:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: -1.6rem;*/
/*    height: 100%;*/
/*    bottom: 0;*/
/*    background: #fff;*/
/*    border-radius: .1rem 0 0 0;*/
/*    z-index:-1;*/
/*}*/

.zhxw .box-bd ul li {
    position: relative;
    width: 100%;
    padding: .15rem 0;
    /*margin-bottom: .2rem;*/

}
.zhxw .box-bd ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.zhxw .box-bd ul li a .img-box {
    width: 1.68rem;
    height: 1rem;
}

.zhxw .box-bd ul li a .txt {
    flex: 1;
    /*padding: .1rem 0 .1rem .5rem;*/
    margin-left: .4rem;
    /*padding-right: .5rem;*/
    border-bottom: 1px solid #e4e7ed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zhxw .box-bd ul li.nopic a .txt {
    width: 100%;
    padding: 0;

}

.zhxw .box-bd ul li a .txt h4 {
    font-size: .18rem;
    /*margin-bottom: .15rem;*/
    /*height: .24rem\0;*/
    line-height: .3rem;
    font-weight: 400;
}

.zhxw .box-bd ul li a .txt time {
    font-size: .16rem;
    color:#909399;
    line-height: .3rem;
    /*margin-bottom: .12rem;*/
}

.section-c {
    padding: .6rem 0;
    width: 100%;
    background: linear-gradient(180deg, #f8f8f8 0%, rgba(238, 243, 249, 0) 100%);
    /*background: linear-gradient(180deg, #EEF3F9 0%, rgba(238, 243, 249, 0) 100%);*/
}

.academic {
    width: calc(54% - .48rem);
}
.academic .box-hd .tit p {
    /*color: #ffffff;*/
}
.academic .box-bd ul li {
    width: 48%;
    padding: .23rem .2rem;
    border-bottom: .02rem solid var(--primary-color);
    background: #fff;
    margin-top: .2rem;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
}

.academic .box-bd ul li a .txt {
    position: relative;
    display: flex;
    /*padding: .15rem .2rem;*/
    justify-content: space-between;
    align-items: center;
}
.academic .box-bd ul li a .txt h4 {
    width: calc(100% - .8rem);
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem\0;
    font-weight: normal;
}
.academic .box-bd ul li a .txt h4 span {
    color: var(--primary-color);
}


.academic .box-bd ul li a .txt time {
    width: .6rem;
    height: .6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #909399;
    text-align: center;
    font-size: .16rem;
    margin-left: .2rem;
}

.academic .box-bd ul li a .txt time span {
    display: block;
    font-size: .28rem;
    color: var(--primary-color);
}



.academicimg {
    width: 46% ;
}
.academicimg .box-bd {
    /*height: 4.4rem;*/
    background-image: url("/images/xsdt-img-bg.png");
    background-position: right; /* 可选，确保背景图片居中 */
    background-repeat: no-repeat;
    background-size: cover;
    padding: .3rem .3rem .3rem 0;
}
.academicimg .box-bd .img-box {
    width: 100%;
}
.academicimg .box-bd .img-box .img {
    padding-bottom: 0;
    height: 3.8rem;
}


.section-c1 {
    padding: .6rem 0 .6rem;
    width: 100%;
    background: url("/images/section-bg2.jpg") bottom center no-repeat;
    background-size: cover;
}

.column .box-hd {
    margin-bottom: .3rem;
}
.column .box-hd .tit p {
}

.column .box-bd .swiper-ztzl {
    width: 100%;
}
.column .box-bd .swiper-ztzl ul li {
    width: calc(25% - .5rem);
    margin-right: .5rem;
}

.column .box-bd .swiper-ztzl ul li a .img-box:after {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e767';
    font-size: .24rem;
    /*font-weight: bold;*/
    position: absolute;
    color: #f9f9f9;
    left: 50%;
    transform: translateX(-50%);
    bottom: .12rem;
}

.column .box-bd .swiper-ztzl ul li a:hover .img-box:after {
    font-weight: bold;
    color: #ffffff;
}


.footer {
    width: 100%;
    color: #fff;
    background-image: radial-gradient(circle, #5245d3, var(--primary-color));
}

.tft {
    padding: 0.6rem 0;
}

.tft .tft-a {
    /*margin-left: .5rem;*/
}

.tft .tft-a .logo {
    /*margin-left: .1rem;*/
    margin-bottom: 0.22rem;
}

.tft .tft-a .logo img {
    height: 0.56rem;
}

.tft .item .info p {
    margin-bottom: 0.1rem;
    padding-left: .1rem;
}

.tft .item .info p i {
    font-size: .18rem;
    margin-right: .1rem;
}

.tft .tft-b {
    padding-left: .3rem;
}

.tft .tft-b .link {
    width: 5.6rem;
    margin-top: .2rem;
}

.tft .tft-b .link ul li {
    width: 33.3333%;
    padding-bottom: .12rem;
}

.tft .tft-b .link ul li a {
    color: #fff;
}

.tft .tft-c {

}

.tft .tft-c ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: .3rem;
    cursor: pointer;
    height: .76rem;
    position: relative;
}


.tft .tft-c ul li .app-icon {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    text-align: center;
    line-height: .48rem;
}

.tft .tft-c ul li .app-icon i {
    font-size: .24rem;
}

.tft .tft-c ul li .weibo {
    background: #ff8200;
}

.tft .tft-c ul li .wechat {
    background: #07c160;
}

.tft .tft-c ul li .wechat i {
    font-size: .28rem;
}

.tft .tft-c ul li .qq {
    background: #0085FF;
}

.tft .tft-c ul li .qq i {
    font-size: .28rem;
}

.tft .tft-c ul li .app-qrcode {
    /*display: none;*/
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: .05rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.tft .tft-c ul li .app-qrcode .app-qrcode-con {
    width: 1.28rem;
    height: 1.28rem;
    position: relative;
}

.tft .tft-c ul li .app-qrcode .app-qrcode-con:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.2rem;
    border: .08rem solid transparent;
    border-top-color: #fff;
}

.tft .tft-c ul li .app-qrcode .app-qrcode-con img {
    width: 100%;
    height: 100%;
}

.tft .tft-c ul li:hover .app-qrcode {
    opacity: 1;
    visibility: visible;
}

.tft .tft-c ul li:last-child {
    margin-right: 0;
}

.tft .tft-c ul li a {
    color: #fff;
    margin-bottom: .1rem;
}

.footer .bft {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.footer .bft p {
    font-size: .14rem;
    line-height: .56rem;
    color: #fff;
}

.footer .bft p a {
    color: #fff;
}


.advbox {
    position: fixed;
    bottom: .2rem;
    right: .1rem;
    z-index: 1000;
    display: none;
}

.advbox .advpic {
    position: relative;
    height: 1.2rem;
    overflow: hidden;
}

.advbox .advpic img {
    width: 2.4rem;
    height: 1.2rem;
}

.advbox .advpic .closebtn {
    width: .44rem;
    text-align: center;
    line-height: .26rem;
    font-size: .14rem;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}


.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: rgb(0, 99, 217);
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9;
}

.search-dialog-box.on::before {
    height: 100%;
    display: none;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 0.44rem;
    line-height: 0.56rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: rgb(102, 102, 102);
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem;
}

.search-dialog .search-input .search-btn {
    float: right;
    height: 0.7rem;
    width: 1rem;
    background-color: var(--primary-color);
    cursor: pointer;
}

.search-dialog .search-input .search-btn i {
    font-size: 0.32rem;
    color: #ffffff;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
    font-size: 0px;
    width: 0.49rem;
    margin: 0.096rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.096rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: 0.06rem;
    line-height: 0.08rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 0.096rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.08rem;
}

.search-dialog .hot-link {
    margin-left: 0.16rem;
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1;
    font-size: 0.06rem;
    line-height: 0.08rem;
    margin-right: 0.12rem;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 0.5rem;
    overflow: hidden;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pub-close i {
    transition: all 0.6s ease 0s;
    color: #ffffff;
}

.pub-close i:hover {
    transform: rotate(180deg);
}
