@charset "UTF-8";
/**
*	h5ds平台3.0版本
*	z-index 10为单位递增
*	馒头 2015-05-14 加入
*/
/*格式化样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
  font-family: '\5FAE\8F6F\96C5\9ED1'; }
body {
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }
a {
  text-decoration: none;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
a:hover {
  color: #03a9f4; }
table {
  border-spacing: 0; }
fieldset, img {
  border: 0; }
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal; }
strong {
  font-weight: bold; }
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }
caption, th {
  text-align: left; }
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }
q:before, q:after {
  content: ''; }
abbr, acronym {
  border: 0; }
textarea, input {
  outline: none; }
button {
  border: none;
  outline: none; }
/*滚动条*/
/* Let's get this party started */
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }
::-webkit-scrollbar-track {
  background: #252a2e; }
::-webkit-scrollbar-thumb {
  background: #0e1113;
  border-radius: 100px; }
::-webkit-scrollbar-thumb:window-inactive {
  background: #0e1113; }
::-webkit-scrollbar-button:vertical:decrement, ::-webkit-scrollbar-button:vertical:increment {
  height: 5px;
  width: 5px;
  background: #252a2e; }
input[type="color"] {
  width: 40px;
  height: 20px;
  padding: 0;
  border: none;
  vertical-align: middle; }
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none; }
/*清除浮动*/
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.show {
  display: block !important; }
.hide {
  display: none !important; }
/* 公用按钮 */
.mt-set-btn {
  background: #ff5402;
  display: inline-block;
  line-height: 40px;
  width: 300px;
  text-align: center;
  margin: 10px 0;
  color: #fff; }
.mt-set-btn:hover {
    color: #fff; }
/* 帮助信息 */
.mt-helps {
  position: absolute;
  border: 3000px solid rgba(0, 0, 0, 0.7);
  z-index: 9999;
  -webkit-transform: translate(-3000px, -3000px);
          transform: translate(-3000px, -3000px);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.mt-helps:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 2px solid #16b13a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.mt-helps .mt-helps-content {
    padding: 20px;
    padding-top: 30px;
    width: 300px;
    min-height: 160px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mt-helps .mt-helps-content .mt-helps-close {
      position: absolute;
      top: 10px;
      right: 10px; }
.mt-helps .mt-helps-content:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      position: absolute;
      border: 10px solid transparent; }
.mt-helps .mt-helps-content .mt-helps-prev, .mt-helps .mt-helps-content .mt-helps-end, .mt-helps .mt-helps-content .mt-helps-next {
      display: inline-block;
      padding: 4px 16px;
      background: #16b13a;
      color: #fff;
      font-size: 14px;
      text-align: center;
      margin-left: 10px; }
.mt-helps .mt-helps-content .mt-helps-prev {
      background: #a5b6c8;
      color: #252a2e; }
.mt-helps .mt-helps-info {
    height: 80px;
    overflow: auto;
    margin-top: 30px; }
.mt-helps .mt-helps-btns {
    text-align: right; }
.mt-helps .mt-helps-bottom {
    left: 50%;
    top: 100%;
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.mt-helps .mt-helps-bottom:before {
      top: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-bottom: 10px solid #fff; }
.mt-helps .mt-helps-right {
    left: 100%;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.mt-helps .mt-helps-right:before {
      left: -20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-right: 10px solid #fff; }
.mt-helps .mt-helps-left {
    right: 100%;
    top: 50%;
    margin-right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.mt-helps .mt-helps-left:before {
      right: -20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-left: 10px solid #fff; }
/* loading */
.mt-loading {
  color: #a5b6c8;
  font-size: 12px; }
.mt-loading-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  background: rgba(0, 0, 0, 0.3); }
.mt-loading-center {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.mt-loading-center:before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(/images/loading.gif) no-repeat;
  margin-right: 10px;
  vertical-align: middle; }
/* 输入框 */
.mt-input, .mt-textarea {
  width: 75px;
  height: 20px;
  line-height: 20px;
  border: none;
  text-align: center;
  background-color: #252a2e;
  color: #a5b6c8;
  font-size: 12px;
  border-radius: 2px; }
.mt-textarea {
  width: auto;
  vertical-align: top; }
.mt-color {
  display: inline-block;
  vertical-align: middle; }
.mt-color-hidden[type="color"] {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer; }
/* 搜索 */
.mt-input-search {
  width: 305px;
  height: 35px;
  background: #fff;
  border-radius: 2px; }
.mt-input-search input {
    width: 265px;
    border: none;
    height: 100%;
    color: #535f6b;
    text-indent: 10px;
    float: left; }
.mt-input-search .mt-search-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #16b13a;
    font-weight: bolder; }
/* 滑动杆 */
.mt-slider-bar {
  width: 180px;
  height: 3px;
  background: #252a2e;
  position: relative;
  border-radius: 2px;
  display: inline-block; }
.mt-slider-bar .mt-slider-active {
    position: relative;
    height: 100%;
    background: #16b13a; }
.mt-slider-bar .mt-slider-active .mt-slider-btn {
      position: absolute;
      right: -3px;
      top: -3px;
      width: 9px;
      height: 9px;
      border-radius: 100px;
      background: #0b9e2d; }
.mt-slider-bar .mt-slider-active .mt-slider-btn:hover {
        right: -5px;
        top: -5px;
        width: 13px;
        height: 13px; }
/* 开关 */
.mt-switch {
  width: 40px;
  height: 20px;
  background: #535f6b;
  border-radius: 100px;
  position: relative;
  display: inline-block; }
.mt-switch .mt-switch-btn {
    position: absolute;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    background: #252a2e;
    top: 1px;
    left: 1px; }
.mt-switch[data-val="on"] {
    background: #fff; }
.mt-switch[data-val="on"] .mt-switch-btn {
      background: #16b13a;
      left: 21px; }
/* 黄色按钮 */
.mt-btn-yellow {
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  background: #16b13a;
  border-radius: 2px;
  font-size: 14px; }
.mt-btn-yellow:hover {
    color: #fff;
    background: #0b9e2d; }
/* 图标 */
/* 选择 */
.mt-select {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  height: 20px;
  background-color: #252a2e;
  vertical-align: middle; }
.mt-select:before {
    font-family: "iconfont" !important;
    content: "\E61B";
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #a5b6c8;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 50%;
    line-height: 12px;
    text-align: center;
    margin-top: -6px; }
.mt-select select {
    float: left;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    color: #a5b6c8;
    outline: none;
    font-size: 12px;
    -webkit-appearance: none;
    padding: 0 20px 0 5px;
    cursor: pointer;
    font-family: '\5FAE\8F6F\96C5\9ED1'; }
.mt-select select option {
      color: #252a2e;
      background: #a5b6c8;
      font-size: 12px; }
.mt-select select option:hover {
      color: #fff; }
/* 自定义选择 */
.mt-select-diy {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 10px;
  background-color: #252a2e;
  color: #a5b6c8;
  line-height: 28px;
  font-size: 12px;
  cursor: pointer; }
.mt-select-diy:before {
    font-family: "iconfont" !important;
    content: "\E61B";
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #a5b6c8;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 50%;
    line-height: 12px;
    text-align: center;
    margin-top: -6px; }
.mt-select-diy .mt-select-body {
    position: absolute;
    background: #252a2e;
    left: 0;
    min-width: 100%;
    display: none; }
/*  标题 */
.mt-title {
  position: absolute;
  z-index: 2000;
  background: #000;
  color: #a5b6c8;
  padding: 4px;
  font-size: 12px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.mt-title:before {
    display: inline-block;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom: 5px solid #000;
    top: -10px; }
.mt-title-animated {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
/* 更多 */
.mt-more {
  display: inline-block;
  height: 14px;
  line-height: 10px;
  padding: 0 3px;
  background: #ff5402;
  color: #fff;
  border-radius: 2px;
  font-size: 12px; }
/* Tip */
.mt-tip-group {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  text-align: center; }
.mt-tip-inner {
  pointer-events: none; }
.mt-tip-success {
  background: #5cb85c;
  z-index: 2000;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  padding: 5px 30px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
.mt-tip-warning {
  background: #1c84c6;
  z-index: 2000;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  padding: 5px 30px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
.mt-tip-danger {
  background: #ff3535;
  z-index: 2000;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  padding: 5px 30px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
/* 分页 */
.mt-pagelist {
  position: relative;
  display: inline-block; }
.mt-pagelist li {
    float: left;
    margin-right: 2px;
    display: inline-block; }
.mt-pagelist li a {
      color: #a5b6c8;
      display: inline-block;
      height: 26px;
      line-height: 26px;
      background: #f2f4f6;
      padding: 0 8px;
      font-size: 12px; }
.mt-pagelist li a:hover {
        background: #dfe1e3; }
.mt-pagelist li .mt-active {
      background: #16b13a;
      color: #fff; }
.mt-pagelist li .mt-active:hover {
        background: #16a738;
        color: #fff; }
.mt-pagelist li .iconfont {
      font-size: 12px;
      line-height: 30px; }
.mt-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mt-tab:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
.mt-tab .mt-tab-header {
    background: #535f6b; }
.mt-tab .mt-tab-header ul:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
.mt-tab .mt-tab-header li {
      display: inline-block;
      cursor: pointer;
      float: left; }
.mt-tab .mt-tab-header .mt-active {
      background: #30373f;
      color: #fff; }
.mt-tab .mt-tab-body {
    float: left;
    width: 100%; }
.mt-tab .mt-tab-body:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
.mt-tab .mt-tab-body .mt-tab-box {
      display: none; }
.mt-tab .mt-tab-body .mt-active {
      display: block; }
.mt-tab-style1 .mt-tab-header {
  line-height: 30px; }
.mt-tab-style1 .mt-tab-header li {
    font-size: 12px;
    padding: 0 10px;
    color: #30373f; }
.mt-tab-style2 .mt-tab-header {
  line-height: 30px;
  background: #30373f;
  position: relative; }
.mt-tab-style2 .mt-tab-header ul {
    position: relative;
    z-index: 100; }
.mt-tab-style2 .mt-tab-header li {
    font-size: 14px;
    padding: 0 10px;
    color: #30373f;
    border-bottom: 4px solid #252a2e;
    color: #a5b6c8; }
.mt-tab-style2 .mt-tab-header .mt-active {
    border-color: #16b13a;
    color: #a5b6c8; }
.mt-tab-style2 .mt-tab-header:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    background: #252a2e;
    height: 4px;
    width: 100%; }
/* 可拖动框 */
.mt-drag {
  position: absolute;
  z-index: 1000; }
/* 拖动排序 */
.mt-uniqlist {
  position: relative; }
.mt-uniqlist .mt-active {
    background: #ff5402;
    border: 1px solid #ff5402; }
.mt-uniqlist li {
    position: relative;
    background: #252a2e;
    margin-bottom: 10px; }
.mt-uniqlist li a {
      display: inline-block;
      cursor: move;
      color: #fff; }
.mt-uniqlist .mt-uniq-start {
    z-index: 1000;
    opacity: 0.3; }
.mt-uniqlist .mt-uniq-clone {
    z-index: 1000; }
/* 控制杆 */
.mt-control {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  cursor: move;
  border: 1px dashed #16b13a;
  margin: -1px 0 0 -1px;
  top: 0;
  left: 0; }
.mt-control span {
    display: inline-block;
    position: absolute;
    background: rgba(22, 177, 58, 0.1);
    width: 10px;
    height: 10px;
    border: 1px solid rgba(22, 177, 58, 0.1);
    cursor: pointer; }
.mt-control .mt-control-center {
    top: 50%;
    left: 50%;
    border: none;
    width: 0px;
    height: 0px; }
.mt-control .mt-control-top {
    top: -6px;
    left: 50%;
    margin-left: -6px;
    cursor: n-resize; }
.mt-control .mt-control-bottom {
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    cursor: n-resize; }
.mt-control .mt-control-left {
    top: 50%;
    left: -6px;
    margin-top: -6px;
    cursor: e-resize; }
.mt-control .mt-control-right {
    top: 50%;
    right: -6px;
    margin-top: -6px;
    cursor: e-resize; }
.mt-control .mt-control-topleft {
    top: -6px;
    left: -6px;
    cursor: se-resize; }
.mt-control .mt-control-topright {
    top: -6px;
    right: -6px;
    cursor: ne-resize; }
.mt-control .mt-control-bottomleft {
    bottom: -6px;
    left: -6px;
    cursor: ne-resize; }
.mt-control .mt-control-bottomright {
    bottom: -6px;
    right: -6px;
    cursor: nw-resize; }
.mt-control .mt-control-rotate {
    border-radius: 100px;
    top: -30px;
    left: 50%;
    margin-left: -6px;
    cursor: -webkit-grabbing; }
/* 裁剪 */
.mt-crop-control {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  cursor: move;
  border: 1px dashed #16b13a;
  margin: -1px 0 0 -1px;
  top: 0;
  left: 0; }
.mt-crop-control span {
    display: inline-block;
    position: absolute;
    background: rgba(22, 177, 58, 0.1);
    width: 6px;
    height: 6px;
    border: 1px solid rgba(22, 177, 58, 0.1);
    cursor: pointer; }
.mt-crop-control .mt-control-center {
    top: 50%;
    left: 50%;
    border: none;
    width: 0px;
    height: 0px; }
.mt-crop-control .mt-control-top {
    top: -4px;
    left: 50%;
    margin-left: -4px;
    cursor: n-resize; }
.mt-crop-control .mt-control-bottom {
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    cursor: n-resize; }
.mt-crop-control .mt-control-left {
    top: 50%;
    left: -4px;
    margin-top: -4px;
    cursor: e-resize; }
.mt-crop-control .mt-control-right {
    top: 50%;
    right: -4px;
    margin-top: -4px;
    cursor: e-resize; }
.mt-crop-control .mt-control-topleft {
    top: -4px;
    left: -4px;
    cursor: se-resize; }
.mt-crop-control .mt-control-topright {
    top: -4px;
    right: -4px;
    cursor: ne-resize; }
.mt-crop-control .mt-control-bottomleft {
    bottom: -4px;
    left: -4px;
    cursor: ne-resize; }
.mt-crop-control .mt-control-bottomright {
    bottom: -4px;
    right: -4px;
    cursor: nw-resize; }
.mt-crop-control .mt-control-rotate {
    border-radius: 100px;
    top: -30px;
    left: 50%;
    margin-left: -4px;
    cursor: -webkit-grabbing; }
.mt-crop-controlbox {
  /* 图片剪切使用 */
  display: none;
  width: 100px;
  height: 60px;
  position: absolute;
  margin: 1px 0 0 1px;
  top: -400px;
  left: -400px;
  border: 500px solid rgba(0, 0, 0, 0.5); }
.mt-crop-title {
  padding: 10px 0;
  word-break: break-all;
  color: #a5b6c8;
  font-size: 14px; }
.mt-crop {
  width: 323px;
  height: 248px;
  font-size: 12px;
  position: relative;
  padding-bottom: 30px; }
.mt-crop .mt-crop-bg {
    background: #0e1113;
    text-align: center;
    height: 218px;
    width: 100%; }
.mt-crop .mt-crop-fun {
    background: #252a2e; }
.mt-crop .mt-crop-fun a {
      display: inline-block;
      width: 20%;
      text-align: center; }
.mt-crop .mt-crop-fun a:hover {
        background: #0e1113; }
.mt-crop .mt-crop-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
.mt-crop .mt-crop-box img {
      max-height: 100%;
      max-width: 100%;
      display: inline-block;
      position: relative; }
.mt-crop .mt-crop-box .mt-crop-controlbox {
      z-index: 100; }
.mt-crop .mt-crop-fun {
    height: 30px;
    line-height: 30px; }
.mt-crop .mt-crop-btns {
    height: 30px;
    line-height: 30px; }
.mt-crop .mt-crop-btns a {
      display: inline-block;
      text-align: center;
      width: 25%;
      font-size: 14px;
      color: #a5b6c8; }
.mt-crop .mt-crop-btns a:hover {
        background: #252a2e; }
/* 上传按钮 */
.mt-upload-btn {
  position: relative; }
.mt-upload-input {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }
/*  弹窗 - 弹窗都是2000 +  */
.mt-modal, .mt-confirm {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2900;
  display: none; }
.mt-modal .mt-modal-box, .mt-confirm .mt-modal-box {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.mt-modal .mt-modal-close, .mt-confirm .mt-modal-close {
    color: #16b13a;
    height: 17px;
    font-weight: bolder;
    position: absolute;
    top: 15px;
    right: 10px;
    line-height: 10px;
    z-index: 1000; }
.mt-modal .mt-modal-close .iconfont, .mt-confirm .mt-modal-close .iconfont {
      float: left;
      line-height: normal; }
.mt-modal .mt-modal-title, .mt-confirm .mt-modal-title {
    color: #333;
    border-bottom: 1px solid #eee;
    height: 45px;
    text-align: center;
    line-height: 45px; }
.mt-modal .mt-modal-full, .mt-modal .mt-modal-content, .mt-confirm .mt-modal-full, .mt-confirm .mt-modal-content {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
.mt-modal .mt-modal-full, .mt-confirm .mt-modal-full {
    top: 0; }
.mt-confirm .mt-modal-box {
  width: 300px; }
.mt-confirm .mt-modal-content {
  position: initial;
  padding: 10px 20px;
  color: #333; }
.mt-confirm .mt-modal-btns {
  padding: 10px 10px 10px 10px;
  text-align: center; }
.mt-btn-cancel, .mt-btn-ok {
  display: inline-block;
  padding: 4px 30px;
  background: #16b13a;
  color: #fff;
  margin: 5px 10px; }
.mt-btn-cancel:hover, .mt-btn-ok:hover {
    color: #fff;
    background: #0b9e2d; }
.mt-btn-cancel {
  background: #ccc; }
.mt-modal-bg {
  display: none;
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
.mt-contextmenu {
  position: absolute;
  z-index: 3000;
  background: #252a2e;
  color: #a5b6c8;
  padding: 10px;
  font-size: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.mt-contextmenu .iconfont {
    font-size: 14px; }
.mt-contextmenu li {
    width: 100px;
    padding: 4px;
    cursor: pointer; }
.mt-contextmenu li:hover {
      background: #ff5402;
      color: #fff; }
/*  复选框 */
.mt-checkbox-group {
  display: inline-block; }
.mt-checkbox-item {
  display: inline-block;
  font-size: 13px;
  padding: 5px 15px;
  color: #252a2e;
  background: #a5b6c8;
  cursor: pointer; }
.mt-checkbox-active {
  background: #ff5402;
  color: #fff; }
@charset "UTF-8";
body {
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial; }
/*   */
.footer {
  background: #333333;
  color: #fff; }
.footer .footer-inner {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    height: 220px; }
.footer .footer-inner .links {
      padding-right: 200px; }
.footer .footer-inner .links h1 {
        font-size: 16px;
        padding: 10px 0; }
.footer .footer-inner .links li {
        display: inline-block;
        margin-right: 20px; }
.footer .footer-inner .links .copyright {
        font-size: 12px;
        color: #666;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        border-top: 1px solid #222;
        padding-top: 20px; }
.footer .footer-inner .qrcode {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      padding-top: 20px; }
.footer .powerby {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    display: block; }
.header {
  background: #fff;
  height: 60px;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px #cccccc;
          box-shadow: 0 0 10px #cccccc; }
.header .header-box {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff; }
.header .header-box .logo {
      width: 160px;
      margin-top: 6px; }
.header .header-box:before {
      content: '';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
.header .header-nav {
    float: right;
    height: 100%; }
.header .header-nav ul {
      height: 100%; }
.header .header-nav li {
      line-height: 56px;
      text-align: center;
      display: inline-block;
      height: 100%;
      font-size: 14px;
      position: relative; }
.header .header-nav li a {
        color: #333;
        display: inline-block;
        height: 100%;
        padding: 0 15px; }
.header .header-nav li.active a {
        color: #fff;
        background: #16b13a; }
.header .header-nav li em {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: red;
        border-radius: 100px;
        position: absolute;
        right: 5px;
        top: 5px; }
/*  首页  */
.bodyer {
  padding-top: 60px; }
.page404 {
  text-align: center;
  padding: 60px 0; }
.footerText {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
  color: #8a939f; }
/*  主题图 */
.main-pic {
  height: 650px;
  background: #222; }
.main-pic .main-inner {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: url("https://aws-cdn-www.allfootballapp.com/dist/img/header-bg.d6ff77e.png") no-repeat center;
    text-align: center; }
.main-pic .main-inner .bgPhone {
      width: 270px;
      margin-top: 45px; }
.main-pic .main-inner h1 {
      font-size: 43px;
      color: #fff;
      padding-top: 80px; }
.main-pic .main-inner h2 {
      letter-spacing: 20px;
      color: #fff;
      padding-top: 40px; }
.main-pic .main-inner .btns {
      padding-top: 40px; }
.main-pic .main-inner .btns .btn {
        width: 210px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 20px;
        display: inline-block;
        margin: 0 20px; }
.main-pic .main-inner .btns .btn-introduce {
        border: 4px solid #ff7800;
        color: #ff7800;
        background: rgba(255, 120, 0, 0.2);
        line-height: 52px;
        height: 52px; }
.main-pic .main-inner .btns .btn-downcode {
        background: #ff7800;
        color: #fff; }
.main-pic .main-inner .downcount {
      padding-top: 20px;
      color: #fff; }
.main-pic .main-inner .downcount em {
        color: #ff7800;
        font-size: 32px;
        padding: 0 10px; }
.main-pic .main-inner .joinus {
      padding-top: 20px; }
.main-pic .main-inner .joinus span {
        background: rgba(0, 0, 0, 0.2);
        padding: 2px 10px;
        border-radius: 2px;
        color: #fff;
        display: inline-block; }
.main-module {
  width: 1300px;
  margin: 0 auto;
  text-align: center; }
.main-module h1.title {
    padding-top: 80px;
    font-size: 30px; }
.main-module h2.des {
    padding-top: 10px;
    color: #666;
    font-size: 14px; }
.main-introduce .modules {
  padding-top: 40px;
  text-align: center; }
.main-introduce .modules .iconfont {
    font-size: 70px;
    color: #ff7800;
    padding: 10px 0; }
.main-introduce .modules li {
    display: inline-block;
    width: 18%;
    padding: 0 10px; }
.main-introduce .modules li h3 {
      font-size: 20px;
      padding: 10px 0; }
.main-introduce .modules li p {
      color: #666;
      font-size: 14px; }
.main-utils ul {
  padding: 30px 0; }
.main-utils li {
  display: inline-block; }
.main-github {
  background: url("/assets/images/bg.jpg") center;
  text-align: center;
  color: #fff;
  height: 280px; }
.main-github .github-box {
    padding-top: 60px; }
.main-github .github-box h1 {
      padding-bottom: 40px; }
/*  插件 */
.plus {
  background: #222; }
.plus .slider {
    width: 1300px;
    height: 380px;
    background: #fff;
    margin: 10px auto; }
.plus .list {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto; }
.plus .list .ul-list {
      width: 1320px; }
.plus .list .item {
      float: left;
      display: inline-block;
      width: 287px;
      height: 320px;
      margin: 0 18px 18px 0;
      background: #000; }
/*  注册  */
/*  登录 */
.form-box {
  width: 300px;
  margin: 0 auto;
  padding: 60px 0;
  padding-bottom: 120px; }
.form-box .item {
    margin-top: 20px; }
.form-box .item input {
      height: 40px;
      width: 100%;
      border: 1px solid #ccc;
      text-indent: 10px; }
.mt-btn {
  display: inline-block;
  background: #ff5402;
  color: #fff;
  padding: 10px 20px; }
.mt-btn:hover {
    color: #fff; }
.mt-btn-block {
  display: block;
  text-align: center; }
.img-code {
  vertical-align: middle;
  height: 41px; }
#imgcode {
  width: 180px;
  top: 1px;
  right: -5px;
  position: relative; }
/*  案例 */
.user-apps {
  width: 1300px;
  margin: 20px auto; }
.user-apps .pagelist {
    margin: 30px 0; }
.user-apps #applist {
    margin-right: -20px;
    margin-bottom: -20px; }
.user-apps .active::before {
    content: 'New';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #16b13a;
    font-size: 12px;
    padding: 5px 10px;
    background: #fff; }
.user-apps .item {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 244px;
    height: 280px;
    margin: 0 20px 20px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.user-apps .item img {
      width: 100%;
      height: 180px; }
.user-apps #addNew {
    cursor: pointer; }
.user-apps #addNew .iconfont {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 40px;
      color: rgba(0, 0, 0, 0.2);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
.user-apps #addNew:hover .iconfont {
      color: #16b13a; }
.user-apps .date {
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 159px;
    right: 0px; }
.user-apps .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100px;
    background: #fff; }
.user-apps .info .name {
      font-size: 16px;
      margin: 5px;
      height: 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.user-apps .info .desc {
      margin: 10px 5px;
      font-size: 12px;
      color: #666;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.user-apps .info a {
      display: inline-block;
      margin: 2px 5px;
      font-size: 14px;
      padding: 3px 16px;
      background: #16b13a;
      color: #fff; }
.user-apps .info .to-del {
      background: #ccc; }
/*  帮助 */
/*  帮助信息 */
.helps {
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center; }
.helps h1 {
    font-size: 16px;
    text-indent: 10px;
    border-left: 10px solid #ff7800;
    margin-bottom: 20px; }
.helps img {
    width: 1000px; }
.license {
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0; }
.license .license-read {
    text-align: center;
    padding: 40px 0 100px 0; }
.license .read-no, .license .read-ok {
    display: inline-block;
    padding: 10px 35px;
    margin: 0 10px;
    background: #ff7800;
    color: #fff; }
.license .read-no {
    background: #666; }
/*  404 */
.test {
  height: 0; }
