body {
    line-height: 22px;
    font-family: 'Microsoft YaHei';
    color: #333;
    background: #f5f5f5 !important;
    margin: 0;
    padding: 0;
    min-width: 1080px;
}

#content {}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    font-size: unset;
}

body input {
    border: solid 1px #ccc;
}

/* #right .win .infoBox .title {line-height: 24px;white-space: nowrap;height: 24px;width: 165px;overflow: hidden;text-overflow: ellipsis;} */

.floorBox {
    color: #999;
    float: right;
}

#tops {
    width: 960px
}

#tops #logo {
    line-height: normal;
}

#backgound {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #333;
    z-index: 99999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.popup {
    position: absolute;
    z-index: 100000;
    left: 50%;
    top: 150px;
    right: auto;
    background-color: #FFF;
    border-radius: 5px;
}

.popup .closeBtn {
    float: right;
    height: 30px;
    width: 30px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.popup .popupinfo {
    display: block;
    overflow: hidden;
    margin: 10px;
}

.popup .popupinfo label {
    /* display: block; */
    color: #777;
    line-height: 30px;
}
.popup .popupinfo label span {color: #999;font-size: 12px;margin-left: 5px;}

.popup .popupinfo input {
    border-radius: 3px;margin-right: 5px;vertical-align: -1px;
}

.popup .popupinfo .addThemeItem {
    margin: 0 0 5px 0;
    position: relative;
}
.popup .popupinfo .addThemeItem .tag {background: #f5f5f5;line-height: 30px;padding: 0 10px;border: 1px solid #e5e5e5;border-radius: 4px;margin: 5px 0 5px 20px;display: inline-block;cursor: pointer;transition: all 0.2s linear;}
.popup .popupinfo .addThemeItem .tag:hover {background: #efefef;color: #1b1b1b;}
.close {width: 20px;height: 20px;position: relative;top: 5px;right: -5px;display: inline-block;cursor: pointer;transition: all 0.3s linear;}
.close:hover {transform: rotate(180deg);}
.close::before,.close::after {content:"";position: absolute;top: 4px;left: 10px;background: #999 !important;width: 1px;height: 12px;transform: rotate(45deg);}
.close::after {transform: rotate(-45deg);}

.popup .popupinfo .addThemeItem i.hot {

    z-index: 9;
    position: absolute;
    background: url(../images/new.gif) no-repeat;
    left: 130px;
    top: -10px;
    width: 30px;
    height: 30px;

}

.popup .popupinfo .addThemeItem::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
}

.popup .popupinfo .addThemeItem select {
    border-radius: 4px;
    border-color: #ddd;
    padding: 3px;
}

.popup .popupinfo .addThemeItem .item {
    margin: 0 10px 0 0;
}

.popup .popupinfo .info {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.popup .popupinfo .tipsBox {
    background-color: #d6dfec;
    color: #e40000;
    font-size: 12px;
    display: none;
    padding: 5px;
}

.popup .win .popupinfo .buttons {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px;
}

.popup .win .popupinfo .ok {
    width: 88px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 5px;
    background: #558dc6;
}

.long_ok {
    width: 150px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 5px;
    background: #558dc6;
}

.popup .win .popupinfo .cancel {
    width: 88px;
    display: inline-block;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 5px;
    background: #afafaf;
}

.popup #tophours {
    padding-right: 5px;
    padding-left: 5px;
}




#content .winTitle {
    font-size: 16px;
    background: #FFF;
    color: #333;
    line-height: 44px;
    padding: 0 12px;
    font-weight: 700;
    display: block;
    width: auto;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
#content .winTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 12px;
    background-color: #ccc;
    margin-right: 6px;
    vertical-align: -1px;
}
#content .winTitle .more {color: #666;float: right;font-weight: normal;font-size: 14px;padding: 0;}
#content .winTitle .vipgood {font-size: 14px;color: #007FE4;font-weight: 400;padding-left: 6px;}
.popup .win {
    padding: 5px 10px 10px 10px;
}

.popup .winTitle {
    border:none !important;
    border-bottom: solid 1px #eaeaea;
    padding: 0 5px;
    display: block;
    width: auto;
    color: #333;
    position: relative;
}

.popup .winTitle,
.popup .winTitle h2 {
    font-size: 14px;
    font-weight: bold;
}

.popup .winTitle.noborder {
    border: none;
}

/* --------发表文章弹框--------- */
.popupinfo .bar-list::after,.buttonbox::after,.match-list::after {content:"";display: block;clear: both;}
.popupinfo .bar-list {margin-bottom: 10px;max-height: 230px;overflow-y: auto;}
.popupinfo .bar-list .TBbox {width: 44.6%;float: left;padding: 5px;margin: 0 10px 5px 0;border: 1px solid #e5e5e5;border-radius: 3px;cursor: pointer;}
.popupinfo .bar-list .TBbox.on {background: #f2f9ff;color: #007fe4;border-color: #cae7ff;}
.popupinfo .bar-list .TBbox:nth-child(even) {margin-right: 0;}
.bar-list .number {float: left;background: #f0f0f0;border: 1px solid #e5e5e5;font-size: 12px;text-align: center;width: 15px;height: 15px;line-height: 15px;border-radius: 3px;margin: 2px 6px 0 0;}
.bar-list .TBbox.on .number {background: #007fe4;color: #fff;border-color: #007fe4;}

.buttonbox {margin-top: 20px;}
.buttonbox .btn {float: right;background: #f5f5f5;color: #666;border: 1px solid #e5e5e5;line-height: 30px;margin: 0 6px;cursor: pointer;}
.buttonbox .btn:hover {color: #007fe4;}
.match-list {width: 14.6%;height: 300px;text-align: center;padding: 0 10px;border-right: 1px solid #f3f3f3;float: left;overflow-y: auto;}
.match-list:nth-last-child(-n+3) {border: none;}
.match-list.W4 {width: 30.6%;}
.W4 .type {text-align: justify;}
.match-list .title {color: #999;padding: 10px 0;}
.match-list .type {width: 90%;line-height: normal;padding: 4px 5px;margin: 4px auto;border-radius: 4px;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.match-list .type:hover {background: #f5f5f5;}
.match-list .type.on {background: #eef4f9;color: #007fe4;}
select.match-list {border-color: #f3f3f3;border-bottom: none;}
select.match-list:focus {outline: none;border:none;}


/* 全局滚动条开始 */
/** { scrollbar-face-color: #8e8e8e;*//*面子*/
    /*scrollbar-arrow-color: #333333;*//*箭头*/
    /*scrollbar-shadow-color: #8e8e8e;*//*右二*/
    /*scrollbar-darkshadow-color: #8e8e8e;*//*右一*/
    /*scrollbar-track-color: #fff;*//*滑道*/
/*}*/
/*滚动条整体*/
/*::-webkit-scrollbar {width: 4px;}*//*滚动条宽度*/
/*::-webkit-scrollbar-button {}*//*滚动条按钮*/
/*::-webkit-scrollbar-track {background-color: #fff;}*//*滑道全部*/
/*::-webkit-scrollbar-track-piece {-webkit-border-radius: 4px;}*//*滑道*/
/*::-webkit-scrollbar-thumb {background-color: #d9d9d9;*//*滑动条表面*/
    /*border: none;*//*滑动条边框*/
    /*border-radius: 4px;*//*滑动条圆角宽度*/
/*}
::-webkit-scrollbar-corner {background-color: #F3F3F3;}*//*横竖滚动条交角*/
/*::-webkit-resizer {*//*background-image: url(/public/img/resizer-inactive.png);*//*横竖滚动条交角图案*/
    /*background-repeat: no-repeat;background-position: bottom right;}*//*鼠标滑过滑动条*/
/* 全局滚动条结束 */

/* ----- 审核按钮 ----- */
.examine {background: #e9833b;color: #fff;font-size: 12px;font-weight: normal;padding: 2px 6px;margin-left: 6px;border-radius: 20px;vertical-align: 2px;}
.examine.un {background: #aaa;}




select {
    vertical-align: middle;
    margin: -2px 0 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    margin-top: -2px;
    margin: 0;
    padding: 0;
}

.mytable {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #cfdce8;
    border-left-color: #cfdce8;
    background-color: #FFF;
}

.mytable tr.header {
    background: #eff6fa;
    text-align: center;
    font-weight: 700;
    color: #333;
}

.mytable tr.header td {height: 26px;line-height: 26px;}

.mytable tr td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #cfdce8;
    border-bottom-color: #cfdce8;
    padding: 3px;
}

/* ul li { border-top-width: 1px; border-top-style: solid; border-top-color: #cddfe8;} */

.clearFloat,.clear {
    display: block;
    clear: both;
    overflow: hidden;
}

a:link,a:visited {text-decoration: none;}
a:hover,a.black:hover {text-decoration: none;color: #ff5106;}

#searchBox {
    background: #fff;
    height: 30px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
}

#searchBox .classBox {
    /* background: url(../images/index_17.gif) no-repeat right top; */
    background: #fff;
    height: 28px;
    width: auto;
    float: left;
    text-align: center;
    line-height: 28px;
    padding: 0 25px 0 15px;
    border: 1px solid #efefef;
    border-left: none;
    border-right: none;
    cursor: pointer;
    position: relative;
}
#searchBox .classBox::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid #666;
    border-bottom: 0 none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

#searchBox .classBox ul {
    position: absolute;
    left: -1px;
    top: 28px;
    background-color: #f9f9f9;
    width: 58px;
    border: 1px solid #efefef;
    border-top: none;
    z-index: 100;
}

#searchBox .classBox ul li:hover {background-color: #eee;}

#searchBox .classBox ul li.now,
#searchBox .classBox ul li.now:hover {
    background-color: #FF5106;color: #FFF;
}

#searchBox .greedBtn span,
#searchBox .redBtn span {font-weight: 700;}

#content .redBtn {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin:0 5px;
    padding:  0 10px;
    background: #d86e1f;
    border-radius: 3px;
}

#content .blueBtn {
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
    padding: 0 20px;
    margin-left: 0;
    background: #007FE4;
    border:solid 1px #007FE4 !important;
    border-radius: 3px;
}

#content .greedBtn {
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    margin:0 5px;
    padding:  0 10px;
    background: #a5b632;
    border-radius: 3px;
    
}

#content .huiBtn {
    height: 30px;
    display: block;
    float: right;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
    padding:  0 10px;
    background: #bbb;
    border-radius: 3px;
}

#searchBox .searchBtn {
    background: #fff url(../images/searchBtn.png)no-repeat center;
    height: 28px;
    width: 30px;
    display: block;
    float: left;
    margin-right: 0;
    border: 1px solid #efefef;
    cursor: pointer;
}

#searchBox .qbclass {
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 74px;
    float: left;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin: 0 5px;
}

#searchBox .qbclass:hover {
    background: #f5f5f5;
    color: #444;
    transition: all 0.2s linear;
}

#searchBox .left {float: left;}
#searchBox .left .qbclass{ font-size: 14px;
    font-weight: normal;
    /* transform: translateY(4px); */
    /* height: 35px; */
    /* line-height: 35px; */
    /* border-bottom: 0; */
    /* border-radius: 4px 4px 0 0; */
}
#searchBox .left .qbclass.blueBtn{
    height: 35px;
    border-radius: 4px 4px 0 0 !important;
    margin-top: -5px;
    padding-top: 5px;
    font-size: 15px !important;
}

#searchBox .left .qbclass.blueBtn::before{
    content: '';
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
    background: #007FE4;
    height: 3px;
}


#searchBox .right {float: right;text-align: right;}

#searchBox input {vertical-align: middle;float: left;}
#searchBox .searchInput {
    width: 160px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #efefef;
    background: #fafafa;
    color: #adadad;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
}

.win .info {width: auto;padding: 0;}
.win .info ul li {display: block;}
.win .leftBox {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 55px;
}

.win .leftBox>img {
    height: 55px;
    width: 55px;
    cursor: pointer;
}

.win .infoBox {
    float: left;
    padding-left: 0;
}

.win .infoBox .title {
    background-image: none;
    /*display: block;*/
    line-height: normal;
    height: auto;
    /* font-weight: 700;color: #9b8670; */
    border-style: none;
}

.win .infoBox .description {color: #C8CACC;}
.win .rightBox {float: right;}
.win .icon_read {
    margin-top: 28px;
    width: auto;
    min-width: 25px;
    padding: 0 0 0 24px;
    color: #999;
    text-align: left;
    float: left;
    cursor: pointer;
    background: url(../images/eye.png) no-repeat center left;
}

.win .icon_back {
    background-image: url(../images/topic_10.gif);
    padding-top: 20px;
    background-repeat: no-repeat;
    width: 40px;
    color: #C6C8CB;
    text-align: center;
    float: left;
    background-position: center 2px;
    cursor: pointer;
}

.win .icon_delete {
    background-image: url(../images/delete.gif);
    padding-top: 20px;
    background-repeat: no-repeat;
    width: 25px;
    color: #C6C8CB;
    text-align: center;
    float: left;
    background-position: center 2px;
    cursor: pointer;
}


#content .context #left {
    float: left;width: 700px;;
}

#content .context #left .left {
    margin-bottom: 10px;
    background-color: #FFF;
}

#content .context #right {float: right;width: 250px;}

#content .context #right .right {
    margin-bottom: 12px;
    background-color: #FFF;
    border-radius: 3px;box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
}

#content .context #right .publish {
    cursor: pointer;
    background:#FFF;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin: 0 auto 8px auto;
    border: 1px solid #ccddeb;
    color: #007fe4;
}

#content .context #right .publish:hover {
    transition: all 0.2s linear;
    background-color: #007FE4;color: #FFF;
}

.addBox {
    display: block;
    float: left;
    width: 680px;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-top: 5px;
}

.addBox #addBtn {float: right;cursor: pointer;margin-right: 10px;}

.sortBox {float: left;line-height: 19px;padding: 0 0 1px 0;}
#page {
    text-align: left;
    width: 100%;
    background-color: #F5F6F7;
    overflow: hidden;
    display: inline-block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#page a,
#page span {
    color: #333;
    border: 1px solid #dde5eb;
    background-color: #FFF;
    margin-right: 5px;
    display: block;
    float: left;
    padding: 4px 10px;
    margin-top: 5px;
}

#page a.nobg,
#page span.nobg {
    color: #333;
    border: 1px solid #f5f6f7;
    background-color: #f5f6f7;
    margin-right: 5px;
    display: block;
    float: left;
    padding: 4px 10px;
}

#page a input,#page span input {line-height: 14px;height: 14px;}
#page a:hover {background-color: #fffef3;}

#page a.on {
    font-weight: 700;
    color: #FFF;
    display: block;
    float: left;
    background: #007fe4;
    border: 1px solid #007fe4;
}

#page a.on:hover {background-color: #1896D5;}
#content #submenu {
    background-color: #FFF;
    color: #666;
    line-height: normal;
    padding: 8px 5px;
    margin-top: 10px;border-bottom: 1px solid #efefef;
}


#content #submenu a,
#content #submenu span {
    padding-right: 5px;padding-left: 5px;color: #666;
}

#content #submenu a:hover {color: #ff5106;}
#content .context .button_ddl {position: relative;text-align: center;}
#content .context .button_ddl #settingBtn {z-index: 999;position: relative;}
#content .context .button_ddl .ddl_list {
    position: absolute;
    background-color: #fff;
    float: none;
    border: 1px solid #efefef;
    border-radius: 4px;
    top: 22px;
    left: -5px;
    margin: 0;
    z-index: 9;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

#content .context .button_ddl .ddl_list .line {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #007fe4;
    top: -5px;
    left: 44%;
    z-index: 9;
    transform: rotate(45deg);
}

#content .context .button_ddl .ddl_list a {
    position: relative;
    z-index: 998;
    display: block;
    color: #666;
    text-align: center;
    line-height: 28px;
    padding: 0 15px;
}

#content .context .button_ddl .ddl_list a:hover {
    background-color: #f5f5f5;
    color: #007fe4;
}

#content .context .button_ddl .ddl_list .checked {
    color: #FFF;
    background-color: #FF5106;
}

#content .context .hover {
    background: #007fe4;
}

#content .context .hover .ddl_list {display: block;z-index: 998;}

#content .context .popup_user {
    position: absolute;
    height: 100px;
    width: 330px;
    font-size: 14px;
    left: -50px;
    top: -100px;
    z-index: 9999;
    overflow: hidden;
    padding: 10px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #dce3e9;
    border-radius: 3px;
    box-shadow: 0 0 10px #ddd;
}

#content .context .popup_user .top {display: block;overflow: hidden;height: 73px;}

#content .context .popup_user #iconBox {
    height: 23px;
    line-height: 26px;
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    margin: 5px 0 0;
    padding: 0;
}

#content .context .popup_user .infoBox {float: left;width: 260px;text-align: left;}

#bottom {
    background: #fff;
    width: 100%;
    margin-top: 10px;
    clear: both;
}

#bottom .neirong3 {background: transparent;border: none;}

.qiuba li {
    height: auto;
    width: 32.2%;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-right: 10px;
    background-color: #FFF;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.qiubalist .qiuba li:hover {box-shadow: 5px 10px 10px -5px rgb(149 166 185 / 25%);}

.qiuba li.new {border: 1px solid #007fe4;border-radius:4px;width: calc(32.2% - 2px);}
.qiuba li.new .newlabel {background: #007FE4 url(../images/starnew.svg) no-repeat 3px center;background-size: 14px; color: #fff;font-size: 12px;padding: 1px 4px 1px 17px;position: absolute;top: 0;right: 0;border-radius:0px 2px 0 5px; font-style: normal; }

.leadericon {
    background: url(../images/leader_13.gif) no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 37px;
    width: 39px;
}

.subleader {
    background: url(../images/leader_16.gif) no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 37px;
    width: 39px;
}

.hostUser {
    background: url(../images/leader_19.gif) no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 37px;
    width: 39px;
}

.userIconBox {
    position: absolute;
    left: -1px;
    top: -1px;
    height: 37px;
    width: 39px;
}

.qiuba li .huise {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    width: 238px;
    text-overflow: ellipsis;
}

.qiuba li .qb_info {
    display: block;
    float: left;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.qiuba li .qb_info .b {font-size: 14px;display: inline-block;margin-bottom: 3px;}
.qiuba li .qb_info .new2 {background: url(../images/starnew2.svg) no-repeat center center;background-size: 14px;width:14px;height:14px;display: inline-block; border-radius: 2px;vertical-align: middle;margin-bottom:3px;}
.qiuba li .img {
    float: left;
    background-color: #FFF;
    width: 65px;
    height: 65px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: 12px;
}

.qiuba li .img img {width: 100%;height: 100%;cursor: pointer;}
.qiuba li .img a {
    display: block;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topics li {
    height: auto;
    width: 468px;
    display: block;
    float: left;
    overflow: hidden;
    background-color: #FFF;
    background-image: url(../images/bottomLine.jpg);
    padding-bottom: 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-right: 10px;
    border-color: #d8e0e7 #d8e0e7 #eceded;
    border-style: solid;
    border-width: 1px 1px 2px;
}

.topics li .comment {
    background-image: url(../images/index_38.gif);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 24px;
    height: 24px;
    padding-right: 5px;
    padding-left: 30px;
    color: #999;
    float: right;
    margin-left: 5px;
}

.topics li .plays {
    background-image: url(../images/index_36.gif);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 24px;
    height: 24px;
    padding-right: 5px;
    padding-left: 30px;
    color: #333;
    float: right;
    margin-left: 5px;
}

.topics li .infobox {
    display: block;
    float: left;
    width: 360px;
    height: auto;
    line-height: 22px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    padding-top: 10px;
}

.topics li .infobox div {
    display: block;
    float: left;
    width: 100%;
    line-height: normal;
    overflow: hidden;
    height: auto;
}

.topics li .img {
    float: left;
    background-color: #FFF;
    text-align: center;
    width: 80px;
    cursor: pointer;
    padding: 10px;
}

.topics li .img a {
    display: block;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-weight: 700;
    color: #333;
}

.reportBox {
    color: #666;
    text-align: left;
    line-height: 24px;
    font-size: 12px;
}

.reportBox p {
    margin: 0;
    padding: 0;
}

.reportBox img {
    display: block;
}

.reportBox .reportTxt,
.reportBox .reportObj,
.reportBox .reportNote {
    margin-bottom: 10px;clear: both;
}
.reportObj::after {content:"";display: block;clear: both;}
.reportObj span {width: 85%;display: inline-block;float: right;}

.reportBox .reportTxt .text {
    background-color: #faefd0;
    height: auto;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #CCC;
    padding: 10px;
}

.reportBox .reportNote input {
    width: 98%;
    padding: 10px;
}

.reportBox .bottom {
    overflow: hidden;
    width: 100%;
}

.linkBox {
    background-image: url(../images/guess_17.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    background-color: #FFF;
    white-space: nowrap;
    width: 94px;
    display: block;
    margin-top: 4px;
    float: left;
}

.linkedBox {
    background-image: url(../images/linked.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    background-color: #FFF;
    white-space: nowrap;
    width: 94px;
    display: block;
    margin-top: 4px;
    float: left;
}

.tm3:link,
.tm3:visited {
    padding-right: 6px;
    padding-left: 15px;
    display: inline;
    width: auto;
    min-height: 22px;
    float: left;
}

.linkBox span,
.linkedBox span {
    float: right;
    display: block;
    text-align: center;
    color: #666;
    font-size: 12px;
    width: 45px;
    margin: 0;
    padding: 0;
}

.up {
    background-image: url(../images/icon_qiuba_up.png);
    background-repeat: no-repeat;
    color: #A4A4A4;
    cursor: pointer;
    margin-left: 5px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    background-position: left center;
    padding: 0 5px 1px 20px;
}

.unable {
    cursor: default;
}

/* #content .context #q_menu {display: block;float: left;width: 950px;background-image: url(../images/topic_23.gif);height: 40px;line-height: 40px;margin-bottom: 10px;text-align: right;}
#content .context #q_menu .title {float: left;line-height: 40px;cursor: default;margin-right: 120px;margin-left: 10px;color: #FFF;text-align: left;background-image: none;}
#content .context #q_menu ul li {height: 40px;width: 90px;text-align: center;background-image: url(../images/q_menu_line.jpg);background-repeat: no-repeat;background-position: right top;color: #446170;font-weight: 700;font-size: 14px;cursor: pointer;float: left;border-style: none;}
#content .context #q_menu ul li.now {background-image: url(../images/topic_21.gif);background-repeat: no-repeat;background-position: center top;font-weight: 700;} */

#fixedBox {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-80-20));
    height: 160px;
    width: 40px;
    right: 10px;
    bottom: 50px;
}

#fixedBox .top {
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 40px;
    display: block;
    float: left;
}

#fixedBox .top:hover {
    background-position: -40px top;
    transition: all 0.2s linear;
}

#fixedBox .feedback {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: url(../images/top.png) no-repeat left -160px;
}

#fixedBox .feedback:hover {
    background-position: -40px -160px;
    transition: all 0.2s linear;
}

#fixedBox .addReply {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: url(../images/top.png) no-repeat left -200px;
}

#fixedBox .addReply:hover {
    background-position: -40px -200px;
    transition: all 0.2s linear;
}

#fixedBox .write {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: url(../images/top.png) no-repeat left -80px;
}

#fixedBox .write:hover {
    background-position: -40px -80px;
    transition: all 0.2s linear;
}

#fixedBox .leader {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: url(../images/top.png) no-repeat left -40px;
}

#fixedBox .leader:hover {
    background-position: -40px -40px;
    transition: all 0.2s linear;
}

#fixedBox .refresh {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: url(../images/top.png) no-repeat left -120px;
}

#fixedBox .refresh:hover {
    background-position: -40px -120px;
    transition: all 0.2s linear;
}

.bg {
    position: absolute;
    z-index: 99999;
    filter: Alpha(opacity=50);
    background: #000;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.lead {
    z-index: 1001;
    position: absolute;
    display: none;
}

.lead_context1 {
    background: url(../images/lead/1.png);
    _background: none;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/lead/1.png');
    height: 400px;
    width: 500px;
}

.lead_context1 .close {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 440px;
    top: 129px;
    cursor: pointer;
}

.lead_context1 .leadNext {
    cursor: pointer;
    height: 28px;
    width: 95px;
    display: block;
    position: absolute;
    left: 264px;
    top: 270px;
}

.lead_context1 .leadExit {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 95px;
    position: absolute;
    left: 365px;
    top: 271px;
}

.lead_context2 {
    background: url(../images/lead/2.png);
    _background: none;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/lead/2.png');
    height: 400px;
    width: 550px;
}

.lead_context2 .close {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 429px;
    top: 131px;
    cursor: pointer;
}

.lead_context2 .leadNext {
    cursor: pointer;
    height: 28px;
    width: 95px;
    display: block;
    position: absolute;
    left: 253px;
    top: 272px;
}

.lead_context2 .leadExit {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 95px;
    position: absolute;
    left: 356px;
    top: 273px;
}

.lead_context3 {
    background: url(../images/lead/3.png);
    _background: none;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/lead/3.png');
    height: 305px;
    width: 604px;
}

.lead_context3 .close {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 568px;
    top: 117px;
    cursor: pointer;
}

.lead_context3 .leadNext {
    cursor: pointer;
    height: 28px;
    width: 95px;
    display: block;
    position: absolute;
    left: 390px;
    top: 256px;
}

.lead_context3 .leadExit {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 95px;
    position: absolute;
    left: 493px;
    top: 256px;
}

.lead_context4 {
    background: url(../images/lead/4.png);
    _background: none;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/lead/4.png');
    height: 350px;
    width: 500px;
}

.lead_context4 .close {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 453px;
    top: 146px;
    cursor: pointer;
}

.lead_context4 .leadNext {
    cursor: pointer;
    height: 1px;
    width: 1px;
    display: none;
    position: absolute;
    left: 264px;
    top: 270px;
}

.lead_context4 .leadExit {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 198px;
    position: absolute;
    left: 276px;
    top: 286px;
}

li.pro i {
    background: url(../images/pro_icon2.gif) no-repeat;
    position: absolute;
    top: -1px;
    right: -1px;
    height: 35px;
    width: 35px;
}

.qiuba li.pro {
    height: auto;
    width: 308px;
    display: block;
    float: left;
    padding-bottom: 1px;
    margin-right: 10px;
    cursor: pointer;
    border-right: 1px solid #d0967e;
    border-bottom: 2px solid #eceded;
    border-left: 1px solid #d0967e;
    border-top: 1px solid #d0967e;
    position: relative;
    background: #feffed url(../images/bottomLine2.jpg) no-repeat left bottom;
}

.qiuba li.pro .img {
    background: #feffed;
}

a.editBtn {
    display: block;
    line-height: 20px;
    color: #446170;
    height: 27px;
    width: 100%;
    background: url(../images/editbtn.png) no-repeat center top;
    position: absolute;
    bottom: 35px;
    margin: 0 auto;
    padding: 1px 0 0;
}
.yellow {color: #ffeb00;}

.payMsg {
    /* background: #faf6db url(../images/lock_bg.jpg) no-repeat -1px top; */
    background: #fffaf2;
    border: 2px dashed #ffdca8;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    padding: 30px 20px;
    margin: 20px 0;
}

.payMsg h3 {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.payMsg p {
    line-height: normal;
    color: #666;
}
     .paybtn .del {
        text-decoration: line-through;
    }

.logMsg {
    background: #F8F8F8 url(../images/tan.jpg) no-repeat 10px center;
    line-height: 40px;
    height: 40px;
    border: 1px dashed #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 60px;
}

    .logMsg .btn,
    .dazhe {
        min-width: 52% !important;
    }
.payMsg .btn,.paybtn,.content-data .btn {
    background: linear-gradient(90deg,#FB8C00,#F44336);
    color: #fff;
    min-width: 35%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgb(255 81 6 / 15%);
}
.content-data.stash #contentData {margin-top: 25px;}
.paybtn {width: max-content;display: block;border-radius: 50px;}
.payMsg .btn,.content-data .btn {background: #e9a237;min-width: 25%;height: 32px;line-height: 32px;cursor: auto;}
.logMsg .btn:hover,.payMsg .btn:hover,.paybtn:hover {opacity: 0.8;transition: all 0.2s linear;}
.payMsg.stash,.content-data.stash {position: relative;margin-top: 30px;}
.payMsg.stash .btn,.content-data.stash .btn {position: absolute;top: -15px;left: 50%;transform: translateX(-50%);}
.vague {filter:blur(4px);margin-top: 20px !important;font-size: 14px;text-align: left;line-height: 22px;}
.stash .editBtn {border:1px solid #FF7D00;display:inline-block;padding:0 10px;margin-left:10px;border-radius:20px;cursor:pointer;}

/*----- 串关竞猜 -----*/
.strandguess {background: #fff;padding: 10px;margin-bottom: 10px;border: 1px solid #f3dfbe;border-radius: 5px;}
.strandguess .guessitem {line-height: 22px;margin-bottom: 5px;}
.strandguess .guesstit {color: #333;font-size: 14px;font-weight: bold;text-align: center;padding: 5px 0;}
.strandguess .guessbox {text-align: center;}
.strandguess .guesslis {width: 25%;overflow: hidden;display: inline-block;}
.strandguess .guesslis.guess {width: 10%;margin-right: 15px;}
.strandguess .guesslis span {background: #f0f0f0;color: #666;font-size: 14px;text-align: center;padding: 5px;margin: 4px 0;border-radius: 3px;display: block;}
.strandguess .guesslis .g-up {background: #fde5e5;color: #f44336;}
.strandguess .guesslis .g-down {background: #def3de;color: #1fb10f;}
.strandguess .guesslis .on {background: #ff5106;color: #fff;}
.strandguess .guesslis .g-hip {background: #ffeee7;color: #ff5106;}


.dxtitle {
    line-height: 28px;
    background: #f2f4f5 url(../images/dxicon.gif) no-repeat left top;
    height: 28px;
    width: 660px;
}

.giveList {
    font-size: 12px;
    border: 1px dashed #CCC;
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
    background: #FFFFF4;
    margin-top: 35px;
}

.giveList tr:last-child td {border: none;}

.giveList td {padding: 4px 16px;}

.giveList td img {
    margin: 5px 0;
    border-radius: 50%;
    overflow: hidden;
}

.giveList th {
    background: url(../images/poupwin_11.gif) repeat-x left top;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

.toolBar {
    text-align: center;
    clear: both;
    display: block;
    width: 640px;
    float: left;
    margin: 5px 10px;
}

.toolBar a {
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    float: right;
    display: block;
}

.gzbox {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 12px;
    line-height: 22px;
}

.ygz {
    background: url(../images/users/ygz2.gif);
    display: block;
    height: 22px;
    width: 45px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    float: left;
    color: #390;
    line-height: 22px;
    margin: 0 5px 0 0;
    padding: 0 0 0 20px;
}

.xhgz {
    background: url(../images/users/xhgz.gif);
    display: block;
    height: 22px;
    width: 55px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    float: left;
    line-height: 22px;
    margin: 0 5px 0 0;
    padding: 0 0 0 20px;
}

.gz {
    background: #e9f8fb;
    display: block;
    height: 20px;
    width: 50px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    float: left;
    line-height: 20px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    border: 1px solid #a0afbd;
}

.qx {
    display: block;
    height: 22px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 0 5px;
    padding: 0;
}

.loading {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF url(../images/bottom_line.gif) repeat-x bottom;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.dsj_data {
    display: block;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", MicrosoftJhengHei;
    padding: 70px 0 30px 140px;
}

.dsj_data a,
.dsj_data a:link,
.dsj_data a:visited {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.dsj_data a:hover {
    text-decoration: underline;
    color: #FF0;
}

#web_nav li,
#bottom table,
#bottom tr td {
    border-style: none;
}

.win,
#content .context #q_menu ul {
    overflow: hidden;
}

.qiuba,.topics {
    display: block;
    float: left;
    width: 1080px;
    padding-bottom: 10px;
}

.qiuba li .row,
.topics li .row {
    float: left;
    display: block;
    width: 100%;
}

.jbBtn {
    background: #fff;
    border: solid 1px #ccc;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.jbBtn:hover {
    color: red;
    border: solid 1px red;
}

.item {
    position: relative;
    display: block;
}

.item i {
    background: url("../images/item.gif") no-repeat;
    width: 19px;
    height: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
}

/* hot match star */

.matchBox {
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5
}

.hotMatchNews .info {overflow: hidden;background-color: #fffff1;}
.matchLine {
    width: 100%;
    height: 1px;
    background: #efefef;
}

.matchBox a {color: #333;}
.matchBox .team {
    display: block;
    margin: 12px 0 0 0;
    text-align: center;
    color: #333;
}

.matchBox .team>span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;font-weight: 600;
}

.matchBox .icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: 0 auto;
}

.matchBox .gameName {
    width: 218px;
    padding: 5px 10px;
    color: #666;
}

.matchBox .gameName.sn {
    line-height: normal;
}

.matchBox .icon img {
    width: 100%;
    height: 100%;
}

.matchBox a>div {
    width: 33.3%;
    float: left;
    overflow: hidden;
}

.matchBox .home {}

.matchBox .vs {
    height: 76px;
    width: 33%
}

.matchBox .vs .rows {
    width: 100%;
    text-align: center;
    color: #666;
}

.matchBox .vs>div {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
}

.matchBox .vs::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.matchBox .vs .gameName {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 4px;
    /* color: #fff; */

    /* background: #209dde; */
}

.matchBox .guest {}

/* hot match end */



.pub {
    overflow: hidden;
    border-bottom: solid 1px #f5f5f5;
    padding: 12px;
    display: table;
}
.pub:hover {background: #FFF8E8;transition: all 0.2s linear;}

.pub>* {
    display: table-cell;
    vertical-align: middle;
}

.pub:last-child {
    border: none;
}

.pub .icon {
    width: 40px;
    font-size: 0;
    overflow: hidden;
    float: left;
}

.pub .icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pub .pubData {
    width: 230px;
    padding-left: 10px;
}

.pub .pubData.nodesc .desc {
    display: none;
}

.pub .pubData .name a {
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}

.pub .pubData .name a.hid {
    font-weight: bold;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    display: block;
    float: left;
}

.pub .pubData .name .userCount {
    width: 30px;
    height: 22px;
    line-height: 22px;
    color: #666;
    background: url(../images/Afuns.png) no-repeat left center;
    padding-left: 20px;
    display: block;
    float: right;
}

.pub .pubData .name .userLike {
    display: none;
    width: 69px;
    float: right;
    height: 16px;
    line-height: 16px;
    background: url(../images/star.png) no-repeat left center;
    padding-left: 20px;
}

.pub .pubData .name .text {
    height: 22px;
    line-height: 22px;
    color: #999;
    display: block;
    width: 63px;
    float: right;
}

.pub .pubData .name .text .red {
    min-width: 36px;
}

.pub .pubData .name img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.pub .pubData .desc {
    color: #999;
    white-space: normal;
    width: 100%;
    word-break: break-all;
    align-items: center;
    margin-top: 2px;
    padding: 0;
}

.pub .pubData .desc span {
    line-height: normal;
    overflow: hidden;
}

.identicon {
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 0 4px;
    display: inline-block;
    line-height: 17px;
}

.Obg {
    background: #ff8660;
}

.Bbg {
    background: #70acdd;
}

.Gbg {
    background: #75b36a;
}

/* .pub .pubData .desc::before { content: ""; width: 1px; display: inline-block; vertical-align: middle;}//本吧推荐用户注释 */

.caiIcon {
    position: relative;
    top: -2px;
}

.settingBox .body ul {
    overflow: hidden;
}

.settingBox .body {
    padding: 15px;
}

.checkList {
    overflow: hidden;
}

.checkList.inline {display: inline-block;vertical-align: middle;margin: 5px 0 5px 20px;}

.checkList .item {
    cursor: pointer;
    border: solid 1px #ccc;
    float: left;
    border-radius: 4px;
    margin: 5px 5px 5px 0;
    min-width: 67px;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    min-height: 30px;
}

.checkList .item input {
    border: none;
    min-height: 30px;
    padding-left: 10px;
    width: 80px;
    font-size: 14px;
}

.checkList .item input {
    outline: none;
}

.checkList .item:hover {
    color: #ff6600;
}

.checkList .item.on {
    border: solid 1px #ff6600;
}

.checkList .item::after {
    content: "";
    display: table;
    width: 3px;
    height: 6px;
    position: absolute;
    bottom: 2px;
    right: 3px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1);
    transition: all .2s ease-in-out;
}

.checkList .item::before {
    content: "";
    font-size: 9px;
    width: 50px;
    text-align: center;
    position: absolute;
    height: 7px;
    right: -20px;
    padding: 0 0 5px 0;
    line-height: normal;
    bottom: -2px;
    display: block;
    background-color: #ccc;
    color: #fff;
    transform: rotate(-45deg);
}

.checkList .item.on::before {
    background-color: #ff6600;
    color: #fff;
}

.settingBox .body .txt {
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
    position: relative;
    color: #333;
    font-size: 12px;
}

.settingBox .body .txt::before,
.settingBox .body .txt::after {
    border-top: solid 1px #e1e1e1;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 30%;
}

.settingBox .body .txt::after {
    left: auto;
    right: 0;
}

.lineTit {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.lineTit.tf {
    text-align: left;
}

.lineTit span {
    font-size: 12px;
    width: 100%;
    display: block;
    line-height: 20px;
}

/* 高手推荐开始 */

#list .win.saleList.v li {
    padding: 10px 0;
    display: table;
}

#list .win.saleList li .title span {
    margin: 5px 10px 2px 0;
}

#list .win.saleList li {
    display: block;
    position: relative;
    border-bottom: solid 1px #f5f5f5;
    padding:8px 5px;
}
#list .win.saleList li.addBG .rightBox {border-color: #f9f1dd;}
#list .win.saleList li .rightBox {
    color: #666;
    position: absolute;
    right: 5px;
    bottom: 11px;
    text-align: center;
    width: 50px;
    border-left: solid 1px #f0f0f0;
    padding-left: 5px;
}

#list .win.saleList li .rightBox span {
    font-weight: bold;
    font-size: 18px;
}

#list .win.saleList li .title {
    line-height: 30px;
    display: inline;
    margin: 0;
    overflow: hidden;
}

#list .win.saleList li .title img {
    margin: 5px 5px 0 0;
    float: left;
}
#list .win.saleList li::after{content: "";display: block;clear: both;}
#list #themelist li {overflow: hidden;}

#list .win.saleList .infoBox {
    /* width: 74%; */
    width: 90%;
    color: #666;
    font-size: 14px;
    margin: 8px 0 5px;
}

#list .win.saleList .detailBox {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    display: table-cell;
    vertical-align: middle;
    padding-right: 12px;
}

#list .win.saleList .detailBox .readMore {
    color: #666;
    font-weight: normal;
    padding: 0 5px;
    font-size: 12px;
    white-space: nowrap;
    margin: 0 5px;
}
#list .win.saleList .detailBox .readMore:hover {
    color: #ff5106;
}

#list .win.saleList .detailBox .readMore::before {content:"";display: inline-block;width: 1px;height: 12px;background: #e5e5e5;margin-right: 10px;vertical-align: -1px;}

#list .win.saleList .infoBox .LName {
    color: #007fe4;
}

#list .win.saleList .infoBox .Rident{
    color: #ff5107;
    background: #fff7f4;
    border: 1px solid #f2cabc;
    border-radius: 20px;
    font-size: 12px;
    line-height: 16px;
    padding: 1px 5px;
    margin: 2px 0 2px 2px;
    display: inline-block;
}

.win.saleList .leftBox {
    width: 60px;
    margin:10px 2px 10px 6px;
}

.listyhead {
    width: 38px;
    height: 38px;
    margin:2px auto;
    border: 2px solid #fff;
    outline: 2px solid #f0f0f0;
    border-radius: 50%;
    position: relative;
}

.listyhead.GM {outline-color: #ec632c !important;}
.listyhead.cur {outline-color: #e62129 !important;}
.listyhead.vip {outline-color: #4098e0 !important;}
.listyhead.subGM {outline-color: #058d2e !important;}


.listyhead.GM_V {outline-color: #ec632c !important;}
.listyhead.subGM_V {outline-color: #058d2e !important;}

.listyhead.GM_Q {outline-color: #ec632c !important;}
.listyhead.vip_Q {outline-color: #4098e0 !important;}
.listyhead.subGM_Q {outline-color: #058d2e !important;}

.listyhead.GM::before, .listyhead.cur::before, .listyhead.vip::before, .listyhead.subGM::before {
    position: absolute;
    top: auto;
    bottom: -4px;
    left: 50%;
    width: 24px;
    color:#fff;
    outline: 1px solid #f0f0f0;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    padding: 0 4px;
    border-radius: 10px;
    transform: translate(-50%,0) rotate(0);
    display: block;
}



    .listyhead.GM_V::before, .listyhead.subGM_V::before {
        position: absolute;
        top: auto;
        bottom: -4px;
        left: 50%;
        width: 24px;
        color: #fff;
        outline: 1px solid #f0f0f0;
        font-size: 9px;
        line-height: 14px;
        text-align: center;
        padding: 0 4px;
        border-radius: 10px;
        transform: translate(-50%,0) rotate(0);
        display: block;
    }
    .listyhead.subGM_V::before {
        width: 37px;
    }
        .listyhead.GM_Q::before, .listyhead.vip_Q::before, .listyhead.subGM_Q::before {
            position: absolute;
            top: auto;
            bottom: -4px;
            left: 50%;
            width: 24px;
            color: #fff;
            outline: 1px solid #f0f0f0;
            font-size: 9px;
            line-height: 14px;
            text-align: center;
            padding: 0 4px;
            border-radius: 10px;
            transform: translate(-50%,0) rotate(0);
            display: block;
        }
    .listyhead.vip::before, .listyhead.vip_Q::before {
        width: 37px;
    }
.GM::before {content:"吧主";background-color:#ec632c;}
.subGM::before {content:"副吧";background-color:#058d2e;}
.vip::before {content:"分析师"; background-color:#4098e0;}
.cur::before {content:"楼主";background-color:#e62129;}

.GM_V::before {content:"名人";background-color:#ec632c;}
.subGM_V::before {content:"顾问";background-color:#058d2e;}

.GM_Q::before {content:"圈主";background-color:#ec632c;}
.subGM_Q::before {content:"副圈";background-color:#058d2e;}
.vip_Q::before {content:"分析师"; background-color:#4098e0;}

/* 推广角标 */
.protag::before {content:"推广";background:#FF5106;color:#fff;font-size:12px;text-align:center;width:55px;height:28px;line-height:36px;display:block;position:absolute;top:-6px;right:-20px;transform:rotate(45deg) scale(0.8);}


.win.saleList .leftBox .name{color:#333;}
.win.saleList .leftBox .listyhead>img {display:block;border-radius:50%;}
.win.saleList .leftBox .uRank {
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background: #ff8660;
    font-size: 12px;
    line-height: 15px;
    padding: 0 6px;
}

.win.saleList .leftBox .uRank.on {
    background: #70acdd;
}

.vsaleBox {
    margin-bottom: 10px;box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
}

.saleUserItem {
    background: #fff;
    overflow: hidden;
    border-bottom: solid 1px #efefef;
}

.saleUserItem:hover {
    background: #FFF8E8;
    position: relative;
}

.saleUserItem:hover .guessBox {
    background: #fff3d6;
}
.saleUserItem:last-child .guessBox {border-bottom: none;}

.saleUserItem .icon {
    width: 45px;
    height: 45px;
    font-size: 0;
    overflow: hidden;
    float: left;
    margin: 10px;
}

.saleUserItem .icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.saleUserItem .userData {
    padding: 10px 4px;
    position: relative;
    float: left;
    width: 75%;
}

.saleUserItem .userData .desc {
    color: #666;
    float: left;
}

.saleUserItem .userData i {
    background: url(../images/pointicon.png);
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 2px;
}

.saleUserItem .userData .name a {
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.saleUserItem .userData .name .rank {}

.saleUserItem .guessBox {
    width: 100%;
    float: left;
    background: #f9f9f9;
}

.saleUserItem .guessBox .handicap {
    padding: 0 10px;
    float: left;
    line-height: 30px;
}

.saleUserItem .guessBox .btn {
    float: right;
    border-radius: 2px;
    background: #209dde;
    margin: 3px;
    text-align: center;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
}
.saleUserItem .guessBox .blue_btn {width: 70px;background: none;color: #007fe4;text-align: center;display: block;cursor: pointer;padding: 0 0 0 5px;margin: 2px 0;line-height: 26px;height: 26px;position: relative;border-left: 1px solid #e5e5e5;}

.saleUserItem .guessBox .result {
    float: right;
    padding: 0 10px;
    line-height: 30px;
}

#list .win.saleList .stateBox {
    position: absolute;
    top: 50%;right: 15px;transform: translateY(-50%);
    width: 12% !important;
    font-size: 14px;
    font-weight: bold;
    height:auto;
    background: #fff0ce;
    color: #9a5f4b;
    text-align: center;
    padding: 2px 0 0;
    border: 1px solid #e8dbc4;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
}
#list .win.saleList .member {margin:0 auto;color:#999;line-height:16px;margin-top:4px;text-align:center;}
#list .win.saleList .stateBox:hover{box-shadow: 0px 3px 12px rgba(255, 134, 22, 0.27);border: 1px solid #ffdcbb;}
#list .win.saleList .stateBox::after {
    content: "";
    position: absolute;
    left: -40px;
    top: -16px;
    width: 30px;
    height: 80px;
    background: linear-gradient(90deg,transparent,#fff);
    opacity: 0.6;
    transform: rotate(30deg);
    animation: move 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
@keyframes move {
    0% { left: -40px;opacity: 0.4;}
    25% { left: 100%;opacity: 0.6;}
    100% { left: 100%;opacity: 0;}
}

#list .win.saleList .genright {float: right;/* width:14%;margin-right:8px;margin-top:10px;*/}
#list .win.saleList .genright .stateBox {/*width: 90%;*/width: auto !important;background: #fff8e4;border: none;color: #fb8c00;font-size: 13px;font-weight: normal;padding: 0 6px;border-radius: 20px;top: 27px;right: 22px;cursor: auto;}
#list .win.saleList .genright .stateBox:hover {box-shadow: none;border: none;}
#list .win.saleList .genright .stateBox::after {content: none;}
#list .win.saleList .genright .stateBox i {width: 16px;height: 16px;margin: 0 3px 0 0;vertical-align: -3px;}
#list .win.saleList .genright .stateBox .paycou {background: none;line-height: normal;padding-left: 6px;margin-left: 2px;display: inline-block;position: relative;}
#list .win.saleList .genright .stateBox .paycou::before {content:"";position:absolute;background:#bbb;width:1px;height:10px;left:0;top:4px;}

.recom .praise {width: 30%;position: relative;}
.praise .rate {position: absolute;right: 0;animation: leafing ease 1s;animation-fill-mode: forwards;}
@keyframes leafing {
    from { top: 30%;opacity: 0;}
    to { top: 0%;opacity: 1;}
}

.stateBox i {
    background: url(../images/QBpay2.png)no-repeat center;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 4px 0;
    background-size: 100%;
}

.stateBox .paycou {
    position: static;
    background: #fff;
    color: #957d76;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    padding-bottom: 1px;
    font-size: 12px;
}

#list .win.saleList .rightBox2 {
    position: relative;
    /* top: 25px; */
    top: -28px;
    float:right;
    width: 80px;
}
.rightBox2 .talk {
    background: url(../images/talk.png) no-repeat;
    width: 68px;
    padding-left: 20px;
    font-size: 12px;
    color: #666;
}


/* 高手推荐结束 */

/* tabsBoxStar */
.usersBox {
    overflow: hidden;
}

.usersBox .more {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.usersBox .more:hover {
    color: #ff5106;
    background: #FFF8E8;
    transition: all 0.2s linear;
}

.usersBox .userBox {
    padding: 10px;
    border-bottom: solid 1px #f5f5f5;
    position: relative;
}
.usersBox .userBox:hover {background: #FFF8E8;transition: all 0.2s linear;}

.usersBox .userBox .name {
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    font-weight: bold;
    position: relative;
    height: 25px;
}

.usersBox .userBox .name a {
    float: left;
    color: #333;
}

.usersBox .userBox .info {
    text-align: left;
    color: #666;
    line-height: 20px;
    width: 100%;
}

.usersBox .userBox .u_data {
    position: relative;
}

.usersBox .userBox .u_data .item {
    display: inline-block;
    color: #999;
}

.usersBox .userBox .u_data .u_read {
    position: absolute;
    right: 0;
    width: 95px;
    top: 0;
    color: #999;
    text-align: right;
}
.userBox .u_data .red {font-size: 16px;}

.userBox .ranks {
    float: left;
    background: #F1F4F6;
    color: #666;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: 14px 10px 14px 0;
}
.userBox .ranks.on {background: #faad14;color: #fff;}

.usersBox .userBox .icon {
    float: left;
    text-align: center;
    margin-right: 10px;
    display: block;
    position: relative;
}

.usersBox .userBox .icon i {
    background: #FF5106;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    border-radius: 20px;
    text-align: center;
    margin-left: 5px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    width: 18px;
    right: -5px;
    top: 0px;
}

.usersBox .userBox .icon>a {
    display: block;
    width: 45px;
    height: 45px;
}

.usersBox .userBox .icon>a img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.usersBox .userBox .icon>a i {
    background: url(../images/sort.png) no-repeat left top;
    margin: 0;
    position: absolute;
    height: 24px;
    width: 22px;
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-style: normal;
    font-weight: noraml;
    color: #fff;
    line-height: normal;
    border-radius: 0;
    text-align: left;
    padding-left: 2px;
}

.usersBox .longRed {
    /* background: url(../images/longred.png) no-repeat; */
    background: #fff7f4;
    color: #ff5107;
    border: 1px solid #ffe5dc;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    border-radius: 10px;
}

.tabsBox {
    width: 300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
}

.tabsBox .tit {
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
    background: url(../images/topic_42.gif) repeat-x left top;
    background-size: auto 100%;
    color: #446170;
}

.tabsBox .tit .more {
    position: absolute;
    right: 0;
    font-family: monospace;
    text-align: center;
    font-weight: bold;
    width: 30px;
    color: #666;
}

.tabsBox .tit .more:hover {
    color: #d01f27;
}

.tabsBox .tabMenu {
    overflow: hidden;
    line-height: 30px;
    background: #f5f5f5;
    width: 60%;
    float: right;
    margin: 9px 0;
    border-radius: 4px;
}

.tabsBox .tabMenu li {
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    color: #666;
}

.tabsBox .tabMenu li.on,.tabsBox .tabMenu li.on:hover {
    color: #fff;
    background: #007fe4;
}
.tabsBox .tabMenu li:hover {color: #007fe4;}

/* tabsBoxEnd */

.saleUserItem.on {
    box-shadow: 0px 0px 3px 0px #b9b9b9;
    border: solid 1px #ff6600;
    background: #fff5e9;
    position: relative;
    top: -1px;
}

.saleUserItem.on .guessBox {
    background: #ffe3c1;
}


/* edit reset start*/
#bodyContent .ke-container {
    box-sizing: border-box;
    background: #f9f9f9;
    border-color: #e5e5e5;
    border-radius: 3px;
}

#bodyContent .ke-statusbar {
    background: transparent;
    border: none;
}

#bodyContent .ke-toolbar {
    border: none;
    padding: 3px 3px -5px 3px;
    background-color: transparent;
}

#bodyContent .ke-toolbar .ke-outline {
    background: transparent;
    border: solid 1px #f9f9f9;
    padding: 3px;
}

/* edit reset end*/

.addicon,
.reduceicon {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-left: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.addicon::before,
.addicon::after,
.reduceicon::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    top: 12px;
    left: 5px;
    background: #ff6600;
    border-radius: 5px;
}

.addicon::after {
    transform: rotate(90deg);
}

.readtips {line-height: 32px;}
.readtips .btn {
    background: #f5f5f5;color: #666;border: 1px solid #e5e5e5;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-left: 10px;
}
.readtips .btn:hover {color: #007fe4;}
.readtips .btn.affirm {background-color: #007FE4;color: #fff;border: 1px solid #007FE4;}
.ChoseLeft {
    float: left;
    width: 50%;
    margin-top: 10px;
}

.ChoseRight {
    float: right;
    width: 50%;
    margin-top: 10px;
}

.chose {
    width: 100%;
}

.chose .tjtype {
    width: 80%;
    display: inline-block;
    margin-left: 5px;
}

.chose .tjtype span {
    min-width: 30px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    padding: 3px;
    display: inline-block;
}

.chose .chbtn {
    width: 82%;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 10px;
}

.chose .chbtn li {
    width: 33.4%;
    display: inline-block;
    padding: 0;
    margin: 0 -2px;
    cursor: pointer;
}

.chose .chbtn li.off {
    background: #eee;
}

.chose .chbtn li.on {
    background: #49a8e3;
    color: #fff;
}

.createPub #page {
    background: transparent;
    width: auto;
    float: right;
}

.createPub #page a,
.createPub #page span {
    border: 1px solid #e5e5e5;padding: 6px 20px;border-radius: 4px;font-size: 14px;
}

.createPub #page a:hover {
    background: #007FE4;
    color: #fff;
}

.createPub #page a.on {
    background: #007FE4;
}

.createPub #submenu {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.createPub .winTitle {
    margin: 0 !important;
    border: none !important;
    border-bottom: solid 1px #eeeeee !important;
}

.createPub .winTitle span{font-size: 12px;font-weight: normal;margin-left:10px;}

.createPub .info { overflow: hidden;}
.createPub ul {width: 100% !important;padding: 0 !important;}
.createPub ul li {
    background: #fff;
    box-sizing: border-box;
    width: 32.3%;
    margin: 0 16px 16px 0;
    border: solid 1px #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;transition: all .3s ease;padding: 2px 8px;position: relative;
}
.createPub ul a:nth-child(3n) li,.createPub ul li:nth-child(3n){ margin-right: 0;}
.createPub ul li:hover,
.createPub ul li:hover a {
    border: solid 1px #f2f2f2;
    color: #333;box-shadow: 5px 10px 10px -5px rgb(149 166 185 / 25%);
}

.createPub #page span input {
    text-align: center;
}

.createPub .tag,.createPub .tag.on {font-size: 12px;padding: 0 3px;}

.createPub .tag {background: #FFEBEE;color: #F44336;}

.createPub .tag.on {background: #E8F5E9;color: #4CAF50;}
.createPub .btns {
    margin-bottom: -1px;
    padding: 5px 0;
    width: 100%;
    float: left;
}

.createPub .btns .button {
    float: right;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #333;
    border: solid 1px #e1e1e1;
    margin: 0 5px 0 0;
}

.createPub .add:hover {
    background: #f2f7fd;
    border: dashed 2px #7fbbeb;
}

.createPub .btns .button:hover {
    background: #007FE4;
    color: #fff;
}

.createPub .btns .button.pay {float: left; margin: 0 0 0 5px !important;}

.createPub .add {
    height: 136px;
    line-height: 120px;
    text-align: center;
    font-size: 22px;
    border: dashed 2px #7fbbeb;

}

.createPub .add img {
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.createPub#content{
    width:1080px;
}
.sub-html {color: #666;font-size: 14px;line-height: 30px;text-align: left;padding: 5px 10px;}

/*----发表页----*/
.formworkbg {
    background-color: #f9f9f9;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
}
.btn-insert-data {
    background: url(../images/font-modular.svg) 8px center no-repeat;
    background-size: 14px 14px;
    padding: 0 18px 0 26px;
    border: var(--border-2) 1px solid;
    border-radius: 15px;
    height: 24px;
    line-height: 24px;
    width: 56px;
    background-color: #fff;
    margin: 6px 10px;
    position: relative;
}
.btn-insert-data:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    border: 5px solid;
    margin-top: -5px;
    border-color: transparent transparent transparent #000;
}
    
.btn-insert-data:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 0;
    height: 0;
    border: 5px solid;
    margin-top: -5px;
    border-color: transparent transparent transparent #fff;
}
.match-data-box {
    position: relative;
    margin: 10px; 
}
    .match-data-box .scoreBox {
        width: 70%;
    }
.match-data-box .close {
    position: absolute;
    z-index: 100000;
    right: 10px;
    top:10px;
}
.scoreBox .title {
    text-align: center;
}
.match-data-box input.formwork {
    padding: 10px 0; 
    width: 100%;
    background-color: #f9f9f9;
    border: solid 1px #f9f9f9;
}

/* 发表悬浮按钮 */
.pageContent .addBtn {
    width: 46px;
    height: 46px;
    display: block;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(49, 145, 255, 0.9) 0%, rgba(2, 120, 255, 0.8) 40%, rgba(0, 120, 233, 0.95) 100%, #fff 100%);
    position: fixed;
    bottom: 275px;
    right: calc(50% - 594px);
    z-index: 10000;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(50, 150, 251, 0.6);
}
.pageContent .addBtn .icon {display:inline-block;width:46px;height:46px;background:url(../images/fb_edit.svg) no-repeat;background-size:20px 20px;background-position:center center;}
