﻿/*针对bootstrap的修改开始*/
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}
/*针对bootstrap的修改结束*/
a {
    color: #0056b3;
    text-decoration: none;
    /* color: #0099CC;*/
}
a:hover {
    color: #ca5100;
    font-weight: bold;
    text-decoration:none;

}
    a:hover img {
        filter: alpha(Opacity=80);
        opacity: 0.8;
    } 
a:focus {
    color: #ca5100;
    text-decoration:none;  
}

#tzgg span {
margin-left:20px;

}

/*用户登录ＣＳＳ*/
#username {
    width: 100px;
}
#passwd{
    width:100px;    
}
#savetime{
    width:80px;
    padding-right:5px;
}
#oksub{
    height:26px;
    line-height:26px;
    padding:0 10px;
}
/*用户登录CSS结束*/
.mu_div {
    border: 1px solid #c9c9ff;
    background-color: #e9f6fc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.mu_tab {
    /*border: 1px solid #c9c9ff;*/
    background-color: #e9f6fc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.mu_nav {
    
}
.mu_div_lg {
    border: 1px solid #c9c9ff;
    background-color: #f0f0ff;
    background-color: rgb(233,246,252);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mu_div_h{
    overflow:hidden;
}

mu_divhead{   
    border-bottom:1px solid white; 
    background-color:#26a2ee;
    height:30px;
}
.mu_span{
    display:inline-block;   
    padding:0px 15px 0 15px;
    margin:0px;
    height:30px;
    line-height:28px; 
    margin-top:-1px;   
    font-weight:700;
    color:white;
    text-shadow: 1px 2px 3px #070101;  
}
nav a:hover {
    color: #BC404C;
}
nav a {
    font-weight: bold;
    font-size:1.1rem !important;
}

.setcolor {
    /* background: #B2E3FD;*/
    /* background:white;*/
    /*background: #B2E3FD;#26a2ee*/
    border-bottom: 5px solid #BC404C;
}
settextcolor{
    color:white;
}
/*木言圆角代码开始*/
.mu_radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
/*木言圆角代码结束*/
.mu_fleft {
	float:left;
	width: 175px;
	height:175px;
    line-height:20px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	border:1px solid #cccccc;
    background: #cccccc;
	text-align: center;
    padding:5px;
	margin:10px;
}

.mu_fright {
	float:right;
	width: 400px;
	margin-top: 20px;
    margin-left:10px;
}
.fleft {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
    width:80%;
}
.fright{
    float:right;
}

#mu_picclass li{
	clear:both;
	list-style:none;

    padding:0px 4px;
    margin:0px;
	}
#mu_picclass {
    clear:both;
    float:left;
}

.mu_ul {
    margin:8px 0px;
    padding:0px;
}

.mu_ul li {
   /* margin-left: 8px;*/
    border-bottom: #CCC 1px dashed;
    padding: 0px;
    line-height: 35px;
    text-indent: 15px;
    background-image: url(/muimage/before.png);
    background-repeat: no-repeat;
    background-position: left 55%;
    list-style:none;
    /*    list-style-image: url(/muimage/before.png);//在不同浏览器之间造成与文字无法对齐，所以放弃*/
}

  .mu_ul li:last-child {
      border-bottom:none;
      /*list-style-image: url(/muimage/before.png);//在不同浏览器之间造成与文字无法对齐，所以放弃*/
  }
.mu_ul_gg {
    margin: 0px 0px;
    padding:0px;
}

    .mu_ul_gg li {
        line-height: 25px;
        list-style: none;
    }

#ap_input
{
    position:relative;
    top:2px;
    text-align:center;
}
#ap_btn
{
    height:26px; 
    line-height:18px; 
    position:relative;
    top:0px;
}

.setspace {
    margin-top: 8px;
    margin-bottom: 8px;
}

.setpic{
    width:120px;
  
}


