@charset "utf-8";
html, body,iframe,
h1, h2, h3, h4, h5, h6, p,ol, ul ,form,dl ,dd,td,input,table,tr{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", SimHei, "Microsoft JhengHei", "STHeiti ";
}
img{
    border: none;
}
/* HTML5 display-role reset for older browsers */
article,footer, header, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{ text-decoration:none;outline:none;}
/************tools css************/
/****定义有边框的表格*****/
.border-table{
    border-collapse: separate;
    background: #ffffff;
    width: 100%;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.border-table td{
    border-style:solid;
    border-width:1px 0px 0px 1px;
    border-color: #dddddd;
}
.border-table tr:first-child td{
    border-top: none;
}
.border-table tr td:first-child{
    border-left:none;
}
/****清除浮动*****/
.clearFix:before,.clearFix:after,.ui-content:after{
    content:"";display:table;
}
.clearFix:after,.ui-content:after{
    clear:both
}
.clearFix{*zoom:1}
/******多列布局********/
.row:after{
    display: table;
    clear: both;
    content:"";
}
.row>[class*="col-"],.row>li{
    float: left;
}
body{
    background-color: #eee;
}
/******************设置定义页面内容区域的宽度**********************/
.ui-content{
    width: 1200px;
    margin: 0 auto;
}
/***************************页面header样式****************************/
.ui-header{
    width: 100%;
    margin-bottom: 20px;
    min-width: 1200px;
}
.site-header{
    background-color: #333;
}
.ui-header .logo{
    width: 48px;
    height: 48px;
    font-size: 32px;
    float: left;
    color: #ccc;
}
.logo-home{
    display: block;
    background: url("https://git.oschina.net/cleverqin/img/raw/master/headerIMG.png") no-repeat center;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    margin: 6px;
    border-radius: 50%;
}
/**********************navBox导航样式**********************/
.navBox{
    height: 48px;
    background-color: #333;
}
.navList{
    float: left;
    margin-left: 60px;
}
.navList>li{
    float: left;
}
.navList>li a{
    font-size: 15px;
    color: #ccc;
    line-height: 48px;
    padding: 0 15px;
}
.navList>li:hover{
    background-color: #1b1b1b;
}
.navList>li:hover a{
    color: #21b7ef;
}
/***************footer底部样式*****************/
.ui-footer{
    background-color: #eee;
    padding: 40px 0;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    min-width: 1200px;
}
.coBox:after{
    display: table;
    content: "";
    clear: both;
}
.coBox{
    width: 571px;
    margin: 0 auto;
}
.coBox>li{
    float: left;
    padding: 0 30px;
}
.coBox>li:first-child{
    height: 124px;
    border-right: 1px solid #ccc;
}
.myWeChatBox{
    text-align: center;
}
.myWeChatBox img{
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.myWeChatBox img:first-child{
    margin-right: 30px;
}
.contactMeBox{
    width: 180px;
    margin: 0 auto;
    padding-top: 25px;
}
.contactMeBox p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.contactMeBox p.title{
    font-weight: bold;
    color: #666;
    font-size: 16px;
}
.contactMeBox p.tag{
    font-weight: bold;
}
.contactMeBox p.tag a{
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.bottomBox{
    font-size: 12px;
    color: #666;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
}
.player-content-box{
    padding: 15px 0;
}
#chatBox{
    margin-top: 0;
    box-shadow: 0 0 3px 1px #ccc;
}