@import url("../bootstrap.css");
@import url("../../libs/fastadmin-layer/dist/theme/default/layer.css");
@import url("../../libs/font-awesome-4.7.0/css/font-awesome.css");
@import url("../../libs/toastr/toastr.min.css");
@import url("../../libs/nice-validator/dist/jquery.validator.css");

/*# sourceMappingURL=frontend.css.map */
html,body {
	width: 100%;
	padding: 0;
	margin: 0;
	font: 14px  "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
	color: #333333;
  -moz-user-select:none; /* Firefox私有属性 */
	-webkit-user-select:none; /* WebKit内核私有属性 */
	-ms-user-select:none; /* IE私有属性(IE10及以后) */
	-khtml-user-select:none; /* KHTML内核私有属性 */
	-o-user-select:none; /* Opera私有属性 */
	user-select:none; /* CSS3属性 */
}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}
input[type='text'],input[type='number'],input[type='password'],input[type='tel'],input[type='email']{
　 outline: none;
   -webkit-appearance: none; /*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
em, i {
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}
li {
	list-style: none;
}
a {
	text-decoration: none !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6{
	margin: 0;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 6px;
}
.noscroll{
	overflow: hidden;
}
.yx-text-overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yx-text-overflow-clamp{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.yx-h6{
	font-size: 10px;
}
.yx-h5{
	font-size: 12px;
}
.yx-h4{
	font-size: 16px;
}
.yx-h3{
	font-size: 18px;
}
.yx-h2{
	font-size: 20px;
}
.yx-h1{
	font-size: 26px;
}
.yx-text-warning,.yx-text-warning:active,.yx-text-warning:focus,.yx-text-warning:hover{
	/* color: #FF5B02; */
  /* color: #0D54B2; */
}
.yx-text-danger,.yx-text-danger:active,.yx-text-danger:focus,.yx-text-danger:hover{
	/* color: #E13B29; */
  /* color: #0D54B2; */
}
.yx-text-success,.yx-text-success:active,.yx-text-success:focus,.yx-text-success:hover{
  color: #43bc60;
}
.yx-text-muted,.yx-text-muted:active,.yx-text-muted:focus,.yx-text-muted:hover{
  color: #999999;
}
.yx-text-light,.yx-text-light:active,.yx-text-light:focus,.yx-text-light:hover{
	color: #666666;
}
.yx-text-default,.yx-text-default:active,.yx-text-default:focus,.yx-text-default:hover{
  color: #333333;
}
.yx-background-success{
	background-color: #43bc60;
}
.yx-background-danger{
	background-color: #E13B29;
}
.yx-background{
	background-color: #FFFFFF;
}
.yx-border-top{
	border-top:1px solid #dddddd;
}
.yx-border-right{
	border-right:1px solid #dddddd;
}
.yx-border-bottom{
	border-bottom:1px solid #dddddd;
}
.yx-border-left{
	border-left:1px solid #dddddd;
}
/* 移动端顶部导航 */
.mobile-page-top{
	position: sticky;
	top: 0;
	z-index: 102;
	border-bottom: 1px solid #dddddd;
}
.mobile-page-title{
	height: 44px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.mobile-page-title > .title-center{
	width: 100%;
	height: inherit;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	justify-content: center;
	font-size: 18px;
	letter-spacing: 1px;
	z-index: -1;
	background-color: #ffffff;
}
.title-center > .title-text{
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-left  .go-back-img{
	width: 14px;
	height: 14px;
	display: block;
	margin: 0px auto;
}
/* 移动端底部-按钮组 */
.yx-footer-btns{
	position: fixed;
	bottom: 0;
	height: 50px;
	width: 100vw;
	display: flex;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.yx-footer-btns .btn{
	width: 50%;
	height: inherit;
	line-height: 50px;
	padding: 0;
	border: none;
	border-radius: 0;
	color: #FFFFFF;
}
/* 移动端模态框 */
.modal .modal-dialog{
	width: 90vw;
	margin-top: 20vh;
	text-align: center;
}
.modal .modal-dialog .modal-header{
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal .modal-dialog .modal-body{
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.modal .modal-dialog .modal-footer{
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.modal .modal-dialog .modal-footer .btn-primary{
	border: none;
	background-image: linear-gradient(45deg, #ff5b02, #ff8504);
}
.modal .modal-dialog .modal-footer .btn-default{
	color: #ff6102;
	background-color: #fff;
	border-color: #ff6303;
}
.yx-modal .modal-dialog{
	width:95vw;
}
/* 页面加载动画 */
.yx-loading{
	position: fixed;
	width: 100vw;
	height: 100vh;
	line-height: 42px;
	padding-top: 30vh;
	font-size: 16px;
	color: #FFFFFF;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}
.yx-loading .yx-loading-icon{
	font-size: 80px;
}

/* layui model提示 */
.layui-layer-title{
  background-color: #fff;
  padding: 0px;
  text-align: center;
}
.layui-layer-btn .layui-layer-btn0{
  background: linear-gradient(45deg, #ba221f, #ba221f);
  border: none;
}
.layui-layer-btn1{
  border-color: #ff6102;
  color: #ff6102;
}
/* 暂无数据 */
.not-finished {
	width: 100vw;
	height: 80vh;
	line-height: 48px;
	text-align: center;
	color: #666666;
	position: relative;
}
.not-finished .not-data {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 140px;
}
.not-finished .not-data img{
	width: 40%;
}


/* 数据加载loading */
/* loading动画效果 */
.loading-container{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 80px;
  height:80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #066ab3;
  -webkit-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #066ab3;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #066ab3;
  -moz-animation: spin 0.75s linear infinite;
  -o-animation: spin 0.75s linear infinite;
  -ms-animation: spin 0.75s linear infinite;
  -webkit-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
}



.load_title {
  font-family: 'Open Sans';
  color: #999;
  font-size: 14px;
  width: 100%;
  text-align: center;
  z-index: 9999999999999;
  position: absolute;
  top: 62%;
  opacity: 1;
  line-height: 30px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* 移动端分页加载完毕提示 */
.finish-text{
  padding: 10px;
  color:#999;
  font-size: 14px;
  text-align: center;
  display: none;
}

.no-data-text{
  color: #999;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  display: none;
}
