@charset "UTF-8";
/* reset css */
body {
    background: #EEEEEE;
}

body, input, button, select, textarea {
    font: 12px/1.5 'Microsoft Yahei', 'Simsun';
    color: #303030;
}

body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, img {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

em, cite, i {
    font-style: normal;
}

a img {
    border: none;
}
/*input,button {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-appearance:none;
    appearance:none;
    outline: none;
}*/
.left {
    float: left;
}

.right {
    float: right;
}

.oh {
    overflow: hidden;
}
/* 导航栏样式 */
.nav-cur {
    background-color: rgba(0,0,0,.56);
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 777;
    width: 100%;
    height: 43px;
    background-color: #676767;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    font-weight: lighter;
}
.nav .nav-con {
    width: 1200px;
    margin: 0 auto;
    height: 43px;
}

.nav-con .logo {
    width: 138px;
    height: 24px;
    margin-top: 9.5px;
}
.nav-con .logo img {width: 97%;}

.nav-con-main ul li {
    float: left;
    position: relative;
    width: 105px;
    height: 43px;
    line-height: 43px;
    text-align: center;
}

.nav-con-main ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

/*.nav-con-main ul li a:hover {
    background-color: rgba(0, 0, 0, 0.56);
}*/

.nav-con-main ul li dl {
    display: none;
    position: absolute;
    top: 43px;
    left: 0px;
    z-index: 10;
    width: 105px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.56);
}
.nav-con-main dl dd {
    height: 30px;
    line-height: 30px;
}
.nav-con-main dl dd:hover {
    background-color: rgba(0,0,0,.56);
}
.nav-con-main ul li:hover dl {
    display: block;
}
.nav-con .signs {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 6px 0 0 15px;
    text-align: center;
    cursor: pointer;
}
.nav-con .signs span {
    display: inline-block;
    background: url("../image/common/sign.png") no-repeat center center;
    background-size: 18px 17px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}
.nav-con .signs span:after {
    content: '签到';
    top: 6px;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform-origin: center center;
    -moz-transform-origin: center center;
    color: #fff;

}
.nav-con .signs span:hover {
    transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
}

.nav-con .user-status {
    height: 35.6px;
    padding: 7.4px 0px 0px;
    position: relative;
}
.user-status a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    height: 27px;
}
.user-status a img {
    border-radius: 50%;
    width: 27px;
}
.user-status ul {
    display: none;
    position: absolute;
    top: 43px;
    left: -13px;
    z-index: 10;
}
.user-status ul li {
    font-size: 12px;
    background-color: rgba(0,0,0,.56);
    text-align: center;
    padding: 0 4px;
    width: 50px;
    height: 30px;
    line-height: 30px;
}
.user-status ul li:hover {
    background-color: #000;
}
.nav-con .user-status:hover ul {
    display: block;
}

.nav-con .nav-search {
    display: none;
    margin: 9.5px 98px 0 25px;
    /*height: 60px;*/
    overflow: hidden;

}
.nav-search span {
    float: left;
    display: inline-block;
    height: 29px;
    width: 1px;
    background-color: #979797;
    margin-right: 25px;
}
.nav-search form {
    float: left;
    overflow: hidden;
    margin-top: -2px;

    position: relative;
    width: 614px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-appearance:none;
    appearance:none;
    outline: none;
}
.nav-search-btn {
    width: 19px;
    height: 19px;
    background: url("../image/common/search-icon-white.png") no-repeat center center;
    background-size: 100%;
    cursor: pointer;

    position: absolute;
    top: 4px;
    right: 0px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-appearance:none;
    appearance:none;
    outline: none;
}
.nav-search-con {
    width: 584px;
    height: 24px;
    line-height: 24px;
    text-indent: 4px;
    color: #636363;
    border: 1px solid #979797;
    background-color: #fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-appearance:none;
    appearance:none;
    outline: none;
}
.nav-search  i{
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: 34px;
    background: url("../image/common/delete.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.nav-search-click {
    width: 19px;
    height:19px;
    margin: 12px 98px 0 0;
    cursor: pointer;
    background: url("../image/common/search-icon-white.png") no-repeat center center;
    background-size: 100%;
}
.red_dot
{
	float:right;
	display:inline-block;
	width:5px;
	height:5px;
	border-radius:5px;
	background:red;
}
/* 底部样式 */
.footer {
    width: 100%;
    height: 115px;
    margin-top: 16px;
    background-color: #676767;

    position: absolute;
}

.footer .ft {
    width: 1200px;
    margin: 0 auto;
}

.footer .ft ul li {
    position: relative;
    float: left;
    margin-left: 78px;
}

.ft ul li a {
    color: #fff;
    text-decoration: none;
}

#ft .qrCode div {
    display: none;
    position: absolute;
    top: -310px;
    left: -125px;
    width: 280px;
    height: 280px;
    background-color: #00A9F9;
}
#ft .qrCode div img {
    width: 100%;
    display: block;
}
#ft .qrCode:hover div {
    display: block;
}

/* 搜索为空所用的弹窗样式 */
.tips-pop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8888;
    width: 100%;
    overflow: hidden;
}
.tips-pop-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.63);
}
.tips-pop-content {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    width: 342px;
    margin: 140px auto 0;
    text-align: center;
}
.tips-pop-content .tips-pop-icon {
    margin: 30px 0 10px;
}
.tips-pop-content .tips-pop-btn button {
    background-color: #44A8F2;
    color: #fff;
    width: 105px;
    padding: 5px 0;
    margin: 16px 0 22px;
    cursor: pointer;
}

/* 底部更原来样式冲突*/
.footer #ft {
    text-align: center;
}
.footer #ft a {
    color: #cfcfcf;
    display: inline;
    text-decoration: none;
}
.footer #ft ul {
    padding: 30px 0 20px;
    font-size: 12px;
    overflow: inherit;
}
.footer #ft ul li {
    float: left;
    margin: 0 23px;
    width: 100px;
    text-align: center;
    position: relative;
}
.footer #ft ul li a {
    display: block;
    color: #fff;
}
#ft p {
    color: #cfcfcf;
    clear: both;
}
.bottombg {
    /*padding-top: 51px;*/
    height: auto;
    min-height: 530px;
}
.guding {
    width: 100%;
    height: 51px;
}
#fastpostsml_menu ul li a:hover, #reply_replysml_menu ul li a:hover, #e_sml_menu ul li a:hover {
    text-decoration: none;
    color: #44A8F2;
}
#fastpostsml_menu ul .current, #reply_replysml_menu ul .current, #e_sml_menu ul .current {
    font-weight: bold;
}
#fastpostsml_menu ul li, #reply_replysml_menu ul li, #e_sml_menu ul li {
    float: left;
    margin-right: 10px;
}

img.argot {
    width: 120px;
}