@charset "UTF-8";

@import url(../fonts/icon.css);

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input,
	textarea, th, td {
	margin: 0;
	padding: 0 auto;
}

html {
	font-size: 30px;
}

body, button, input, select, textarea {
	line-height: 1;
}

a {
	text-decoration: none;
	color: #000;
}

address, cite, dfn, em, var {
	font-style: normal;
}

code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 0.32rem;
}

ul, ol {
	list-style: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset, img {
	border: 0;
}

button, input, select, textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

html {
	background: #ffffff;
	color: #333333;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-family: Helvetica, sans-serif;
}

.container {
	width: 600px;
	margin: 0 auto;
	background-color: #fff;
}

.home-sign {
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.headBar {
	height: 2.4rem;
	position: relative;
	z-index: 1000;
	background-color: #3da2f6;
	text-align: center;
	padding: .8rem 0;
}

.headBar .logo {
	font-size: 1rem;
	color: #fff;
}

.bannerImg {
	width: 100%;
}

.boxhsc {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.menu-box {
	height: 4rem;
	background-color: #f1f1f1;
}

.boxvcd {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.cateNav li {
	-webkit-box-flex: 1;
	flex: 1;
	margin: .5rem auto;
}

.cateNav li .icon {
	display: block;
	width: 2rem;
	height: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	color: #34bcea;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2rem;
}

.cateNav li .title {
	font-size: 0.8rem;
	color: #999999;
	display: block;
}

.boxvcc {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.hding {
	font-size: 1rem;
	margin: 1rem .8rem;
	text-align: center;
	color: #333333;
	position: relative;
}

.hding::before {
	content: " ";
	width: 70%;
	height: 1px;
	background-color: #313131;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35%;
}

.hding .title {
	margin: 0 0.4rem;
	color: #333333;
	background: #fff;
	position: relative;
	padding: 0.3rem;
}

.pdimgBox {
	background-color: #f1f1f1;
	overflow: hidden;
	height: 12rem;
}

.pdimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 10px;
}

.pdimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.titleNinfo {
	overflow: hidden;
	-webkit-box-flex: 1;
	flex: 1;
}

.titleNinfo .h2ding {
	font-size: 0.6rem;
	line-height: 1.2rem;
	padding: 0.3rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	overflow: hidden;
	background-color: #eeeeee;
	padding-bottom: 1rem;
}

.price .num {
	font-size: 0.5rem;
}

.priceNinfo {
	height: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 1rem;
}

.priceMember {
	position: relative;
	width: 4rem;
	top: -2rem;
	background-color: #00a0e9;
	border-color: #00a0e9;
	margin: .2rem 1rem;
	padding: .1rem .5rem;
	font-size: .8rem;
}

.priceMember2 {
	position: relative;
	width: 4.4rem;
	top: -2rem;
	background-color: #00a0e9;
	border-color: #00a0e9;
	margin: -1.2rem 10rem;
	padding: .1rem .5rem;
	font-size: .8rem;
}

.boxvsc {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	align-items: flex-start;
}

.boxhsc {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.boxhsbc {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 2.5rem;
}

.mainNav {
	max-width: 600px;
	height: 2.5rem;
	background-color: #f1f1f1;
	z-index: 1000;
	margin: auto;
}

.mainNav li {
	width: 25%;
	display: inline;
	float: left;
	font-size: 0.6rem;
}

.mainNav li i {
	font-size: 1.2rem;
	padding: .2rem;
}

.marginBottom {
	height: 5rem;
	font-weight: bold;
	text-align: center;
	margin-top: 3rem;
}

.layui-form-label {
	width: 4rem;
}

.allDashBox {
	border: 1px dashed #ccc;
	padding: .3rem .5rem;
	cursor: pointer;
	font-weight: bold;
	font-size: .6rem;
}

.priceView {
	color: #F06F06;
	padding: 5px 10px;
	font-size: 1.5em;
	font-family: Arial;
}

.allDashBox2 {
	border: 1px dashed #ccc;
	padding: .3rem .5rem;
	cursor: pointer;
	font-weight: bold;
	font-size: .6rem;
}

.layui-colla-content img {
	width: 100% !important;
	height: auto !important;
	padding: 3px;
	margin: 3px;
}

.orName {
	font-size: 0.8rem;
	color: #1e9fff;
	padding: .1rem .3rem;
}

.iconBox {
	width: 100%;
	padding-top: 50px;
	text-align: center;
	line-height: 40px;
}

.iconBox img {
	width: 66px;
}

.iconSize {
	font-size: 46px;
}

.member-box {
	height: 7rem;
	background-color: #ccc;
	padding: 1rem;
	padding-bottom: 0;
}

.member-box p {
	margin: 0.3rem 1rem;
	font-size: .8rem;
	line-height: 1.2rem;
}

.member-info {
	height: 6rem;
	background-color: #fff;
	background: linear-gradient(to right, #c59b69 0%, #edd3aa 80%);
	border-radius: .6rem .6rem 0 0;
	padding: 1rem;
}

.avatar-box {
	border-radius: 50%;
	overflow: hidden;
	height: 2rem;
	width: 2rem;
}

.avatar-box img {
	width: 100%;
}

.member-name {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
}

.member-name-text {
	margin: 0.12rem 0.55rem;
}

#btn-box {
	padding: 0.1rem;
}

.nickname-field {
	font-size: 1rem;
	color: #000;
	width: 7.6rem;
	padding: 0 .5rem;
}

#edit-sign {
	width: 0.9rem;
	cursor: pointer;
}

.uGain-layer .layui-layer-title {
	background: #c00;
	color: #fff;
	border: none;
	height: 0;
	background-color: transpreant;
}

.uGain-layer .layui-layer-btn {
	border-top: 1px solid #E9E7E7;
}

.uGain-layer .layui-layer-btn a {
	background: #333;
}

.uGain-layer .layui-layer-btn .layui-layer-btn1 {
	background: #999;
}

.uGain-layer .layui-layer-setwin {
	top: -1rem;
	right: -1rem;
}

.coin-text {
	font-size: .6rem;
	color: #f00;
}

#checkin-box {
	width: 15rem;
	height: 15rem;
	display: none;
	background-color: #f1f1f1;
	display: none;
}

.checkin-title {
	height: 6rem;
	width: 100%;
	background-color: #3da2f6;
}

.checkin-title p {
	color: #f1f1f1;
	padding: .1rem 4rem;
}

.checkin-content {
	margin: 1rem;
}

.checkin-content h3 {
	font-size: .8rem;
	color: #000;
	margin-bottom: 1rem;
}

.checkin-content li {
	padding: 1rem;
	color: #000;
	padding: .1rem 1rem;
}

.checkin-left {
	float: left;
	padding: .5rem;
	font-size: 1rem;
}

.checkin-right {
	float: right;
	padding: .5rem;
	font-size: 1rem;
}

.checkin-btn {
	display: inline-block;
	width: 8rem;
	height: 2rem;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
	margin: 1rem 3.5rem;
}

.checkin-btn i {
	font-size: 1rem;
}

.checkin-box-head {
	width: 90%;
	margin: .6rem auto;
	margin-bottom: 0;
	padding: .6rem 0 0.6rem 4.6rem;
	background-color: #3da2f6;
	border-bottom: 1px solid #ccc;
	font-size: .8rem;
	border-radius: 1rem 1rem 0 0;
}

.checkin-box-body {
	width: 90%;
	margin: 0 auto;
	height: 12rem;
	font-size: .2rem;
	border-radius: 0 0 1rem 1rem;
	font-size: .2rem;
	background-color: #f1f1f1;
}

.calendarTable {
	border: 0px;
	font-size: .6rem;
	width: 100%;
	height: 10rem;
}

.calendarTable td, .calendarTable th {
	padding-top: .4rem;
	padding-bottom: .2rem;
	text-align: center;
	height: 1.3rem;
}

.coin-box {
	height: 4rem;
	background-color: #ccc;
	padding: 1rem;
	padding-bottom: 0;
}

.coin-box p {
	margin: 0.3rem 1rem;
	font-size: .8rem;
	line-height: 1.2rem;
}

.coin-box2 {
	padding: 1rem;
	padding-bottom: 0;
}

.redfont {
	color: #f00;
}

.grayfont {
	color: #ccc;
}

@media ( max-width : 768px) {
	html {
		font-size: 24px;
	}
	.container {
		width: 100%;
		margin: 0 auto;
	}
	.member-box p {
		margin: 0.3rem .3rem;
		font-size: .7rem;
	}
}