@charset "utf-8";
/*@font-face {*/
  /*font-family: 'iconfont';*/
  /*src: url('../fonts/iconfont.eot');*/
  /*src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),*/
        /*url('../fonts/iconfont.woff') format('woff'),*/
        /*url('../fonts/iconfont.ttf') format('truetype'),*/
        /*url('../fonts/iconfont.svg#iconfont') format('svg');*/
/*}*/
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
iframe,
table,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: 0 none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul,
li {
  list-style-type: none;
}
body {
  font-family: "微软雅黑";
  font-size: 14px;
  margin: 0;
}
body {
  color: #333;
  line-height: 1.2;
}
a,
a:link {
  text-decoration: none;
}
/*a:visited {  }*/
a:active,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
*[class^=icon]{
  font-family: iconfont !important;
  font-style: normal !important;
}
input {
  border: 1px solid #CCCCCC;
  outline: none;
}
button.btn:focus{
  box-shadow:none;
}
button.user-custorm-but,
button.user-buyNow-but
{
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  border-radius: 4px;
  padding: 13px 30px;
}
button.user-custorm-but:focus,
button.user-buyNow-but:focus {
  box-shadow: none;
}
button.user-custorm-but {
  background-color: #5fcdbe;
}
table{
  width: 100%;
}
.user-buyNow-but{
  background-color: #fdb32b;
}
.ml-10 {
  margin-left: 10px!important;
}
.ml-20 {
  margin-left: 20px!important;
}
.ml-30 {
  margin-left: 30px!important;
}
.mt-20 {
  margin-top: 20px!important;
}
.mt-30 {
  margin-top: 30px!important;
}
.mt-40 {
  margin-top: 40px!important;
}
.mt-80 {
  margin-top: 80px!important;
}
.mb-20 {
  margin-bottom: 20px!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.container{
  padding: 0 !important;
}
.pt-10{
  padding-top: 10px !important;
}
.pt-20{
  padding-top: 20px !important;
}
.pt-30{
  padding-top: 30px !important;
}
.pb-30{
  padding-bottom: 30px !important;
}
.pr-30{
  padding-right: 30px !important;
}
.p-r-0{
  padding-right: 0!important;
}
.pd20{
  padding: 20px !important;
}
.pr-20{
  padding-right: 20px !important;
}
.pl-20{
  padding-left: 20px !important;
}
.ui6-btnHoverTheme{
    background-color: #18bc9d !important;
}
.page {
  margin: 40px 0;
  width: 100%;
  *zoom: 1;
  text-align: center;
  font-size: 14px;
  letter-spacing: -4px;
}
.page:before,
.page:after {
  display: table;
  content: "";
}
.page:after {
  clear: both;
}
.page span,
.page a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  letter-spacing: normal;
  margin-left: 5px;
  margin-right: 5px;
}
.page input {
  width: 46px;
  height: 30px;
  line-height: 30px;
  color: #999;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}
.page .current {
  color: #fff;
  background-color: #5fcdbe;
}
.page .next,
.page .prev {
  background-color: #eee;
  color: #999;
  cursor: pointer;
}
.emptyDate{
  text-align: center;
  margin-top: 100px;
  color: #999;
}
.no-border{
    border: none !important;
}
.icon-fuxuankuangxuanzhong{
  color: #11ceaa;
}
.icon-fuxuankuangweixuanzhong{
  color: #bbb;
}
button:focus{
  outline: none;
}
.baseErrColor{
  color: #ec302c !important;
}
.ui6-kjm-content{
  width: 81%;
}
.ui6-kjm-slider{
  width: 17%;
}
.grey-body{
  background-color:#f5f5f5;
}
.whitebox{
  background-color: #fff !important;
}
.fa-box{
  background-color: #fafafa !important;
}
.w100{
  width: 100% !important;
}
.h20{
  height:20px;
}
.min-height-600{
  min-height: 600px;
}
.hide{
  display: none !important;
}
.show{
  display: block !important;
}
.pl-40{
  padding-left: 40px;
}
.ui6-layer .layui-layer-btn .layui-layer-btn0{
  color: #fff;
}
input::-webkit-input-placeholder{
  color:#999 !important;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#999 !important;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#999 !important;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#999 !important;
}
.layui-layer-btn0:hover{
  color: #fff !important;
}
/*input{*/
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;*/
/*}*/