a{
    color: inherit;
    cursor: pointer;
}
a:hover{
    color: inherit;
}
a:focus{
    color: inherit;
}
a:active{
    color: #006BFF;
}
::selection{
    color: inherit;
    background: #B5D4FF;
}
a:visited {
  color: inherit;
}
h3{
    font-weight: 600;
}
/* 重写登录框样式 */
.register_button{
    position: absolute;
    right: 24px;
    bottom: 1rem;
    font-size: 14px;
}
.top_go_enterprise{
    width: 100%;
    z-index: 100;
    /*height: 52px;*/
    background: #F2F7FF;
    color: #006BFF;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 0 0 10px 10px;
}
.top_go_enterprise .enterprise_btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 3.75rem;
    height: 3.5rem;
}
.top_go_enterprise::before{
    /*content: "";*/
    /*position: absolute;*/
    /*top: -15px;*/
    /*left: 0;*/
    /*background: #fff;*/
    /*width: 100%;*/
    /*height: 15px;*/
}


.login-wrap{
    position: absolute;
    left: calc(50% + 16.875rem);
    top: calc(50% - 13.375rem);
    z-index: 100;
    border-radius: 1rem;
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.10);
}
.personal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}
.logined-wrap{
    width: 23.375rem;
    height: 25rem;
     position: absolute;
    left: calc(50% + 16.875rem);
    /*top: calc(50% - 9.375rem);*/
    top: calc(50% - 13.375rem);
    z-index: 101;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.10);
    padding: 1.25rem 1.6875rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.logined-wrap header{
    width: 21.875rem;
    height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logined-wrap header > img{
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.75rem;
}
.logined-wrap header > img + p{
    color: #1B2532;
    font-family: PingFang SC;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2.25rem;
}
.logined-wrap .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.logined-wrap .content p{
    color: #626F84;
    font-family: PingFang SC;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}
.logined-wrap .content .user_info{
    display: flex;
}
.logined-wrap .content .user_info > img{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    margin-right: 1.25rem;
    background: #B5D4FF;
}
.logined-wrap .content .user_info > p{
    color: #1B2532;
    font-family: PingFang SC;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 3.5rem;
}
.logined-wrap footer .footer_login{
    width: 20rem;
    height: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: PingFang SC;
    border-radius: 0.25rem;
    background: linear-gradient(96deg, #006BFF 1.11%, #0094FF 93.04%);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    cursor: pointer;
}
.logined-wrap footer .exchange{
    width: 20rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #006BFF;
    font-family: PingFang SC;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.logined-wrap .logined_go_enterprise{
    position: absolute;
    right: 0;
    top: 0;
    width: 3.75rem;
    height: 3.5rem;
}

/* 个人版头部轮播 */
    #personal_header{
      position: relative;
      height: 58.8125rem;
      /*height: 100vh;*/
      width: 100%;
      margin: 0 auto;
    }
    
    #personal_header .personal_swiper{
      width: 100%;
      height: 100%;
    }
    #personal_header .swiper-wrapper{
      height: 100%;
    }
    
    #personal_header .swiper-wrapper .swiper-slide{
      display: flex;
      justify-content: center;
    }
    #personal_header .swiper-wrapper .swiper-slide a{
        /*width: 120rem;*/
        width: 100%;
        height: 100%;
    }
    #personal_header .swiper-wrapper .swiper-slide .swiper_content{
        position: absolute;
        left: calc(50% - 40rem);
        width: 52.875rem;
        object-fit: contain;
        margin-top: -3rem;
    }
    
    /*#personal_header .swiper-wrapper .swiper-slide .background_img{*/
    /*  height: 100%;*/
    /*  flex: 1;*/
    /*}*/
    #personal_header .swiper-wrapper img{
      /*min-width: 75rem;*/
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    #personal_header .swiper-pagination-bullets .swiper-pagination-bullet-active::after{
      content: "";
      width: 3.75rem;
      height: 0.375rem;
      border-radius: 0.5rem;
      top: 0rem;
      left: -100%;
      position: absolute;
      background: #006BFF;
      animation: navScroll 4s linear;
    }
    #personal_header .swiper-pagination-bullets .swiper-pagination-bullet{
      width: 3.75rem;
      height: 0.375rem;
      border-radius: 0.5rem;
      opacity: 0.4;
      background: #B5D4FF;
      position: relative;
      overflow: hidden;
    }
    @keyframes navScroll {
      to{
        left: 0;
      }
    }
    #personal_header .swiper-pagination-bullets{
      height: 0.375rem;
      border-radius: 0.5rem;
      display: flex;
      justify-content: center;
      position: absolute;
      left: calc(50% - 5.625rem);
      bottom: 8.4375rem;
      z-index: 2;
    }
    #personal_header .swiper-pagination-bullet + .swiper-pagination-bullet{
      margin-left: 0.75rem;
    }

/* 下载链接 */
.nav_wrap {
	/*margin: 0 auto;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background: #fff;
	height: 6rem;
	z-index: 100;
}
.nav_list {
	display: flex;
	width: 75rem;
	justify-content: space-between;
	align-items: center;
}
.nav_item {
	display: flex;
	width: 18.75rem;
	padding: 1rem 0 1rem 3.75rem;
	align-items: center;
	gap: 1.5rem;
	flex: 1 0 0;
	color: var(--main-text, var(--gray-80, #1b2532));
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75rem;
	position: relative;
	cursor: pointer;
}
.nav_item > img {
    padding: 0.875rem;
	height: 100%;
	width: 4rem;
}
.download_wrap_index {
	position: absolute;
	width: 100%;
	height: 8.75rem;
	left: 0;
	border-radius: 0.75rem 0.75rem 0rem 0rem;
	border: 0.0625rem solid #fff;
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(2.0625rem);
	box-sizing: border-box;
	padding: 1rem;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--main-text, var(--gray-80, #1b2532));
	font-family: PingFang SC;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	/*opacity: 0;*/
	top: -2.75rem;
}
.download_wrap_index.android_wrap {
	height: 11.5rem;
	top: -5.5rem;
}
.download_wrap_index.ios_wrap {
	height: 11.5rem;
	top: -5.5rem;
}
.download_wrap_index.android_wrap > img,
.download_wrap_index.ios_wrap > img {
	width: 7.5rem;
	height: 7.5rem;
}
.download_wrap_index > div {
	display: flex;
	padding: 0.75rem 3.125rem;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 0.5rem;
	line-height: 1.5rem;
}
.download_wrap_index > .download_mac {
	margin-bottom: 0.75rem;
}
.download_wrap_index > img{
    margin-bottom: 0.75rem;
}
.download_item:hover .download_wrap_index {
	display: flex;
	transition: all 0.2s ease-in;
}
.android_item:hover .android_wrap {
	display: flex;
	transition: all 0.2s ease-in;
}
.ios_item:hover .ios_wrap {
	display: flex;
	transition: all 0.2s ease-in;
}
.download_mac:hover,
.download_windows:hover {
	background:  #f2f7ff;
}

/* 高效，安全办公 */
#office {
	background: #f7f8fa;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 51.5rem;
	padding: 0rem;
}
.office_wrap_title {
	color: var(--main-text, var(--gray-80, #1b2532));
	font-family: PingFang SC;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: normal;
	margin-top: 6.25rem;
}
.office_wrap {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	color: #000;
	margin: 0;
	padding: 0;
	height: 10rem;
	width: 75rem;
}
.swiper-container.office_banner_wrap {
	width: 100%;
	margin: 1.25rem auto;
	cursor: pointer;
}
.office_wrap .content {
    cursor: pointer;
	position: relative;
	font-family: PingFang SC;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	text-align: center;
	height: 2.5rem;
	max-width: 37.5rem;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #626F84;
}
.office_title_wrap .swiper-slide-active .content {
	color:  #006bff;
	font-family: PingFang SC;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.25rem;
}
.office_title_wrap .content::after {
	content: "";
	width: 0.125rem;
	border-radius: 0.0625rem;
	height: 0.5rem;
	position: absolute;
	left: 50%;
	bottom: -0.625rem;
	background-color: var(--gray-50, #9ba7ba);
}
.office_title_wrap .swiper-slide-active .content::after {
	content: "";
	width: 0.125rem;
	border-radius: 0.0625rem;
	height: 0.625rem;
	position: absolute;
	left: 50%;
	bottom: -0.625rem;
	background-color: #006bff;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.office_title_wrap {
	height: 3.25rem;
	box-sizing: border-box;
	padding-bottom: 0.625rem;
}
.office_wrap .swiper-container {
	margin: 3.75rem 0 2.5rem;
}
.office_title_wrap .swiper-slide {
	width: 14%;
	height: 100%;
}
.office_title_wrap .swiper-slide-active {
	opacity: 1;
}
.office_banner_wrap {
	height: 27.125rem;
}
.office_banner_wrap .swiper-slide {
	box-sizing: border-box;
	width: 27.5625rem;
	height: 25.875rem;
	border-radius: 2.5rem;
	border: 0.125rem solid #fff;
	background: linear-gradient(180deg, #f0f5ff 0%, #fff 100%);
	box-shadow: 0rem 0.375rem 1.0625rem 0rem rgba(0, 91, 209, 0.1);
}
.office_banner_wrap .swiper-slide {
	padding: 3.75rem 1.875rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1B2532;
    text-align: center;
}
.office_banner_wrap .swiper-slide img {
	margin-top: 2.5rem;
	width: 15.625rem;
	height: 14.125rem;
}
.office_banner_wrap .swiper-slide .swiper-slide-next {
	margin-left: 25rem;
}
/* 他们都在用· */
#alluser {
	display: flex;
	padding: 6.25rem 22.5rem 4.75rem; /* -1.5rem */
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
#alluser .alluser_wrap {
	width: 75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	position: relative;
}
#alluser .alluser_wrap > img {
	position: absolute;
	right: -12.5rem;
	bottom: -12.5rem;
	width: 52.625rem;
	height: 52.625rem;
}
#alluser .alluser_wrap .alluser_title {
	text-align: center;
	color: var(--main-text, var(--gray-80, #1b2532));
	font-family: PingFang SC;
	font-size: 2.5rem;
	font-weight: 600;
}
#alluser .alluser_wrap .alluser_title p {
	color: var(--subordinate-text, #626f84);
	font-family: PingFang SC;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75rem;
	margin: 1rem 0 3.75rem;
}
#alluser .alluser_wrap .user_list {
	width: 75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	white-space: wrap;
}
#alluser .alluser_wrap .user_list .user_item {
	position: relative;
	min-width: 24rem;
	padding: 2rem 1.5rem;
	box-sizing: border-box;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0rem 0.1875rem 0.625rem 0rem rgba(0, 93, 214, 0.08);
	backdrop-filter: blur(0.0625rem);
	margin-bottom: 2.5rem;
}
#alluser .alluser_wrap .user_list .user_item:first-child {
	margin-bottom: 2.5rem;
}
#alluser .alluser_wrap .user_list .user_item > img {
	position: absolute;
	left: 1.5rem;
	top: 0.5rem;
	width: 5.4375rem;
	height: 5.375rem;
	z-index: -1;
}
#alluser .alluser_wrap .user_list .user_item .content {
	display: flex;
	align-items: center;
}
#alluser .alluser_wrap .user_list .user_item .content .content_img {
	width: 6.25rem;
	height: 6.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.25rem;
	box-sizing: border-box;
}
#alluser .alluser_wrap .user_list .user_item .content .content_img img {
	max-width: fit-content;
	width: 6.25rem;
	height: 6.25rem;
	object-fit: contain;
}
#alluser .alluser_wrap .user_list .user_item .content .content_right {
	color: var(--subordinate-text, #626f84);
	font-family: PingFang SC;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}
#alluser .alluser_wrap .user_list .user_item .content .content_right h3 {
	color: var(--main-text, var(--gray-80, #1b2532));
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
/* vip会员 */
#vip {
	display: flex;
	padding: 6.25rem 22.5rem;
	flex-direction: column;
	align-items: center;
	background: #F7F8FA;
	background: no-repeat center bottom / cover url('../images/t110b9a93019d6f292aff178bcb.png');
	
}
#vip .vip_list {
    width: 50rem;
    height: 37.25rem;
	border-radius: 1.5rem;
    background: #FFF;
    position: relative;
    padding: 2.5rem 3.75rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#vip .vip_list .trangle{
    position: absolute;
    bottom: -4.4rem;
    right: 0;
    /*width: 17.5rem;*/
    height: 31.31rem;
}
#vip .vip_list .price_tag{
    position: absolute;
    top: 0;
    right: 0;
    width: 19.4375rem;
    height: 4.25rem;
}
#vip .vip_list h3{
    color: #1B2532;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "PingFang SC";
}
#vip .vip_list p{
    margin-top: .75rem;
    color: #626F84;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "PingFang SC";
}
#vip .vip_list .price_wrap{
    margin-top: 2.5rem;
    color: #006BFF;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    vertical-align: bottom;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
}
#vip .vip_list .price_wrap .autoplay{
    position: absolute;
    top: -.1rem;
    left: 18rem;
    width: 7.27rem;
    height: 2.42rem;
}
#vip .vip_list .price_wrap span{
    font-family: 'ShouhuType';
    font-size: 4.5rem;
    font-weight: 900;
    margin: 0 1rem;
}
#vip .vip_list .skill_list{
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
#vip .vip_list .skill_list .skill_item{
    font-size: 400;
    display: flex;
    height: 1.625rem;
    line-height: 1.625rem;
    font-size: 1.125rem;
    color: #657083;
}
#vip .vip_list .skill_list .skill_item img{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}
#vip .vip_list .goon_button{
    position: relative;
    margin-top: 2.5rem;
    display: flex;
    padding: 1rem 3.75rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background: linear-gradient(96deg, #006BFF 1.11%, #0094FF 93.04%);
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 2;
}





/* 底部公用部分》立即使用 */
#use_now {
	height: 18.25rem;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#use_now .img_wrap {
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.65;
}
#use_now .img_wrap > img {
	width: 120rem;
	height: 18.25rem;
	object-fit: cover;
}
#use_now .img_wrap .img_left {
	width: calc((100% - 120rem) / 2);
	height: 100%;
	background: linear-gradient(180deg, #f0f6fd 0%, #f3f6fc 44.02%, #f0f4fa 100%);
}
#use_now .img_wrap .img_right {
	width: calc((100% - 120rem) / 2);
	height: 100%;
	background: linear-gradient(180deg, #eaedf4 0%, #ecf0f8 20.27%, #eff4fa 44.02%, #f2f5fc 100%);
}
#use_now > h3 {
	color: var(--main-text, var(--gray-80, #1b2532));
	font-family: PingFang SC;
	font-size: 2.5rem;
	font-weight: 600;
	margin: 3.75rem 0 2.5rem;
	z-index: 1;
}
#use_now > .user_now_login {
	display: flex;
	padding: 1.25rem 3.75rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0.625rem;
	background: linear-gradient(96deg, #006bff 1.11%, #0094ff 93.04%);
	color:  #fff;
	font-family: PingFang SC;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.25rem;
	margin-bottom: 3.75rem;
	cursor: pointer;
	z-index: 1;
	position: relative;
}

#use_now > .user_now_login .login_hover_wrap{
    position: absolute;
    top: 100%;
    padding-top: 0rem;
    width: 100%;
    height: 7.5rem;
    visibility: hidden;
    transition: all 0.1s ease-in;
    opacity: 0;
}
#use_now > .user_now_login .login_hover{
    width: 14.0625rem;
    height: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.625rem;
    overflow: hidden;
    top: 5.625rem;
    color: #666;
    font-family: PingFang SC;
    font-size: 1.5rem;
    line-height: 3.125rem;
    font-weight: 400;
    background: #fff;
}
#use_now > .user_now_login:hover .login_hover_wrap{
    visibility: visible;
    padding-top: 1.25rem;
    opacity: 1;
}
#use_now > .user_now_login .login_hover li{
    text-align: center;
    width: 100%;
    height: 3.125rem;
}
#use_now > .user_now_login .login_hover li:hover{
    background: #F2F7FF;
}
/* 最近动态 */
#news {
	display: flex;
	padding: 6.25rem 0;
	flex-direction: column;
	align-items: center;
	background: #F7F8FA;
}
#news .news_wrap {
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-items: center;
}
#news .news_wrap .news_title {
	text-align: center;
	color: var(--main-text, var(--gray-80, #1b2532));
	font-family: PingFang SC;
	font-size: 2.5rem;
	font-weight: 600;
}
#news .news_wrap .news_title p {
	color: var(--subordinate-text, #626f84);
	font-family: PingFang SC;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75rem;
	margin: 1rem 0 3.75rem;
}
#news .news_wrap .news_banner {
	position: relative;
	margin-bottom: 3.75rem;
	height: 25rem;
	display: block;
	background: linear-gradient(to right, #F7F8FA 0%, #F7F8FA 55%, #006bff 55%, #006bff 100%);
}
#news .news_wrap .news_banner .svg_img {
	position: absolute;
	left: calc(50% - 23.75rem);
	height: 100%;
	width: 65.4rem;
	height: 25rem;
}
#news .news_wrap .news_banner .news_swiper {
	width: 75rem;
	height: 25rem;
	padding-top: 2.5rem;
}

#news .news_wrap .news_banner .news_slide {
	width: 75rem;
	height: 20rem;
	position: relative;
	display: flex;
	align-items: center;
}
#news .news_wrap .news_banner .news_slide img {
	width: 47rem;
	height: 20rem;
	border-radius: 1.5rem;
	background: url(../_path-to-image_.html), lightgray 50% / cover no-repeat;
	margin-right: 3.75rem;
}
#news .news_wrap .news_banner .news_slide .desc_words {
	color: var(--unnamed, #fff);
	font-family: PingFang SC;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
	width: 24.25rem;
	white-space: wrap;
}
#news .news_wrap .news_banner .news_slide .desc_words .date {
	font-size: 3rem;
}
#news .news_wrap .news_banner .news_slide .desc_words .date i {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
}
#news .news_wrap .news_banner .news_slide .desc_words h3 {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.75rem;
	margin: 1.5rem 0;
}
#news .news_wrap .news_banner .news_slide .desc_words p {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
}
#news .swiper-pagination-bullet {
	width: 3.75rem;
	height: 0.375rem;
	border-radius: 0.5rem;
	background: var(--gray-20, #ebf0f5);
	opacity: 1;
}
#news .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 0.75rem;
}
#news .swiper-pagination-bullet-active {
	background: #006bff;
}
#news .swiper-pagination {
	position: relative;
	margin: 1.875rem 0 0;
}
#footer{
    width: 100%;
    min-width: 75rem;
    display: flex;
    padding: 6.25rem 0 2.5rem;
    flex-direction: column;
    align-items: center;
    background: #1B2532;
  }
  #footer .footer_wrap{
    width: 75rem;
    flex-direction: column;
    align-items: center;
    justify-items: center;
  }
  #footer .footer_wrap .footer_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 2.5rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.10);
  }
  #footer .footer_wrap .footer_list .footer_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--basic-white, var(--unnamed, #FFF));
    font-family: PingFang SC;
  }
  #footer .footer_wrap .footer_list .footer_item h5{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  #footer .footer_wrap .footer_list .footer_item p{
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #BCCAD6;
  }
  #footer .footer_wrap .footer_list .footer_item p:first-child{
    margin-top: 1.25rem;
  }
  #footer .footer_wrap .footer_list .footer_item .logo{
    height: 2rem;
  }
  #footer .footer_wrap .footer_list .footer_item .logo img{
    height: 100%;
    object-fit: contain;
  }
  #footer .footer_wrap .footer_list .footer_item .focus_desc{
    margin: 1.25rem 0;
    color: #BCCAD6;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap{
    display: flex;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div{
    width: 1.875rem;
    height: 1.875rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.25rem;
    border-radius: 50%;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div > a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div img{
    width: 1.25rem;
    object-fit: contain;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div.weixin_icon .weixin_img > img{
    width: 7.5rem;
    height: 7.5rem;
    box-sizing: border-box;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div.weixin_icon .weixin_img{
    position: absolute;
    width: 12.5rem;
    height: 12.5rem;
    left: -2.9375rem;
    top: -8.125rem;
    z-index: 1;
    display: none;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div.weixin_icon .weixin_img:after{
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background: #fff;
    position: absolute;
    left: 3.5rem;
    bottom: -0.3125rem;
    transform: rotate(45deg);
    z-index: -1;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div.weixin_icon{
    position: relative;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div.weixin_icon:hover .weixin_img{
    display: block;
    width: 7.5rem;
    height: 7.5rem;
    background: #fff;
  }
  #footer .footer_wrap .footer_list .footer_item .icon_wrap > div.weixin_icon > img{
    margin-top: -0.0625rem;
    width: 105%;
    height: 105%;
  }
  #footer .link_wrap{
    width: 100%;
    margin-top: 2.5rem;
    color:  #FFF;
    font-family: PingFang SC;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  #footer .link_wrap h3{
    margin-bottom: 1.25rem;
  }
  #footer .link_list{
    display: flex;
    /*justify-content: space-between;*/
    gap: 1.875rem;
    margin-bottom: 6.25rem;
    flex-wrap: wrap;
  }
  #footer .link_list .link_item{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #BCCAD6;
  }
  #footer .footer_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--auxiliary-text, #9BA7BA);
    text-align: center;
    font-family: PingFang SC;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
  }
  #footer .footer_text img{
      width: 1.25rem;
      height: 1.25rem;
  }
  
  
/* 右侧边栏 */
#fixed_right{
    position: fixed;
    width: 3.5rem;
    height: 10.75rem;
    right: 2.5rem;
    bottom: 5.5rem;
    /*display: flex;*/
    display: none;
    padding: 1rem 0.625rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-radius: 5rem;
    background: var(--white, #FFF);
    box-shadow: 0rem 0.9375rem 2.8125rem 0.4375rem rgba(27, 37, 50, 0.06), 0rem 0.625rem 1.875rem -0.1875rem rgba(75, 85, 105, 0.10);
    z-index: 888;
}
#fixed_right .back,#fixed_right .phone,#fixed_right .back{
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
}
#fixed_right.phone_hidden{
    bottom: 7.625rem;
    height: 4rem;
}
#fixed_right.phone_hidden .phone{
    display: none;
}
#fixed_right .right_hidden{
    width: 7.5rem;
    height: 7.5rem;
    position: absolute;
    right: 4.375rem;
}
#fixed_right .phone_num{
    white-space: nowrap;
    display: none;
    justify-content: flex-start;
    align-items: center;
    top: 0rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    width: 9.375rem;
    height: 100%;
    right: 1.875rem;
    position: absolute;
    /*transition: all .2s ease-in;*/
}
#fixed_right .phone_num::after{
    content: "";
    position: absolute;
    top: 0;
    left: -0.3125rem;
    width: 8.125rem;
    height: 2.1875rem;
    background: #fff;
    z-index: -1;
}
#fixed_right .weixin{
    position: relative;
}
#fixed_right .weixin_img{
  top: calc(50% - 4rem);
  right: 3.75rem;
  /*visibility: hidden;*/
  /*transition: all .2s ease-in;*/
  width: 8.125rem;
  display: none;
}
#fixed_right .weixin_img > img{
    width: 7.5rem;
    height: 7.5rem;
}
#fixed_right .weixin:hover .weixin_img{
    display: block;
    /*right: 3.125rem;*/
    /*visibility: visible;*/
    /*opacity: 1;*/
}
#fixed_right .phone:hover .phone_num{
    display: flex;
    /*right: 2.5rem;*/
    /*visibility: visible;*/
    /*opacity: 1;*/
}



 .bx-wrapper .bx-pager.bx-default-pager a {
        position: relative;
        width: 3.75rem;
        height: 0.375rem;
        border-radius: 0.5rem;
        opacity: 0.4;
        background:  #B5D4FF;
    }
    .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link{
        overflow: hidden;
    }
    .bx-wrapper .bx-pager.bx-default-pager a.active{
        width: 3.75rem;
        height: 0.375rem;
        border-radius: 0.5rem;
        opacity: 0.4;
        background: #B5D4FF;
        /*overflow: hidden;*/
    }
    .bx-wrapper .bx-pager.bx-default-pager a.active::after{
        content: "";
        width: 3.75rem;
        height: 0.375rem;
        border-radius: 0.5rem;
        top: 0rem;
        left: -3.75rem;
        position: absolute;
        background: #006BFF;
        animation: navScroll 5s linear;
    }
    @keyframes navScroll {
      to{
        left: 0;
      }
    }
    .bx-wrapper .bx-pager{
        bottom: 4.375rem;
    }
    .header .logo{
        left: 2.5rem;
    }
    .header .nav-content {
        display: flex;
        justify-content: center;
    }
    .header .header-nav.fixed .navbar li.active > a{
        color: #006BFF;
        font-size: 1rem;
        font-weight: 600;
    }
    .navbar li:after {
        color: #006BFF;
    }
    .header.opaque .header-nav.fixed{
        border-bottom: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.60);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
    }
    .header .header-nav.fixed .navbar a{
        font-size: 1rem;
        font-weight: 600;
    }
    .navbar a {
        padding: 0 1.875rem;
    }
    .navbar li:after {
        background-color: #FFF;
    }
    .header .navbar li.active > a {
        color: #006BFF;
    }
    .header .navbar a {
        color: #1B2532;
        font-size: 1rem;
        font-weight: 600;
        opacity: 1;
    }
    #navBox>div>ul>li>ul>li a {
        background-color: #006BFF;
    }
    .header .header-nav .navbar li.on > a{
        color: #006BFF;
    }
    /* 头部电话 + 登录 */
    .header-nav.menu .nav_right{
        height: 100%;
        position: absolute;
        right: 2.5rem;
        display: flex;
        align-items: center;
    }
    .nav_right .nav_tele{
        display: flex;
        align-items: center;
        color: #1B2532;
        font-family: PingFang SC;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5rem;
    }
    .nav_right .nav_tele span{
        margin: 0 2.5rem 0 0.5rem;
    }
    .nav_right .nav_login_button{
        border-radius: 5rem;
        width: 7.25rem;
        background: #006BFF;
        display: flex;
        height: 2.5625rem;
        justify-content: center;
        align-items: center;
        color:  #FFF;
        font-family: PingFang SC;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        cursor: pointer;
        position: relative;
    }

.nav_login_button .login_hover_wrap{
    position: absolute;
    width: 7.25rem;
    height: 6.875rem;
    top: 100%;
    transition: all 0.2s ease-in;
    padding-top: 0rem;
    visibility: hidden;
    opacity: 0;
}
.nav_login_button .login_hover_wrap .login_hover{
    width: 7.25rem;
    height: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.625rem;
    color: #666;
    font-family: PingFang SC;
    overflow: hidden;
    font-size: 1rem;
    line-height: 3.125rem;
    font-weight: 400;
    background: #fff;
}
.nav_login_button:hover .login_hover_wrap{
    padding-top: 0.625rem;
    visibility: visible;
    opacity: 1;
}
.nav_login_button .login_hover li{
    text-align: center;
    width: 100%;
    height: 3.125rem;
}
.nav_login_button .login_hover li:hover{
    background: #F2F7FF;
}
.header .header-nav.fixed .navbar li:after{
    opacity: 0;
}
  
  /* 客服大小 */
  #zc__sdk__container{
      transform:scale(.9,.9);
      transform-origin: bottom center;
  }
  #_QIDIAN_WEB_IM_IFRAME_3009123165{
      transform:scale(.8,.8);
      transform-origin: bottom center;
  }
@media screen and (max-width: 80rem) {
    html{
        /*font-size: 0.6667rem;*/
        font-size: 0.75rem;
    }
    
    .swiper-container-3d{
        perspective:900px;
    }
    /* #enterprise_header {
      height: calc(100vh + 6rem);
      min-height: 41.9375rem;
    }
    #personal_header{
      height: calc(100vh + 6rem);
      min-height: 41.9375rem;
    }
    .login-wrap{
        left: calc(50% + 13.125rem);
        transform: scale(.8, .8);
        transform-origin: left center;
    }*/
    /*.logined-wrap{*/
    /*    left: calc(50% + 13.125rem);*/
    /*    transform: scale(.8, .8);*/
    /*    transform-origin: left center;*/
    /*} */
    /* 隐藏双语言 + 搜索 */
    .mlang{
        display: none;
    }
    .search-btn{
        display: none!important;
    }
    .nav_right .nav_tele{
        display: none!important;
    }
    /*#enterprise_header .swiper-wrapper .swiper-slide .banner_button{*/
    /*    left: calc(50% - 31.25rem);*/
    /*}*/
}




#news_page {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 12rem;
}

#news_page .download_header {
	width: 100%;
    height: 19.25rem;
    display: flex;
    justify-content: center;
    /*background: no-repeat center bottom / cover url('https://p0.ssl.qhimg.com/t01fd03daf562efc088.png');*/
    background: no-repeat center bottom / cover url('../images/t01f33c2dce4ce72a23.png');
    position: relative;
}

#news_page .download_header h3,#news_page .download_header h1 {
	color: #1B2532;
    font-family: PingFang SC;
    font-size: 2.5rem;
    font-weight: 600;
    width:120rem;
    height:100%;
    background: no-repeat center center / cover url('../images/t018f006c4ce28a4e2c.png');
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 弹窗 */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-content {
  background-color: #fff;
  margin: 40vh auto;
  box-sizing: border-box;
  border: 0.0625rem solid #888;
  width: 25rem;
  border-radius: 0.375rem;
  max-width: 37.5rem;
  position: relative;
}

.modal-content h2 {
  font-size: 1rem;
  color: rgb(27, 37, 50);
  padding: 0.8125rem 1.25rem;
  border-bottom: 0.0625rem solid rgb(236, 236, 236);
  font-weight: 400;
}

.modal-content p {
  font-size: 1rem;
  counter-reset: rgb(236, 236, 236);
  margin: 1.5rem 2.5rem 2rem;
}

.modal-content button {
  width: 7.375rem;
  height: 2.125rem;
  font-size: 0.875rem;
  margin-bottom: 1.625rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.modal-content .confirm-button {
  margin-left: 7.5rem;
  background-color: #017ffd;
  border: none;
  color: #fff;
}

.modal-content .cancel-button {
  margin-left: 0.625rem;
  border: 0.0625rem solid #d9d9d9;
  background-color: #fff;
  color: #637387;
}

.close {
  color: #aaa;
  float: right;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}