html,body {
	font-size: 16px !important;
	color: #666;
	height: 100%;
	overflow-x: hidden;
}
body,header,footer,nav,div,p,span,b,a,input,i,ul,ol,li,textarea{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft Yahei";
}
ul,ol,li {
	list-style: none;
}
input,button{
	border:none;
	outline: medium;
	font-family: "宋体";
}
input{
	-webkit-appearance:none;
	appearance:none;  
	font-size: 1rem;
	color: #666;
}
a { text-decoration:none;
	out-line: none;
	color: #fff; 
}
input[disabled]{color:#666;opacity:1;background: initial;}
/*================滚动提示====================*/
.rolling_hint {
	width: 130%;
	position: absolute;
	top: 0;
	right: -130%;
	color: red;
	animation:mymove linear 20s infinite;
    -webkit-animation:mymove linear 20s infinite; 
    z-index: 1;
}
.rolling_top {
	top: 55px;
}
@keyframes mymove {
	from {right:-130%;}
	to {right:120%;}
}

@-webkit-keyframes mymove {
	from {right:-130%;}
	to {right:120%;}
}
/*================图标======================*/
@font-face {
	font-family:'fonticon';
	src: url(../images/icon/iconfont.woff);
}
.fonticon{
	font-family: 'fonticon';
	font-size: 1.42rem;
	font-style: normal;
}
@font-face {
	font-family:'fonticonimg';
	src: url(../images/icon/iconfont.woff);
}
.fonticonimg{
	font-family: 'fonticonimg';
	font-size: 2.5rem;
	font-style: normal;
}

.head-led{
	height: 3.48rem;
	width: 100%;
	/*background:#12B7F5;*/
	color: white;
	/*overflow: hidden;*/
	line-height: 3.28rem;
	background: url(../images/dbbj.png);
	background-size: 100%;
}
/*.head-led{
	background: -webkit-linear-gradient(left top,#12C3B2 , #77CFDD , #B0D7F5); 
    background: -o-linear-gradient(left top,#12C3B2 , #77CFDD , #B0D7F5); 
    background: -moz-linear-gradient(left top,#12C3B2 , #77CFDD , #B0D7F5); 
    background: linear-gradient(left top,#12C3B2 , #77CFDD , #B0D7F5); 
}*/
 .disable {
   -webkit-filter: grayscale(100%);
   pointer-events: none; 
}
.hide {
  display: none; 
}
.show {
  display: block; 
}
.ledseekys{
	float: left;
	width: 10%;
	font-size: 1.1rem;
	padding-top: 3px;
	text-align: right;
}
.head-laft{
	float: left;
	width: 10%;
	text-align: center;
	font-size: 1.14rem;
}

.head-laft span{
	padding-left: 5px;
}
.head-center,.headled-center{
	margin: 0 auto;
	float: left;
	text-align: center;
	font-size: 1.28rem;
	width: 50%;
}
.head-main {
	width: 70%;
	padding-left: 10%;
}
.center-title {
	width: 60%;
}
.head-right{
	float: right;
	width: 20%;
	text-align: right;
	font-size: 1rem;
	padding-right: 12px ;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.head-choice, .head-ad {
	width: 15%;
}	
   /*警告弹框*/
.led-alerts,.led-alerts-two,.led-alerts-three,.led-alerts-four{
	width: 70%;
    height: 7rem;
    border: 1px solid #D8D8D8;
    position: fixed;
    top: 150px;
    left: 0;
    /*bottom: 0;*/
    right: 0;
    margin: auto;
    background: white;
    font-size: 1.14rem;
    display: none;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
}
.alerts-txt,.alerts-timetxt{
	min-height: 4rem;
	/*line-height: 4rem;*/
   	border-bottom: 1px solid #D7D7D7;
    text-align: center;
    margin-top: 10px;   
}
.alerts-confirm{
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #3CC51F;
	font-size: 1.42rem;
}
.alert-title {
	margin-top: -10px;
	height: 40px;
	line-height: 40px;
	background-color: #00BCD4;
    color: #Fff;
}
.hint-red {
	color: #F43530;
}
.alert-btn-box ,.alert-btn-speed,.alert-btn-time{
	text-align: center;
	margin-top: 15px;
}
.alert-btn-box button ,.alert-btn-speed button,.alert-btn-time button{
	width: 5.5rem;
	height: 2.2rem;
	border-radius: 3px;
	margin: 0 5px;
	font-size: 1rem;
}
.cancel-btn {
	color: #666666;
}
.sure-btn {
	background-color: #12B7F5;
	color: #FFFFFF;
}
/*=====================================*/
/*透明蒙层*/
.shelterfrom{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9990;
}
/*==========样式  类======================*/
/*====占位隐藏 类====*/
.visty_hide{
	visibility: hidden;
}
.visty_show{
	visibility: visible;
}
/*================*/
.disnone{display: none;}
.disblocks{display: block !important;}
.bg-color{background-color: #D3D3D3 !important;}
.timebg{
	background-color: #1899E7 !important;
	color: #fff;
}
.pitchbg{
	background: #1899E7;
	border: 2px solid #8AC7F7 !important;
}
.justtimebg{
	background-color: #FF6666 !important;
	color: #fff;
}
.justpitchbg{
	background: #FF6666;
	border: 2px solid #fcd4d1 !important;
}
.online-icon {
    background-color: #00D42E !important; 
}
.off-icon{
	background-color: #FF7534 !important;
}
.leg-bggreen{color: green;}
.cl:after, .cl:before {
	display: block;
	content: "";
	clear: both;
}
/*======================================*/
/*===========底部==================*/
.footer-led {
	width: 100%;
	height: 4.28rem;
	border-top: 1px solid #CCCCCC;
	position: fixed;
	bottom: 0;
	padding: 0 20px;
	background-color: #FFFFFF;
	z-index: 999;
	/*background: url(../images/addlist/bj1.jpg);
	background-size: 100%;*/
}
.footer-led a {
	text-decoration: none;
	color: #666666;
}
.footer-left {
	float: left;
}
.icondianshi-icon {
	font-size: 30px;
	display: block;
	text-align: center;
}
.iconfontfenlei3 {
	font-size: 26px;
	display: block;
	text-align: center;
	padding-top: 2px;
}

.put-in,.put-led {
	width: 78px;
	height: 78px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/history.png) no-repeat;
	background-size: 100%;
	border: 2px solid #fff;
    border-radius: 50%;
}
.fight-icon,.fight-ledicon {
	font-size: 30px;
	display: block;
	margin-top: 5px;
}
.putintf{
	font-size: 16px;
}
.put-in-bg,.put-led-bg {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #CCCCCC;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.putin-btn {
	height: 40px;
}
.footer-right {
	float: right;
}
.led-on a {
	color: #12b7f5;
}
.led-on .put-in-bg {
	background-color: #12b7f5;
}
.ch-nb {
	display: block;
	font-size: 1.8rem;
	margin-top: 0.5rem;
}
/*=============分页==================*/
.ledpaging{
	width: 100%;
	height: 3rem;
	line-height: 2.68rem;
	background: rgba(0,0,0,0.4);
	overflow: hidden;
	position: fixed;
	left: 0;
	bottom: 60px;
	color: #fff;
	font-size: 1.24rem;
	z-index: 222;
}
.paging-left{
	float: left;
}
.paging-right{
	float: right;
}
.pagingicons,.pagingicony{
	font-size: 1.4rem;
}

/**==============弹框===================**/

/**===========滑动弹框===============**/
.slide-alert{
	width: 90%;
	margin: auto;
	height: 180px;
}
.slide-alert .alerts-txt, .alerts-timetxt{
	border: none;
}
.slide-alert .hint-red {
	margin: 10px 0;
}

.slider-box-value {
	margin: 10px 0;
	color: #F43530;
}
.slider {
	padding: 10px 3.6rem 14px 2.4rem;
	margin: auto;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}
.slider-number {
	position: absolute;
	top: 0;
}
.left-number {
	left: 10px;
}
.right-number {
	right: 10px;
}
.slider-inner {
	position: relative;
    height: 2px;
    background-color: #CCCCCC;
}
.slider-track {
	height: 2px;
    background-color: #1aad19;
    width: 0;
}
.slider-handler {
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    margin-top: -14px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
#seniortime .alerts-txt,#seniorspeed .alerts-txt,#seniortimges .alerts-txt,#weatherspeed .alerts-txt,#weathertime .alerts-txt
,#seniortimges .alerts-txt,#ysledspeed .alerts-txt,#ysledtime .alerts-txt{
	border: none;
}
/*================================*/
/*==============指令提示=================*/
.prompt {
	width: 10rem;
	height: 3.5em;
	max-width: 100%;
	text-align: center;
	line-height: 3.5em;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,.8);
	color: #FFFFFF;
	border-radius: 3px;
	display: none;
	z-index: 9999;
}

/**==================日历=======================**/
.picker-calendar-week-days+.picker-calendar-months {
	height: 14.5rem;
}
.weui-picker-calendar {
	height: 16.5rem;
}
.picker-calendar-week-days {
	height: 1.4rem;
}
i.icon.icon-prev, i.icon.icon-next {
	background-image: none;
	position: relative;
}
i.icon.icon-prev:after {
	width: 0;
	height: 0;
	display: block;
	content: "";
	border-right: 8px solid #12b7f5;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
i.icon.icon-next:after {
	width: 0;
	height: 0;
	display: block;
	content: "";
	border-left: 8px solid #12b7f5;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.picker-calendar-day.picker-calendar-day-selected span {
	background-color: #12b7f5;
}

/*=========iphone点击事件出现半透明背景============*/
html * { outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);} 
#screen .draggable, .prompt {
	-webkit-user-select: none;/*禁用手机浏览器的用户选择功能 */
    -moz-user-select: none;
}

#addysled{
	width: 65%;
	padding-left: 10%;
}
#userysled{
	width: 100%;
}
#userbox{
	height: 9.5rem;
}
#userhint{
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1rem;
}
#usertxt{
	border: none;
}
#userbtn{
	margin: 0;
}
.ledscanning{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
}
.scanning-img{
	width: 100%;
	height: 176px;
	position: fixed;
	left: 0;
	top: 20%;
	z-index: 999;
}
.scanning-img>img{
	width: 80%;
	height: 80%;
	margin: 5%;
}
.on-pagsize {
	color:#00D42E;
}
#yshade{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
#ledload {
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#ledload > div {
	height: 6rem;
    width: 10rem;
    background: rgba(0,0,0,0.6);
    border-radius: 5px;
    padding-top: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.load {
    width: 10rem;
    height: 7rem;
    border-radius: 5px;
    background: rgba(0,0,0, .1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
}
.load > .load-img, #ledload > div >.load-img {
    width: 35px;
    height: 35px;
    display: block;
    margin: 5px auto;
}
/*=============日期选择样式====================================*/
.control-txt span:first-child,.news-type label:first-child{
	    color: #007aff;
}
.more-parameter-open,.more-parameter-close{
	color: #00CD87;
}
#date-start,#date-cutoff{
	border: 1px solid #007AFF;
    width: 70% !important;
}
/*返回主页 */
#comback {
	position: fixed;
	z-index: 1111;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
}

#comback img{
	width: 60px;
}
#indexlogo {
	/*display: none;*/
}
.comback-on {
	background: rgba(255,255,255,1);
}
.index-box {
	width: 100%;
	height: 100%;
	/*display: none;*/
}
.comback-on .index-box {
	/*display: block;*/
}
.index-box ul {
	width: 100%;
	height: 285px;
	padding: 10px;
	position: relative;
}
.index-box ul li {
	float: left;
	width: 140px;
	text-align: center;
	margin: 5px 0 10px 0;
}

.index-box ul li a {
	width: 75%;
	height: 75%;
	display: block;
	background-color: #1d7ae3;
	border-radius: 8px;
	margin: auto;
	padding: 5px 5px 10px 5px;
}
.index-box ul li:nth-of-type(1) a {
	background-color: #1d7ae3;
}
.index-box ul li:nth-of-type(2) a {
	background-color: #fd8c81;
}
.index-box ul li:nth-of-type(3) a {
	background-color: #74aeed;
}
.index-box ul li:nth-of-type(4) a {
	background-color: #a980ff;
}
.index-box ul li a:before {
	display: block;
	content: "";
	width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/guide-i.688155a.png);
    background-size: 120px;
}
.index-box ul li:nth-of-type(1) a:before {
	background-position: -34px -5px;
}
.index-box ul li:nth-of-type(2) a:before {
	background-position: -34px -380px;
}
.index-box ul li:nth-of-type(3) a:before {
	background-position: -34px -180px;
}
.index-box ul li:nth-of-type(4) a:before {
	background-position: -34px -465px;
}
.index-box ul li:nth-of-type(5) a:before {
	background-position: -34px 0;
}
.weui-picker-container, .weui-picker-overlay {
	z-index: 9999;
}

/*=====================显示正在发生广告===================*/
.sendled{
	width: 96%;
	height: 80%;
	margin-top: 10%;
	margin-left: 2%;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	position: fixed;
	left: 0;
	top:0;
	border-radius: 8px;	
	display: none;
}
.sendledtxt{
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-size: 1.1rem;
}
.ledstate{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ledstate span{
	color: #fff;
	padding-left: 5px;
}
.sendledadd{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.6);
	color: #fff;
}
/*.sendledadd span{
	padding-left: 7%;
}*/
.sendled-ys{
	height: 68%;
	overflow: auto;
}
.sendled-list{
	color: #fff;	
}
.sendled-list-li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 6px;

}
.ledsendm{
	float: left;
	width: 60%;
}
.ledsendmicon{
	width: 40px;
	height: 30px;
	float: right;
	font-size: 1rem;
	text-align: center;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.down {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.colorgreen,.solorled{
	color: #18AB3F;
}
.colorred{
	color: #ff0000;
}
.colorbule{
	color: #0B8DED;
}
.sendhint{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #fff;
}
.sendhinttxt{
	float: left;
	margin-left: 30px;	
}
.sendhinticon{
	width: 40px;
	height: 30px;
	line-height: 30px;
	float: right;
	font-size: 1.14rem;	
	text-align: center;
}
.sendledul {
	/*display: none;*/
}
.sendled-test{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	
}
.sendled-test span,.sendledadd span{
	/*margin-left: 30px;*/	
	display: inline-block;
	text-align: center;
}
.textid,.senst{
/*	padding-left: 15px;*/
	width: 32%;
}
.textid1,.senst1{
	width: 25%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.textid2,.senst2{
	width: 16%;
}
.textid3,.senst3{
	width: 22%;
}
.sendredirects{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.sendhistory{
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px solid #fff;
}
.sendaddlist{
	float: right;
	width: 50%;
	text-align:center;
}
/*=========================缩小广告发送状态================*/
.sendshowled{
	width: 90%;
	height: 50px;	
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 5%;
	bottom: 100px;
	border-radius: 10px;
	color: #fff;
	display: none;
	z-index: 999;
	transform: translateX(0)!important;
    -webkit-transform: translateX(0)!important;
    transition: 1.5s!important;
    -webkit-transition: 1.5s !important;
}
.sendshowtxt{
	line-height: 25px;
	text-align: center;
	position: relative;
}
.sendaddled{
	color: #fff;
}
.sendend{
	position: absolute;
	left: 10px;
	top: 0;
}
.sendleddetails{
	color: #F08904;
	position: absolute;
	right: 10px;
	top: 0;
}
.sendshowstate{
	text-align: center;
	line-height: 25px;
}
.sendshowstate span{
	margin-left: 5px;
}
.ledshowstate{
	position: fixed;
	right: 0px;
	top: 60px;
	transform: translateX(80%)!important;
    -webkit-transform: translateX(80%)!important;
    transition: 1.5s!important;
    -webkit-transition: 1.5s !important;
}
.ledshowstate div{
	position: relative;
}
.ledshowstate img{
	position: absolute;
	left: 0px;
	top: -10px;
}
.ledshowstate span{
	margin-left: 20px;
	background: #0B8DED;
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	color: #fff;
}
.on-list-show{
	transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    transition: 1.5s!important;
    -webkit-transition: 1.5s !important;
}
/*==========================飞机动画=================*/
.ledanimation{
	width: 100%;
	height: 40px;
	position: relative;
}
.animationbg{
	background: url(../images/ad-send.png)no-repeat;
	background-size:110% ;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
}
.animationbox {
	width: 63%;
	height: 100%;
	margin: auto;
    position: relative;
    margin: 0 auto;
    vertical-align: top;
    background: url(../images/ad-stir.png) repeat 0px -71px 
}
.ledaircraft{
    width: 0px;
    height: 34px;
    position: relative;
    background: url(../images/ad-stir.png) repeat 0px -31px;
    overflow: visible !important;	
}
.animadian {
	animation: myanimation 5s infinite linear;
	-webkit-animation: myanimation 5s infinite linear;
}
.ledafit {
    position: absolute;
    width: 34px;
    height: 34px;
    right: -20px;
    top: 0;
    background: url(../images/ad-stir.png) no-repeat 0px 5px;
}
@keyframes myanimation {
	form {width: 0;}
	to {width: 100%;}
} 
@-webkit-keyframes myanimation {
	form {width: 0;}
	to {width: 100%;}
} 
.ledportrait{
	left: 8%;
	background-position: 0px 0px;
}
.ledcomputer{
	right: 8%;
	background-position: 0px -70px;
}
/*=============广告状态进度条==============*/
.cmstatus{
	margin: 0;
    padding: 0;
    font-size: 100%;
	width: 75px;
	height: 20px;
	background: #fff;
	border-radius: 2px;
	border:1px solid #d7d7d7;
}
.progress{
	width: 100%;
	height: 100%;
	background: #18AB3F;
	text-align: center;
	border-radius: 2px;
}
/*=============================================*/
.ledysnatime{
	overflow: hidden;
}
.led-name{
	float: left;
	color: #666666;
	width: 210px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.led-time{
	float: right;
	font-size: 12px;
}
.ledpsize{
	position: absolute;	
}
.testuser,.ledysnatime,.ledpsize{
	height: 24px;
	line-height: 24px;
}
/*======weUI  城市选择========*/
.weui-picker-modal.city-picker {
	height: 15rem;
}
.weui-picker-modal .picker-center-highlight {
	height: 52px;
	border-top: 1px solid #007AFF;
	border-bottom: 1px solid #007AFF;
}
.weui-picker-modal .picker-item {
	height: 50px;
	line-height: 52px;
	top: 8px;
	text-align: center;
}
.weui-picker-modal .picker-item.picker-selected {
	color: #007AFF;
	font-size: 1.28rem;
}
.weather-city {
	position: relative;
}
#city-picker {
	position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: initial;
    text-align: right;
    padding-right: 40px;
    z-index: 2;
    font-size: 1rem;
    color: #666666;
    word-spacing: normal;
    text-overflow: ellipsis;
}	
/*=======================================================================================================*/
@media only screen and (max-width: 320px ) {
	html,body {
		font-size: 14px !important;
	}
	.led-alerts {
		width: 75%;
	}
}