﻿.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    transition: .3s;
    max-width: 100vw;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 2rem;
    background: url("../images/header-bg.png") center repeat-x;
    background-size: auto 99%;
    z-index: -1;
    pointer-events: none;
    /*transition: .5s*/
}

.header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: .04rem;
    background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
}

.header-bg:before {
    visibility: hidden;
}
/*.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);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.header .wp {
    width: 100%;
    max-width: 100%;
    padding: .1rem .35rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    margin: .15rem 0 !important;
}

/*.header-bg .logo {*/
/*    margin: .15rem 0 !important;*/
/*}*/

.header .logo img {
    height: .56rem;
}

.header .h-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*padding: .05rem 0 .15rem 0;*/
}

.header .h-right .search {
    width: 90%;
    background: #fff;
    height: .36rem;
    margin: .2rem auto;
    padding: 0 0 0 .1rem;
    border-radius: 2px;
    display: none;
}

.header .h-right .search form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header .h-right .search form .search-input {
    flex: 1;
    height: .36rem;
}

.header .h-right .search form .search-btn {
    width: .36rem;
    height: .36rem;
    margin-left: .1rem;
    cursor: pointer;
    background: #fff;
}

.header .h-right .search form .search-btn i {
    font-size: .18rem;
}


/*.header .h-right .h-top-link {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: flex-end;*/
/*    !*height: .42rem;*!*/
/*    align-items: center;*/
/*    padding-right: .2rem;*/
/*}*/

/*.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 .15rem;*/
/*    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: .14rem;*/
/*    color: rgba(255, 255, 255, .75);*/
/*    text-transform: uppercase;*/
/*    display: block;*/
/*    text-align: center;*/
/*    line-height: .36rem;*/
/*}*/

/*.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;*/
/*}*/

/*.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;*/
/*    !*width: .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;*/
/*}*/

.nav {
    /*margin-top: .04rem;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav ul {
    justify-content: flex-end;
}

.nav ul li {
    padding: 0.06rem .2rem;
    position: relative
}

/*.nav ul li:after {*/
/*    content: '';*/
/*    height: 1px;*/
/*    width: 0;*/
/*    background: #c7000b;*/
/*    position: absolute;*/
/*    top: 0rem;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    transition: .3s;*/
/*}*/

/*.nav ul li:hover:after {*/
/*    width: 100%*/
/*}*/

/*.nav ul li.cur:after {*/
/*    width: 100%*/
/*}*/


.nav ul li a {
    font-size: .18rem;
    color: #ffffff;
}

.nav ul li i.icon-plus {
    position: absolute;
    right: 0;
    top: .13rem;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    color:#fff;
    display: none;
}

.nav ul li .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .1rem;
    min-width: 1.4rem;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav ul li .sub .sub-h {
    text-align: center;
    position: relative;
    background: #fff;
    /*padding: .1rem 0;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.nav ul li .sub .sub-h a {
    display: block;
    font-size: .15rem;
    padding: 0 .15rem;
    margin-bottom: 1px;
    background: #fff;
    white-space: nowrap;
    line-height: .4rem;
    color: #000;
}

.nav ul li .sub .sub-h a:hover {
    background: #eee;
    color: #003384;
}

.nav ul li .sub .sub-h:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #fff;
    top: -.16rem;
}

.nav ul li:hover .sub {
    opacity: 1;
    visibility: inherit;
}

.nav .search_btn {
    cursor: pointer;
    padding:0 0.2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    font-size: 0.16rem;
}

.nav .search_btn span {
    align-items: center;
}

.nav .search_btn span .icon {
    width: 0.16rem;
    display: inline-block;
    margin-right: 0.1rem;
    font-weight: 600;
}

.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;
}

.banner {
    width: 100%;
}

.banner .swiper-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .swiper-slide a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 61.8vh;
    /*height: calc(100vh - .35rem);*/
    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:hover {
    background: rgba(255, 255, 255, .2)
}

.banner .swiper-banner .swiper-fd {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 0 0 .1rem;
}

.banner .swiper-banner .swiper-fd:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2.26rem;
    background: url(../images/banner-bottom-bg.png) center bottom repeat-x;
    background-size: auto 99%;
    z-index: -1;
    pointer-events: none;
    transition: .5s;
}
.banner .swiper-banner .swiper-fd .fwpt ul li {
    position: relative;
    flex: 1;
    text-align: center;
}

.banner .swiper-banner .swiper-fd .fwpt ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    visibility: visible;
    background: #909192;

}

.banner .swiper-banner .swiper-fd .fwpt ul li.last:after {
    visibility: hidden;
}

.banner .swiper-banner .swiper-fd .fwpt ul li a {
    color:#ffffff;
    font-size: .2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.banner .swiper-banner .swiper-fd .fwpt ul li a i {
    width: .56rem;
    height: .56rem;
    font-size: .28rem;
    line-height: .56rem;
}

.banner .swiper-banner .swiper-fd .fwpt ul li:hover a,.banner .swiper-banner .swiper-fd .fwpt ul li:hover a i {
    /*color: #1764da;*/
    color: #d2e1f6;
}

.section-a {
    padding: .45rem 0;
    width: 100%;
    /*background: #f2f1e9;*/
    background: url("../images/seciton-bg0.png") bottom center no-repeat;
    background-size: cover;
}


.fwml {
    width: 100%;
}

.fwml .box-hd {
    margin-bottom: .35rem;
}

.fwml .box-hd .tab-hd ul {
    display: flex;
    flex-direction: row;
}

.fwml .box-hd .tab-hd ul li a {
    padding: .1rem .32rem;
    background: #f4f4f5;
    border-radius: .05rem;
    margin-left: .1rem;

}

.fwml .box-hd .tab-hd ul li.cur a {
    background: #1764da;
    color:#fff;
}

.fwml .box-hd .tab-hd ul li:hover a {
    background: #1764da;
    color:#fff;
}

.fwml .tab-bd .tab-bd-item {
    padding: .2rem 0;
    display: none;
}

.fwml .tab-bd .tab-bd-item.cur {
    display: block;
}

.fwml .tab-bd .tab-bd-item ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.fwml .tab-bd .tab-bd-item .tab-bd-item-more {
    width: 100%;
    margin-top: .3rem;
    text-align: center;
}

.fwml .tab-bd .tab-bd-item .tab-bd-item-more a i {
    font-size: .24rem;
    color: #909399;
}


.fwml .tab-bd ul li {
    width: 1.825rem;
}

.fwml .tab-bd ul li a {
    /*width: 1.225rem;*/
    /*padding: 0.3rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fwml .tab-bd ul li a .app {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #1764da;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.fwml .tab-bd ul li a .app i {
    font-size: .32rem;
    color: #ffffff;
}

.fwml .tab-bd ul li a .txt {
    margin-top: .2rem;
}

.fwml .tab-bd ul li a .txt h4 {
    font-size: .16rem;
    line-height: .28rem;
    font-weight: 500;
}



.service {
    width: 100%;
}

.service .tab {
    width: 16.18%;
    height: 4.2rem;
    margin-right: .12rem;
    cursor: pointer;
    transition: all .4s ease 0s;
    overflow: hidden;
    border-radius: 10px;
}

.service .tab .tab-hd {
    padding:.3rem .3rem;
    display: flex;
    flex-direction: column;

}

.service .tab .tab-hd .icon {
    font-size: .42rem;
    margin-bottom: .15rem;
}

.service .tab .tab-hd .tit {
    font-size: .24rem;
    font-weight: 600;
    line-height: .48rem;
}

.service .tab .tab-bd {
    display: none;
    width: 100%;
    height: 100%;

}

.service .tab .tab-bd .box {
    padding: .25rem .3rem;
}

.service .tab .tab-bd .box .box-hd {
    height: .48rem;
    justify-content: flex-start;
}

.service .tab .tab-bd .box .box-hd .icon {
    font-size: .36rem;
    color: #fff;
    margin-right: .1rem;
}

.service .tab .tab-bd .box .box-hd .tit {
    font-size: .24rem;
    color: #fff;
    flex: 1;
}

.service .tab .tab-bd .box .box-hd .more a{
    color: #fff;
}

.service .tab .tab-bd .box .box-bd {
    display: block;
    overflow: auto;
}
.service .tab .tab-bd .box .box-bd ul li {
    width: calc(50% - .1rem);
    float: left;
}

.service .tab .tab-bd .box .box-bd ul li:nth-child(2n) {
    /*border-left: 1px solid #fff;*/
    padding-left: .2rem;
}

.service .tab .tab-bd .box .box-bd ul li a {
    display: block;
    position: relative;
    padding-left: .18rem;
    color: #fff;
    font-size: .18rem;
    line-height: .42rem;
}
.service .tab .tab-bd .box .box-bd ul li a:before {
    content: "";
    display: block;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    left: 0;
    top: .18rem;
}

.service .teacher {
    background: url("../images/service-1.png") top center no-repeat;
    background-size: cover;
}

.service .teacher .tab-bd {
    background: url("../images/service-on-1.png") bottom center no-repeat;
    background-size: cover;

}
.service .student {
    background: url("../images/service-2.png") top center no-repeat;
    background-size: cover;
}

.service .student .tab-bd {
    background: url("../images/service-on-2.png") bottom center no-repeat;
    background-size: cover;

}

.service .dept {
    background: url("../images/service-3.png") top center no-repeat;
    background-size: cover;
}

.service .dept .tab-bd {
    background: url("../images/service-on-3.png") bottom center no-repeat;
    background-size: cover;

}
.service .tab-active {
    /*width: 66.66%;*/
    flex: 1;
}
.service .tab-active .tab-hd {
    display: none;
}
.service .tab-active .tab-bd {
    display: block;
}

.service .last {
    margin-right: 0;
}

.section-b {
    padding: .45rem 0;
    width: 100%;
    background: #F7F7F7;
    /*background-size: 100% auto;*/
}

.news {
    width: calc(72% - .4rem);
}
.news .box-hd {
    margin-bottom: .3rem;
}
.news .box-bd .lbbox {
    width: 68%;
    display: block;
}

.news .swiper-container {
    width: 100%;
}

.news .swiper-container .swiper-slide {
    width: 100%;
    height: 5.18rem;
}
.news .swiper-container .swiper-slide a {
    flex-direction: column;
}
.news .swiper-container .swiper-slide a .img-box {
    overflow: hidden;
    width: 100%;
    height: 4.144rem;
}

.news .swiper-container .swiper-slide a .img-box .img {
    width: 100%;
    height: 4.144rem;
}

.news .swiper-container .swiper-slide a .txt {
    width: 100%;
    height: 1.036rem;
    background:#1764da;
    padding: .2rem 0.25rem;
    color: #fff;
}
.news .swiper-container .swiper-slide a .txt h4 {
    font-size: .20rem;
    color: #fff;
    margin-bottom: .06rem;
    line-height: .3rem;
}
.news .swiper-container .swiper-slide a .txt p {
    color: #fff;
    font-size: .16rem;
    line-height: .28rem;
    /*margin-bottom: .05rem;*/
}

/*.news .swiper-container .swiper-slide a .txt .time {*/
/*    color: #fff;*/
/*    font-size: .16rem;*/
/*    line-height: .24rem;*/
/*}*/


.news .swiper-pagination {
    text-align: right;
    bottom: 1.2rem;
    padding-right: .2rem;
}

.news .swiper-pagination .swiper-pagination-bullet {
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.news .swiper-pagination .active {
    width: .3rem;
}


.news .box-bd .list {
    /*width: 4rem;*/
    flex: 1;
    background: #fff;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
}

.news .box-bd .list ul li {
    height: 1.036rem;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0.15rem 0.25rem;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #e8e9e9;
}
.news .box-bd .list ul li.last {
    border: none;
}

.news .box-bd .list ul li .time {
    color: #003284;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.2rem;
    margin-bottom: 0.05rem;
    transition: all 0.4s ease-in-out;
}

.news .box-bd .list ul li .txt h4 {
    font-size: .16rem;
    line-height: .24rem;
    height: .56rem;
    color: #303133;
    font-weight: 500;

}

.news .box-bd .list ul li:hover {
    background: #1764da;
    /*background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);*/
}

.news .box-bd .list ul li:hover a .time,.news .box-bd .list ul li:hover a .txt h4 {
    color: #fff;
}

.notice {
    width: 28%;
}
.notice .box-hd {
    margin-bottom: .3rem;
}

.notice .box-bd ul li {
    margin-bottom: .146rem;
    box-shadow: 0 .02rem .05rem 0 rgba(0, 0, 0, .1);

}

.notice .box-bd ul li.last {
    margin-bottom: 0;
}

.notice .box-bd ul li a {
    padding: .18rem .2rem;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    /*transition: all .5s*/
    transition: all 0.4s ease-in-out;
}



.notice .box-bd ul li a time {
    color: #909399;
    text-align: center;
    font-size: .14rem;
}

.notice .box-bd ul li a time span {
    display: block;
    font-size: .28rem;
    color: #003384;
}

.notice .box-bd ul li a .txt {
    width: calc(100% - .8rem);
}

.notice .box-bd ul li a .txt h4{
    font-size: .16rem;
    line-height: .28rem;
    height: .56rem;
    color: #303133;
    font-weight: 500;
}

.notice .box-bd ul li:hover a {
    background: #1764da;
}

.notice .box-bd ul li:hover a .txt h4,.notice .box-bd ul li:hover a time span,.notice .box-bd ul li:hover a time{
    color: #fff;
}


.section-c {
    padding: .45rem 0;
}

.wlaq {
    width: calc(36% - .4rem);
    margin-right: .4rem;
}

.wlaq .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.wlaq .box-bd ul {
    width: 100%;
}
.wlaq .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}

.wlaq .box-bd ul li:last-child {
    border-bottom: 0;
}
.wlaq .box-bd ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #003284;
    transition: all 0.6s ease 0s;
}
.wlaq .box-bd ul li:last-child::after {
    display: none;
}
.wlaq .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.wlaq .box-bd ul li a .txt {
    padding: 0.04rem 0;
}
.wlaq .box-bd ul li a .txt h4 {
    font-size: .16rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}
.wlaq .box-bd ul li a .txt .info {
    font-size: .16rem;
}
.wlaq .box-bd ul li a .txt .info time {
    color: #909399;
    font-size: .16rem;
}

.fxyj {
    width: calc(36% - .4rem);
    margin-right: .4rem;
}

.fxyj .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.fxyj .box-bd ul {
    width: 100%;
}
.fxyj .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}
.fxyj .box-bd ul li:last-child {
    border-bottom: 0;
}
.fxyj .box-bd ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #003284;
    transition: all 0.6s ease 0s;
}
.fxyj .box-bd ul li:last-child::after {
    display: none;
}
.fxyj .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.fxyj .box-bd ul li a .txt {
    padding: 0.04rem 0;
}
.fxyj .box-bd ul li a .txt h4 {
    font-size: .16rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}
.fxyj .box-bd ul li a .txt h4 span {
    color: #003284;
}
.fxyj .box-bd ul li:hover a .txt h4 span {
    color: #003284;
}
.fxyj .box-bd ul li a .txt .info {
    font-size: .15rem;
}
.fxyj .box-bd ul li a .txt .info time {
    padding-left: .1rem;
    color: #909399;
    font-size: .15rem;
}


.cjwt {
    width: 28%;
}


.cjwt .box-bd ul {
    display: flex;
    flex-direction: row;
    /*overflow: auto;*/
    flex-wrap: wrap;
}

.cjwt .box-bd ul li {
    width: 100%;
    margin-bottom: .2rem;
}

.cjwt .box-bd ul li.last {
    margin-bottom: 0;
}

.cjwt .box-bd ul li a .item {
    width: 100%;
    height: 1.24rem;
    position: relative;
}

.cjwt .box-bd ul li a .tit {
    position: absolute;
    top: calc(50% - .3rem);
    left: calc(50% - 1.18rem);
    color: #fff;
    z-index: 9999;
    font-size: .24rem;
    font-weight: 500;
    padding: .12rem;
    background: #1764da;
    width: 2.36rem;
    text-align: center;
    opacity: 0.8;
}

.footer {
    width: 100%;
    background-image: radial-gradient(circle, #0284e4, #5245d3);
}

.tft {
    padding: .5rem 0;
    color: #fff;
}

.tft .wp {
    justify-content: flex-start;
}

.tft .wp .item {
    /*flex: auto;*/
    padding: 0 .3rem;
    position: relative;
}

.tft .wp .item:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-right: solid 1px #939393;
    height: 175px;
}

.tft .wp .tft-a {
    padding-left: 0;
    width: 4.3rem;
}

.tft .wp .tft-a:before {
    display: none;
}

.tft .wp .tft-a .logo {
    margin-bottom: .2rem;
}
.tft .wp .tft-a .logo a img {
    height: .56rem;
}

.tft .wp .tft-a .info p {
    font-size: .14rem;
}

.tft .wp .tft-b {
    width: 6.8rem;
}

.tft .wp .tft-b ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tft .wp .tft-b ul li {
    width: 1.7rem;
    margin-bottom: .1rem;
}

.tft .wp .tft-b ul li.third {
    width: 2.1rem;
}

.tft .wp .tft-b ul li h5 {
    font-size: .14rem;
    font-weight: 500;
    line-height: .32rem;
}

.tft .wp .tft-b ul li p {
    font-size: .14rem;
    line-height: .22rem;
}



.tft .item .info p {
    margin-bottom: .1rem;
}

.tft .wp .tft-c {
    flex: 1;
    padding-top: .2rem;
}

.tft .wp .tft-c ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.tft .wp .tft-c ul li {
    width: 1.34rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tft .wp .tft-c ul li .img {
    width: 1.14rem;
}

.tft .wp .tft-c ul li .txt {
    width: 100%;

}

.tft .wp .tft-c ul li .txt p {
    font-size: .14rem;
    text-align: center;
    line-height: .36rem;
}


.bft {
    width: 100%;
    height: .58rem;
    background: rgba(0, 0, 0, 0.1);
}

.bft p {
    line-height: .58rem;
    color: #fff;
    font-size: .16rem;
}

.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: #1764da;
    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);
}