* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
	/* font-size: 0.3rem; */
	font-size: 15px;
}

li {
	list-style: none;
}

i {
	font-style: normal;
}

input {
	outline: 0;
	border: 0;
}

html,
body {
	height: 100%;
}

td {
	word-break: break-all;
}

a:active {
	-webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width:1199px) {
	html {
		font-size: 22px;
	}
}

@media only screen and (max-width:991px) {
	html {
		font-size: 20px
	}
}

@media only screen and (max-width:767px) {
	html {
		font-size: 16px
	}
}

@media only screen and (max-device-width:667px) {
	html {
		font-size: 16px
	}
}

@media only screen and (max-device-width:414px) {
	html {
		font-size: 16px
	}
}

@media only screen and (max-device-width:375px) {
	html {
		font-size: 15px
	}
}

@media only screen and (max-device-width:320px) {
	html {
		font-size: 14px
	}
}

.por {
	position: relative;
}

.f6 {
	background: #f6f6f6;
}

.b0 {
	color: #b0b0b0;
}

.ed {
	background: #ededed;
}

.clr-blue {
	color: #3094fb !important;
}

.none {
	display: none;
}

html {
	height: 100%;
}

.wrap {
	width: 100%;
}

.outwrap {
	padding-top: 50px;
	height: 90%;
	/*	box-sizing: border-box;
					height: 100%;
					overflow: hidden;*/
}

.loading {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*margin-top: -16px;*/
	/*margin-left: -16px;*/
	z-index: 99999;
}

.loading img {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

.toast_timeout {
	position: fixed;
	width: 230px;
	line-height: 30px;
	/*font-size: .8rem;*/
	left: 50%;
	bottom: 5%;
	margin-left: -124px;
	text-align: center;
	color: #fff;
	background: #797979;
	border-radius: 16px;
}

.toast_error {
	position: fixed;
	width: 230px;
	line-height: 20px;
	padding: 5px 8px;
	/*font-size: 0.8rem;*/
	left: 50%;
	bottom: 11%;
	margin-left: -124px;
	text-align: center;
	color: #fff;
	background: #797979;
	border-radius: 16px;
	box-sizing: border-box;
}

.container {
	position: relative;
	padding-top: calc(100vw * 220/370);
	padding-bottom: 40px;
	width: 100vw;
	background: linear-gradient(to bottom, #EE635D, #E46B40);
	box-sizing: border-box;
}

.item1-content {
	position: relative;
	width: calc(100vw - 14px);
	/* height: calc((100vw - 14px)*1928.85/723.08); */
		background: url("../image/recommend_middle_green@2x.png") no-repeat;
	background-size: 100% 100%;
}

.item1_bg {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: calc(100vw - 41px);
	z-index: 1;
}

.top-bottom-bg {
	width: 100%;
    vertical-align: top;
}

.partner-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw;
}

.partner-top img {
	width: 100vw;
}

.content {
	padding: 0 17px;
	border-radius: 5px;
	color: black;
	z-index: 400;
}

.top_layer {
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(100vw - 14px);
	margin-left: 7px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
}


.top_layer p {
	line-height: 26px;
	font-size: 0.4rem;
}

.dContent {
	margin-top: calc(100vw * 14/370);
	padding: 13px;
	font-size: 15px;
	color: #721C15;
	border-radius: 7px;
	background: linear-gradient(to bottom, #FFF3DE 0%, #FFF7DE 100%);
}

.dContent .cont {
	font-size: 17px;
	font-weight: 500;
	color: #C52626;
	text-align: center;
}

.item1-table {
	margin-top: calc(100vw * 14/370);
	color: #721C15;
}

.item2-content {
	width: calc(100vw - 14px);
	/* background: url("../image/partner_item2@2x.png") no-repeat; */
	background: url("../image/recommend_middle_red@2x.png") no-repeat;
	background-size: 100% 100%;
}

.baseBoxItem .baseBoxTitle {
	color: #721C15;
}

.baseBoxItem  .baseInput {
	color: #721C15;
}

.item3-content {
	/* height: calc((100vw - 14px)*1368/752); */
	background: url("../image/recommend_middle_red@2x.png") no-repeat;
	background-size: 100% 100%;
}

/* .top_layer img {
	width: 20%;
	height: auto;
} */

.login_btn {
	line-height: 40px;
	width: 70%;
	margin: 30px auto 0;
	text-align: center;
	/*font-size: 1rem;*/
	border-radius: 25px;
	color: #fff;
	box-shadow: 0 7px 14px #91c5ff;
	background: -webkit-linear-gradient(left, #7eb9fa, #68c1f9);
	background: -o-linear-gradient(right, #7eb9fa, #68c1f9);
	background: -moz-linear-gradient(right, #7eb9fa, #68c1f9);
	background: linear-gradient(to right, #7eb9fa, #68c1f9);
}

.input_box {
	width: 90%;
	margin: 30px auto 0;
}

.input_box p {
	height: 50px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}

.input_box p * {
	vertical-align: middle;
	font-size: 0.3rem;
}

.input_box img {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -13px;
	width: 15px;
	height: 25px;
}

.input_box input {
	width: 100%;
	border-bottom: 1px solid #78aee2;
	text-align: left;
	font-size: 0.3rem;
	line-height: 35px;
	margin-top: 2%;
	border-radius: 0;
}

.addition {
	/* width: 60%; */
	margin: 10px auto;
	font-size: .9rem;
	color: #7eb9fa;
	/* line-height: 40px; */
	overflow: auto;
	/* margin-left: 14%;
	margin-right: 14%; */
	padding-left: 40px;
	padding-right: 40px;
}

.selectLoginWay {
	width: 65%;
	margin: 10px auto;
	font-size: .9rem;
	color: #7eb9fa;
	overflow: auto;
}

.addition *:active {
	background: none;
	border: none;
}

.soonSign {
	float: left;
}

.register {
	color: white;
	font-size: 1rem;
}

.topRight *:active {
	background: none;
	border: none;
}

.topRight {
	width: 95%;
	text-align: right;
}

.topRight a {
	text-decoration: none;
}

.forgetpsw {
	float: right;
}

.toplayer_btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #4ad6ec;
}

.toplayer_btn img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 30%;
	top: 50%;
	margin-top: -7.75px;
}

.norecord {
	width: 100%;
	text-align: center;
}

.norecord img {
	width: 40%;
	height: auto;
	margin: 80px 0 10px;
}

.norecord p {
	text-align: center;
	font-size: 1rem;
	line-height: 30px;
	color: #4a4a4a;
}

.cardlist_box {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.carditem {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 6px;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 34px;
}

@media only screen and (max-device-width:320px) {
	.carditem {
		line-height: 32px;
	}
}

.carditem:last-child {
	margin-bottom: 20px;
}

.carditem:first-child {
	margin-top: 20px;
}

.itemtop {
	color: #3b3b3b;
	padding: 5px 15px;
	background-image: url(../img/logo_3.png);
	background-position: 101% 9%;
	background-size: 100px 104px;
	background-repeat: no-repeat;
}

.card_bg0 {
	background: #fff;
}

/*.card_bg0 {
	background: -webkit-linear-gradient(left, #44d9ec, #83acea);
	background: -o-linear-gradient(right, #44d9ec, #83acea);
	background: -moz-linear-gradient(right, #44d9ec, #83acea);
	background: linear-gradient(to right, #44d9ec, #83acea);
}
.card_bg1 {
	background: -webkit-linear-gradient(left, #929292, #747474);
	background: -o-linear-gradient(right, #929292, #747474);
	background: -moz-linear-gradient(right, #929292, #747474);
	background: linear-gradient(to right, #929292, #747474);
}
.card_bg2 {
	background: -webkit-linear-gradient(left, #ee4d4d, #ff60b9);
	background: -o-linear-gradient(right, #ee4d4d, #ff60b9);
	background: -moz-linear-gradient(right, #ee4d4d, #ff60b9);
	background: linear-gradient(to right, #ee4d4d, #ff60b9);
}
.card_bg3 {
	background: -webkit-linear-gradient(left, #f48d39, #feb419);
	background: -o-linear-gradient(right, #f48d39, #feb419);
	background: -moz-linear-gradient(right, #f48d39, #feb419);
	background: linear-gradient(to right, #f48d39, #feb419);
}*/
.carditem h2,
.carditem h3 {
	font-weight: 500;
}

.itemtop h2 {
	position: relative;
	font-size: 1.2rem;
	height: 28px;
	padding-top: 5px;
}

.itemtop h3 {
	font-size: .9rem;
}

.itemtop p {
	/*font-size: .8rem;*/
	line-height: 30px;
	padding-bottom: 10px;
	color: #a1a1a1;
}

.itemtop p span {
	float: right;
}

.itemtop h2 span {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	border: 1px solid #fff;
	border-radius: 8px;
	line-height: 18px;
	padding: 0 15px;
	font-weight: normal;
}

.itembtn {
	position: relative;
	border-top: 0;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: .9rem;
	color: #fff;
	background: #5bb8ff;
	line-height: 40px;
}

.itembtn>img {
	width: 20px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -8px;
}

.itembtn span img {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 10px;
	height: 16.66px;
	margin-top: -8.33px;
}

.inputcardnum {
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
}

.inputcardnum img {
	display: block;
	width: 75%;
	margin: 0 auto 20px;
}

.inputcardnum p {
	display: inline-block;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	color: #222;
	background: #fff;
	width: 100%;
	line-height: 50px;
	height: 50px;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 16px;
}

.inputcardnum h1 {
	font-weight: normal;
	font-size: 1rem;
	line-height: 35px;
	vertical-align: middle;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-left: 40px;
}

.inputcardnum h1 * {

	/*vertical-align: baseline;*/
	font-size: 1rem;
}

.inputcardnum h1 img {
	width: 21.5px;
	height: 14.5px;
	vertical-align: middle;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 0;
}

.inputcardnum h2 {
	font-weight: normal;
	text-align: center;
	width: 84%;
	margin: 25px auto;
	border-radius: 25px;
	line-height: 40px;
	height: 40px;
	font-size: 1rem;
	color: #fff;
	box-shadow: 0 7px 14px #91c5ff;
	background: -webkit-linear-gradient(left, #65bcff, #77b6fe);
	background: -o-linear-gradient(right, #65bcff, #77b6fe);
	background: -moz-linear-gradient(right, #65bcff, #77b6fe);
	background: linear-gradient(to right, #65bcff, #77b6fe);
}

.inputcardnum .cardNumInput {
	color: #4ba1fb;
	font-size: 16px;
	width: 79%;
	height: 35px;
	line-height: 35px;
}

.success {
	padding-top: 40px;
}

.success p {
	text-align: center;
	line-height: 60px;
	font-size: 1.1rem;
	color: #909090;
}

.success img {
	width: 30%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.success h2 {
	font-weight: normal;
	text-align: center;
	width: 82%;
	margin: 0px auto;
	border-radius: 25px;
	line-height: 40px;
	height: 40px;
	font-size: 1rem;
	color: #fff;
	box-shadow: 0 7px 14px #91c5ff;
	background: -webkit-linear-gradient(left, #65bcff, #77b6fe);
	background: -o-linear-gradient(right, #65bcff, #77b6fe);
	background: -moz-linear-gradient(right, #65bcff, #77b6fe);
	background: linear-gradient(to right, #65bcff, #77b6fe);
}

.checkphone {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	box-sizing: border-box;
	font-size: 1rem;
}

.checkphone .codebox img {
	width: 20px;
	height: 14px;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: -7px;
}

.checkphone img {
	position: absolute;
	left: 5px;
	top: 50%;
}

.input_wrap {
	border-bottom: 1px solid #d5d5d5;
	padding-left: 20px;
	background: #fff;
}

.phonelistbox {
	border-bottom: 1px solid #d5d5d5;
}

.phonelistbox,
.codebox {
	background: #fff;
	line-height: 50px;
	height: 50px;
	position: relative;
	padding-left: 90px;
}

.phonelistbox i,
.codebox i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 50px;
}

.codebox {
	position: relative;
}

.phonelistbox img {
	width: 16px;
	height: 22px;
	margin-top: -11px;
	left: 8px;
}

.phone_selected {
	color: #4a4a4a;
	font-size: 16px;
}

.checkphone div:not(.tipsbox) {}

.phonelist {
	height: 0;
	overflow: hidden;
	color: #4a4a4a;
	position: absolute;
	left: 84.5px;
	top: 0;
	border-radius: 4px;
	width: 72%;
	z-index: 999;
	text-indent: 9%;
}

.phonelist_sliedown {
	background: #fff;
	box-shadow: 0 0 15px #cecece;
}

.checkphone .arr_down {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 45px;
	left: auto;
	top: 50%;
	margin-top: -10px;
	z-index: 999;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
	transform: rotate(45deg);
}

.checkphone .arr_up {
	transform: rotate(225deg);
	margin-top: -1px;
}

.phonelist li:active {
	background: #eefaff;
}

.tipsbox {
	position: relative;
	overflow: hidden;
	margin-top: 0 !important;
	height: 0;
}

.tipsbox p {
	position: absolute;
	width: 100%;
	color: #aaa;
	line-height: 30px;
	text-align: center;
	left: 0;
	bottom: 0;
}

.getCode {
	position: absolute;
	color: #4da5ff;
	border: 1px solid #4da5ff;
	right: 15px;
	top: 50%;
	margin-top: -12.5px;
	border-radius: 15px;
	line-height: 30px;
	/*font-size: .8rem;*/
	width: 30%;
	text-align: center;
}

@media only screen and (max-device-width:320px) {
	.getCode {
		width: 70px;
	}
}

.getCode.aaa {
	color: #aaa;
	border: 1px solid #aaa;
}

.codeNum {
	line-height: 40px;
	font-size: 1rem;
	width: 70%;
	color: #4a4a4a;
	background: none;
}

.checkphone h2 {
	width: 84%;
	font-weight: normal;
	text-align: center;
	margin: 10px auto 20px;
	border-radius: 25px;
	line-height: 40px;
	height: 40px;
	font-size: 1rem;
	color: #fff;
	box-shadow: 0 7px 14px #91c5ff;
	background: -webkit-linear-gradient(left, #65bcff, #77b6fe);
	background: -o-linear-gradient(right, #65bcff, #77b6fe);
	background: -moz-linear-gradient(right, #65bcff, #77b6fe);
	background: linear-gradient(to right, #65bcff, #77b6fe);
}

.checkphone h3 {
	font-weight: normal;
	margin: 20px auto;
	/*font-size: .8rem;*/
	color: #f13838;
	line-height: 18px;
	text-align: center;
}

.record_wrap {
	height: 100%;
	padding-top: 47px;
	box-sizing: border-box;
	position: relative;
}

.top_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #3c93ff;
}

.search_box {
	position: fixed;
	box-sizing: border-box;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.search_btn {
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #fff;
	border-radius: 50%;
	padding: 3px;
	box-shadow: 0 2px 19px #c7c7c7;
}

.search_box h3 {
	text-align: center;
	width: 100%;
}

.search_box h3 span {
	display: inline-block;
	line-height: 48px;
	height: 48px;
	font-size: 1rem;
}

.search_box .cancelChooseBtn {
	width: 50%;
	background: #e8e8e8;
	float: left;
	color: #515151;
}

.search_box .chooseDateBtn {
	width: 50%;
	background: #60abf8;
	float: left;
	color: #fff;
}

@media only screen and (max-device-width:320px) {
	.search_box img {
		right: 5px;
	}
}

.search_box p {
	text-align: center;
	padding: 12px 0;
	line-height: 28px;
	border-radius: 57px;
	background: #fff;
	color: #4c4c4c;
	box-sizing: border-box;
	margin: 0 auto;
}

.search_box input {
	display: none;
}

.search_box p span {
	display: inline-block;
	width: 43%;
	color: #404040;
	line-height: 28px;
	font-size: .9rem;
	background: #f5f5f5;
	border-radius: 3px;
}

.search_box .holding {
	color: #3094fb;
}

.menubox {
	background: #3c93ff;
	color: #fff;
	overflow: auto;
	font-size: .9rem
}

.menulist {
	height: 41px;
}

.menulist li {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 0 0 5px 0;
	box-sizing: border-box;
	padding-top: 5px;
}

.menulist li span {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	margin: 2px 0;
}

.menulist_selected {
	border-bottom: 3px solid #fff;
}

.body_box {
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
}

.detail_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.charge_item,
.consump_item,
.recharge_item {
	background: #fff;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: .9rem;
	line-height: 27px;
	border-top: 1px solid #ececec;
}

.consump_item h2 span {
	float: right;
	font-size: 25px;
	color: #f24444;
}

.consump_item h2 {
	font-size: 14px;
	font-weight: normal;
	min-height: 35px;
	line-height: 35px;
}

.consump_item p {
	color: #9e9e9e;
	font-size: 14px;
	min-height: 35px;
	line-height: 35px;
}

.consump_item p span {
	float: right;
}

.consump_item p span i {
	color: #313030;
	font-size: 15px;
}

.charge_detail_table,
.consump_detail_table,
.recharge_detail_table {
	width: 100%;
	padding: 10px 10px 0;
	/*border-radius: 4px;*/
}

.consump_table {
	border-top: 1px solid #ececec;
}

.charge_detail,
.recharge_detail,
.consump_detail {
	width: 86%;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	padding: 15px 10px 10px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	margin-left: -43%;
	top: 50%;
	box-shadow: 0 4px 29px #ababab;
	transform: translateY(-50%);
}

.charge_detail_close,
.recharge_detail_close,
.consump_detail_close {
	position: absolute;
	right: -9px;
	top: -12px;
	width: 25px;
	height: 25px;
	background: url(../img/close_blue.png) no-repeat;
	background-position: center;
	background-size: 12px 12px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 20px #ababab;
}

.charge_detail h2,
.recharge_detail h2 {
	color: #9e9e9e;
	font-size: .9rem;
	font-weight: normal;
}

.charge_detail h3,
.recharge_detail h3,
.consump_detail h3 {
	text-align: center;
	font-weight: normal;
	font-size: .9rem;
	color: #3483fa;
	line-height: 40px;
}

.consump_detail h3 {
	color: #454545;
	font-size: 1rem;
}

.consump_detail h4 {
	text-align: center;
	font-weight: normal;
	padding-bottom: 12px;
}

.charge_detail h3 span,
.recharge_detail h3 span,
.consump_detail h3 span {
	font-size: 1.2rem;
	margin-right: 5px;
}

.consump_detail h3 span {
	color: #e84141;
}

.charge_detail_table td,
.recharge_detail_table td,
.consump_detail_table td {
	line-height: 30px;
}

.charge_table:last-child,
.consump_table:last-child,
.recharge_table:last-child {

	/*margin-bottom: 10px;*/
}

.hasBorder {
	border-bottom: 1px solid #d8d8d8;
}

.charge_table tr,
.recharge_table tr,
.consump_table tr {
	vertical-align: top;
}

.charge_detail_table tr td:first-child,
.consump_detail_table tr td:first-child,
.recharge_detail_table tr td:first-child {
	width: 30%;
	color: #686868;
}

.charge_detail_table tr td:last-child,
.consump_detail_table tr td:last-child,
.recharge_detail_table tr td:last-child {
	width: 70%;
	text-align: right;
	color: #3c3b3b;
	vertical-align: top;
}

.charge_table .status {
	color: #ff3636;
}

.consump_item_top {
	font-weight: normal;
	padding-top: 10px;
}

.consump_item_body {
	color: #9e9e9e;
}

.consump_item_body p {
	display: inline;
	float: right;
	color: #898989;
	font-size: 1rem;
}

.consump_item_body p span {
	color: #313030;
}

.recharge_item_top,
.charge_item_top {
	line-height: 25px;
}

.recharge_item_top,
.charge_item_top,
.consump_item_top {
	font-size: .9rem;
	font-weight: normal;
	color: #383838;
}

.charge_item_top span,
.recharge_item_top span,
.consump_item_top span {
	color: #3285ec;
	float: right;
	font-size: 1.6rem;
}

.consump_item_top span {
	font-weight: normal;
	color: #f24444;
	letter-spacing: 2px;
}

.charge_item_body span,
.recharge_item_body span {
	float: right;
}

.recharge_item_body,
.charge_item_body {
	color: #383838;
	font-weight: normal;
	min-height: 35px;
	line-height: 35px;
}

.recharge_item_top h2,
.recharge_item_top,
.charge_item_top h2,
.charge_item_top h3 {
	font-weight: normal;
	font-size: .9rem;
	line-height: 35px;
	min-height: 35px;
}

.recharge_item_top p,
.charge_item_top p {
	text-align: center;
	/*font-size: 1.8rem;*/
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 2px;
}

.unbind_layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
}

.unbind_layer img {
	width: 100%;
	height: auto;
}

.unbind_box {
	width: 85%;
	margin: 0 auto;
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
	margin-top: 55%;
}

.unbind_box p {
	text-align: center;
	padding: 10px 0 20px;
}

.unbind_box span {
	display: inline-block;
	width: 38%;
	line-height: 35px;
	border-radius: 20px;
	color: #fff;
	font-size: 1rem;
}

.unbind_certain {
	margin-right: 5%;
	box-shadow: 0 4px 26px rgba(255, 166, 79, 0.74);
	background: -webkit-linear-gradient(left, #ffa64f, #f2cc38);
	background: -o-linear-gradient(right, #ffa64f, #f2cc38);
	background: -moz-linear-gradient(right, #ffa64f, #f2cc38);
	background: linear-gradient(to right, #ffa64f, #f2cc38);
}

.unbind_cancel {
	box-shadow: 0 4px 26px rgba(126, 185, 250, 0.74);
	background: -webkit-linear-gradient(left, #7eb9fa, #68c0f9);
	background: -o-linear-gradient(right, #7eb9fa, #68c0f9);
	background: -moz-linear-gradient(right, #7eb9fa, #68c0f9);
	background: linear-gradient(to right, #7eb9fa, #68c0f9);
}

.nodata,
.nonetwork {
	width: 100%;
	height: 100%;
	/*background: #fff;*/
	text-align: center;
	padding-top: 130px;
	box-sizing: border-box;
	line-height: 30px;
}

@media only screen and (max-device-width:320px) {

	.nodata,
	.nonetwork {
		padding-top: 100px;
	}
}

.nodata img,
.nonetwork img {
	width: 60%;
	margin-bottom: 10px;
}

.nodata h3,
.nonetwork img {
	font-weight: normal;
	color: #000;
	font-size: 1.1rem;
}

.nodata p,
.nonetwork p {
	font-size: .9rem;
	color: #b3b3b3;
}

.getMore,
.noMore {
	text-align: center;
	font-size: 1rem;
	line-height: 30px;
	padding: 10px 0 15px;
	color: #868686;
}

.charge_status1 {
	color: #9ae576;
}

.charge_status0 {
	color: #f04848;
}

.record_wrap .nodata {
	padding-top: 50px;
	background: none;
}

.dateArea {
	width: 265px !important;
	height: 290px;
	left: 50% !important;
	top: 50% !important;
	margin-top: -150px;
	margin-left: -132px;
	box-shadow: 0 10px 23px rgba(119, 119, 119, 0.41);
	border-radius: 4px;
	overflow: hidden;
}

iframe {
	width: 265px !important;
}

.login_tips {
	font-weight: normal;
	margin: 20px auto;
	/*font-size: .8rem;*/
	color: #a5a4a4;
	line-height: 25px;
	width: 70%;
}

.queryboxwrap {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.addition a {
	color: #7eb9fa;
}

/*--------注册+忘记密码----------*/
.toplayer_register,
.toplayer_reset {
	width: 100%;
}

.register_btn,
.reset_btn {
	line-height: 40px;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	font-size: 1rem;
	border-radius: 25px;
	color: #fff;
	box-shadow: 0 7px 14px #91c5ff;
	background: -webkit-linear-gradient(left, #7eb9fa, #68c1f9);
	background: -o-linear-gradient(right, #7eb9fa, #68c1f9);
	background: -moz-linear-gradient(right, #7eb9fa, #68c1f9);
	background: linear-gradient(to right, #7eb9fa, #68c1f9);
}

.idbox .register_phone {
	width: 22px;
	left: 17px;
}

.tips {
	margin-left: 11%;
	/*font-size: 0.8rem;*/
}

.idbox .register_msg {
	height: 16px;
	width: 23px;
	left: 16px;
}

.register_input_box .register_getCode,
.reset_input_box .reset_getCode,
.input_box .login_getCode {
	position: absolute;
	color: #fff;
	right: 5%;
	top: 50%;
	margin-top: -18.5px;
	background: #3077c5;
	border-radius: 15px;
	line-height: 30px;
	/*font-size: .8rem;*/
	width: 30%;
	text-align: center;
}

.register_input_box,
.reset_input_box,
.login_input_box {
	width: 80%;
}

.register_input_box input,
.reset_input_box input,
.login_input_box input {
	width: 95%;
	height: 30px;
	text-align: left;
	text-indent: 30px;
}

.register_loading {
	width: 100%;
	height: 100%;
	top: 0;
}

.register_loading img {
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

.register_wrap {
	height: 100%;
	overflow: auto;
}

.register_getCode.aaa,
.reset_getCode.aaa {
	background: #aaa
}

.wrapper {
	overflow: auto;
	padding-bottom: 70px;
	position: relative;
}

.bottomLogo {
	/*font-size: .8rem;*/
	text-align: center;
	color: #989898;
	line-height: 18px;
	width: 100%;
	max-height: 55px;
	overflow: hidden;
	position: absolute;
	bottom: 3px;
	left: 0;
}

.wrapper3 {
	overflow: auto;
	padding-bottom: 70px;
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
}

.toplayer_btn {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #6ab4ff;
	z-index: 9999;
}

.height_98 {
	width: 100%;
	min-height: 98%;
}

.mask_layer {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	top: 0;
	left: 0;
	z-index: 9999;
}

.hanlde-btn {
	background: #f93737;
	color: #fff;
	width: 31%;
	margin: 10px auto 0;
	padding: 4px 0;
	text-align: center;
	border-radius: 4px;
}

.sub-hanlde-btn {
	display: inline;
	width: 100%;
	line-height: 26px;
	padding: 0 5px;
}

.clr-red {
	color: #f93737 !important;
}

.abn-clr0 {
	color: #f93737;
}

.abn-clr1 {
	color: #383838;
}

.moreLoginWay {
	/*font-size: .8rem;*/
	color: #989898;
	width: 100%;
	max-height: 55px;
	bottom: 3px;
	left: 0;
}

.otherLogin {
	margin: 30px auto 0;
	text-align: center;
}

.otherLogin img {
	margin: 10px auto 0;
	width: 40px;
	height: 40px;
}