﻿/* 提现页面css样式   2018-02-24 */
@charset "utf-8";

/* ---------------------------reset（重置样式）----------------------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, textarea, form,
	figcaption, figure {
	margin: 0;
}

ul, ol {
	padding: 0;
	list-style: none;
}

article, aside, figcaption, figure, footer, header, nav, section {
	display: block;
}

button, input, textarea {
	font-family: inherit;
}

input, textarea {
	vertical-align: middle;
}

/* ------------------------------------------------global（通用样式）-------------------------------------------------------------------- */

/*基础body设置,主要包括前景色和背景色+文字基础(字体/字号/行高)*/
body {
	background: #F0F0F0;
	color: #333333;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", arial, \5b8b\4f53,
		"Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

/*超级链接*/
a {
	color: #a0a0a0;
	text-decoration: none;
}

a:hover, .side-tabbox ol li a:hover {
	color: #00a4eb;
}

/*小标签接口*/
b, strong {
	font-weight: normal;
}

i, em {
	font-style: normal;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.mb-20 {
	margin-bottom: 20px;
}

.link {
	color: #00a4eb;
}

.link:hover {
	color: #09B4FF;
}

.img, figure img, .imgbox img, .mainbanner img, .list-img li img,
	.main-banner-lf img, .list-img-pic img {
	display: block;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.block {
	display: block;
}

.none {
	display: none;
}

body {
	background: #b6e8eb center 0px no-repeat;
}

.header {
	height: 80px;
	background: rgb(24, 23, 23);
	color: #fff;
	min-width: 800px;
}

.logo img {
	height: 50px;
	margin-top: 15px;
	margin-right: 10px;
}

.page-content {
	width: 800px;
	margin: 0 auto;
}

.nav {
	display: flex;
	justify-content: space-between;
}

.nav span {
	line-height: 80px;
	font-size: 20px;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	align-self: center;
}

.nav ul li {
	width: 90px;
}

.wrap {
	padding: 20px 0;
	min-width: 800px;
}

.wrap select {
	height: 34px;
}

.wrap input {
	height: 30px;
	width: 200px;
	margin: 0 20px;
	padding: 0 10px;
}

.search p {
	padding-bottom: 20px;
	color: red;
}

.search form {
	display: flex;
	justify-content: flex-start;
}

.wrap .button {
	border: none;
	height: 34px;
	width: 80px;
	color: #fff;
	background: rgb(66, 169, 240)
}

.wrap table {
	border: 1px solid rgb(116, 189, 88);
	width: 800px;
	margin: 25px 0;
	border-collapse: collapse;
	background: #fff;
}

.wrap table thead tr th {
	height: 34px;
	background: rgb(196, 220, 224);
	border-right: 1px solid rgb(116, 189, 88);
}

.wrap table tbody tr {
	border-bottom: 1px solid rgb(116, 189, 88);
}

.wrap table tbody tr td {
	height: 32px;
	padding: 0 4px;
	border-right: 1px solid rgb(116, 189, 88);
}

.footer {
	display: flex;
	justify-content: flex-end;
}

.footer button {
	border: none;
	border: 1px solid rgb(116, 189, 88);
	background: #fff;
}

.not-allowed {
	cursor: not-allowed;
}

button {
	cursor: pointer;
}