html {
	font-size: 100px !important;
}

* {
	/* touch-action: none; */
	
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal !important;
}

@font-face {
	font-family: 'SourceHanSansCN-Light';
	src: url('../fonts/SourceHanSansCN-Light.eot');
	src: url('../fonts/SourceHanSansCN-Light.eot?#font-spider')
		format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Light.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url('../fonts/SourceHanSansCN-Normal.eot');
	src: url('../fonts/SourceHanSansCN-Normal.eot?#font-spider')
		format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Normal.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Normal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Medium';
	src: url('../fonts/SourceHanSansCN-Medium.eot');
	src: url('../fonts/SourceHanSansCN-Medium.eot?#font-spider')
		format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Medium.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Heavy';
	src: url('../fonts/SourceHanSansCN-Heavy.eot');
	src: url('../fonts/SourceHanSansCN-Heavy.eot?#font-spider')
		format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Heavy.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Heavy.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icon-font';
	src: url('../fonts/mui.ttf');
}

.mui-icon {
	font-family: 'icon-font';
}

body {
	font-family: 'SourceHanSansCN-Normal';
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 0;
}

img {
	display: block;
}

b {
	font-weight: normal;
	font-family: 'SourceHanSansCN-Light';
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #969799
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #969799
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #969799
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #969799
}

.unified-textarea::-webkit-input-placeholder {
	font-size: 0.15rem;
}

.unified-textarea:-moz-placeholder {
	font-size: 0.15rem;
}

.unified-textarea::-moz-placeholder {
	font-size: 0.15rem;
}

.unified-textarea:-ms-input-placeholder {
	font-size: 0.15rem;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.popup {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.popup .content {
	width: 78%;
	background: #fff;
	border-radius: 0.14rem;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
}

.popup .content .title {
	font-size: 0.18rem;
	text-align: center;
	font-weight: bolder;
	padding-top: 0.3rem;
}

.popup .content .tips {
	padding: 0.24rem 0;
}

.popup .content .tips p {
	color: #303032;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.3rem;
}

.popup .content .tips p span {
	color: #ff0000;
}

.popup .content .btn-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popup .content .btn-group p {
	font-size: 0.18rem;
	text-align: center;
	color: #000;
	padding: 0.16rem 0;
}

.popup .content .btn-group p.cancel-btn {
	background: #f6f6f6;
}

.popup .content .btn-group p.confirm-btn {
	background: #ffe93b;
}

.bottom-popup {
	display: inline-block;
	top: 100%;
	transition: all 0.3s ease-in;
	z-index: 999;
}

.bottom-popup .content {
	width: 100%;
	border-radius: 0.14rem 0.14rem 0 0;
	position: fixed;
	bottom: -5rem;
	top: auto;
	z-index: 99;
	left: 0;
	transform: inherit;
	transition: all 0.3s ease-in;
}

.bottom-popup .content .title {
	color: #323233;
	padding: 0.12rem 0;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'SourceHanSansCN-Medium';
}

.modal {
	opacity: 0;
	display: none;
	transition: all 0.3s ease-in;
	z-index: 999;
}

.modal .content {
	top: 50%;
}

.modal .content .main-content {
	width: 94%;
	margin: 0.2rem auto 0;
	text-align: center;
	color: #333;
}

.modal .content span {
	color: #999;
	font-size: 0.12rem;
	width: 94%;
	display: block;
	margin: 0.08rem auto 0.14rem;
	text-align: center;
}

.mui-icon-closeempty {
	position: absolute;
	top: 0.02rem;
	right: 0.08rem;
	font-size: 0.38rem;
	font-weight: bold;
	color: #c8c9cb;
	cursor: pointer;
}

.mui-btn {
	width: 100%;
	border: none;
	background-color: #ffe93b;
	line-height: 0.3rem;
	border-radius: 0.2rem;
	margin-top: 0.20rem;
}

.mui-bar {
	background-color: #fff;
}

.mui-bar-nav {
	box-shadow: none;
	z-index: 100;
}

.mui-bar-nav.mui-bar .mui-icon {
	font-weight: 100;
	font-size: 0.22rem;
	margin-top: 0.03rem;
}

.radius {
	border-radius: 0.14rem;
}

.mui-title {
	font-size: 0.16rem;
	color: #3a3a3c;
	font-family: 'SourceHanSansCN-Medium';
}

.mui-bar .mui-btn-link {
	font-size: 0.13rem;
	margin-right: 0.06rem;
}

.mui-bar .mui-btn-link:hover {
	border: none;
}

input[type="text"] {
	margin-bottom: 0;
	border: none;
	text-align: right;
	font-weight: normal;
	font-size: 0.14rem;
	padding: 0;
	width: 60%;
	color: #333;
	height: 0.2rem;
}

.show-toast {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0.1rem;
	z-index: 99;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0.16rem;
	text-align: center;
	width: 1.4rem;
	height: 1.4rem;
	transition: all 0.3s ease-in;
	text-align: center;
}

.show-toast p {
	color: #fff;
	font-size: 0.16rem;
	width: 80%;
	margin: auto;
}

.show-toast img {
	width: 30%;
	margin: 0 auto 0.14rem;
}

.fail-toast img {
	width: 7% !important;
}

.toast-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 10000;
}

.show-toast .mui-icon-checkmarkempty {
	font-size: 0.8rem;
	color: #fff;
	line-height: 0.6rem;
}

.show-toast .main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.show-toast .mui-icon-info {
	font-size: 0.56rem;
	/* width: 4rem; */
	margin-bottom: 0.1rem;
	color: #fff;
}

.show-toast .mui-icon-spinner-cycle {
	color: #fff;
	font-size: 0.5rem;
	margin-bottom: 0.1rem;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@
-webkit-keyframes rotate {from { -webkit-transform:rotate(0deg);
	
}

to {
	-webkit-transform: rotate(360deg);
}

}
@media screen and (width:375px) {
	html {
		font-size: 90px !important;
	}
}

/* 
 * module
 *
 */
.explain-container {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background-color: #f2f2f2;
	padding-bottom: 0.2rem;
}

.explain-container h1 {
	color: #fff;
	text-align: center;
	font-size: 0.20rem;
	font-weight: bolder;
	padding: 0.5rem 0 0.4rem;
	background-color: #333333;
}

.explain-content-bg {
	background-color: #333333;
}

.explain-content {
	width: 100%;
	background: #fff;
	border-radius: 0.14rem 0.14rem 0 0;
	overflow: hidden;
}

.explain-content .item {
	width: 92%;
	margin: auto;
	padding: 0.16rem 0 0.18rem;
	border-bottom: 1px dashed #b5b5b5;
}

.explain-content .item:last-child {
	border: none;
}

.explain-content .item h3 {
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.16rem;
	height: 0.16rem;
	font-family: 'SourceHanSansCN-Medium';
}

.explain-content .item h3 span {
	font-family: 'SourceHanSansCN-Heavy';
	font-size: 0.26rem;
	vertical-align: text-top;
}

.explain-content .item p {
	margin-top: 0.18rem;
	font-size: 0.14rem;
}

.explain-content .item b {
	font-size: 0.14rem;
	margin-top: 0.12rem;
	display: block;
	font-weight: bolder;
}

.explain-container .btn {
	width: 92%;
	margin: auto;
	text-align: center;
}

.explain-container .btn .tips {
	font-size: 0.12rem;
	margin-top: 0.06rem;
}

.pay-container .mui-input-group:before {
	display: none;
}

.pay-container .mui-input-group:after {
	background-color: #f3f3f5;
}

.pay-container .mui-input-group .mui-input-row {
	height: 0.46rem;
}

.pay-container .mui-input-group .mui-input-row:after {
	display: none;
}

.pay-container .mui-input-row label {
	width: auto;
	padding: 0;
	font-size: 0.3rem;
}

.pay-container .mui-input-row label ~input, .mui-input-row label ~select,
	.mui-input-row label ~textarea {
	float: left;
	padding: 0;
	padding-left: 0.08rem;
	height: 0.3rem;
}

/* tabbar */
/* order_list account_manage */
.order-body {
	width: 100%;
	/* background-color: #f5f5f5; */
	overflow-x: hidden;
}

.order-list-container .mui-content {
	background-color: #f5f5f5;
}

.order-list-container .nav-list {
	width: 100%;
	position: relative;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	box-shadow: 0 0.02rem 0.03rem #e5e5e5;
}

.order-list-container .nav {
	width: 90%;
	margin: auto;
	justify-content: space-between;
}

.order-list-container .nav li {
	color: #646566;
	margin: 0 0.04rem;
	padding: 0.14rem 0;
	font-size: 0.14rem;
	position: relative;
}

.order-list-container .selected {
	color: #000 !important;
	font-weight: bold !important;
}

.order-list-container .scroll {
	width: 0.5rem;
	height: 0.04rem;
	background: #f6df4f;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 99;
	border-radius: 0.04rem;
	transition: all 0.2s ease-in-out;
}

.order-list-container .order-list {
	width: 100%;
	padding-bottom: 0.14rem;
}

.order-list-container .content {
	margin-top: 0.15rem;
}

.order-list li {
	width: 94%;
	margin: 0.12rem auto 0;
	background-color: #fff;
	padding: 0.1rem 0 0.14rem;
	border-radius: 0.14rem;
	transition: all 0.2s ease-in;
	opacity: 1;
}

.order-list-container .order-list .orderid {
	border-bottom: 1px solid #ededed;
	padding-bottom: 0.12rem;
	padding-left: 0.13rem;
}

.order-list-container .order-list .order-img {
	width: 22%;
	position: relative;
	border-radius: 0.10rem;
	overflow: hidden;
	margin-left: 0.13rem;
}

.order-list-container .order-img img {
	width: 100%;
}

.order-list-container .order-img h4 {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	font-size: 0.12rem;
	padding: 0.04rem 0;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
}

.order-list-container .order-info {
	margin-left: 0.08rem;
	display: flex;
	width: calc(100% - 22% - 0.08rem - 0.26rem);
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.order-list-container .order-info h3 {
	font-size: 0.14rem;
	font-weight: bold;
	line-height: 1.3;
	font-family: 'SourceHanSansCN-Medium';
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.order-info p {
	font-size: 0.12rem;
	font-weight: 300;
	margin: 0.02rem 0;
}

.line2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.order-list-container .order-list .flex {
	justify-content: flex-start;
}

.order-list-container .order-info .flex {
	width: 100%;
	justify-content: space-between;
}

.order-list-container .status {
	color: #000;
}

.order-list-container .btn-group {
	justify-content: flex-end !important;
	margin-right: 0.14rem;
}

body {
	line-height: initial;
}

.order-list-container .btn-group .fun-button {
	font-size: 0.12rem;
	border: 1px solid #666;
	padding: 0.04rem 0;
	border-radius: 0.04rem;
	margin-top: 0.04rem;
	display: inline-block;
	text-align: center;
	margin-left: 0.1rem;
	width: 18%;
}

.order-list-container .order-list-scroll {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	position: absolute;
	left: 0;
	top: 0.94rem;
	/* margin-top: 1rem; */
	z-index: 99;
	transition: all 0.2s ease-in-out;
	overflow-y: auto;
	z-index: 1;
}

.not-more {
	text-align: center;
	margin-top: 0.16rem;
	padding-bottom: 0.16rem;
}

.white-bg {
	background-color: #fff;
}

.mui-content-white {
	background-color: #fff;
}

.again-put {
	border-color: #f6df4f !important;
	background-color: #f6df4f;
}

@media screen and (max-width:375px) {
	.order-list-container .order-list-scroll {
		top: 1rem;
	}
}

.cell-group {
	width: 94%;
	margin: auto;
	border-top: 1px solid #ebecef;
}

.cell-group .cell {
	justify-content: space-between;
	border-bottom: 1px solid #ebecef;
	padding: 0.13rem 0.08rem;
}

.cell-group .cell p {
	color: #333;
}

.cell-group .cell .mui-icon {
	color: #969799;
	font-size: 0.2rem;
}

/* 
* bottom nav
*/
.main-nav {
	padding: 0.05rem 0;
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 99;
}

.main-nav li {
	text-align: center;
}

.main-nav li img {
	width: 0.3rem;
	margin: auto;
}

.main-nav li p {
	color: #999;
	font-size: 0.14rem;
	margin-top: -0.05rem;
	font-weight: bold;
}

.main-nav li p.selected {
	color: #000;
}

.nav-release {
	margin-top: -0.15rem;
}

.nav-release img {
	width: 0.4rem !important;
	margin-bottom: 0.06rem !important;
}

.home-header {
	background: url(../images/index_header_bg.png) no-repeat;
	background-size: 100%;
	background-position: top left;
	position: relative;
	background-color: #f7f7f7;
}

.home-search {
	width: 92%;
	margin: auto;
	justify-content: space-between;
	padding: 0.1rem 0;
}

.home-search h2 {
	font-size: 0.22rem;
}

.home-search div {
	background-color: #f7f8f9;
	border-radius: 0.2rem;
	width: 83%;
	padding: 0.03rem 0;
}

.home-search div .mui-icon {
	font-size: 0.18rem;
	margin: -0.03rem 0.01rem 0 0.08rem;
	vertical-align: middle;
	color: #333;
}

.home-search div input {
	background-color: transparent;
	width: 80%;
	text-align: left;
	margin-top: 0;
	height: 0.34rem;
	line-height: 0.34rem;
	font-weight: 300;
}

.mui-pull-caption {
	font-size: 0.12rem;
	color: #999;
}

.less .content .btn-group p:first-child {
	background: #f6f6f6;
}

.less .content .btn-group p {
	width: 50%;
	font-size: 0.18rem;
	text-align: center;
	color: #000;
	padding: 0.16rem 0;
}

.less .content .btn-group p:last-child {
	background: #ffe93b;
}

.order-list .tag-group .tag {
	font-size: 0.10rem;
	color: #ff0900;
	border: 0.01rem solid #f1524c;
	border-radius: 0.04rem;
	vertical-align: middle;
	padding: 0 0.02rem;
	font-weight: 400;
	display: inline-block;
}

.order-list-container .status b {
	font-size: 0.14rem;
	font-weight: normal;
	color: #666;
}

.bottom-popup .games ul {
	justify-content: flex-start;
	margin: 0.1rem 0;
}

.bottom-popup .games ul li {
	width: calc(100%/ 4 - 8%);
	margin: 0.05rem 4%;
	text-align: center;
}

.bottom-popup .games ul li img {
	width: 0.49rem;
	margin: 0 auto 0.08rem;
	border-radius: 50%;
}

.bottom-popup .content .title {
	border: none;
}

.bottom-popup .games ul li p {
	color: #666;
}

@media screen and (max-width:375px) {
	.bottom-popup .games ul li p {
		font-size: 0.12rem;
	}
	.rent-nav {
		top: 0.58rem !important;
	}
}

.mui-icon.mui-icon-arrowright::before {
	content: ' ';
	display: block;
	width: 0.10rem;
	margin-left: 0.02rem;
	height: 0.10rem;
	vertical-align: middle;
	background: url("/new/images/next.png") no-repeat;
	background-size: 100%;
	background-position: center;
}

@media screen and (width:320px) {
	html {
		font-size: 80px !important;
	}
}
.loading-toast img {
 width:34%!important;
 -webkit-animation-name: rotate;
 -webkit-animation-duration: 4s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
 from {
  -webkit-transform: rotate(0deg);
 }

 to {
  -webkit-transform: rotate(360deg);
 }
}