
.page-hat-wrap{
  overflow: visible;
    position: fixed;top: 0;left: 0;width: 100%;z-index: 51;border-bottom: 0.01rem solid rgba(255, 255, 255, 0.12);}
            .page-hat-wrap .page-hat{display: flex;align-items: center;justify-content: space-between;height: 0.4rem;color: #fff;}
            .page-hat-wrap .share-list{display: flex;align-items: center;min-height: 0.4rem;padding: 0.1rem 0;}
            
.page-hat-wrap .share-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.18rem;
}
.page-hat-wrap .share-item:nth-child(n+2) {
  margin-left: 0.2rem;
}
.page-hat-wrap .share-item:hover .popup {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
            .page-hat-wrap.theme{background-color: var(--theme-sub-color);}
            @media (max-width: 750px){.page-hat-wrap{display: none;}
            }
   

.page-nav-wrap{position: fixed;top: 0.4rem;left: 0;width: 100%;overflow: visible;z-index: 50;}
.page-nav-wrap .page-nav{display: flex;align-items: center;justify-content: space-between;height: 0.8rem;color: #fff;}
.page-nav-wrap .logo{height: 100%;padding: 0.15rem 0;}
.page-nav-wrap .nav-list{display: flex;align-items: center;}
.page-nav-wrap .nav-item{position: relative;padding: 0.05rem 0.4rem;white-space: nowrap;}
.page-nav-wrap .nav-item:hover .sub-nav{transform: translateX(-50%) scaleY(1);}
.page-nav-wrap .sub-nav, .page-nav-wrap .lang-drop{position: absolute;top: 150%;left: 50%;min-width: 100%;background-color: rgba(255,255,255,.8);border-radius: 0.1rem;padding: 0.05rem;transform-origin: center top;transform: translateX(-50%) scaleY(0);transition: 0.3s;}
.page-nav-wrap .sub-nav-item, .page-nav-wrap .lang-item{display: flex;align-items: center;justify-content: center;padding: 0.05rem 0.2rem;border-radius: 0.1rem;line-height: 1.5;color: #222;transition: 0.3s;}
.page-nav-wrap .sub-nav-item:hover, .page-nav-wrap .lang-item:hover{background-color: var(--theme-color);color:#fff;}
.page-nav-wrap .nav-options{display: flex;align-items: center;}
.page-nav-wrap .nav-opt{position: relative;display: flex;align-items: center;justify-content: center;padding: 0.15rem 0.2rem;font-size: unset;color: #fff;}
.page-nav-wrap .nav-opt:nth-child(n+2){margin-left: 0.1rem;}
.page-nav-wrap .nav-opt.menu{display: none;}
.page-nav-wrap .lang-box{box-shadow: 0 0 0 0.01rem inset #fff;border-radius: 0.5rem;}
.page-nav-wrap .lang-box span{margin-left: 0.1rem;}
.page-nav-wrap .lang-box:hover .lang-drop{transform: translateX(-50%) scaleY(1);}
.page-nav-wrap .nav-opt-icon{width: 1em;height: 1em;filter: grayscale(1) brightness(10);}
.page-nav-wrap .lang-drop{top: 100%;}
.page-nav-wrap .nav-label{font-weight: bold;}
.page-nav-wrap.theme{background-color: var(--theme-color);}
@media (max-width: 1200px){.page-nav-wrap{top: 0;}
.page-nav-wrap .nav-list{display: none;}
.page-nav-wrap .nav-opt.menu{display: block;}
}

.index-banner-wrap{position: relative;}
.index-banner-wrap .ib-pagination{display: none;align-items: center;justify-content: center;}
.index-banner-wrap .swiper-pagination-bullet{display: flex;align-items: center;justify-content: center;width: 20px;height: 20px;padding: 5px;background-color: rgba(255, 255, 255, 0);opacity: 1;transition: 0.3s;}
.index-banner-wrap .swiper-pagination-bullet::after{content: "";display: block;width: 100%;height: 100%;aspect-ratio: 1;border-radius: 50%;background-color: #fff;}
.index-banner-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{box-shadow: 0 0 0 0.01rem inset #fff;}
.swp-ctrl-wrap{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);max-width: 12rem;width:100;z-index: 5;}
.swp-ctrl-wrap .swp-ctrl{display: flex;align-items: center;justify-content: space-between;}
.swp-ctrl-wrap .swp-preview-box{width: 100%;margin: 0 0.4rem;}
.swp-ctrl-wrap .swp-preview-inner{display: flex;align-items: center;padding: 0.4rem 0;}
.swp-ctrl-wrap .swp-preview{height: 1.4rem;width: 2.76rem;border-radius: 0.1rem;overflow: hidden;transition: 0.3s;}
.swp-ctrl-wrap .swp-turner{display: flex;align-items: center;justify-content: center;width: 0.54rem;height: 0.54rem;border-radius: 50%;padding: 0.2rem;background-color: #858687;transition: 0.3s;}
.swp-ctrl-wrap .swp-turner:hover{background-color: var(--theme-color);}
/* .swp-ctrl-wrap .swiper-slide-active{height: 1.7rem !important;width: 3.35rem !important;} */
.swp-ctrl-wrap .active{height: 1.7rem !important;width: 3.35rem !important;}
@media (max-width: 750px){
    .index-banner-wrap .swp-ctrl-wrap{display: none;}
    .index-banner-wrap .ib-pagination{display: flex;}
}

.index-neck-wrap{background-size: cover;background-repeat: no-repeat;}
.index-neck-wrap .index-neck{display: flex;flex-wrap: wrap;min-height: 2.4rem;padding: 0.3rem 0;}
.index-neck-wrap .in-item{width: 25%;display: flex;flex-direction: column;justify-content: center;}
.index-neck-wrap .in-item:nth-child(odd){color: var(--theme-color);}
.index-neck-wrap .in-item:nth-child(even){color: var(--theme-sub-color);}
.index-neck-wrap .ini-data{display: flex;justify-content: center;}
.index-neck-wrap .ini-title{text-align: center;line-height: 1.5;margin-top: 0.25rem;color: #000;}
@media (max-width: 750px){.index-neck-wrap .in-item{width: 50%;}
.index-neck-wrap .in-item:nth-child(n+3){margin-top: 0.3rem;}
}

/* #index-apply start */
.index-apply-wrap {
    padding: 1rem 0.2rem;
}

.index-apply-wrap .page-count-list {
    --value: 0;
    --bd-width: 0.1rem;
    display: flex;
}

.index-apply-wrap .module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-apply-wrap .ia-main {
    /* display: flex; */
    justify-content: space-between;
    height: 6.2rem;
    margin-top: 0.6rem;
    display: none;
}

.index-apply-wrap .ia-main.active {
    display: flex;
}

.index-apply-wrap .ia-column.mini {
    display: flex;
    flex-direction: column;
    width: 3.7rem;
}

.index-apply-wrap .ia-column.large {
    display: flex;
    flex-direction: column;
    width: 5.4rem;
}

.index-apply-wrap .ia-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.index-apply-wrap .ia-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.05rem;
    background-color: var(--theme-color);
}

.ia-item:nth-child(even)::before {
    background-color: var(--theme-sub-color);
}

.index-apply-wrap .ia-item.small {
    flex: 1 0 0;
    overflow: hidden;
}

.index-apply-wrap .ia-item.small:nth-child(n+2) {
    margin-top: 0.2rem;
}

.index-apply-wrap .ia-item:hover .ia-cover::after {
    opacity: 1;
}

.index-apply-wrap .ia-item:hover .ia-content {
    transform: none;
}

.index-apply-wrap .ia-item:hover .hide {
    opacity: 1;
}

.index-apply-wrap .ia-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    transition: 0.3s;
}

.index-apply-wrap .ia-cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--theme-rgb), 0.7);
    opacity: 0;
    transition: 0.5s;
}

.index-apply-wrap .ia-content {
    position: relative;
    padding: 0 0.3rem 0.4rem;
    margin-top: 0.4rem;
    transform: translateY(calc(100% - 0.7rem));
    transition: 0.5s;
    max-width: 100%;
    z-index: 1;
}

.index-apply-wrap .hide {
    opacity: 0;
    transition: 0.5s;
}

.index-apply-wrap .ia-info {
    line-height: 1.64;
    margin-top: 0.25rem;
}

.index-apply-wrap .view-detail {
    display: inline-flex;
    margin-top: 0.2rem;
    white-space: nowrap;
    padding: 0.15rem 0.35rem;
    border-radius: 0.5rem;
    color: #333;
    background-color: #fff;
}

.page-count {
    position: relative;
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 0.5rem;
    background-color: var(--theme-color);
    color: #666;
    font-size: unset;
    background: conic-gradient(from 0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(100% * (1 - var(--value))), var(--theme-color) calc(100% * (1 - var(--value))));
}

.page-count span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: calc(100% - var(--bd-width));
    height: calc(100% - var(--bd-width));
    border-radius: 0.5rem;
    background-color: #f0f9fd;
    z-index: 3;
}

.page-count .bd-radius-start,
.page-count .bd-radius-end {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--bd-width) / 2);
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}

.page-count .bd-radius-start::before,
.page-count .bd-radius-end::before {
    content: "";
    display: block;
    width: calc(var(--bd-width) / 2);
    height: calc(var(--bd-width) / 2);
    border-radius: 50%;
    background-color: var(--theme-color);
}

.page-count .bd-radius-end {
    transform: translate(-50%, -50%) rotateZ(calc(360deg * (1 - var(--value))));
}

.page-count:nth-child(n+2) {
    margin-left: 0.2rem;
}

.page-count.running {
    color: var(--theme-color);
}

.page-count.running .bd-radius-start,
.page-count.running .bd-radius-end {
    opacity: 1;
}

@media (max-width: 900px) {
    .index-apply-wrap .ia-main {
        height: auto;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .index-apply-wrap .ia-column.large,
    .index-apply-wrap .ia-column.mini {
        width: calc(50% - 0.6rem);
        margin: 0 0.15rem;
    }

    .index-apply-wrap .ia-column {
        min-height: 6.2rem;
    }

    .index-apply-wrap .ia-column.large {
        margin-top: 0.4rem;
    }

    .index-apply-wrap .ia-item.small {
        height: calc(50% - 0.3rem);
    }
}

/* #index-apply end */


.index-case-wrap {
    padding: 1rem 0;
    background: url("/static/home/images/img/index-case-bg.jpg") no-repeat center/cover;
}

.index-case-wrap .module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-case-wrap .btn-list {
    display: flex;
}

.index-case-wrap .icon-btn i {
    filter: grayscale(1) brightness(10);
}

.index-case-wrap .icon-btn.un-active {
    color: #333;
    background-color: #fff;
}

.index-case-wrap .icon-btn.un-active i {
    filter: none;
}

.index-case-wrap .ic-main {
    margin-top: 0.6rem;
}

.index-case-wrap .swp-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 2.6rem;
    height: 3rem;
    padding: 0.1rem 0.5rem 0.6rem;
    background-color: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
}

.index-case-wrap .swp-item:hover .ic-cover {
    opacity: 1;
}

.index-case-wrap .swp-item:hover .ic-name {
    color: #fff;
    transform: translateY(-0.6rem);
}

.index-case-wrap .ic-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1 0 0;
}

.index-case-wrap .ic-name {
    position: relative;
    line-height: 2;
    color: #666;
    transition: 0.3s;
    z-index: 1;
    text-align: center;
    margin-botom: .1rem;
}

.index-case-wrap .ic-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.3rem;
    background-color: rgba(var(--theme-rgb), 0.9);
    opacity: 0;
    transition: 0.3s;
}

.index-case-wrap .go-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.54rem;
    height: 0.54rem;
    padding: 0.19rem;
    background-color: #fff;
    border-radius: 50%;
    margin: auto 0 auto auto;
}

.index-case-wrap .swp-progress {
    display: flex;
    justify-content: center;
}

.index-case-wrap .progress-bar {
    max-width: 10rem;
    width: 100%;
    height: 0.02rem;
    margin-top: 0.6rem;
    background-color: #ccc;
}

.index-case-wrap .progress {
    width: 0;
    height: 100%;
    background-color: var(--theme-color);
    transition: 0.3s;
}

.index-case-wrap .iic-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.index-case-wrap .iic-main.nowrap {
    flex-wrap: nowrap;
}

.index-case-wrap .iic-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 3.4rem;
    height: 1.35rem;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.0666666667);
    overflow: hidden;
    transition: 0.3s;
}

.index-case-wrap .iic-item:hover {
    background-color: var(--theme-color);
}

.index-case-wrap .iic-item:hover .iic-cover {
    opacity: 1;
}

.index-case-wrap .iic-item:hover .iic-icon {
    filter: grayscale(1) brightness(10);
}

.index-case-wrap .iic-item:hover .iic-content {
    color: #fff;
}

.index-case-wrap .iic-item:hover .iic-cover {
    opacity: 1;
}

.index-case-wrap .iic-icon {
    width: 0.2rem;
    flex-shrink: 0;
    transition: 0.3s;
}

.index-case-wrap .iic-content {
    margin-left: 0.15rem;
    color: #666;
    transition: 0.3s;
}

.index-case-wrap .iic-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.3rem;
    background-image: linear-gradient(-90deg, #0f5ba2 0%, rgba(15, 91, 162, 0) 100%);
    opacity: 0;
    transition: 0.3s;
}

[data-sid="internal"] .go-detail {
    margin: auto auto 0;
}

[data-sid="international"] .go-detail {
    margin: auto 0 auto auto;
}

@media (max-width: 750px) {
    .index-case-wrap .module-header {
        flex-direction: column;
    }

    .index-case-wrap .module-header .mod-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index-case-wrap .mod-right {
        margin-top: 0.6rem;
    }
}

.index-news-wrap {
    position: relative;
    padding: 1rem 0.6rem;
    background: url("/static/home/images/img/index-news-bg.jpg") no-repeat center/cover;
}

.index-news-wrap .module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-news-wrap .icon-btn {
    display: flex;
    align-items: center;
    height: 3.375em;
    padding: 0.15rem 0.35rem;
    border-radius: 0.3rem;
    background-color: var(--theme-color);
    color: #fff;
}

.index-news-wrap .icon-btn i {
    margin-left: 0.2rem;
}

.index-news-wrap .icon-btn img {
    filter: grayscale(1) brightness(10);
}

.index-news-wrap .icon-btn.light {
    background-color: #fff;
    color: #333;
}

.index-news-wrap .icon-btn:nth-child(n+2) {
    margin-left: 0.2rem;
}

.index-news-wrap .in-main {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.index-news-wrap .in-column {
    display: flex;
    flex-direction: column;
    width: 5.1rem;
    height: 5.7rem;
    border-radius: 0.1rem;
    background-color: #fff;
    overflow: hidden;
}

.index-news-wrap .news-card:hover .ic-tag,
.index-news-wrap .news-card:hover .in-title,
.index-news-wrap .news-card:hover .in-date {
    color: #fff;
}

.index-news-wrap .news-card:hover .in-content {
    background-color: var(--theme-color);
}

.index-news-wrap .news-card:hover .in-content::after {
    background-color: var(--theme-color);
}

.index-news-wrap .news-card:hover .pic-box img {
    transform: scale(1.05);
}

.index-news-wrap .pic-box {
    width: 100%;
    height: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-news-wrap .pic-box img {
    transition: 0.5s;
}

.index-news-wrap .in-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.4rem;
    flex: 1 0 0;
    background-color: #fff;
    transition: 0.3s;
}

.index-news-wrap .in-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.06rem;
    background-color: var(--theme-sub-color);
}

.index-news-wrap .ic-tag {
    color: var(--theme-color);
    transition: 0.3s;
}

.index-news-wrap .in-title {
    line-height: 1.3;
    margin-top: 0.2rem;
    color: #333;
    transition: 0.3s;
}

.index-news-wrap .in-date {
    margin-top: auto;
    color: #999;
    transition: 0.3s;
}

.index-news-wrap .news-list {
    display: flex;
    flex-direction: column;
    padding: 0 0.4rem;
}

.index-news-wrap .news-item {
    flex: 1 0 0;
    padding: 0.4rem 0;
    background-color: #fff;
}

.index-news-wrap .news-item:nth-child(n+2) {
    border-top: 0.01rem solid #f3f3f3;
}

.index-news-wrap .news-item:hover .ic-tag,
.index-news-wrap .news-item:hover .in-title,
.index-news-wrap .news-item:hover .in-date {
    color: var(--theme-color);
}

.index-news-wrap .ni-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .index-news-wrap .in-column {
        height: auto;
    }
}

@media (max-width: 750px) {
    .index-news-wrap .in-main {
        flex-direction: column;
    }

    .index-news-wrap .in-column {
        width: 100%;
        height: auto;
    }

    .index-news-wrap .in-column:nth-child(n+2) {
        margin-top: 0.5rem;
    }
}

.introduce-wrap {
    padding: 1rem 0;
}

.introduce-wrap .module-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduce-wrap .introduce-box {
    position: relative;
}

.introduce-wrap .introduce {
    perspective: 20rem;
    padding-bottom: 1rem;
    height: 6.23rem;
    overflow: hidden;
}

.introduce-wrap .introduce-inner {
    display: flex;
    align-items: center;
    max-width: 100%;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.introduce-wrap .introduce-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0 0.3rem;
    border-radius: 0.1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: auto;
}

.introduce-wrap .ii-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    margin-top: -0.4rem;
}

.introduce-wrap .swiper-slide-active .ii-title {
    opacity: 1;
}
@keyframes textScroll {
    from{transform:translateX(3em);}
    to{transform:translateX(-100%);}
}
.ii-title{position: relative;height:1em; white-space: nowrap;overflow: hidden;z-index: 10;}
 .ii-title p{position: absolute;left: 0;top: 0;animation: textScroll linear infinite;}
 .ii-title p:hover{animation-play-state: paused;}

.introduce-wrap .video-box {
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.introduce-wrap video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
}

.introduce-wrap .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.introduce-wrap .video-cover.loaded {
    pointer-events: none;
}

.introduce-wrap .video-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    padding: 0.2rem;
    background-color: var(--theme-sub-color);
    transition: 0.3s;
}

.introduce-wrap .video-play::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    filter: grayscale(1) brightness(10);
    background: url("../images/icon/play.png") no-repeat center/contain;
    transition: 0.3s;
}

.introduce-wrap .ii-title {
    width: 100%;
    margin-top: 0.3rem;
    line-height: 1.5;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}

.video-dialog .dialog-inner {
    display: flex;
    width: auto;
    max-width: 90vh;
    max-height: 90vh;
    min-width: auto;
}

.video-dialog .dialog-main {
    display: flex;
    max-height: 100%;
    max-width: 100%;
    min-width: auto;
}

.cursor {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.54rem;
    height: 0.54rem;
    padding: 0.04rem;
    background-color: var(--theme-color);
    border-radius: 50%;
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 20;
}

.cursor.active {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.cursor::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/static/home/images/icon/hover.png") no-repeat center/contain;
}

/* #introduce end */



.window {
    position: relative;
}

#gotop img {
    transform: rotateZ(180deg);
}

.share-side {
    position: absolute;
    top: 0;
    right: 0.1rem;
    display: flex;
    flex-direction: column;
    width: 2em;
    height: 100%;
    pointer-events: none;
    z-index: 50;
}

.share-side .share-list {
    position: sticky;
    top: 2.5rem;
    margin: 0.1rem 0;
}

.share-side .share-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding: 0.12rem;
    border-radius: 0.04rem;
    background-color: #fff;
    pointer-events: auto;
}

.share-side .share-item:nth-child(n+2) {
    margin-top: 0.04rem;
}

.share-side .share-item:hover .popup {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
    pointer-events: auto;
}

/*! #page-end start */
/*
.page-end-wrap{padding-top:.95rem;background-color:var(--theme-color)}.page-end-wrap .page-end{display:flex;justify-content:space-between}.page-end-wrap .pe-logo{height:.5rem}.page-end-wrap .pe-contact{margin-top:.4rem}.page-end-wrap .pec-item{display:flex}.page-end-wrap .pec-label,.page-end-wrap .pev-value{color:#fff;line-height:2;opacity:.7}.page-end-wrap .hot-line{flex-direction:column}.page-end-wrap .hot-line .pev-value{margin-bottom:.15rem;line-height:1.5;opacity:1}.page-end-wrap .pe-share{display:flex;margin-top:.3rem}.page-end-wrap .pes-item{display:block;height:1em;opacity:.5;transition:.3s}.page-end-wrap .pes-item:nth-child(n+2){margin-left:.22rem}.page-end-wrap .pes-item:hover{opacity:1}.page-end-wrap .pe-right{width:3rem}.page-end-wrap .per-title{line-height:1.33;color:#fff;margin-bottom:.2rem}.page-end-wrap .copyright{display:flex;align-items:center;justify-content:space-between;min-height:.8rem;color:hsla(0,0%,100%,.7);border-top:.01rem solid hsla(0,0%,100%,.1);margin-top:.82rem;padding:.15rem 0}.page-end-wrap .phone{display:flex;margin-top:.1rem}.page-end-wrap .phone .form-item:nth-child(n+2){margin-top:0;margin-left:.1rem}.page-end-wrap .phone .form-item.area{flex:1}.page-end-wrap .phone .form-item{flex:2}.pe-center{display:flex;flex-direction:column;flex-wrap:wrap;height:4rem;width:7rem;color:#fff;margin:0 .5rem}.pe-center dl{margin-bottom:.2rem}.pe-center dt{line-height:1.33;margin-bottom:.2rem}.pe-center dd{opacity:.6;line-height:2.25;transition:.3s}.pe-center dd:hover{opacity:1}.pe-form .form-item{display:flex}.pe-form .form-item:nth-child(n+2){margin-top:.1rem}.pe-form .ipt-item{flex:1 0 0;min-height:.48rem;line-height:2.6;border:solid .01rem hsla(0,0%,100%,.2);border-radius:.04rem;padding:.15rem .2rem;background-color:rgba(0,0,0,0);color:#fff}.pe-form .ipt-item::placeholder{line-height:unset;font-style:unset;color:#fff;opacity:.5}.pe-form .form-btn{width:100%;min-height:.48rem;color:var(--theme-color);background-color:#fff;border-radius:.04rem}@media(max-width: 1100px){.page-end-wrap .pe-center{display:none}}@media(max-width: 750px){.page-end-wrap .pe-center,.page-end-wrap .pe-right{display:none}.page-end-wrap .copyright{flex-direction:column;align-items:center;text-align:center}.page-end-wrap .cr-left,.page-end-wrap .cr-right{line-height:2}}
*/
/*! #page-end end */
.form-item .ipt-item.verify-code{padding: 0;}

/*! #page-end start */
.page-end-wrap{padding-top:.95rem;background-color:var(--theme-color)}.page-end-wrap .page-end{display:flex;justify-content:space-between}.page-end-wrap .pe-left{flex:1}.page-end-wrap .pe-logo{height:.5rem}.page-end-wrap .pe-contact{margin-top:.4rem}.page-end-wrap .pec-item{display:flex}.page-end-wrap .pec-label,.page-end-wrap .pev-value{color:#fff;line-height:2;opacity:.7}.page-end-wrap .hot-line{flex-direction:column}.page-end-wrap .hot-line .pev-value{margin-bottom:.15rem;line-height:1.5;opacity:1}.page-end-wrap .pe-share{display:flex;margin-top:.3rem}.page-end-wrap .pes-item{display:block;height:1em;opacity:.5;transition:.3s}.page-end-wrap .pes-item:nth-child(n+2){margin-left:.22rem}.page-end-wrap .pes-item:hover{opacity:1}.page-end-wrap .pe-right{width:15em}.page-end-wrap .per-title{line-height:1.33;color:#fff;margin-bottom:.2rem}.page-end-wrap .copyright{display:flex;align-items:center;justify-content:space-between;min-height:.8rem;color:hsla(0,0%,100%,.7);border-top:.01rem solid hsla(0,0%,100%,.1);margin-top:.82rem;padding:.15rem 0}.page-end-wrap .phone{display:flex;margin-top:.1rem}.page-end-wrap .phone .form-item:nth-child(n+2){margin-top:0;margin-left:.1rem}.page-end-wrap .phone .form-item.area{flex:1}.page-end-wrap .phone .form-item{flex:2}.pe-center{display:flex;flex-direction:column;flex-wrap:wrap;height:4rem;width:7rem;color:#fff;margin:0 .5rem}.pe-center dl{margin-bottom:.2rem;max-width:8em}.pe-center dt{line-height:1.33;margin-bottom:.2rem}.pe-center dd{opacity:.6;line-height:2.25;transition:.3s}.pe-center dd:hover{opacity:1}.pe-form .form-item{display:flex}.pe-form .form-item:nth-child(n+2){margin-top:.1rem}.pe-form .ipt-item{flex:1 0 0;min-height:.48rem;line-height:2.6;border:solid .01rem hsla(0,0%,100%,.2);border-radius:.04rem;padding:.15rem .2rem;background-color:rgba(0,0,0,0);color:#fff}.pe-form .ipt-item::placeholder{line-height:unset;font-style:unset;color:#fff;opacity:.5}.pe-form .form-btn{width:100%;min-height:.48rem;color:var(--theme-color);background-color:#fff;border-radius:.04rem}@media(max-width: 1100px){.page-end-wrap .pe-center{display:none}}@media(max-width: 750px){.page-end-wrap .pe-center,.page-end-wrap .pe-right{display:none}.page-end-wrap .copyright{flex-direction:column;align-items:center;text-align:center}.page-end-wrap .cr-left,.page-end-wrap .cr-right{line-height:2}}
/*! #page-end end */
