/*
    å½“å‰cssä»¥ s_pubå¼€å¤´
*/
html, body {
    background-color: #f6f6f6;
}

body {
    overflow: auto;
}

img {
    border: none;
}

input::-ms-clear {
    display: none;
}

/*éšè—æ–‡æœ¬æ¡†å‰å­*/
input::-ms-reveal {
    display: none;
}

/*éšè—å¯†ç æ¡†å°çœ¼ç›*/
input::-ms-clear, ::-ms-reveal {
    display: none;
}

.s_pub_MenuInfo {
    float: right;
    font-size: 14px;
}

.s_pub_MenuInfo .MenUi {
    overflow: hidden;
}

.s_pub_MenuInfo .MenUi li {
    display: block;
    float: left;
    line-height: 69px;
}

.s_pub_MenuInfo .MenUi li a {
    color: #818181;
    font-family: å®‹ä½“;
}

.s_pub_MenuInfo .MenUi li a:hover {
    color: #fff;
}

.s_pub_MenuInfo .MenUi li.s_pub_li {
    padding: 0 5px;
    width: 56px;
    height: 69px;
    text-align: center;
}

.s_pub_MenuInfo .MenUi li.s_pub_lic {
    width: 22px;
    height: 20px;
    padding: 0 10px;
    margin-top: 25px;
}

.s_pub_cart {
    width: 22px;
    height: 18px;
    background-image: url(../Images/s_pub_cart.png);
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.s_pub_message {
    width: 24px;
    height: 18px;
    background-image: url(../Images/s_pub_message.png);
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.s_pub_collection {
    width: 22px;
    height: 20px;
    background-image: url(../Images/s_pub_collection.png);
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.s_pub_cart:hover {
    background-image: url(../Images/s_pub_cart-hover.png);
}

.s_pub_message:hover {
    background-image: url(../Images/s_pub_message-hover.png);
}

.s_pub_collection:hover {
    background-image: url(../Images/s_pub_collection-hover.png);
}

.s_pub_avatartwarp {
    height: 69px;
    overflow: hidden;
    margin-left: 10px;
    float: left;
}

.s_pub_avatart {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    margin-top: 15px;
    float: left;
}

.s_pub_MenuUserImg {
    width: 40px;
    height: 38px;
    /*background-image:url(../Images/s_pub_tx.png); */
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
}

.s_pub_avatartLine {
    width: 8px;
    height: 8px;
    background-color: #4678d4;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: -3px;
    border: 1px solid #fff;
    display: none;
}

.s_pub_MenuUserName {
    max-width: 70px;
    height: 69px;
    float: left;
    line-height: 69px;
    margin-left: 15px;
    color: #fff;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.s_pub_MenuUserName a {
    color: #fff;
}

.s_pub_more {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #646464;
    float: left;
    margin-top: 32px;
    margin-left: 5px;
    cursor: pointer;
}

.s_pub_signout {
    float: left;
    margin-left: 10px;
}

/*.Sliding {
    position: fixed;
    width: 40px;
    height: 80px;
    right: 2px;
    bottom: 200px;
    border: 1px solid #cababa;
    display: none;
}

.Sliding .div {
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #f6f6f6;
}

.Sliding .qq {
    background: #ffffff;
}

.Sliding .qq img {
    margin-top: 11px;
}*/
.Sliding {
    position: fixed;
    width: 110px;
    height: auto;
    right: 2px;
    bottom: 200px;
    border: 1px solid #cababa;
}

.Sliding .div {
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.Sliding .qq {
    background: #ffffff;
}

.Sliding .qq img {
    margin-top: 8px;
    width: 25px;
}

.Sliding .red {
    width: 25px;
    height: 25px;
    background-color: #ff4343;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 1px;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

.Sliding .top img {
    width: 40px;
    height: 40px;
    background-size: cover;
}

.s_detContent_frame {
    width: 452px;
    height: 322px;
    border: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

/*----------------------------------------------------------------------æ”¶è—çª—ä½“æ ·å¼å¼€å§‹----------------------------------------------------------------------*/
.s_pub_collectwarp {
    width: 100%;
    height: 100%;
    background: #fff;
}

.s_pub_coll_class_list {
    width: 100%;
    height: 400px;
    overflow: auto;
    float: left;
    list-style: none;
}

.s_pub_coll_class_list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    text-indent: 1em;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    position: relative;
}

.s_pub_add_coll_class:hover, .s_pub_coll_class_list li:hover {
    background: #e6e6e6;
}

.s_pub_add_coll_class {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.s_pub_add_coll_class_leftdiv {
    display: block;
    /*å†…è”è±¡éœ€åŠ */
    width: 60%;
    word-break: keep-all;
    /* æ¢è¡Œ */
    white-space: nowrap;
    /* æ¢è¡Œ */
    overflow: hidden;
    /* å†…å®¹è¶…å®½åº¦éšè—è¶…éƒ¨å†…å®¹ */
    text-overflow: ellipsis;
    /* è±¡å†…æ–‡æœ¬æº¢æ˜¾ç¤ºçœç•¥æ ‡è®°(...) ï¼›éœ€ä¸Žoverflow:hidden;èµ·ä½¿ç”¨*/
    float: left;
}

.s_pub_add_coll_class_rightdiv {
    width: 40%;
    float: right;
    height: 40px;
}

.s_pub_add_coll_class_rightdiv .collecteBtn {
    width: 50%;
    float: left;
    height: 40px;
}

.s_pub_add_coll_class_rightdiv .collecteBtn:hover {
    background: #a3aba3;
}

/*åˆ†é¡µ*/
.UD_SYFY {
    height: 35px;
}

.UD_SYFY .UD_SYFYL div {
    width: 33px;
    height: 31px;
    border: 1px solid #DADADA;
    float: left;
    margin-left: 5px;
}

.UD_SYFY .UD_SYFYL {
    height: 33px;
    margin-top: 0px;
}

.UD_SYFY .UD_SYFYL .UD_SYFYLOO, .UD_SYFY .UD_SYFYL .UD_SYFYLO {
    display: none;
}

.UD_SYFY .UD_SYFYL .UD_SYFYLTO, .UD_SYFY .UD_SYFYL .UD_SYFYLT {
    background-image: url(/Images/s_left.png);
    background-position: 0;
    background-size: cover;
}

.UD_SYFY .UD_SYFYL .UD_SYFYLS, .UD_SYFY .UD_SYFYL .UD_SYFYLSO {
    background-image: url(/Images/s_right.png);
    background-position: 0;
    background-size: cover;
}

.UD_SYFY .UD_SYFYL .UD_SYFYLF, .UD_SYFY .UD_SYFYL .UD_SYFYLFO {
    display: none;
}

.UD_SYFY .UD_SYFYL .UD_SYFYN {
    width: auto;
    margin: 0;
    cursor: inherit;
    border: none;
    padding: 0;
}

.UD_SYFY .UD_SYFYL .UD_SYFYN .UD_SYFYNO {
    line-height: 33px;
    margin: 0;
    margin-left: 5px;
}

.UD_SYFY .UD_SYFYL .UD_SYFYN .UD_SYFYNO:hover {
    border-color: #396dcd;
    background-color: #396dcd;
}

.UD_SYFY .UD_SYFYL .UD_SYFYN .UD_SYFYNOO {
    border-color: #396dcd;
    background-color: #396dcd;
}

.UD_SYFY .UD_SYFYR {
    border: 0;
    height: 33px;
}

.UD_SYFY .UD_SYFYR .UD_SYFYRL {
    width: auto;
    height: 35px;
    padding: 0;
    font-size: 14px;
}

.UD_SYFY .UD_SYFYR .UD_SYFYRL span {
    line-height: 35px;
}

.UD_SYFY .UD_SYFYR .UD_SYFYRL div {
    width: 57px;
    margin: 0px;
    padding: 0px;
    margin: 0 5px;
}

.UD_SYFY .UD_SYFYR .UD_SYFYRL input {
    height: 31px;
    width: 57px;
}

.UD_SYFY .UD_SYFYR .UD_SYFYRZ {
    width: 48px;
    height: 31px;
    margin: 0;
    margin-left: 10px;
    line-height: 31px;
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 3px;
}

.UD_SYFY .UD_SYFYR .UD_SYFYRZ:hover {
    background-color: #396dcd;
    color: #FFF;
}

.UD_SYFY .UD_SYFYR .UD_SYFYRR {
    line-height: 35px;
    font-size: 14px;
    margin-left: 10px;
}

.Footer {
    width: 100%;
    height: 260px;
    background: #2a2a2a;
    color: #fff;
}

.FooterInfo {
    width: 1170px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.middle {
    text-align: center
}

.middle > p {
    margin-top: 10px;
}

.ChatBox {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}
    .ChatBox:first-child {
        border-bottom:1px solid #ccc
    }

.ChatBox > img {
    margin: auto;
    display: block;
}

.ChatBox > span {
    color: #999;
}

.TopBox {
    background: #f6f6f6;
}

.TopBox > img {
    display: block;
    margin: auto;
}

.wxin {
    width: 200px;
    height: 200px;
}

.WxChatBox {
    position: absolute;
    right: 111px;
    top: 40px;
    display: none;
}

#WxChat:hover + .WxChatBox {
    display: block
}
