/*加载图标*/
#paneloading{
	z-index:9999;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.div_dailog{
	width:90%;
}
/*信息窗口*/


#box2 {
  height: calc(55% - 70px);
  font-size: 13px;
}

#box3{
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

#box4{
	font-size:19px;
	font-family: Arial;
}

#box5{
	position: relative;
    display: block;
    padding: 0.1rem 0.1rem;
    border-radius: 0px;
}

#box6{
	 font-size: 17px;
}

/*滑块条*/
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
  width: 6px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*号码列表*/


.tit { font-size:15px; font-weight: bold; font-family: Arial;text-align:center;}
.tit .pri {position: absolute;top: 0.8rem;right: 0.2rem;font-size: 15px; font-weight: Arial; }
.tit .money-market {position: absolute; right: 0.4rem; bottom:0.rem; font-size: 15px; font-weight: normal; }

.txt {font-size: 13px; color: 	#696969;font-weight: bold; font-family: Arial;text-align:center;}
.txt span{ margin-right:2px; }
.txt span:last-child{ margin:0; }

.f-red{color:#d82442}
.f-green{color:#d82442!important}
.f-blue{color:#18b4ed!important}
.f-black{color:#333!important}
.f-white{color:#FFF!important}
.f-zi{color:#F3C!important}
.f-gray{color:#CCC!important}
.f-yellow{color:#FF6!important}
.f-orange{color:#4169E1!important;
}

.f-orangee{color:#778899!important}


.buttone {
    background-color: #0c84ff;
    border-color: #3CB371;
    color: #fff;
    padding: 1px 10px;
    font-size: 13px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    
}

/*信息美化*/
.xctips{position:fixed; top:0; left:0; width:100%; height:44px; z-index:99999; background:#3498db; color:#FFF; line-height:44px; text-align:center; vertical-align:middle; font-size:16px; transition:background .2s linear;-webkit-transition:background .2s linear; font-family: "Microsoft YaHei", "微软细黑", "微软雅黑 Light" , "微软雅黑", "Arial", "SimSun", "宋体";}
.xctips.info{background:#3498db;}
.xctips.success{background:#2ecc71;}
.xctips.error{background:#ff9090;}
.xctips.loading{background:#F93;}





.notice {
color:#0c84ff;
 width: 95%;/*单行显示，超出隐藏*/
 height: 30px;/*固定公告栏显示区域的高度*/
 padding: 0 45px;
 overflow: hidden;
}
.notice ul li {
    margin: 0;padding: 0;
 list-style: none;
 line-height: 30px;
 /*以下为了单行显示，超出隐藏*/
 display: block;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}




/* CSS样式制作 */  
       #tab{width:99.5%;text-align:center;color:#2F4F4F;margin: 0px auto;}
       #tab ul{list-style:none; height:30px;line-height:28px;font-size:14px;margin: 0px auto;}
       #tab ul li{border-radius:10px 10px 0 0;width:50%;background:#FFF;cursor:pointer;float:left; border:1px solid #DCDCDC;}
       #tab ul li.on{border-bottom:1px solid #FFF;}
       #tab div{height:50px;width:100%; border-top:none; border:1px solid #FFFFFF;background:#FFF;}
       #tab .fll{margin: 10px;}
       
.hide{display:none;}
       
.xiangxi{float: left;}

.gotop {
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/backtop.png) no-repeat 0 0;
    opacity: 0.7;
    filter: alpha(opacity=50);
 
    /*动画效果*/
    outline: none;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
}
 

.gotop:hover {
        background: url(../images/backtop.png) no-repeat 0 -52px;
}
.shuaxin {
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 90px;
    z-index: 999;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/shuaxin.png) no-repeat 0 0;
    opacity: 0.7;
    /*filter: alpha(opacity=50);*/
}