@charset "utf-8";
/*css代码重置*/
.content {
    overflow-x: hidden;
}
html{
    height: 100%;
}
body {
    height: 100%;
    /*font: .8rem "microsoft yahei", Arial, Helvetica, sans-serif;*/
    font: .8rem -apple-system,Helvetica,Arial,Tahoma,"PingFang SC","Hiragino Sans GB","Lantinghei SC","Microsoft YaHei",sans-serif;
    margin: 0;
    padding: 0;
    max-width: 1024px;
    margin: 0 auto;
}
.pages {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efeff4;
}
ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
input {
    border: none;
    outline: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbb;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbb;
}
.clear {
    clear: both;
}

.common-error-hint{
    display: none;
    background: rgba(0,0,0,.5);
    color: #fff;
    position: fixed;
    top: 50%;
    width: 80%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 4px;
    margin-top: -1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 800px;
    z-index:9999;
}

 

a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

img {
    border: none;
    width: 100%;
    height: 100%;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
/*航司logo*/
.pf{
    display: inline-block;
    position: relative;
    top: 2px;
}
.spragging {
    height: 3.5rem;
    width: 100%;
}
/* 修改light7的picker */
.bar-choose{
    background: #F7F7F8;
    height: 2.8rem;
}
.bar-choose .title{
    text-align: center;
    margin-left: 0;
    line-height: 2.8rem;
    font-size: 1rem;
    left: 0;
}
.bar-choose button.button{
    top: .2rem;
}
/*暂无数据*/
.not-data{
    background: #fff;
    text-align: center;
    padding-top: 2rem;
}
.not-data img{
    width: 40%;
    display: block;
    margin: 0 auto;
    max-width: 260px;
}
.not-data div{
    padding: 1rem 0 2rem;
    font-size: 1rem;
}
/* loading样式 */
.loading{
	position: fixed;
	top: 0;
	background: rgba(0 ,0 , 0, .5);
	width: 100%;
	height: 100%;
	z-index:99999;
}

.loading_box{
	background: rgba(0 , 0 , 0, .5);
	width: 6.5rem;
	height: 6.5rem;
	top: 50%;
	left: 50%;
	margin-left: -3.45rem;
	margin-top: -3.45rem;
	border-radius: 10px;
	position: relative;
}
.load{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	animation:loading 3s infinite linear;
		    -webkit-animation:loading 3s infinite linear;
}
	@keyframes loading{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.load_fg{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
}
.load_txt{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -22px;
	color: #fff;
	font-size: 12px;
}

.loading-02{
    position: fixed;
    top: 0;
    background: rgba(255 ,255 , 255, .5);
    width: 100%;
    height: 100%;
    z-index:99999;
}

.search-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-loading img{
    width: 16rem;
    height: auto;
}