html{
	width:100%;
	height:100%
}
body{
	width:100%;
	height:100%;
	max-width:1000px;
	margin:0 auto;
	min-height:13.34rem;
	font-family: PingFang SC;
	font-size: .24rem; 
	color: #fff;
}
img{
	vertical-align: top;
}
a{
	text-decoration:none;
}
.container{
	width:100%;
	height:100%;
	position: relative;
	overflow:hidden;
}
.map{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
.map img{
	width:100%;
}
.box{
	width:100%;
	height:100%;
	/*position: absolute;*/
	top:0;
	left:0;
	z-index:2;
}
.header{
	background-color: rgba(0,0,0,.45);
	margin:.2rem .2rem 0;
	border-radius: .12rem;
	font-size: .22rem;
	color: #fff;
	padding:.1rem 0;
	text-transform: uppercase;
	position: relative;
	z-index:4;
}
.header .row{
	display:-ms-flexbox;
	display:flex;
	justify-content:space-between;
	align-items:center;
	line-height:.43rem;
	padding:0 .25rem;
}
.header .row .col{
	display:-ms-flexbox;
	display:flex;
	align-items:center;
}
.header .row .col img{
	margin-right: .13rem;
}
.header .row .col .icon-plan1{
	width: .46rem;
	height: .18rem;
}
.header .row .col .icon-plan2{
	width: .40rem;
	height: .23rem;
}
.header .btn-toggle{
	width: 1.5rem; 
	height: .13rem; 
	display:flex;
	justify-content:center;
	align-items:center;
	background-color: rgba(0,0,0,.45);
	position: absolute; 
	left:50%;
	margin-left: -.75rem; 
	bottom:-.13rem;
	border-radius:0 0 .08rem .08rem;
}
.header .btn-toggle .pack{
	width: 1.5rem; 
	height: .3rem;
	display:flex;
	justify-content:center;
	align-items:center;
	position: absolute;
	left:0;
	bottom:0;
	cursor:pointer;
}
.header .btn-toggle .icon-pull{
	width: .15rem; 
	height: .08rem;
}
.header .row:nth-child(2){
	display: none;
}
.header.active .row:nth-child(2){
	display: flex;
}
.header.active .btn-toggle .pack{
	transform:rotate(180deg);
}
/* 右上角图标 */
.right-top-icons{
	width: .84rem; 
	position: absolute;
	top: .9rem;
	z-index:3;
	right: .2rem; 
}
.right-top-icons .icon-item{
	width: .84rem; 
	height: .84rem;
	margin-bottom: .22rem;
	cursor:pointer;
}
.right-top-icons .icon-item img{
	width: .84rem; 
	height: .84rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.briefing{
	width: 4rem;
	height:4.8rem;
	position: absolute;
	top:50%;
	margin-top: -2.4rem; 
	right:-4rem;
}
.briefing.show{
	right:0;
}
.briefing .btn{	
	width: 1.5rem;
	height:.6rem;
	line-height:.6rem;
	background: #191C23;
	background-color: rgba(25,28,35,.8);
	border-radius:  0px  0px .12rem .12rem;
	font-size: .26rem; 
	color: #fff;
	text-align: center;
	transform:rotate(90deg);
	/* transform-origin:1.5rem top; */
	position: absolute;
	left:-1.04rem;
	top:1.7rem;
}
.briefing-box{
	width: 4rem; 
	height: 4.8rem; 
	background-color: rgba(25,28,35,.8);
	border-radius:.12rem 0 0 .12rem;
}
.briefing-box .hd{
	display:-ms-flexbox;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:.24rem .2rem;
}
.briefing-box .hd .item{
	width: 1.08rem; 
	height: .52rem; 
	color: #C2C2C2;
	line-height:.52rem;
	text-align: center;
	border: 1px solid #A3A3A3;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
	cursor:pointer;
}
.briefing-box .hd .item.active,
.briefing-box .hd .item:hover{
	color: #4E5159;
	background-color: #fff;
	position: relative;
}
.briefing-box .hd .item.active:before,
.briefing-box .hd .item:hover:before{
	content:"";
	display: block;
	width: 0; 
	height: 0;
	border:.1rem solid transparent;
	border-top:.1rem solid #fff;
	position: absolute; 
	left:50%;
	margin-left: -.1rem; 
	bottom:-.2rem;
}
.briefing-box .bd{
	padding:0 .2rem .36rem;
}
.briefing-box .bd .list1{
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	height: .52rem;
    font-weight: 600;	
	padding:0 .2rem;
	background-color: #4E5159;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
}
.briefing-box .bd .list1 .icon{
	width: .22rem; 
	height: .26rem;
	margin-right: .15rem;
}
.briefing-box .bd .list1 .icon img{
	width: 100%;
}
.briefing-box .bd .list1 span{
	flex:1;
}
.briefing-box .bd .list1 .arrow{
	width: .18rem; 
	height: .10rem;
}
.briefing-box .bd .list1 .arrow img{
	width: 100%;
}
.briefing-box .bd .list2{
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	height: .42rem;
	color:#87C472;
	padding:0 .1rem;	
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
	margin-top: .1rem;
}
.briefing-box .bd .list2 span{
	flex:1;
}
.briefing-box .bd .list2:before{
	content:"";
	display: block;
	width: .08rem;
	height: .08rem;
	background: #A6A9B0;
	border-radius: 50%;
	margin-right: .1rem;
}
.briefing-box .bd .list2:after{
	content:"";
	display: block;
	width: .16rem;
	height: .16rem;
	background: #87C472;
	border-radius: 50%;
}
.briefing-box .bd .list2.red{
	color: #D16464;
	background-color: #383C44;
}
.briefing-box .bd .list2.red:after{
	background-color: #D16464;
}
.briefing-box .bd .explain{
	font-size: .2rem;
	color: #ADB2BF;
	line-height:.36rem;
	margin-top: .24rem;
	padding-left: .1rem;
}
.briefing-box .bd .explain-item{
	display:flex;
}


.bottom-icons{
	width: .76rem; 
	position: absolute; 
	bottom:1.92rem;
	left:.2rem;
	z-index:3;
}
.bottom-icons.r{
	left:auto;
	right:.2rem;
}
.bottom-icons .icon-item{
	width: .76rem; 
	height: .76rem; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
	margin-top: .16rem;
	outline:none;
}
.bottom-icons .icon-item img{
	width: 100%; 
	height: 100%; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bottom-icons.icon-menu{
	left:auto;
	right:2.5rem;
	bottom:2.3rem;
}
.bottom-icons.icon-menu .icon-item{
	width: .9rem; 
	height: .9rem;
}


.footer{
	background-color: rgba(0,0,0,.45);
	border-radius: .12rem;
	font-size: .22rem;
	color: #fff;
	padding:.3rem .2rem 0;
	text-transform: uppercase;
	position: relative;
	z-index:4;
	position: absolute; 
	left:.2rem;
	right:.2rem;
	bottom:.2rem;
}
.footer .hd{
	padding:0 .1rem;
}
.footer .hd .process1{	
	width: 0rem;
	height: .1rem;
	background: #BC93BC;
	border-radius: .03rem;
}
.footer .hd .process2{
	height: .2rem;
	background: #4B4B4B;
	border-radius: .03rem;
	margin-top: .1rem;
}
.footer .hd .process2 .bar{
	height: .2rem;
	background: #D7D7D7;
	border-radius: .03rem;
	position: relative;
}
.footer .hd .process2 .bar .arrow{
	width: .78rem; 
	height: .39rem;
    position: absolute; 
    top:-.095rem;
    right:-.39rem;	
}
.footer .hd .process2 .bar .arrow img{
	width: 100%;
}
.footer .bd{
	display:flex;
	/* justify-content:space-between; */
}
.footer .bd .item{
	line-height:.75rem;
	font-size: .18rem; 
	color: #fff;
	position: relative;
	width: 0;
}
.footer .bd .item:before{
	content:'';
	width: .02rem;
	height: .15rem;
	background: #FFFFFF;
	opacity: 0.4;
	position: absolute; 
	left:50%;
	margin-left: -.01rem; 
	top:0;
}

.pilot-page{
	min-height:100%;
	background-color: #292D38;
}
.pilot-page .header{
	background-color: #343E51;
	font-size: 12px;
	margin: 10px 10px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.pilot-page .header .row{
	line-height: 21.5px;
    padding: 0 12.5px;
}
.pilot-page .header .row .col .icon-plan1{
	width:23px;
	height:9px;
}
.pilot-page .header .row .col .icon-plan2{
	width:20px;
	height:11.5px;
}
.pilot-page .header .btn-toggle{
	width:75px;
	margin-left: -37.5px;
	background-color: #343E51;
}
.pilot-page .header .btn-toggle .pack{
	width:75px;
	height:15px;
}

.pilot-page .echarts{
	display:flex;
	flex-direction:column;
	position: absolute;
    top:85px;
	left:20px;
	right:20px;
	bottom:80px;
	background-color: #343E51;
	border-radius: .12rem;
	font-size: 11px; 
	color: #A8ADB3;
}
.pilot-page .echarts-main{
	flex:1;
	overflow:auto;
	margin:40px 10px;
}
.pilot-page .echarts-main .list-box{
	position: relative;
}
.pilot-page .echarts-main .list{
	display:flex;
	align-items:center;
	height:.8rem;
}
.pilot-page .echarts-main .list .name{
	
}
.pilot-page .echarts-main .list .line{
	flex:1;
	height:1px;
	background-color: #A8ADB3;
	margin-left: 10px;
}
.pilot-page .echarts-main .wavy-line,
.pilot-page .echarts-main .block-box{
	width:100%;
	height:100%;
	position: absolute; 
	left:0;
	bottom:0;
	z-index:2;
}
.pilot-page .echarts-main .wavy-line .line{
	flex:1;
	height:.02rem;
	background-color: #fff;
	position: absolute;
}
/* .pilot-page .echarts-main .wavy-line .line:after{
	content:"";
	display: block;
	width: .08rem;
	height: .08rem; 
	border-radius:.4rem;
	background-color: #fff;
	position: absolute; 
	right:-.03rem;
	top:-.03rem;
} */
.pilot-page .echarts-main .wavy-line .line1{
	width:2rem;
	left:.47rem;
	bottom:.18rem;
	transform:rotate(-60deg);
	transform-origin:left;
}
.pilot-page .echarts-main .wavy-line .line2{
	/* width:2rem;
	left:1.5rem;
	bottom:1.9rem; */
	transform:rotate(0deg);
	transform-origin:left;
}
.pilot-page .echarts-main .wavy-line .line3{
	width:3.55rem;
	left:3.5rem;
	bottom:1.9rem;
	transform:rotate(29deg);
	transform-origin:left;
}
.pilot-page .echarts-main .block{
	width:.08rem;
	height:.08rem;
	/* background-color: #f1f1ee; */
	position: absolute;
}
.pilot-page .echarts-main .block.color1{
	background-color: #86D57A;
}
.pilot-page .echarts-main .block.color2{
	background-color: #dad153cb;
}

.pilot-page .echarts-main .block.color3{
	background-color:  #E9A45C;
}
.pilot-page .echarts-main .block.color4{
	background-color: #a50707ee;
	opacity:.4;
}
.pilot-page .echarts-main .block.color5{
	background-color: #584ee8;
	opacity:.4;
}


.pilot-page .echarts-bottom{
	display:flex;
	align-items:center;
	height:50px;
	padding:0 10px;
	background-color: #3A455A;
	border-radius:0 0 6px 6px;	
	box-shadow: 0px 7px 46px 0px rgba(42, 47, 58, 0.2);
}
.pilot-page .echarts-bottom .set-height{
	width:87px;
	height:30px;
	line-height:30px;
	background: url(../imgs/bg-set-height.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-left: 10px;
}
.pilot-page .echarts-bottom .label{
	margin-left: 50px;
}
.pilot-page .echarts-bottom .green{
	color: #86D57A;
}


.pilot-page .bottom-icons{
	width: 38px;
	bottom:90px;
	right:10px;
}
.pilot-page .bottom-icons .icon-item{
	width:38px;
	height:38px;
	margin-top: 8px;
	background-color: #5C6881;	
	box-shadow: 0px 0 5px rgba(24, 28, 36, 0.39);
}
.pilot-page .bottom{
	display:flex;
	align-items:center;
	height:60px;
	background-color: #343E51;
	position: absolute;
	left:15px;
	right:15px;
	bottom:10px;
	padding:0 10px;
	border-radius: .12rem;
	font-size: 11px; 
	color: #A8ADB3;
}
.pilot-page .bottom .btn-play{
	width:30px;
	height:30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/* background: url(../imgs/icon-play.png) no-repeat; */
	-webkit-background-size: cover;
	background-size: cover;
}
.pilot-page .bottom .btn-play.pause {
	/* background-image: url(../imgs/icon-play-pause.png); */
}
.pilot-page .bottom .progress{
	flex:1;
	margin-left: -0.5 rem;
	
}
.pilot-page .bottom .progress-bar{
	height:4px;
	background-color: #282C36;
	border-radius:2px;
	box-shadow:0 0 1px 1px rgba(255,255,255,.18);
	
}
.pilot-page .bottom .progress-bar .bar{
	height:4px;
	background-color: #fff;
	border-radius:2px;
	position: relative;
}
.pilot-page .bottom .progress-bar .bar .arrow{
	width:30px;
	height:28px;
	position: absolute; 
	right:0;
	top:-12px;
}
.pilot-page .bottom .progress-bar .bar .arrow img{
	width:100%;
}
.pilot-page .bottom .progress-time{
	height:28px;
	line-height:28px;
	position: relative;
}
.pilot-page .bottom .progress-time .time-item{
	height:28px;
	line-height:28px;
	position: absolute;
	top:0;
	width: 0;
}
.pilot-page .bottom .progress-bottom{
	height:28px;
	display:flex;
	/* justify-content:space-between; */
	align-items:center;
	
}

/* .pilot-page .bottom .progress-bottom .flight-path:before{
	content:'';
	width: .02rem;
	height: .1rem;
	background: #FFFFFF;
	opacity: 0.4;
	position: absolute; 
	left:50%;
	margin-left: -.01rem; 
	top:.2rem;
} */

.pilot-page .bottom .progress-bottom .flight-path{
	position: relative;
	line-height: .75rem;
	width: 0;
}

.pilot-page .bottom .progress-bottom .flight-path{
	/* transform:rotate(-45deg); */
	/* transform-origin:right top; */
}


/* modal 20210409 a@lw*/
.modal{
	display: none;
	justify-content:center;
	align-items:center;
	width: 100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	z-index:999;
	background: rgba(0,0,0,.75);
}
.modal.show{
	display:-ms-flexbox;
	display:flex;
}
.modal-box{
	flex:1;
	margin:0 .36rem;
	background-color: #35373C;
	-webkit-border-radius: .16rem;
	-moz-border-radius: .16rem;
	border-radius: .16rem;
}
.modal-title{
	height:1rem;
	line-height:.98rem;
	font-size: .32rem;
	font-weight: 600;
	text-align: center;
	border-bottom:.02rem solid #5D6065;
	position: relative;
}
.modal-title .btn-close{
	width: .25rem; 
	height: .25rem; 
	position: absolute;
	right:.2rem;
	top:.2rem;
	background: url(../imgs/icon-close.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
.modal-footer{
	display:flex;
	justify-content:center;
	align-items:center;
	height:1.06rem;	
	border-top:.02rem solid #5D6065;
}
.modal-footer .btn{
	width: 1.68rem; 
	height: .58rem; 
	line-height:.58rem;
	background-color: #fff;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
	font-size: .24rem;
    text-align: center;	
	color: #191C23;
	font-weight: 600;
	margin:0 .15rem;
}
.modal-footer .btn-cancel{
	background-color: transparent;	
	border: 1px solid #858585;
	color: #C0C0C0;
}
/* 选择航班号 */
.search-flight-number{
	
}
.search-flight-number .search{
	height:.7rem;
	display:flex;
	align-items:center;
	margin:.2rem .1rem;
	background: #494C51;
	position: relative;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
}
.search-flight-number .search input{
	height:.7rem;
	line-height:.7rem;
	padding:0 .2rem;
	background-color: transparent; 
	outline:none;
	border:none;
	font-size: .26rem; 
	font-weight: 500;
	color: #fff;	
}
.search-flight-number .search input::-webkit-input-placeholder{
	color: #fff;
}
.search-flight-number .search .text{
	flex:1;
	border: 1px solid gray;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
}
.search-flight-number .search .text:focus{
	border-color: #368EF8;
}
.search-flight-number .search .btn-search{
	width: .78rem;
	height:.7rem;
	background: url(../imgs/icon-search.png) no-repeat center center;
	-webkit-background-size: .28rem .28rem;
	background-size: .28rem .28rem;
	position: absolute;
	top:0;
	right:0;
}
.search-flight-number table{
	width:100%;
	border:0;
	font-weight: 500;
	text-align: center;
	
}
.search-flight-number table th{
	font-size: .26rem;
	line-height:.72rem;
	background-color: #494C51;
}
.search-flight-number table td{
	line-height:.9rem;
}
/* .search-flight-number table tr:nth-child(odd) td{
	line-height:.72rem;
	background-color: #494C51;
}

.search-flight-number table .checked td{
	line-height:.72rem;
	background-color: #2828FF;
} */

.search-flight-number .last-search{
	width: 2.94rem; 
	height: .46rem;
	line-height:.46rem;
	text-align: center;
	background-color: #2F3135;
	-webkit-border-radius: .03rem;
	-moz-border-radius: .03rem;
	border-radius: .03rem;
	font-size: .22rem; 
	color: #80848A;
	margin:0 auto .2rem;
	margin-top: 5rem;
}
.search-flight-number .select-container{
	padding:0 .3rem .24rem;
}
.search-flight-number .select-list{
	display:flex;
	align-items:center;
	margin-top: .24rem;
}
.search-flight-number .select-name{
	width: 1.3rem; 
	line-height:.7rem;
	text-align: right;
}
.search-flight-number .select-box{
	flex:1;
	height:.7rem;
	position: relative;	
}
.search-flight-number .select-box select{
	width:100%;
	height:.7rem;
	line-height:.7rem;
	border:1px solid #D7DBE8;
	background: #494C51;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
	outline:none;
	color: #fff;
	font-size: .26rem;
	padding:0 .2rem;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-flight-number .select-box select>option{
	color: #fff;
}
.search-flight-number .select-box select:focus{
	border-color: #368EF8;
}
.search-flight-number .select-box:before{
	content:"";
	display: block;
	width: .2rem; 
	height: .11rem; 
	background: url(../imgs/icon-down.png) no-repeat;
	-webkit-background-size: .2rem .11rem;
	background-size: .2rem .11rem;
	position: absolute;
	top:50%;
	margin-top: -.055rem; 
	right:.2rem;
	z-index:1;
}
.alert{
	display: none;
	width: 2.04rem;	
	background-color: rgba(0,0,0,.45);
	position: absolute;	
	-webkit-border-radius: .16rem;
	-moz-border-radius: .16rem;
	border-radius: .16rem;
	padding:.2rem .2rem;
}
.alert.show{
	display: block;
}
.alert.arrow-left:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-left:.12rem solid transparent;
	border-top:.1rem solid transparent;
	border-bottom:.1rem solid transparent;
	border-right:.12rem solid rgba(0,0,0,.45);
	position: absolute;
	left:-.24rem;
	top:50%;
	margin-top:-.1rem;
}
.alert.arrow-right:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-right:.12rem solid transparent;
	border-top:.1rem solid transparent;
	border-bottom:.1rem solid transparent;
	border-left:.12rem solid rgba(0,0,0,.45);
	position: absolute;
	right:-.24rem;
	top:50%;
	margin-top:-.1rem;
}
.alert .item{
	height:.58rem;
	line-height:.58rem;
	text-align: center;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
	background:#4d5356;
	margin-top: .2rem;
}
.alert .item:first-child{
	margin-top: 0;
}
/* 地图-设置 */
.page-set{
	background-color: #22242B;
}
.page-set .bread{
	height:1rem;
	line-height:1rem;
	text-align: center;
	font-size: .36rem;
	position: relative;
}
.page-set .bread .goback{
	width: .16rem; 
	height: .29rem; 
	background: url(../imgs/icon-back.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left:.3rem;
	top:50%;
	margin-top: -.145rem;
}
.page-set-box{
	margin:.2rem .3rem;
	background: #2E3138;
	-webkit-border-radius: .16rem;
	-moz-border-radius: .16rem;
	border-radius: .16rem;
	padding:.1rem .25rem;
}
.page-set-box .item{
	display:flex;
	align-items:center;
	height: 1.12rem;
}
.page-set-box .item .info{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height: 1.12rem;
	flex:1;
	font-size: .3rem;
	border-top:1px solid #F1F1F1;
	margin-left: .25rem;
}
.page-set-box .item:first-child .info{
	border-top: none;
}
.page-set-box .item .icon{
	width: .32rem;
	text-align: center;
}
.page-set-box .item .icon img{
	max-width:.32rem;
}
.page-set-box .item .info .arrow{
	width: .11rem; 
	height: .2rem;
	background: url(../imgs/29-icon09.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.page-set-box .item .switch{
	display:flex;
	align-items:center;
	width: 1.08rem;
	height: .64rem;
	background-color: #DEE2EE;
	-webkit-border-radius: .32rem;
	-moz-border-radius: .32rem;
	border-radius: .32rem;
	padding:.04rem;
}
.page-set-box .item .switch-item{
	width: .44rem;
	line-height:.56rem;
	text-align: center;
	color: rgba(46,49,56,.6);
}
.page-set-box .item .switch-item.on{
	width: .56rem;
	height: .56rem;
	background: #337BF6;
	box-shadow: 0px .04rem .08rem 0px rgba(17, 69, 159, 0.4);
	border-radius: 50%;
	color: rgba(255,255,255,.6);
}


.page-set .btn-exit{
	display: block;
	height:.88rem;
	line-height:.88rem;
	background-color: #2E3138;	
	color: #C1C4CB;
	font-size: .28rem; 
	font-weight: 600;
	text-align: center; 
	-webkit-border-radius: .08rem;
	-moz-border-radius: .08rem;
	border-radius: .08rem;
	position: absolute; 
	left:.3rem;
	right:.3rem;
	bottom:.5rem;
}

/* 颠簸简报 */
.bulletin{
	padding:.3rem;
}
.bulletin-item{
	display:flex;
	align-items:center;
	height:.68rem;	
	font-weight: 500;
	font-size: .26rem;
	background-color: #484A50;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
	margin-top: .15rem;
}
.bulletin-item:first-child{
	margin-top: 0;
}
.bulletin-item .left-part{
	width: 2rem;
	color: #C7C9CF;
	text-align:right;
	margin-right: .2rem;
}
.bulletin-item .lb{
	width: .72rem; 
	height: .38rem; 
	line-height:.38rem;
	text-align: center;
	background-color: #E29978;
	-webkit-border-radius: .19rem;
	-moz-border-radius: .19rem;
	border-radius: .19rem;
}'
.tuli{}
.tuli .bulletin-item{
	height: .66rem;
	justify-content:center;
	font-size: .32rem;
}
.tuli .style1{
	background-color: #98D183;
	color:#31412B;
}
.tuli .style2{
	background-color: #E0A669;
	color:#372E24;
}
.tuli .style3{
	background-color: #CB5C5C;
	color:#2A1D1D;
}
.tuli .style4{
	background-color: #8C8C8C;
	color:#FFFFFF;
}
.tuli .style4 img{
	width: .25rem; 
	height: .28rem; 
	margin-right: .1rem;
}
.tuli .style5{
	background-color: #BC93BC;
	color:#2C212C;
}
.level{
	padding:.3rem;
}
.level .level-item{
	height: .66rem;
	display:flex;
    align-items:center;
    font-size: .32rem;
	margin-top: .15rem;
}
.level .level-item:first-child{
	margin-top: 0;
}
.level .level-item .lv-text{
	flex:1;
	height: .66rem;
	line-height:.66rem;
	padding:0 .24rem;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
	margin-right: .24rem;
}
.level .radio{
	width: .52rem;
	height:.52rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	cursor:pointer;
}
.level .radio input{
	width: .52rem;
	height:.52rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute; 
	left:0;
	top:0;
	opacity:0;
}
.level .radio input[type='radio']+label{
	width: .52rem;
	height:.52rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute; 
	left:0;
	top:0;
	border:.04rem solid #fff;
}
.level .radio input[type='radio']:checked+label{
	background: url(../imgs/icon-radio.png) no-repeat #fff;
	-webkit-background-size: .44rem .44rem ;
	background-size: .44rem .44rem ;
}

.winds{
	display: none;
	width: 1.68rem;
	
	background-color: rgba(0,0,0,.45);
	position: absolute;
    bottom:4.4rem;
    left: .2rem;	
	-webkit-border-radius: .16rem;
	-moz-border-radius: .16rem;
	border-radius: .16rem;
	padding:.2rem .2rem;
	color: #E6E6E6;
}
.winds.show{
	display: block;
}
/* .winds:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-left:.12rem solid transparent;
	border-top:.1rem solid transparent;
	border-bottom:.1rem solid transparent;
	border-right:.12rem solid rgba(0,0,0,.45);
	position: absolute;
	left:-.24rem;
	top:50%;
	margin-top:-.1rem;
}
.winds:after{
	content:"";
	display:block;
	width:100%;
	height:50%;
	position: absolute; 
	left:0;
	bottom:0;
	z-index:3;
	background: linear-gradient(180deg, transparent, black);
	-webkit-border-radius: 0 0 .16rem .16rem;
	-moz-border-radius: 0 0 .16rem .16rem;
	border-radius:0 0 .16rem .16rem;
} */
.winds .t{
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.winds .item{
	height: .75rem;
	display:flex;
	align-items:center;
	font-size: .2rem;
	text-transform: uppercase;
	position: relative;
}
/* .winds .item:before{ */
	/* content:""; */
	/* width: .04rem;  */
	/* height:100%; */
	/* background-color: #B6BBB5; */
	/* position: absolute; */
	/* z-index:1; */
	/* left:.14rem; */
/* } */
.winds .item .line-box{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:.32rem;
	height: .75rem;
	margin-right: .15rem;
}
.winds .item .line-box:before,
.winds .item .line-box:after,
.winds .item .dot:before,
.winds .item .dot:after{
	content:"";
	display: block;
	width: .04rem; 
	height:100%;
	background-color: #B6BBB5;
	flex:1;
}
.winds .bd .item:first-child .line-box:before,
.winds .bd .item:first-child .dot:before,
.winds .bd .item:last-child .line-box:after,
.winds .bd .item:last-child .dot:after{
	background-color: transparent;
}


.winds .item .dot{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width: .32rem; 
	height: .32rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	position: relative; 
	z-index:2;
}
.winds .item .dot .round{
	content:"";
	width: .18rem;
	height:.18rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:.03rem solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.winds .item p{
	flex:1;
}

.winds .item.active{
	font-size: .26rem; 
	color: #fff;
	font-weight: 600;
}
.winds .item.active .dot{
	background-color: #fff;
}
.winds .item.active .dot .round{
	background-color: #457BC6;
}
.winds .item.active .dot:before,
.winds .item.active .dot:after{
	background-color: transparent;
}
/* 飞行评价 */
.comment{
	padding:0 .2rem;
}
.comment-item{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:1.18rem;
	border-top:1px solid #4E5258;
	font-size: .3rem; 
	color: #B3B6BA;
	font-weight: 500;
}
.comment-item .star{
	display:flex;
	align-items:center;
}
.comment-item .star img{
	width: .36rem;
	height:.35rem;
	margin-left: .25rem;
}
.comment-item.area{
	height:auto;
	display: block;
	padding-top: .44rem;
	padding-bottom: .2rem;
}
.comment-item textarea{
	width:100%;
	height: 2.2rem;
	background: #22242B;
	box-shadow: 0px .04rem .38rem 0px rgba(48, 50, 61, 0.1);
	-webkit-border-radius: .18rem;
	-moz-border-radius: .18rem;
	border-radius: .18rem;
	border:none;
	outline:none;
	margin-top: .2rem;
	padding:.2rem .25rem;
	font-size: .28rem;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-item textarea::-webkit-input-placeholder{
	color: #606269;
}
.comment-item textarea::-moz-placeholder{
	color: #606269;
}
.comment-item textarea::-ms-input-placeholder{
	color: #606269;
}

