@font-face {
	font-family: 'NotoSansHans-Regular';
	src: url('../font/biburyregular-lgd1d.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	margin: auto;
	cursor: default;
	/*font-family: 'system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji', "sans-serif";*/
	/* font-family: 'NotoSansJP-Regular'; */
	font-family: 'NotoSansHans-Regular', "sans-serif";
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

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

input {
	background: none;
}

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

button {
	cursor: pointer;
}

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

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

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

.container {
	width: 1280px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banners {
	width: 100%;
}

.banner {
	width: 100%;
}

.banner .swiper-father {
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	box-sizing: border-box;
	position: relative;
}

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

.banner .swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.banner .swiper-button-prev {
	width: 12px;
	height: 12px;
	background-image: url(../img/prev_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: inline-block;
	vertical-align: middle;
	left: 40%;
	top: inherit !important;
	margin-top: 0 !important;
}

.banner .swiper-button-next {
	width: 12px;
	height: 12px;
	background-image: url(../img/next_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: inline-block;
	vertical-align: middle;
	right: 40%;
	top: inherit !important;
	margin-top: 0 !important;
}

.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #2B2B2E;
	opacity: 1;
	vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
	border: 1px solid #2B2B2E;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	background: none;
	opacity: 1;
}

.banner .swiper-pagination {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	position: inherit !important;
	left: inherit !important;
	bottom: inherit !important;
	transform: inherit !important;
}

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

.swiper-button {
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.banne1 {
	width: 100%;
	height: 400px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.in-sjs {
	width: 100%;
	margin-top: 72px;
}

.in-sj {
	width: 100%;
}

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

.in-sj1_1 {
	float: left;
	color: #2B2B2E;
	font-size: 24px;
	font-weight: 500;
}

.in-sj1_2 {
	float: right;
	color: #2B2B2E;
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.in-sj1_2:hover {
	color: #FEF102;
}

.in-sj2 {
	width: 100%;
	margin-top: 30px;
}

.in-sj2 .swiper {
	width: 100%;
	height: 100%;
}

.in-sj2 .swiper-slide {
	width: 100%;
	height: 100%;
	padding: 2px;
	box-sizing: border-box;
}

.in-sj2_1 {
	width: 100%;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 1px 0px rgba(7, 14, 39, 0.50);
	transition: all .5s ease;
	display: block;
	padding: 15px;
	box-sizing: border-box;
}

.in-sj2_1:hover {
	box-shadow: 0px 20px 50px 0px rgba(7, 14, 39, 0.07);
}

.in-sj2_2 {
	width: 100%;
	height: 237px;
	border-radius: 5px;
}

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

.in-sj2_3 {
	width: 100%;
	margin-top: 13px;
	color: #222;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in-sj2_4 {
	width: 100%;
	height: 85px;
	margin-top: 14px;
	color: #747070;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.in-sj2_5 {
	width: 100%;
	margin-top: 25px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.in-sj2_5 span {
	display: inline-block;
	vertical-align: middle;
}

.in-sj2_5 img {
	width: 16px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.in-rqsps {
	width: 100%;
}

.in-rqsp {
	/* border-bottom: 1px solid #949799; */
	box-sizing: border-box;
	width: 100%;
	margin: 75px auto;
}

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

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

.in-rqsp3 {
	width: 18.4%;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
	display: block;
}

.in-rqsp3:nth-child(5n) {
	margin-right: 0;
}

.in-rqsp3:hover .in-rqsp3_1 img {
	transform: scale(1.1);
}

.in-rqsp3_1 {
	width: 100%;
	height: 252px;
	display: block;
	overflow: hidden;
	position: relative;
}

.in-rqsp3_1_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s linear;
}

.in-rqsp3_1_2 {
	width: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
}

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

.in-rqsp3_1_4 {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 7px;
}

.in-rqsp3_1_5 {
	width: 68px;
	height: 24px;
	border-radius: 2px;
	background: #75DB51;
	text-align: center;
	line-height: 24px;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
}

.in-rqsp3_2 {
	width: 100%;
	height: 40px;
	margin-top: 14px;
	color: #202429;
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in-rqsp3_3 {
	width: 100%;
	margin-top: 5px;
	display: inline-block;
}

.in-rqsp3_3_1 {
	float: left;
	color: #202429;
	font-size: 14px;
	font-weight: 500;
}

.in-rqsp3_3_1 span {
	font-weight: bold;
}

.in-rqsp3_3_2 {
	width: 17px;
	display: block;
	float: right;
}

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

.login-cnt {
	width: 496px;
	border-radius: 8px;
	border: 1px solid #F5F7FA;
	box-sizing: border-box;
	background: #FFF;
	padding: 20px 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.login-colse {
	width: 34px;
	position: absolute;
	top: -17px;
	right: -17px;
}

.login-logo {
	max-width: 100%;
	height: 80px;
	display: none;
}

.login-cnt1 {
	width: 100%;
	/* margin-top: 50px; */
	margin-top: 25px;
	color: #202429;
	font-size: 26px;
	font-weight: 700;
}

.login-cnt2 {
	width: 100%;
	/* margin-top: 40px; */
	margin-top: 20px;
}

.login-cnt2_1 {
	width: 100%;
	color: #6D6D6D;
	font-size: 13px;
	font-weight: 500;
}

.login-cnt2_2 {
	border: none;
	border-bottom: 1px solid #F2F2F2;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	height: 45px;
	display: block;
	color: #595F63;
	font-size: 15px;
	font-weight: 500;
}

.login-cnt2_3 {
	border-bottom: 1px solid #F2F2F2;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
}

.login-cnt2_3 input {
	border: none;
	outline: none;
	width: calc(100% - 26px);
	height: 100%;
	color: #595F63;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.login-cnt2_3 div {
	width: 18px;
	display: inline-block;
	vertical-align: middle;
}

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

.login-cnt2_3_2 {
	width: 100%;
	display: none;
}

.login-cnt2_3_3 {
	width: calc(100% - 110px) !important;
}

.login-cnt2_3_4 {
	border: none;
	box-sizing: border-box;
	outline: none;
	width: 100px;
	height: 45px;
	color: #595F63;
	font-size: 15px;
	font-weight: 500;
	background: none;
	display: inline-block;
	vertical-align: middle;
}

.login-cnt3 {
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	background: #FEF102;
	display: block;
	padding: 0;
	line-height: 50px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	/* margin-top: 30px; */
	margin-top: 15px;
}

.login-cnt4 {
	width: 100%;
	margin-top: 15px;
	display: block;
	color: #8E8E8E;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}

.login-cnt5 {
	width: 100%;
	text-align: center;
	/* margin-top: 60px; */
	margin-top: 30px;
}

.login-cnt5 a {
	color: #202429;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	text-decoration-line: underline;
}

.login-cnt6 {
	width: 100%;
	text-align: center;
	/* margin-top: 50px; */
	margin-top: 25px;
}

.login-cnt6 a {
	color: #585858;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	margin-right: 60px;
}

.login-cnt6 a:last-child {
	margin-right: 0;
}

.login-cnt7 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	color: #626262;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.login-cnt8 {
	width: 100%;
	margin-top: 10px;
	color: #202429;
	font-size: 18px;
	font-weight: 700;
}

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

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

.register-colse {
	width: 34px;
	position: absolute;
	top: -17px;
	right: -17px;
}

.register-colse2 {
	width: 34px;
	position: absolute;
	top: -17px;
	right: -17px;
}

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

.editpass-colse {
	width: 34px;
	position: absolute;
	top: -17px;
	right: -17px;
}

.tit-box {
	border-bottom: 1px solid #EBEBEB;
	box-sizing: border-box;
	width: 100%;
	background: #FAFBFC;
}

.tit-bo {
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 65px;
	color: #010101;
	font-size: 20px;
	font-weight: 400;
}

.tit-bo2 {
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 65px;
}

.tit-bo1 {
	margin-right: 25px;
	color: #202429;
	font-size: 14px;
	font-weight: 400;
}

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

.tit-bo1.on {
	color: #010101;
	font-weight: 500;
}

.lydh-box {
	width: 100%;
}

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

.lydh-fl {
	width: 100%;
	display: flex;
}

.lydh-fl1 {
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	background: #FFF;
	width: 25%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	padding: 0 10px;
	display: block;
	color: #535353;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lydh-fl1:hover {
	background: rgb(254, 241, 2, 0.1);
}

.lydh-fl1.on {
	border: 1px solid #010101;
	background: #FEF102;
	color: #010101;
}

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

.lydh-cnt1 {
	width: 100%;
}

.lydh-cnt2 {
	border-bottom: 1px solid #E4E6EA;
	box-sizing: border-box;
	width: 100%;
	padding: 25px 0;
	font-size: 14px;
	color: #010101;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lydh-cnt2 span {
	width: calc(100% - 28px);
	display: inline-block;
	vertical-align: middle;
}

.lydh-cnt2 img {
	width: 13px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.lydh-cnt3 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 12px;
	color: #888E95;
	line-height: 25px;
	display: none;
}

.lydh-cnt1.on .lydh-cnt2 img {
	transform: rotate(180deg);
}

.lydh-cnt1.on .lydh-cnt3 {
	display: block;
}

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

.resetpass-colse {
	width: 34px;
	position: absolute;
	top: -17px;
	right: -17px;
}

.news-box {
	width: 100%;
}

.news-bo {
	width: 100%;
	margin: 30px auto;
}

.news-list {
	width: 100%;
	margin-bottom: 40px;
}

.news-li {
	border-bottom: 1px solid #EBEBEB;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
	display: block;
}

.news-li1 {
	width: 100%;
	color: #202429;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-li2 {
	width: 100%;
	margin-top: 5px;
	color: #202429;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-li3 {
	width: 100%;
	margin-top: 5px;
	color: #ADB1B8;
	font-size: 12px;
	font-weight: 400;
}

.news-li3 span {
	color: #EB455A;
	font-weight: 600;
	margin-left: 5px;
}

.pages {
	width: 100%;
	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 rgba(51, 51, 51, 0.2); */
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #BDC0C5;
	margin: 0 5px;
}

.pagination span {
	/* border: 1px solid rgba(51, 51, 51, 0.2); */
	box-sizing: border-box;
	float: left;
	display: block;
	font-size: 13px;
	color: #BDC0C5;
	margin: 0 5px;
}

.pagination a.active {
	/* border: 1px solid #5E2790; */
	/* background: #1A679C; */
	color: #202429;
}

.pagination a:active {
	/* border: 1px solid #5E2790; */
	/* background: #1A679C; */
	color: #202429;
}

.newde-top {
	border-bottom: 1px solid #EBEBEB;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 30px;
}

.newde-top1 {
	width: 100%;
	color: #202429;
	font-size: 14px;
	font-weight: 700;
}

.newde-top2 {
	width: 100%;
	margin-top: 10px;
	color: #202429;
	font-size: 22px;
	font-weight: 500;
}

.newde-top3 {
	width: 100%;
	margin-top: 10px;
	color: #ADB1B8;
	font-size: 14px;
	font-weight: 400;
}

.newde-top3 span {
	color: #EB455A;
	font-weight: 600;
	margin-left: 5px;
}

.newde-cen {
	width: 100%;
	margin-top: 30px;
	color: #222;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
}

.newde-cen img {
	max-width: 100%;
}

.activity-box {
	width: 100%;
}

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

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

.activity-li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 38px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 1px 0px rgba(7, 14, 39, 0.50);
	display: block;
	box-sizing: border-box;
	padding: 15px;
	transition: all .5s ease;
}

.activity-li:hover {
	box-shadow: 0px 20px 50px 0px rgba(7, 14, 39, 0.07);
}

.activity-li:nth-child(3n) {
	margin-right: 0;
}

.activity-li1 {
	width: 100%;
	height: 220px;
	border-radius: 5px;
	overflow: hidden;
}

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

.activity-li2 {
	width: 100%;
	margin-top: 13px;
	color: #222;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity-li3 {
	width: 100%;
	height: 112px;
	margin-top: 14px;
	color: #747070;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.activity-li4 {
	width: 100%;
	margin-top: 30px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.activity-li4 span {
	display: inline-block;
	vertical-align: middle;
}

.activity-li4 img {
	width: 16px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.pro-box {
	width: 100%;
}

.pro-bo {
	width: 100%;
	margin: 25px auto;
}

.pro-fls {
	width: 100%;
	display: inline-block;
}

.pro-fl {
	border-radius: 4px;
	padding: 10px 14px;
	display: block;
	box-sizing: border-box;
	color: #878E96;
	font-size: 14px;
	font-weight: 400;
	float: left;
	margin-bottom: 15px;
	margin-right: 24px;
}

.pro-fl:last-child {
	margin-right: 0;
}

.pro-fl:hover {
	background: #FEF102;
	color: #000;
}

.pro-fl.on {
	background: #FEF102;
	color: #000;
}

.pro-num {
	width: 100%;
	margin-top: 15px;
	color: #ADB1B8;
	font-size: 14px;
	font-weight: 500;
}

.pro-num span {
	color: #202429;
}

.pro-list {
	width: 100%;
	display: inline-block;
	margin-bottom: 70px;
}

.pro-li {
	width: 18.4%;
	float: left;
	margin-right: 2%;
	margin-top: 25px;
	display: block;
}

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

.pro-li:hover .pro-li1 img {
	transform: scale(1.1);
}

.pro-li1 {
	width: 100%;
	height: 250px;
	display: block;
	overflow: hidden;
	position: relative;
}

.pro-li1_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s linear;
}

.pro-li1_2 {
	width: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
}

.pro-li1_2 img {
	width: 100%;
	display: block;
}

.pro-li1_2 div {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 7px;
}

.pro-li1_3 {
	width: 68px;
	height: 24px;
	border-radius: 2px;
	background: #75DB51;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
}

.pro-li2 {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	color: #202429;
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pro-li3 {
	width: 100%;
	margin-top: 5px;
	display: inline-block;
}

.pro-li3_1 {
	float: left;
	color: #202429;
	font-size: 14px;
	font-weight: 500;
}

.pro-li3_1 span {
	font-weight: bold;
}

.pro-li3_2 {
	width: 17px;
	display: block;
	float: right;
}

.prode-box {
	width: 100%;
}

.prode-bo {
	width: 100%;
	margin: 30px auto;
}

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

.prode-top1 {
	width: 45%;
	float: left;
}

.prode-top1 .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 35px;
	box-sizing: border-box;
}

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

.prode-top1 .swiper-pagination {
	bottom: 0;
}

.prode-top1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #D9D9D9;
	opacity: 1;
}

.prode-top1 .swiper-pagination-bullet-active {
	background: #353535;
	opacity: 1;
}

.prode-top1_1 {
	width: 100%;
	height: 605px;
	overflow: hidden;
	position: relative;
}

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

.prode-top1_3 {
	width: 40px;
	position: absolute;
	right: 55px;
	top: 0;
	z-index: 1;
}

.prode-top1_3 img {
	width: 100%;
	display: block;
}

.prode-top1_3 div {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 7px;
}

.prode-top2 {
	width: 43%;
	float: right;
}

.prode-top2_1 {
	width: 100%;
	color: #202429;
	font-size: 28px;
	font-weight: 400;
}

.prode-top2_2 {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

.prode-top2_2_1 {
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

.prode-top2_2_1 span {
	font-weight: 500;
	text-decoration: line-through;
}

.prode-top2_2_2 {
	width: 26px;
	float: right;
}

.prode-top2_2_3 {
	width: 80%;
	float: left;
}

.prode-top2_2_4 {
	width: 100%;
	margin-top: 14px;
	color: #202429;
	font-size: 18px;
	font-weight: 400;
}

.prode-top2_2_4 span {
	color: #CA001E;
	font-size: 26px;
	font-weight: 700;
}

.prode-top2_2_5 {
	width: 100%;
}

.prode-top2_2_5_1 {
	color: #CA001E;
	font-size: 16px;
	font-weight: bold;
}

.prode-top2_2_5_2 {
	color: #202429;
	font-size: 22px;
	font-weight: bold;
}

.prode-top2_2_5_3 {
	font-size: 16px;
	color: #ADB1B8;
	text-decoration: line-through;
}

.prode-top2_3 {
	border-bottom: 1px solid #EBEBEB;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
}

.prode-top2_3_1 {
	width: 100%;
	color: #202429;
	font-size: 16px;
	font-weight: 400;
}

.prode-top2_3_2 {
	width: 100%;
	margin-top: 14px;
	display: inline-block;
}

.prode-top2_3_3 {
	float: left;
	display: inline-block;
}

.prode-top2_3_5 {
	float: left;
	color: #202429;
	font-size: 15px;
	font-weight: 500;
	margin-left: 20px;
}

.pro_jian {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

.pro_jia {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

.pro_num {
	border: none;
	outline: none;
	width: 36px;
	height: 20px;
	float: left;
	text-align: center;
	color: #202429;
	font-size: 14px;
	font-weight: 400;
}

.pro_num::-webkit-outer-spin-button,
.pro_num::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

.pro_num[type='number'] {
	-moz-appearance: textfield;
}

.prode-top2_3_4 {
	float: right;
	color: #202429;
	font-size: 14px;
	font-weight: 400;
}

.prode-top2_4 {
	/* border-bottom: 1px solid #EBEBEB; */
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	color: #202429;
	font-size: 16px;
	font-weight: 500;
}

.prode-top2_4_1 {
	float: left;
}

.prode-top2_4_2 {
	float: right;
}

.prode-top2_4_2 span {
	font-weight: bold;
}

.prode-top2_5 {
	width: 100%;
	display: inline-block;
}

.prode-top2_5_1 {
	border-radius: 4px;
	/*border: 1px solid #131313;*/
	box-sizing: border-box;
	/*background: #FFF;*/
	background: #F5F4F4;
	width: 49%;
	height: 65px;
	display: block;
	float: left;
	text-align: center;
	line-height: 65px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.prode-top2_5_1:hover {
	background: rgb(19, 19, 19, 0.1);
}

.prode-top2_5_2 {
	width: 49%;
	height: 65px;
	display: block;
	float: left;
	text-align: center;
	line-height: 65px;
	margin-left: 2%;
	border-radius: 4px;
	background: #FEF102;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.prode-top2_5_2:hover {
	background: rgb(254, 241, 2, 0.5);
}

.prode-top2_6 {
	border-bottom: 1px solid #EBEBEB;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}

.prode-top2_6_1 {
	float: left;
	color: #202429;
	font-size: 16px;
	font-weight: 400;
}

.prode-top2_6_2 {
	float: left;
	margin-left: 10px;
	color: #363636;
	font-size: 12px;
	font-weight: 400;
}

.prode-top2_6_2 img {
	width: 16px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.prode-top2_6_2 span {
	display: inline-block;
	vertical-align: middle;
}

.prode-top2_6_3 {
	float: right;
	display: inline-block;
}

.prode-top2_6_3_1 {
	float: left;
	margin-right: 25px;
}

.prode-top2_6_3_1:last-child {
	margin-right: 0;
}

input[type=radio] {
	/*border: 1px solid #000000;*/
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 20px;
	height: 20px;
	font-size: 19px;
	border-radius: 3px;
	margin: 0;
	-webkit-appearance: none;
	background-color: #F5F4F4;
	display: inline-block;
	vertical-align: middle;
}

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

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

input[type=radio]:checked::after {
	content: "✓";
	font-size: 17px;
	font-weight: bold;
	/*background: #000000;*/
	/*color: white;*/
	background: #FEF102;
	color: #000;
}

.prode-top2_6_3_1 span {
	margin-left: 2px;
	color: #202429;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}

.prode-top2_7 {
	width: 100%;
	margin-top: 5px;
	display: inline-block;
}

.prode-top2_7_1 {
	width: 14px;
	margin-right: 12px;
	float: left;
}

.prode-top2_7_2 {
	width: calc(100% - 26px);
	float: left;
}

.prode-top2_7_3 {
	width: 100%;
	color: #202429;
	font-size: 15px;
	font-weight: 600;
}

.prode-top2_7_4 {
	width: 100%;
	margin-top: 9px;
}

.prode-top2_7_4_1 {
	color: #05C46B;
	font-size: 15px;
	font-weight: 500;
	margin-right: 10px;
}

.prode-top2_7_4_2 {
	color: #202429;
	font-size: 15px;
	font-weight: 700;
}

.prode-top2_8 {
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}

.prode-top2_8 img {
	width: 16px;
	margin-right: 5px;
	float: left;
}

.prode-top2_8 div {
	width: calc(100% - 21px);
	color: #ADB1B8;
	font-size: 14px;
	font-weight: 400;
	float: left;
}

.prode-top2_9 {
	width: 100%;
	height: 65px;
	margin-top: 30px;
	border-radius: 4px;
	background: #EBEBEB;
	display: block;
	color: #BDC0C5;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 65px;
}

.prode-top2_10 {
	width: 100%;
	margin-top: 10px;
	color: #CA001E;
	font-size: 16px;
	font-weight: 500;
}

.prode-cen {
	border-top: 2px solid #E4E6EA;
	box-sizing: border-box;
	width: 100%;
	margin-top: 35px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.prode-cen1 {
	width: 100%;
	color: #2B2B2E;
	font-size: 24px;
	font-weight: 500;
}

.prode-cen2 {
	width: 100%;
	margin-top: 20px;
	color: #2B2B2E;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
}

.zx-box {
	width: 100%;
}

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

.zx-bo1 {
	width: 100%;
	color: #222;
	font-size: 18px;
	font-weight: 600;
}

.zx-bo1 span {
	color: #F95029;
}

.zx-bo2 {
	width: 100%;
	margin-top: 40px;
}

.zx-bo3 {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

.zx-bo3:last-child {
	margin-bottom: 0;
}

.zx-bo3_1 {
	width: 200px;
	min-height: 10px;
	margin-right: 25px;
	float: left;
	line-height: 55px;
	color: rgba(0, 0, 0, 0.80);
	font-size: 20px;
	font-weight: 400;
}

.zx-bo3_1 span {
	color: #F95029;
	font-size: 18px;
	font-weight: 700;
}

.zx-bo3_2 {
	border-radius: 4px;
	border: 1px solid #BCBCBC;
	outline: none;
	width: calc(100% - 225px);
	height: 55px;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	color: rgba(0, 0, 0, 0.80);
	font-size: 20px;
	font-weight: 400;
}

.zx-bo3_3 {
	border-radius: 4px;
	border: 1px solid #BCBCBC;
	outline: none;
	width: calc(100% - 225px);
	height: 300px;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	color: rgba(0, 0, 0, 0.80);
	font-size: 20px;
	font-weight: 400;
}

.zx-bo3_4 {
	border-radius: 4px;
	/* border: 2px solid #000; */
	border: none;
	box-sizing: border-box;
	width: 640px;
	height: 80px;
	background: white;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	display: block;
	float: left;
	    background: #FEF102;
}

.zx-bo3_4:hover {
	background: rgb(254, 241, 2, 0.1);
}

.zx-bo4 {
	width: 100%;
	text-align: center;
	color: #010101;
	font-size: 24px;
	font-weight: 700;
}

.zx-bo5 {
	width: 100%;
	text-align: center;
	color: #010101;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 50px;
}

.zx-bo6 {
	width: 140px;
	height: 40px;
	border-radius: 4px;
	background: #FEF102;
	display: block;
	margin: auto;
	margin-top: 30px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
}

.zx-bo6:hover {
	background: rgb(19, 19, 19, 0.1);
}

.zx-bo7 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: #FF4E4E;
	font-size: 14px;
	font-weight: 500;
}

.user-box {
	width: 100%;
}

.user-bo {
	width: 100%;
	margin: 30px auto;
}

.user-fls {
	width: 100%;
	display: inline-block;
}

.user-fl {
	height: 35px;
	display: block;
	padding: 0 12px;
	box-sizing: border-box;
	line-height: 35px;
	border-radius: 4px;
	color: #878E96;
	font-size: 14px;
	font-weight: 400;
	float: left;
	margin-right: 30px;
}

.user-fl2 {
	float: right;
}

.user-fl:last-child {
	margin-right: 0;
}

.user-fl.on {
	background: #FEF102;
	color: #000;
}

.user-carts {
	width: 100%;
	margin-top: 75px;
}

.user-cartF {
	width: 100%;
}

.user-cartF1 {
	width: 100%;
	margin-bottom: 25px;
}

.user-cartF1 input[type=checkbox]:checked::after {
	background: #FEF102;
	color: #000;
}

.user-cartF1_1 {
	width: 155px;
	height: 168px;
	margin-left: 40px;
	background: #F6F6F6;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

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

.user-cartF1_2 {
	width: calc(100% - 270px);
	margin-left: 40px;
	display: inline-block;
	vertical-align: middle;
}

.user-cartF1_3 {
	width: 100%;
	color: #202429;
	font-size: 24px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.user-cartF1_4 {
	width: 100%;
	margin-top: 20px;
	/*color: #202429;*/
	color: #999999;
	font-size: 18px;
	font-weight: 400;
}

.user-cartF1_5 {
	width: 100%;
	margin-top: 15px;
}

.user-cartF1_5_1 {
	color: #202429;
	font-size: 18px;
	font-weight: 400;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.user-cartF1_5_2 {
	display: inline-block;
	vertical-align: middle;
}

.user-cartF1_5_2 img {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

.user-cartF1_5_2 input {
	border: none;
	outline: none;
	width: 36px;
	height: 20px;
	float: left;
	text-align: center;
	color: #202429;
	font-size: 14px;
	font-weight: 400;
}

.user-cartF1_5_2 input::-webkit-outer-spin-button,
.user-cartF1_5_2 input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

.user-cartF1_5_2 input[type='number'] {
	-moz-appearance: textfield;
}

.user-cartF1_6 {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

.user-cartF1_6_1 {
	float: left;
	color: #202429;
	font-size: 16px;
	font-weight: 500;
}

.user-cartF1_6_1 span {
	/*font-size: 24px;*/
	font-size: 20px;
	font-weight: 700;
}

.user-cartF1_6_2 {
	width: 140px;
	height: 40px;
	border-radius: 4px;
	background: #FEF102;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	float: right;
}

.user-cartT {
	width: 100%;
	display: inline-block;
}

.user-cartT4 {
	float: left;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.user-cartT3 {
	float: right;
	text-align: right;
}

.user-cartT1 {
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.user-cartT1 span {
	font-size: 18px;
}

.user-cartT2 {
	width: 100%;
	margin-top: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.user-cartT2 span {
	color: #000;
	/*font-size: 24px;*/
	font-size: 20px;
	font-weight: 700;
}

.user-cartW {
	width: 60%;
	margin-left: 40%;
	margin-top: 35px;
	display: inline-block;
}

.user-cartW button {
	border-radius: 4px;
	/*border: 1px solid #131313;*/
	border: none;
	box-sizing: border-box;
	/*background: #FFF;*/
	background: #F5F4F4;
	outline: none;
	width: 180px;
	height: 45px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	display: block;
	float: left;
	margin-left: 10px;
}

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

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

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

input[type=checkbox]:checked::after {
	content: "✓";
	font-size: 12px;
	font-weight: bold;
	background: #000000;
	color: white;
}

.user-cartL {
	width: 100%;
}

.user-cartL1 {
	width: 100%;
	margin-bottom: 25px;
}

.user-cartL1_1 {
	width: 155px;
	height: 168px;
	margin-right: 40px;
	background: #F6F6F6;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

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

.user-cartL1_2 {
	width: calc(100% - 203px);
	display: inline-block;
	vertical-align: middle;
}

.user-cartL1_3 {
	width: 100%;
	margin-top: 10px;
	color: #202429;
	font-size: 18px;
	font-weight: 400;
}

.user-cartL1_4 {
	width: 100%;
	margin-top: 5px;
	display: inline-block;
}

.user-cartL1_4_1 {
	float: left;
	color: #202429;
	font-size: 16px;
	font-weight: 400;
}

.user-xxs {
	width: 100%;
	margin-top: 65px;
}

.user-xx {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}

.user-xx1 {
	width: 240px;
	float: left;
	margin-right: 20px;
	line-height: 55px;
	color: rgba(0, 0, 0, 0.80);
	font-size: 20px;
	font-weight: 400;
}

.user-xx2 {
	width: calc(100% - 260px);
	border-radius: 4px;
	border: 1px solid #BCBCBC;
	box-sizing: border-box;
	padding: 0 20px;
	outline: none;
	color: rgba(0, 0, 0, 0.80);
	font-size: 20px;
	font-weight: 400;
	display: block;
	height: 55px;
}

.user-xx3 {
	border-radius: 4px;
	border: 1px solid #131313;
	background: #FFF;
	box-sizing: border-box;
	width: 180px;
	height: 45px;
	display: block;
	float: right;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.user-collect {
	width: 100%;
	margin-top: 50px;
}

.user-coll {
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
}

.user-coll1 {
	width: 18.4%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	display: block;
}

.user-coll1:nth-child(5n) {
	margin-right: 0;
}

.user-coll1:hover .user-coll2 img {
	transform: scale(1.1);
}

.user-coll2 {
	width: 100%;
	height: 250px;
	display: block;
	overflow: hidden;
	position: relative;
}

.user-coll2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s linear;
}

.user-coll2 div {
	width: 68px;
	height: 24px;
	border-radius: 2px;
	background: #75DB51;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
}

.user-coll3 {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	color: #202429;
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.user-coll4 {
	width: 100%;
	margin-top: 5px;
	display: inline-block;
}

.user-coll4_1 {
	float: left;
	color: #202429;
	font-size: 14px;
	font-weight: 500;
}

.user-coll4_1 span {
	font-weight: bold;
}

.user-coll4_2 {
	width: 17px;
	display: block;
	float: right;
}

.user-hyjf {
	border-radius: 5px;
	border: 1px solid #DBDBDB;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 55px;
}

.user-hyjf1 {
	width: 100%;
	text-align: center;
	color: #393939;
	font-size: 24px;
	font-weight: 400;
}

.user-hyjf2 {
	width: 100%;
	margin-top: 30px;
}

.user-hyjf3 {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.user-hyjf3:last-child {
	margin-bottom: 0;
}

.user-hyjf3_1 {
	width: 100%;
	color: #393939;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	 word-break:break-all;  
	    word-wrap:break-word;  
}

.user-hyjf3_1 span {
	color: #FF1E1E;
	font-size: 24px;
	font-weight: 400;
}

.user-hyjf3_2 {
	width: 100%;
	margin-top: 10px;
	color: #FF1E1E;
	font-size: 18px;
	font-weight: 400;
}

.payment-box {
	width: 100%;
}

.payment-bo {
	width: 100%;
	margin: 30px auto;
}

.payment-bo1 {
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	color: #202429;
	margin-bottom: 70px;
}

.payment-bo2 {
	width: 100%;
	margin-bottom: 30px;
}

.payment-bo2_1 {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #202429;
	margin-bottom: 20px;
}

.payment-bo2_2 {
	border-bottom: 1px solid #F3F3F3;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0;
}

.payment-bo2_3 {
	width: calc(100% - 356px);
	display: inline-block;
	vertical-align: middle;
}

.payment-bo2_3_1 {
	width: 75px;
	height: 75px;
	margin-right: 15px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

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

.payment-bo2_3_2 {
	width: calc(100% - 98px);
	display: inline-block;
	vertical-align: middle;
}

.payment-bo2_3_3 {
	width: 100%;
	font-size: 18px;
	color: #31363C;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.payment-bo2_3_4 {
	width: 100%;
	margin-top: 5px;
	font-size: 16px;
	color: #B1B1B8;
}

.payment-bo2_4 {
	width: 150px;
	text-align: center;
	margin-left: 20px;
	font-size: 16px;
	color: #B9BAC2;
	display: inline-block;
	vertical-align: middle;
}

.payment-bo2_5 {
	width: 150px;
	text-align: center;
	margin-left: 20px;
	font-size: 14px;
	color: #384042;
	display: inline-block;
	vertical-align: middle;
}

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

.payment-bo3_1 {
	color: #202429;
	font-size: 24px;
	font-weight: 500;
	float: left;
}

.payment-bo3_2 {
	float: right;
	color: #202429;
	font-size: 24px;
	font-weight: 500;
}

.payment-bo3_2 span {
	font-weight: 700;
}

.payment-bo4 {
	width: 100%;
	margin-top: 50px;
}

.payment-bo4_1 {
	width: 100%;
}

.payment-bo4_1 span {
	font-size: 22px;
	font-weight: bold;
	color: #202429;
	display: inline-block;
	vertical-align: middle;
}

.payment-bo4_1 a {
	border: 1px solid #B7BBC1;
	box-sizing: border-box;
	width: 65px;
	height: 35px;
	border-radius: 5px;
	margin-left: 10px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #B7BBC1;
	display: inline-block;
	vertical-align: middle;
}

.payment-bo4_2 {
	width: 100%;
	margin-top: 15px;
	/*color: #878E96;*/
	/*font-size: 20px;*/
	/*font-weight: 500;*/
	color: #424242;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.payment-bo4_3 {
	width: 100%;
	margin-top: 15px;
	/*color: #202429;*/
	/*font-size: 20px;*/
	/*font-weight: 500;*/
	color: #424242;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

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

.payment-bo4_4_1 {
	color: #2C2F35;
	font-size: 18px;
	float: left;
}

.payment-bo4_4_2 {
	float: right;
	color: #2C2F35;
	font-size: 18px;
	font-weight: bold;
}

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

.payment-bo4_5_1 {
	width: 100%;
	color: #181818;
	font-size: 20px;
	font-weight: 500;
	line-height: 21.92px;
}

.payment-bo4_5_2 {
	width: 100%;
	margin-top: 5px;
	color: #949494;
	font-size: 16px;
	font-weight: 500;
	line-height: 21.92px;
}

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

.payment-bo4_6_1 {
	width: 100%;
	margin-bottom: 15px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.payment-bo4_6_1 input[type=radio] {
	border: 1px solid #999;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.payment-bo4_6_1 input[type=radio]::after {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.payment-bo4_6_1 input[type=radio]:checked::after {
	font-size: 14px;
	background: #FEF102;
	color: #252525;
}

.payment-bo4_6_1 div {
	display: inline-block;
	vertical-align: middle;
}

.payment-bo4_6_2 {
	width: 100%;
	display: inline-block;
}

.payment-bo4_6_2 input {
	border-radius: 4px;
	border: 1px solid #878E96;
	box-sizing: border-box;
	outline: none;
	width: 160px;
	height: 40px;
	display: block;
	padding: 0 10px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	float: left;
}

.payment-bo4_6_2 button {
	border-radius: 4px;
	border: 1px solid #878E96;
	outline: none;
	width: 68px;
	height: 40px;
	display: block;
	float: left;
	color: #8C939A;
	font-size: 16px;
	font-weight: 500;
	background: none;
	margin-left: 10px;
}
.usejf.on{
	border: 1px solid #FEF102;
	background: #FEF102;
	color: #202429;
	font-weight: bold;
}
.useyhq.on{
	border: 1px solid #FEF102;
	background: #FEF102;
	color: #202429;
	font-weight: bold;
}
.payment-bo5 {
	width: 100%;
	margin-top: 55px;
	height: 70px;
	line-height: 70px;
	background: #FFFEED;
	display: inline-block;
}

.payment-bo5_1 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #212429;
}

.payment-bo5_2 {
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #202429;
}

.payment-bo6 {
	width: 100%;
	margin-top: 45px;
}

.payment-bo6_1 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #212429;
	margin-bottom: 30px;
}

.payment-bo6_2 {
	width: 100%;
}

.payment-bo6_3 {
	border-bottom: 1px solid #F0F0F0;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0;
}

.payment-bo6_3:last-child {
	border-bottom: 0;
}

.payment-bo6_3 input[type=radio] {
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.payment-bo6_3 input[type=radio]::after {
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.payment-bo6_3 input[type=radio]:checked::after {
	font-size: 19px;
}

.payment-bo6_3 img {
	height: 40px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.payment-bo6_3 span {
	margin-left: 15px;
	font-size: 16px;
	color: #3D4145;
	display: inline-block;
	vertical-align: middle;
}

.payment-bo7 {
	width: 100%;
	margin-top: 50px;
}

.payment-bo7_1 {
	width: 100%;
	display: inline-block;
}

.payment-bo7_1_1 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #212429;
}

.payment-bo7_1_2 {
	float: right;
	font-size: 16px;
	color: #C1BABF;
	text-decoration: underline;
}

.payment-bo7_2 {
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
	color: #F03;
}

.payment-bo8 {
	width: 100%;
	margin-top: 55px;
	display: inline-block;
}

.payment-bo8 input[type=checkbox] {
	width: 20px;
	height: 20px;
	float: left;
}

.payment-bo8 input[type=checkbox]::after {
	width: 20px;
	height: 20px;
}

.payment-bo8 input[type=checkbox]:checked::after {
	font-size: 15px;
}

.payment-bo8 img {
	width: 19px;
	float: left;
	margin-left: 10px;
}

.payment-bo8 div {
	width: calc(100% - 60px);
	float: left;
	margin-left: 10px;
	font-size: 16px;
	color: #4F4F4F;
}

.payment-bo8 span {
	text-decoration: underline;
}

.payment-bo9 {
	border: none;
	outline: none;
	width: 315px;
	height: 60px;
	border-radius: 5px;
	display: block;
	margin: auto;
	margin-top: 40px;
	background: #EBEBEB;
	font-size: 18px;
	color: #BEC0C5;
	font-weight: 400;
}

.payment-bo9.on {
	background: #FEF102;
	color: #000;
}

.xy-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
}

.xy-cnt {
	width: 530px;
	border-radius: 20px;
	padding: 45px 15px;
	box-sizing: border-box;
	background: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.xy-cnt1 {
	border-bottom: 2px solid #F5F5F5;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 35px;
	text-align: center;
	font-size: 18px;
	color: #212429;
	font-weight: 600;
}

.xy-cnt2 {
	width: 100%;
	margin-top: 35px;
	font-size: 20px;
	color: #000000;
	font-weight: 800;
	box-sizing: border-box;
	padding: 0 15px;
}

.xy-cnt3 {
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 15px;
}

.xy-cnt4 {
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color: #898989;
	box-sizing: border-box;
	padding: 0 15px;
}

.xy-cnt5 {
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background: #FEF102;
	color: #000;
	font-size: 16px;
	display: block;
	margin-top: 30px;
}

.xy-cnt5:hover {
	background: rgb(254, 241, 2, 0.5);
}

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

.order-tcs {
	width: 1280px;
	background: white;
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.order-tc {
	width: 100%;
	display: flex;
}

.order-tcle {
	width: 64%;
}

.order-tcle1 {
	width: 100%;
	background: #f7f7f7;
	margin-bottom: 30px;
}

.order-tcle1_1 {
	width: 100%;
	background: #F3F3F3;
}

.order-tcle1_1 h2 {
	font-size: 18px;
	padding: 10px 12px;
	box-sizing: border-box;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.order-tcle1_2 {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.order-tcle1_3 {
	width: 100%;
	color: #222;
	line-height: 1.6em;
	font-size: 16px;
}

.order-tcle1_3 span {
	font-weight: 600;
}

.order-tcle2 {
	width: 100%;
}

.order-tcle2_1 {
	width: 100%;
	background: #F3F3F3;
	font-size: 18px;
	padding: 10px 12px;
	font-weight: 600;
	color: #000;
	box-sizing: border-box;
	border-bottom: 1px dotted #ccc;
}

.order-tcle2_2 {
	box-sizing: border-box;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	padding: 10px;
}

.order-tcle2_3 {
	width: 110px;
	height: 110px;
	margin-right: 10px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}

.order-tcle2_4 {
	width: calc(100% - 130px);
	color: #222;
	font-size: 16px;
	line-height: 1.4;
	display: inline-block;
	vertical-align: middle;
}

.order-tcri {
	width: 34%;
	margin-left: 2%;
}

.order-tcri1 {
	width: 100%;
	background: #F3F3F3;
	padding: 16px;
	margin-bottom: 16px;
	box-sizing: border-box;
}

.order-tcri1_1 {
	width: 100%;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.4;
	color: #525263;
}

.order-tcri1_1 dt {
	float: left;
}

.order-tcri1_1 dd {
	float: right;
}

.order-tcri1_2 {
	width: 100%;
	padding: 8px 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
}

.order-tcri1_2 span {
	color: #DE5D50;
	margin-left: 16px;
	font-size: 16px;
}

.order-tcri2 {
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	color: #525263;
	background: #F3F3F3;
	padding: 16px;
	box-sizing: border-box;
	overflow: auto;
	max-height: 500px;
}

.order-but {
	width: 140px;
	height: 40px;
	border-radius: 4px;
	background: #FEF102;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin: auto;
	margin-top: 20px;
}

.ggtc-box {
	border-radius: 8px;
	background: #FFF;
	padding: 20px 35px;
	width: 400px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1002;
}

.ggtc-box2 {
	border-radius: 8px;
	background: #FFF;
	padding: 20px 35px;
	width: 400px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1002;
}

.ggtc-bo1 {
	width: 100%;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.ggtc-bo2 {
	width: 100%;
	height: 38px;
	margin-top: 15px;
	border-radius: 4px;
	background: #FEF102;
	text-align: center;
	line-height: 38px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}

.ggtc-bo3 {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

.ggtc-bo3_1 {
	width: 49%;
	height: 38px;
	border-radius: 4px;
	background: #F4F4F4;
	text-align: center;
	line-height: 38px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin-right: 2%;
	float: left;
}

.ggtc-bo3_2 {
	width: 49%;
	height: 38px;
	border-radius: 4px;
	background: #FEF102;
	text-align: center;
	line-height: 38px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	float: left;
}
.login-cnts{
	width: 100%;
}
.login-box{
	width: 100%;
	margin: 40px auto;
}
.login-botop{
	width: 100%;
	display: inline-block;
}
.login-botop1{
	width: 225px;
	display: block;
	margin: auto;
}
.login-botop2{
	width: 35px;
	display: block;
	float: left;
}
.login-botop2 img{
	width: 100%;
	display: block;
}
.login-botop3{
	display: none;
}
.login-bodow{
	width: 100%;
	margin-top: 90px;
	display: flex;
}
.login-bo{
	border-right: 1px solid #C9C9C8;
	width: 50%;
	padding: 0 140px;
}
.login-bo:last-child{
	border-right: 0;
}
.login-bof1{
	width: 100%;
	margin-top: 45px;
	text-align: center;
	color: #7A7A7A;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-weight: 600;
}
.login-bof2{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	color: #000;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 48px;
	font-weight: 600;
}
.login-bof3{
	width: 165px;
	display: block;
	margin: auto;
	margin-top: 45px;
}
.login-bot1{
	width: 100%;
	color: #747474;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}
.login-bot2{
	width: 100%;
	margin-bottom: 15px;
}
.login-bot2_1{
	width: 100%;
	color: #747474;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px; /* 214.286% */
}
.login-bot2_2{
	width: 100%;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #C8C8C8;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(229, 229, 229, 0.25);
}
.login-bot2_3{
	width: 100%;
	height: 50px;
	float: left;
}
.login-bot2_3 input{
	border: none;
	outline: none;
	width: calc(100% - 150px);
	height: 100%;
	padding: 0 10px;
	color: #000;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-weight: 400;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.login-bot2_3 img{
	width: 145px;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.login-bot2_4{
	border: none;
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	outline: none;
	width: 50%;
	height: 50px;
	padding: 0 10px;
	color: #000;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-weight: 400;
	box-sizing: border-box;
	float: left;
}
.login-bot2_5{
	border-top: 1px solid #C8C8C8;
	width: 50%;
	height: 50px;
	padding: 0 10px;
	float: left;
	box-sizing: border-box;
}
.login-bot2_5 input{
	border: none;
	outline: none;
	width: calc(100% - 35px);
	height: 100%;
	padding: 0 10px;
	color: #000;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-weight: 400;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.login-bot2_5 img{
	width: 30px;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.login-bot2_6{
	border: 1px solid #C8C8C8;
	outline: none;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(229, 229, 229, 0.25);
	display: block;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #000;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-weight: 400;
}
.login-bot3{
	width: 100%;
	color:#747474;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}
.login-bot4{
	width: 100%;
	margin-top: 5px;
	color: #000;
	font-family: Hiragino Kaku Gothic ProN;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
.login-bot5{
	border: none;
	outline: none;
	width: 100%;
	height: 54px;
	display: block;
	margin-top: 20px;
	border-radius: 8px;
	background: #F3F7F9;
	color: #000;
	text-align: center;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
}
.login-bot5:hover{
	background: #FEF102;
}