﻿/*
******************************
********** author  :@zhouxiaobaizhu
********** type    :css
******************************
*/

@import "font-face.css";
@import "head.css";
@import "foot.css";

html {width: 100%;height: 100%;overflow-x: hidden;}
body {position: relative;margin: 0;padding: 0;width: 100%;height: 100%;font: "微软雅黑", Helvetica, Arial, sans-serif;background: #555;}
body, tl, td, h1, h2, h3, h4, h5, h6, p, form {margin: 0;}
ol, ul {margin: 0;padding: 0;}
a, a:link, a:visited, a:hover {color: #333;text-decoration: none;}
ul, li {list-style: none;}
table {border-collapse: collapse;}
img, object {border: 0;}
* {margin: 0;padding: 0;font-family:"微软雅黑";font-size:14px;box-sizing: border-box;}
div {word-wrap: break-word;word-break: normal;}
img, button, input, textarea {-webkit-tap-highlight-color: rgba(255,255,255,0);} 

input[type=text], textarea,select{-webkit-appearance: none; outline:none;} /*IOS 去掉textarea,input的默认样式*/
input::-webkit-input-placeholder ,textarea::-webkit-input-placeholder {color:#aaa;}
select{
	padding-right:25px !important;
	background:url("../images/ico_arrow.png") no-repeat scroll right center transparent !important;
	background-size:30px 10px !important;
}



.phone_all {position: relative;width: 100%;max-width: 800px;height: auto;min-height: 100%;margin: 0 auto;padding: 0;overflow: hidden;background:#fff;
/*box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);transition:-webkit-transform 0.3s;transition:-moz-transform 0.3s;transition:-o-transform 0.3s;transition:-ms-transform 0.3s;transition:transform 0.3s;*/}


::-webkit-scrollbar {width:4px;height:4px;z-index:9999;}
::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1);z-index:9999;}
::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);z-index:9999;}
::-webkit-scrollbar-thumb:hover {border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4);z-index:9999;}


.content {width: 100%;height: auto;float: left;}


.page {width: 100%;height: auto;float: left;margin-top: 25px;margin-bottom: 15px;}
.page .page_pre {width: 33%;height: auto;float: left; padding:0 10px;}
.page .page_pre a {width: 100%;height: 35px;line-height:35px;text-align:center;float: left; border-radius: 3px;}
.page .page_num {width: 34%;height: 35px;line-height:35px;text-align: center;height: auto;float: left;color: #707070;}
.page .page_next {width: 33%;height: auto;float: left;padding:0 10px;}
.page .page_next a {width: 100%;height: 35px;line-height:35px;text-align:center;float: left;border-radius: 3px;}
.page .page_pre a{
	color:#fff;
	background:#1e9bf3;
	box-shadow:0 2px 8px #91c7ec;
	border-radius:3px;
}
.page .page_next a{
	color:#fff;
	background:#1e9bf3;
	box-shadow:0 2px 8px #91c7ec;
	border-radius:3px;
}
.black {width: 100%;height: 40px;float: left;}





/*loading 姝ｅ湪浼橀泤鍔犺浇涓�*/

.loading {position: fixed;width: 100%;height: 100%;background: #f5f5f5;overflow: hidden;z-index: 99999;}
.loading_box {position: absolute;top: 50%;margin-top: -100px;width: 100%;text-align: center;}
.loading_img {position: relative;display: block;width: 100%;height: auto;text-align: center;margin-bottom: 25px;}
.loading_img img {margin: 0 auto;padding: 0;display: block;width: 50px;height: 50px;}
.loading_text {position: relative;display: block;width: 100%;height: auto;text-align: center;font-size: 14px;letter-spacing: 1px;color:#999;}
.spinner {position: relative;display: block;width: 100%;height: 30px;text-align: center;margin-bottom: 12px;}
.spinner > div {height: 100%;width: 3px;display: inline-block;-webkit-animation: stretchdelay 1.2s infinite ease-in-out;animation: stretchdelay 1.2s infinite ease-in-out;}
.spinner .rect1 {-webkit-animation-delay: -1.2s;animation-delay: -1.2s;}
.spinner .rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.spinner .rect3 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}
.spinner .rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.spinner .rect5 {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}
 @-webkit-keyframes stretchdelay {0%, 40%, 100% {-webkit-transform: scaleY(0.4)
}
 20% {-webkit-transform: scaleY(1.0)
}
}
 @keyframes stretchdelay {0%, 40%, 100% {transform: scaleY(0.4);-webkit-transform: scaleY(0.4);}
20% {transform: scaleY(1.0);-webkit-transform: scaleY(1.0);}
}

/*loading 姝ｅ湪浼橀泤鍔犺浇涓�*/

.content{
	width:100%;
	max-width:800px;
	height:auto;
	min-height:100%;
	float:left;
	padding-top:44px;
}
.content_box{
	width:100%;
	height:auto;
	float:left;
}

/*鍐呴〉閫氱敤*/
.con_title{
	width:100%;
	height:45px;
	line-height:45px;
	float:left;
	background:#fff;
}
.con_title_text{
	width:auto;
	height:45px;
	line-height:45px;
	float:left;
	font-size:18px;
	padding:0 15px;
}


.mgB{
	margin-bottom:50px;
}

.red{
	color:#dd3635 !important;
}
.green{
	color:#19b955 !important;
}
.blue{
	color:#508edc !important;
}

.contentSelectBoxFixed{
	width:100%;
	padding:8px 10px;
	background:#fff;
	margin-bottom:1px;
	position:fixed;
	z-index: 10;
}
.contentSelectBoxFixed span.text{
	width:40%;
	float:left;
	height:30px;
	line-height:30px;
	color:#333;
}
.contentSelectBoxFixed .filterBtn{
	width:auto;
	height:30px;
	line-height:30px;
	float:right;
	color:#1e9bf3 !important;
}
.contentSelectBoxFixed .filterBtn .icon{
	float:left;
	height:30px;
	line-height:30px;
	margin-right:5px;
	font-size:13px;
}




/*common_back*/
.common_back{
	width:100%;
	height:49px;
	line-height:49px;
	float:left;
	box-sizing:border-box;
	border-bottom:1px solid #e6e6e6;
	position:relative;
}
.common_back a.a_left{
	float:left;
	width:50%;
	height:49px;
	line-height:49px;
	font-size:15px;
	color:#999;
	padding-left:10px;
	box-sizing:border-box;
}
.common_back a.a_left .ico{
	margin-right:5px;
}
.common_back a.btn_right{
	width:78px;
	height:32px;
	line-height:32px;
	text-align:center;
	position:absolute;
	top:7px;
	right:10px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#5082c8;
	border-radius:2px;
}
.common_back a.btn_right .ico{
	margin-right: 5px;
}
.common_back .text_right{
	width:50%;
	height:49px;
	line-height:49px;
	float:right;
	text-align:right;
	color:#5082c8;
	box-sizing:border-box;
	padding-right:10px;
	font-size:15px;
	font-weight:bold;
}




/*搴曢儴鎸夐挳*/
.button_bottom{
	width:100%;
	max-width:800px;
	height:50px;
	border-top:1px solid #e6e6e6;
	background:#fff;
	position:fixed;
	bottom:0;
	margin: 0;
	padding: 0;
}
.button_bottom .button_li{
	width:33.3%;
	float:right;
	padding:7px 10px;
	box-sizing:border-box;
}
.button_bottom .button_li a{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	float:left;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
	border-radius:2px;
}
.button_bottom .button_li a.btn_add{
	color:#8cc051;
}
.button_bottom .button_li a.btn_edit{
	color:#5082c8;
}
.button_bottom .button_li a.btn_del{
	color:#db4453;
}
.button_bottom .button_li a i.ico{
	margin-right:8px;
}

select{
	background: none;
}

/*閫氱敤鎮诞榛戣壊閫忔槑鎸夐挳*/
a.common_btn_add{
	position: fixed;
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	font-size: 22px;
	bottom:80px;
	right:30px;
	background: rgba(0,0,0,.4);
	color:#fff;
	z-index: 10;
}
a.common_btn_text{
	position: fixed;
	width:auto;
	height: auto;
	line-height:20px;
	text-align: left;
	border-radius: 5px;
	font-size: 13px;
	bottom:80px;
	right:30px;
	background: rgba(0,0,0,.4);
	color:#fff;
	z-index: 10;
	padding:8px 10px;
}
.redIcon:before {
    content: "*";
    color: #db0000;
    margin-right: 5px;
}
.common_btn_readAll{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:fixed;
	bottom:120px;
	right:20px;
	z-index:3;
	background:url(../images/img_readAll.png);
	background-size:cover;
	display:none;
}


/*switch 选择*/
.mui-switch {
	width: 45px;
	height: 25px;
	position: relative;
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	box-shadow: #dfdfdf 0 0 0 0 inset;
	border-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-clip: content-box;
	display: inline-block;
	-webkit-appearance: none;
	user-select: none;
	outline: none;
	float:right;
	box-sizing:none;
}
.mui-switch:before {
	content: '';
	width: 25px;
	height: 23px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mui-switch:checked {
	border-color: #5082c8;
	box-shadow: #5082c8 0 0 0 16px inset;
	background-color: #5082c8;
}
.mui-switch:checked:before {
	left: 18px;
}
.mui-switch.mui-switch-animbg {
	transition: background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:before {
	transition: left 0.3s;
}
.mui-switch.mui-switch-animbg:checked {
	box-shadow: #dfdfdf 0 0 0 0 inset;
	background-color: #5082c8;
	transition: border-color 0.4s, background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:checked:before {
	transition: left 0.3s;
}
.mui-switch.mui-switch-anim {
	transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}
.mui-switch.mui-switch-anim:before {
	transition: left 0.3s;
}
.mui-switch.mui-switch-anim:checked {
	box-shadow: #64bd63 0 0 0 16px inset;
	background-color: #5082c8;
	transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}
.mui-switch.mui-switch-anim:checked:before {
	transition: left 0.3s;
}

/*
<label>
  <input class="mui-switch" type="checkbox">
  默认未选中</label>
<label>
  <input class="mui-switch" type="checkbox" checked>
  默认选中</label>
<label>
  <input class="mui-switch mui-switch-animbg" type="checkbox">
  默认未选中,简单的背景过渡效果,加mui-switch-animbg类即可</label>
<label>
  <input class="mui-switch mui-switch-animbg" type="checkbox" checked>
  默认选中</label>
<label>
  <input class="mui-switch mui-switch-anim" type="checkbox">
  默认未选中,过渡效果,加 mui-switch-anim
  类即可</label>
<label>
  <input class="mui-switch mui-switch-anim" type="checkbox" checked>
  默认选中</label>
*/
