@font-face {
    font-family: AlibabaHealthFont;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/AlibabaHealthFont.ttf') format('truetype');
}
@font-face {
    font-family: element-icons;
    src: url(../fonts/element-icons.woff) format("woff"),url(../fonts/element-icons.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

input[aria-hidden=true] {
	display: none !important;
}
html,body{
	background: #01013f;
	overflow: hidden;
	margin: 0;
    padding: 0;
	width: 100%;
	height: 100%;
}
body>div{
	width: 100%;
    height: 100%;
}
.bg{
	width: 100%;
	height: 100%;
}
.bg img{
	width: 100%;
	height: 100%;
	display: block;
}
.logo{
    position: absolute;
    top: 104px;
    display: block;
    width: 100%;
    color: #1B785F;
    text-align: center;
}
.foot{
	position: absolute;
    bottom: 4%;
    text-align: center;
    width: 100%;
    color: #fff;
}
.logo .logo-span{
	display: inline-block;
}
.logo img{
	width: 85px;
}
.logo .logo-title{
    display: block;
    font-size: 50px;
    line-height: 85px;
    float: right;
    margin-left: 10px;
    font-weight: bold;
}
.centent-box{
	position: absolute;
}
.item-box{
	left: 13.7%;
	top:26%;
}
@keyframes cardshow
{
    0% {opacity: 0;transform:scale(0.8);}
    90% {opacity: 1;transform:scale(1.1);}
	100% {opacity: 1;transform:scale(1);}
}

@keyframes breach
{
    0% {transform:scale(1);}
	80% {transform:scale(1);}
    90% {transform:scale(1.1);}
	100% {transform:scale(1);}
}

.card {
	animation: cardshow 0.3s ease var(--dely) 1 normal both;
}

.card img{
	animation: breach 5s ease var(--dely) infinite normal both;
}

.card{
	position: absolute;
	transition: transform 0.1s ease-out,box-shadow 0.1s ease-out;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	--width0:366px;
	--width1:318px;
	--height:284px;
}
.card.active{
	transform: scale(0.98) !important;
	box-shadow: 0 0 20px 8px #a9a5a5;
}
.card .title{
	/* text-shadow: 5px 7px 9px black; */
	font-family: AlibabaHealthFont;
	color: #333333;
	font-size: 36px;
	position: absolute;
	top: 44px;
	width: 100%;
	text-align: center;
}
.card img{
	position: absolute;
	display: block;
	top:126px;
	left: 102px;
}
.card0{
	width: var(--width0);
	height: 592px;
}
.card0 img{
	position: absolute;
	display: block;
	top:236px;
	left:102px;
}
.card0 .title{
	position: absolute;
	font-size: 32px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	width: 100%;
	top:118px;
}
.card1{
	width: var(--width1);
	height: var(--height);
	left:calc(var(--width0) + 24px);
}

.card2{
	width: var(--width1);
	height: var(--height);
	left:calc(var(--width0) + 24px);
	top:calc(var(--height) + 24px);
}
.card3{
	width: var(--width1);
	height: var(--height);
	left:calc(var(--width0) + (var(--width1) + 24px*2));
}
.card4{
	width: var(--width1);
	height: var(--height);
	left:calc(var(--width0) + (var(--width1) + 24px*2));
	top:calc(var(--height) + 24px);
}
.card5{
	width: var(--width1);
	height: var(--height);
	left:calc(var(--width0) + (var(--width1)*2 + 24px*3));
}
.card6{
	width: var(--width1);
	height: var(--height);
	left:calc(var(--width0) + (var(--width1)*2 + 24px*3));
	top:calc(var(--height) + 24px);
}
.info-box{
	top: 95px;
	width: 1200px;
	left: 50%;
    margin-left: -600px;
	height: 950px;
}
.org-box{
	top: 95px;
	width: 1200px;
	left: 50%;
    margin-left: -600px;
	height: 950px;
}
.org-box .html-box{
	scroll-behavior: smooth;
	overflow-y: scroll;
	height: 100%;
    background: rgba(255, 255, 255, 0.5);
	padding: 1% 7%;
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.org-box .html-box::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
}
.org-box .html-box::-webkit-scrollbar-track{
	background-color: #003e69;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
   
}
.org-box .html-box::-webkit-scrollbar-thumb{
   background-color: #75cbff;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
}

@keyframes orgshow
{
    from {opacity: 0;transform:translateX(-10%);}
    to {opacity: 1;;transform:translateY(0);}
}

.org-box .html-box .org-item{
	display: flex;
	background: #EFEEE7;
	margin-top: 40px;
	border-radius: 16px;
	overflow: hidden;
	animation: orgshow 0.5s ease var(--dely) 1 normal both;
}
.org-box .html-box .org-info{
	margin-left: 40px;
	/* font-family: AlibabaHealthFont; */
	font-size: 16px;
}
.org-box .html-box .org-info .org-title{
	font-size: 24px;
	margin-top: 40px;
}
.org-box .html-box .org-info .org-address{
	margin-bottom: 8px;
	margin-top: 24px;
}
.org-box .html-box .org-img{
	width: 259px;
	height: 194px;
}
.org-box .html-box .org-img img{
	width: 100%;
    height: 100%;
}

.info-box .html-box{
	scroll-behavior: smooth;
	height: 100%;
    background: rgba(255, 255, 255, 0.5);
	padding: 1% 7%;
    border-radius: 24px;
    backdrop-filter: blur(10px);
	overflow-y: scroll;
}

.info-box .html-box::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
}

.info-box .html-box::-webkit-scrollbar-track{
	background-color: #003e69;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
   
}
.info-box .html-box::-webkit-scrollbar-thumb{
   background-color: #75cbff;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
}


.html-box p{
	font-size: 24px;
	text-indent:48px;
}
.html-box p.title{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-indent:0;
}
.html-box p.p-center{
	text-align: center;
	text-indent:0;
}

.service-box{
    width: 1700px;
    height: 950px;
    top: 88px;
    left: 50%;
    margin-left: -850px;
}



.service-box .html-box{
	scroll-behavior: smooth;
	height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 1% 4% 1% 1%;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    overflow-y: scroll;
}

.service-box .html-box .money-box{
	width: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	border-right-width: 2px;
    border-right-style: dashed;
    border-right-color: #ccc;
}

@keyframes arrowbox
{
    from {width: 0%;}
    to {width: 100%;}
}


.service-box .html-box .tips{
	margin-left: 30px;
    color: #797979;
}

.service-box .html-box .arrow-box{
	width: 100%;
    height: 41px;
    position: absolute;
    top: 450px;
    overflow: hidden;
	animation: arrowbox 1s ease 0.5s 1 normal both;
}

@keyframes imgshow0
{
    from {opacity: 0;transform:translateY(-10%);}
    to {opacity: 1;;transform:translateY(0);}
}
@keyframes imgshow1
{
    from {opacity: 0;transform:translateY(10%);}
    to {opacity: 1;;transform:translateY(0);}
}

.service-box .html-box .service-item-box img{
	position: absolute;
	animation: var(--animation) 0.5s ease var(--dely) 1 normal both;
}
.service-item1{
	top: 151px;
    left: 36px;
}
.service-item2{
    left: 190px;
    top: 510px;
}
.service-item3{
    top: 166px;
    left: 348px;
}
.service-item4{
	left: 504px;
    top: 510px;
}
.service-item5{
    top: 217px;
    left: 666px;
}
.service-item6{
    left: 824px;
    top: 510px;
}
.service-item7{
	top: 168px;
    left: 984px;
}
.service-item8{
	left: 1143px;
    top: 510px;
}
.service-item9{
	top: 168px;
    left: 1300px;
}
.service-item10{
	left: 1471px;
    top: 510px;
}



.info-box .html-box img{
	width: 80%;
    margin: auto;
    display: block;
}

.price-box{
	width: 1760px;
	height: 980px;
	top: 85px;
	left: 50%;
    margin-left: -880px;
}

.price-box .html-box{
	height: 100%;
    background: rgba(255, 255, 255, 0.8);
	padding: 1% 4%;
    border-radius: 24px;
    backdrop-filter: blur(10px);
	overflow-y: scroll;
	scroll-behavior: smooth;
}
.price-box .html-box .table-header,.dialo-urn-box .table-header{
	width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
    background: #1b785f;
}

.is-active .price-tab-label{
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: #1B785F;
	color:#fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
.price-tab-label{
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: none;
	border: #000 1 solid;
	color:#000;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

.price-box .html-box::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
}

.price-box .html-box::-webkit-scrollbar-track{
	background-color: #003e69;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
   
}
.price-box .html-box::-webkit-scrollbar-thumb{
   background-color: #75cbff;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
}

.price-box .html-box .first-box{
	display: flex;
	justify-content: space-between;
}

.price-box .html-box .first-box img{
	height: 830px;
}

.price-box .html-box .table-box,img{
	animation: imgshow0 0.8s ease 0.4s 1 normal both;
}


.price-box .html-box .el-tabs__item,.dialo-urn-box .el-tabs__item{
	font-size: 20px;
}
.price-box .tips{
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 24px;
}


.process-box{
	width: 1760px;
	height: 950px;
	top: 85px;
	left: 50%;
    margin-left: -880px;
}

.process-box .html-box{
	height: 100%;
    background: rgba(255, 255, 255, 0.6);
	padding: 0 4% 0 0;
    border-radius: 24px;
    backdrop-filter: blur(10px);
	--left:73px;
	--width:180px;
	overflow: hidden;
}

.process-box .html-box .tips{
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
	color: #353535;
}

.process-box .html-box .process-title{
   display: block;
   margin: 101px auto 0 auto;
}
.process-box .html-box .process-arrow{
   position: absolute;
   top:320px;
   left: 135px;
   width: 100%;
   overflow: hidden;
   animation: arrowbox 1.5s ease 0.3s 1 normal both;
}

 .process-box .html-box .process-item{
	top: 400px;
    position: absolute;
    left: calc(var(--left) + (var(--width) + 24px) * var(--index) );
	animation: imgshow1 0.5s ease var(--dely) 1 normal both;
 }

.publicity-box{
	top: 95px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
	padding: 1% 2% 0 2%;
	background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.publicity-box .el-tabs__item{
	font-size: 20px;
}

@keyframes fadein
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeBigin
{
    from {opacity: 0;transform:scale(1.1);}
    to {opacity: 1;;transform:scale(1)}
}

@keyframes fadeinright
{
    from {opacity: 0;transform:scale(1.1) translate(50%,-50%);}
    to {opacity: 1;transform:scale(1) translate(0,0);}
}

.publicity-box .publicity-item-box{
	overflow: hidden;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    backdrop-filter: blur(10px);
	animation: fadein 0.5s ease 0s 1 normal both;
}
.publicity-box .publicity-item-box .publicity-bg{
	animation: fadeBigin 0.5s ease 0.1s 1 normal both;
}
.publicity-box .publicity-item-box .publicity-item{
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
}
.publicity-box .publicity-item-box .publicity-item .publicity-text{
	position: absolute;
	top: 88px;
	left: 88px;
	animation: fadeBigin 0.5s ease 0.3s 1 normal both;
}

@keyframes treeshake
{
    0%{transform: rotate(3deg);}
    50% {transform: rotate(-3deg);}
	100% {transform: rotate(3deg);}
}
.publicity-box .publicity-item-box .publicity-item .publicity-tree{
	position: absolute;
	top: 0;
	right: 0;
	animation: fadeinright 0.5s ease 0s 1 normal both;
}

.publicity-box .publicity-item-box .publicity-item .publicity-tree img{
	animation: treeshake 5s ease 0s infinite normal both;
	transform-origin: 100% 0;
}

.publicity-box .publicity-item-box .publicity-item .publicity-mont{
	position: absolute;
	bottom: -60px;
	left: 0;
	animation: fadeBigin 0.5s ease 0.1s 1 normal both;
}
.publicity-box .publicity-item-box .publicity-item .publicity-yanzi{
	position: absolute;
    right: 0;
    top: 0;
	animation: fadeinright 1s ease 1s 1 normal both;
}
.publicity-box .publicity-item-box .publicity-bg img{
	width: 100%;
	display: block;
}

.publicity-box .publicity-item-box .doc-box{
	position: absolute;
    padding-left: 130px;
    top: 685px;
}

.publicity-box .publicity-item-box .doc-box div{
	margin: 9px 0;
    height: 15px;
    line-height: 15px;
    padding: 10px;
    color: #185569;
    border: 3px solid #939393;
    border-left-width: 9px;
    border-left-color: #52a394;
    box-shadow: 3px 4px 8px 0px #696969;
    background: rgba(255, 255, 255, 0.5);
	animation: fadeBigin 0.5s ease 0.3s 1 normal both;
}

.policy-box{
	top: 95px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: 950px;
}

.policy-box .html-box{
	scroll-behavior: smooth;
	overflow: hidden;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 1% 7%;
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.policy-box .html-box .title{
	font-size: 24px;
	margin-top: 20px;
	font-weight: bold;
}

.policy-box .html-box .policy-item-box{
	margin-top: 20px;
	font-size: 18px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}


@keyframes bookshow
{
    from {opacity: 0;transform:scale(1.2);}
    to {opacity: 1;transform:scale(1);}
}

.policy-box .html-box .policy-item-box .item{
	margin: 10px 0;
    width: 89%;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    color: #185569;
    border: 3px solid #939393;
	border-left-width: 9px;
	border-left-color: #0063a7;
	box-shadow: 3px 4px 8px 0px #696969;
	background: rgba(255, 255, 255, 0.5);
	animation: orgshow 0.5s ease var(--dely) 1 normal both;
}

/* .policy-box .html-box .policy-item-box .item{
    margin: 26px;
    width: 180px;
    height: 255px;
    padding: 10px;
    color: #1b2d33;
    background: url(../static/book.jpg);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	animation: bookshow 0.5s ease var(--dely) 1 normal both;
	box-shadow: 3px 4px 8px 4px #696969;
} */

.back_btn{
	position: absolute;
    font-size: 24px;
    color: #1B785F;
	right: 2%;
    top: 3%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
}
.pdf-back_btn{
	position: absolute;
    font-size: 24px;
    color: #1B785F;
	right: 0;
    top: 3%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
}

.service-box .back_btn{
	right: 2%;
    top: 5%;
	background:rgb(191 191 191);
}
.process-box .back_btn{
	right: 1%;
	top:2%;
	background:rgb(191 191 191);
}
.publicity-box .back_btn{
	right: -80px;
	top:2%;
}
@keyframes htmlboxshow
{
    from {height: 0%;}
    to {height: 100%;}
}

.html-box{
	animation: htmlboxshow 0.5s ease 0s 1 normal both;
}