body{
    background: #f7f7f7!important;
 
}
.bg-color-white{
    background: #FFF !important
}
.bg-color-blue{
    background: #0f9ad9 !important;  
}
.txt-color-gray{
    color:#222 !important
}
.txt-color-white
{
    color:#fff !important;
}
.text-center{
    text-align: center;background: #fff;
 
}
.text-left{
    text-align: left !important;
}
.font-16{
    font-size:16px !important
}
select:-moz-focusring{
	color: transparent;
	text-shadow: 0 0 0 #705a39;
}
select {
	outline: none;
}

.input-i{
    position: relative;
    right: -8px;
    top: 27px;
    color:#ccc;
}
.vaild-i{
    font-size: 13px;
    margin-right: 5px;
}
.new-input{
    padding-left: 30px;
    border-color:#999 !important;

}
.logout{
    padding: 9px;
    margin: 4px;
}
.logout i{
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.new-input::-webkit-input-placeholder {
    color: #999;
}
.new-input:-moz-placeholder {
    color: #999;
}
.new-input:-ms-input-placeholder {
    color: #999;
}
.navbar{
margin-bottom: 0px !important
}

#left-panel{
        width:200px;
        background:#fff;
    }
    .footer{
        font-size:12px !important;
        background: #eee;
    }
    .vaild-err{
        color:red;
        position: relative;
    top: 11px;
    }.margin-top-5{
        margin-top: 5px
    }
@media (max-width: 768px){
 
    .title-center
{
    display: block;
    width: 100%;
    text-align: center !important;
}
 .molibe-center{
    text-align: center;
    font-size: 3.5vw  !important;
 }
 .content
 {
    margin-top: 102px !important;
    margin-bottom: 50px !important;
 }
}
.margin-left-13
{
    margin-left: 13px
}
.margin-top-8{
    margin-top:8px
}
.margin-bottom-0{
    margin-bottom:0 !important;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.title-message p{
    text-align: justify;
    color:#676767
}
.content{
    margin-top: 70px;
}
.text-right{
    text-align: right;
}
.overflow-x-scroll{
    overflow-x: hidden;
}
ul,li{
    list-style: none;
}
.nav-first{
    background: #f0f0f0;
    font-weight: bold;
    color:#444;
    padding-left: 57px !important
}
.nav-second{
    padding-left: 20px
}
@media screen and (min-width:718px){
    .nav>li>a{
        width: 200px;
    }
}

li>a{
    position: relative;
    display:block ;
    padding: 9px 10px 10px;
}
.nav-second li a{
    display:inline-block !important ;
    right: -10px;
    width: 150px;
}
#left-panel ul li{
    width: 106%;
}
  ul li.active>a:before{
    color: #3c95d9 !important;
}
li .active>a:before{
    content: "\e62d";
    font-family: 'iconfont' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 27px;
    line-height: normal;
    width: 27px;
    position: absolute;
    right: -17px;
    font-size: 16px;
  
}
.text-bet{
    text-align: justify;
    overflow-y: hidden;
    height: 20px;
    width: 90px !important;
}
.content-font{
    font-size: 16px;
}
.text-bet i:after{ content: " "; display: inline-block; width: 100%;}
.margin-top-20{
    margin-top:20px;
}
#vaildcode {
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
}
.nav-second li{
    border-left: 1px dashed #ccc;
}
.s_icon{
    display: inline-block;
    position: relative;
    
    top: 2px;
    color: #ccc;
}
/* main前台 版权 */
footer{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
}
/* main前台页面的内容标题 */
.p_title{
   height: 41px;
    border-bottom: solid 1px #ddd;
    line-height: 41px;
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-left: 0px;
}
/* 内容部分背景为白色 */
.all_con{
    background: #fff;
   min-height: 700px;
}
.rows{
    padding-left: 0px !important;
    padding-right: 0px !important
}
.title{
    margin-left:25px;
    font-size: 16px;
}