﻿[v-cloak] {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*@font-face {*/
/*		font-family: '小单纯体';*/
/*		src: url('../font/小单纯体.ttf') format('truetype');*/
/*	}*/
html {
	font-size: 625%;
}

html,
body {
	width: 100%;
	height: 100%;
	max-width: 640px;
	/*overflow: hidden;*/
	/*font-family: "小单纯体";*/
	margin: 0 auto;
	/*background: #252531 ;*/
}

.logo img {
	width: 80%;
	margin: 0 auto;
	display: block;
}

p,
ul,
li,
button,
input,
div,
a,
span,
img {
	margin: 0;
	padding: 0;
	/*font-size: 16px;*/
}

input[type=text] {
	border: none;
	margin: 0;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.hiddenBlock {
	display: none;
}

.showBlock {
	display: block;
}

.p_top_scroll {
	position: absolute;
	left: 0;
	right: 0;
	top: 2.5rem;
	bottom: 0.5rem;
	overflow-y: scroll;
}

.p_scroll {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0.5rem;
	overflow-y: scroll;
}

.p_cont {
	padding: 0.5rem 0;
}

.p_content {
	width: 100%;
	height: 100%;
	padding: 0.5rem 0;
}

.nothing {
	text-align: center;
	font-size: 0.14rem;
}

.noData,
.noDataify {
	background: #fff;
	text-align: center;
	font-size: 0.14rem;
	padding: 0.1rem 0;
	margin-bottom: 0.1rem;
}

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

#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0.5rem;
    background: #fff no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    max-width: 640px;
    backdrop-filter: none;
    border-top: 1px solid #ccc;
}

.footerList {
	border-top: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.footerList li {
	height: 0.7rem;
	flex: 1;
	text-align: center;
}

.footerList li a {
	display: block;
	height: 0.7rem;
	line-height: 0.1rem;
	/*background: #ffffff;*/
}

.footerList li a .icon {
	color: #00f7ff;
	font-size: 0.2rem;
	margin-top: 0.05rem;
	display: inline-block;
}

.footerList li a p {
	font-size: 12px;
    color: #515151;
    text-align: center;
}

.footerList li.curr a {
	/*background: #FFFFFF;*/
}

.footerList li.curr a i,
.footerList li.curr a p {
	color: #01a9cc;
	text-align: center;
}

.mui-content {
	/*background: #f3f3f3;*/
}

.mui-segmented-control .mui-control-item.mui-active {
	color: #fff;
	/*background-color: #DFA355;*/
}

.mui-segmented-control .mui-control-item:first-child {
	border-left-width: 0;
}

.mui-segmented-control .mui-control-item {
	color: #007aff;
	border-color: #DFA355;
	border-left: 1px solid #DFA355;
}

.mui-segmented-control .mui-control-item {
	color: #29c783;
	border-color: #29c783;
	border-left: 1px solid #29c783;
}


/*覆盖mui*/

.mui-table-view {
	position: initial;
}

.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before {
	color: #00f7ff;
}

.mui-checkbox input[type=checkbox]:before,
.mui-radio input[type=radio]:before {
	font-size: 20px;
}

.mui-checkbox input[type=checkbox],
.mui-radio input[type=radio] {
	line-height: 26px;
	top: 7px;
}

.mui-toast-container {
	bottom: auto;
	top: 30%;
	width: 220px;
}

.mui-popover .mui-table-view {
	max-height: inherit;
}

.mui-table-view:after,
.mui-table-view-cell:after {
	height: 1px;
}

.mui-content {
	background-color: none;
}

.mui-bar-nav~.mui-content {
	padding: 44px 0 44px 0;
	/* padding-bottom: 60px; */
}

.mui-bar {
	background: #fff no-repeat;
    background-size: 100% 100%;
	height: 44px;
	max-width: 640px;
	z-index: 10;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.mui-bar .mui-icon {
	padding-top: 0;
	padding-bottom: 0;
}

.mui-bar .mui-title,
.mui-bar .mui-icon {
	font-size: 18px;
	color: #515151;
    line-height: 44px;
    font-weight: 600;
}

.mui-bar .mui_tit_right {
	font-size: 16px;
	line-height: 44px;
}

.mui-bar .mui-title a {
	font-size: 17px;
}

.mui-bar .mui_tab {
	display: flex;
}

.mui-bar .mui_tab a {
	flex: 1;
}


/*input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none;
    color: rgb(0, 0, 0);
}*/

.bg_no {
	background-color: none !important;
}

@media screen and (min-width:374px) {
	html {
		font-size: 700%;
	}
}

@media screen and (min-width:404px) {
	html {
		font-size: 800%;
	}
}

@media screen and (min-width:500px) {
	html {
		font-size: 1500%;
	}
	p {
		line-height: 0.2rem;
	}
}

.seven_1,
.seven_2,
.seven_3,
.seven_4,
.seven_5,
.seven_6,
.seven_7 {
	/*border-radius: 10px;*/
	overflow: hidden;
	padding: 10px 10px 30px 10px;
	text-align: center;
	line-height: 0.3rem;
	margin-top: 6px;
	background: #fff;
	/*border-bottom:1px solid #bbb;*/
	background-size: 100% 100%;
	margin: 1%;
	width: 48%;
	float: left;
}

.seven_1>img {
	max-width: 100%;
}

.hom_t {
	font-size: 0.18rem;
	color: red;
	line-height: 0.36rem;
}

.zhuangtai .submit {
	width: 60%;
	display: block;
	margin: 0 auto;
	line-height: 0.36rem;
	background: #000000;
	background: -moz-linear-gradient(left, #44e3ff 0%, #2db9ff 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, #44e3ff), color-stop(100%, #2db9ff));
	background: -webkit-linear-gradient(left, #44e3ff 0%, #2db9ff 100%);
	background: -o-linear-gradient(left, #44e3ff 0%, #2db9ff 100%);
	background: linear-gradient(to right, #44e3ff 0%, #2db9ff 100%);
	color: white;
	border-radius: 26px;
}

.nosubmit {
	width: 60%;
	display: block;
	/*margin: 0 auto;*/
	line-height: 0.28rem;
	background: #000000;
	background: -moz-linear-gradient(left, #f5f5f5 0%, #888 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, #f5f5f5), color-stop(100%, #888));
	background: -webkit-linear-gradient(left, #f5f5f5 0%, #888 100%);
	background: -o-linear-gradient(left, #f5f5f5 0%, #888 100%);
	background: linear-gradient(to right, #f5f5f5 0%, #888 100%);
	color: white;
	border-radius: 26px;
}

.submit_1 {
	text-align: center;
	width: 100%;
	display: block;
	margin: 0 auto;
	line-height: 0.16rem;
	background: #000000;
	background: -moz-linear-gradient(left, #8ed6ff 0%, #0095ff 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, #8ed6ff), color-stop(100%, #0095ff));
	background: -webkit-linear-gradient(left, #8ed6ff 0%, #0095ff 100%);
	background: -o-linear-gradient(left, #8ed6ff 0%, #0095ff 100%);
	background: linear-gradient(to right, #8ed6ff 0%, #0095ff 100%);
	color: white;
	border-radius: 16px;
}

.submit_2 {
	text-align: center;
	color: white;
	width: 100%;
	display: block;
	margin: 0 auto;
	line-height: 0.16rem;
	background: #000000;
	background: -moz-linear-gradient(left, #fac7a1 0%, #f69684 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, #fac7a1), color-stop(100%, #f69684));
	background: -webkit-linear-gradient(left, #fac7a1 0%, #f69684 100%);
	background: -o-linear-gradient(left, #fac7a1 0%, #f69684 100%);
	background: linear-gradient(to right, #fac7a1 0%, #f69684 100%);
	color: white;
	border-radius: 16px;
}

.tglj_s {
	color: #7e3314;
	width: 100%;
	text-align: center;
	line-height: 0.22rem;
	display: block;
	font-size: 0.18rem;
	position: absolute;
	top: 35%;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	background: #f1f1f1;
}

.table-striped {
	background: #fff;
	line-height: 0.3rem;
}

.table-striped tbody tr td {
	border-bottom: 1px solid #FAF5F9;
}

.wdtd_t {
	margin-bottom: 10px;
	text-align: center;
}

.font_r {
	font-size: 0.16rem;
	color: red;
	font-weight: 500;
}

.wdtd_b {
	width: 100%;
	float: left;
}

.wdtd_b_t {
	width: 100%;
	line-height: 0.4rem;
	text-indent: 10px;
	background: #fff;
	background: -moz-linear-gradient(top, #8ed6ff 0%, #0095ff 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #8ed6ff), color-stop(100%, #0095ff));
	background: -webkit-linear-gradient(top, #8ed6ff 0%, #0095ff 100%);
	background: -o-linear-gradient(top, #8ed6ff 0%, #0095ff 100%);
	background: linear-gradient(to bottom, #8ed6ff 0%, #0095ff 100%);
	color: white;
}

.qqsy_b_t {
	width: 100%;
	line-height: 0.4rem;
	text-indent: 10px;
	background: #fff;
	background: -moz-linear-gradient(top, #fac7a1 0%, #fca494 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fac7a1), color-stop(100%, #fca494));
	background: -webkit-linear-gradient(top, #fac7a1 0%, #fca494 100%);
	background: -o-linear-gradient(top, #fac7a1 0%, #fca494 100%);
	background: linear-gradient(to bottom, #fac7a1 0%, #fca494 100%);
	color: white;
}