﻿.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: .64rem;
}

.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: .2rem;
    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%) scale(0);
    opacity: 0;
    /* visibility: hidden; */
    transform-origin: center top;
    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: .16rem;
    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; */
    transform: translateX(-50%) scale(1);
    transition: all 0.5s;
}

.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.2rem;
}

.nav .search_btn span {
    align-items: center;
}

.nav .search_btn span .icon {
    width: 0.2rem;
    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: 78vh;
    /*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 {
    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: .2rem;
    line-height: .48rem
}

.banner .swiper-banner .swiper-btn a.prev {
    left: .2rem
}

.banner .swiper-banner .swiper-btn a.next {
    right: .2rem
}

.banner .swiper-banner .swiper-btn a:hover {
    background: rgba(255, 255, 255, .2)
}


.section-a {
    display: block;
    top: -.65rem;
    width: 100%;
    position: relative;
    z-index: 2;
}

.section-a .wp {
    max-width: 15rem;
}


.pateform {
    position: relative;
    width: 100%;

}

.pateform ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}



.pateform ul li {
    width: 25%;
    padding: 0 .2rem;
}

.pateform ul li a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: .3rem .3rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);

}

.pateform ul li a .app {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #1764da;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: .15rem;
}

.pateform ul li a .app .icon {
    font-size: .32rem;
    color: #ffffff
}

.pateform ul li a .txt{
    flex: 1;
}

.pateform ul li a .txt h4 {
    font-size: .20rem;
    font-weight: 600;
    line-height: .40rem;
}

.pateform ul li a .txt p {
    font-size: .13rem;
    line-height: .2rem;
    color: #999;
}



.section-b {
    margin-top: -.2rem;
    width: 100%;
}

.news {
    width: 100%;
}

.news .box-hd {
    margin-bottom: .3rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #dcdcdc;
}

.news .box-bd .lbbox {
    width: 50%;
    margin-right: .4rem;
    display: block;
}

.news .swiper-container {
    width: 100%;
}

.news .swiper-container .swiper-slide {
    width: 100%;
    height: 5.3rem;
}

.news .swiper-container .swiper-slide a {
    flex-direction: column;
    position: relative;
}

.news .swiper-container .swiper-slide a .img-box {
    overflow: hidden;
    width: 100%;
    height: 4.60rem;
}

.news .swiper-container .swiper-slide a .img-box .img {
    width: 100%;
    height: 4.60rem;
}

.news .swiper-container .swiper-slide a .txt {

    position: absolute;
    bottom: -64px;
    left: 25px;
    right: 25px;
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 2px 0 7px rgba(35, 68, 98, 0.2);
    border-radius: 10px;
    z-index: 1;
}

.news .swiper-container .swiper-slide a .txt h4 {
    font-size: .20rem;
    color: #303133;
    margin-bottom: .06rem;
    line-height: .3rem;
}

.news .swiper-container .swiper-slide a .txt p {
    color: #909399;
    font-size: .16rem;
    line-height: .28rem;
}


.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 {
    flex: 1;
}

.news .box-bd .list ul li {
    background-color: #f7f7f7;
    margin-bottom: .2rem;
}

.news .box-bd .list ul li:last-child {
    margin-bottom: 0;
}

.news .box-bd .list ul li a {
    display: flex;
    padding: .15rem .2rem;
    justify-content: flex-start;
    align-items: center;
}

.news .box-bd ul li a time {
    color: #003284;
    text-align: center;
    font-size: .14rem;
    padding-right: .2rem;
    position: relative;
}
.news .box-bd ul li a time::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 48px;
    background: #e5e5e5;
}

.news .box-bd ul li a time span {
    display: block;
    font-size: .28rem;
}

.news .box-bd .list ul li .txt h4 {
    font-size: .18rem;
    line-height: .32rem;
    color: #303133;
    font-weight: 500;
    padding-left: .2rem;

}

.news .box-bd .list ul li a .txt p{
    font-size: .14rem;
    line-height: .24rem;
    height: .28rem;
    color: #909399;
    font-weight: 500;
    padding-left: .2rem;
}

.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,.news .box-bd .list ul li:hover a .txt p {
    color: #fff;
}

.section-c {
    margin-top: .45rem;
    padding: .45rem 0;
    background-color: #f1f5f9;
    overflow: hidden;
}

.section-c .wp {
    max-width: 15rem;
}

.notice {
    width: 100%;
}

.notice .box-hd {
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    border-bottom: 1px solid #dcdcdc;
}

.notice .box-bd ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.notice .box-bd ul li {
    width: 33.33%;
    padding: 0 .2rem;
    margin:.3rem 0;
    

}

.notice .box-bd ul li a {
    display:block;
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    position: relative;
    transition: all 0.3s;
}



.notice .box-bd ul li a time {
    display: block;
    width: 1.5rem;
    height: .4rem;
    line-height: .36rem;
    text-align: center;
    /* background: url(../images/time_bg.png) no-repeat center; */
    background: linear-gradient(to right, #0883e0, #266dda, #5549d2);
    font-size: .14rem;
    color: #fff;
    transition: all 0.3s;
}

.notice .box-bd ul li a time span {
    font-size: .22rem;
}

.notice .box-bd ul li a .txt {
    padding: .25rem .3rem;
    /* width: calc(100% - .8rem); */
}

.notice .box-bd ul li a .txt h4 {
    font-size: .18rem;
    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-d {
    padding: .6rem 0;
    background: #fff url(../images/section-bg.png) bottom center no-repeat;
    background-size: 100% auto;
}

.section-d .wp {
    max-width: 15rem;
}

.zcfg {
    width: 33.33%;
    padding: 0 .2rem;
}

.zcfg .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.zcfg .box-bd ul {
    width: 100%;
}

.zcfg .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}

.zcfg .box-bd ul li:last-child {
    border-bottom: 0;
}

.zcfg .box-bd ul li::after {    
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #003284;
    transition: all 0.6s ease 0s;
}

.zcfg .box-bd ul li:last-child::after {
    display: none;
}

.zcfg .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.zcfg .box-bd ul li a .txt {    
    padding: 0.08rem 0;
}

.zcfg .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}

.zcfg .box-bd ul li a .txt .info {
    font-size: .16rem;
}

.zcfg .box-bd ul li a .txt .info time { 
    color: #909399;
    font-size: .16rem;
}

.bszn {
    width: 33.33%;
    padding: 0 .2rem;
}

.bszn .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.bszn .box-bd ul {
    width: 100%;
}

.bszn .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}

.bszn .box-bd ul li:last-child {
    border-bottom: 0;
}

.bszn .box-bd ul li::after {                    
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #003284;
    transition: all 0.6s ease 0s;
}

.bszn .box-bd ul li:last-child::after {
    display: none;
}

.bszn .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.bszn .box-bd ul li a .txt {
    padding: 0.08rem 0;
}

.bszn .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}

.bszn .box-bd ul li a .txt h4 span {
    color: #003284;
}

.bszn .box-bd ul li:hover a .txt h4 span {
    color: #003284;
}

.bszn .box-bd ul li a .txt .info {
    font-size: .15rem;
}

.bszn .box-bd ul li a .txt .info time {
    padding-left: .1rem;
    color: #909399;
    font-size: .15rem;
}

.xzzx {
    width: 33.33%;
    padding: 0 .2rem;
}

.xzzx .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.xzzx .box-bd ul {
    width: 100%;
}

.xzzx .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}

.xzzx .box-bd ul li:last-child {
    border-bottom: 0;
}

.xzzx .box-bd ul li::after {                    
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #003284;
    transition: all 0.6s ease 0s;
}

.xzzx .box-bd ul li:last-child::after {
    display: none;
}

.xzzx .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.xzzx .box-bd ul li a .txt {
    padding: 0.08rem 0;
}

.xzzx .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}

.xzzx .box-bd ul li a .txt h4 span {
    color: #003284;
}

.xzzx .box-bd ul li:hover a .txt h4 span {
    color: #003284;
}

.xzzx .box-bd ul li a .txt .info {
    font-size: .15rem;
}

.xzzx .box-bd ul li a .txt .info time {
    padding-left: .1rem;
    color: #909399;
    font-size: .15rem;
}


.footer {
    width: 100%;
    background-image: radial-gradient(circle, #0284e4, #5245d3);
}

.tft {
    padding: .5rem 0;
    color: #fff;
}

.tft .wp {
    justify-content: space-between;
}

.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: .16rem;
}

.tft .wp .tft-b {
    width: 6.8rem;
}
.tft-b .tit {
    margin-bottom: .3rem;
    margin-top: .1rem;
}
.tft-b .tit h3 {
    font-size: .22rem;
    font-weight: normal;
}

.tft .wp .tft-b ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tft .wp .tft-b ul li {
    width: 33.33%;
    margin-bottom: .1rem;
}

.tft .wp .tft-b ul li a {
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
}



.tft .item .info p {
    margin-bottom: .1rem;
}



.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);
}