/* 首页 */
.probox {
    display: table;
}
.probar {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    height: auto;
    border-right: 1px solid #ececec;
    padding: 0 1.5vw 0 10vw;
}

.propl {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    height: auto;
    padding-top: 5vw;
}
.propl a {
    display: block;
    float: left;
    width: 44vw;
    height: 29vw;
    position: relative;
    overflow: hidden;
    margin-left: 5vw;
    margin-bottom: 3.5vw;
    opacity: 0;
}
.propl a span {
    display: block;
    width: 60%;
    height: 5vw;
    line-height: 5vw;
    font-size: 1.75rem;
    color: #fff;
    padding-left: 25px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.propl a .svg {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    right: 20px;
    bottom: 1.5vw;
}
.propl a .svg path {
    fill: #fff;
}

.sect {
    line-height: 3.7rem;
    font-size: 1.125rem;
    color: #666;
    border-top: 1px solid #ebebeb;
}
.sect:nth-child(2) {
    border-top: 0;
}
.secu {
    padding-bottom: 15px;
}
.secu li {
    padding-left: 20px;
    position: relative;
    height: auto;
    overflow: hidden;
}
.secu li::after {
    content: '';
    width: 4px;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.secu li:hover::after {
    height: 90%;
    opacity: 1;
    background: #ddd;
}
.secu li a {
    display: block;
    color: #999;
    font-size: 1rem;
    line-height: 200%;
}
.secu li.on a, .secu li:hover a {
    color: #006550;
    font-weight: bold;
}

/* 列表 */

.bkbox {
    margin-top: 3vw;
}
.bkbox.propos {
    margin-top: 2vw;
}
.prot {
    height: 50px;
    font-size: 1.125rem;
    color: #777;
}
.prot a {
    color: #777;
}
.prot a:hover {
    color: #006550;
    text-decoration: underline;
}
.proli {
    height: auto;
    overflow: hidden;
}
.proli a {
    display: block;
    width: calc(50% - 2.5vw);
    height: auto;
    margin-bottom: 2vw;
    float: left;
    overflow: hidden;
}
.proli a:nth-child(even) {
    margin-left: 5vw;
}
.proli a p {
    width: 100%;
    height: 19vw;
    display: block;
    overflow: hidden;
}
.proli a span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.25rem;
    color: #666;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.proli a span:nth-child(2) {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}
.proli a:hover span {
    color: #006550;
}


/* 产品详情 */

.dalislide.ban {
    width: 80%;
    height: 650px;
    margin: 0 auto;
}
.ban .slidep.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bkbox.proview {
    margin-top: 30px;
}
.readt1 {
    font-size: 2.25rem;
    line-height: 120%;
    font-weight: bold;
}
.readt2 {
    font-size: 1.5rem;
    line-height: 140%;
    color: #666;
}
.readt3 {
    margin-top: 2vw;
    line-height: 5vw;
    font-size: 1.875rem;
    color: #666;
    padding-left: 35px;
    position: relative;
}
.readt3::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #006550;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.readrow {
    padding-left: 35px;
    height: auto;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 180%;
}
.readrow.row2 {
    text-align: center;
    font-size: 0;
}
.kqico {
    float: left;
    margin: 20px 5vw 0 0;
    height: auto;
    overflow: hidden;
}
.kqico img {
    display: block;
    height: 7vw;
    margin: 0 auto;
}
.kqico span {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 30px;
    margin-top: 10px;
}
.ldico {
    float: left;
    margin: 20px 5vw 0 0;
    width: 9vw;
    height: 11vw;
    overflow: hidden;
    border: 1px solid #666;
    border-radius: 5px;
}
.ldico p {
    display: block;
    width: 100%;
    height: 6vw;
    margin: 20px auto 0 auto;
    overflow: hidden;
    text-align: center;
}
.ldico p img {
    max-width: 100%;
    max-height: 100%;
}
.ldico span {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    padding: 10px 5px 0 5px;
    line-height: 150%;
}
.sx {
    display: table;
    width: 100%;
    height: auto;
    border-top: 1px solid #666;
    margin-top: 10px;
}
.sx li {
    display: table-row;
    height: auto;
}
.sx li span {
    display: table-cell;
    width: 50%;
    padding: 25px 0;
    border-bottom: 1px solid #666;
    font-size: 1.25rem;
    text-align: center;
    line-height: 120%;
    color: #666;
}
.sx li span:nth-child(2) {
    border-left: 1px solid #666;
}
.xnico {
    width: 12%;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.xnico img {
    display: block;
    height: 3.5vw;
    margin: 20px auto;
}
.xnico span {
    display: block;
    line-height: 200%;
    font-size: 1rem;
}
.xnico span:nth-child(2) {
    font-size: 1.25rem;
}
.ysico {
    display: inline-block;
    width: 12%;
    height: auto;
    overflow: hidden;
}
.ysico span {
    display: block;
    font-size: 1.375rem;
    line-height: 200%;
    margin: 20px auto;
}
.ysico span:nth-child(1) {
    width: 40%;
    height: 13vw;
    border-radius: 10px;
}
.readcont {
    padding-left: 35px;
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 180%;
}
.readcont img {
    max-width: 100%;
}

.viewbtn {
    padding-left: 35px;
    margin: 6vw 0;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.viewbtn span, .viewbtn a {
    display: inline-block;
    width: 13vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 2vw;
    margin: 0 15px;
    font-size: 2rem;
}
.viewbtn span {
    background: #006550;
    color: #fff;
    cursor: pointer;
}
.viewbtn a {
    background: #e5e5e5;
}
.viewbtn p {
    display: block;
    float: right;
    text-align: center;
    color: #999;
    line-height: 30px;
    cursor: pointer;
    font-size: 0.875rem;
}
.viewbtn p img {
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 5px;
}

.casebox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10vw;
}
.casebox a {
    display: block;
    float: left;
    width: 32%;
    height: 16vw;
    position: relative;
    overflow: hidden;
    margin-left: 2%;
}
.casebox a:nth-child(3n+1) {
    margin-left: 0;
}
.casebox a span {
    display: block;
    width: 100%;
    height: 3.5vw;
    line-height: 3.5vw;
    font-size: 1.25rem;
    color: #fff;
    padding-left: 20px;
    background: rgba(217, 217, 217, .3);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -5vw;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.casebox a .svg {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    right: 15px;
    bottom: -5vw;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.casebox a .svg path {
    fill: #fff;
}
.casebox a:hover span {
    bottom: 0;
}
.casebox a:hover .svg {
    bottom: 1vw;
}
.plrow {
    padding: 8vw 0 6vw 0;
    text-align: center;
    font-size: 0;
}
.plrow a {
    display: inline-block;
    font-size: 1.5rem;
    color: #666;
    padding: 0 50px;
    line-height: 120%;
    border-left: 2px solid #999;
}
.plrow a:nth-child(1) {
    border-left: 0;
}
.plrow a:hover {
    color: #006550;
    font-weight: bold;
}

.yybox {
    width: 60%;
    height: 680px;
    padding: 0 8%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 20%;
    top: calc(50% - 340px);
    z-index: 10;
}
.yt1 {
    text-align: center;
    font-size: 2rem;
    line-height: 5rem;
    margin-top: 1.5rem;
}
.yt2 {
    text-align: center;
    font-size: 1rem;
    color: #005636;
    line-height: 2rem;
    margin-bottom: 20px;
}
.yclose {
    width: 20px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    opacity: .5;
	border: 0;
	background: transparent;
}
.yybox button.ybtn {
	border: 0;
	padding: 0;
	font-family: inherit;
}
.measure-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.measure-captcha {
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid #dadada;
}
.measure-captcha input.inp {
	flex: 1 1 auto;
	height: 60px;
	border: 0;
	outline: none;
	font: inherit;
}
.measure-captcha img {
	flex: 0 0 120px;
	width: 120px;
	height: 45px;
	cursor: pointer;
}
.measure-captcha button {
	border: 0;
	background: transparent;
	color: #005636;
	cursor: pointer;
}
.yyok-close {
	position: absolute;
	left: 50%;
	bottom: 24px;
	width: 120px;
	line-height: 40px;
	transform: translateX(-50%);
	border: 0;
	background: #005636;
	color: #fff;
	font-family: inherit;
	cursor: pointer;
}
.yyok {
    width: 100%;
    height: calc(680px - 7rem);
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7rem;
    z-index: 20;
    display: none;
}
.okp {
    width: 110px;
    height: 110px;
    background: #005636;
    border-radius: 50%;
    margin: 110px auto 0 auto;
    overflow: hidden;
}
.okp img {
    width: 50%;
    height: 50%;
    margin: 25%;
    display: block;
}
.okt {
    line-height: 80px;
    text-align: center;
    font-size: 1.6rem;
}
.oki {
    width: 100%;
    line-height: 50px;
    font-size: 1rem;
    color: #999;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 80px;
}

.protips {
    font-size: 0.75rem;
    color: #999;
    padding-left: 20px;
}


@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1024px) {
    
}

/* Desktop appointment reconstruction */
.measure-mask {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(3, 26, 25, .7);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.measure-mask .measure-sheet {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	box-sizing: border-box;
	width: min(980px, calc(100vw - 56px));
	height: min(620px, calc(100vh - 48px));
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 22px;
	background: #f2f5f3;
	box-shadow: 0 30px 80px rgba(0,0,0,.28);
	overflow: hidden;
}
.measure-header {
	box-sizing: border-box;
	height: 100%;
	padding: 54px 36px 36px;
	position: relative;
	background:
		radial-gradient(circle at 95% 8%, rgba(237,112,55,.32), transparent 32%),
		linear-gradient(150deg, #063f3d 0%, #075854 100%);
	color: #fff;
	overflow: hidden;
}
.measure-header::after {
	content: "";
	width: 240px;
	height: 240px;
	position: absolute;
	right: -108px;
	bottom: -126px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 50%;
	box-shadow: 0 0 0 38px rgba(255,255,255,.035), 0 0 0 78px rgba(255,255,255,.022);
}
.measure-eyebrow {
	margin-bottom: 14px;
	color: rgba(255,255,255,.67);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .14em;
}
.measure-sheet .measure-header .yt1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: .03em;
	line-height: 1.35;
	text-align: left;
}
.measure-sheet .measure-header .yt2 {
	margin: 10px 0 0;
	color: rgba(255,255,255,.7);
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.measure-benefits {
	display: grid;
	gap: 12px;
	margin-top: 46px;
	position: relative;
	z-index: 1;
}
.measure-benefits span {
	display: flex;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 12px;
	background: rgba(255,255,255,.075);
	color: rgba(255,255,255,.9);
	font-size: 14px;
}
.measure-benefits span b {
	color: #ef9a72;
	font-size: 11px;
	letter-spacing: .08em;
}
.measure-header-note {
	position: absolute;
	left: 36px;
	bottom: 38px;
	z-index: 1;
	color: rgba(255,255,255,.48);
	font-size: 12px;
	line-height: 1.8;
}
.measure-sheet .yclose {
	display: grid;
	place-items: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 0 0 4px;
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 30;
	border: 1px solid #dce5e2;
	border-radius: 50%;
	background: rgba(255,255,255,.9);
	color: #486663;
	font-family: Arial, sans-serif;
	font-size: 27px;
	font-weight: 200;
	line-height: 1;
	opacity: 1;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.measure-sheet .yclose:hover {
	border-color: #0a625d;
	color: #07504d;
	transform: rotate(90deg);
}
.measure-sheet form {
	display: grid;
	align-content: start;
	gap: 12px;
	box-sizing: border-box;
	height: 100%;
	padding: 28px 28px 22px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}
.measure-card {
	box-sizing: border-box;
	padding: 16px 18px;
	border: 1px solid rgba(16,67,64,.075);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(6,49,47,.045);
}
.measure-contact-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.measure-contact-card .measure-section-title {
	grid-column: 1 / -1;
}
.measure-section-title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
	color: #183f3d;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}
.measure-contact-card .measure-section-title {
	margin-bottom: -1px;
}
.measure-section-title span {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: #e7f0ed;
	color: #07504d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
}
.measure-field {
	min-width: 0;
}
.measure-field > label {
	display: block;
	margin-bottom: 6px;
	color: #496562;
	font-size: 12px;
	font-weight: 500;
}
.measure-field > label em {
	color: #e46a3a;
	font-style: normal;
}
.measure-field input,
.measure-field textarea,
.measure-selects select {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dce4e1;
	border-radius: 9px;
	outline: none;
	background: #f8faf9;
	color: #183f3d;
	font-family: inherit;
	font-size: 14px;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.measure-field input,
.measure-selects select {
	height: 44px;
	padding: 0 12px;
}
.measure-field textarea {
	height: 66px;
	padding: 10px 12px;
	line-height: 1.5;
	resize: none;
}
.measure-field input::placeholder,
.measure-field textarea::placeholder {
	color: #a0adaa;
}
.measure-field input:focus,
.measure-field textarea:focus,
.measure-selects select:focus {
	border-color: #0b625e;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(11,98,94,.09);
}
.measure-location {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.measure-selects {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}
.measure-selects select {
	min-width: 0;
	padding-right: 28px;
}
.measure-more {
	margin-top: 10px;
	border-top: 1px solid #edf1ef;
}
.measure-more summary {
	padding: 10px 2px 0;
	color: #526d6b;
	font-size: 12px;
	line-height: 1.5;
	cursor: pointer;
	list-style: none;
}
.measure-more summary::-webkit-details-marker {
	display: none;
}
.measure-more summary::after {
	content: "+";
	float: right;
	color: #0b625e;
	font-size: 18px;
	line-height: 1;
}
.measure-more[open] summary::after {
	content: "−";
}
.measure-more summary small {
	color: #9aa8a5;
	font-size: 11px;
}
.measure-note {
	margin-top: 9px;
}
.measure-sr-only {
	width: 1px;
	height: 1px;
	padding: 0;
	position: absolute;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	overflow: hidden;
}
.measure-verify {
	padding-top: 14px;
	padding-bottom: 14px;
}
.measure-verify .measure-section-title {
	margin-bottom: 9px;
}
.measure-verify .measure-captcha {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 126px auto;
	align-items: center;
	gap: 10px;
	padding: 0;
	border: 0;
}
.measure-verify .measure-captcha-image {
	display: block;
	box-sizing: border-box;
	width: 126px;
	height: 44px;
	padding: 0;
	border: 1px solid #dce4e1;
	border-radius: 9px;
	background: #f8faf9;
	cursor: pointer;
	overflow: hidden;
}
.measure-verify .measure-captcha-image img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}
.measure-captcha-tip {
	color: #8e9e9b;
	font-size: 11px;
	white-space: nowrap;
}
.measure-action {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	align-items: center;
	gap: 18px;
	padding: 2px 2px 0;
}
.measure-privacy {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #758582;
	font-size: 11px;
	line-height: 1.5;
}
.measure-privacy input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #07504d;
}
.measure-privacy a {
	color: #07504d;
}
.measure-sheet .measure-action .measure-submit {
	width: 100%;
	height: 46px;
	margin: 0;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #08635f, #064744);
	box-shadow: 0 7px 17px rgba(6,71,68,.2);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 46px;
	cursor: pointer;
}
.measure-sheet .measure-submit:hover {
	background: linear-gradient(135deg, #0a716c, #07514d);
}
.measure-sheet .measure-submit:disabled {
	opacity: .65;
	cursor: wait;
}
.measure-sheet .yyok {
	display: none;
	box-sizing: border-box;
	width: calc(100% - 310px);
	height: 100%;
	padding: 54px 40px 34px;
	position: absolute;
	left: 310px;
	top: 0;
	z-index: 20;
	background: #fff;
}
.measure-sheet .yyok .okp {
	width: 84px;
	height: 84px;
	margin: 120px auto 12px;
	background: #07504d;
}
.measure-sheet .yyok .okt {
	color: #183f3d;
	font-size: 23px;
	font-weight: 600;
	line-height: 2.3;
}
.measure-sheet .yyok .oki {
	position: static;
	width: 100%;
	color: #7a8b88;
	font-size: 14px;
	line-height: 1.7;
}
.measure-sheet .yyok .yyok-close {
	width: 220px;
	height: 46px;
	position: absolute;
	left: 50%;
	bottom: 38px;
	transform: translateX(-50%);
	border-radius: 10px;
	background: #07504d;
	font-size: 14px;
	line-height: 46px;
}
@media screen and (max-height: 760px) {
	.measure-mask .measure-sheet {
		height: min(620px, calc(100vh - 32px));
	}
	.measure-sheet form {
		padding-top: 20px;
		padding-bottom: 18px;
	}
	.measure-header {
		padding-top: 44px;
	}
	.measure-benefits {
		margin-top: 24px;
	}
}
