/* 
* @Author: xiao5
* @Date:   2016-06-20 12:14:59
* @Last Modified by:   xiao5
* @Last Modified time: 2016-09-22 10:35:16
*/

.body-top {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background: #303030;
    height: 35px;
    width: 100%;
    z-index: 999;
}

.body-top-inner {
    width: 1000px;
    margin: 0 auto;
}

.weektip {
    float: left;
    margin-top: 11px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #ffffff;
}

.search-box {
    float: right;
    margin-top: 8px;
    position: relative;
}

#searchGadget {
    width: 200px;
    z-index: 1000;
    display: inline-block;
    border-radius: 15px;
    font-size: 13px;
    border: none;
    color: #aaa;
    background: none repeat scroll 0 0 #ececec;
    height: 16px;
    padding: 4px 30px 4px 10px;
}

#btn_search {
    position: absolute;
    z-index: 1001;
    right: 8px;
    top: 2px;
    border-style: none;
    text-indent: 20px;
    height: 13px;
    width: 13px;
    overflow: hidden;
}

.header-word {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
}

.header-word a {
    text-decoration: none;
    color: white;
}

.header-word-float {
    float: left;
    margin-right: 8px;
}

.wechat {
    height: 16px;
    width: 20px;
}

.wechat-subscribe p {
    display: none;
    padding: 5px 5px 3px;
    z-index: 999;
    width: 130px;
    position: relative;
    top: 5px;
    right: 142px;
    border-radius: 5px;
    background-color: #4a4a4a;
    box-shadow: 0px 0px 12px #888888;
}

.wechat-subscribe p:before {
    position: absolute;
    top: -12px;
    right: 10px;
    content: '';
    border: 6px solid transparent;
    border-bottom-color: #4a4a4a;
}
.possplit{
    background-image: url(../images/posSplit.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
}
.body-top-inner1 {
    width: 1000px;
    margin: 0 auto;
}