body {
	font: 0.16rem "Source Han Sans";
	color: #666;
}
section {
	padding: 0.6rem 0;
}
.layui-main {
	width: 14rem;
}
:root {
	--ftc1: #7d53dd;
}
.ftc1 {
	color: #7d53dd;
}
.bgc1 {
	background-color: #7d53dd;
}
.bg_fa {
	background-color: #fafafa;
}
.red_c {
	color: #ff0000;
}
/* header */
.heder_b1 .hr {
	display: inline-block;
	height: 0.16rem;
	width: 1px;
	background-color: #999;
}
.head1 {
	border-bottom: 1px solid #e5e5e5;
}
.yellow {
	color: #ffd800;
}
.header_search_box input {
	border: 1px solid #949494;
}

/* footer */
.footer2 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.f_t1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* c侧边栏 */
.left_nav {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.top_btn,
.left_ul1 {
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 0.07rem 0.04rem;
	background-color: #7d53dd;
}
.left_ul1 .item {
	padding: 0.1rem 0.01rem;
}
.left_ul1 li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.left_ul1 .item .b2 {
	position: absolute;
	right: calc(100% + 0.1rem);
	top: 0;
	width: 0;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	color: initial;
	opacity: 0;
}
.left_ul1 .item:hover .b2 {
	padding: 0.1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 1;
	background-color: #fff;
	width: 2rem;
}
.left_ul1 .item:hover {
	background-color: #9775e4;
}

/* login */
.login1_box {
	background: #ecfffd;
}
.login_box {
	background: #fff;
	width: 4rem;
	padding: 0.3rem 0.4rem;
	min-height: 4.16rem;
}
.login_box .layui-input-wrap .layui-input-prefix.layui-input-split {
	background: #f1f1f1;
	width: 0.38rem;
	margin-left: 0.01rem;
	height: 0.38rem;
	margin-top: 0.01rem;
}
.login_box .layui-input-prefix .layui-icon,
.login_box .layui-input-split .layui-icon,
.login_box .layui-input-suffix .layui-icon {
	color: #afafaf;
}
.login_box .layui-input {
	font-size: 0.14rem;
}
.login_box .btn1 {
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.2rem;
}
/* signup */
.sign_box {
	width: 4.2rem;
}
.signup_form .item {
	display: flex;
	align-items: center;
}

.signup_form .item .label {
	width: 1.04rem;
	color: #444;
	text-align: right;
}
.signup_form .item .input_box {
	flex: 1;
}
.bg_gary {
	background-color: #fafafa;
}
.btncode {
	cursor: pointer;
	position: absolute;
	right: 0.2rem;
	top: 50%;
	background-color: initial;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.sign_btn {
	font-size: 0.22rem;
	height: 0.47rem;
	line-height: 0.47rem;
	background: #ed0c1e;
	border-radius: 2px;
}

/* 忘记密码 */
.forget_main {
	width: 11.5rem;
	border: 1px solid #e2e2e2;
}
.code_btn {
	padding: 0 0.1rem;
	color: #666666;
	font-size: 0.14rem;
	min-width: 1.25rem;
	background: #f2f2f2;
	border-radius: 2px;
	border: 1px solid #e2e2e2;
}
.forget_btn {
	font-size: 0.22rem;
	height: 0.47rem;
	line-height: 0.47rem;
	border-radius: 2px;
}

/* 进度条 */
.rate_ul {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	width: 8rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.rate_ul .b1 {
	width: 0.32rem;
	height: 0.32rem;
	background: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0, 14, 8, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #d1d1d1;
}
.rate_ul .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.rate_ul::before {
	display: block;
	content: "";
	position: absolute;
	top: 0.16rem;
	left: 0.3rem;
	right: 0.3rem;
	height: 3px;
	background: #d1d1d1;
	z-index: 0;
}
.rate_ul .item .b2 {
	font-size: 0.14rem;
	margin-top: 0.08rem;
}
.rate_ul .item.active .b2 {
	color: var(--ftc1);
}
.rate_ul .item.active .b1 {
	background-color: var(--ftc1);
	position: relative;
}
.rate_ul .item.active .b1:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 0.14rem;
	height: 0.1rem;
	background-image: url(../images/dui.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.rate_ul .item.active_num .b1 {
	background-color: var(--ftc1);
	position: relative;
	color: #fff;
}
.rate_ul .item.active_num .b2 {
	color: var(--ftc1);
}
.rate_ul .item.active .b1 .t1 {
	display: none;
}
.gallery-top .item {
	height: 5.3rem;
}

.gallery-top .item .img1 img {
	max-width: 100%;
	max-height: 100%;
}

.gallery-top {
	border: 1px solid #f5f5f5;
}

.gallery-thumbs .swiper-slide {
	width: 0.9rem;
	height: 0.9rem;
	border: 1px solid #f5f5f5;
	cursor: pointer;
}

.gallery_box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}

.gallery_box .swiper-button-next,
.gallery_box .swiper-button-prev {
	position: relative;
}

.gallery_box .box {
	overflow: hidden;
	flex: 1;
}

.gallery_box .gallery-thumbs {
	/* margin-left: -69%; */
}
.top_nav {
	margin: 0.3rem 0;
}
.top_nav .layui-breadcrumb > * {
	font-size: 0.12rem;
}
.top_nav .layui-breadcrumb span[lay-separator] {
	margin: 0 0.05rem;
}
.gallery-thumbs .swiper-slide.swiper-slide-active .item {
	border: 1px solid var(--ftc);
}
.deta_label {
	font-size: 0.14rem;
	font-weight: bold;
	color: #333;
}
.details_ul .item:not(:last-child) {
	border-bottom: 1px dashed #dddddd;
}
.details_ul .item {
	padding: 0.2rem 0;
	font-size: 0.14rem;

	gap: 0.2rem;
}
.details_ul .item1 {
	display: flex;
	width: 2rem;
}
.select {
	border: 1px solid #dddddd;
	height: 0.24rem;
	line-height: 0.24rem;
	padding: 0 0.05rem;
}
.details_ul select {
}
.img_ul .img_item1 {
	display: flex;
	color: #666;
}
.img_ul .img_item1 .img1 {
	margin-right: 0.05rem;
}
.label_blue {
	color: #23aced;
	font-size: 12px;
	padding: 0 0.06rem;
	border-radius: 4px;
	border: 1px solid #23aced;
}

.number_box {
	display: flex;
}

.number_box input {
	font-size: 0.18rem;
	text-align: center;
	width: auto;
	flex: 1;
	width: 0.68rem !important;
	height: 0.42rem !important;
	border-top: 1px solid #cccccc !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #cccccc !important;
}
.number_box .add,
.number_box .sub {
	width: 0.42rem;
	height: 0.42rem;
	background: #f9f9f9;
	border: 1px solid #cccccc;
	cursor: pointer;
	align-items: center;
	display: flex;
	justify-content: center;
}
.btn48 {
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.18rem;
	width: 2rem;
}
.details_tab {
}
.layui-btn-primary {
	background: initial;
	color: var(--ftc);
	border: 1px solid #29a370;
}
.details_title {
	border-bottom: 1px solid #e4e7ed;
	display: flex;
	flex-wrap: wrap;
}

.details_title .item {
	padding: 0.15rem 0.3rem 0.1rem;
}
.details_title .active {
	color: var(--ftc);
	border-bottom: 1px solid var(--ftc);
}
.details_content {
	padding: 0.1rem 0.03rem;
}
.details_title2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.details_content2 {
	padding: 0.1rem;
	border: 1px solid #29a370;
	flex: 1;
	min-height: 7rem;
}
.details_title2 .item {
	color: var(--ftc);
	width: 0.24rem;
	padding: 0.17rem 0;
	text-align: center;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #29a370;
}
.details_title2 .active {
	width: 0.3rem;
	background: var(--ftc);
	color: #fff;
	border-radius: 4px 0px 0px 4px;
}
.detail_ul1 .item {
	display: block;
	border: 1px solid #dddddd;
	padding: 0.23rem;
}
.detail_ul1 .item .img1 {
	height: 1.8rem;
}
.detail_ul1 .item .t1 {
	margin-top: 0.56rem;
	color: var(--ftc);
}
.detail_ul1 .item .t2 {
	margin-top: 0.2rem;
	color: var(--ftc1);
	font-size: 0.3rem;
	font-weight: bold;
}
.details_star_ul .active {
	color: #fbbc05;
}
.details_tab th {
	text-align: center;
	padding: 0.17rem 0;
}
.details_tab td {
	padding: 0.2rem 0.12rem;
}
.details_tab .layui-table[lay-skin="line"] {
	border: none;
}

/* 支付按钮 */
[data-btn="dia_box"] {
	position: relative;
}
[data-btn="dia_box"] .b1 {
	display: none;
}
[data-btn="dia_box"].open .b1 {
	display: block;

	z-index: 10;
}
.head_buy_btn .b1 {
	position: absolute;
	top: 100%;
	right: 0;
	background: #ffffff;
	box-shadow: 0px 6px 16px 0px rgba(0, 40, 23, 0.2);
	border-radius: 12px;
	margin-top: 0.1rem;
	padding: 0.16rem;
	z-index: 2;
	min-width: 5rem;
}
.index_swiper .swiper-button-next,
.index_swiper .swiper-button-prev {
	color: #fff;
}
.index_swiper .swiper-pagination-bullet-active {
	background-color: var(--ftc1);
}
.head_buy_btn .b1::before {
	display: block;
	content: "";
	position: absolute;
	top: -0.2rem;
	border: 0.1rem solid transparent;
	border-bottom-color: #fff;
	display: block;
	right: 0.2rem;
	z-index: -1;
}
.buy_box_ul .item {
	padding: 0.24rem 0;
	display: flex;
	border-bottom: 1px solid #e8e8e8;
}
.buy_box_ul .img1 {
	margin-right: 0.23rem;
	width: 0.92rem;
	height: 0.92rem;
}
.buy_box_ul .item .t1 {
	width: 2rem;
}
.cart_address_box {
	padding: 0.03rem 0.12rem;
	border-radius: 12px;
	border: 1px solid #e1e1e1;
	display: flex;
	font-size: 0.12rem;
	align-items: center;
}
.cart_address_box .t2 {
	width: 2rem;
	margin: 0 0.12rem 0 0.06rem;
}
.cat_table .layui-table th {
	font-weight: normal;
}
.cat_table .layui-table {
	border-left: none;
	border-right: none;
	margin: 0;
}
.cart_title .t1 {
	border-bottom: 2px solid var(--ftc);
}
.cat_table .img1 {
	width: 1.08rem;
	height: 1.08rem;
	margin-left: 0.1rem;
}
.cat_table td {
	font-size: 0.14rem;
}
.cat_table td .t1 {
	width: 1.8rem;
}
.cat_table td .t2 {
	min-width: 0.8rem;
}
.number_sm {
	width: 0.8rem;
}
.number_sm .add,
.number_sm .sub {
	width: 0.25rem;
	height: 0.25rem;
}
.number_sm input {
	padding: 0 !important;
	width: 0.3rem !important;
	height: 0.25rem !important;
	line-height: 0.25rem !important;
	font-size: 0.12rem !important;
}
.green_label {
	border-radius: 4px;
	border: 1px solid #29a370;
	font-size: 0.12rem;
	color: var(--ftc);
	padding: 0 0.04rem;
}
.cart_tip {
	display: flex;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 6px 16px 0px rgba(0, 14, 8, 0.15);
	border-radius: 15px;
	padding: 0.1rem;
	position: relative;
}
.order_pay_btn .b1 {
	position: absolute;
	bottom: calc(100% + 0.2rem);
	right: 0;
	white-space: nowrap;
}
.cart_tip::before {
	content: "";
	position: absolute;
	top: 100%;
	border: 0.1rem solid transparent;
	border-top-color: #fff;
	display: block;
	left: 0.5rem;
	z-index: 0;
}

/* order订单页面 */
.order_address_ul1 .item .b1,
.order_active1 .item {
	border-radius: 5px;
	border: 1px solid #cccccc;
	height: 0.3rem;
	font-size: 0.14rem;
	min-width: 1.02rem;
	text-align: center;
	display: flex;
	align-items: center;
	height: 0.3rem;
	line-height: 0.3rem;
	padding: 0 0.1rem;
}
.layui-tab-content {
	padding: 0;
}
.order_address_ul1 .active .b1,
.order_active1 .active {
	position: relative;
	border-color: var(--ftc1);
}
.order_address_ul1 .active .b1::before,
.order_active1 .active::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 0.14rem;
	height: 0.14rem;
	background: url(../images/order_select.png) no-repeat;
	background-size: 100%;
}
.order_mo {
	background-color: var(--ftc1);
	padding: 0 0.05rem;
	display: inline-block;
	color: #fff;
}
.blue_c {
	color: #1a5298;
}
.order_piao_box {
	background: #f2f2f2;
	border-radius: 5px;
	padding: 0.25rem;
	width: 7.2rem;
	max-width: 100%;
}
.order_address_ul1 {
}
.order_address_ul1 .item {
	display: flex;
}
.order_address_ul1 .item .b1 {
	margin-right: 0.1rem;
	text-align: center;
	min-width: 1.5rem;
	justify-content: center;
}
.order_address_ul1 .item .b2 {
	background: #f2f2f2;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.08rem;
	height: 0.3rem;
}
.dialog_com {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.address_form .form_item {
	display: flex;
	align-items: center;
}
.address_form .form_item .label {
	width: 0.7rem;
	text-align: right;
	font-weight: bold;
	color: #333333;
	font-size: 0.14rem;
	margin-right: 0.1rem;
}
.address_form .form_item .b1 {
	flex: 1;
}
.address_form .form_item .input {
	height: 0.38rem;
	line-height: 0.38rem;
	font-size: 0.14rem;
}
.dialog_com .layui-layer-title {
	border-bottom: none;
}
.add_address {
	width: 6rem;
	max-width: 100%;
}
.add_address select {
	padding-right: 0.3rem;
	height: 0.38rem;
	line-height: 0.38rem;
	font-size: 0.14rem;
}
.add_address textarea {
	font-size: 0.14rem;
}
.shibie_address {
	font-size: 0.12rem;
	color: #666;
	background: #f8f8f8;
	padding: 0.01rem 0.05rem;
	display: inline-block;
}
.dialog_footer_btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.dialog_footer_btn .layui-btn {
	border-radius: 4px;
	height: 0.42rem;
	line-height: 0.42rem;
	font-size: 0.18rem;
	min-width: 1.2rem;
}
.edit_fapiao .address_form .label {
	min-width: 1rem;
}
.pay_dg_box1 .item {
}
.hr {
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
}
.pay_duigong_ul1 .num {
	color: #d8d7d5;
	font-size: 0.24rem;
	margin-right: 0.1rem;
}
.pay_duigong_ul1 > .item > span {
	line-height: 1em;
	color: #555555;
}
.pay_dui_box1 {
	background: #d0f0e3;
	border-radius: 5px;
}
.pay_dui_box1 .t1 {
	border-bottom: 1px solid #8ec8b0;
}
.pay_dui_box1_ul1 .item {
	display: flex;
	align-items: center;
}
.pay_dui_box1_ul1 .t2 {
	flex: 1;
}
.pay_dui_box1_ul1 .label {
	width: 4em;
	margin-right: 0.5rem;
	color: #888888;
}
.pay_duigong_input {
	border-top: 1px solid #8ec8b0;
	border-left: 1px solid #8ec8b0;
}
.pay_duigong_input > * {
	border-right: 1px solid #8ec8b0;
	border-bottom: 1px solid #8ec8b0;
}
.pay_duigong_input .input {
	background-color: initial !important;
	font-size: 0.12rem !important;
}
.pay_dui_box2 {
	background-color: rgba(125, 83, 221, 0.2);
}
.pay_duigong_btn {
	border: 1px solid #7d53dd;
	color: #333;
	background-color: initial !important;
}
.pay_qrcode {
	width: 2.4rem;
}
.pay_btn {
	width: 2.4rem;
	height: 0.42rem;
	line-height: 0.42rem;
	background: #239fdb;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.layui-table th {
	font-size: 0.16rem;
}
.pay_btn.green {
	background-color: #29a370;
}
.user_nav_ul .item .img1 {
	margin-right: 0.05rem;
	width: 0.2rem;
}
.user_nav_ul .item {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-right: 0.2rem;
	color: #222;
	font-weight: bold;
}
.user_nav_ul .t1 {
	display: block;
	font-size: