﻿/* CSS Document */
ul, li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.cyboxHead {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 60px;
}

.cyboxHead .head-img-w {
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 11;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.user-wrap-w {
    position: absolute;
    top: 50px;
    left: 55px;
    z-index: 10;
    padding-right: 10px;
    text-indent: 11px;
    background-color: #FFF;
}

.cyboxPost {
    position: relative;
}

.cyboxPost .post-wrap-main {
    height: 96px;
    border: 1px solid #4398ed;
    background-image: url(../img/logo_foot_1.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.cyboxPost .post-wrap-border-t-l {
    position: absolute;
    top: 0;
    left: 9px;
    overflow: hidden;
    width: 46px;
    height: 8px;
    background: url(../img/border-t.png);
}

.cyboxPost .wrap-area-w {
    padding: 13px 10px 0;
}

.cyboxPost .wrap-area-w .textarea-fw {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 70px;
    border: 0;
    background: 0 0;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    resize: none;
    margin: 0;
    padding: 0;
    outline: 0;
}

.cyboxAction .action-issue-w {
    float: right;
    margin-top: 10px;
    height: 30px;
}

.cyboxAction .action-issue-w .btn-fw {
    vertical-align: middle;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 102px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    background-image: url(../img/post-btn.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    border: 0;
    cursor: pointer;
}

.action-issue-l {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.issue-yzm-l {
    float: left;
}

.issue-yzm-w {
    float: left;
    height: 30px;
    line-height: 30px;
}

.issue-yzm-w img {
    height: 30px;
    vertical-align: middle;
}

.issue-yzm-w input {
    height: 28px;
    border: 1px solid #4398ed;
    vertical-align: middle;
}

.cmt-list-type {
    position: relative;
    border-bottom: 1px solid #313131;
}

.cmt-list-type .type-lists {
    line-height: 30px;
    height: 30px;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.cmt-list-type .type-list {
    float: left;
    width: 66px;
    height: 29px;
    text-align: center;
    color: #4398ed;
    font-size: 16px;
    border-bottom: 1px solid #4398ed;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px 10px 0 0;
    font-family: "Microsoft Yahei";
}

.cmt-list-number {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cmt-list-number .number {
    font-size: 20px;
    margin: 0 5px;
    font-family: Impact;
}

.list-newest-w {
    padding: 18px 0 0;
}

.cmt-item {
    padding: 13px 0 11px;
    border-bottom: 1px dashed #e5e5e5;
}

.block-cont-gw {
    float: left;
}

.title-name-gw-tag {
    border-left: 5px solid #000;
    text-indent: 13px;
}

.block-cont-gw img {
    border-radius: 50%;
    overflow: hidden;
}

.cont-msg-gw {
    position: relative;
    padding: 0 0 0 62px;
}

.wrap-user-gw span {
    font-size: 12px;
}

.wrap-user-gw span.user-time-gw {
    float: right;
    padding: 5px 0 0;
    font-family: Arial;
    color: silver;
}

.wrap-issue-gw {
    padding: 12px 0 0;
}

.btns-bar {
    text-align: right;
}

.btns-bar span {
    margin-left: 9px;
}

.btns-bar span i {
    display: inline-block;
    width: 16px;
    height: 15px;
    overflow: hidden;
    vertical-align: -4px;
}

.btns-bar span em {
    padding: 0 0 0 4px;
    font-style: normal;
    font-family: Arial;
}

.btns-bar span.click-ding-gw i {
    background-image: url(../img/ding-active.png);
    background-repeat: no-repeat;
    background-position: center;
}

.btns-bar span.click-cai-gw i {
    background-image: url(../img/cai-active.png);
    background-repeat: no-repeat;
    background-position: center;
}