body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
/*body{font:12px"宋体","Arial Narrow",HELVETICA;background:#f5f5f5;-webkit-text-size-adjust:100%;}*/
body{font: 12px/1.5 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;background:#f5f5f5;-webkit-text-size-adjust:100%;}
a{color:#2d374b;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
/*常用颜色*/
.black{color:black;}	/*纯黑*/
.silver{color:silver;}	/*浅灰*/
.navy{color:navy;}	/*深蓝*/
.blue{color:blue;}	/*浅蓝*/
.green{color:green;}	/*深绿*/
.lime{color:lime;}	/*浅绿*/
.teal{color:teal;}	/*靛青*/
.aqua{color:aqua;}	/*天蓝*/
.maroon{color:maroon;}	/*深红*/
.red{color:red;}	/*大红*/
.purple{color:purple;}	/*深紫*/
.fuchsia{color:fuchsia;}	/*品红*/
.olive{color:olive;}	/*褐黄*/
.yellow{color:yellow;}	/*明黄*/
.gray{color:gray;}	/*深灰*/
.white{color:white;}	/*壳白*/

/*背景颜色*/
.bg_green{background-color:#009688;}
.bg_olive{background-color:olive;}

/*css功能能*/
.text-transform{text-transform:capitalize}  /*首字母大写*/
.hide{display:none;}   /*隐藏*/


.maxBtn{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #009688;
    margin: 15px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 15px;
}

/*首页板块列表 开始*/
#form_block{
    width: 1100px;
    margin: 0 auto;
    margin-top:10px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* 允许换行 */
    justify-content:space-between;
    align-content: flex-start;
}

#form_block .item{
    background-color: #fff;
    width:280px;
    height:110px;
    padding:15px 35px;
    margin: 10px 0;
}

#form_block .icon{
    float: left;
    margin: 5px 5px 0 10px;
    height:110px;
}

#form_block .icon a {
    display: block;
    width: 54px;
    height: 54px;
    line-height: 18px;
    border-radius: 14px;
    background-color: #009688;
    margin-right:10px;
}

#form_block .icon img {
    width: 43px;
    height: 43px;
    margin: 6px;
}

#form_block .item .info .title{
    font-size: 16px;
    font-weight: 400;
    height:20px;
    line-height: 20px;
    text-decoration: none; /* 移除下划线 */
    color: inherit; /* 继承父元素的文字颜色 */
    font-family: inherit; /* 继承父元素的字体 */
}
#form_block .item .info .desc{
    margin:12px 0;
    font-size: 12px;
    color: #999999;
    /*height:36px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制文本显示为2行 */
    overflow: hidden;
}
/*首页板块列表 结束*/

/*发布帖子 tab头 开始*/
#create_type_list_tab{
    display: block;
    width: 1100px;
    margin:10px auto;
    border-bottom:1px solid #009688;
}
#create_type_list_tab a:first-child{
    margin-left:10px;
}
#create_type_list_tab a{
    float: left;
    display: block;
    width:100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #009688;
    margin: 0 3px -1px 0;
    background-color:#009688;
    color:#fff;
}
#create_type_list_tab .show{
    border-bottom-color: #fff;
    background-color:#fff;
    color:#009688;
}
/*发布帖子 tab头 结束*/
/* 发布帖子 开始 */
#form_create{
    width: 1100px;
    margin: 0 auto;
    margin-top: 5px;
    text-align: left;
    color: #000;
}
.form_create_itemgroup_title{
    width: 100%;
    height: 40px;
    line-height:40px;
}
.form_create_itemgroup_title select{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.form_create_itemgroup_title input[type='text'],.input_text{
    height: 26px;
    line-height:26px;
    width:500px;
}
.form_create_itemgroup_tab{
    margin-top:15px;
}
.form_create_itemgroup_tab #tab_header{
    display: block;
}
.form_create_itemgroup_tab #tab_header a{
    list-style-type:none;
    float: left;
    display: block;
    min-width:100px;
    height:30px;
    line-height:30px;
    text-align: center;
    margin-right:2px;
    color:#009688;
    border: 1px solid #009688;
    border-bottom:none;
}
.form_create_itemgroup_tab #tab_header a:hover,.form_create_itemgroup_tab #tab_header .active{
    background-color:#009688;
    color:#fff;
}
.form_create_itemgroup_tab #tab_con{
    width:100%;
    min-height: 50px;
    background-color: #009688;
}
.form_create_itemgroup_tab #tab_con>div{
    display: none;
}
.form_create_itemgroup_tab #tab_con .active{
    display:block;
}
.form_create_itemgroup_tab #tags{
    width:100%;
    min-height: 50px;
    padding:10px 0;
}
.form_create_itemgroup_tab #read_per,.form_create_itemgroup_tab #timed_posted{
    width:100%;
    min-height: 40px;
    line-height:40px;
    padding:10px 0;
}
.form_create_itemgroup_tab #addition input{
    margin: 10px 0px 10px 10px;
}
.form_create_itemgroup_tab #addition label{
    margin-right: 10px;
}
.form_create_itemgroup_upload{
    margin-top:10px;
}
.form_create_itemgroup_upload table{
    border-right:1px solid #009688;
    border-bottom:1px solid #009688;
    width: 100%;
}
.form_create_itemgroup_upload table td{
    border-left:1px solid #009688;
    border-top:1px solid #009688;
}
.form_create_itemgroup_upload table tr>td:first-child{
    width:100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.form_create_itemgroup_tab>#tab_con td{
    color: #fff;
}

#form_create_submitBtn{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #009688;
    margin: 15px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 15px;
}
/* 发布帖子 结束 */
/* 加载窗口 开始 */
.ajax_view{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.ajax_view>textarea{
    width:100%;
}
.ajax_view .rootBtn{
    display: block;
    width:100%;
    height:30px;
    line-height:30px;
    color: #fff;
    background-color:#009688;
    text-align: center;
    margin-top: 5px;
}
/* 加载窗口 结束 */
/*设置分类/移动 开始*/
#class_win select,#move_win select{
    width:100%;
    height: 30px;
    margin:5px 0;
}
#class_win p,#move_win p{
    margin:10px 0;
}
/*设置分类/移动 结束*/

/*删除内容 开始*/
#delete_win>p:first-child{
    width: 100%;
    height:30px;
    line-height: 30px;
}
#delete_win>p:first-child span{
    display:inline-block;
    width:20%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}
#delete_win>p:first-child select{
    width:80%;
    height: 30px;
    line-height: 30px;
}
#delete_win>textarea{
    width: 100%;
    margin: 10px 0;
}
/*删除内容 结束*/
/*内容举报 开始*/
#report_win>p{
    height:24px;
    line-height: 24px;
}
/*内容举报 结束*/
/* 发帖类型扩展  开始*/
/*悬赏 开始*/
#form_create_Type_reward{
    margin:8px 0;
}
#form_create_Type_reward table{
    border:1px solid #009688;
    width: 100%;
}
#form_create_Type_reward table tr>td:first-child {
    text-align: center;
}
#form_create_Type_reward table tr>td:nth-of-type(2){
    height: 40px;
    line-height: 40px;
    text-align:left;
}
#form_create_Type_reward td{
    border-left: 1px solid #009688;
    border-top: 1px solid #009688;
}
/*悬赏 介绍*/
/*投票 开始*/
#form_create_Type_poll{
    width: 100%;
    background:#009688;
    padding:10px 0 ;
    margin: 5px 0;
    color:#fff;
}

#form_create_Type_poll>.left:first-child{
    padding-right: 20px;
    border-right: 1px dashed #fff;
}
#form_create_Type_poll .poll_Item{
    width: 100%;
    height:36px;
    line-height:36px;
    text-indent:20px;
}
#form_create_Type_poll .poll_Item>a{
    color: #fff;
}
#form_create_Type_poll .poll_Item>input{
    height:25px;
}
#form_create_Type_poll .poll_Item>input[type=number]{
    width: 50px;
    text-align: center;
}
#form_create_Type_poll .poll_Item>input[type=text]{
    width: 320px;
}
#form_create_Type_poll .optionParam{
    height: 30px;
    line-height: 30px;
    text-indent:15px;
}
#form_create_Type_poll .optionParam input[type=number]{
    width:60px;
}
/*投票 结束*/
/*辩论 开始*/
#form_create_Type_debate{
    width: 100%;
    background:#009688;
    padding:10px 0 ;
    margin: 5px 0;
    text-indent:15px;
    color:#fff;
}
#form_create_Type_debate .left:first-child{
    padding-right: 20px;
    border-right: 1px dashed #fff;
}

#form_create_Type_debate .left:first-child>p>label{
    position: relative;
    top: -41px;
}

#form_create_Type_debate .optionParam{
    width: 100%;
    height:36px;
    line-height:36px;

}
#form_create_Type_debate .optionParam td,#form_create_Type_debate #end_time{
    text-indent:20px;
    margin-left: 20px;
}

#form_create_Type_debate input[name=referee_uid]{
    border: 1px solid #000;
    border-radius: 5px;
    width: 230px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-indent: 10px;
}
/*辩论结束*/
/*发帖类型扩展 结束*/
/* 回帖 开始 */
#childCommentEditView{
    width:98%;
    margin:3px auto;
    padding:5px;
    background-color: #999;
    color:#fff;
}
#childCommentContentView{
    margin:0 auto;
    padding:8px;
}
#childCommentContentView a,.rootBtn{
    display: block;
    /*width:100px;*/
    height:30px;
    line-height:30px;
    color: #fff;
    background-color:#009688;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}
/* 回帖结束 */
/*内容页 分页 开始*/
/*左边发布按钮 开始*/
#topBtn,#bottomBtn{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
    margin:0px auto;
}
#top_button>a{
    display:inline-block;
    padding:7px 15px;
    background:#fff;
    border:1px solid #009688;
    vertical-align:middle;
    margin:4px 0;
    font-size:16px;
    font-weight:550;
    font-family:'微软雅黑';
    color:#000;
}
#top_button>a:hover{
    background-color: #f2c335;
    border-color: #f2c335;
    color:#fff;
    float: left;
}
/*左边发布按钮 结束*/
/*右边分页 开始*/
.postPagination{
    /*margin:0px auto;*/
    /*padding:10px 0;*/
    overflow:hidden;
    position:relative;
    text-align:right;
}

.postPagination>a,.postPagination>span{
    display:inline-block;
    padding:5px 12px;
    background:#fff;
    border:1px solid #009688;
    vertical-align:middle;
    margin: 7px 5px;
    font-size:14px;
    font-weight:550;
    font-family:'微软雅黑';
    color:#000
}
.postPagination .active,.postPagination>a:hover{
    background-color:#009688;
    color:#fff
}
/*右边分页 开始*/
/*内容页 分页 结束*/
/*跳转页面 开始*/
.redirectView {
    width:450px;
    border:1px solid #f0f0f0;
    background:#FFFFCC;
    margin:100px auto;
    padding:20px;
    font-size:14px;
    line-height:180%;
    color:#444;
}
.redirectView h2 {
    margin-bottom:10px;
    text-align: center;
}
.redirectView #time {
    color:#FF0000;
}
.redirectView a.a1:link,a.a1:visited {
    color:#009688;
    text-decoration:none;
}
.redirectView a.a1:hover {
    color:#FF0000;
    text-decoration:underline;
}
/*跳转页面 结束*/
/* 内容页投票 开始 */
#post_poll_set{
    /*border:1px solid #009688;*/
}
#post_poll_set>.header{
    width: 100%;
    height:25px;
    line-height:25px;
    text-align: center;
    font-size:14px;
}
#post_poll_set>.header a{
    color: #009688;
    margin:0 15px;
}
#post_poll_set .option{
    width: 100%;
}
#post_poll_set .option>p{
    width:100%;
    height:35px;
    line-height:40px;
    border-bottom:1px solid #009688;
}
#post_poll_set .option>p>label{
    margin-left:14px;
}
#post_poll_set>.footer{
    width:100%;
    height:38px;
    line-height:38px;
}
#post_poll_set>.footer>.button{
    display:inline-block;
    width:105px;
    height:30px;
    line-height:30px;
    border-radius:10px;
    background-color:#009688;
    text-align:center;
    text-align: center;
    color:#fff;
    margin-left:30px;
}
#post_poll_set>.footer>span{
    line-height:38px;
    margin-left:220px;
}
.notBorder{
    border:none;
}
#post_poll_set .skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#eee;
    height:25px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
#post_poll_set .skillbar-title {
    position:absolute;
    top:0;
    left:0;
    width:110px;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    background:#6adcfa;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
#post_poll_set .skillbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.1);
    padding:0 20px;
    height:25px;
    line-height:25px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
#post_poll_set .skillbar-bar {
    height:25px;
    width:0px;
    background:#6adcfa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#post_poll_set .skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:25px;
    line-height:25px;
    color:#ffffff;
    color:rgba(0, 0, 0, 0.4);
}
#poll_win>.header select{
    width:100%;
    height:30px;
}
#poll_win>.list{
    margin-top:5px;
}
#poll_win>.list a{
    height:25px;
    line-height:25px;
    margin:0 3px;
    font-size:15px;
}
/* 内容页投票 结束 */
/* 辩论附加样式  开始*/
#post_debate_view .skillbar {
    position:relative;
    display:block;
    float:right;
    margin-bottom:15px;
    width:40%;
    background:#eee;
    height:35px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-border-top-right-radius:17.5px;
    -webkit-border-bottom-right-radius:17.5px;
    -moz-border-radius-topright:17.5px;
    -moz-border-radius-bottomright:17.5px;
    border-top-right-radius:17.5px;
    border-bottom-right-radius:17.5px;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
#post_debate_view .skillbar-title {
    position:relative;
    top:0;
    left:0;
    width:20%;
    font-weight:bold;
    font-size:15px;
    margin-bottom:15px;
    float:left;
    color:#ffffff;
    background:#6adcfa;
}
#post_debate_view .skillbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.25);
    text-align:center;
    height:35px;
    line-height:35px;
}

#post_debate_view .skillbar-bar {
    height:35px;
    width:0px;
    background:#6adcfa;
    -webkit-border-top-right-radius:17.5px;
    -webkit-border-bottom-right-radius:17.5px;
    -moz-border-radius-topright:17.5px;
    -moz-border-radius-bottomright:17.5px;
    border-top-right-radius:17.5px;
    border-bottom-right-radius:17.5px;
}

#post_debate_view .skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:16px;
    font-weight:bold;
    height:35px;
    line-height:35px;
    color:#ffffff;
    color:rgba(60, 60, 60, 0.8);
}
#post_debate_view .skillbar1 {
    position:relative;
    display:block;
    float:left;
    margin-bottom:15px;
    width:40%;
    background:#eee;
    height:35px;
    -webkit-border-top-left-radius:17.5px;
    -webkit-border-bottom-left-radius:17.5px;
    -moz-border-radius-topleft:17.5px;
    -moz-border-radius-bottomleft:17.5px;
    border-top-left-radius:17.5px;
    border-bottom-left-radius:17.5px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
#post_debate_view .skillbar1-bar1 {
    float: right;
    height:35px;
    width:0px;
    background:#6adcfa;
    border-top-left-radius:17.5px;
    border-bottom-left-radius:17.5px;
    -webkit-border-top-left-radius:17.5px;
    -webkit-border-bottom-left-radius:17.5px;
    -moz-border-radius-topleft:17.5px;
    -moz-border-radius-bottomleft:17.5px;
    border-top-left-radius:17.5px;
    border-bottom-left-radius:17.5px;
}
#post_debate_view .skill-bar-percent1 {
    position:absolute;
    left:10px;
    top:0;
    font-size:16px;
    font-weight:bold;
    height:35px;
    line-height:35px;
    color:#ffffff;
    color:rgba(60, 60, 60, 0.8);
}
#post_debate_view .skill{
    width:100%;
}
#post_debate_view #debate_btn{
    width: 100%;
    margin:10px 0;
}
#post_debate_view #debate_btn>.leftBtn{
    width:50%;
    float: left;
    text-align: center;
}
#post_debate_view #debate_btn>.rightBtn{
    width:50%;
    float: right;
    text-align: center;
}
#post_debate_view #debate_btn a{
    display: inline-block;
    width: 150px;
    height:35px;
    line-height:35px;
    background:#009688;
    color:#fff;
    border-radius:10px;
}
#post_debate_view #table{
    width: 100%;
    border: 1px dashed #009688;
}
#post_debate_view #table .item{
    width: 100%;
    border-bottom:1px solid #009688;
    height:35px;
    line-height:35px;
    /*text-align: left;*/
}
#post_debate_view #table .item>span{
    display: inline-block;
    width:10%;
    text-align: center;
}
#post_debate_view #table .item>p{
    display: inline-block;
    max-width:90%;
    text-align: left;
}
#post_debate_view #table .debale_Info>div{
    width:25%;
    height:35px;
    line-height:35px;
    text-align: center;
    float: left;
}
#post_debate_view #table .debale_Info>div>a{
    color:#009688;
}

/*立场状态*/
.debate_comment_affirm{
    background: url("/templates/zhuansky/images/debate_0.png") no-repeat right top;;
    background-size:80px 80px;
}

/*辩论窗口 状态选择 开始*/
#CommentDebateMethod{
    padding: 10px 10px 0 10px;
}
#CommentDebateMethod>label{
    margin-right:15px;
}
/*辩论窗口 状态选择 结束*/
/* 辩论附加样式 结束 */

/*回帖显示 开始*/
.comment_hidden{
    border: 1px dashed #009688;
    padding: 12px 20px;
    margin: 1em 0;
    background: #CCFFCC;
}

.comment_show {
    overflow: hidden;
    border: 1px dashed #009688;
    margin: 8px 0;
    padding: 10px;
    zoom: 1;
}
.comment_show h4{
    margin-bottom: 10px;
    color: #009688;
    font-size: 12px;
    text-align: center;
}
/*回帖显示 结束*/
/*登入显示 开始*/
.login_hidden{
    border: 1px dashed #009688;
    padding: 12px 20px;
    margin: 1em 0;
    background: #CCFFCC;
}
.login_show {
    overflow: hidden;
    border: 1px dashed #009688;
    margin: 8px 0;
    padding: 10px;
    zoom: 1;
}
.login_show h4{
    margin-bottom: 10px;
    color: #009688;
    font-size: 12px;
    text-align: center;
}
/*登入显示 结束*/
/*弹出层 开始*/
.popup{
    box-sizing: border-box;
    min-width: 400px;
    margin-left:3%;
    background-color:#fff;
    border:1px dashed #009688;
    border-radius:10px;
    position: absolute;
    top:20%;
    z-index: 999;
    display: none;
}
.popup .header{
    width: 100%;
    height:40px;
    line-height:40px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background-color:#dddddd;
    border-bottom:2px solid #009688;
}
.popup .header>.title{
    display: inline-block;
    font-size:15px;
    font-weight: 900;
    color:#fff;
    text-indent:10px;
    float: left;
}
.popup .header>.close{
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 20px;
    float: right;
    border: 1px solid;
    border-radius: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.popup .content{
    padding:10px 5px;
}
.popup .w-e-toolbar .w-e-menu{
    height:30px;
}
/*弹出层 结束*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
a{color:#2d374b;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
/*常用颜色*/
.black{color:black;}	/*纯黑*/
.silver{color:silver;}	/*浅灰*/
.navy{color:navy;}	/*深蓝*/
.blue{color:blue;}	/*浅蓝*/
.green{color:green;}	/*深绿*/
.lime{color:lime;}	/*浅绿*/
.teal{color:teal;}	/*靛青*/
.aqua{color:aqua;}	/*天蓝*/
.maroon{color:maroon;}	/*深红*/
.red{color:red;}	/*大红*/
.purple{color:purple;}	/*深紫*/
.fuchsia{color:fuchsia;}	/*品红*/
.olive{color:olive;}	/*褐黄*/
.yellow{color:yellow;}	/*明黄*/
.gray{color:gray;}	/*深灰*/
.white{color:white;}	/*壳白*/
.assist_color{
    color:#b7d185;
}
.main_color{
color: #009688;
}

.clear{clear: both;}
.left{float:left;}
.right{float:right;}
.yellow,#yellow{background-color:#f2c335;}

/*清除浮动*/
#form_container:after,#form_container>.left li:after,#form_container>.right .forum>a div:after,footer>.container>.ListLink:after,.forumList_reward>.item>.container>.summary_tag:after,.forumList_reward>.item>div:after,.forumList_reward>.item>.container>.title:after,.forumList>.item:after,#form_container>.right>nav:after{
    content: '';
    display: none;
    clear: both;
    height:0;
    visibility:hidden;
}

/*手势*/
a,header #user .info,#form_container>.right .header li,footer>.container .Call>a,footer>.container .Call>a>img,footer>.container .Call>a>span,#form_list_info>.nav_btn>a,#form_list_info>.nav_btn ul a,#PostMetBtn>a{
    cursor: pointer;
}
/*无内容区域显示*/
.empty{
    display: block;
    height:200px;
    line-height: 200px;
    text-align: center;
    font-size:17px;
}

/*内容区域*/
#all_container{
    width:1100px;
    margin:0 auto;
    margin-top:5px;
    background:#fff;
}
#all_container .empty{
    text-align: center;
    height:50px;
    line-height:50px;
    font-size:14px;
}

/* 头部 开始 */
header{
background-color:#009688;
width: 100%;
height: 130px;
}
header>.container{
    width:1100px;
    height:85px;
    line-height: 85px;
    margin: 0 auto;
    position:relative;
}
/*搜索 开始*/
header #search{
    position: absolute;
    right:155px;
    top:24px;
    height: 37px;
    width: 277px;
    border: 1px solid #ccc;
    border-radius:25px;
    background-color:#fff;
    overflow: hidden;
}
header #search input[type='text']{
    display:block;
    width: 80%;
    height:31px;
    line-height:31px;
    margin: 3px 5px 3px 10px;
    border: none;
    outline:none;
    float: left;
}
header #search input[type='text']::after{
    content: '';
    display: none;
    clear: both;
    height:0;
    visibility:hidden;
}
header #search button{
    width:34px;
    height:37px;
    float: right;
    margin-right:4px;
    background-color:#ffffff;
    border: none;
    cursor:pointer;
}
header #search button img{
    width:20px;
    height:20px;
}
/*搜索 结束*/
/*用户 开始*/
header #user{
    position: absolute;
    right:10px;
    top:0px;
    display:block;
    width:125px;
    height:85px;
    line-height: 85px;
}
header #user .info{
    width: 100%;
    background-color:#213446 ;
}
/*显示菜单*/
header #user:hover ul{
    transform: scaleY(1);
}
/*箭头旋转*/
header #user:hover .info .username img{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}

header #user .info>div{
    float:left;
}
header #user .info>div::after{
    content: '';
    display: none;
    clear: both;
    height:0;
    visibility:hidden;
}
header #user .info>.username img{
    width:10px;
    height:10px;
}
header #user .avatar{
    width:36px;
    height:36px;
    border-radius:50%;
    margin-top:25px;
    background-color: #fff;
}
header #user .avatar>img{
    display: block;
    height:36px;
    width:36px;
    border-radius:50%;
}
header #user .username{
    width:85px;
}
header #user .username>a{
    margin-left:6px;
    font-size:15px;
    color:#fff;
    text-transform:capitalize;
}
header #user .list{
    position: absolute;
    padding-bottom: 10px;
    width: 100%;
    left: 0;
    top: 65px;
    /*display: none;*/
    /*z-index: 100;*/
    background: #213446;
    z-index: 3;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: all 0.6s;
}
header #user .list>li{
    height: 35px;
    line-height: 35px;
    text-align: center;
}
header #user .list a{
    color: #fff;
}

header>nav{
    background-color:#fff;
    width:100%;
    height:45px;
    line-height: 85px;
    margin: 0 auto;
}
header>nav>ul{
    display:block;
    width:1100px;
    margin:0 auto;
}
header>nav li{
    float: left;
    width: 100px;
    height:45px;
    line-height: 45px;
    text-align: center;
    font-size:16px;
}
header>nav li.active{
    height:44px;
border-bottom:2px solid #009688;
}
header>nav li:hover{
    height:44px;
border-bottom:2px solid #009688;
}
header>nav li::after{
    content: '';
    display: none;
    clear: both;
    height:0;
    visibility:hidden;
}
/* 头部 结束 */
/*网站统计 开始*/
#dailyInfo{
    background-color: #fff;
    width:1100px;
    height: 38px;
    line-height:38px;
    margin:10px auto;
    font-size:14px;
}
#dailyInfo>img{
    height:17px;
    width: 17px;
    margin:0 13px;
}
#dailyInfo>a{
    margin-right:16px;
color: #009688;
}
/*网站统计 结束*/

/*网站页面(主页/列表 带左边 框架) 开始*/
#form_container{
    width:1100px;
    margin:0 auto;
}
#form_container>.left{
    width:180px;
    min-height:500px;
    background-color: #ffffff;
    float: left;
}
#form_container>.right{
    width:911px;
    min-height:500px;
    background-color: #ffffff;
    float:right;
}
#form_container>.left li{
    width: 100%;
    height:37px;
    line-height: 37px;
    border-bottom:1px solid rgb(239, 239, 239);
}
#form_container>.left .icon,
#form_container>.left>a{
    float: left;
    margin:5px 5px 0 10px;
}

#form_container>.left .icon a{
    display: block;
    width:28px;
    height:28px;
    line-height:18px;
    border-radius:14px;
background-color: #009688;
}
#form_container>.left .icon img{
    width:16px;
    height:16px;
    margin:6px;
}
#form_container>.left li>a{
    font-size: 13px;
    font-family:'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
    color:#000;
}
#form_container>.right .header{
    width: 100%;
    height:40px;
    line-height:40px;
    border-bottom:1px solid rgb(239, 239, 239);
}
#form_container>.right .header li{
    float:left;
    margin:0 9px;
    font-size:15px;
    color: #000;
}
#form_container>.right .header li:first-child{
    margin-left:20px;
}
#form_container>.right .header li.active{
color: #009688;
}
/*网站页面(主页/列表 带左边 框架) 结束*/


/*列表页信息和发布按钮 开始*/
#form_list_info{
    position: relative;
    width: 911px;
    height:58px;
    margin-bottom:10px;
    background-color: #fff;
    box-sizing: border-box;
    float: right;
}
#form_list_info>.ico{
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius:5px;
    margin:6px 8px;
    float: left;
}
#form_list_info>.ico>img{
    width:31px;
    height: 31px;
    margin-top:8px;
}
#form_list_info>.info{
    width: 675px;
    height:58px;
    float: left;
}
#form_list_info>.info>div {
    width: 75%;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    margin-top: 3px;
}
#form_list_info>.info>div>* {
    align-self: center;
}
#form_list_info>.info .name>h3{
    font-size: 17px;
    line-height: 26px;
}
#form_list_info>.info>p{
    margin-top:5px;
    font-size: 12px;
    color: #999999;
}
#form_list_info>.info .total{
    float: left;
    line-height: 17px;
    margin: 9px 0 0px 25px;
}
#form_list_info>.info .total span{
    color: #888888 !important;
}
#form_list_info>.nav_btn>a{
    display: block;
    width: 139px;
    height:45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
background-color:#009688;
margin: 6px 6px 0 0;
float: right;
}
#form_list_info>.nav_btn ul{
    position: absolute;
    right: 6px;
    top: 51px;
    z-index: 9;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: all 0.6s;
}
#form_list_info>.nav_btn:hover ul{
    transform: scaleY(1);
}
#form_list_info>.nav_btn ul a{
    display: block;
    width: 139px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
background-color:#009688;
z-index: 5;
border-top:1px solid #fff;
}
#form_list_info>.nav_btn ul a:hover{
    background-color: #fff;
color: #009688;
border-top:1px solid #009688;
}
/*列表页信息和发布按钮 开始*/
/*列表页分类 开始*/
#form_container>.right>nav>a{
    display: block;
    width: 97px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ebebeb;
    margin:10px 0 0 10px;
    float: left;
    font-size: 15px;
    color: #000;
    text-align: center;
}
#form_container>.right>nav>.active,#form_container>.right>nav>a:hover{
background-color:#009688;
color: #fff;
}
/*列表页分类 开始*/
/*列表页排序 开始*/
#form_container>.right>#sort{
    width: 902px;
    height: 35px;
    line-height: 35px;
    background-color: #ccc;
    margin:0 auto;
    margin-top:10px;
}
#form_container>.right>#sort a{
    margin: 0 10px;
    font-size: 13px;
    color: #000;
}
#form_container>.right>#sort .moderator{
    float: right;
}
#form_container>.right>#sort .moderator>a{
    margin: 0px 4px;
    font-size: 13px;
    color: #333;
}

/*列表页排序 开始*/
/*分页 开始*/
.pagination{margin:20px auto;padding:26px 0;overflow:hidden;position:relative;text-align:center;z-index: 1}
.pagination a,.pagination span{display:inline-block;padding:5px 10px;background:#fff;border:1px solid #009688;vertical-align:middle;margin:0 3px;font-size:16px;font-weight:550;font-family:'微软雅黑';color:#000}
.pagination .active,.pagination a:hover{background-color:#009688;color:#fff}
/*分页 结束*/





/*友情链接 开始*/
#NewLink{
    width:1100px;
    margin:0 auto;
    margin-top:8px;
    background:#fff
}
#NewLink>.header{width:100%;height:40px;border-bottom:3px solid #009688}
#NewLink .title{width:168px;height:40px;line-height:40px;font-size:20px;text-align:center;background:#009688;color:#fff;margin:0 auto}
#NewLink .linkList{width:100%;min-height:80px;font-size:14px;padding:5px 0}
#NewLink .linkList>a{margin:5px 10px}
/*友情链接 结束*/
/*底部开始*/
footer {
    width: 100%;
    height: 270px;
    margin-top:8px;
    background: #fff;
}
footer>.container{
    width: 1100px;
    height:190px;
border-bottom:3px solid #009688;
margin:0 auto;
padding:0px;
}
footer>.container>div{
    float: left;
}
footer>.container>#Erweima{
    width: 386px;
    display: -webkit-flex;
    margin-top:26px;
}
footer>.container>#Erweima>div{
    float: left;
    width: 117px;
    height: 119px;
    margin: 0 10px
}
footer>.container>#Erweima img{
    width: 100%;
    height: 110px;
    /*margin:0 auto;*/
}
footer>.container>#Erweima span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

footer>.container>.ListLink{
    margin-top:26px;
}
footer>.container>.ListLink>dl{
    float:left;
    margin:0 45px;
}
footer>.container>.ListLink dt{
    font-size:16px;
    text-align: center;
    color: #000;
}
footer>.container>.ListLink dd{
    font-size:14px;
    text-align: center;
    height:35px;
    line-height: 35px;
    color:#ccc;
    font-family: "楷体";
}
footer>.container>.ListLink dd a{
    font-size:13px;
    font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
}
footer>.container .Call{
    width: 235px;
    height: 156px;
    float: right;
border-left:3px solid #009688;
margin:17px 0;
}
footer>.container .Call>h4{
    font-size: 16px;
    font-family: "STKaiti";
    color:#000000;
    margin:12px 0 0 5px;
}
footer>.container .Call>span{
    display: block;
    font-size: 16px;
    font-family: "STKaiti";
    margin-left:12px;
    color: rgb(204, 204, 204);
    line-height:30px;
}
footer>.container .Call>a{
    display: block;
    width: 157px;
    height: 38px;
    line-height:38px;
background-color: #009688;
text-align: center;
}
footer>.container .Call>a>img{
    height:30px;
    position: relative;
    top:-3px;
}
footer>.container .Call>a>span{
    font-size:18px;
    color:#fff;
}
footer>.f_bottom>p{
    text-align: center;
    line-height:35px;
    color: #666;
    font-size: 16px;
}
/*底部结束*/


/*首页板块 结束*/
#form_container>.right .forum>a{
    display: block;
    width:100%;
    height:65px;
    /*line-height:65px;*/
    border-bottom:1px solid rgb(239, 239, 239);
}
#form_container>.right .forum>a div{
    float: left;
}
#form_container>.right .forum>a .icon{
    width:50px;
    height:50px;
    line-height:50px;
background-color: #009688;
border-radius:50%;
margin: 7px 10px;
}
#form_container>.right .forum .icon>img{
    width:32px;
    height:32px;
    margin:0 9px;
}
#form_container>.right .forum .info{
    height:65px;
    /*line-height:50px;*/
    width:450px;
}
#form_container>.right .forum .info>h3{
    height: 30px;
    max-width: 100%;
    display: table-cell;
    vertical-align: bottom;
}
#form_container>.right .forum .info>p{
    color:#ccc;
    font-family: cursive;
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:2;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
}
#form_container>.right .forum .count{
    height:65px;
    line-height:65px;
    margin-left: 20px;
}
/*首页板块 结束*/

/*主题列表 开始*/
.forumList>.item{
    box-sizing: border-box;
    width: 100%;
    height:43px;
    line-height:43px;
    border-bottom:1px solid rgb(227, 227, 227);
    border-left:2px solid #fff;
    padding:0 5px;
    position: relative;
}
.forumList>.item:hover{
border-left:3px solid #009688;
box-shadow:0px 0px 7px 0px #BACDF2;
}
.forumList>.item>input[type=checkbox]{
    display: inline-block;
    height:43px;
    line-height:43px;
    float: left;
}
.forumList>.item>a{
    display: inline-block;
    text-indent:10px;
    color:#000;
    float: left;
    font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
    font-size: 14px;
}
.forumList>.item>.summary_tag{
    height: 43px;
    line-height: 43px;
    padding-top: 10px;
    box-sizing: border-box;
    float: left;
}
.forumList>.item>.summary_tag>span{
    display: inline-block;
    min-width:35px;
    height:14px;
    line-height: 14px;
    /*border:1px solid red;*/
    background-color:red;
    color:#fff;
    text-align: center;
    padding:3px;
    border-radius:3px;
    margin: 0 3px;
    float: left;
}
.forumList>.item>.info{
    font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
    min-width:160px;
    height: 43px;
    line-height:43px;
    text-align: center;
    position:absolute;
    right: 160px;
    top: 4px;
}
.forumList>.item>.info>a,.forumList>.item>.info>span{
    display: block;
    width:100%;
    height:18px;
    color:#000;
    font:12px/1.5 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
}
.forumList>.item>.info>span{
    font-size: 11px;
    font-family: Arial,Psimsun,sans-serif;
    color:#999;
    -webkit-text-size-adjust: none;
}
.forumList>.item>.count{
    width:60px;
    font-size: 16px;
    font-family: Arial,Psimsun,sans-serif;
    color:#000;
    position:absolute;
    right:60px;
    top: 4px;
}
.forumList>.item>.count span{
    display: block;
    width:100%;
    height:18px;
    line-height:18px;
    text-align: center;
    color:#999;
    font-size: 11px;
    font-family: Arial,Psimsun,sans-serif;
    -webkit-text-size-adjust: none;
}
/*主题列表 结束*/

/*悬赏列表 开始*/
.forumList_reward>.item{
    display: block;
    width: 100%;
    height:70px;
    border-bottom:1px solid rgb(227, 227, 227);
}
.forumList_reward>.item>div{
    float: left;
}
.forumList_reward>.item:hover{
border-bottom:1px solid #009688;
background-color: #F5FAFE;
}

.forumList_reward>.item>.message,.forumList_reward>.item>.browse{
    display: block;
    box-sizing:border-box;
    width: 50px;
    height: 50px;
    background-color:#f3f3f3;
    border-radius: 5px;
    float: left;
    margin:10px 0 10px 10px;
    padding-top:5px;
}
.forumList_reward>.item>.message>span,.forumList_reward>.item>.browse>span{
    display: block;
    text-align: center;
    height: 20px;
    line-height:20px;
    font-family: "楷体";
    font-size:14px;
}
.forumList_reward>.item>.container{
    height:50px;
    margin: 10px 0 10px 10px;
}
.forumList_reward>.item>.container>.title{
    display: block;
    width:100%;
    height:23px;
}
.forumList_reward>.item>.container h2{
    display: inline-block;
    height:23px;
    line-height:23px;
    float: left;
}
.forumList_reward>.item>.container .summary_tag{
    float: left;
    margin-left:5px;
}
.forumList_reward>.item>.container .summary_tag>span{
    display: inline-block;
    /*box-sizing: border-box;*/
    min-width:35px;
    height:14px;
    border:1px solid red;
    color:red;
    text-align: center;
    padding:3px;
    border-radius:3px;
    margin: 0 3px;
    float: left;
}
.forumList_reward>.item>.container .info{
    width: 100%;
    height:21px;
    line-height:21px;
    margin-top:5px;
}
.forumList_reward>.item>.container .reward{
    display:inline-block;
    min-width:40px;
    height:21px;
    line-height:21px;
    background-color:#fff8e5;
    border-radius:3px;
    color: #f19049;
    text-align: center;
    padding: 0 5px;
}
.forumList_reward>.item>.container .reward>img{
    width: 15px;
    height:15px;
    line-height:15px;
    text-align: center;
    position: relative;
    bottom: 1px;
    left: -4px;
}
.forumList_reward>.item>.container .author,.forumList_reward>.item>.container .time{
    font-size: 13px;
    color:#999999;
    font-family: "STKaiti";
    margin-right:16px;
}
/*悬赏列表 结束*/

/*面包屑导航 开始*/
#navigation{
    width:1100px;
    height:28px;
    line-height:28px;
    margin:0 auto;
    margin-top: 5px;
    text-align:left;
    color: #000;
}
#navigation>img{
    margin-top: -5px;
    width: 20px;
    height: 20px;
}
#navigation,#navigation>a,#navigation>span{
    font-size:13px;
    color: #000;
}
/*面包屑导航 结束*/
/*帖子操作按钮 开始*/
#PostMetBtn{
    width: 1100px;
    margin: 0px auto;
}
#PostMetBtn>a{
    display:inline-block;
    height: 26px;
    line-height:26px;
    padding:0 15px;
background-color:#009688;
color: #fff;
}
/*帖子操作按钮 结束*/
/* 内容页 开始 */
/* 内容区域 开始 */
.form_content_section .work{
    width:195px;
    border:1px dashed #ccc;
    border-radius: 5px;
    position: relative;
    margin:20px 0 0 7px;
}
.form_content_section .work>span{
    display:block;
    width:100px;
    height:22px;
    line-height:22px;
    font-size:13px;
background-color:#009688;
border-radius:8px;
text-align: center;
color:#fff;
position: absolute;
top:-13px;
left:54px;
}
.form_content_section{
    width: 1100px;
    min-height:450px;
    margin:5px auto;
    position: relative;
}
.form_content_section>article,.form_content_section>.article{
    width:870px;
    min-height:470px;
    padding:10px 5px 5px 5px;
    background-color: #fff;
    float: right;
    position: relative;
}
.form_content_section>article #header{
    border-bottom:1px dashed #ebebeb;
}
.form_content_section>article #header>#title{
    width: 100%;
    margin-top: 6px;
}
.form_content_section>article #header>#title>a{
    font-size:21px;
    color: #000;
    margin-left: 10px;
}
.form_content_section>article #header>#title>h1{
    font-size:21px;
    color: #000;
    display: inline-block;
    margin-left: 5px;
}
.form_content_section>article #header>#title span{
    color: red;
}
.form_content_section>article .info{
    width: 100%;
    padding:5px 10px;
    color: #c9c6c6;
}
.form_content_section>article .info>p{
    margin-top:6px;
    color:#d2d2d2;
}
.form_content_section>article .message{
    display: inline-block;
    width:50px;
    text-indent:20px;
    background-image: url(/templates/zhuansky/images/list_message.png);
    background-repeat: no-repeat;
    background-size:16px;
}
.form_content_section>article  .view{
    display: inline-block;
    width:50px;
    text-indent:20px;
    background-image: url(/templates/zhuansky/images/list_view.png);
    background-repeat: no-repeat;
    background-size:16px;
}
.form_content_section>article section *{
    max-width:96%;
}
.form_content_section>article section{
    margin:10px 5px 5px 5px;
    font-size: 17px;
    margin-bottom: 200px;
}
.form_content_section>article section>p{
    text-indent: 15px;;
    margin:10px 0;
}

.form_content_section>.article section p{
    text-indent: 15px;;
}

.form_content_section>article #tags{
    text-indent:20px;
    background-image: url(/templates/zhuansky/images/tags.png);
    background-repeat: no-repeat;
    background-size:16px;
    font-size: 14px;
    color:#c9c6c6;
    position: absolute;
    left: 0px;
    bottom: 179px;
}
.form_content_section>article #tags,.form_content_section>article #tags>a{
    color:#000;
}
.form_content_section>article .action,.form_content_section>.article .action{
    width:100%;
    border-top:1px dashed #ccc;
    position: absolute;
    bottom:0px;
    left:0px;
    text-indent:10px;
}
.form_content_section>article .action>a,.form_content_section>.article .action>a{
    display: inline-block;
    min-width:40px;
    height:40px;
    line-height: 40px;
    text-indent:20px;
    background-repeat:no-repeat;
    background-position:left;
    margin:0 10px;
}
.form_content_section .action>.comment{
    background-image:url("/templates/zhuansky/images/action_comment.png");
    background-size:16px 16px;
}
.form_content_section .action>.delete{
    background-image:url("/templates/zhuansky/images/action_delete.png");
    background-size:20px 20px;
}
.form_content_section .action>.report{
    background-image:url("/templates/zhuansky/images/action_report.png");
    background-size:16px 16px;
}
.form_content_section .action>.edit{
    background-image:url("/templates/zhuansky/images/action_edit.png");
    background-size:16px 16px;
}
.form_content_section .action>.questions{
    background-image:url("/templates/zhuansky/images/action_questions.png");
    background-size:15px 15px;
}

.form_content_section>.article .comment>a{
    display: block;
    height:30px;
    line-height:30px;
    text-align: center;
    border:1px solid #f8f8f8;
    margin-bottom:40px;
}
.form_content_section>.article .comment li{
    display: block;
    background-color:#f8f8f8;
    min-height:80px;
    width:100%;
    margin:5px 0;
}
.form_content_section>.article .comment li .comment_btn{
    margin-right:10px;
    line-height: 25px;
    height: 25px;
}
.form_content_section>.article .comment li>.info{
    padding:5px 0;
    text-indent:10px;
    border-bottom: #000;
    border-bottom: 1px solid #ccc;
}
.form_content_section>.article .comment li>.info>p{
    font-size:15px;
}
.form_content_section>.article .comment li>.info img{
    width:25px;
    height:25px;
    margin-left:10px;
    float: left;
}
.form_content_section>.article .comment li>.info>p{
    line-height:25px;
    height:25px;
    float: left;
}
.form_content_section>.article .comment li>p{
    display: block;
    width:100%;
    border-top:1px solid #ccc;
    padding:5px 0;
}

.form_content_section>article #btn_s{
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
    margin: 0 auto;
    margin-bottom: 46px;
}
.form_content_section>article #btn_s>a{
    display: block;
    width:88px;
    height:33px;
    background-color: #fff;
    margin:20px  33px;
    text-align: center;
    padding-top:55px;
    float: left;
    background-repeat: no-repeat;
    background-size:34px;
    background-position:center 15px;
}
.form_content_section>article #btn_s>a:hover{
background-color: #009688;
color: #fff;
}
.form_content_section>article #btn_s>#collection{
    background-image: url(/templates/zhuansky/images/btn_collection.png);
}
.form_content_section>article #btn_s>#collection:hover{
    background-image: url(/templates/zhuansky/images/btn_collection_h.png);
}
.form_content_section>article #btn_s>#sharins{
    background-image: url(/templates/zhuansky/images/btn_sharins.png);
}
.form_content_section>article #btn_s>#sharins:hover{
    background-image: url(/templates/zhuansky/images/btn_sharins_h.png);
}
.form_content_section>article #btn_s>#top{
    background-image: url(/templates/zhuansky/images/btn_top.png);
}
.form_content_section>article #btn_s>#top:hover{
    background-image: url(/templates/zhuansky/images/btn_top_h.png);
}
.form_content_section>article #btn_s>#tread{
    background-image: url(/templates/zhuansky/images/btn_tread.png);
}
.form_content_section>article #btn_s>#tread:hover{
    background-image: url(/templates/zhuansky/images/btn_tread_h.png);
}
/* 内容区域 结束 */
/* 用户信息 开始 */
.form_content_section>aside,.form_content_section>.aside{
    position: absolute;
    width:212px;
    min-height:450px;
    height:100%;
    background-color: #fff;
    float: left;
}
.form_content_section>aside .avatar img,.form_content_section>.aside .avatar img{
    width: 100px;
    height: 100px;
    margin:15px 0px 8px 64px;
}
.form_content_section>aside .username,.form_content_section>.aside .username{
    font-size:16px;
    font-weight:600;
    text-align: center;
}
.form_content_section>aside .userLevel,.form_content_section>.aside .userLevel{
    padding-top:10px;
}
.form_content_section>aside .userLevel>p,.form_content_section>.aside .userLevel>p{
    font-size:15px;
    color:#000;
    text-indent:10px;
    margin:6px 0;
    font:15px"宋体","Arial Narrow",HELVETICA;
}
.form_content_section>aside .userLevel>p>img, .form_content_section>.aside .userLevel>p>img{
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
}
.form_content_section>aside .userinfo,.form_content_section>.aside .userinfo{
    font-size: 15px;
    font-weight:600;
    /*padding-left:50px ;*/
    /*margin-top:12px;*/
}
.form_content_section>aside .userinfo>a,.form_content_section>.aside .userinfo>a{
    display:inline-block;
    margin:15px 3px 5px 3px;
    width: 55px;
    height: 40px;
    text-align: center;
    border-left:1px solid #dedbdb;
    font: 12px "宋体","Arial Narrow",HELVETICA;
}
.form_content_section>aside .userinfo>a>em,.form_content_section>.aside .userinfo>a>em{
    display: block;
    text-align: center;
}
.form_content_section>aside .userinfo>a>span,.form_content_section>.aside .userinfo>a>span{
    display: block;
    text-align: center;
    font-size:14px;

}

.form_content_section>aside .btn>a,.form_content_section>.aside .btn>a{
    display: block;
    width: 195px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-radius:4px;
    margin:8px auto;
}
.form_content_section>aside .btn>.removefollow,.form_content_section>.aside .btn>.removefollow{
    background-color: #f2c335;
}
.form_content_section>aside .btn>.follow,.form_content_section>.aside .btn>.follow{
    background-color: #b7d185;
}

/* 用户信息 结束 */
/* 内容页 结束 */


/* 问题区域 开始 */
/* A */
.form_content_section section #questions_a{
    width: 832px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    border:2px dashed #ccc;
    border-radius: 35px;
    margin-bottom:10px;
}
.form_content_section section #questions_a>.q_a_info{
    display: inline-block;
    margin-left: 20px;
    font-size: 21px;
    font-family: 'STKaiti';
    font-weight: 600;
}
.form_content_section section #questions_a>.q_a_info>span:last-child{
    display:inline-block;
    text-indent:20px;
    background-image: url(/templates/zhuansky/images/reward_gold.png);
    background-repeat: no-repeat;
    background-size:16px;
    background-position:0 18px;
}
.form_content_section section #questions_a>.q_a_info>img{
    height: 43px;
}
.form_content_section section #questions_a>.btn{
    margin-right: 20px;
}
.form_content_section section #questions_a>.btn>a{
    display: inline-block;
    width: 128px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    background-color: #df0303;
    color: #fff;
    text-align: center;
}
/* B */
.form_content_section section #questions_b{
    width: 832px;
    padding:0 10px 10px 10px;
    border:2px dashed #ccc;
    border-radius: 35px;
    margin-bottom:10px;
}
.form_content_section section #questions_b>.q_b_info{
    display: inline-block;
    margin-left: 20px;
    font-size: 21px;
    font-family: 'STKaiti';
    font-weight: 600;
    color:#f30606;
}
.form_content_section section #questions_b>.q_b_info>img{
    height: 43px;
}
.form_content_section section #questions_b>.user_time{
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
    font-size: 18px;
    font-family: 'STKaiti';
    font-weight: 600;
    color:#000;
}
.form_content_section section #questions_b>.user_time a{
    font-size: 12px;
    color:#0271ed;
    margin: 0 10px;
}
.form_content_section section #questions_b p{
    display: block;
    margin-top: 10px;
}
/* 问题区域 结束 */

/* 账号注册/登入 开始 */
#reg_content{
    width: 1000px;
    /* height: 684px; */
    background-color: #fff;
    margin: 0 auto;
    margin-top:10px;
    border-radius: 8px;
}
#reg_content .header{
    height:80px;
    line-height: 80px;
    width: 100%;
    border-bottom:1px solid #ccc;
    font-family: 'STKaiti';

}
#reg_content .header>p{
    width:300px;
    text-indent: 20px;
    font-size: 26px;
    float: left;
}
#reg_content .header>a{
    float: right;
    font-size: 23px;
    margin-right:100px;
}
#reg_content>.content{
    padding: 15px 0;
}
#reg_content>.content .l{
    width: 650px;
    border-right: 1px solid #ccc;
    padding: 40px 0;
    float: left;
}
#reg_content>.content .l table{
    width: 100%;
    font-family: 'STKaiti';
    font-weight: 600;
}
#reg_content>.content .l table td{
    height: 50px;
    line-height:50px;
}
#reg_content>.content .l table td:first-child{
    width: 158px;
    text-align: right;
    font-size:14px;

    font: 12px/1.5'Microsoft Yahei',tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
    color: #555;
}
#reg_content>.content .l table td>input[type='text'],#reg_content>.content .l table td>input[type='password'],#reg_content>.content .l table td>input[type='email'],#reg_content>.content .l table td>input[type='tel'],#reg_content>.content .l table td>input[type='number']{
    width: 280px;
    height: 31px;
    border: #e8e8e8 1px solid;
    padding-left: 6px;
    background-color: #fcfcfc;
    border-radius: 3px;
    vertical-align: middle;
}

#reg_content>.content .l .mobile_code{
    width: 200px !important;
    height:31px !important;
    border: #e8e8e8 1px solid;
    border-radius: 3px;
    text-indent: 5px;
}

#reg_content>.content .l table td>label{
    font-size:16px;
    margin-right: 20px;
}
#reg_content>.content .l table input[type='submit']{
    width: 200px;
    height: 30px;
background-color: #009688;
color:#fff;
border:none;
border-radius: 3px;
margin-right:260px;
}
#reg_content>.content .r{
    float: right;
}
#reg_content>.content .r img{
    width: 222px;
    margin: 100px 60px 0 0;
}
#reg_content td>a{
    display: inline-block;
    height: 31px;
    line-height: 31px;
    width: 70px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
background-color: #009688;
color: #fff
}
/*重置密码链接*/
#reset_link{
    position:relative;
    left:60px;
    font-size:16px ;
    display: inline-block !important;
    height: 30px !important;
    line-height: 30px !important;
    width: 70px !important;
    vertical-align: middle !important;
    text-align: center !important;
    margin-left: 5px !important;
    background-color: #fff !important;
    color: #000 !important;
}
#reg_content table{border-bottom: 1px dashed #ccc;}
#reg_content #login_type{height: 100px;line-height: 100px;}
#reg_content #login_type img{width: 65px;height: 65px;margin-left: 165px;}
/* 账号注册/登入 结束 */

/* 搜索信息 开始*/
#search_info{
    box-sizing: border-box;
    padding:10px;
    width: 1100px;
    height:50px;
    line-height: 30px;
    margin:0 auto;
    margin-top:5px;
    background-color: #fff;
    font-size:18px;
}
#search_info p{
    text-indent:15px;
}
/* 搜索信息 结束*/

/* 用户页 开始 */
/* 显示参数 开始*/
#UserList_Param{
    box-sizing: border-box;
    width: 1100px;
    height: 50px;
    line-height:50px;
    padding:0px 10px;
    background-color: #fff;
    margin: 0 auto;
    margin-top:10px;
    font-family: 'STKaiti';
    font-size: 21px;
    /* position:relative; */
}
#UserList_Param>.num{
    display:inline-block;
    float: left;
    margin-left: 10px;
    text-indent:32px;
    background-image: url(/templates/zhuansky/images/user_list.png);
    background-repeat: no-repeat;
    background-size:32px;
    background-position:0 18px;
}
#UserList_Param>.sort{
    float: left;
    margin-left: 50px;
}
#UserList_Param>.sort>a{
    margin: 0 20px;
    display:inline-block;
    /* width: 70px; */
    height: 36px;
    line-height:36px;
    text-align: center;
    border-radius:3px;
}
#UserList_Param>.sort>.active{
    color: #fff;
    padding: 0 15px;
background-color: #009688;
}
#UserList_Param>.form select{
    border-radius:3px;
    border:1px dashed #ccc;
    height: 32px;
    width: 100px;
    position:relative;
    top:-3px;
}
#UserList_Param>.form .value{
    border-radius:3px;
    border:1px dashed #ccc;
    height: 32px;
    position:relative;
    top:-3px;
}
#UserList_Param>.form .submit{
    display:inline-block;
    width:80px;
    line-height: 80px;
    height: 36px;
    line-height:36px;
    text-align: center;
    border-radius:3px;
    color: #fff;
background-color:#009688;
}
/* 显示参数 结束 */
/* 数据显示 开始 */
#userList{
    width: 1100px;
    border:2px dashed #f5f5f5;
    margin: 0 auto;
    padding:5px 0;
}
#userList>.userInfo{
    width: 355px;
    height: 119px;
    background-color: #fff;
    margin:5px 5.8px;
    float: left;
}
#userList>.userInfo img{
    float: left;
    width: 103px;
    height: 103px;
    margin: 8px;
}
#userList>.userInfo .info{
    float: left;
    height: 103px;
    width: 234px;
    margin:8px 0;
}
#userList>.userInfo .info>span{
    font-size:18px;
    color: #000;
}
#userList>.userInfo .info>address{
    display: inline-block;
    font-size:12px;
    color: #757272;
    margin-left: 15px;
}
#userList>.userInfo .info>p{
    margin:10px 0;
    font-size: 11px;
}
#userList>.userInfo .info>a{
    display: block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    border: 1px dashed #ccc;
    border-radius: 3px;
    text-align: center;
    margin:0 auto;
    background-color: #f5f5f5;
}
/* 数据显示 结束 */
/* 用户页 结束 */

/* 个人主页 开始 */
#userinfo_header{
    width: 1100px;
    height: 128px;
    background: url(/templates/zhuansky/images/userinfo_head_background.jpg) no-repeat;
    margin: 10px auto;
    position:relative;
}
#userinfo_header>#avatar{
    position: absolute;
    z-index: 2;
    width: 108px;
    height:108px;
    background-color: #fff;
    margin:10px 10px 0 20px;
    float: left;
}
#userinfo_header>#avatar img{
    width: 98px;
    height: 98px;
    margin: 5px;
}
#userinfo_header>p{
    position: absolute;
    z-index: 2;
    margin:65px 10px 0 140px;
    font-family: 'STKaiti';
    font-size: 20px;
    float: left;
}
#userinfo_header nav{
    position:absolute;
    bottom:0px;
    z-index: 1;
    display: block;
    width:100%;
    height: 36px;
    line-height: 36px;
    background-color:rgba(184, 184, 184, 0.5);
    font-family: 'STKaiti';
    font-size: 20px;
}
#userinfo_header nav>.list{
    margin-left: 180px;
}
#userinfo_header nav>.list>a{
    display: inline-block;
    width: 80px;
    height: 36px;
    color: #fff;
    text-align: center;
}
#userinfo_header nav>.list>a:hover{
    background-color:rgba(164, 164, 164, 0.5);
}
/* 个人资料 开始 */
#userinfo_content{
    width: 1100px;
    /* height: 500px; */
    margin: 0 auto;
    font-family: 'STKaiti';
}
#userinfo_content .header{
    width:100%;
    height: 38px;
    line-height: 38px;
    text-indent: 20px;
    border-bottom: 1px solid #ccc;
    font-family: 'STKaiti';
    font-size: 20px;
}
#userinfo_content>.l{
    width: 816px;
}
#userinfo_content>.l>.l_1,#userinfo_content>.l>.l_2{
    width:100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#userinfo_content>.r{
    width: 273px;
    height: 238px;
    font-family: 'STKaiti';
    font-size: 22px;
    font-weight: 600;
}
#userinfo_content>.r>.r_1{
    width:100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#userinfo_content>.r>.r_1 td:nth-child(odd){
    width: 30%;
}
#userinfo_content table{
    width: 100%;
    margin:15px 0;
}
#userinfo_content table td{
    height: 38px;
    font-size:15px;
}
#userinfo_content table td:nth-child(odd){
    text-align:right;
}
#userinfo_content table td:nth-child(even){
    text-align:left;
}
/* 个人资料结束 */
/* 主题 开始 */
#userinfo_thread{
    width: 1100px;
    min-height: 490px;
    border: 2px dashed #ccc;
    margin:10px auto;
    padding:5px;
}
#userinfo_thread>table{
    width: 100%;
}
#userinfo_thread>table th{
    height: 34px;
    line-height: 34px;
    background-color: #c9c6c6;
    font-family: 'STKaiti';
    font-size: 21px;
    text-align: center;
}
#userinfo_thread>table th:first-child{
    text-align: left;
    text-indent: 25px;
}
#userinfo_thread>table td{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
}
#userinfo_thread>table td:first-child{
    text-align: left;
    text-indent:15px;
}
#userinfo_thread>table #page{
    text-indent:0px;
    line-height:20px;
    border: none;
}
/* 主题 结束 */
/* 个人主页 结束 */

/*评论列表头部 开始*/
.article>.header{
    width: 100%;
    height: 20px;
    line-height:20px;
    border-bottom:1px dashed #ccc;
    margin-bottom:5px;
}
.article>.header>span:first-child{
    display: inline-block;
    text-indent:10px;
    float: left;
}
.article>.header>span:nth-child(2){
    display: inline-block;
    text-indent:10px;
    float: right;
    margin-right:10px;
}
/*评论列表头部  结束*/


/*用户设置 开始*/
/* 用户设置 开始 */
#form_set_content {
    width: 1100px;
    margin:0 auto;
    margin-top:10px;
}

#form_set_content>.nav {
    width: 212px;
    background-color: #fff;
    padding: 10px 0;
}

#form_set_content>.nav>a {
    display: block;
    width: 196px;
    height: 30px;
    line-height: 30px;
    color: #fff;
background-color: #009688;
text-align: center;
margin: 8px auto;
font-size: 15px;
}

#form_set_content>.nav>.active {
    background-color: #f2c335;
}

#form_set_content>.content {
    width: 860px;
    min-height: 500px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

#form_set_content>.content>.info {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
}

#form_set_content>.content>.info span {
    display: block;
    font-size: 18px;
    text-align: center;
}

#form_set_content>.content>.Bangding>.item {
    display: block;
    width: 840px;
    height: 55px;
    line-height: 55px;
    background-color: #e1e0e0;
    margin: 5px auto;
    padding: 0 5px;
}

#form_set_content>.content>.Bangding>.item img {
    width: 45px;
    height: 45px;
    margin: 5px 10px;
    float: left;
}

#form_set_content>.content>.Bangding>.item .a {
    font-family: 'STKaiti';
    width: 400px;
    float: left;
}

#form_set_content>.content>.Bangding>.item .a>span:first-child {
    margin-right: 50px;
}

#form_set_content>.content>.Bangding>.item .a>span {
    font-size: 18px;
}

#form_set_content>.content>.Bangding>.item a {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background-color: #b6b6b6;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
    float: left;
}

#form_set_content>.content>.Bangding>.item .active {
background-color: #009688;
}
/*用户设置 结束*/



/* 修改资料 开始*/
#form_set_content .profile_nav {
    border-bottom: 1px solid #e3e3e3;
    height: 49px;
}

#form_set_content .profile_nav li {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    display: block;
    margin-right: 20px;
}

#form_set_content .profile_nav li a {
    padding: 0 10px;
    display: block;
    float: left;
}

#form_set_content .profile_nav li.current {
    font-weight: 700;
}

#form_set_content .profile_nav li.current a,
#form_set_content .profile_nav li.current a:hover {
    color: #000;
    text-decoration: none;
    background: url('/templates/zhuansky/images/arrow.png') center bottom no-repeat;
}

#UserInfoTabContent .profile_item {
    padding: 30px 0px;
}

#UserInfoTabContent .profile_item dl {
    padding-bottom: 20px;
    font-size: 14px;
    min-height: 32px;
}

#UserInfoTabContent .profile_item dt {
    float: left;
    width: 141px;
    line-height: 26px;
    text-align: right;
    margin-right: 10px;
}

#UserInfoTabContent .profile_item dd {
    float: left;
    width: 580px;
    line-height: 26px;
}

#UserInfoTabContent .profile_item .cc {
    zoom: 1;
}
#UserInfoTabContent .profile_item .cc select{
    box-sizing: border-box;
    line-height: 18px;
    padding: 4px;
}

#UserInfoTabContent input[type="submit"] {
    width: 200px;
    margin-left: 250px;
}

#UserInfoTabContent textarea {
    width: 350px;
    margin-right: 10px !important;
}

#UserInfoTabContent input[type='text'],
#UserInfoTabContent input[type='date'],
#UserInfoTabContent input[type='number'],
#UserInfoTabContent .select {
    box-sizing: border-box;
    width: 350px;
    padding: 4px 4px;
    font-size: 100%;
    line-height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    vertical-align: middle;
    margin: 0;
    font-family: inherit;
    color: #333;
}
.submitBtn{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
background-color: #009688;
margin: 15px 250px;
border: none;
border-radius: 10px;
cursor: pointer;
padding: 0 15px;
}
/* 修改资料 结束 */
/* 修改资料 开始 */

.UserInfo table {
    float: left;
    width: 600px;
}

.UserInfo table td {
    height: 52px;
    line-height: 52px;
}

.UserInfo table td:first-child {
    width: 88px;
    text-align: right;
    font-size: 14px;
}

.UserInfo table td>input[type='password'] {
    width: 350px;
    padding: 4px 4px;
    font-size: 100%;
    line-height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 2px 2px 2px #f0f0f0 inset;
    vertical-align: middle;
    margin: 0;
    font-family: inherit;
    color: #333;
}

.UserInfo table td>textarea {
    width: 280px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
}

.UserInfo table td>label {
    font-size: 16px;
    margin-right: 20px;
}


/* 修改资料 结束 */

/*消息页表格 开始*/
#Message{
    width: 100%;
    margin-top: 10px;
}
#Message th{
    height: 34px;
    line-height: 34px;
    background-color: #c9c6c6;
    font-family: 'STKaiti';
    font-size: 21px;
    text-align: center;
}
#Message td{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 13px;
}
#Message td:first-child{
    text-align: left;
}
/*消息页表格 结束*/

/*消息订阅 开始*/
.SendMessage #UserSend{
    width: 100%;
}
.SendMessage #UserSend th{
    height: 34px;
    line-height: 34px;
    background-color: #c9c6c6;
    font-family: 'STKaiti';
    font-size: 21px;
    text-align: center;
}
.SendMessage #UserSend th:first-child{
    width:25%;
}
.SendMessage #UserSend td{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 13px;
}
.SendMessage #UserSend tr>td:first-child{
    text-align: left;
    text-indent:10px;
}
.SendMessage #UserSend tr:first-child{
    text-align: left;
}

.SendMessage #UserSend tr:last-child td{
    border-bottom: none;
}

.SendMessage #UserSend td>input[type='submit']{
    border: none;
    display: block;
    width: 150px;
    height: 35px;
    border-radius: 4px;
    margin: 20px auto;
background-color:#009688;
color: #fff;
cursor:pointer;
}
.SendMessage .type{
    height: 40px;
    line-height: 40px;
    font-size:18px;
}
.SendMessage .type label{
    margin: 0 15px;
}
.SendMessage .type input{
    margin: 0 8px;
}
/*消息订阅 结束*/

