body {
	max-width: 750px;
	/*  width: 750px;*/
	/*max-width: 100%;*/
	margin: 0 auto;
	position: relative;
	min-height: 100vh;
}

div {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	display: block;
}

@media (min-width: 750px) {
	html {
		font-size: 75px !important;
	}
}

/*.layui-layer-dialog .layui-layer-content {*/
/*  height: 2.133333rem !important;*/
/*  position: relative;*/
/*  padding: 0.266667rem !important;*/
/*  line-height: 0.48rem !important;*/
/*  word-break: break-all;*/
/*  overflow: hidden;*/
/*  font-size: 0.373333rem !important;*/
/*  overflow-x: hidden;*/
/*  overflow-y: auto;*/
/*}*/
/*.layui-layer-dialog .layui-layer-btn {*/
/*  padding: 0 0.2rem 0.16rem;*/
/*  font-size: 0.373333rem;*/
/*  height: 0.933333rem;*/
/*  line-height: 0.933333rem;*/
/*}*/
/*.layui-layer-dialog .layui-layer-btn .layui-layer-btn1 {*/
/*  color: #fff;*/
/*  background: #333;*/
/*}*/
/*.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {*/
/*  color: #333;*/
/*  background: #fff;*/
/*  border-color: #333;*/
/*}*/
/*.layui-layer-dialog .layui-layer-btn a {*/
/*  padding: 0.133333rem;*/
/*  width: 1.733333rem;*/
/*  text-align: center;*/
/*}*/
/*.layui-layer {*/
/*  width: 8.666667rem;*/
/*  height: 4.386667rem;*/
/*}*/
/*.layui-layer .layui-layer-setwin {*/
/*  width: 0.48rem;*/
/*  height: 0.48rem;*/
/*}*/
/*.layui-layer .layui-layer-setwin a {*/
/*  font-size: 0.48rem !important;*/
/*  background: none;*/
/*}*/
/*.layui-layer .layui-layer-setwin a::before {*/
/*  content: 'x';*/
/*  font-size: 0.48rem !important;*/
/*}*/
/*.layui-layer .layui-layer-title {*/
/*  padding: 0 1.066667rem 0 0.266667rem;*/
/*  height: 1.066667rem;*/
/*  line-height: 1.066667rem;*/
/*  border-bottom: 1px solid #F0F0F0;*/
/*  font-size: 0.48rem;*/
/*  color: #333;*/
/*  overflow: hidden;*/
/*  border-radius: 2px 2px 0 0;*/
/*}*/
.subtitle {
	text-align: center;
}

.subtitle h4 {
	line-height: 0.32rem;
	font-size: 0.48rem;
	margin-bottom: 0.413333rem;
}

.subtitle p {
	font-size: 0.32rem;
	line-height: 0.32rem;
}

.title-head {
	height: 1.173333rem;
	line-height: 1.173333rem;
	background: #fff;
	margin-bottom: 0.266667rem;
	padding: 0 0.4rem;
	font-size: 0.48rem;
	text-align: center;
}

.title-head a {
	float: left;
}

.title-head a i {
	font-size: 0.56rem;
	color: #333;
}

.title-head p {
	font-size: 0.48rem;
	color: #333;
}

.header {
	width: 100%;
	max-width: 750px;
	height: 1.293333rem;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 9;
	display: flex;
	padding: 0 0.4rem;
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	width: 2.253333rem;
	height: 0.733333rem;
}

.header .logo img {
	width: auto;
	height: 100%;
}

.header .nav-bar {
	width: 0.533333rem;
	height: 0.533333rem;
}

.header .nav-bar img {
	width: 100%;
	height: 100%;
	display: block;
}

.foot-nav {
	width: 750px;
	max-width: 100%;
	height: 1.733333rem;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #191819;
	z-index: 99;
}

.foot-nav ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.foot-nav ul li {
	text-align: center;
}

.foot-nav ul li:nth-child(3) a {
	justify-content: flex-end;
}

.foot-nav ul li:nth-child(3) a .icon {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -0.48rem);
	width: 1.146667rem;
	height: 1.146667rem;
	background-color: #191819;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 5px 13px 0px rgba(160, 160, 160, 0.15);
}

.foot-nav ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	padding: 0.346667rem 0;
}

.foot-nav ul li a .icon {
	padding: 0 0.4rem;
}

.foot-nav ul li a .icon i {
	font-size: 0.533333rem;
	color: #fff;
}

.foot-nav ul li a span {
	color: #fff;
	font-size: 0.24rem;
}

.index .banner {
	height: 8.893333rem;
	background: #ccc;
}

.index .banner .img {
	width: 100%;
	height: 8.893333rem;
}

.index .banner .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.index .banner .my-bullet-active {
	width: 0.346667rem;
	background-color: #fff;
	border-radius: 4px;
	opacity: 0.88;
}

.index .search {
	border-radius: 0.373333rem;
	position: fixed;
	top: 1.493333rem;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.9);
	width: 9.213333rem;
	height: 0.84rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0.48rem;
}

.index .search .icon {
	width: 0.426667rem;
	height: 0.426667rem;
}

.index .search .icon i {
	font-size: 0.426667rem;
}

.index .search input {
	width: 75%;
	margin-left: 0.4rem;
	padding-left: 0.4rem;
	border: none;
	height: 0.32rem;
	line-height: 0.32rem;
	border-left: 1px solid #1b1b1b;
	background: transparent;
	font-size: 0.32rem;
	color: #666;
}

.index .links {
	padding: 0.76rem 0.8rem 0.68rem;
	background: #f8f8f8;
}

.index .links ul {
	display: flex;
	justify-content: space-between;
}

.index .links ul li {
	width: 1.893333rem;
	height: 2.093333rem;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 3px 0.24rem 0px rgba(11, 24, 67, 0.06);
	border-radius: 0.266667rem;
}

.index .links ul li a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index .links ul li a i {
	font-size: 0.866667rem;
	margin-bottom: 0.266667rem;
}

.index .links ul li a span {
	font-size: 0.293333rem;
	line-height: 0.32rem;
	color: #010101;
}

.index .brand {
	padding: 0.76rem 0 0.68rem;
}

.index .brand .img-list {
	margin-top: 0.48rem;
}

.index .brand .img-list .item {
	padding: 0 0.333333rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.12rem;
}

.index .brand .img-list .item .img {
	width: 4.613333rem;
	height: 2.12rem;
}

.index .brand .img-list .item .img img {
	width: 100%;
	height: 100%;
}

.index .brand .img-list .line {
	border-bottom: 0.266667rem solid #f6f6f6;
	margin: 0.666667rem 0;
}

.index .brand .img-list .img-box {
	padding: 0 0.333333rem;
	position: relative;
}

.index .brand .img-list .img-box img {
	width: 100%;
}

.index .brand .img-list .img-box a {
	font-size: 0.293333rem;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 1.44rem;
	transform: translateX(-50%);
	display: block;
	width: 2.52rem;
	height: 0.973333rem;
	line-height: 0.973333rem;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
}

.index .brand .img-list .img-bottom {
	padding: 0 0.333333rem;
	position: relative;
}

.index .brand .img-list .img-bottom img {
	width: 100%;
}

.index .brand .img-list .img-bottom .word {
	position: absolute;
	width: 8.88rem;
	height: 2.373333rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
	padding-left: 0.826667rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index .brand .img-list .img-bottom .word a {
	color: #fff;
}

.index .brand .img-list .img-bottom .word a h4 {
	font-size: 0.453333rem;
	margin-bottom: 0.346667rem;
}

.index .brand .img-list .img-bottom .word a p {
	font-size: 0.28rem;
}

.index .news {
	padding: 0.68rem 0.333333rem;
}

.index .news .news-list {
	margin-top: 0.666667rem;
}

.index .news .news-list ul li {
	margin-bottom: 0.973333rem;
}

.index .news .news-list ul li .img {
	width: 100%;
}

.index .news .news-list ul li .img img {
	width: 100%;
	display: block;
}

.index .news .news-list ul li h4 {
	font-size: 0.48rem;
	margin-bottom: 0.28rem;
}

.index .news .news-list ul li h5 {
	font-size: 0.373333rem;
	margin-bottom: 0.253333rem;
}

.index .news .news-list ul li p {
	font-size: 0.293333rem;
	line-height: 0.453333rem;
	margin-bottom: 0.24rem;
}

.index .news .news-list ul li:last-child {
	margin-bottom: 0.493333rem;
}

.index .news .link a {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 2.64rem;
	height: 0.866667rem;
	line-height: 0.866667rem;
	border: solid 1px #434343;
	font-size: 0.293333rem;
	color: #333;
}

.index .contact {
	padding: 0.666667rem 0.333333rem;
}

.index .contact .tel {
	text-align: center;
}

.index .contact .tel p {
	color: #a36f3d;
	font-size: 0.32rem;
}

.index .contact .tel h4 {
	font-size: 0.773333rem;
}

.index .contact .icon-list {
	text-align: center;
	margin-top: 0.786667rem;
}

.index .contact .icon-list ul {
	padding: 0 0.626667rem;
	display: flex;
	justify-content: space-between;
}

.index .contact .icon-list ul li .icon {
	width: 1.133333rem;
	height: 1.133333rem;
	border-radius: 50%;
	overflow: hidden;
}

.index .contact .icon-list ul li .icon img {
	width: 100%;
	height: 100%;
}

.index .contact .icon-list ul li p {
	font-size: 0.293333rem;
	margin-top: 0.16rem;
}

.index .footer {
	height: 1.293333rem;
	background: #f8f8f8;
	text-align: center;
	margin-bottom: 1.733333rem;
	width: 100%;
}

.index .footer p {
	line-height: 1.293333rem;
	font-size: 0.24rem;
	color: #999;
}

.about {
	padding-top: 1.293333rem;
	padding-bottom: 1.733333rem;
}

.about .header {
	background: #fff;
	box-shadow: 0px 2px 29px 0px rgba(239, 239, 239, 0.7);
}

.about .intitle h4 {
	font-size: 0.48rem;
	text-align: center;
	position: relative;
	padding-bottom: 0.24rem;
	margin-bottom: 0.44rem;
}

.about .intitle h4::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0.693333rem;
	height: 2px;
	background-color: #1b1b1b;
	transform: translateX(-50%);
}

.about .banner {
	padding: 0 0.32rem;
}

.about .banner .box {
	position: relative;
}

.about .banner .box .img img {
	width: 100%;
	display: block;
}

.about .banner .box .word {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

.about .banner .box .word h4 {
	font-size: 0.8rem;
	font-weight: bold;
	padding-bottom: 0.266667rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.266667rem;
}

.about .banner .box .word p {
	font-size: 0.64rem;
	letter-spacing: 0.16rem;
}

.about .info {
	padding: 1.16rem 0.4rem 1.466667rem;
}

.about .info .content p {
	font-size: 0.32rem;
	line-height: 0.64rem;
	color: #666;
}

.about .contact {
	padding: 0 0.333333rem 1.466667rem;
}

.about .contact .tel {
	text-align: center;
}

.about .contact .tel p {
	color: #a36f3d;
	font-size: 0.32rem;
}

.about .contact .tel h4 {
	font-size: 0.773333rem;
}

.about .contact .icon-list {
	text-align: center;
	margin-top: 0.786667rem;
}

.about .contact .icon-list ul {
	padding: 0 0.626667rem;
	display: flex;
	justify-content: space-between;
}

.about .contact .icon-list ul li .icon {
	width: 1.133333rem;
	height: 1.133333rem;
	border-radius: 50%;
	overflow: hidden;
}

.about .contact .icon-list ul li .icon img {
	width: 100%;
	height: 100%;
}

.about .contact .icon-list ul li p {
	font-size: 0.293333rem;
	margin-top: 0.16rem;
}

.about .join {
	padding: 0 0.4rem 0.773333rem;
}

.about .join .list ul li {
	margin-bottom: 0.56rem;
	display: flex;
	justify-content: space-between;
}

.about .join .list ul li .img {
	min-width: 4.04rem;
	height: 2.72rem;
}

.about .join .list ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.about .join .list ul li .word {
	flex: 1;
	margin-left: 0.32rem;
	width: 4.84rem;
}

.about .join .list ul li .word a h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.373333rem;
	padding-bottom: 0.186667rem;
	margin-bottom: 0.373333rem;
	position: relative;
}

.about .join .list ul li .word a h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.693333rem;
	height: 2px;
	background-color: #1b1b1b;
}

.about .join .list ul li .word a p span {
	font-size: 0.32rem;
	display: block;
	line-height: 0.533333rem;
	color: #999;
}

.new {
	padding-bottom: 1.733333rem;
}

.new .header {
	background: #fff;
	box-shadow: 0px 2px 29px 0px rgba(239, 239, 239, 0.7);
}

.new .banner {
	padding: 0 0.32rem;
}

.new .banner .box {
	position: relative;
}

.new .banner .box .img img {
	width: 100%;
	display: block;
}

.new .banner .box .word {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

.new .banner .box .word h4 {
	font-size: 0.8rem;
	font-weight: bold;
	padding-bottom: 0.266667rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.266667rem;
}

.new .banner .box .word p {
	font-size: 0.64rem;
	letter-spacing: 0.16rem;
}

.new .news-list {
	padding: 0.96rem 0.333333rem;
}

.new .news-list ul li {
	margin-bottom: 0.68rem;
}

.new .news-list ul li .img {
	width: 100%;
}

.new .news-list ul li .img img {
	width: 100%;
	height: auto;
}

.new .news-list ul li .word a {
	display: block;
}

.new .news-list ul li .word a .date {
	padding: 0.346667rem 0;
	display: flex;
	align-items: center;
}

.new .news-list ul li .word a .date h4 {
	width: 6.333333rem;
	font-size: 0.373333rem;
	padding-right: 0.32rem;
	margin-right: 0.32rem;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new .news-list ul li .word a .date h4::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 0.253333rem;
	background: #000;
}

.new .news-list ul li .word a .date span {
	font-size: 0.32rem;
	color: #999;
}

.new .news-list ul li .word a p {
	font-size: 0.32rem;
	line-height: 0.453333rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-detail {
	padding-bottom: 1.733333rem;
	padding-top: 1.293333rem;
}

.new-detail .header {
	background: #fff;
	box-shadow: 0px 2px 29px 0px rgba(239, 239, 239, 0.7);
}

.new-detail .detail {
	padding: 1.466667rem 0.333333rem;
}

.new-detail .detail .title {
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

.new-detail .detail .title h4 {
	margin-bottom: 0.906667rem;
	font-size: 0.426667rem;
}

.new-detail .detail .title .date {
	display: flex;
	justify-content: space-between;
}

.new-detail .detail .title .date span {
	font-size: 0.32rem;
	color: #999;
	margin-bottom: 18px;
}

.new-detail .detail .info img {
	width: 100%;
	margin: 0.4rem 0;
}

.new-detail .detail .info p {
	font-size: 0.32rem;
	line-height: 0.453333rem;
	color: #666;
	margin-bottom: 0.4rem;
	text-align: justify;
}

.new-detail .detail .share {
	margin-top: 1.066667rem;
	display: flex;
	justify-content: center;
}

.new-detail .detail .share a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: solid 1px #b5b5b5;
	width: 1.76rem;
	height: 0.52rem;
	margin: 0 0.266667rem;
	line-height: 0.52rem;
	text-align: center;
	font-size: 0.24rem;
	color: #999;
}

.new-detail .detail .share a i {
	font-size: 0.266667rem;
}

.login .title-head {
	border-bottom: 0.266667rem solid #f7f7f7;
	box-sizing: content-box;
}

.login .banner {
	position: relative;
}

.login .banner .img {
	width: 100%;
}

.login .banner .img img {
	width: 100%;
	height: auto;
	display: block;
}

.login .banner .logo {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login .banner .logo .box {
	width: 4.733333rem;
	height: 1.6rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login .banner .logo .box img {
	width: 3.413333rem;
}

.login .form {
	margin-top: 0.8rem;
	padding: 0 0.666667rem;
}

.login .form .forget {
	font-size: 0.293333rem;
	color: #999;
}

.login .form .register1 {
	background: #fff;
	display: flex;
	justify-content: center;
}

.login .form .register1 a {
	margin: 0 0.266667rem;
	font-size: 0.32rem;
}

.login .form .register1 a:last-child {
	color: #ff0000;
}

.login .form .layui-tab-title {
	height: 1.066667rem;
	margin-bottom: 1.226667rem;
	display: flex;
	justify-content: center;
}

.login .form .layui-tab-title li {
	margin: 0 0.533333rem;
	font-size: 0.426667rem;
	line-height: 1.066667rem;
}

.login .form .layui-this {
	color: #1b1b1b;
}

.login .form .layui-this::after {
	border-color: #1b1b1b;
	height: 1.08rem;
}

.login .form .layui-input-block {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.login .form .layui-input-block>span {
	position: absolute;
	right: 0.346667rem;
	top: 50%;
	transform: translateY(-50%);
	color: #f00;
	font-size: 0.373333rem;
	line-height: 0.506667rem;
}

.login .form .layui-input-block #captcha1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.login .form .layui-form-item {
	margin-bottom: 0.533333rem;
}

.login .form .layui-input {
	padding: 0.333333rem 0.373333rem;
	height: 1.173333rem;
	font-size: 0.426667rem;
	line-height: 0.506667rem;
	border-radius: 10px;
	border: solid 1px #aaaaaa;
}

.login .form .layui-input::placeholder {
	color: #999;
}

.login .form .layui-btn {
	width: 100%;
	height: 1.173333rem;
	background-color: #1b1b1b;
	border-radius: 0.133333rem;
	font-size: 0.426667rem;
}

.register {
	padding-bottom: 0.266667rem;
	background: #f7f7f7;
}

.register .form {
	background: #fff;
	padding: 1.066667rem 0.333333rem;
}

.register .form .layui-input-block {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
}

.register .form .layui-input-block .check .layui-form-checkbox {
	display: inline-block;
}

.register .form .layui-input-block .check p {
	display: inline-block;
	font-size: 0.32rem;
	line-height: 0.48rem;
	color: #999;
}

.register .form .layui-input-block .check p .red {
	color: #f00;
}

.register .form .layui-input-block .check .layui-form-checkbox[lay-skin="primary"] {
	margin-top: 0;
	margin-right: 4px;
}

.register .form .layui-input-block .check .layui-form-checkbox[lay-skin="primary"] span {
	font-size: 0.32rem;
	line-height: 0.48rem;
	color: #f00;
}

.register .form .layui-input-block .check .layui-form-checkbox[lay-skin="primary"] i {
	transform: translateY(-0.106667rem);
	margin-right: 0.053333rem;
	width: 0.32rem;
	height: 0.32rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.register .form .layui-input-block input {
	height: 0.4rem;
	font-size: 0.426667rem;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 0.666667rem 0;
}

.register .form .layui-input-block input::placeholder {
	color: #aaaaaa;
}

.register .form .layui-input-block>.myBtn {
	width: 2.613333rem;
	height: 0.906667rem;
	background-color: #f2f2f2;
	border-radius: 3px;
	font-size: 0.373333rem;
	line-height: 0.506667rem;
	color: #f00;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.register .form .layui-form-item {
	margin-bottom: 0.533333rem;
}

.find-password .layui-input-block {
	text-align: center;
	display: flex;
	justify-content: center;
}

.find-password .layui-input-block>a {
	font-size: 0.32rem;
	color: #333;
}

.find-password .layui-input-block .login {
	width: 100%;
	height: 1.173333rem;
	background-color: #1b1b1b;
	border-radius: 0.133333rem;
	font-size: 0.426667rem;
	margin-top: 1.533333rem;
}

.find-password .layui-input-block .register1 {
	background: #fff;
	display: flex;
	justify-content: center;
}

.find-password .layui-input-block .register1 a {
	margin: 0 0.266667rem;
	font-size: 0.32rem;
}

.find-password .layui-input-block .register1 a:last-child {
	color: #ff0000;
}

.receive.coupon {
	padding: 0.8rem 0.4rem;
}

.receive.coupon .left {
	background: #0088ff !important;
}

.receive.coupon .left::before {
	background-image: radial-gradient(circle at 8px 10px, white 6px, #0088ff 6px) !important;
}

.receive.coupon .right .top {
	align-items: flex-start !important;
}

.receive.coupon .right .top span {
	color: #f00;
	font-size: 0.4rem;
}

.coupon .layui-tab-title {
	height: 1.066667rem;
	margin-bottom: 1.226667rem;
	display: flex;
	justify-content: center;
}

.coupon .layui-tab-title li {
	margin: 0 0.533333rem;
	font-size: 0.426667rem;
	line-height: 1.066667rem;
}

.coupon .layui-this {
	color: #1b1b1b !important;
}

.coupon .layui-this::after {
	border-color: #1b1b1b !important;
	height: 1.08rem;
}

.coupon .date.list .voucher .left {
	background: #e4e4e4;
}

.coupon .date.list .voucher .left::before {
	background-image: radial-gradient(circle at 8px 10px, white 6px, #e4e4e4 6px);
}

.coupon .date.list .voucher .right .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.coupon .date.list .voucher .right .top p {
	width: 80%;
}

.coupon .date.list .voucher .right .top img {
	width: 0.986667rem;
	height: 0.986667rem;
}

.coupon .list {
	padding: 0 0.4rem;
}

.coupon .list .voucher {
	margin-bottom: 0.266667rem;
	height: 2.533333rem;
	width: 100%;
	border: 1px solid #ddd;
	display: flex;
	border-radius: 0.133333rem;
	overflow: hidden;
}

.coupon .list .voucher .left {
	width: 2.773333rem;
	background-color: #0088ff;
	position: relative;
	color: #fff;
}

.coupon .list .voucher .left .word {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.coupon .list .voucher .left .word h4 {
	font-size: 0.72rem;
}

.coupon .list .voucher .left .word p {
	font-size: 0.373333rem;
}

.coupon .list .voucher .left::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 6px;
	right: 0;
	top: 0;
	background-image: radial-gradient(circle at 8px 10px, white 6px, #0088ff 6px);
	background-size: 6px 20px;
}

.coupon .list .voucher .right {
	padding: 0.186667rem;
	height: 100%;
	flex: 1;
}

.coupon .list .voucher .right .top {
	padding-bottom: 0.266667rem;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0.266667rem;
}

.coupon .list .voucher .right .top p {
	font-size: 0.4rem;
	color: #111;
}

.coupon .list .voucher .right .bottom {
	display: flex;
	justify-content: space-between;
}

.coupon .list .voucher .right .bottom p {
	font-size: 0.32rem;
	color: #999;
}

.coupon .list .voucher .right .bottom p span {
	margin-left: 0.266667rem;
}

.coupon .list .voucher .right .bottom>span {
	width: 1.4rem;
	height: 0.453333rem;
	line-height: 0.453333rem;
	color: #fff;
	font-size: 0.293333rem;
	background: #f66262;
	text-align: center;
	position: relative;
}

.coupon .list .voucher .right .bottom>span::before {
	content: "";
	position: absolute;
	left: -0.213333rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 0.106667rem solid transparent;
	border-right: 0.106667rem solid #f66262;
	border-bottom: 0.106667rem solid transparent;
	border-left: 0.106667rem solid transparent;
}

.mine {
	background: #f7f7f7;
	padding-bottom: 2.48rem;
}

.mine .mine-head {
	position: relative;
}

.mine .mine-head .main {
	padding: 0.733333rem 0.533333rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mine .mine-head .main .set {
	text-align: right;
	margin-bottom: 0.16rem;
}

.mine .mine-head .main .set i {
	font-size: 0.6rem;
	color: #fff;
}

.mine .mine-head .pic {
	display: flex;
	align-items: center;
	margin-bottom: 1.106667rem;
}

.mine .mine-head .pic p {
	font-size: 0.48rem;
	color: #fff;
}

.mine .mine-head .pic .img {
	margin-right: 0.293333rem;
	width: 1.653333rem;
	height: 1.653333rem;
	border-radius: 50%;
	overflow: hidden;
}

.mine .mine-head .pic .img img {
	width: 100%;
	height: 100%;
}

.mine .mine-head .icon-list ul {
	display: flex;
	justify-content: space-between;
}

.mine .mine-head .icon-list ul li {
	padding: 0 20px;
	text-align: center;
}

.mine .mine-head .icon-list ul li .icon {
	position: relative;
}

.mine .mine-head .icon-list ul li .icon i {
	font-size: 0.666667rem;
	color: #fff;
}

.mine .mine-head .icon-list ul li .icon span {
	position: absolute;
	right: -0.12rem;
	top: -0.12rem;
	width: 0.48rem;
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	font-size: 0.32rem;
	text-align: center;
}

.mine .mine-head .icon-list ul li p {
	font-size: 0.32rem;
	color: #fff;
	margin-top: 0.28rem;
}

.mine .nav-list .item {
	margin-top: 0.266667rem;
	background: #fff;
}

.mine .nav-list .item ul li {
	height: 1.333333rem;
	line-height: 1.333333rem;
	color: #666;
	padding: 0 0.4rem;
	border-bottom: 1px solid #f7f5f5;
}

.mine .nav-list .item ul li:last-child {
	border: none;
}

.mine .nav-list .item ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mine .nav-list .item ul li a .left {
	display: flex;
	align-items: center;
}

.mine .nav-list .item ul li a .left i {
	font-size: 0.44rem;
	margin-right: 0.266667rem;
}

.mine .nav-list .item ul li a .left p {
	font-size: 0.373333rem;
	color: #666;
}

.mine .nav-list .item ul li a>i {
	font-size: 0.4rem;
	color: #999;
}

.mine-set .nav-list .item {
	margin-top: 0;
}

.mine-set .nav-list .exit {
	margin-top: 1.28rem;
	line-height: 1.333333rem;
	height: 1.333333rem;
	text-align: center;
	background: #fff;
}

.mine-set .nav-list .exit a {
	font-size: 0.373333rem;
	color: #f00;
}

.mine-user .nav-list .item {
	margin-top: 0;
}

.mine-user .nav-list .item ul li.pic {
	height: 2rem;
	line-height: 2rem;
}

.mine-user .nav-list .item ul li.pic .userpic {
	width: 1.653333rem;
	height: 1.653333rem;
	border-radius: 50%;
	overflow: hidden;
}

.mine-user .nav-list .item ul li.pic .userpic img {
	width: 100%;
	height: 100%;
}

.mine-user .nav-list .item ul li .right {
	display: flex;
	align-items: center;
}

.mine-user .nav-list .item ul li .right p {
	font-size: 0.32rem;
	color: #999;
}

.mine-user .nav-list .item ul li .right i {
	font-size: 0.4rem;
	color: #999;
}

.origin {
	padding-top: 0;
}

.origin .piclogo {
	padding: 1.226667rem 1.733333rem;
}

.origin .piclogo .box {
	border: solid 1px #404040;
	width: 6.533333rem;
	height: 3.253333rem;
	padding: 0.333333rem;
}

.origin .piclogo .box .logo {
	background: #333;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.origin .piclogo .box .logo img {
	height: 1.146667rem;
	width: auto;
}

.feedback {
	padding-bottom: 1.746667rem;
	background: #f7f7f7;
}

.feedback .form {
	margin-bottom: 0.266667rem;
}

.feedback .form .layui-input-block {
	text-align: center;
	margin: 0;
}

.feedback .form .layui-input-block textarea {
	font-size: 0.373333rem;
	line-height: 0.48rem;
	padding: 0.426667rem 0.346667rem;
	background: #fff;
}

.feedback .form .layui-input-block textarea::placeholder {
	font-size: 0.373333rem;
	color: #999;
}

.feedback .form .layui-input-block .layui-input {
	line-height: 1.333333rem;
	height: 1.333333rem;
	padding: 0.426667rem 0.346667rem;
	font-size: 0.373333rem;
}

.feedback .form .layui-input-block .layui-input::placeholder {
	color: #999;
	font-size: 0.373333rem;
}

.feedback .form .layui-input-block .layui-btn {
	margin-top: 6.8rem;
	width: 8.066667rem;
	height: 1.093333rem;
	background-color: #1b1b1b;
	font-size: 0.426667rem;
	color: #fff;
}

.refund-detail {
	padding: 0 0 0.666667rem;
	background: #f7f7f7;
}

.refund-detail .order .contact {
	padding: 0 0.4rem;
	margin-top: 0.706667rem;
}

.refund-detail .order .contact .layui-btn {
	width: 100%;
	background: #333;
	height: 1.173333rem;
	line-height: 1.173333rem;
	font-size: 0.32rem;
	color: #fff;
}

.refund-detail .order .contact .layui-btn i {
	font-size: 0.426667rem;
	margin-right: 0.106667rem;
}

.refund-detail .order .item.ft {
	margin-bottom: 0;
	padding-bottom: 0.32rem;
}

.refund-detail .order .item.ft .main {
	margin-bottom: 1.626667rem;
}

.refund-detail .order .item.ft .main ul li {
	height: auto;
	align-items: flex-start;
}

.refund-detail .order .item.ft .pro {
	margin-bottom: 1.373333rem;
}

.refund-detail .order .item.ft .pro ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
}

.refund-detail .order .item.ft .pro ul::before {
	content: "";
	position: absolute;
	width: 80%;
	height: 2px;
	background-color: #ffa800;
	left: 50%;
	bottom: 0.24rem;
	transform: translateX(-50%);
	z-index: 1;
}

.refund-detail .order .item.ft .pro ul li.success {
	font-size: 0.36rem;
}

.refund-detail .order .item.ft .pro ul li.success i {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	border: 11px solid #fff;
	display: block;
	background: none;
	color: #ffa800;
	font-size: 0.36rem;
}

.refund-detail .order .item.ft .pro ul li.success i::before {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.refund-detail .order .item.ft .pro ul li.current i {
	position: relative;
}

.refund-detail .order .item.ft .pro ul li.current i::before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	position: absolute;
	border-radius: 50%;
	background-color: transparent;
	width: 0.266667rem;
	height: 0.266667rem;
	border: 1px solid #ffa800;
}

.refund-detail .order .item.ft .pro ul li {
	text-align: center;
}

.refund-detail .order .item.ft .pro ul li p {
	margin-bottom: 0.4rem;
	font-size: 0.32rem;
	color: #333;
}

.refund-detail .order .item.ft .pro ul li i {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	border: 11px solid #fff;
	border-radius: 50%;
	display: block;
	width: 0.186667rem;
	height: 0.186667rem;
	background-color: #ffa800;
}

.refund-detail .order .item.ft .close {
	font-size: 0.32rem;
	color: #960c01;
	text-align: center;
	display: block;
}

.refund-detail .order .item {
	margin-bottom: 0.266667rem;
	background: #fff;
	padding: 0.306667rem 0.4rem 0;
}

.refund-detail .order .item .title {
	line-height: 0.986667rem;
	height: 0.986667rem;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
}

.refund-detail .order .item .title .icon {
	margin-right: 0.106667rem;
}

.refund-detail .order .item .title .icon i {
	font-size: 0.373333rem;
	color: #333;
}

.refund-detail .order .item .title p {
	font-size: 0.32rem;
	color: #333;
}

.refund-detail .order .item .main ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 0.48rem;
	height: 0.48rem;
	color: #999;
	font-size: 0.32rem;
	margin: 0.4rem 0;
}

.refund-detail .order .item .main ul li .date {
	display: flex;
	line-height: 0.64rem;
}

.refund-detail .order .item .main ul li .date i {
	font-size: 0.32rem;
	margin-right: 0.106667rem;
}

.refund-detail .order .item .main ul li .date label {
	display: flex;
	flex-direction: column;
}

.refund-detail .order .item .main-foot {
	height: 1.44rem;
	line-height: 1.44rem;
	border-top: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.32rem;
	color: #999;
}

.refund {
	background: #f7f7f7;
	padding: 0.266667rem 0;
	padding-top: 0;
}

.refund .main {
	padding: 0.306667rem 0.4rem;
	background: #fff;
}

.refund .main .title {
	font-size: 0.32rem;
	color: #333;
	margin-bottom: 0.293333rem;
}

.refund .main .pro {
	display: flex;
	align-items: center;
	padding-bottom: 0.266667rem;
	border-bottom: 1px solid #f5f5f5;
}

.refund .main .pro .img {
	width: 2.333333rem;
	height: 2.333333rem;
	margin-right: 0.4rem;
}

.refund .main .pro .img img {
	width: 100%;
	height: 100%;
}

.refund .main .pro .word p {
	font-size: 0.48rem;
	margin-bottom: 0.266667rem;
	color: #333;
}

.refund .main .pro .word span {
	font-size: 0.48rem;
	color: red;
}

.refund .main .form {
	margin-top: 0.466667rem;
}

.refund .main .form .box {
	background-color: #f5f5f5;
	border-radius: 0.133333rem;
	padding: 0.266667rem;
}

.refund .main .form .box textarea {
	background: transparent;
	font-size: 0.32rem;
	color: #333;
	line-height: 0.64rem;
	outline: none;
	border: none;
	margin-bottom: 0.533333rem;
}

.refund .main .form .box textarea::placeholder {
	font-size: 0.32rem;
	color: #999;
	line-height: 0.64rem;
}

.refund .main .form .box #test2 {
	width: 1.573333rem;
	height: 1.573333rem;
	border-radius: 0.066667rem;
	background: transparent;
	border: 1px dashed #b5b5b5;
	padding: 0.133333rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.refund .main .form .box #test2 i {
	font-size: 0.56rem;
	color: #a7a7a7;
	margin-bottom: 0.266667rem;
}

.refund .main .form .box #test2 p {
	font-size: 0.266667rem;
	color: #999;
}

.refund .main .form .box .layui-elem-quote {
	border: none;
}

.refund .main .form .box .layui-elem-quote .layui-upload-list {
	display: flex;
	flex-wrap: wrap;
}

.refund .main .form .box .layui-elem-quote .layui-upload-list div {
	background: #fff;
	border-radius: 0.133333rem;
	border: 1px solid #999;
	padding: 0.133333rem;
	margin-right: 0.266667rem;
	width: 2.333333rem;
	height: 2.333333rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.refund .main .form .box .layui-elem-quote .layui-upload-list img {
	width: 100%;
	height: auto;
}

.refund .main .form .dis.layui-form-item {
	display: flex;
	flex-direction: column;
}

.refund .main .form .dis.layui-form-item .layui-form-label {
	display: block;
}

.refund .main .form .dis.layui-form-item .layui-input-block {
	margin: 0;
	width: 100%;
}

.refund .main .form .layui-form-item {
	margin-bottom: 0.48rem;
}

.refund .main .form .layui-form-item .layui-form-label {
	font-size: 0.32rem;
	color: #999;
	width: 1.72rem;
	text-align: left;
	padding-left: 0;
}

.refund .main .form .layui-form-item .layui-form-label i {
	font-size: 0.28rem;
	color: #ffa800;
}

.refund .main .form .layui-form-item .layui-input-block {
	margin-left: 1.72rem;
	margin-left: 2.133333rem;
	text-align: right;
}

.refund .main .form .layui-form-item .layui-input-block p {
	font-size: 0.32rem;
	color: #999;
}

.refund .main .form .layui-form-item .layui-input-block p i {
	font-size: 0.32rem;
}

.refund .main .form .layui-form-item .layui-input-block .red {
	color: #f00;
}

.refund .main .form .layui-form-item .layui-input-block input {
	text-align: right;
	border: none;
}

.refund .submit {
	padding: 0 0.4rem;
	margin-top: 1.053333rem;
}

.refund .submit .layui-btn {
	width: 100%;
	height: 1.173333rem;
	line-height: 1.173333rem;
	background: #333;
	color: #fff;
	font-size: 0.426667rem;
}

.order {
	background-color: #f7f7f7;
	padding-bottom: 1.6rem;
}

.order .nodata {
	margin-top: 2.266667rem;
	text-align: center;
}

.order .nodata img {
	margin: 0 auto;
	width: 3.573333rem;
	height: 3.573333rem;
}

.order .layui-tab-content {
	padding: 0;
}

.order .title-head {
	margin-bottom: 0;
}

.order .layui-tab {
	margin-top: 0;
}

.order .layui-tab-title {
	width: 100%;
	height: 1.066667rem;
	margin-bottom: 0.266667rem;
	background: #fff;
	display: flex;
	justify-content: space-around;
}

.order .layui-tab-title li {
	font-size: 0.426667rem;
	line-height: 1.066667rem;
}

.order .layui-this {
	color: #1b1b1b !important;
}

.order .layui-this::after {
	border-color: #1b1b1b !important;
	height: 1.08rem;
}

.order .list .item {
	margin-bottom: 0.266667rem;
	padding: 0 0.4rem;
	background: #fff;
}

.order .list .item .title {
	margin-bottom: 0.466667rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #f7f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order .list .item .title p {
	font-size: 0.32rem;
	color: #999;
}

.order .list .item .title span {
	font-size: 0.32rem;
	color: #f00;
}

.order .list .item .img-list {
	padding-bottom: 0.466667rem;
	border-bottom: 1px solid #f7f5f5;
}

.order .list .item .img-list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.order .list .item .img-list ul li {
	margin-right: 0.466667rem;
}

.order .list .item .img-list ul li .img {
	width: 1.706667rem;
	height: 1.706667rem;
}

.order .list .item .img-list ul li .img img {
	width: 100%;
	height: 100%;
}

.order .list .foot {
	height: 1.333333rem;
	line-height: 1.333333rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order .list .foot .left p {
	font-size: 0.373333rem;
	color: #999;
}

.order .list .foot .left p span {
	color: #f00;
}

.order .list .foot .mg0 {
	margin: 0 !important;
}

.order .list .foot .right {
	display: flex;
	align-items: center;
}

.order .list .foot .right a {
	font-size: 0.32rem;
	color: #333;
	margin-right: 0.893333rem;
}

.order .list .foot .right .layui-btn {
	width: 2.04rem;
	height: 0.76rem;
	background: #333;
	color: #fff;
	font-size: 0.32rem;
}

.security {
	background: #f7f7f7;
}

.security .title-head {
	border-bottom: 0.266667rem solid #f7f7f7;
	box-sizing: content-box;
	margin-bottom: 0;
}

.security .item {
	background: #fff;
	margin-bottom: 20px;
	padding: 0.4rem;
}

.security .item .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.security .item .bottom p {
	font-size: 0.373333rem;
	color: #666;
}

.security .item .bottom a {
	font-size: 0.373333rem;
	color: #999;
	display: flex;
	align-items: center;
}

.security .item .bottom a i {
	font-size: 0.56rem;
	color: #999;
}

.security .item .top {
	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
}

.security .item .top p {
	font-size: 0.373333rem;
	color: #666;
}

.security .item .top .img {
	width: 0.48rem;
	height: auto;
	margin-right: 0.266667rem;
}

.security .item .top .img img {
	width: 100%;
	height: 100%;
}

.collection {
	background: #f7f7f7;
}

.collection .main_node {
	margin-top: 2.506667rem;
	text-align: center;
}

.collection .main_node .nodata {
	margin-top: 2.266667rem;
	text-align: center;
}

.collection .main_node .nodata img {
	margin: 0 auto;
	width: 3.573333rem;
	height: 3.573333rem;
}

.collection .title-head {
	border-bottom: 0.266667rem solid #f7f7f7;
	box-sizing: content-box;
	margin-bottom: 0;
}

.collection .pro-list {
	padding: 0.2rem 0.16rem;
	min-height: 100vh;
	background: #fff;
}

.collection .pro-list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.collection .pro-list ul li {
	text-align: center;
	padding: 0.16rem;
	margin-bottom: 0.266667rem;
}

.collection .pro-list ul li .img {
	width: 4.466667rem;
	height: 4.48rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
}

.collection .pro-list ul li .img img {
	width: 100%;
	height: 100%;
}

.collection .pro-list ul li p {
	font-size: 0.373333rem;
	padding: 0.133333rem 0;
}

.mine-message {
	background: #f7f7f7;
}

.mine-message .list .item {
	margin-bottom: 0.266667rem;
	background: #fff;
	padding: 0.4rem;
}

.mine-message .list .item>.title {
	margin-bottom: 0.533333rem;
}

.mine-message .list .item>.title span {
	font-size: 0.32rem;
	color: #999;
}

.mine-message .list .item .date {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mine-message .list .item .date p {
	padding-left: 0.266667rem;
	position: relative;
	font-size: 0.426667rem;
	color: #333;
	margin-bottom: 0.36rem;
}

.mine-message .list .item .date p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: #f00;
	border-radius: 50%;
	width: 0.12rem;
	height: 0.12rem;
	transform: translateY(-50%);
}

.mine-message .list .item .date span {
	font-size: 0.32rem;
	color: #999;
}

.mine-message .list .item .content {
	font-size: 0.32rem;
	line-height: 0.64rem;
	color: #999;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #f7f5f5;
}

.mine-message .list .item .content p {
	text-align: justify;
}

.mine-message .list .item .foot {
	height: 1.96rem;
	padding: 0.373333rem 0;
}

.mine-message .list .item .foot p.title {
	font-size: 0.426667rem;
	color: #333;
	margin-bottom: 0.306667rem;
}

.mine-message .list .item .foot p {
	font-size: 0.32rem;
	color: #999;
}

.class {
	padding: 1.293333rem 0 1.733333rem;
}

.class .search {
	margin: 0 auto;
	margin-top: 0.4rem;
	border-radius: 0.373333rem;

	width: 9.213333rem;
	height: 0.84rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0.48rem;
}

.class .search .icon {
	width: 0.426667rem;
	height: 0.426667rem;
}

.class .search .icon i {
	font-size: 0.426667rem;
}

.class .search input {
	width: 75%;
	margin-left: 0.4rem;
	padding-left: 0.4rem;
	border: none;
	height: 0.32rem;
	line-height: 0.32rem;
	border-left: 1px solid #1b1b1b;
	background: transparent;
	font-size: 0.32rem;
	color: #666;
}

.class .main {
	margin-top: 0.4rem;
	border-top: 1px solid #f7f5f5;
}

.class .main .layui-tab {
	display: flex;
}

.class .main .layui-tab .layui-tab-title {
	border: none;
	border-right: 1px solid #f7f5f5;
	height: auto;
	display: flex;
	flex-direction: column;
	width: 2.586667rem;
}

.class .main .layui-tab .layui-tab-title li {
	font-size: 0.32rem;
	line-height: 1.066667rem;
}

.class .main .layui-tab .layui-tab-title .layui-this {
	color: #333;
}

.class .main .layui-tab .layui-tab-title .layui-this::after {
	width: 0.8rem;
	left: 50%;
	transform: translateX(-50%);
	border-color: #333;
	height: 1.066667rem;
}

.class .main .layui-tab .layui-tab-content {
	flex: 1;
	padding: 0.266667rem;
	width: 7.413333rem;
}

.class .main .layui-tab .layui-tab-content .swiper .my-bullet-active {
	background: #fff;
}

.class .main .layui-tab .layui-tab-content .swiper img {
	width: 100%;
}

.class .main .layui-tab .layui-tab-content .layui-tab-item .title {
	margin: 0.533333rem 0 0.4rem;
}

.class .main .layui-tab .layui-tab-content .layui-tab-item .title p {
	font-size: 0.32rem;
	color: #333;
	padding-left: 0.266667rem;
	position: relative;
}

.class .main .layui-tab .layui-tab-content .layui-tab-item .title p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.053333rem;
	height: 0.253333rem;
	background: #333;
}

.class .main .layui-tab .layui-tab-content .layui-tab-item .list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.class .main .layui-tab .layui-tab-content .layui-tab-item .list ul li {
	width: 33.33%;
	margin-bottom: 0.4rem;
	text-align: center;
}

.class .main .layui-tab .layui-tab-content .layui-tab-item .list ul li .box {
	padding: 0 0.066667rem;
}

.class .main .layui-tab .layui-tab-content .layui-tab-item .list ul li .box .img img {
	width: 100%;
	height: 100%;
}

.class .main .layui-tab .layui-tab-content .layui-tab-item .list ul li .box p {
	font-size: 0.293333rem;
	color: #333;
	margin-top: 0.186667rem;
}

.class-list .pro-list {
	padding: 0.946667rem 0.4rem 1.733333rem;
}

.class-list .pro-list .title {
	margin-bottom: 0.906667rem;
}

.class-list .pro-list .title p {
	font-size: 0.426667rem;
	position: relative;
	text-align: center;
	padding-bottom: 0.32rem;
}

.class-list .pro-list .title p::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0.88rem;
	height: 3px;
	background-color: #000000;
}

.class-list .pro-list .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.class-list .pro-list .list ul li {
	padding: 0 0.133333rem;
	margin-bottom: 0.533333rem;
	width: 50%;
	box-sizing: border-box;
}

.class-list .pro-list .list ul li .img img {
	width: 100%;
}

.class-list .pro-list .list ul li p {
	font-size: 0.373333rem;
	color: #333;
	text-align: center;
	margin-top: 0.24rem;
}

.class-address {
	background: #f7f7f7;
}

.class-address .list .item {
	margin-bottom: 0.346667rem;
	padding: 0.4rem;
	background: #fff;
}

.class-address .list .item .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0.266667rem;
}

.class-address .list .item .title h4 {
	font-size: 0.373333rem;
	color: #333;
	margin-right: 0.4rem;
}

.class-address .list .item .title p {
	font-size: 0.373333rem;
	color: #333;
	margin-right: 0.266667rem;
}

.class-address .list .item .title span {
	width: 1.013333rem;
	height: 0.4rem;
	border-radius: 0.4rem;
	background: #d74c45;
	display: block;
	text-align: center;
	font-size: 0.293333rem;
	color: #fff;
	line-height: 0.4rem;
}

.class-address .list .item .cen a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.class-address .list .item .cen a p {
	font-size: 0.373333rem;
	color: #999;
}

.class-address .list .item .cen a i {
	font-size: 0.48rem;
	color: #999;
}

.class-address .list .item .del {
	margin-top: 0.266667rem;
}

.class-address .list .item .del i {
	font-size: 0.48rem;
	color: #999;
}

.class-address .add {
	margin-top: 1.333333rem;
	padding: 0 0.4rem;
}

.class-address .add .layui-btn {
	background: #333;
	width: 100%;
	height: 1.173333rem;
	line-height: 1.173333rem;
	font-size: 0.426667rem;
	color: #fff;
}

.class-address-detail .detail .layui-form .item-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.class-address-detail .detail .layui-form .item-flex::after {
	display: none !important;
}

.class-address-detail .detail .layui-form .layui-form-item {
	border-bottom: 1px solid #f7f5f5;
}

.class-address-detail .detail .layui-form .layui-form-item .flex {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.266667rem;
}

.class-address-detail .detail .layui-form .layui-form-item .w160 {
	width: 2.133333rem;
}

.class-address-detail .detail .layui-form .layui-form-switch {
	width: 1.24rem;
	height: 0.666667rem;
	border-radius: 0.666667rem;
}

.class-address-detail .detail .layui-form .layui-form-switch i {
	height: 0.546667rem;
	width: 0.546667rem;
}

.class-address-detail .detail .layui-form .layui-form-onswitch {
	border-color: #333;
	background-color: #333;
}

.class-address-detail .detail .layui-form .layui-form-onswitch i {
	margin-left: -0.546667rem;
}

.class-address-detail .detail .layui-form .layui-form-label {
	padding: 0.12rem 0;
	width: 1.6rem;
	font-size: 0.32rem;
	color: #333;
	text-align: left;
	line-height: unset;
}

.class-address-detail .detail .layui-form .layui-input-block {
	margin-left: 2.133333rem;
}

.class-address-detail .detail .layui-form .layui-input-block .layui-input {
	border: none;
	line-height: 0.8rem;
	height: 0.8rem;
	font-size: 0.32rem;
}

.class-address-detail .detail .layui-form .layui-input-block .layui-input::placeholder {
	color: #999;
}

.class-address-detail .detail .layui-form .item {
	margin-bottom: 0.346667rem;
	padding: 0.4rem;
	background: #fff;
}

.class-address-detail .detail .layui-form .item h4 {
	font-size: 0.426667rem;
	color: #333;
	margin-bottom: 0.4rem;
}

.class-address-detail .detail .del {
	margin-left: 0.4rem;
	font-size: 0.373333rem;
	color: #f00;
}

.class-shop {
	background: #f7f7f7;
	padding-bottom: 1.733333rem;
}

.class-shop .list .item {
	background: #fff;
	margin-bottom: 0.346667rem;
	padding: 0.4rem;
	display: flex;
	align-items: center;
}

.class-shop .list .item .select {
	margin-right: 0.106667rem;
}

.class-shop .list .item .select input {
	width: 0.373333rem;
	height: 0.373333rem;
}

.class-shop .list .item .main {
	display: flex;
	flex: 1;
}

.class-shop .list .item .main .img {
	width: 2.333333rem;
	height: 2.333333rem;
	margin-right: 0.266667rem;
}

.class-shop .list .item .main .img img {
	width: 100%;
	height: 100%;
}

.class-shop .list .item .main .word {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.class-shop .list .item .main .word .top {
	display: flex;
	justify-content: space-between;
}

.class-shop .list .item .main .word .top .la h4 {
	font-size: 0.48rem;
	color: #333;
	margin-bottom: 0.133333rem;
}

.class-shop .list .item .main .word .top .la p {
	font-size: 0.373333rem;
	color: #999;
}

.class-shop .list .item .main .word .top .del i {
	font-size: 0.48rem;
}

.class-shop .list .item .main .word .bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.266667rem;
}

.class-shop .list .item .main .word .bot p {
	font-size: 0.48rem;
	color: #333;
}

.class-shop .shop-foot {
	max-width: 10rem;
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 1.28rem;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.class-shop .shop-foot .pay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	padding: 0.4rem;
}

.class-shop .shop-foot .pay>p {
	font-size: 0.373333rem;
	color: #333;
}

.class-shop .shop-foot .pay .select {
	display: flex;
	align-items: center;
}

.class-shop .shop-foot .pay .select span {
	margin-left: 0.106667rem;
	font-size: 0.373333rem;
	color: #333;
}

.class-shop .shop-foot .pay .select input {
	width: 0.373333rem;
	height: 0.373333rem;
}

.class-shop .shop-foot .layui-btn {
	width: 3.52rem;
	height: 1.306667rem;
	background: #333;
	font-size: 0.426667rem;
	color: #fff;
}




/* .class-order */
.f-32 {
	font-size: 0.3733rem !important;
}

.f-30 {
	font-size: 0.4rem !important;
}

.f-34 {
	font-size: 0.426667rem;
}

.f-36 {
	font-size: 0.48rem !important;
}

.f-60 {
	font-size: 1rem !important;
}

.p-1 {
	padding: 0.4rem;
}

.c-333 {
	color: #333;
}

.c-666 {
	color: #666;
}

.c-999 {
	color: #999;
}

.order-title {
	border-bottom: 1px solid #eee;
}

.order-title span {
	margin-left: 0.4rem;
	padding-bottom: 0.4rem;
	display: inline-block;
}

.order-title a p {
	font-size: 0.373333rem;
	color: #999;
	padding-bottom: 0.4rem;
}

.order-title a i {
	font-size: 0.48rem;
	color: #999;
}

.d-flex {
	display: flex
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.w-100 {
	width: 100%;
}

.order-centen h5 {
	font-size: 0.426667rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #eee;
}

.text-right {
	text-align: right;
}

.c-f0 {
	color: #ff0000;
}

.c-f3 {
	color: #ff3434;
}

.c-f9 {
	color: #f92300;
}

.pl-1 {
	padding-left: 0.2rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.pr-3 {
	padding-right: 0.8rem !important;
}

.pr-2 {
	padding-right: 0.4rem !important;
}

.py-2 {
	padding: 0.3rem 0;
}

.p-2 {
	padding: 0.2rem 0.4rem;
}

.pt-1 {
	padding-top: 0.2rem;
}

.pt-2 {}

.pb-4 {
	padding-bottom: 1.2rem;
}

.pb-3 {
	padding-bottom: 1rem;
	
}
.pb-details{
    	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 0.2rem 0.3rem;
	margin-bottom: 1rem;
}
.pb-1 {
	padding-bottom: 0.2rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-3 {
	padding-top: 0.5rem;
}

.border-bottom {
	border-bottom: 1px solid #eee;
}

.bg-fff {
	background: #fff;
}

.class-order .list {
	background: #fff;
	margin-bottom: 0.346667rem;
}

.class-order .list2 {
	background: #fff;
	margin-bottom: 0.346667rem;
}

.class_detail .list {
	background: #fff;
	margin-bottom: 0.346667rem;
}

.class_detail .list5 {
	background: #fff;
	margin-bottom: 0.346667rem;
}

.class_detail .list6 {
	background: #fff;
	margin-bottom: 0.346667rem;
}

.px-2 {
	padding: 0.5rem 1rem;
}

.bg-d9e0e5 {
	background: #d9e0e5;
}

.cur {
	border-bottom: 1px solid #000;
}

.class_detail {
	background: #f7f7f7;
}

.c-ff8 {
	color: #ffb84c !important;
}

.class_detail .icon-fufeizhuanqu,
.icon-tuihuobaozhang {
	font-size: 0.48rem !important;
	color: #999;
}

.class_detail .list2_box a {
	padding: 0.2rem 0.4rem;
	background: #f7f7f7;
	border-radius: 10px;
}

.px-1 {
	padding: 0 0.3rem;
}

.c-b8 {
	color: #b8b8b8;
}

.qin {
	border: 1px solid #000;
	border-radius: 10px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-content-flex-start {
	justify-content: flex-start
}

.class_detail .pro-list .list li {
	padding: 0 0.133333rem;
	margin-bottom: 0.533333rem;
	width: 50%;
	box-sizing: border-box;
}

.class_detail .pro-list .list ul li p {
	font-size: 0.373333rem;
	color: #333;
	text-align: center;
	margin-top: 0.24rem;
}

.class_detail .shop-foot {
	max-width: 10rem;
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 1.28rem;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.class_detail .shop-foot .pay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	padding: 0.4rem;
}

.class_detail .shop-foot .layui-btn {
	width: 3.52rem;
	height: 1.306667rem;
	background: #333;
	font-size: 0.426667rem;
	color: #fff;
}

.class_detail .shop-foot .pay .select {
	display: flex;
	align-items: center;
}

.class_detail .shop-foot .pay>p {
	font-size: 0.373333rem;
	color: #333;
}


.class_detail .shop-foot .icon-kefu,
.icon-shoucang {
	font-size: 0.58rem !important;
}

.class_detail .shop-foot .icon-gouwuche {
	font-size: 0.7rem;
}

.border-right {
	border-right: 1px solid #eee;
}


/* user_news_detail */
.user_news_btn {
	padding: 0.2rem 1rem;
	color: #af9279 !important;
	border: 1px solid #af9279 !important;
}

.userhome_news_detail .detail {
	padding-top: 0 !important;
}

.userhome_news_detail {
	padding-top: 0 !important;
}

.userhome_news .news-list {
	padding-top: 0 !important;
}

.userhome_yuyue .icon-zuoyoujiantou {
	font-size: 0.5rem !important;
}

.userhome_yyfw .icon-zuoyoujiantou {
	font-size: 0.5rem !important;
}

.py-3 {
	padding: 0.666667rem 0;
}

.f-16 {
	font-size: 0.3rem;
}

.userhome_yyfw textarea {
	background: #f3f3f3;
	border: 0;
}

.userhome_yyfw_btn {
	color: #fff;
	background: #000;
	padding: 0.3rem 0.6rem;
	border-radius: 30px;
}

.text-center {
	text-align: center !important;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.c-fff {
	color: #fff;
}

.fwyy-txt {
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.fwyy-list2 {
	background: #fff;
}

.fwyy-list2 em {
	width: 4px;
	height: 29px;
	background: #3b3b3b;
	display: inline-block;
}

.align-items-center {
	align-items: center;
}

.fwyy-tab1 {
	padding-right: 0.2rem;
}

.fwyy-tab2 {
	padding-left: 0.2rem;
}

.fwyy-tab1-txt {
	top: 13px;
	left: 15px;
}

.fwyy-tab1-txt a {
	padding: 0.1rem 0.3rem;
	border: 1px solid #fff;
	border-radius: 30px;
}

.fwyy-tab2-txt {
	top: 13px;
	left: 30px;
}

.fwyy-tab2-txt a {
	padding: 0.1rem 0.3rem;
	border: 1px solid #fff;
	border-radius: 30px;
}

.py-2 {
	padding: 0.2rem 0;
}

.border {
	border: 1px solid #eee;
}



.fwyy-list3 {
	margin-top: 0.3rem;
}

.fwyy-list3 em {
	width: 4px;
	height: 29px;
	background: #3b3b3b;
	display: inline-block;
}

.mx-0 {
	margin: 0 auto;
}

.fwyy-list-box::before {
	content: "";
	top: 13px;
	right: -50px;
	background: url(../images/xy.png) no-repeat center;
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
}


/* userhome_jfmx_list */
.userhome_jfmx_list {
	background: #f7f7f7;
}

.jfmx_list_txt {
	top: 31%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.jfmx_list-box1 {
	background: #e4caa0;
	padding: 0.2rem 0.4rem;
	border-radius: 30px;
	box-shadow: 0px 10px 20px 0px rgba(33, 127, 255, 0.2);
}

.jfmx_list-box2 {
	background: #fcbba5;
	padding: 0.2rem 0.4rem;
	border-radius: 30px;
	box-shadow: 0px 10px 20px 0px rgba(255, 134, 33, 0.2);
}

.justify-content-around {
	justify-content: space-around;
}

.product-parameter {
	transition: all 0.6s;
	position: fixed;
	background: #00000062;
	bottom: 0;
	width: 10rem;
	height: 100%;
	z-index: 999;
}

.product-parameter .product-parameter-bg {
	width: 100%;
	position: absolute;
	background: transparent;
	height: 100%;
	bottom: 0;
}

.product-parameter .product-parameter-content {
	width: 100%;
	position: absolute;
	background: #fff;
	height: 14.026667rem;
	bottom: 0;
	padding: 0 10px;
}
.product-parameter .product-parameter-content li{
	border-top: 1px solid #eee;
	display: flex;
	align-items: flex-start;
}
.product-parameter .product-parameter-content li.qin{
	border: none;
	border-radius: 0;
	border-top: 1px solid #eee;
}
.product-parameter .product-parameter-content .title {
	font-size: 14px;
	padding: 10px;
	color: #555;
	font-weight: bold;
}
.product-parameter-con{
	overflow: scroll;
	height: 11.7rem;
}
.product-parameter .product-parameter-content .left-text{
	padding: 10px;
	    width: 80px;
	    word-break: break-all;
	    color: #888;
		font-size: 13px;
}
.product-parameter .product-parameter-content .right-text{
	word-break: break-all;
	    color: #555;
	    padding: 10px;
		flex: 1;
		font-size: 13px;
}
.product-parameter .product-parameter-content .cover-footer{
	    height: 48px;
	    text-align: center;
	    line-height: 48px;
	    left: 0;
	    right: 0;
	    position: absolute;
	    bottom: 0;
	    background: #1b1b1b;
	    color: #FFF;
		font-size: 0.426667rem;
}
.xuangou.hide, .product-parameter.hide{
	bottom: -100%;
}

.xuangou {
	transition: all 0.6s;
	position: fixed;
	background: #00000062;
	bottom: 0;
	width: 10rem;
	height: 100%;
	z-index: 999;
	/* display: none; */
}

.xuangou .xuangou_bg {
	width: 100%;
	position: absolute;
	background: #fff;
	height: 14.026667rem;
	bottom: 0;
}

.xuangou .xuangou_bg .xuangou_top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0.4rem;
	padding: 0.466667rem 0;
}

.xuangou .xuangou_bg .xuangou_top .xuangou_top_img img {
	width: 2.333333rem;
	height: 2.333333rem;
}

.xuangou .xuangou_bg .xuangou_top .xuangou_top_text {
	width: 6.84rem;
	padding-left: 0.266667rem;
}

.xuangou .xuangou_bg .xuangou_top .xuangou_top_text .xuangou_top_text_huiyj {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xuangou .xuangou_bg .xuangou_top .xuangou_top_text .xuangou_top_text_huiyj img {
	width: 0.426667rem;
	height: 0.426667rem;
}

.xuangou .xuangou_bg .xuangou_top .xuangou_top_text .xuangou_top_text_huiyj span {
	font-size: 0.373333rem;
	color: #ffb84c;
}

.xuangou .xuangou_bg .xuangou_top .xuangou_top_text .xuangou_top_text_title h3 {
	font-size: 0.48rem;
	color: #333333;
	margin-top: 0.2rem;
	line-height: 1;
}

.xuangou .xuangou_bg .xuangou_top .xuangou_top_text .xuangou_top_text_title span {
	font-size: 0.48rem;
	color: #ff0000;
	display: block;
	margin-top: 0.2rem;
	line-height: 1;
}

.xuangou .xuangou_bg .xuangou_top .xuangou_top_text .xuangou_top_text_title p {
	font-size: 0.32rem;
	margin-top: 0.2rem;
	color: #999999;
	line-height: 1;
}

.xuangou .xuangou_bg .bg {
	width: 10rem;
	height: 0.266667rem;
	background-color: #e5e5e5;
	opacity: 0.45;
}

.xuangou .xuangou_bg .guige h2 {
	font-size: 0.426667rem;
	padding: 0.733333rem 0.426667rem;
	color: #333333;
}

.xuangou .xuangou_bg .guige .guige_color {
	display: flex;
	align-items: center;
}

.xuangou .xuangou_bg .guige .guige_color span {
	font-size: 0.373333rem;
	padding: 0 0.426667rem;
	color: #999999;
}

.xuangou .xuangou_bg .guige .guige_color div {
	width: 1.186667rem;
	height: 0.64rem;
	/*background-color: #f6f6f6;*/
	border-radius: 0.08rem;
	font-size: 0.32rem;
	text-align: center;
	line-height: 0.64rem;
	color: #b8b8b8;
	margin-right: 0.2rem;
}

.xuangou .xuangou_bg .guige .guige_color div:nth-child(2) {
	border: solid 1px #19191a;
}

.xuangou .xuangou_bg .guige .chichun_color {
	display: flex;
	align-items: center;
	padding-bottom: 0.666667rem;
	border-bottom: 1px solid #ececec;
	margin: 0 0.426667rem;
}

.xuangou .xuangou_bg .guige .chichun_color span {
	font-size: 0.373333rem;
	padding-right: 0.426667rem;
	color: #999999;
}

.xuangou .xuangou_bg .guige .chichun_color div {
	padding: 0 0.213333rem;
	height: 0.64rem;
	background-color: #f6f6f6;
	border-radius: 0.4rem;
	font-size: 0.32rem;
	text-align: center;
	line-height: 0.64rem;
	color: #b8b8b8;
	margin-right: 0.2rem;
}

.xuangou .xuangou_bg .guige .chichun_color div:nth-child(2) {
	background-color: #ffa800;
	color: #fff;
}

.xuangou .xuangou_bg .goumai {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.426667rem;
}

.xuangou .xuangou_bg .goumai h3 {
	font-size: 0.373333rem;
	color: #999999;
}

.xuangou .xuangou_bg .goumai .add {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #726c6b;
	border-radius: 0.4rem;
	width: 2.266667rem;
	height: 0.76rem;
}

.xuangou .xuangou_bg .goumai .add span {
	display: block;
	font-size: 0.373333rem;
	color: #999999;
	text-align: center;
	border-right: 1px solid #b5b5b5;
	width: 0.426667rem;
	height: 0.426667rem;
	cursor: pointer;
}

.xuangou .xuangou_bg .goumai .add span:nth-child(3) {
	border-left: 1px solid #b5b5b5;
	border-right: 0;
}

.xuangou .xuangou_bg .goumai .add input {
	width: 0.8rem;
	text-align: center;
	border: none;
	font-size: 0.32rem;
}

.xuangou .xuangou_bg .buttom {
	width: 10rem;
	height: 1.306667rem;
	background-color: #1b1b1b;
	position: absolute;
	bottom: 0;
}

.xuangou .xuangou_bg .buttom a {
	font-size: 0.426667rem;
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 1.306667rem;
}


.index_nav {
	position: fixed;
	z-index: 99;
	width: 100%;
	max-width: 750px;
	top: 0;
	height: 100%;
	background: #000000a5;
	right: -100%;
}

.index_nav .index_nav_bg {
	position: relative;
}

.index_nav .index_nav_bg .index_nav_item {
	width: 50%;
	background: #fff;
	height: 100vh;
	position: absolute;
	right: 0;
}

.index_nav .index_nav_bg .index_nav_item ul {
	padding-top: 0.266667rem;
}

.index_nav .index_nav_bg .index_nav_item ul li a {
	display: block;
	line-height: 1.066667rem;
	margin: 0 0.266667rem;
	font-size: 0.373333rem;
	text-align: center;
	border-bottom: 1px solid #efefef;
}

.index_nav .index_nav_bg .index_nav_item .index_nav_img .layui-icon-close {
	right: 0.266667rem;
	top: 0.266667rem;
	position: absolute;
	font-size: 0.613333rem;
}
