#tips {
    font-size: 12px;
    color: #666666;
    height: 32px;
    line-height: 32px;
	margin:0 auto;
    width: 1200px;
}
#tips .tips-left {
    display: inline-block;
}
#tips .tips-left a {
    height: 100%;
    display: inline-block;
    color: #ff8000;
    text-decoration: none;
}
#tips .tips-left a:hover {
    text-decoration: underline;
    color: #005bac;
}
#tips .tips-right {
    float: right;
    display: inline-block;
    position: relative;
}
#tips .tips-right ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#tips .tips-right ul li {
    display: inline-block;
}
#tips .tips-right ul li a {
    color: #666;
    text-decoration: none;
}
#tips .tips-right ul li:before {
    content: "|";
    padding-right: 5px;
}
#tips .tips-right ul li:after {
    content: "";
    padding-left: 5px;
}
#tips .tips-right ul li:first-child:before {
    content: "";
}
#tips .tips-right ul li:hover a {
    color: #005bac;
    text-decoration: underline;
}
#tips .tips-right .wechatBarcode {
    padding: 10px 10px 0 10px;
    display: none;
    position: absolute;
    left: 100px;
    top: 30px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ccc;
}
#tips .tips-right .wechatBarcode img {
    border: none;
    width: 96px;
    height: 96px;
}
.topimg>img{width:100%;}
