body {
	margin: auto;
	cursor: default;
}

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

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: 1400px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	border: 2px solid white;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0);
	opacity: 1;
}

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

.banne {
	width: 100%;
	height: 580px;
	position: relative;
}

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

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	width: 100%;
}

.banne3_1 {
	width: 100%;
	font-family: 'Impact';
	font-size: 56px;
	color: rgba(255, 255, 255, 0.8);
}

.banne3_2 {
	width: 100%;
	font-family: 'Arial';
	color: rgba(255, 255, 255, 0.5);
	font-size: 24px;
	margin-top: 20px;
}

.in-create {
	width: 100%;
}

.in-creat {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 60px;
}

.in-djs {
	width: 100%;
	height: 85px;
	background: #F94C82;
	padding: 0 20px;
}

.in-djs1 {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.in-djs2 {
	width: calc(100% - 255px);
	line-height: 85px;
	padding: 0 20px;
	font-size: 24px;
	color: #841E54;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.in-djs3 {
	width: 215px;
	height: 50px;
	background: white;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 36px;
	color: #841E54;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.in-crea {
	width: 100%;
	margin-top: 35px;
}

.in-crea .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

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

.in-crea .swiper-slide {
	width: 100%;
	height: 100%;
	padding: 15px;
}

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

.in-crea .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-image: url(../img/prev_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.in-crea .swiper-button-next {
	width: 40px;
	height: 40px;
	background-image: url(../img/next_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.in-crea1 {
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	background: white;
	overflow: hidden;
	position: relative;
}

.in-crea2 {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

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

.in-crea3 {
	width: 100%;
	height: 75px;
	line-height: 75px;
	padding: 0 10px;
	text-align: center;
	font-size: 18px;
	color: #841E54;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-crea4 {
	width: 60px;
	position: absolute;
	right: 25px;
	top: 10px;
}

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

.in-crea4_2 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.in-crea4_3 {
	width: 100%;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.in-crea4_4 {
	width: 100%;
	font-size: 12px;
	color: white;
}

.in-crealj {
	width: 300px;
	height: 45px;
	display: block;
	margin: auto;
	margin-top: 35px;
	border-radius: 45px;
	background: #F94C82;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
}

.in-shops {
	width: 100%;
	background: #EEEEEE;
}

.in-shop {
	width: 100%;
	margin: 60px auto;
}

.in-shop1 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

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

.in-shop3 {
	width: 23.5%;
	margin-top: 50px;
	margin-right: 2%;
	float: left;
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.in-shop3:nth-child(4n) {
	margin-right: 0;
}

.in-shop3 img {
	width: 100%;
	height: 340px;
	display: block;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: center;
}

.in-shop3 div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-gets {
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.in-get {
	width: 100%;
	margin: 70px auto;
}

.in-get1 {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: white;
	font-weight: bold;
}

.in-get2 {
	width: 100%;
	text-align: center;
	margin-top: 35px;
	font-size: 32px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
}

.in-get3 {
	width: 310px;
	height: 60px;
	border-radius: 60px;
	background: #FFBA00;
	display: block;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
}

.in-get3 img {
	width: 35px;
	display: inline-block;
	vertical-align: middle;
}

.in-get3 span {
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

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

.in-make {
	width: 100%;
	margin: 60px auto;
}

.in-make1 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.in-make2 {
	width: 100%;
	margin-top: 60px;
}

.in-make2 .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

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

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

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

.in-make2 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-image: url(../img/prev_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.in-make2 .swiper-button-next {
	width: 40px;
	height: 40px;
	background-image: url(../img/next_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

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

.in-make3_1 {
	width: 100%;
	height: 245px;
	overflow: hidden;
}

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

.in-make3_2 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in-make3_3 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
	color: #5A5A5A;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in-hows {
	width: 100%;
}

.in-howA {
	width: 100%;
	background: #F4F2EE;
}

.in-hoA {
	width: 100%;
	margin: 75px auto;
}

.in-hoA1 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

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

.in-hoA3 {
	width: 18.25%;
	float: left;
	margin-right: 9%;
	margin-top: 85px;
	position: relative;
}

.in-hoA3:nth-child(4n) {
	margin-right: 0;
}

.in-hoA3::after {
	content: '';
	width: 47px;
	height: 40px;
	background-image: url(../img/jt_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -35%;
	top: 40px;
}

.in-hoA3:nth-child(4n)::after {
	display: none;
}

.in-hoA3_1 {
	max-width: 100%;
	height: 100px;
	display: block;
	margin: auto;
}

.in-hoA3_2 {
	width: 100%;
	text-align: center;
	margin-top: 55px;
	font-size: 24px;
	color: #841E54;
	font-weight: bold;
}

.in-hoA3_3 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 19px;
	color: #3E3D3B;
	font-weight: bold;
}

.in-howB {
	width: 100%;
}

.in-hoB {
	width: 100%;
	margin: 50px auto;
}

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

.in-hoBf1 {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 50px;
	display: block;
}

.in-hoBf1:nth-child(3n) {
	margin-right: 0;
}

.in-hoBf1_1 {
	width: 100%;
	height: 305px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

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

.in-hoBf1_1_2 {
	width: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.in-hoBf1_2 {
	border-left: 4px solid #841E54;
	width: 100%;
	margin-top: 25px;
	padding: 0 15px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in-hoBf1_3 {
	width: 100%;
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	color: #841E54;
	font-weight: bold;
}

.in-hoBt {
	width: 300px;
	height: 45px;
	display: block;
	margin: auto;
	border-radius: 45px;
	background: #F94C82;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
}

.in-ours {
	width: 100%;
	background: #F4F2EE;
}

.in-our {
	width: 100%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 90px;
}

.in-our1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.in-our2 {
	width: 100%;
	margin-top: 50px;
	display: flex;
}

.in-our3 {
	border-right: 1px solid #929497;
	width: 33.33%;
	padding: 0 75px;
}

.in-our3:nth-child(3n) {
	border-right: 0;
}

.in-our3_1 {
	height: 75px;
	display: block;
	max-width: 100%;
	margin: auto;
}

.in-our3_2 {
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	color: #585B58;
	font-weight: bold;
}

.in-our3_3 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #585B58;
	/*font-weight: bold;*/
}

.cate-box {
	width: 100%;
}

.cate-bof {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
}

.cate-bf {
	width: 100%;
	margin: 25px auto;
	display: inline-block;
}

.cate-bf1 {
	float: left;
	font-family: 'Impact';
	font-size: 45px;
	color: #000000;
}

.cate-bot {
	width: 100%;
}

.cate-bt {
	width: 100%;
	margin: 40px auto;
}

.cate-bt1 {
	width: 300px;
	height: 45px;
	display: block;
	margin: auto;
	border-radius: 45px;
	background: #F94C82;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
}

.cate-bt2 {
	width: 100%;
	display: inline-block;
}

.cate-bt3 {
	width: 23.5%;
	margin-bottom: 50px;
	margin-right: 2%;
	float: left;
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.cate-bt3:nth-child(4n) {
	margin-right: 0;
}

.cate-bt3 img {
	width: 100%;
	height: 340px;
	display: block;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: center;
}

.cate-bt3 div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cate-detail {
	width: 100%;
}

.cate-deta {
	width: 100%;
	margin: 20px auto;
}

.cate-detaa {
	width: 100%;
	margin-top: 35px;
}

.cate-detaa1 {
	border-bottom: 1px solid #F7F7F7;
	width: 100%;
	display: inline-block;
}

.cate-detaa1 span {
	border-bottom: 2px solid #F94C82;
	padding: 15px 0;
	font-size: 30px;
	color: #841E54;
	font-weight: bold;
	display: block;
	float: left;
}

.cate-detaa2 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #585B58;
	line-height: 25px;
}

.cate-detab {
	width: 100%;
	display: inline-block;
}

.cate-detac {
	width: 40%;
	float: left;
	display: flex;
}

.cate-detac1 {
	width: 120px;
	height: 440px;
	margin-right: 25px;
}

.cate-detac1 .swiper {
	width: 100%;
	height: 100%;
}

.cate-detac1 .swiper-slide {
	width: 100%;
	height: 145px;
}
.cate-detac1_1.on img{
    border: 1px solid #F94C82;
}
.cate-detac1_1 {
	width: 100%;
	height: 100%;
}

.cate-detac1_1 img {
	width: 100%;
	height: 120px;
	display: block;
	    box-sizing: border-box;
	object-fit: cover;
	object-position: center;
}

.cate-detac1_1 div {
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 17px;
	color: #999999;
	line-height: 25px;
}

.cate-detac2 {
	width: calc(100% - 145px);
	position: relative;
}

.cate-detac3 {
	width: 100%;
	height: 440px;
}

.cate-detac3 .swiper {
	width: 100%;
	height: 100%;
}

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

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

.cate-detac4 {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 3;
}

.cate-detac4_1 {
	width: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cate-detac4:hover .cate-detac4_2 {
	display: block;
}

.cate-detac4_2 {
	width: 240px;
	display: none;
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translateX(-50%);
}

.cate-detac4_3 {
	width: 0;
	height: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid white;
	margin: auto;
	position: relative;
	z-index: 1;
}

.cate-detac4_4 {
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	background: white;
	padding: 0 10px;
}

.cate-detac4_5 {
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
	color: #333333;
}

.cate-detac4_5 img {
	width: 17px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.cate-detac4_5 span {
	display: inline-block;
	vertical-align: middle;
}

.cate-detac4_6 {
	width: 100%;
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #333333;
}

.cate-detac4_6:first-child {
	margin-top: 10px;
}

.cate-detac4_6:last-child {
	margin-bottom: 10px;
}

.cate-detac4_6 img {
	width: 17px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.cate-detac4_6 span {
	display: inline-block;
	vertical-align: middle;
}

.cate-detad {
	width: 60%;
	float: left;
	padding-left: 35px;
}

.cate-detad1 {
	width: 100%;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.cate-detad2 {
	width: 100%;
	margin-top: 30px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

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

.cate-detad3_1 {
	border: 1px solid #DBDDE1;
	width: 19.2%;
	height: 40px;
	border-radius: 5px;
	float: left;
	margin-right: 1%;
	margin-top: 15px;
	position: relative;
}

.cate-detad3_1:nth-child(5n) {
	margin-right: 0;
}

.cate-detad3_2 {
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	color: #2F324A;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cate-detad3_3 {
	width: 17px;
	display: none;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
}

.cate-detad3_1.on {
	border: 1px solid #333333;
}

.cate-detad3_1.on .cate-detad3_3 {
	display: block;
}

.cate-detad4 {
	width: 280px;
	height: 70px;
	border-radius: 10px;
	display: block;
	margin-top: 100px;
	background: #F94C82;
	text-align: center;
	line-height: 70px;
	color: white;
	font-weight: bold;
	font-size: 21px;
}

.video-cover {
	width: 500px;
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
}

.video-cover video {
	width: 100%;
	display: block;
}

.video-cover img {
	width: 25px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}

.rhgz-box {
	width: 100%;
}

.rhgz-bo {
	width: 100%;
	padding: 45px 0;
}

.rhgz-bof {
	width: 100%;
}

.rhgz-bof1 {
	width: 600px;
	height: 320px;
	max-width: 100%;
	margin: auto;
	position: relative;
}

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

.rhgz-bof1_2 {
	width: 70px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rhgz-bof2 {
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 24px;
	color: #595959;
}

.rhgz-bof3 {
	width: 210px;
	height: 50px;
	display: block;
	margin: auto;
	margin-top: 25px;
	border-radius: 4px;
	background: #6E0172;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}

.rhgz-bot {
	width: 100%;
}

.rhgz-bot1 {
	width: 100%;
	margin-top: 75px;
	display: inline-block;
}

.rhgz-bot1_1 {
	width: 49%;
	height: 325px;
	display: block;
	margin-right: 1%;
	object-fit: cover;
	object-position: center;
	float: left;
}

.rhgz-bot1_5 {
	width: 49%;
	height: 325px;
	display: block;
	margin-left: 1%;
	object-fit: cover;
	object-position: center;
	float: right;
}

.rhgz-bot1_2 {
	width: 50%;
	float: left;
}

.rhgz-bot1_3 {
	width: 100%;
	display: inline-block;
}

.rhgz-bot1_3_1 {
	width: 65px;
	text-align: center;
	margin-right: 10px;
	float: left;
	font-family: 'Impact';
	font-size: 60px;
	color: #6E0172;
	position: relative;
}

.rhgz-bot1_3_1 img {
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.rhgz-bot1_3_2 {
	max-width: calc(100% - 75px);
	float: left;
	font-size: 38px;
	color: #595959;
	font-weight: bold;
}

.rhgz-bot1_4 {
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #595959;
}

.lc-box {
	width: 100%;
}

.lc-bo {
	width: 100%;
}

.cate-bf2 {
	float: right;
	display: flex;
}

.cate-bf2_1 {
	margin-right: 80px;
	position: relative;
}

.cate-bf2_1:last-child {
	margin-right: 0;
}

.cate-bf2_1:first-child::after {
	display: none;
}

.cate-bf2_1::after {
	content: '';
	width: 130px;
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	left: -105px;
	top: 22px;
	z-index: -1;
}

.cate-bf2_2 {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background: #DDDDDD;
	position: relative;
	margin: auto;
}

.cate-bf2_2 img {
	width: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cate-bf2_3 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.cate-bf2_1.on .cate-bf2_2 {
	background: #F94C82;
}

.cate-bf2_1.on .cate-bf2_3 {
	color: #F94C82;
}

.lc-b {
	width: 100%;
	margin: 25px auto;
}

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

.lc-li {
	width: 23.5%;
	height: 340px;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
	position: relative;
}

.lc-li:nth-child(4n) {
	margin-right: 0;
}

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

.lc-li2 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.lc-li2_1 {
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
	background-image: url(../img/bg_4.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lc-li2_2 {
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #841E54;
	font-size: 12px;
	color: white;
	font-weight: bold;
	display: none;
}

.lc-li3 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.lc-li3_1 {
	width: 155px;
	height: 40px;
	background: #841E54;
	text-align: center;
	line-height: 40px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.lc-li:hover .lc-li3 {
	display: block;
}

.lc-li.on .lc-li2_2 {
	display: block;
}

.lc-down {
	width: 100%;
	background: #EEEEEE;
	padding: 15px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lc-down1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.lc-down2 {
	font-size: 12px;
	color: #841E54;
	font-weight: bold;
}

.lc-down3 {
	border: none;
	outline: none;
	width: 180px;
	height: 40px;
	border-radius: 5px;
	background: #841E54;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.lc-upload {
	width: 100%;
	display: inline-block;
}

.lc-upload1 {
	width: 270px;
	max-width: 30%;
	float: left;
	margin-right: 60px;
}

.lc-upload1:last-child {
	margin-right: 0;
}

.lc-upload2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.lc-upload3 {
	width: 230px;
	margin: auto;
	display: block;
}

.lc-upload4 {
	width: 230px;
	height: 155px;
	margin: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: none;
	position: relative;
}

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

.lc-upload4_2 {
	width: 35px;
	position: absolute;
	right: -10px;
	top: -15px;
}

.lc-comm {
	width: 100%;
	margin-top: 40px;
}

.lc-comm1 {
	width: 100%;
	font-size: 27px;
	color: #333333;
}

.lc-comm2 {
	width: 100%;
	font-size: 14px;
	color: #333333;
}

.lc-comm3 {
	border: 1px solid #DDDDDD;
	outline: none;
	width: 100%;
	height: 100px;
	border-radius: 5px;
	padding: 15px 20px;
	display: block;
	margin-top: 10px;
	box-sizing: border-box;
	font-size: 12px;
}

.lc-comm4 {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}

.lc-comm4 span {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.lc-please {
	width: 100%;
	margin-top: 35px;
	background: #EEEEEE;
}

.lc-please1 {
	border-bottom: 1px solid #333333;
	width: 100%;
	padding: 15px;
	font-size: 14px;
	color: #333333;
}

.lc-please2 {
	width: 100%;
	padding: 15px;
	text-align: center;
}

.lc-please2_1 {
	width: 50px;
	height: 40px;
	background: white;
	display: inline-block;
	margin: 5px 0;
	margin-right: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
}

.lc-please2_1:last-child {
	margin-right: 0;
}

.lc-please2_1.on {
	background: #F94C82;
	color: white;
}

.in-artwork {
	width: 100%;
	margin-top: 25px;
}

.in-artwork1 {
	width: 100%;
	font-size: 15px;
	color: #333333;
}

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

.in-artwork3 {
	border: 1px solid #D9D9D9;
	width: 160px;
	padding: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	margin-top: 25px;
}

.in-artwork3:last-child {
	margin-right: 0;
}

.in-artwork3_1 {
	width: 100%;
	background: #F1F1F1;
	display: inline-block;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
}

.in-artwork3_1_1 {
	float: left;
	font-size: 14px;
	color: #0D0D0D;
	font-weight: bold;
}

.in-artwork3_1_2 {
	float: right;
	font-size: 14px;
	color: #959595;
}

.in-artwork3_2 {
	width: 100%;
	display: inline-block;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
}

.in-artwork3_2_1 {
	float: left;
	font-size: 12px;
	color: #121212;
	font-weight: bold;
}

.in-artwork3_2_2 {
	float: right;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.in-artwork3.on {
	border: 1px solid #F94C82;
}

.in-styles {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 30px;
}

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

.in-style1 {
	width: 18.4%;
	height: 200px;
	float: left;
	margin-right: 2%;
	margin-top: 15px;
	position: relative;
}

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

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

.in-style3 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.in-style3_1 {
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
	background-image: url(../img/bg_4.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-style3_2 {
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #841E54;
	font-size: 12px;
	color: white;
	font-weight: bold;
	display: none;
}

.in-style4 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.in-style4_1 {
	width: 155px;
	height: 40px;
	background: #841E54;
	text-align: center;
	line-height: 40px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.in-style1:hover .in-style4 {
	display: block;
}

.in-style1.on .in-style3_2 {
	display: block;
}

.lc-earnest {
	width: 100%;
	display: inline-block;
	margin: 25px 0;
}

.lc-earnri {
	border: 1px solid #DDDDDD;
	background: #F7F7F7;
	width: 360px;
	border-radius: 5px;
	float: left;
	margin-left: 70px;
	padding: 0 20px;
}

.lc-earnri1 {
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	padding: 30px 0;
}

.lc-earnri1:last-child {

	border-bottom: 0;
}

.lc-earnri2 {
	width: 100%;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.lc-earnri2 img {
	width: 25px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.lc-earnri2 div {
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
}

.lc-earnri3 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #999999;
	font-family: 'Arial';
}

.lc-earnle {
	width: calc(100% - 430px);
	float: left;
}

.lc-review {
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	padding: 0 15px;
	padding-bottom: 15px;
}

.lc-review1 {
	width: 100%;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
}

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

.lc-review2_1 {
	font-size: 14px;
	color: #5F5F5F;
}

.lc-review2_2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.lc-review2_3 {
	margin-left: 10px;
	font-size: 12px;
	color: #00A0EA;
	font-weight: bold;
	text-decoration: underline;
}

.lc-delive {
	border: 1px solid #CCCCCC;
	width: 100%;
	border-radius: 5px;
	margin-top: 15px;
	padding: 0 15px;
}

.lc-delive1 {
	border-bottom: 1px solid #EEEEEE;
	display: inline-block;
	padding: 15px 0;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.lc-delive2 {
	width: 100%;
	padding: 25px 0;
}

.lc-delive2_1 {
	font-size: 18px;
	color: #F94C82;
	font-weight: bold;
	margin-left: 8%;
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
}

.lc-delive2_2 {
	width: calc(92% - 168px);
	display: inline-block;
	vertical-align: middle;
}

.lc-delive2_3 {
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333333;
}

.lc-delive2_3:last-child {
	margin-bottom: 0;
}

.lc-artwork {
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.lc-artle {
	border: 1px solid #CCCCCC;
	width: calc(100% - 250px);
	border-radius: 5px;
	float: left;
	padding: 0 15px;
}

.lc-artle1 {
	width: 100%;
	padding: 20px 0;
	display: flex;
}

.lc-artle2 {
	width: 230px;
	height: 160px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	position: relative;
}

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

.lc-artle2_2 {
	width: 50px;
	height: 25px;
	border-radius: 2px;
	background: #00A5A7;
	text-align: center;
	font-size: 15px;
	color: white;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: -5px;
	z-index: 1;
}

.lc-artle2_2 img {
	width: 15px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}

.lc-artle2_2 span {
	display: inline-block;
	vertical-align: middle;
}

.lc-artle3 {
	border: 1px solid #CCCCCC;
	width: calc(100% - 270px);
	outline: none;
	height: 160px;
	margin-left: 40px;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	box-sizing: border-box;
}

.lc-artri {
	border: 1px solid #CCCCCC;
	width: 225px;
	border-radius: 5px;
	margin-left: 25px;
	float: left;
	padding: 0 15px;
}

.lc-artri1 {
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
	padding: 20px 0;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.lc-artri2 {
	width: 100%;
	padding: 20px 0;
}

.lc-artri2_1 {
	width: 100%;
	margin-bottom: 15px;
}

.lc-artri2_1:last-child {
	margin-bottom: 0;
}

.lc-artri2_2 {
	font-size: 12px;
	color: #999999;
}

.lc-artri2_3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.lc-artri2_4 {
	border: 1px solid #DCDFE6;
	width: 90px;
	height: 30px;
	border-radius: 2px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden
}

.lc-artri2_4_1 {
	width: 29px;
	height: 100%;
	background: #F5F7FA;
	color: #94989A;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	float: left;
}

.lc-artri2_4_2 {
	border: none;
	border-left: 1px solid #DCDFE6;
	border-right: 1px solid #DCDFE6;
	outline: none;
	width: 30px;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	float: left;
}

.lc-artri2_4 input[type="number"] {
	-moz-appearance: textfield;
	/* Firefox */
	appearance: textfield;
}

.lc-artri2_4 input[type="number"]::-webkit-inner-spin-button,
.lc-artri2_4 input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	/* Safari */
}

.lc-delivery {
	border: 1px solid #DCDFE6;
	width: 100%;
	margin-top: 15px;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
}

.lc-delile {
	float: left;
}

.lc-delile1 {
	display: inline-block;
	vertical-align: middle;
}

.lc-delile1_1 {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	padding-bottom: 10px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.lc-delile1_1 span {
	display: inline-block;
	vertical-align: middle;
}

.lc-delile1_1 img {
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.lc-delile1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.lc-delile2 {
	width: 55px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
}

.lc-deliri {
	border: 1px solid #DCDFE6;
	border-radius: 5px;
	width: 170px;
	padding: 15px 10px;
	display: flex;
	background: #F7F7F7;
	float: right;
}

input[type=checkbox] {
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 14px;
	margin: 0;
	-webkit-appearance: none;
	background-color: white;
	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: ' ';
}

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

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

.lc-deliri div {
	width: calc(100% - 25px);
	margin-left: 10px;
	font-size: 13px;
	color: #999999;
}

.lc-deliri span {
	color: #333333;
	font-weight: bold;
}

.lc-paypal {
	border: 1px solid #DCDFE6;
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.lc-payle {
	width: 49%;
	padding: 15px;
}

.lc-payle1 {
	border-top: 1px solid #CCCCCC;
	width: 100%;
	padding: 15px 0;
	display: inline-block;
}

.lc-payle1:first-child {
	border-top: 0;
}

.lc-payle1_1 {
	float: left;
	font-size: 18px;
	color: #373737;
}

.lc-payle1_2 {
	float: right;
	font-size: 18px;
	color: #373737;
}

.lc-payle1_3 {
	border: none;
	outline: none;
	width: calc(100% - 75px);
	height: 37px;
	padding: 0 15px;
	background: #F6F6F6;
	font-size: 14px;
	color: #373737;
	float: right;
}

.lc-payle2 {
	width: 100%;
	display: flex;
}

.lc-payle2_1 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.lc-payle2_2 {
	width: calc(100% - 35px);
	text-align: center;
	font-size: 12px;
	color: #666666;
}

.lc-payle3 {
	border-radius: 2px;
	width: 120px;
	margin-top: 25px;
}

.lc-payle3 img {
	width: 100%;
	display: block;
}

.lc-payri {
	width: 51%;
	background: #FAFAFA;
	padding: 20px 25px;
}

.lc-payri1 {
	width: 100%;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.lc-payri2 {
	width: 100%;
	margin-top: 25px;
	font-size: 44px;
	color: #333333;
	font-weight: bold;
}

.lc-payri3 {
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}

.lc-payri3 span {
	color: #851D54;
}

.lc-payri3 a {
	color: #851D54;
	text-decoration: underline;
}

.lc-payri4 {
	border: none;
	outline: none;
	width: 100%;
	height: 35px;
	background: #FFC600;
	margin-top: 35px;
}

.lc-payri4 img {
	width: 85px;
}

.lc-payri5 {
	border: 1px solid #666666;
	outline: none;
	width: 100%;
	height: 35px;
	margin-top: 15px;
	background: #FAFAFA;
	font-size: 16px;
	color: #333333;
}

.lc-payri5 img {
	width: 18px;
	margin-right: 5px;
}

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

.addr-seles {
	width: 945px;
	border-radius: 10px;
	padding: 30px 35px;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.addr-colse {
	width: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.addr-setit {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.addr-sebut {
	border: none;
	outline: none;
	width: 160px;
	height: 30px;
	border-radius: 30px;
	font-size: 13px;
	background: #F94C82;
	color: white;
	font-weight: bold;
	display: block;
	margin: auto;
	margin-top: 30px;
}

.scroll {
	width: 100%;
	max-height: 500px;
	overflow: auto;
}

.scroll2 {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

.addr-setab {
	width: 100%;
	margin-top: 25px;
}

.addr-setab tr {
	width: 100%;
}

.addr-setab td {
	border: 0;
	border-bottom: 1px solid #F1F1F1;
	padding: 20px 10px;
}

.addr-setab tr:first-child td {
	border-bottom: 0;
	background: #F94C82;
	padding: 0;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.addr-setab1 {
	width: 100%;
	font-size: 13px;
	color: #333333;
	display: flex;
}

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

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

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

input[type=radio]:checked::after {
	border: 1px solid #F94C82;
	box-sizing: border-box;
	content: "✓";
	font-size: 12px;
	font-weight: bold;
	background: #F94C82;
	color: white;
}

.addr-setab1 div {
	width: calc(100% - 20px);
	text-align: center;
	margin-left: 5px;
}

.addr-setab2 {
	width: 100%;
	font-size: 13px;
	color: #333333;
}

.addr-setab3 {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #333333;
}

.login-box {
	width: 100%;
	display: flex;
	background-image: url(../img/bg_5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.login-bo {
	width: 455px;
	background: white;
	border-radius: 10px;
	margin: auto;
	margin-top: 265px;
	margin-bottom: 145px;
	padding: 40px;
	position: relative;
}

.login-colse {
	width: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.login-tit {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #58595B;
	margin-bottom: 20px;
}

.login-in {
	border: 1px solid #929497;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.login-in input {
	border: none;
	outline: none;
	width: calc(100% - 35px);
	height: 100%;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}

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

.login-pas {
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}

.login-pas a {
	font-size: 14px;
	color: #F94C82;
	text-decoration: underline;
}

.login-text {
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #717471;
}

.login-text a {
	color: #F94C82;
	text-decoration: underline;
}

.login-but1 {
	border: none;
	outline: none;
	width: 100%;
	height: 35px;
	border-radius: 4px;
	background: #851D54;
	color: white;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

.login-but2 {
	border: 1px solid #585B58;
	outline: none;
	width: 100%;
	height: 35px;
	border-radius: 4px;
	background: white;
	color: #585B58;
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
}

.login-sign {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	position: relative;
}

.login-sign div {
	display: inline-block;
	padding: 0 10px;
	background: white;
	position: relative;
	z-index: 1;
}

.login-sign::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #585B58;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.login-down {
	width: 100%;
	text-align: center;
}

.login-down a {
	border: 1px solid #1B1B1B;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	display: inline-block;
	position: relative;
}

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

.login-down a img {
	max-width: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.login-xy {
	width: 100%;
	display: flex;
	font-size: 14px;
	color: #626562;
}

.login-xy div {
	width: calc(100% - 20px);
	margin-left: 5px;
}

.login-create {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.login-creat1 {
	width: 49%;
	margin-right: 2%;
}

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

.login-creat1_1 {
	border: 1px solid #929497;
	outline: none;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
}

.login-creat1_2 {
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
	color: #E32D2D;
}

.login-creat2 {
	width: 100%;
}

.login-creat2_1 {
	width: 100%;
	height: 35px;
	display: flex;
}

.login-creat2_1_1 {
	border: none;
	outline: none;
	width: 135px;
	height: 100%;
	border-radius: 5px;
	background: #851D54;
	color: white;
	font-size: 15px;
	margin-left: 5px;
	display: block;
}

.login-creat2_1_2 {
	border: 1px solid #929497;
	outline: none;
	width: calc(100% - 140px);
	height: 100%;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 10px;
}

.login-creat2_2 {
	border: 1px solid #929497;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border-radius: 5px;
}

.login-creat2_2 input {
	border: none;
	outline: none;
	width: calc(100% - 35px);
	height: 100%;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}

.login-creat2_2 img {
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.user-box {
	width: 100%;
	margin-bottom: 40px;
}

.user-bo {
	width: 100%;
}

.user-fl {
	width: 100%;
	padding: 30px 0;
	display: flex;
}

.user-fl1 {
	border-right: 1px solid #999999;
	padding: 0 20px;
	font-size: 18px;
	color: #333333;
}

.user-fl1:last-child {
	border-right: 0;
}

.user-fl1.on {
	color: #F94C82;
}

.user-info {
	width: 100%;
	background: #F5F6F8;
	padding: 20px 30px;
}

.user-info1 {
	width: 100%;
	font-size: 16px;
	color: #333333;
}

.user-info1 span {
	color: #F94C82;
}

.user-info2 {
	width: 100%;
	padding: 0 30px;
	padding-bottom: 50px;
	background: white;
	margin-top: 20px;
}

.user-info2_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	height: 85px;
	padding: 10px 0;
	display: inline-block;
}

.user-info2_2 {
	float: left;
	font-size: 18px;
	color: #666666;
	line-height: 60px;
}

.user-info2_3 {
	float: right;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
}

.user-info2_4 {
	float: right;
	font-size: 18px;
	color: #EC0000;
}

.user-info2_4 img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}

.user-info2_4 span {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.user-info2_5 {
	border: none;
	outline: none;
	float: right;
	font-size: 18px;
	color: #333333;
	text-align: right;
	height: 60px;
	width: 250px;
}

.user-info2_6 {
	border: none;
	outline: none;
	width: 375px;
	height: 45px;
	border-radius: 4px;
	background: #851D54;
	color: white;
	font-size: 16px;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.user-info2_7 {
	float: right;
	font-size: 18px;
	color: #333333;
	display: block;
}

.user-info2_7 span {
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.user-info2_7 img {
	width: 10px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.user-info2_8 {
	width: 400px;
	float: right;
}

.user-info2_9 {
	width: 100%;
	height: 38px;
	display: flex;
}

.user-info2_9 input {
	border: 1px solid #929497;
	outline: none;
	width: calc(100% - 150px);
	height: 100%;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 15px;
}

.user-info2_9 button {
	border: none;
	outline: none;
	width: 130px;
	height: 100%;
	border-radius: 5px;
	background: #851D54;
	color: white;
	font-size: 15px;
	margin-left: 20px;
}

.user-info2_10 {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	color: #E32D2D;
}

.user-info3 {
	width: 100%;
	display: flex;
}

.user-info3_1 {
	border-right: 1px solid #333333;
	padding: 0 30px;
	font-size: 16px;
	color: #333333;
}

.user-info3_1.on {
	color: #F95B8B;
}

.user-info3_1:last-child {
	border-right: 0;
}

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

.user-info4_1 {
	border: none;
	outline: none;
	width: 235px;
	height: 45px;
	border-radius: 45px;
	background: #F94C82;
	color: white;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
}

.user-info4_2 {
	border: 1px solid #999999;
	outline: none;
	width: 235px;
	height: 45px;
	border-radius: 45px;
	color: #999999;
	font-weight: bold;
	background: white;
	font-size: 17px;
	display: inline-block;
	margin-left: 70px;
}

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

.user-orli {
	width: 100%;
	background: white;
	margin-bottom: 20px;
	padding: 0 35px;
}

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

.user-orlif {
	border-bottom: 1px solid #DDDEE2;
	width: 100%;
	display: inline-block;
	padding: 15px 0;
}

.user-orlif1 {
	float: left;
	font-size: 14px;
	color: #666666;
}

.user-orlif2 {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #333333;
}

.user-orlif3 {
	float: right;
	width: 95px;
	text-align: center;
	font-size: 16px;
	color: #841D55;
}

.user-orlif4 {
	width: calc(100% - 395px);
	float: left;
	display: flex;
	justify-content: center;
}

.user-orlif4_1 {
	max-width: 16.66%;
	margin-right: 70px;
	position: relative;
}

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

.user-orlif4_1:first-child::after {
	display: none;
}

.user-orlif4_1::after {
	content: '';
	width: 26px;
	height: 8px;
	background-image: url(../img/jt_4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -48px;
	top: 3px;
}

.user-orlif4_2 {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #BFBFBF;
	margin: auto;
}

.user-orlif4_3 {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #BFBFBF;
}

.user-orlif4_1.on .user-orlif4_2 {
	background: #F94C82;
}

.user-orlif4_1.on .user-orlif4_3 {
	color: #F94C82;
}

.user-orlif4_1.on::after {
	background-image: url(../img/jt_4-s.png);
}

.user-orlit {
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.user-orlit6{
     width: calc(96% - 95px); 
}
.user-orlit5{
   width: 100%; 
   display: flex;
   margin-bottom: 10px;
}
.user-orlit5:last-child{
    margin-bottom: 0;
}
.user-orlit1 {
	/*width: calc(88% - 375px);*/
		width: calc(92% - 280px);
	display: inline-block;
}

.user-orlit1_1 {
	width: 125px;
	height: 125px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 15px;
}

.user-orlit1_2 {
	width: calc(100% - 140px);
	float: left;
}

.user-orlit1_3 {
	width: 100%;
	font-size: 21px;
	color: #5A5C58;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-orlit1_4 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #5A5C58;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-orlit1_5 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #999999;
}

.user-orlit2 {
	width: 95px;
	text-align: center;
	font-size: 16px;
	color: #696B68;
	margin-left: 4%;
}

.user-orlit3 {
	width: 185px;
	margin-left: 4%;
}

.user-orlit3_1 {
	width: 100%;
	font-size: 16px;
	color: #595B5A;
	font-weight: bold;
}

.user-orlit3_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
}

.user-orlit4 {
	width: 95px;
	margin-left: 4%;
}
.user-orlit4_1 {
	width: 16px;
	display: block;
	margin: auto;
}

.user-orlit4_1 img {
	width: 100%;
	display: block;
}

.user-orlit4_2 {
	width: 100%;
	height: 26px;
	display: block;
	background: #0DA944;
	color: white;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	margin-top: 15px;
}

.user-orlit4_3 {
	width: 100%;
	height: 26px;
	display: block;
	background: #F94C82;
	color: white;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
}

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

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

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

.pagination a {
	border: 1px solid #999999;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 50px;
	height: 40px;
	font-size: 14px;
	background: white;
	color: #666666;
	text-align: center;
	line-height: 40px;
	margin: 0 2px;
}

.pagination a img {
	height: 14px;
}

.pagination span {
	border: 1px solid #999999;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 50px;
	height: 40px;
	font-size: 14px;
	background: white;
	color: #666666;
	text-align: center;
	line-height: 40px;
	margin: 0 2px;
}

.pagination a.active {
	background: #841E54;
	border-color: #841E54;
	color: #FFF;
	font-weight: 700;
}

.pagination a:active {
	background: #841E54;
	border-color: #841E54;
	color: #FFF;
	font-weight: 700;
}

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

.user-addr1 {
	float: left;
	font-size: 16px;
	color: #333333;
}

.user-addr2 {
	float: right;
	font-size: 16px;
	color: #333333;
}

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

.user-addrlis tr {
	width: 100%;
}

.user-addrlis td {
	border-bottom: 1px solid #DCDCDC;
	padding: 20px 0;
	font-size: 16px;
	color: #333333;
}

.user-addrlis tr:first-child {
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

.user-addrlis tr:first-child td {
	border-top: 1px solid #DCDCDC;
	background: #EFEFEF;
	font-size: 16px;
	color: #333333;
	height: 45px;
	line-height: 45px;
	padding: 0;
}

.user-addrlis td:first-child {
	text-align: center;
}

.user-addrli1 {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #194DE3;
}

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

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

.tjaddr-add {
	width: 835px;
	border-radius: 10px;
	padding: 50px 30px;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tjaddr-colse {
	width: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.tjaddr-ins {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.tjaddr-in1 {
	width: 105px;
	text-align: right;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	margin-right: 10px;
}

.tjaddr-in2 {
	border: none;
	outline: none;
	width: calc(100% - 115px);
	height: 36px;
	background: #F7F7F7;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 14px;
	color: #333333;
}

.tjaddr-in3 {
	width: calc(100% - 115px);
	height: 36px;
	display: flex;
}

.tjaddr-in3 select {
	border: none;
	outline: none;
	width: 32%;
	height: 36px;
	background: #F7F7F7;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 14px;
	color: #333333;
	margin-right: 2%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/select_1.png);
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-size: 12px;
}

.tjaddr-in3 select:last-child {
	margin-right: 0;
}

.tjaddr-but {
	width: 100%;
	text-align: center;
}

.tjaddr-but1 {
	border: 1px solid #CCCCCC;
	outline: none;
	border-radius: 5px;
	width: 140px;
	height: 40px;
	font-size: 14px;
	color: #999999;
	display: inline-block;
}

.tjaddr-but2 {
	border: none;
	outline: none;
	border-radius: 5px;
	width: 140px;
	height: 40px;
	font-size: 14px;
	color: white;
	background: #841E54;
	display: inline-block;
	margin-left: 60px;
}

.user-ordeta {
	width: 100%;
	background: #F7F7F7;
}

.user-ordet {
	width: 100%;
	margin-bottom: 40px;
}

.user-ordet1 {
	width: 100%;
	padding: 25px 0;
	font-family: 'Arial';
	font-size: 45px;
	color: #F94C82;
	font-weight: bold;
}

.user-ordet2 {
	width: 100%;
	background: white;
	margin-bottom: 10px;
	padding: 15px;
}

.user-ordet2_1 {
	width: 100%;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
}

.user-ordet2_2 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #5F5F5F;
}

.user-ordet2_2 span {
	font-weight: bold;
	color: #333333;
}

.user-ordet3 {
	width: 100%;
	background: white;
	margin-bottom: 10px;
	padding: 0 15px;
}

.user-ordet3_1 {
	border-bottom: 1px solid #EEEEEE;
	display: inline-block;
	padding: 15px 0;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.user-ordet3_2 {
	width: 100%;
	padding: 25px 0;
}

.user-ordet3_3 {
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
}

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

.user-ordet3_3 span:last-child {
	margin-left: 20px;
}

.user-ordet4 {
	width: 100%;
	display: flex;
	margin-bottom: 35px;
}

.user-ordet4_1 {
	border: 1px solid #CCCCCC;
	width: 225px;
	border-radius: 5px;
	background: white;
	margin-left: 10px;
	padding: 0 15px;
}

.user-ordet4_2 {
	border-bottom: 2px solid #CCCCCC;
	width: 100%;
	padding: 20px 0;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.user-ordet4_3 {
	width: 100%;
	padding: 15px 0;
}

.user-ordet4_4 {
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	color: #999999;
}

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

.user-ordet4_4 span {
	color: #333333;
	font-weight: bold;
}

.user-ordet4_5 {
	border: 1px solid #CCCCCC;
	width: calc(100% - 235px);
	border-radius: 5px;
	background: white;
	padding: 0 15px;
}

.user-ordet4_6 {
	width: 100%;
	padding: 20px 0;
	display: flex;
}

.user-ordet4_7 {
	width: 230px;
	max-width: 30%;
	float: left;
	margin-right: 20px;
}

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

.user-ordet4_7_1 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.user-ordet4_7_2 {
	width: 100%;
	margin-top: 15px;
	background: white;
	height: 160px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

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

.user-ordet5 {
	border: 1px solid #CCCCCC;
	width: 100%;
	border-radius: 5px;
	background: white;
	padding: 0 15px;
}

.user-ordet5_1 {
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}

.user-ordet5_2 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.user-ordet5_2:nth-child(4n) {
	margin-right: 0;
}

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

.user-ordet5_3_1 {
	float: left;
	font-size: 18px;
	color: #F94C82;
	font-weight: bold;
}

.user-ordet5_3_2 {
	float: right;
	font-size: 12px;
	color: #999999;
}

.user-ordet5_4 {
	border: 1px solid #BFBFBF;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
}

.user-ordet5_5 {
	border: 1px solid #C3C3C3;
	width: 100%;
	height: 195px;
	position: relative;
}

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

.user-ordet5_5_2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
}

.user-ordet5_5_2 img {
	width: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.user-ordet5_6 {
	width: 100%;
	margin-top: 5px;
	display: flex;
}

.user-ordet5_6_1 {
	width: 100%;
	height: 26px;
	background: #FF4200;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}

.user-ordet5_6_2 {
	width: 49%;
	height: 26px;
	background: #009944;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}

.user-ordet5_6_3 {
	width: 49%;
	height: 26px;
	background: #FF4200;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	margin-left: 2%;
}

.user-ordet5_6_4 {
	width: 100%;
	height: 26px;
	background: #009944;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}

.user-ordet5_7 {
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
}

.user-ordet5_8 {
	width: 100%;
	margin-top: 5px;
}

.user-ordet5_8_1 {
	border: none;
	outline: none;
	width: 100%;
	background: #EEEEEE;
	padding: 10px;
}

.user-ordet5_8_2 {
	border: none;
	outline: none;
	width: 100%;
	height: 90px;
	display: block;
	font-size: 14px;
	background: #EEEEEE;
}

.user-ordet5_8_3 {
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #999999;
}

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

.user-ordet5_8_4 button {
	border: none;
	outline: none;
	width: 75px;
	height: 28px;
	border-radius: 5px;
	background: #009944;
	display: block;
	float: right;
	color: white;
	font-size: 14px;
}

.cart-box {
	width: 100%;
}

.cart-bo {
	width: 100%;
	margin: 35px auto;
}

.cart-bo1 {
	width: 100%;
	font-size: 24px;
	color: #000000;
}

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

.cart-right {
	width: 425px;
	background: #F5F6F8;
	border-radius: 5px;
	margin-left: 45px;
	padding: 30px;
}

.cart-ri1 {
	width: 100%;
	font-size: 20px;
	color: #140707;
	font-weight: bold;
}

.cart-ri2 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #140707;
	font-weight: bold;
}

.cart-hen {
	width: 100%;
	height: 2px;
	background: #E5E5E6;
	margin-top: 15px;
}

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

.cart-ri3_1 {
	float: left;
	font-size: 14px;
	color: #140707;
	font-weight: bold;
}

.cart-ri3_1 span {
	font-size: 20px;
}

.cart-ri3_2 {
	float: right;
	font-size: 20px;
	color: #F94C82;
	font-weight: bold;
}

.cart-ri3_3 {
	float: left;
	font-size: 14px;
	color: #140707;
}

.cart-ri3_4 {
	float: right;
	font-size: 20px;
	font-weight: bold;
}

.cart-ri4 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

.cart-ri5 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.cart-ri5 a {
	text-decoration: underline;
}

.cart-ri6 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

.cart-ri6_1 {
	width: 15px;
	display: inline-block;
	vertical-align: text-top;
}

.cart-ri6_2 {
	border: 1px solid #7C7C7C;
	max-width: calc(100% - 20px);
	width: 265px;
	height: 40px;
	background: white;
	display: inline-block;
	vertical-align: text-top;
}

.cart-ri6_2 input {
	border: none;
	outline: none;
	width: calc(100% - 80px);
	height: 100%;
	padding: 0 10px;
	font-size: 14px;
	float: left;
}

.cart-ri6_2 button {
	border: none;
	outline: none;
	width: 80px;
	height: 100%;
	background: #7C7C7C;
	float: left;
	font-size: 18px;
	color: white;
}

.cart-ri7 {
	border: none;
	outline: none;
	width: 100%;
	height: 40px;
	display: block;
	margin-top: 20px;
	background: #FFC600;
}

.cart-ri7 img {
	width: 85px;
	display: block;
	margin: auto;
}

.cart-ri8 {
	width: 100%;
	background: white;
	margin-top: 25px;
	border-radius: 5px;
	padding: 30px 25px;
}

.cart-ri8_1 {
	max-width: 55px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

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

.cart-ri8_3 {
	width: 100%;
	font-size: 16px;
	color: #999999;
}

.cart-ri8_4 {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}

.cart-ri8_4 img {
	max-width: 49%;
	display: block;
	float: left;
	margin-right: 4%;
}

.cart-ri8_4 img:last-child {
	margin-right: 0;
}

.cart-ri8_5 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 17px;
	color: #D74012;
	font-weight: bold;
}

.cart-left {
	width: calc(100% - 470px);
	float: left;
}

.cart-lef {
	border-bottom: 1px solid #DCDEE1;
	width: 100%;
	padding: 10px 0;
	display: inline-block;
	font-size: 16px;
	color: #585B58;
}

.cart-lef input {
	float: left;
}

.cart-lef span {
	float: left;
	margin-left: 10px;
}

.cart-let {
	border-bottom: 1px solid #DCDEE1;
	width: 100%;
	padding: 20px 0;
}

.cart-let1 {
	width: calc(100% - 400px);
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.cart-let1_1 {
	width: 105px;
	height: 105px;
	margin-right: 25px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}

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

.cart-let1_3 {
	width: 100%;
	font-size: 18px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cart-let1_4 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cart-let2 {
	width: 80px;
	text-align: center;
	font-size: 14px;
	color: #D42726;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.cart-let3 {
	width: 80px;
	line-height: 35px;
	font-size: 14px;
	color: #6B6D6B;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.cart-let3 span {
	display: inline-block;
	vertical-align: middle;
}

.cart-let3 input {
	border: 1px solid #DCDCDC;
	outline: none;
	width: calc(100% - 30px);
	height: 35px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #6B6D6B;
	display: inline-block;
	vertical-align: middle;
}

.cart-let4 {
	width: 45px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.cart-let4 img {
	width: 16px;
	display: block;
	margin: auto;
}

.tit-box {
	width: 100%;
}

.tit-bo {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #666666;
}

.website-box {
	width: 100%;
	background: #F7F7F7;
}

.website-bo {
	width: 100%;
	margin: 25px auto;
	display: inline-block;
}

.website-left {
	border: 1px solid #F0F0F0;
	width: 190px;
	float: left;
	margin-right: 35px;
	background: white;
}

.website-lef {
	border-bottom: 2px solid #F0F0F0;
	width: 100%;
	background: #851D54;
	padding: 15px 20px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.website-lef img {
	width: 3px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.website-lef span {
	display: inline-block;
	vertical-align: middle;
}

.website-let {
	border-bottom: 1px solid #F0F0F0;
	width: 100%;
	display: block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.website-let:last-child {
	border-bottom: 0;
}

.website-let.on {
	color: #F94C82;
}

.website-right {
	width: calc(100% - 225px);
	float: left;
	background: white;
	padding: 30px 40px;
}

.website-ri1 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #222222;
}

.website-ri2 {
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.website-ri3 {
	width: 100%;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.website-ri3 a {
	text-decoration: underline;
	color: #851D54;
}

.website-ri4 {
	width: 54px;
	display: block;
	margin-top: 15px;
}

.website-ri5 {
	width: 100%;
	display: inline-block;
}

.website-ri5_1 {
	border: 1px solid #BFBFBF;
	width: 48%;
	height: 45px;
	border-radius: 5px;
	float: left;
	margin-right: 4%;
	margin-top: 20px;
	padding: 0 20px;
	display: flex;
}

.website-ri5_1 span {
	line-height: 45px;
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
}

.website-ri5_1 input {
	border: none;
	outline: none;
	width: calc(100% - 90px);
	height: 100%;
	font-size: 14px;
	color: #333333;
}

.website-ri5_1:last-child {
	margin-right: 0;
}

.website-ri5_2 {
	border: 1px solid #BFBFBF;
	outline: none;
	border-radius: 5px;
	float: left;
	width: 100%;
	height: 80px;
	padding: 15px 20px;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}

.website-ri5_3 {
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 45px;
	margin-top: 20px;
}

.website-ri5_4 {
	border: 1px solid #BFBFBF;
	outline: none;
	width: 255px;
	height: 45px;
	border-radius: 5px;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #333333;
	padding: 0 10px;
	margin-top: 20px;
}
.website-ri5_5{
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	width: 180px;
	height: 45px;
}
.website-ri5_5 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.website-ri6{
	border: none;
	outline: none;
	width: 230px;
	height: 50px;
	border-radius: 50px;
	display: block;
	margin: auto;
	margin-top: 65px;
	background: #F94C82;
	color: white;
	font-weight: bold;
	font-size: 21px;
}
.lxtc-cover{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.lxtc-tcs{
	width: 540px;
	background: white;
	border-radius: 10px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.lxtc-tc1{
	width: 35px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.lxtc-tc2{
	width: calc(100% - 55px);
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.lxtc-colse{
	width: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
}