 /*清除浮动*/
 
 .clearfix:after {
 	content: "";
 	display: block;
 	clear: both;
 	height: 0;
 	visibility: hidden;
 }
 
 .clearfix {
 	zoom: 1;
 }
 
 .left {
 	float: left;
 }
 
 body {
 	font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
 	/*font-size: 16px;*/
 	max-width: 1800px;
 	margin: auto;
 }
 /*最外层的div*/
 
 .wrap {
 	width: 100%;
 	max-width: 1800px;
 	margin: auto;
 	/*overflow: -webkit-paged-x;*/
 }
 /*导航栏*/
 
 .wrap-nav,
 .wrap-content,
 .wrap-footer {
 	width: 98%;
 	margin: auto;
 	position: relative;
 }
 
 .wrap-nav-left {
 	display: inline-block;
 	padding: 5px 0 5px 0;
 }
 
 .wrap-nav-right {
 	float: right;
 	padding: 0px 0 10px 0;
 }
 /*内容*/
 
 input {
 	border: 1px solid gray;
 	border-radius: 3px;
 }
 /*搜索INPUT*/
 
 .inputSearch {
 	width: 400px;
 	font-size: 14px;
 	padding: 8px 0 8px 8px;
 	border: 1px solid #455d5a;
 	border-radius: 10px 0 0 10px;
 }
 /*搜索条件公共样式*/
 
 .searchDiv,
 .searchDivUl {
 	margin: 10px 0px 0px 0;
 }
 
 .searchDiv span input:last-child {
 	margin-right: 15px;
 }
 
 .searchDiv span select {
 	margin-right: 15px;
 }
 
 .searchCondition {
 	font-weight: bolder;
 }
 /*表格工具栏公共样式*/
 
 .toolbar {
 	margin: 10px 0 3px 0;
 }
 /*个人信息input*/
 
 .inputInf {
 	width: 200px;
 	height: 30px;
 	line-height: 30px;
 	padding-left: 10px;
 	border: 1px solid #00b7d3;
 	border-radius: 5px;
 	outline: none;
 }
 .selectpicker{
 	height: 25px;
 }
 .timeBox {
 	display: inline-block;
 	width: 120px;
 	height: 25px;
 	line-height: 25px;
 	padding-left: 10px;
 	border: 1px solid #00b7d3;
 	border-radius: 5px;
 	outline: none;
 }
 /*文件范围选取的input*/
 
 .inputFlie {
 	width: 100px;
 	height: 25px;
 	line-height: 25px;
 	padding-left: 10px;
 	border: 1px solid #00b7d3;
 	border-radius: 5px;
 	outline: none;
 }
 /*手机号码与短信内容查询*/
 
 .inputSmsContent {
 	width: 150px;
 	height: 25px;
 	line-height: 25px;
 	padding-left: 5px;
 	outline: none;
 	border: 1px solid #00b7d3;
 }
 /*短信主题，签名，状态码查询*/
 
 .inputTool {
 	width: 150px;
 	height: 25px;
 	line-height: 25px;
 	padding-left: 5px;
 	outline: none;
 	border: 1px solid #00b7d3;
 }
 
 input:focus,
 textarea:focus,
 textarea:focus {
 	outline: none;
 	border: 1px solid #58b195;
 	/*border-color: #66afe9;*/
 	outline: 0;
 	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
 }
 /*文件大小*/
 
 .inputFileSize {
 	width: 100px;
 	height: 25px;
 	line-height: 25px;
 	padding-left: 5px;
 	outline: none;
 	border: 1px solid #00b7d3;
 }
 /*下来菜单*/
 
 .selectDown {
 	display: inline-block;
 	height: 25px;
 	font-size: 14px;
 	border: 1px solid #00b7d3;
 	border-radius: 5px;
 }
 /*时间选着边框*/
 
 .timeBorder {
 	display: inline-block;
 	width: 120px;
 	height: 25px;
 	font-size: 14px;
 	border: 1px solid #00b7d3;
 	border-radius: 5px;
 }
 
 .timeBorderLong {
 	display: inline-block;
 	width: 150px;
 	height: 25px;
 	font-size: 14px;
 	border: 1px solid #00b7d3;
 	border-radius: 5px;
 }
 /*验证码输入框*/
 
 .verifiCode {
 	width: 60px;
 	height: 33px;
 	border: 1px solid #00b7d3;
 }
 /*同意边框颜色*/
 
 .lan {
 	border: 1px solid #00b7d3;
 }
 /*按钮样式*/
 
 .btnSmall {
 	display: inline-block;
 	height: 25px;
 	line-height: 25px;
 	background-color: #00b7d3;
 	padding: 0 10px;
 	color: #fff;
 	white-space: nowrap;
 	text-align: center;
 	font-size: 14px;
 	border: none;
 	border-radius: 2px;
 	cursor: pointer;
 	opacity: .9;
 }
 
 .btnSmallWhite {
 	display: inline-block;
 	height: 25px;
 	line-height: 25px;
 	background-color: #fff;
 	padding: 0 10px;
 	color: #333;
 	white-space: nowrap;
 	text-align: center;
 	font-size: 14px;
 	border: 1px solid #C9C9C9;
 	border-radius: 2px;
 	cursor: pointer;
 	opacity: .9;
 }
 
 .btnBig {
 	display: inline-block;
 	height: 35px;
 	line-height: 35px;
 	padding: 0 18px;
 	color: #fff;
 	background-color: #00b7d3;
 	white-space: nowrap;
 	text-align: center;
 	font-size: 14px;
 	border: none;
 	border-radius: 2px;
 	cursor: pointer;
 	opacity: .9;
 }
 
 .btnSmall: focus {
 	background-color: #00b7d3;
 }
 
 .btnSmall:active {
 	background-color: #0198af;
 }
 
 .btnBig: focus {
 	background-color: #00b7d3;
 }
 
 .btnBig:active {
 	background-color: #0198af;
 }
 /*旋转*/
 
 .tran {
 	transform: rotate(45deg);
 	-ms-transform: rotate(45deg);
 	/* IE 9 */
 	-moz-transform: rotate(45deg);
 	/* Firefox */
 	-webkit-transform: rotate(45deg);
 	/* Safari 和 Chrome */
 	-o-transform: rotate(45deg);
 	/* Opera */
 	transition: 0.5s;
 	-moz-transition: 0.5s;
 	/* Firefox 4 */
 	-webkit-transition: 0.5s;
 	/* Safari 和 Chrome */
 	-o-transition: 0.5s;
 	/* Opera */
 }
 
 .helpTran {
 	transform: rotate(180deg);
 	-ms-transform: rotate(180deg);
 	/* IE 9 */
 	-moz-transform: rotate(180deg);
 	/* Firefox */
 	-webkit-transform: rotate(180deg);
 	/* Safari 和 Chrome */
 	-o-transform: rotate(180deg);
 	/* Opera */
 	transition: 0.5s;
 	-moz-transition: 0.5s;
 	/* Firefox 4 */
 	-webkit-transition: 0.5s;
 	/* Safari 和 Chrome */
 	-o-transition: 0.5s;
 	/* Opera */
 }
 /*导航栏右侧*/
 
 .zoomButtonSpan {
 	width: 25px;
 	height: 15px;
 	cursor: pointer;
 	background: url(../images/caidan.png);
 }
 
 .zoomButtonUl {
 	display: none;
 	width: 120px;
 	border-radius: 5px;
 	position: absolute;
 	top: 25px;
 	right: 2%;
 	padding: 10px 10px;
 	background: #6a6e7b;
 	;
 	z-index: 100;
 }
 
 .zoomButtonUl li {
 	padding: 5px 0;
 }
 
 .zoomButtonUl li a {
 	color: white;
 }
 
 .zoomButtonUl li a:hover {
 	color: orange;
 }
 /*选项卡之间的距离*/
 
 .layui-tab-title li {
 	padding: inherit;
 }
 
 .layui-tab-title li a {
 	display: inline-block;
 	padding: 0 10px;
 }
 
 .tabUl {
 	display: inline-block;
 	margin-left: 1.2%;
 }
 .help{
 	display: inline-block;
    cursor: pointer;
    font-size: 15px;
    margin-top: 20px;
    color: #ff3939;
    border-bottom: 1px solid #ff3939;
 }
