@charset "UTF-8";
@font-face {
  font-family: en;
  src: url(../fonts/ExoThin.otf);
}
@font-face {
  font-family: zh;
  src: url(../fonts/chuangyi.TTF);
}
html {
  font-size: 62.5%;
  height: auto;
  min-height: 100%;
}

@media only screen and (min-width: 320px) {
  html {
    font-size: 68.75% !important;
  }

  body:before {
    height: 6.2rem;
  }

  .wrap {
    width: 100%;
  }

  .modal-dialog {
    width: 65%;
    position: relative;
    top: 20rem;
    left: 50%;
    margin-left: -32%;
  }

  .col-sm-1 {
    width: 8.33%;
  }

  .col-sm-2 {
    width: 16.66%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

  .col-sm-5 {
    width: 41.66%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

  .col-sm-8 {
    width: 66.66%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

  .col-sm-11 {
    width: 91.66%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-height: 480px) {
  html {
    font-size: 56.25% !important;
  }

  .wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 375px) {
  html {
    font-size: 66.25% !important;
  }

  .wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 86.25% !important;
  }

  .wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 525px) {
  html {
    font-size: 91.25% !important;
  }

  .wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 628px) {
  html {
    font-size: 98.75% !important;
  }

  .wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 105% !important;
  }

  body:before {
    height: 3.2rem;
  }

  .wrap {
    width: 100%;
  }

  .modal-dialog {
    width: 30%;
    position: relative;
    top: 15rem;
    left: 50%;
    margin-left: -15%;
  }

  .col-md-1 {
    width: 8.33%;
  }

  .col-md-2 {
    width: 16.66%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33%;
  }

  .col-md-8 {
    width: 66.66%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33%;
  }

  .col-md-11 {
    width: 91.66%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 120% !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 136.25% !important;
  }

  .modal-dialog {
    width: 40%;
    position: relative;
    top: 15rem;
    left: 50%;
    margin-left: -20%;
  }

  .col-lg-1 {
    width: 8.33%;
  }

  .col-lg-2 {
    width: 16.66%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33%;
  }

  .col-lg-5 {
    width: 41.66%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33%;
  }

  .col-lg-8 {
    width: 66.66%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33%;
  }

  .col-lg-11 {
    width: 91.66%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 136.25% !important;
  }

  .modal-dialog {
    width: 60%;
    position: relative;
    top: 15rem;
    left: 50%;
    margin-left: -30%;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

html, body, span, header, footer, h1, h2, h3, h4, h5, div, p, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

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

body {
  width: 100%;
  height: auto;
  color: #333333;
  font-family: "Microsoft YaHei";
}

li {
  list-style: none;
}

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

a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
  display: inline-block;
  max-width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.container {
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.container-bg-gray {
  background-color: #eeeeee;
}

.clear {
  clear: both;
}

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body:before {
  width: 100%;
  display: table;
  content: " ";
  clear: both;
}

p:before, p:after, div:before, div:after, ul:before, ul:after {
  display: table;
  content: " ";
  clear: both;
}

.wrap {
  margin: 0 auto;
}

.hide {
  display: none;
}

.vhide {
  visibility: hidden;
}

.star {
  width: 12px;
  height: 12px;
}

.error {
  color: red;
  font-size: 12px;
}

.link {
  color: #FFFFFF;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  display: inline-block;
  cursor: pointer;
}

.link:hover {
  color: #fdd333;
}

.link-fr {
  display: block;
  float: right;
}

.tac {
  text-align: center;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.width-full {
  width: 100%;
}

.width-0 {
  width: 0;
}

.triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  *width: 1rem;
  *height: 1rem;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border-width: 0.5rem;
}

.triangle-top-right {
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #ffffff transparent;
  top: -1rem;
  right: 0;
}

.triangle-top-left {
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #ffffff transparent;
  top: -1rem;
  left: 0;
}

/*--栅格--*/
.row {
  margin-left: -12px;
  margin-right: -12px;
}

.row:before {
  display: table;
  content: " ";
  clear: both;
}

.row:after {
  display: table;
  content: " ";
  clear: both;
}

.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
  float: left;
  position: relative;
  padding: 6px 12px;
}

/*--栅格 end--*/
/*--form--*/
.form-group {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}

.form-group:before {
  display: table;
  content: " ";
  clear: both;
}

.form-group:after {
  display: table;
  content: " ";
  clear: both;
}

.form-inline .form-group {
  display: inline-block;
  width: auto;
}

.form-control {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-sm {
  padding: 2px 8px;
  font-size: 12px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-label {
  text-align: right;
  margin-top: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form-label-sm {
  font-size: 12px;
  padding: 2px 8px;
}

.radio-label:hover {
  cursor: pointer;
}

.form-span {
  text-align: center;
  margin-top: 6px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 6px 0;
}

.input-default {
  width: 248px;
  height: 33px;
  line-height: 34px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 4px;
  padding: 0 6px;
}

.input-default:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.input-default-sm {
  height: 25px;
  line-height: 26px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group-addon {
  display: table-cell;
  padding: 6px 12px;
  text-align: center;
}

.input-group-addon-sm {
  padding: 2px 8px;
}

.input-group-btn {
  border-left: 1px solid #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 2px 12px;
  position: absolute;
  right: 8px;
  top: 5px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .radio input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}

/*--form end--*/
/*--btn--*/
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn {
  color: white;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}

.btn-primary {
  background-color: #7388d5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-default {
  border: 1px solid #ccc;
  background-color: white;
  color: #666;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-group a {
  display: inline-block;
  line-height: 1.42857143;
  vertical-align: middle;
}

.btn-group-sm .btn, .btn-group-sm a {
  font-size: 12px;
  padding: 2px 8px;
}

.form-group .btn-submmit {
  margin-top: 6px;
  margin-left: 12px;
}

/*--btn end--*/
/*--dropdown--*/
.dropdown {
  position: relative;
  font-size: 14px;
}

.dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  line-height: 1.42857143;
}

.btn .caret {
  position: absolute;
  right: 12px;
  top: 45%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/*--dropdown end--*/
/*--modal--*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body {
  position: relative;
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
  font-size: 12px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  outline: none;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/*--modal end--*/
/*--panel start--*/
.panel {
  margin-top: 6px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}

.panel-header {
  padding: 6px 12px;
}

.panel-body {
  padding: 6px 12px;
}

.panel table {
  width: 100%;
}

/*--panel end--*/
/*--alert start--*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/*--alert end--*/
/*--table--*/
.table {
  border: 1px solid #ddd;
}

.table tr th {
  border: 1px solid #ddd;
}

.table tr td {
  border: 1px solid #ddd;
}

.table input {
  width: 100%;
  border: 0;
}

/*# sourceMappingURL=base.css.map */
