@charset "UTF-8";
/**
 * Created by liangyl on 2016/9/21 0021.
 */
/**
 * 文字超出显示省略号，支持多行
 */
/**
 * Created by liangyl on 2016/9/21 0021.
 */
/***************

/**
 * @param $min   min-width
 * @param $max   max-width

@mixin screen($min, $max)
@mixin max-screen($width)
@mixin min-screen($width)
@mixin hidpi($ratio: 1.3)
 */
/**
 * @param $filename
 * @param $retina-filename   多个或者一个
 * @param $ratio             多个或者一个
 * @param $background-size

@mixin retina-image($filename, $retina-filename, $ratio: 1.3, $background-size: 100%)
@mixin iphone6($orientation: all)
@mixin iphone6plus($orientation: all)
@mixin iphone5($orientation: all)
@mixin iphone4($orientation: all)
@mixin ipad($orientation: all)
@mixin ipad-mini($orientation: all)
@mixin ipad-retina($orientation: all)

@include retina-image(test.png, test@2.png test@3.png, 2 3);

****************/
/**
 * Created by liangyl on 2016/8/22 0022.
 */
/**
 * Created by liangyl on 2016/8/22 0022.
 */
/**
 * Created by liangyl on 2016/8/22 0022.
 */
/**
 * Created by liangyl on 2016/9/13 0013.
 */
/**
 * @param $color
 * @param $direction: top bottom left right vertical all radius,  default: all
 */
/**
 * @param $color
 * @param $direction: top bottom left right vertical all,  default: all
 * @param $pseudo: after before, default: after
 */
/**
 * @param $color
 * @param $direction: top bottom left right vertical all radius,  default: all
 * @param $pseudo: after before, default: after
 * @param $radius default: 1px
 */
/**
 * Created by liangyl on 2016/9/21 0021.
 * placeholder color
 */
/****************

// scss
@include placeholder() {
    ...
}

// css
::-webkit-input-placeholder {
    ...
}
::-moz-placeholder {
    ...
}
:-ms-input-placeholder {
    ...
}
**********************/
/**
 * @desc  三角形
 * @param $width
 * @param $height
 * @param $color
 * @param $direction: top bottom left right
 */
/**
 * @desc 通过背景图实现三角形
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1.6;
  font-family: "Microsoft YaHei", sans-serif; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
*,
*:bafore,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

a img {
  border: 0; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

li {
  list-style: none; }

.none {
  display: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

label {
  font-weight: 100; }

/******
    tools
*/
.pull-left > .wrapper > *, .btn, .layui-layout-admin .layui-header .menu-site span {
  display: inline-block;
  vertical-align: middle; }

.layui-layout-admin .layui-header .logo, .layui-layout-admin .layui-header .menu-site {
  display: inline-block;
  vertical-align: top; }

/* 居中 */
img {
  max-width: 100%;
  max-height: 100%; }

img[src=""],
img:not([src]) {
  opacity: 0; }

/*
    FIXED
 */
a {
  cursor: pointer; }

.clearfix {
  *zoom: 1; }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.height {
  height: 100%; }

.scroll {
  max-height: 100%;
  overflow: auto; }

.hide {
  display: none; }

.pull-left {
  float: left; }
.pull-left > .wrapper {
  white-space: nowrap; }

.pull-right {
  float: right; }

.t-l {
  text-align: left; }

.t-r {
  text-align: right; }

.t-c {
  text-align: center; }

.fz-0 {
  font-size: 0 !important; }

.fz-12 {
  font-size: 12px !important; }

.fz-14 {
  font-size: 14px !important; }

.fz-16 {
  font-size: 16px !important; }

.h-100 {
  height: 100% !important; }

/**/
.pd-1 {
  padding: 10px; }

.pd-01 {
  padding: 0 10px; }

.pd-10 {
  padding: 10px 0; }

.pd-t-1 {
  padding-top: 10px; }

.pd-b-1 {
  padding-bottom: 10px; }

.mg-b-1 {
  margin-bottom: 10px; }

.mg-t--1 {
  margin-top: -10px; }

.mg-b--1 {
  margin-bottom: -10px; }

.mg-r-1 {
  margin-right: 10px; }

.mg-l-1 {
  margin-left: 10px; }

.pd-2 {
  padding: 20px; }

.pd-02 {
  padding: 0 20px; }

.pd-20 {
  padding: 20px 0; }

.pd-t-2 {
  padding-top: 20px; }

.pd-b-2 {
  padding-bottom: 20px; }

.mg-b-2 {
  margin-bottom: 20px; }

.mg-t--2 {
  margin-top: -20px; }

.mg-b--2 {
  margin-bottom: -20px; }

.mg-r-2 {
  margin-right: 20px; }

.mg-l-2 {
  margin-left: 20px; }

.pd-3 {
  padding: 30px; }

.pd-03 {
  padding: 0 30px; }

.pd-30 {
  padding: 30px 0; }

.pd-t-3 {
  padding-top: 30px; }

.pd-b-3 {
  padding-bottom: 30px; }

.mg-b-3 {
  margin-bottom: 30px; }

.mg-t--3 {
  margin-top: -30px; }

.mg-b--3 {
  margin-bottom: -30px; }

.mg-r-3 {
  margin-right: 30px; }

.mg-l-3 {
  margin-left: 30px; }

.pd-4 {
  padding: 40px; }

.pd-04 {
  padding: 0 40px; }

.pd-40 {
  padding: 40px 0; }

.pd-t-4 {
  padding-top: 40px; }

.pd-b-4 {
  padding-bottom: 40px; }

.mg-b-4 {
  margin-bottom: 40px; }

.mg-t--4 {
  margin-top: -40px; }

.mg-b--4 {
  margin-bottom: -40px; }

.mg-r-4 {
  margin-right: 40px; }

.mg-l-4 {
  margin-left: 40px; }

.pd-5 {
  padding: 50px; }

.pd-05 {
  padding: 0 50px; }

.pd-50 {
  padding: 50px 0; }

.pd-t-5 {
  padding-top: 50px; }

.pd-b-5 {
  padding-bottom: 50px; }

.mg-b-5 {
  margin-bottom: 50px; }

.mg-t--5 {
  margin-top: -50px; }

.mg-b--5 {
  margin-bottom: -50px; }

.mg-r-5 {
  margin-right: 50px; }

.mg-l-5 {
  margin-left: 50px; }

.pd-6 {
  padding: 60px; }

.pd-06 {
  padding: 0 60px; }

.pd-60 {
  padding: 60px 0; }

.pd-t-6 {
  padding-top: 60px; }

.pd-b-6 {
  padding-bottom: 60px; }

.mg-b-6 {
  margin-bottom: 60px; }

.mg-t--6 {
  margin-top: -60px; }

.mg-b--6 {
  margin-bottom: -60px; }

.mg-r-6 {
  margin-right: 60px; }

.mg-l-6 {
  margin-left: 60px; }

.pd-7 {
  padding: 70px; }

.pd-07 {
  padding: 0 70px; }

.pd-70 {
  padding: 70px 0; }

.pd-t-7 {
  padding-top: 70px; }

.pd-b-7 {
  padding-bottom: 70px; }

.mg-b-7 {
  margin-bottom: 70px; }

.mg-t--7 {
  margin-top: -70px; }

.mg-b--7 {
  margin-bottom: -70px; }

.mg-r-7 {
  margin-right: 70px; }

.mg-l-7 {
  margin-left: 70px; }

.pd-8 {
  padding: 80px; }

.pd-08 {
  padding: 0 80px; }

.pd-80 {
  padding: 80px 0; }

.pd-t-8 {
  padding-top: 80px; }

.pd-b-8 {
  padding-bottom: 80px; }

.mg-b-8 {
  margin-bottom: 80px; }

.mg-t--8 {
  margin-top: -80px; }

.mg-b--8 {
  margin-bottom: -80px; }

.mg-r-8 {
  margin-right: 80px; }

.mg-l-8 {
  margin-left: 80px; }

.pd-9 {
  padding: 90px; }

.pd-09 {
  padding: 0 90px; }

.pd-90 {
  padding: 90px 0; }

.pd-t-9 {
  padding-top: 90px; }

.pd-b-9 {
  padding-bottom: 90px; }

.mg-b-9 {
  margin-bottom: 90px; }

.mg-t--9 {
  margin-top: -90px; }

.mg-b--9 {
  margin-bottom: -90px; }

.mg-r-9 {
  margin-right: 90px; }

.mg-l-9 {
  margin-left: 90px; }

.vc {
  text-align: center;
  white-space: nowrap; }
.vc > * {
  display: inline-block;
  vertical-align: middle; }
.vc:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.frame-wh {
  width: 100%;
  height: 100%; }
.frame-wh iframe {
  width: 100%;
  height: 100%; }

.overflow-hide {
  overflow: hidden; }

/*
    icons
*/
.icon {
  display: block;
  background-position: center; }

/*
    btns
*/
.btn {
  text-align: center;
  cursor: pointer;
  line-height: 1; }

.btn1, .btn1_1 {
  width: 130px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #63c8fb;
  font-size: 18px;
  color: #fff;
  padding: 0; }
.btn1:hover, .btn1_1:hover {
  background: #fff;
  color: #16a8f4; }
.btn1:active, .btn1_1:active {
  background: #4cb1e5;
  color: #fff;
  border-color: #4cb1e5; }

.btn1_1 {
  width: 100%; }

.button1 {
  display: block;
  width: 360px;
  height: 174px;
  border: 0;
  padding: 0;
  line-height: 150px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  background: url(../images/btn1.png) no-repeat;
  margin-left: -7px;
  margin-bottom: -22px; }
.button1:hover {
  background: url(../images/btn1-hover.png) no-repeat; }
.button1:active {
  background: url(../images/btn1-active.png) no-repeat; }

.layui-layout-admin .layui-body {
  bottom: 0; }
.layui-layout-admin .layui-body.frame {
  line-height: 0; }

.layadmin-header {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  border-radius: 0; }

.layui-breadcrumb {
  color: #333;
  padding: 0 15px; }

.layui-fluid {
  padding: 15px; }

.layui-card .layui-card-header .layui-form-label {
  width: auto; }

.layui-card .layui-card-body .layui-form-label {
  width: 110px; }

.layui-card .layui-card-body .layui-input-inline {
  width: 220px; }

.i-input {
  position: relative;
  padding-left: 0; }
.i-input .layui-input {
  padding-left: 30px; }
.i-input .layui-icon {
  position: absolute;
  top: 8px;
  left: 8px; }

.layui-tree * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/***
 * reset
 */
html, body {
  position: relative;
  width: 100%;
  height: 100%; }

html {
  background-color: #f2f2f2;
  color: #666; }

label {
  font-weight: normal; }

input {
  outline: none; }

a, input[type='button'] {
  cursor: pointer; }

.em4 {
  width: 4em !important; }

.em5 {
  width: 5em !important; }

.em6 {
  width: 6em !important; }

.em7 {
  width: 7em !important; }

.em8 {
  width: 8em !important; }

.em9 {
  width: 9em !important; }

/*
   -webkit-scrollbar 全局滚动条
*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #d9e4e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

::-webkit-scrollbar-thumb {
  background: #1e51ba;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 }

/* header */
.layui-layout-admin .layui-logo {
  display: none; }

.layui-layout-admin .layui-header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  padding: 0 20px;
  position: relative;
  margin-bottom: -60px;
  z-index: 1000;
  font-size: 0;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  background-color: #1e51ba;
}
.layui-layout-admin .layui-header .layui-layout-left {
  left: 20px; }
.layui-layout-admin .layui-header .logo {
  height: 100%;
  font-size: 20px;
  color: red;
  margin-right: 10px; }
.layui-layout-admin .layui-header .menu-site {
  font-size: 0; }
.layui-layout-admin .layui-header .menu-site span {
  font-size: 20px;
  color: #fff
}

.layui-body.layui-login .login-box {
  width: 400px;
  height: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -200px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  padding: 40px; }

.layui-body.layui-login .layui-elem-field legend {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-left: 0px;
  margin-bottom: 20px; }

.layui-body.layui-login .layui-btn {
  height: 50px;
  line-height: 50px;
  background: #d1b759;
  border-radius: 0;
  font-size: 16px;
  margin-top: 40px; }

.layui-body.layui-login .layui-input {
  height: 48px;
  line-height: 46px;
  border: 1px solid #e1e1e1;
  background: #f4f4f4; }

.layui-body.layui-login .i-input .layui-icon {
  top: 1px; }

/* wgt-container */
.wgt-container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 60px; }
.wgt-container .wgt-inner {
  width: 100%;
  height: 100%;
  overflow: auto; }

/* login */
.layui-login {
  left: 0;
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover; }
.layui-login .login-box {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  height: 350px;
  position: absolute;
  right: 10%;
  top: 22%;
  text-align: center;
  z-index: 999; }

.layui-form-item.layui-prompt .layui-form-label:before {
  content: '*';
  position: absolute;
  left: 10px;
  left: 0.7em;
  font-size: 20px;
  color: red;
  line-height: 26px; }

.layui-form-item.layui-prompt.word2 .layui-form-label:before {
  left: 2em; }

.layui-form-item.layui-prompt.word3 .layui-form-label:before {
  left: 1.3em; }
.layui-header .user-nav {
  padding: 0;
  text-align: center;
}
.layui-header .user-nav dt {
  height: 60px;
  line-height: 60px;
}
.layui-header .user-nav dd {
  background: #1e51ba;
  line-height: 3;
}
.layui-header .user-nav dd a{
  color: #fff;
  padding: 0 10px;
}
.user-nav {
  padding: 10px;
  background:none;
  line-height: normal; }
.user-nav dt {
  width: 90px;
  height: 40px;
  line-height: 40px; }
.user-nav dd {
  width: 90px;
  background: #fff;
  display: none;
  line-height: 2;
  padding: 0 5px; }
.user-nav dd a {
  display: block; }
.user-nav:hover {}
.user-nav:hover dd {
  display: block; }
.user-nav:hover dd:hover {
  background: #009688; }
.user-nav:hover dd:hover a {
  color: #fff; }

.achievements {
  padding: 20px; }
.achievements table tr, .achievements table td {
  padding: 5px 10px;
  line-height: 2; }
.achievements table tr input, .achievements table td input {
  width: 50px;
  text-align: center; }
.achievements .records {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px; }

.has-error {
  color: red;
}
