@charset"utf-8";
/*TOP导航*/

.chat-header div, .chat-header ul, .chat-header li {
    margin: 0;
    padding: 0;
    outline: none
}
.chat-header a {
    color: #666;
    text-decoration: none;
}
.chat-header a:hover {
    color: #666;
    text-decoration: none;
}
.chat-header {
    background: rgba(100%, 100%, 100%, 0.9);
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.h-left-phone {
    height: 42px;
    width: 42px;
    position: relative;
    float: right;
    background: #FE5760 url(../../img/phone.png) center center no-repeat;
    background-size: 50%;
}
.h-left-phone2 {
    height: 42px;
    width: 42px;
    position: absolute;
    right: 0;
    top: 0;
    background: #FE5760 url(../../img/phone.png) center center no-repeat;
    background-size: 50%;
}
.h-right {
    height: 36px;
    margin-right: 40px;
}
.h-jd-txt {
    height: 36px;
}
.h-jd-sp {
    height: 6px;
    border-top: 0px solid #ebebeb;
    border-bottom: 0px solid #d4d4d4;
}
.h-jd-line {
    float: left;
    display: inline-block;
    background: #FE5760;
    width: 28%;
    height: 4px;
    margin: 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.h-jd-ul {
    overflow: hidden;
}
.h-jd-ul li {
    float: left;
    display: block;
    text-align: center;
    width: 33.33%;
    line-height: 36px;
    color: #99a3b5;
    font-size: 14px;
}
.h-jd-ul li.last-jd:after {
    display: none;
}
.h-jd-ul li.now {
    color: #FE5760;
}
.h-jd-ul li.now:after {
    background-image: url(../../img/next-icon-hover.png);
}
.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
}
.main-content {
    margin-top: 38px;
}
.slider {
    margin-top: 42px;
    max-width: 400px;
}
.sub-content {
    padding-left: 0px;
    padding-right: 0px;
}
