/*
	admin init set 
*/
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
optgroup,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
  list-style-image: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:active {
  background-color: transparent;
  outline: none;
}
a:active,
a:hover {
  outline: 0 none;
}
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 1 */
  text-size-adjust: 100%;
}
body {
  font-size: 14px;
  line-height: 1.5;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
  -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background-color: #D2E5FF;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 85.7%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
img {
  border: 0 none;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0 none;
  /* 1 */
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button {
  *overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  resize: vertical;
  resize: none;
}
select[multiple],
select[size] {
  height: auto;
}
button[disabled],
input[disabled],
select:disabled option:checked,
option:disabled:checked {
  cursor: not-allowed;
  background-color: #ddd!important;
  color: #9d9d9d!important;
  border: 1px solid transparent !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: darkGray;
  opacity: 1;
}
label {
  cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}
button {
  cursor: pointer;
  border: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
[hidden] {
  display: none;
}
::-moz-placeholder {
  color: #999;
  opacity: 1!important;
}
:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
textarea,
select,
input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.nowrap {
  white-space: nowrap;
  word-wrap: normal;
}
.wrap {
  white-space: normal;
  word-wrap: break-word;
}
.yeswrap {
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
.hidden,
.hide,
.none {
  display: none;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}
.text-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.select-no-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  text-indent: .01px;
}
.rmb,
.yuan {
  font-family: arial;
  font-style: normal;
}
.cp {
  font-family: arial;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 5px solid transparent;
}
::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-thumb {
  min-height: 40px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3) inset;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 
  theme
 */
/* 
    表单相关颜色设置
 */
/* 
    验证相关设计 
*/
/* 
    透明 
*/
/*
    admin form item set 
*/
.form-select {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  line-height: 31px;
  height: 31px;
  vertical-align: middle;
  min-width: 80px;
}
.form-txtArea {
  height: 60px;
}
.form-txt,
.form-txtCode,
.form-txtArea {
  display: inline-block;
  background-color: #fff;
  padding: 6px 4px;
  vertical-align: middle;
  border: 1px solid #D8D8D8;
  min-width: 120px;
}
.form-select:focus,
.form-txt:focus,
.form-txtArea:focus {
  border: 1px solid #a5a5a5;
}
.form-btn {
  display: inline-block;
  width: auto \9;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border: 1px solid #D8D8D8;
}
.form-btn:hover {
  background-color: #f8f8f8;
  color: #555;
  border: 1px solid #a5a5a5;
}
input.form-btn,
button.form-btn {
  padding: 5px;
}
.form-select,
.form-txt,
.form-txtCode,
.form-txtArea,
.form-btn {
  min-width: 60px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.form-btn:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.link-btn {
  display: inline-block;
  width: auto \9;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  font-size: 12px;
}
.link-btn:hover {
  color: #555;
}
span.tip-error {
  color: #ff8533;
  font-size: 12px;
}
.tip-error.form-txt,
.tip-error.form-txtArea,
.tip-error.form-select {
  border-color: #ff8533;
}
.tip-success.form-txt,
.tip-success.form-txtArea,
.tip-success.form-select {
  border-color: #61a03e;
}
/* 
    theme
 */
.userTheme {
  position: absolute;
  z-index: 9;
}
.userTheme li {
  float: left;
}
.userTheme li a {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -999em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.userTheme .cur a {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  border: 2px solid #fff;
}
/* 
    form
 */
.form-group:before,
.form-group:after {
  display: table;
  content: " ";
}
.form-group:after {
  clear: both;
}
.form-group {
  position: relative;
  padding: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
.form-group .form-lab,
.form-group .form-val-view,
.form-group .form-val {
  position: relative;
  min-height: 1px;
}
.form-group .form-lab {
  white-space: nowrap;
  color: #666;
}
.form-group .form-lab,
.form-group .form-val-view {
  padding: 5px;
}
.form-group .placeholder {
  padding: 5px 10px;
  color: #999;
  line-height:28px;
  left:0;
  top:0;
}
.form-txtCode,
.form-imgCode-change {
  float: left;
}
/* 水平表单 */
.form-hor .form-group .form-lab,
.form-hor .form-group .form-val-view,
.form-hor .form-group .form-val {
  float: left;
}
/* 水平表单 noLab*/
.form-hor-noLab .form-group .form-lab {
  display: none;
}
/* 水平表单 同行*/
.form-hor-float .form-lis,
.form-hor-float .form-lis-btn {
  float: left;
}
.form-hor-float .form-lis-btn {
  padding: 5px;
}
.form-hor-float .form-group {
  margin: 0;
}
.form-hor-float .form-group .form-lab {
  display: none;
}
/* 垂直表单 */
/***************************************************
    定义实际表单样式 根据实际项目进行处理
****************************************************/
.form-login .form-group .form-lab {
  width: 120px;
  text-align: right;
}
.form-login .form-group-btn {
  padding-left: 130px;
}
/****************************************************
    按钮类型 根据实际项目进行自定义扩展
 ****************************************************/
.btn-cancel,
.btn-reset,
.btn-back {
  background-color: #DFDCD9 !important;
  border: 1px solid #DFDCD9 !important;
  color: #666 !important;
}
.btn-del,
.btn-dels {
  background-color: #FF8000 !important;
  border: 1px solid #FF8000 !important;
}
.btn-lock {
  background-color: #D93600 !important;
  border: 1px solid #D93600 !important;
}
.btn-unlock {
  background-color: #65C178 !important;
  border: 1px solid #65C178 !important;
}
.ico {
  background-image: url(../images/icon/bg.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-indent: -9999px;
  margin: 0 2px;
}
.ico-view {
  background-position: 0 0;
}
.ico-edit {
  background-position: 0 -20px;
}
.ico-editPhone {
  background-position: 0 -40px;
}
.ico-delete {
  background-position: 0 -60px;
}
.ico-quit {
  background-position: 0 -80px;
}
.ico-open {
  background-position: 0 -100px;
}
.ico-unlock {
  background-position: 0 -100px;
}
.ico-close {
  background-position: 0 -120px;
}
.ico-lock {
  background-position: 0 -120px;
}
.ico-msgSend {
  background-position: 0 -140px;
}
.ico-share {
  background-position: 0 -160px;
}
.ico-shareNone {
  background-position: 0 -180px;
}
.ico-defaultHot {
  background-position: 0 -200px;
}
.ico-defaultHotNone {
  background-position: 0 -220px;
}
.ico-viewService {
  background-position: 0 -240px;
}
.ico-adminService {
  background-position: 0 -260px;
}
.ico-send {
  background-position: 0 -280px;
}
.ico-qcode-do {
  background-position: 0 -300px;
}
.ico-qcode-off {
  background-position: 0 -320px;
}
.ico-qcode-on {
  background-position: 0 -340px;
}
.ico-position {
  background-position: 0 -360px;
}
.ico-fav {
  background-position: 0 -380px;
}
.ico-favNone {
  background-position: 0 -400px;
}
.ico-search {
  background-position: 0 -420px;
}
.ico-searchOut {
  background-position: 0 -440px;
}
.ico-add {
  background-position: 0 -460px;
}
.ico-refresh {
  background-position: 0 -480px;
}
.ico-acc {
  background-position: 0 -500px;
}
.ico-shop {
  background-position: 0 -520px;
}
.ico-img {
  background-position: 0 -540px;
}
.ico-set {
  background-position: 0 -560px;
}
.ico-home {
  background-position: 0 -580px;
}
.ico-log {
  background-position: 0 -600px;
}
.ico-waring {
  background-position: 0 -620px;
}
.ico-help {
  background-position: 0 -640px;
}
.tip-error {color:#ff6600;font-size: 12px;padding:5px 0;}
/* tips */
.tipsy {
  padding: 5px;
  font-size: 10px;
  position: absolute;
  z-index: 100000;
}
.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-arrow {
  position: absolute;
  background: url('../images/tipsy.gif') no-repeat top left;
  width: 9px;
  height: 5px;
}
.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}
.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}
