body {
	margin: auto;
	cursor: default;
	font-family: "NotoSansHans-Regular";
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover{
    opacity: 0.8;
}
ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}



	
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	/* width: 1600px; */
	margin: auto;
	box-sizing: border-box;
	padding: 0 120px;
	display: flex;
}

.all-box {
	width: 100%;
}

.all-bo {
	width: 100%;
	margin-bottom: 75px;
}

.fls-box {
	width: 100%;
	padding: 25px 0;
	display: inline-block;
}

.fls-bo {
	display: block;
	float: left;
	margin-right: 75px;
}

.fls-bo:last-child {
	margin-right: 0;
}

.fls-bo1 {
	width: 100%;
	height: 30px;
}

.fls-bo1 img {
	height: 100%;
	margin: auto;
}

.fls-bo1_1 {
	display: block;
}

.fls-bo1_2 {
	display: none;
}

.fls-bo2 {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.fls-bo.on .fls-bo1_1 {
	display: none;
}

.fls-bo.on .fls-bo1_2 {
	display: block;
}

.fls-bo.on .fls-bo2 {
	color: #00A5FF;
}
.fls-bo:hover .fls-bo1_1 {
	display: none;
}

.fls-bo:hover .fls-bo1_2 {
	display: block;
}

.fls-bo:hover .fls-bo2 {
	color: #00A5FF;
}
.seach-box {
	border: 2px solid #EEEEEE;
	width: 100%;
	height: 45px;
	margin-top: 15px;
	border-radius: 5px;
	background: #EEEEEE;
	display: flex;
}

.seach-bo1 {
	border: none;
	outline: none;
	width: 180px;
	height: 100%;
	padding: 0 15px;
	padding-right: 25px;
	font-size: 12px;
	color: #666666;
	appearance: none;
	/* Remove default arrow */
	-webkit-appearance: none;
	/* For Safari and Chrome */
	-moz-appearance: none;
	/* For Firefox */
	-ms-appearance: none;
	/* For IE10+ */
	background-color: white;
	background-image: url(../img/select_1.png);
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

.seach-bo2 {
	border: none;
	outline: none;
	width: 50px;
	height: 100%;
	background-color: #00A5FF;
	background-image: url(../img/seach_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	border-radius: 0 3px 3px 0;
}

.seach-bo3 {
	border: none;
	outline: none;
	width: calc(100% - 50px - 180px);
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
}

.banner {
	width: 100%;
	margin-top: 20px;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-bullet {
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

.banner .swiper-pagination-bullet-active {
	background: white;
}

.banne {
	width: 100%;
	height: 425px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.in-jss {
	width: 100%;
	padding: 30px 0;
	display: flex;
}

.in-js {
	width: 25%;
	padding: 0 20px;
}

.in-js1 {
	width: 65px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.in-js2 {
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: middle;
}

.in-js2_1 {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
}

.in-js2_2 {
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.in-zxsps {
	width: 100%;
	margin-bottom: 45px;
}

.in-zxsps:last-child {
	margin-bottom: 0;
}

.in-zxsp1 {
	width: 100%;
	background: #F2F2F2;
	display: inline-block;
}

.in-zxsp1_1 {
	width: 155px;
	height: 45px;
	background: #00A5FF;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	font-weight: 600;
	color: white;
	float: left;
}

.in-zxsp1_2 {
	height: 45px;
	padding: 0 20px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 400;
	color: #191919;
	text-decoration: underline;
	float: right;
}

.in-zxsp2 {
	width: 100%;
	display: inline-block;
}

.in-zxsp3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 25px;
	display: block;
	position: relative;
}

.in-zxsp3:nth-child(3n) {
	margin-right: 0;
}
.in-zxsp3:hover .in-zxsp3_1 img {
    transform: scale(1.1);
}
.in-zxsp3_1 {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.in-zxsp3_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-transition: -webkit-transform ease-in .5s;
	transition: -webkit-transform ease-in .5s;
	-o-transition: -o-transform ease-in .5s;
	-moz-transition: transform ease-in .5s, -moz-transform ease-in .5s;
	transition: transform ease-in .5s;
	transition: transform ease-in .5s, -webkit-transform ease-in .5s, -moz-transform ease-in .5s, -o-transform ease-in .5s;
	transition: transform ease-in .5s, -webkit-transform ease-in .5s;
}

.in-zxsp3_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in-zxsp3_3 {
	width: 100%;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #909090;
	display: -webkit-box;
	/* æ˜¾ç¤ºå¤šè¡Œæ–‡æœ¬å®¹å™¨ */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/*æ˜¾ç¤ºè¡Œæ•°*/
	overflow: hidden;
	/*éšè—å¤šå‡ºéƒ¨åˆ†æ–‡å­—*/
	text-overflow: ellipsis;
	/*ç”¨çœç•¥å·ä»£æ›¿å¤šå‡ºéƒ¨åˆ†æ–‡å­—*/
	height: 50px;
}

.in-zxsp3_4 {
	width: 80px;
	height: 80px;
	padding: 0 5px;
	background-image: url(../img/bg_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.in-zxsp3_4_1 {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	color: #00A5FF;
}

.in-zxsp3_4_2 {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #00A5FF;
}

.in-zxsp4 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
	margin-top: 25px;
	display: block;
	position: relative;
}

.in-zxsp4:nth-child(5n) {
	margin-right: 0;
}
.in-zxsp4:hover .in-zxsp4_1 img {
     transform: scale(1.1);
}
.in-zxsp4_1 {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.in-zxsp4_1 img {
	max-width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: auto;
		-webkit-transition: -webkit-transform ease-in .5s;
	transition: -webkit-transform ease-in .5s;
	-o-transition: -o-transform ease-in .5s;
	-moz-transition: transform ease-in .5s, -moz-transform ease-in .5s;
	transition: transform ease-in .5s;
	transition: transform ease-in .5s, -webkit-transform ease-in .5s, -moz-transform ease-in .5s, -o-transform ease-in .5s;
	transition: transform ease-in .5s, -webkit-transform ease-in .5s;
}

.in-zxsp4_2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in-zxsp4_3 {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.in-zxsp4_3_1 {
	font-size: 16px;
	font-weight: 700;
	color: #00A5FF;
}

.in-zxsp4_3_2 {
	font-size: 14px;
	font-weight: 500;
	color: #7D7D7D;
	text-decoration: line-through;
}

.in-zxsp4_3_3 {
	font-size: 14px;
	font-weight: 500;
	color: #00A5FF;
}

.in-zxsp4_3_4 {
	font-size: 14px;
	font-weight: 500;
	color: #7D7D7D;
	text-decoration: line-through;
}

.in-zxsp4_4 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00A5FF;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: 700;
	color: white;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}

.in-zxsp5 {
	border-bottom: 1px solid #EDEDED;
	width: 100%;
	display: inline-block;
}

.in-zxsp5_1 {
	border-bottom: 2px solid #00A5FF;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	float: left;
}

.fds-box {
	position: fixed;
	right: 70px;
	bottom: 10%;
	z-index: 1001;
}

.fds-bo {
	border: 1px solid #E8E8E8;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 0 0 10px #DFDFDF;
	display: block;
	background: white;
	margin-bottom: 10px;
	position: relative;
}

.fds-bo:last-child {
	margin-bottom: 0;
}

.fds-bo div {
	width: 100%;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	color: #00A5FF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fds-bo img {
	height: 35px;
	display: block;
	margin: auto;
}

.flst-box {
	width: 100%;
	background: white;
	box-shadow: 0 0 4px rgba(188, 188, 188, .1);
}

.seachjg-box {
	width: 100%;
	background: #FBFBFB;
}

.seachjg-bo {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 90px;
}

.seachjg-tit {
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
}

.seachjg-list {
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}

.seachjg-li {
	width: 19.2%;
	float: left;
	margin-right: 1%;
	margin-bottom: 25px;
	display: block;
	background: white;
	position: relative;
}

.seachjg-li:nth-child(5n) {
	margin-right: 0;
}

.seachjg-li1 {
	width: 100%;
	height: 230px;
}

.seachjg-li1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: auto;
}

.seachjg-li2 {
	width: 100%;
	padding: 10px;
}

.seachjg-li3 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.seachjg-li4 {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.seachjg-li4_1 {
	font-size: 16px;
	font-weight: 700;
	color: #00A5FF;
}

.seachjg-li4_2 {
	font-size: 14px;
	font-weight: 500;
	color: #7D7D7D;
	text-decoration: line-through;
}

.seachjg-li4_3 {
	font-size: 14px;
	font-weight: 500;
	color: #00A5FF;
}

.seachjg-li4_4 {
	font-size: 14px;
	font-weight: 500;
	color: #7D7D7D;
	text-decoration: line-through;
}

.pages {
	width: 100%;
	margin-top: 35px;
	text-align: center;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #7E7E7E;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	min-width: 40px;
	height: 40px;
	font-size: 16px;
	color: #7E7E7E;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	background: white;
	margin: 0 5px;
	padding: 0 10px;
}

.pagination img {
	height: 13px;
}

.pagination span {
	border: 1px solid #7E7E7E;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	min-width: 40px;
	height: 40px;
	font-size: 16px;
	color: #7E7E7E;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	background: white;
	margin: 0 5px;
	padding: 0 10px;
}

.pagination a.active {
	background: #00A5FF;
	border-color: #00A5FF;
	color: white;
}

.pagination a:active {
	background: #00A5FF;
	border-color: #00A5FF;
	color: white;
}

.tit-box {
	width: 100%;
	background: #E8EBF1;
}

.tit-bo {
	width: 100%;
	margin: 40px auto;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #222222;
	position: relative;
}

.xpzx-box {
	width: 100%;
}

.xpzx-bo {
	width: 100%;
	margin: 20px auto;
	margin-bottom: 45px;
}

.xpzx-list {
	width: 100%;
	display: inline-block;
}

.xpzx-details {
	width: 100%;
}

.xpzx-deta {
	width: 100%;
	margin: 45px auto;
}

.xpzx-deta1 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #222222;
}

.xpzx-deta2 {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #939393;
}

.xpzx-deta3 {
	width: 100%;
	margin-top: 35px;
	font-size: 14px;
	font-weight: 350;
	line-height: 26px;
	color: #000000;
}

.xpzx-deta3 img {
	max-width: 100%;
}

.xpzx-deta4 {
	border-top: 1px solid #DCDCDC;
	width: 100%;
	height: 120px;
	margin-top: 20px;
	display: flex;
}

.xpzx-deta4_1 {
	width: 32%;
	margin-right: 2%;
	padding: 0 35px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.39px;
	color: #000000;
	display: block;
	height: 100%;
	line-height: 120px;
}

.xpzx-deta4_1:nth-child(2) {
	text-align: center;
}

.xpzx-deta4_1:last-child {
	margin-right: 0;
	text-align: right;
}

.wznr-box {
	width: 100%;
}

.wznr-bo {
	width: 100%;
	margin: 45px auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #000000;
}

.wznr-bo img {
	max-width: 100%;
}

.login-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.login-box {
	width: 380px;
	background: white;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.login-colse {
	width: 35px;
	position: absolute;
	right: -15px;
	top: -15px;
}

.login-bo1 {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	height: 55px;
	padding: 0 30px;
	display: flex;
}

.login-bo1 span {
	height: 100%;
	border-bottom: 2px solid #00A5FF;
	line-height: 55px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	display: block;
	float: left;
}

.login-bo2 {
	width: 100%;
	padding: 15px 20px;
	padding-bottom: 25px;
}

.login-bo3 {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	height: 35px;
	margin-top: 40px;
}

.login-bo3 input {
	border: none;
	outline: none;
	width: calc(100% - 90px);
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}

.login-bo3 button {
	width: 85px;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	background: white;
}

.login-bo3 div {
	width: 15px;
	margin-left: 70px;
	display: inline-block;
	vertical-align: middle;
}

.login-bo3 img {
	width: 100%;
	display: block;
}

.login-bo4 {
	border: none;
	outline: none;
	width: 100%;
	height: 32px;
	border-radius: 5px;
	background: #00A5FF;
	display: block;
	margin-top: 40px;
	font-size: 14px;
	font-weight: 500;
	color: white;
}

.login-bo5 {
	width: 100%;
	margin-top: 15px;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.login-bo6 {
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.login-bo6 a {
	color: #00A5FF;
}

.login-bo7 {
	width: 100%;
	margin-top: 40px;
}

.login-bo7 input[type="checkbox"] {
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #D9D9D9;
	outline: none;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 14px;
	margin: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}

.login-bo7 input[type=checkbox]::after {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	box-sizing: border-box;
}

.login-bo7 input[type=checkbox]:checked {
	border: none;
}

.login-bo7 input[type=checkbox]:checked::after {
	content: "✓";
	font-size: 14px;
	font-weight: bold;
	background: #00A5FF;
	color: white;
	border: 1px solid #00A5FF;
}

.login-bo7 div {
	margin-left: 5px;
	width: calc(100% - 25px);
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

.login-bo7 a {
	text-decoration: underline;
}

.register-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.register-colse {
	width: 35px;
	position: absolute;
	right: -30px;
	top: -10px;
}

.register-bo1 {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	height: 55px;
	padding: 0 30px;
	display: flex;
}

.register-bo1 span {
	height: 100%;
	line-height: 55px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	display: block;
	float: left;
	margin-right: 20px;
}

.register-bo1 span:last-child {
	margin-right: 0;
}

.register-bo1 span.on {
	border-bottom: 2px solid #00A5FF;
}

.register-bo2 {
	width: 100%;
	padding: 15px 20px;
	padding-bottom: 25px;
	display: none;
}

.tcts-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.tcts-box {
	width: 690px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(167, 167, 167, .25);
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tcts-bo1 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: white;
	background: #00A5FF;
}

.tcts-bo2 {
	width: 100%;
	padding: 50px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}
.tcts-bo3{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.tcts-bo3_1{
	border: 1px solid #000000;
	outline: none;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	width: 85px;
	height: 25px;
	border-radius: 2px;
	display: inline-block;
	background: white;
}
.tcts-bo3_2{
	border: none;
	outline: none;
	display: inline-block;
	margin-left: 5px;
	border-radius: 2px;
	color: white;
	background: #00A5FF;
	font-size: 14px;
	font-weight: 400;
	width: 85px;
	height: 25px;
}
.editpass-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.editpass-colse {
	width: 35px;
	position: absolute;
	right: -30px;
	top: -10px;
}

.detail-box {
	width: 100%;
}

.detail-bo {
	width: 100%;
	margin: 50px auto;
}

.detail-top {
	width: 100%;
	display: inline-block;
}

.detail-top1 {
	width: 24%;
	float: left;
	margin-right: 5%;
}

.detail-top2 {
	width: 100%;
	height: 395px;
	position: relative;
}

.detail-top2 .swiper {
	max-width: 100%;
	height: 100%;
}

.detail-top2 .swiper-slide {
	max-width: 100%;
	height: 100%;
}

.detail-top2_1 {
	max-width: 100%;
	height: 100%;
	display: block;
	/* object-fit: cover; */
	object-position: center;
}

.detail-top2_2 {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 10;
}

.detail-top2_2 img {
	width: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.detail-top3 {
	width: 100%;
	margin-top: 15px;
}

.detail-top3 .swiper {
	width: 100%;
	height: 100%;
}

.detail-top3 .swiper-slide {
	width: 100%;
	height: 100%;
}

.detail-top3_1 {
	border: 1px solid #EEEEEE;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	position: relative;
}

.detail-top3_1 img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.detail-top4 {
	width: 71%;
	float: left;
}

.detail-top4_1 {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #131313;
}

.detail-top4_2 {
	width: 100%;
	margin-top: 10px;
	display: flex;
}

.detail-top4_2_1 {
	height: 30px;
	background: #E8F4FF;
	border-radius: 2px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #131313;
	text-align: center;
	position: relative;
}

.detail-top4_2_1::after {
	content: '';
	width: 4px;
	height: 100%;
	border-radius: 4px;
	background: #00A5FF;
	position: absolute;
	left: 0;
	top: 0;
}

.detail-top4_2_2 {
	height: 30px;
	border-radius: 2px;
	background: #FFDA45;
	padding: 0 5px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #131313;
	margin-left: 10px;
}

.detail-top4_3 {
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.detail-top4_3_1 {
	max-width: 48%;
	width: 245px;
	margin-right: 4%;
	border-radius: 5px;
	background: #E8F4FF;
	padding: 10px 20px;
}

.detail-top4_3_1:last-child {
	margin-right: 0;
	background: #E9EDFF;
}

.detail-top4_3_2 {
	width: 100%;
	margin-bottom: 15px;
}

.detail-top4_3_2:last-child {
	margin-bottom: 0;
}

.detail-top4_3_3 {
	margin-right: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}

.detail-top4_3_4 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	text-decoration: line-through;
	display: inline-block;
	vertical-align: middle;
}

.detail-top4_3_5 {
	font-size: 20px;
	font-weight: 400;
	color: #E22C08;
	display: inline-block;
	vertical-align: middle;
}

.detail-top4_4 {
	width: 100%;
	display: flex;
}

.detail-top4_4_1 {
	width: 60px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-right: 10px;
	margin-top: 25px;
	line-height: 36px;
}

.detail-top4_4_2 {
	width: calc(100% - 70px);
	display: inline-block;
}

.detail-top4_4_3 {
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	min-width: 95px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin-top: 25px;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: center;
}

.detail-top4_4_3.on {
	border: 1px solid #00A5FF;
	background: #00A5FF;
	color: white;
}

.detail-top4_4_4 {
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin-top: 25px;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #B4B3B3;
	text-align: center;
}

.detail-top4_4_4.on {
	border: 1px solid #00A5FF;
	background: #00A5FF;
	color: white;
}

.detail-top4_4_5 {
	border: 1px solid #DCDCDC;
	height: 35px;
	display: flex;
	float: left;
	margin-top: 25px;
	border-radius: 5px;
	overflow: hidden;
}

.detail-top4_4_5_1 {
	width: 35px;
	height: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}

.detail-top4_4_5_2 {
	border: none;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	outline: none;
	width: 60px;
	height: 35px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
}

.detail-top4_4_6 {
	float: left;
	margin-left: 15px;
	line-height: 35px;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	margin-top: 25px;
}

.detail-top4_5 {
	width: 100%;
	margin-top: 25px;
	display: flex;
}

.detail-top4_5_1 {
	border: none;
	outline: none;
	width: 125px;
	height: 45px;
	border-radius: 5px;
	background: #00A5FF;
	color: white;
	font-size: 16px;
	font-weight: 400;
}
.detail-top4_5_1:hover{
   	background: #767676;
}
.detail-top4_5_2 {
	border: 1px solid #00A5FF;
	outline: none;
	width: 125px;
	height: 45px;
	border-radius: 5px;
	background: #E5F7FF;
	color: #00A5FF;
	font-size: 16px;
	font-weight: 400;
	margin-left: 20px;
}
.detail-top4_5_2:hover{
   border: 1px solid #767676;
   	background: #EEEEEE;
	color: #767676;
}
.detail-down {
	width: 100%;
	margin-top: 85px;
}

.detail-down img {
	max-width: 100%;
}

.fbanner {
	width: 100%;
	margin-top: 25px;
	display: flex;
}

.fbanne1 {
	width: 370px;
	margin-left: 15px;
}

.fbanne1_1 {
	width: 100%;
	height: 140px;
	display: block;
	margin-bottom: 15px;
}

.fbanne1_1:last-child {
	margin-bottom: 0;
}

.fbanne1_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.fbanne2 {
	width: calc(100% - 385px);
}

.fbanne2 .swiper {
	width: 100%;
	height: 100%;
}

.fbanne2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.fbanne2 .swiper-pagination-bullet {
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	opacity: 1;
}

.fbanne2 .swiper-pagination-bullet-active {
	background: #00A5FF;
}

.fbanne2_1 {
	width: 100%;
	height: 450px;
	display: block;
}

.fbanne2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.ffls-box {
	width: 100%;
	margin-top: 30px;
}

.ffls-bo {
	width: 100%;
	background: white;
	margin-bottom: 15px;
	padding: 10px 50px;
	display: flex;
}

.ffls-bo:last-child {
	margin-bottom: 0;
}

.ffls-bo1 {
	width: 100px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 500;
	color: #00A5FF;
	margin: 10px 0;
}

.ffls-bo2 {
	width: calc(100% - 100px);
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.ffls-bo2_1 {
	display: block;
	float: left;
	margin: 10px 0;
	position: relative;
}

.ffls-bo2_2 {
	display: block;
	float: left;
	margin: 10px 25px;
	position: relative;
}

.ffls-bo2_1.on {
	font-weight: 700;
	color: #00A5FF;
	text-decoration: underline;
}

.fpro-box {
	width: 100%;
}

.cart-tops {
	width: 100%;
	height: 70px;
	background: white;
	padding: 0 30px;
	display: inline-block;
}

.cart-top1 {
	float: left;
	display: flex;
}

.cart-top1_1 {
	margin-right: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #929292;
}

input[type="checkbox"] {
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #D9D9D9;
	outline: none;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 14px;
	margin: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}

input[type=checkbox]::after {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	box-sizing: border-box;
}

input[type=checkbox]:checked {
	border: none;
}

input[type=checkbox]:checked::after {
	content: "✓";
	font-size: 14px;
	font-weight: bold;
	background: #00A5FF;
	color: white;
	border: 1px solid #00A5FF;
}

.cart-top1_1 span {
	line-height: 70px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.cart-top1_2 {
	display: block;
	line-height: 70px;
	font-size: 14px;
	font-weight: 500;
	color: #FF8080;
}

.cart-top2 {
	float: right;
}

.cart-top2_1 {
	line-height: 70px;
	margin-left: 30px;
	font-size: 12px;
	font-weight: 500;
	color: #989898;
	display: inline-block;
	vertical-align: middle;
}

.cart-top2_1 span {
	color: #EB624B;
	font-size: 14px;
}

.cart-top2_2 {
	border: none;
	outline: none;
	margin-left: 5px;
	width: 70px;
	height: 25px;
	border-radius: 2px;
	background: #00A5FF;
	font-size: 14px;
	font-weight: 500;
	color: white;
	display: inline-block;
	vertical-align: middle;
}

.cart-downs {
	width: 100%;
	margin-top: 30px;
	background: white;
	padding: 0 25px;
	padding-top: 25px;
}

.cart-down1 {
	width: 100%;
	display: flex;
}

.cart-down1_1 {
	width: 38%;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
}

.cart-down1_2 {
	width: 15%;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #6D6D6D;
}

.cart-down1_3 {
	width: 16%;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #6D6D6D;
}

.cart-down1_4 {
	width: 13%;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #6D6D6D;
}

.cart-down1_5 {
	width: 18%;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #6D6D6D;
}

.cart-down2 {
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
	padding: 30px 0;
}

.cart-down2:last-child {
	border-bottom: 0;
}

.cart-down2_1 {
	width: 36.5%;
	display: inline-block;
	vertical-align: middle;
}

.cart-down2_1_1 {
	width: calc(100% - 30px);
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.cart-down2_1_2 {
	width: 75px;
	height: 75px;
	object-fit: cover;
	object-position: center;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.cart-down2_1_3 {
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: middle;
}

.cart-down2_1_4 {
	width: 100%;
	margin-bottom: 10px;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cart-down2_1_5 {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #929292;
}

.cart-down2_2 {
	width: 15%;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.cart-down2_2_1 {
	width: 100%;
	color: #AFAFAF;
	text-decoration: line-through;
}

.cart-down2_2_2 {
	width: 100%;
	margin-top: 5px;
	color: #222222;
}

.cart-down2_3 {
	width: 15.5%;
	display: inline-block;
	vertical-align: middle;
}

.cart-down2_3_1 {
	border: 1px solid #DCDCDC;
	max-width: 90%;
	width: 135px;
	height: 35px;
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	margin: auto;
}

.cart-down2_3_2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #808080;
}

.cart-down2_4 {
	width: 13%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	color: #505050;
}

.cart-down2_5 {
	width: 17.5%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.cart-down2_5_1 {
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #00A5FF;
}

.cart-down2_5_2 {
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #FF8080;
	margin-top: 10px;
}

.zf-downs {
	width: 100%;
	margin-top: 25px;
	padding: 20px;
	background: white;
	display: inline-block;
}

.zf-down1 {
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
}

.zf-down2 {
	float: left;
	display: flex;
}

.zf-down2_1 {
	margin-left: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
}

input[type="radio"] {
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #00A5FF;
	outline: none;
	position: relative;
	width: 24px;
	height: 24px;
	font-size: 20px;
	border-radius: 50%;
	margin: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}

input[type=radio]::after {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 24px;
	height: 24px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	box-sizing: border-box;
}

input[type=radio]:checked {
	border: 1px solid #00A5FF;
}

input[type=radio]:checked::after {
	content: "";
	font-size: 20px;
	font-weight: bold;
	background: #00A5FF;
	color: white;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.zf-down2_1 img {
	height: 25px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.zf-down2_1 span {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.zf-down3 {
	float: right;
	display: flex;
}

.zf-down3_1 {
	margin-right: 30px;
	font-size: 13px;
	font-weight: 500;
	color: #989898;
}

.zf-down3_1 span {
	font-size: 14px;
	color: #E74C2F;
}

.zf-down3_1:last-child {
	margin-right: 0;
}

.zf-but {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}

.zf-but button {
	border: none;
	outline: none;
	width: 135px;
	height: 40px;
	background: #00A5FF;
	float: right;
	display: block;
	padding: 0;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	color: white;
}

.zf-but img {
	width: 15px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}

.zf-but span {
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.zf-addrs {
	width: 100%;
	background: white;
	padding: 20px;
}

.zf-addr1 {
	width: 100%;
	display: inline-block;
}

.zf-addr1_1 {
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	line-height: 30px;
}

.zf-addr1_2 {
	float: left;
	margin-left: 30px;
	width: 95px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #00A5FF;
	color: white;
	font-size: 14px;
	font-weight: 500;
}

.zf-addr2 {
	width: 100%;
	padding: 15px;
}

.zf-addr2_1 {
	height: 75px;
	display: block;
	margin: auto;
}

.zf-addr2_2 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #D8D6D6;
}

.zf-addr2_3 {
	width: 95px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #00A5FF;
	color: white;
	font-size: 14px;
	font-weight: 500;
	margin: auto;
	margin-top: 10px;
}

.zf-addr3 {
	width: 100%;
	padding: 15px 0;
}

.zf-addr3_1 {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.zf-addr3_2 {
	width: 100%;
	display: flex;
}

.zf-addr3_2_1 {
	border: 1px solid #00A5FF;
	width: 120px;
	height: 25px;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
	margin-right: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
}

.zf-addr3_2_2 {
	width: calc(100% - 125px);
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
}

.zf-addr3_3 {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
}

.zf-addr3_1.on {
	border: 1px solid #00A5FF;
}
.tjdz-cover{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.tjdz-box{
	width: 585px;
	background: white;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.tjdz-bo{
	width: 100%;
	margin-bottom: 10px;
}
.tjdz-bo1{
	width: 100%;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 400;
	color: #767676;
}
.tjdz-bo1 span{
	color: red;
}
.tjdz-bo2{
	border: 1px solid #F0F0F0;
	outline: none;
	width: 280px;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
}
.tjdz-bo3{
	border: 1px solid #F0F0F0;
	outline: none;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
}
.tjdz-bo4{
	width: 100%;
	display: flex;
}
.tjdz-bo4_1{
	border: 1px solid #F0F0F0;
	outline: none;
	width: 32%;
	height: 35px;
	font-size: 14px;
	font-weight: 400;
	margin-right: 2%;
	padding: 0 10px;
	padding-right: 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select_1.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.tjdz-bo4_1:last-child{
	margin-right: 0;
}
.tjdz-bo5{
	font-size: 13px;
	font-weight: 400;
	color: #767676;
	display: inline-block;
	vertical-align: middle;
}
.tjdz-bo6{
	font-size: 13px;
	font-weight: 400;
	margin-left: 10px;
	color: #222222;
	display: inline-block;
	vertical-align: middle;
}
.tjdz-bo6 span{
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.tjdz-but{
	width: 100%;
	text-align: right;
}
.tjdz-but1{
	border: 1px solid #000000;
	outline: none;
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	font-weight: 600;
	color: #222222;
	background: white;
}
.tjdz-but2{
	border: none;
	outline: none;
	display: inline-block;
	width: 80px;
	height: 30px;
	background: #00A5FF;
	color: white;
	font-size: 11px;
	font-weight: 600;
	margin-left: 10px;
}
.yf-cover{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.yf-box{
	width: 740px;
	background: white;
	padding: 35px 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.yf-colse{
	width: 35px;
	position: absolute;
	right: -15px;
	top: -10px;
}
.yf-bo1{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}
.yf-bo2{
	border: 1px solid #BCBCBC;
	width: 100%;
	height: 415px;
	margin-top: 10px;
	background: #F7F7F7;
	overflow: hidden;
	overflow-y: auto;
}
.user-box{
	width: 100%;
	background: #FBFBFB;
}
.user-bo{
	width: 1000px;
	max-width: 100%;
	margin:50px auto;
}
.user-top{
	width: 100%;
	display: flex;
}
.user-top1{
	width: 15.833%;
	display: block;
	background: white;
	margin-right: 1%;
	border-radius: 5px;
	padding: 10px;
}
.user-top1:nth-child(6n){
	margin-right: 0;
}
.user-top1.on{
	border: 2px solid #00A5FF;
}
.user-top2{
	height: 30px;
}
.user-top2 img{
	height: 100%;
	margin: auto;
}
.user-top2_1{
	display: block;
}
.user-top2_2{
	display: none;
}
.user-top3{
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 500;
	color: #969696;
}
.user-top1.on .user-top2_1{
	display: none;
}
.user-top1.on .user-top2_2{
	display: block;
}
.user-top1.on .user-top3{
	color: #00A5FF;
}
.user-down{
	width: 100%;
	margin-top: 40px;
}
.grzl-box{
	width: 100%;
	background: white;
	padding: 15px 50px;
}
.grzl-bo{
	width: 100%;
	display: inline-block;
}
.grzl-bo1{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-top: 20px;
}
.grzl-bo1:nth-child(2n){
	margin-right: 0;
}
.grzl-bo1_1{
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #222222;
}
.grzl-bo1_2{
	border: 1px solid #F0F0F0;
	outline: none;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.grzl-bo1_3{
	border: 1px solid #F0F0F0;
	outline: none;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 400;
	display: block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select_1.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.grzl-bo1_4{
	width: 100%;
	display: flex;
}
.grzl-bo1_4_1{
	border: 1px solid #F0F0F0;
	outline: none;
	width: 32%;
	height: 35px;
	padding: 0 10px;
	padding-right: 20px;
	margin-right: 2%;
	font-size: 14px;
	font-weight: 400;
	display: block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select_1.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.grzl-bo1_4_1:last-child{
	margin-right: 0;
}
.grzl-but{
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}
.grzl-but button{
	border: none;
	outline: none;
	width: 135px;
	height: 40px;
	background: #00A5FF;
	color: white;
	font-size: 17px;
	font-weight: 600;
	float: right;
}
.order-box{
	width: 100%;
}
.order-bo{
	width: 100%;
	margin-top: 30px;
}
.order-bo1{
	width: 100%;
	background: #ECEFF4;
	padding: 20px 25px;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
}
.order-bo1_1{
	width: 50%;
}
.order-bo1_2{
	width: 10%;
}
.order-bo1_3{
	width: 20%;
}
.order-bo2{
	width: 100%;
	background: #ECEFF4;
	padding: 20px 25px;
	display: inline-block;
}
.order-bo2_1{
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	float: left;
}
.order-bo2_1:last-child{
	float: right;
}
.order-bo3{
	width: 100%;
	padding: 10px 25px;
}
.order-bo4{
	width: 100%;
}
.order-bo4_1{
	width: 100%;
	padding: 15px 0;
}
.order-bo4_2{
	width: 67%;
	display: inline-block;
	vertical-align: middle;
}
.order-bo4_2_1{
	width: 155px;
	height: 155px;
	margin-right: 65px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.order-bo4_2_2{
	width: calc(100% - 225px);
	display: inline-block;
	vertical-align: middle;
}
.order-bo4_2_3{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	margin-bottom: 25px;
	display: -webkit-box; /* æ˜¾ç¤ºå¤šè¡Œæ–‡æœ¬å®¹å™¨ */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*æ˜¾ç¤ºè¡Œæ•°*/
	overflow: hidden; /*éšè—å¤šå‡ºéƒ¨åˆ†æ–‡å­—*/
	text-overflow: ellipsis; /*ç”¨çœç•¥å·ä»£æ›¿å¤šå‡ºéƒ¨åˆ†æ–‡å­—*/
}
.order-bo4_2_4{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #929292;
}
.order-bo4_3{
	width: 10%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.order-bo4_3_1{
	width: 100%;
	text-decoration: line-through;
	font-size: 12px;
	font-weight: 500;
	color: #AFAFAF;
	margin-bottom: 5px;
}
.order-bo4_3_2{
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	color: #222222;
}
.order-bo5{
	border-top: 1px solid #E7EAF1;
	width: 100%;
	padding: 20px 0;
	text-align: right;
}
.order-bo5_1{
	display: inline-block;
	margin-right: 30px;
	font-size: 13px;
	font-weight: 500;
	color: #989898;
}
.order-bo5_1:last-child{
	margin-right: 0;
}
.order-bo5_1 span{
	color: #E74C2F;
	font-size: 14px;
}
.order-bo6{
	border-top: 1px solid #E7EAF1;
	width: 100%;
	padding: 20px 0;
}
.order-bo6_1{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
}
.order-bo6_2{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
}
.scj-box{
	width: 100%;
	margin-top: 40px;
}
.yhq-box{
	width: 100%;
	display: inline-block;
}
.yhq-bo{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-top: 50px;
	position: relative;
}
.yhq-bo:nth-child(2n){
	margin-right: 0;
}
.yhq-bo1{
	width: 100%;
	display: block;
}
.yhq-bo2{
	/* border: 1px solid red; */
	width: 100%;
	height: 100%;
	padding: 15px;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
}
.yhq-bo3{
	width: 49%;
	height: 100%;
	background: white;
	border-radius: 10px;
	padding: 15px;
	overflow: hidden;
	overflow-y: auto;
}
.yhq-bo3_1{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #0B93DE;
}
.yhq-bo3_2{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	color: #0B93DE;
}
.yhq-bo3_3{
	width: 100%;
	margin-top: 5px;
	font-size: 10px;
	font-weight: 500;
	color: #0B93DE;
}
.yhq-bo4{
	width: 33%;
	height: 100%;
	background: white;
	border-radius: 10px;
	margin-left: 18%;
	font-size: 32px;
	font-weight: 600;
	color: #0B93DE;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yhq-bo4 span{
	font-size: 48px;
}
.yhq-bo2::after{
	content: '';
	width: 0;
	height: 100%;
	border: 1px dashed white;
	position: absolute;
	left: 58.9%;
	top: 0;
}
.yhq-bo5{
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.xxtz-box{
	width: 100%;
	margin-top: 40px;
}
.xxtz-bo{
	width: 100%;
	margin-bottom: 20px;
	background: white;
}
.xxtz-bo:last-child{
	margin-bottom: 0;
}
.xxtz-bo1{
	width: 100%;
	height: 65px;
	padding: 0 20px;
}
.xxtz-bo1_1{
	width: 80px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	line-height: 65px;
	margin-right: 35px;
	display: inline-block;
	vertical-align: middle;
}
.xxtz-bo1_2{
	width: calc(100% - 80px - 40px - 30px - 35px);
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	line-height: 65px;
	margin-right: 35px;
	display: inline-block;
	vertical-align: middle;
}
.xxtz-bo1_2 img{
	width: 40px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.xxtz-bo1_3{
	width: 25px;
	display: inline-block;
	vertical-align: middle;
}
.xxtz-bo1_3 img{
	width: 100%;
}
.xxtz-bo1_3_1{
	display: block;
}
.xxtz-bo1_3_2{
	display: none;
}
.xxtz-bo2{
	width: 100%;
	padding: 0 20px;
	padding-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #222222;
	display: none;
}
.xxtz-bo.on .xxtz-bo1_3_1{
	display: none;
}
.xxtz-bo.on .xxtz-bo1_3_2{
	display: block;
}
.xxtz-bo.on .xxtz-bo2{
	display: block;
}
#yfcontent img{max-width:100%;}
.zpx3{display:none;}