@charset "utf-8";
/* CSS Document */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
Author: Zora Tao
Please backup before modification
修改前请备份
*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*@font-face{font-family:'方正细圆简体'; src:url(fonts/FZY1JW.TTF);}*/
/*<link rel="stylesheet" type="text/css" media="only screen and (max-device-width:480px)" href="min-base.css">*/

/*================基本样式重置================*/
html,body,div,header,article,footer,section,aside,nav,hgroup,menu,ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,p,a,span,i,em,strong,b,img,input,textarea,audio{
    margin:0;
    padding:0;
}
html,body{
    font-family:"Helvetica Neue","microsoft yahei","宋体",Helvetica,STHeiTi,sans-serif;
    -webkit-text-size-adjust:none;
    -webkit-font-smoothing: antialiased;
}
body{
    min-width:320px;
    line-height:1.25em;
    font-size:1.2rem;
    background:#ffffff;
    color:#666666;
}
a,img,input{
    border:none;
    text-decoration:none;
    outline:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
input,select,textarea{
    -webkit-border-radius:0;
    -om-border-radius:0;
}
[type="text"],[type="submit"],[type="button"],[type="number"],textarea{
    -webkit-appearance:none;
    appearance:none;
}
li{
    list-style:none;
}
i,em{
    font-style:normal;
}
a:hover,a:focus,a:visited{
    text-decoration:none;
}
a:focus,input:focus {
    outline:none;
}
textarea {
    resize:none;
    font-size:12px;
    border:0 none;/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	appearance: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	-webkit-transform: none;
	-moz-transform: none;
    transform: none;
	-webkit-transition: none;
	-moz-transition: none;
    transition: none;
}
*:focus {
	outline: none;
}
::selection {
	background-color: #1cbbb4;
	color: #fff;
}
label,input {
	overflow: hidden;
	position: relative;
}
label{display: block;}
a:hover {
	text-decoration:none;
	transition:all .3s ease;
	-o-transition:all .3s ease;
	-moz-transition:all .3s ease; 
	-webkit-transition:all .3s ease;  
}
textarea {
	margin-bottom: 27px;
	border: 1px solid #e9e9e9;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #f6f6f6;
	line-height: 18px;
	color: #666;
	width: 90%;
	height: 90px;
	overflow-y: auto;
}
input[type="text"], input[type="password"],select{
	border: 1px solid #e9e9e9;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left:5px;
	background-color: #F9F9F9;
	color: #888;
	line-height: 16px;
	font-size: 1.2rem;
/*	box-shadow:0 0 5px #666666;
	-o-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	-webkit-box-shadow:0 0 5px #666666;
*/	border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
input[type="checkbox"] {
	display: inline;
	appearance: normal;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	margin-right:12px;
}
input[type="radio"] {
	display: inline;
	appearance: normal;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	margin-right:12px;
}
select {
	appearance: normal;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	/*margin-bottom: 27px;*/
	line-height: 16px;
	padding-left:12px;
/*	box-shadow:0 0 5px #666666;
	-o-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	-webkit-box-shadow:0 0 5px #666666;
*/}
input[type="submit"] {
	color: #fff;
	font-weight: bold;
	padding: 0px;
	line-height: 36px;
	height: 36px;
	padding-left: 12px;
	padding-right: 12px;
	box-shadow:0 0 5px #666666;
	-o-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	-webkit-box-shadow:0 0 5px #666666;
	
}
.uploadbtn{
	height:1rem;
}
input[type="submit"]:hover {
	cursor: pointer;
}
input[type="text"]:hover, input[type="password"]:hover,input[type="submit"]:hover{
	box-shadow:0 0 5px #4ecaab;
	-o-box-shadow:0 0 5px #4ecaab;
	-moz-box-shadow:0 0 5px #4ecaab;
	-webkit-box-shadow:0 0 5px #4ecaab;
	transition:all .3s ease;
	-o-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
input:focus, textarea:focus {
	outline: 0;
	background-color: #fff;
	border-color: #e9e9e9;
}
fieldset > *:last-child {
	margin-bottom: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
}
thead {
}
th {
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	font-weight: bold;
	color: #555;
	background-color: #efeff4;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #fdfdfd;
}
tr:hover > td {
	background-color: #fff;
}
ul {
	list-style: square inside;
	position: relative;
}
ol {
	list-style: decimal inside;
	position: relative;
}

/*================定义通用样式================*/
/*== 宽度 ==*/
.w100{
    width:100%;
    margin:0 auto;
}
.w96{
    width:96%;
    margin:0 auto;
}
/*== 浮动等 ==*/
.fn-left{
    float:left;
}
.fn-right{
    float:right;
}
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    zoom: 1;
}
.fn-hide{
    display:none;
}
.fn-block{
    display: block;
}
.fn-inline{
    display: inline;
}
.fn-inline-block{
    display: inline-block;
}
/*== 字符大小、排版方式、颜色 ==*/
.am-ft-12{
    font-size: 12px;
}
.am-ft-14{
    font-size: 14px;
}
.am-ft-16{
    font-size: 16px;
}
.am-ft-18{
    font-size: 18px;
}
.am-ft-left{
     text-align: left;
 }
.am-ft-center{
    text-align: center;
}
.am-ft-right{
    text-align: right;
}
.am-ft-blue{
    color:#0ae;
}
.am-ft-orange{
    color: #ff8208;
}
.am-ft-green{
    color:#4ecaab;
}
.am-ft-black{
    color: #000;
}
.am-ft-darkgray{
    color: #666;
}
.am-ft-gray{
    color: #888;
}
.am-ft-white{
    color: #fff;
}
.am-ft-red{
    color: #f00;
}
/* 渐变色 */
.linear-gradient{
    min-height: 568px;
    background: -webkit-linear-gradient(left top, #ffe32a, #f894d2, #a2a2d6); /* Safari 5.1 - 6.0 */
    background: linear-gradient(to bottom right,#ffe32a, #f894d2, #a2a2d6); /* 标准的语法 */
}
/*== 间距 ==*/
.mgt0{
    margin-top:0!important;
}
.mgt5{
    margin-top:5px!important;
}
.mgt10{
    margin-top:10px!important;
}
.mgt15{
    margin-top:15px!important;
}
.mgt20{
    margin-top:20px!important;
}
.mgt25{
    margin-top:25px!important;
}
.mgb0{
    margin-bottom:0!important;
}
.mgb5{
    margin-bottom:5px!important;
}
.mgb10{
    margin-bottom:10px!important;
}
.mgb15{
    margin-bottom:15px!important;
}
.mgb20{
    margin-bottom:20px!important;
}
.mgb25{
    margin-bottom:25px!important;
}
.pt0{
    padding-top: 0!important;
}
.pt10{
    padding-top: 10px!important;
}
.pt15{
    padding-top: 15px!important;
}
.pt20{
    padding-top: 20px!important;
}
.pb0{
    padding-bottom: 0!important;
}
.pb10{
    padding-bottom: 10px!important;
}
.pb15{
    padding-bottom: 15px!important;
}
.pb20{
    padding-bottom: 20px!important;
}
/*== 弹性布局 ==*/
.am-flexbox {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.am-flexbox .am-flexbox-item {
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    margin-left: 8px;
    min-width: 15%;
    float: left;
}
.am-flexbox .am-flexbox-item:first-child {
    margin-left: 0;
}
/*超出省略号显示*/
.text-overflow{
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;
}
/*== 独立效果 ==*/
/*powerby*/
.footnote {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: rgb(153,153,153);
    font-family: "黑体";
    z-index: 0;
}
/*返回顶部*/
#toTop{
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:0;
    right:10px;
    overflow:hidden;
    width:50px;
    height:40px;
    border:0;
    text-indent:100%;
    z-index:150;
    /*background:#287de7 url(../images/gotop.png) center center no-repeat;*/
    opacity:0.65;
    filter:alpha(opacity=65);
}
.Fillet{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow: 0 0 8 #999;
}
/* 按钮 */
.am-button{
    display: block;
    width: 98%;
    margin:0 auto;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    height: 42px;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
}
.am-button[am-bg~=blue]{
    border: 0;
    color: #fff;
    background-color: #0ae;
}
.am-button[am-bg~=gray] {
    border: 0;
    color: #666;
    background-color: #888;
}
.am-button[am-bg~=blue].hover,.am-button[am-bg~=blue]:active,.line-btn:hover,.line-btn:active {
    color: #fff;
    background-color: #0091cb;
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
}
.am-button[am-bg~=white].hover,.am-button[am-bg~=white]:active{
    color: #666;
    border-color: #d8d8d8;
    background: #f8f8f8;
}
.am-button[am-mode~=inline]{
    color: #0ae;
    border: 1px solid #0ae;
    background: #fff;
}
.am-button[am-mode~=inline]:hover,.am-button[am-mode~=inline]:active{
    color: #fff;
    background-color: #0ae;
}
.line-btn,.line-btn-delete{
    padding:0 10px!important;
    color: #0af;
    border-color: #0af;
    background-color: #fff;
    border:1px solid #0af;
    border-radius:3px;
    -webkit-border-radius:3px;
    display:block;
    text-align:center;
    font-size: 12px;
}
.line-btn-delete{
    color: #ff4250;
    border-color: #ff4250;
    background-color: #fff;
    border:1px solid #ff4250;
}
.line-btn-delete:hover,.line-btn-delete:active{
    background-color: #ff4250;
    color: #fff;
}
/*滑动开关*/
.switch-input{
    display: none!important;
}
.switch-input + label{
    background: #BCBCBC;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 56px;
    height: 25px;
}
.switch-input + label:after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
    -webkit-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
.switch-input + label:before{
    content: ' ';
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.switch-input:active + label:before{
    width: 37px;
}
.switch-input:active + label:after{
    box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}
.switch-input + label:active{
    box-shadow: 0 0 2px rgba(0,0,0,0.35), inset 0 0 3px rgba(0,0,0,0.1);
}
.switch-input:checked + label:before{
    content: ' ';
    position: absolute;
    left: 30px;
    border-radius: 100px;
}
.switch-input:checked + label:after{
    content: ' ';
    font-size: 1.5em;
    position: absolute;
    background: #0ae;
    box-shadow: 0 0 1px #0ae;
}
.switch-input:checked:active + label:before{
    width: 37px;
    left: 20px;
}
/* html
<input type="checkbox" id="turnOn1" class="switch-input" checked />
<label for="turnOn1"></label>
*/
/*弹窗*/
.am-dialog{
    position: fixed;
    padding-top: 16px;
    max-width: 600px;
    min-width: 350px;
    min-height: 100px;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-background-clip: padding-box;
    background-color: #F9F9F9;
    z-index: 1000;
}
/*遮罩层*/
.maskBg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.65;
    filter:alpha(opacity=65);
    z-index: 1000;
}
/*=============分页===================*/
.pagelist {
    width: 100%;
    float: left;
    margin: 15px auto;
}
.pagelist .pager {
    color: #666;
    clear: both;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    float: left;
}
.pagelist .pager span,.pagelist .pager .nolink,.pagelist .pager a {
    display: inline-block;
    border: solid 1px #cbcbcb;
    line-height: 22px;
    margin: 0 1px;
    padding: 0px 8px;
}
.pagelist .pager .nolink {
    color: #666;
}
.pagelist .pager a {
    color: #666;
    text-decoration: none;
}
.pagelist .pager a:hover {
    color: #FFF;
}
.pagelist .pager a:hover, .pagelist .pager .cpb {
    background: #147BA5;
    border: solid 1px #147aa3;
}
/*隐藏页码信息*/
.pagelist .pager .pageinfo {
    display: none;
}
/*当前页*/
.pagelist .pager .cpb {
    color: #FFF;
    font-weight: 100;
}
/*跳转*/
.pagelist .pager .page-go,.pagelist .pager .pagerover{
    border: none;
}
.pagelist .pager .page-go input{
    width: 50px;
    border: 1px solid #dedede;
    margin: 0 3px;
    text-align: center;
}
/*tab*/
.am-tab:not([am-version]){
    display:-webkit-box;
    display:-webkit-flex;
    background-color:#fff;
    height:44px;
}
.am-tab:not([am-version]) button{
    padding:0;
    border:0;
    outline:0;
    background:0 0;
    -webkit-appearance:none;
}
.am-tab:not([am-version]) .am-tab-item{
    display:block;
    -webkit-box-flex:1;
    -webkit-flex:1;
    width:100%;
    height:100%;
    -webkit-box-sizing:border-box;
    background:-webkit-gradient(linear,left top,left bottom,from(#e5e5e5),to(#e5e5e5)) bottom left no-repeat;
    background:-webkit-linear-gradient(270deg,#e5e5e5,#e5e5e5,rgba(229,229,229,0)) bottom left no-repeat;
    background:linear-gradient(180deg,#e5e5e5,#e5e5e5,rgba(229,229,229,0)) bottom left no-repeat;
    -webkit-background-size:100% 1px;
    font-size:14px;
    text-align:center;
    line-height:44px;
    color:#666;
}
.am-tab:not([am-version]) .am-tab-item[data-tab~=selected]{
    background: 0 0;
    color: #0AE;
    border-bottom: 3px solid #0ae;
}
.am-dialog .am-input input[disabled],.am-dialog .am-input input[readonly],.am-dialog .am-input input[disabled]:hover,.am-dialog .am-input input[readonly]:hover{
	box-shadow: none!important;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Framework CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
