a {
    text-decoration: none
}


body {
    background: #f2f2f2;
}

i {
    font-style: normal;
}

.zeditor-content {
    width: 960px;
    margin: 30px auto 0;
}

.zeditor-left {
    float: left;
    width: 750px;
}

.zeditor-hint {
    margin-bottom: 19px;
}

.zeditor-hint.active {
    position: fixed;
    top: 27px;
    z-index: 1112;
}

.zeditor-hint a {
    cursor: pointer;
}

.fitment-content .titled {
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
}

.fitment-content .titled.once {
    color: #ababab;
}

.zeditor-hint a,
.Zeditor-hint i {
    font-size: 16px;
    color: #404040;
    display: inline-block;
}

.content-title {
    width: 750px;
    margin-bottom: 10px;
    position: relative;
    background: white;
}

#edui2_toolbarbox.active {
    position: fixed;
    z-index: 1111;
    top: 129px;
    width: 750px;
    border-bottom: 10px solid white;
    box-shadow: none;
}

.content-title.active {
    position: fixed;
    top: 0px;
    z-index: 1111;
    border-bottom: 10px solid #f2f2f2;
    border-top: 71px solid #f2f2f2;
    width: 752px;
}

.content-title input {
    width: 690px;
    height: 48px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    border: none;
    font-size: 20px;
    color: #222;
    outline: none;
}

.content-title div {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 12px;
    color: #ababab;
}

.content-title span {
    color: #fd664a;
}

.zeditor-right {
    width: 190px;
    float: right;
    padding-top: 41px;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-span {
    position: relative;
    margin-bottom: 15px;
}

.content-span-one {}

.content-span-show {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
    padding-left: 13px;
    line-height: 28px;
    background: white;
}

.check {
    cursor: pointer;

}

.check:before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background: url("../images/check.png") no-repeat;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.check.active:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.content-span-detail {
    max-height: 140px;
    overflow-y: auto;
    padding-right: 5px;
}

.content-span-detail div {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    line-height: 24px;
    font-size: 14px;
    color: #222;
    margin-top: 10px;
    background: white;
    margin-right: 10px;
}

.content-span-detail span {
    width: 12px;
    height: 12px;
    background: url("../images/close1.png") no-repeat center center;
    background-size: 12px 12px;
    padding: 5px;
    position: absolute;
    top: -8px;
    right: -5px;
    cursor: pointer;
}

.content-span-check {
    display: none;
    position: relative;
}

.content-span-check .input {
    width: 190px;
    height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-span-check input {
    width: 171px;
    border: none;
    outline: none;
    height: 28px;
    text-indent: .5em;
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin: 0 auto;
}

.content-check-ct {
    height: 170px;
    padding: 10px;
    width: 190px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    overflow-y: auto;
    position: absolute;
    top: 29px;
    left: 0;
}

.check-input.active {
    border: 1px solid #fd664a;
}

.content-span-check {
    background: white;
}

.content-span-check .close {
    height: 14px;
    position: absolute;
    top: 4px;
    right: 10px;
    cursor: pointer;
    color: #ababab;
}

.content-span-check .close.active {
    color: #2b91d6;
}

.content-check-ct div {
    padding: 0 10px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
}

.redborder:after {
    content: "";
    display: block;
    width: 4px;
    height: 22px;
    background: #fd664a;
    position: absolute;
    top: 5px;
    left: 0px;

}

.content-activity {
    position: relative;
    margin-top: 5px;
}

.content-activity-show {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #222;
    padding-left: 10px;
    line-height: 28px;
    background: white;
    margin-top: 5px;
}

.content-activity-show .showtips {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 20px;
    height: 20px;
    background: url(../images/close1.png) no-repeat center center;
    margin-top: -13px;
    padding: 5px;
    display: none;
}

.content-activity-show:hover .content-activity-title:after {
    display: block;
}

.content-activity-show:hover .showtips {
    display: block;
}

.content-activity-show.zonecheck .content-activity-title:after {
    display: block !important;
}

.content-activity-show.zonecheck .showtips {
    display: none !important;
}

.content-activity-title {
    position: relative;
}

.content-activity-title span {
    color: #fd664a;
}

.span-title {
    position: relative;
    color: #fd664a;
    font-size: 12px;
    padding-left: 20px;
}

.span-title:after {
    content: "";
    width: 14px;
    height: 14px;
    top: 7px;
    left: 1px;
    background: url("../images/btn1.png") no-repeat;
    position: absolute;
}

.redborder {
    position: relative;
    font-size: 20px;
    color: #222;
    padding-left: 10px;
    margin-bottom: 8px;
    font-family: bold;
}

.content-activity-title.active {
    color: #ababab;
}

.content-activity-title.active span {
    color: #ababab;
}

.content-activity-title:after {
    content: "";
    display: block;
    width: 170px;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.content-activity-show i.close {
    display: block;
}

.content-activity-show i {
    width: 14px;
    height: 14px;
    background: url(../images/close.png) no-repeat center center;
    padding: 5px;
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
    display: none;
}

.content-activity-detail {
    width: 190px;
    height: 263px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 0;
    background: white;
    overflow-y: auto;
    border-top: none;
    display: none;
}

.content-activity-detail li {
    font-size: 12px;
    color: #222;
    padding: 5px 5px 5px 24px;
    margin-bottom: 10px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.content-activity-detail li:after {
    content: "#";
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
}

.content-activity-detail li:hover,
.content-activity-detail li.active {
    background: rgba(52, 153, 221, .44);
    color: white;
}

.content-activity-detail li:last-child {
    margin-bottom: 0;
}

.content-activity-detail li span {
    margin-right: 10px;
}

.content-activity-detail li i {
    width: 34px;
    height: 16px;
    text-align: center;
    background: #ff5c49;
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
    line-height: 16px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.content-submit {
    width: 190px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    background: #3499dd;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 15px;
    cursor: pointer;
}

.content-submit.loading {
    background: #ebebeb;
    cursor: not-allowed;

}

.content-draft-show {
    position: relative;
    padding-left: 14px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.content-draft-show:after {
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    background: #fd664a;
    position: absolute;
    top: 7px;
    left: 0px;

}

.content-save-show {
    width: 90px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    background: white;
    cursor: pointer;
}

.content-save a {
    color: #ababab;
    display: block;
}

.content-check-left {
    float: left;
    width: 452px;
}

.content-save span {
    text-align: right;
    display: block;
    margin-top: 10px;
    color: #ababab;
    min-height: 18px;
    display: inline-block;
    margin-left: 20px;
}

.content-draft {
    margin-top: 20px;
    position: relative;
    font-size: 20px;
    color: #222;
}

.content-draft-detail {
    padding-top: 20px;
}

.content-draft-detail li {
    margin-bottom: 24px;
    cursor: pointer;
}

.content-draft-detail .titled:hover .titled {
    color: #fd664a;
}

.content-draft-detail li .titled {
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.content-draft-detail li .ct {
    color: #ababab;
    font-size: 10px;
}

.wrap-editor {
    width: 750px;
    min-height: 724px;
    position: relative;
    z-index: 0;
}

.editor-tips {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #ababab;
    margin-bottom: 55px;
    border-top: 1px solid #e5e5e5;

}

.editor-tips a {
    color: #2d91d7;
}

#deyi_editor {
    width: 750px;
    min-height: 640px;
}

#hcx_forum_header .hcx_drop_down {
    z-index: 2222;
}

.zeditor-right-ct {
    float: right;
    width: 190px;
}

.content-draft-detail li .ct i {
    display: block;
    float: left;
}

.content-draft-detail li .ct span {
    display: block;
    float: right;
    cursor: pointer;
}

.content-draft-detail li .titled.active {
    color: #fd664a;
}

.content-check {
    margin-bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-check-left:after {
    content: "";
    display: block;
    clear: both;
}

.zeitor-reply-check a {
    float: right;
    color: #ababab;
    margin-right: 20px;
    line-height: 22px;
}

.content-check-left>div {
    width: 144px;
    height: 24px;
    float: right;
    background: white;
    position: relative;
    margin-right: 6px;
    font-size: 12px;
    color: #222;
    line-height: 24px;
}

.check-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.check-title.once {
    color: #ababab
}

#edui122_body>.edui-box {
    margin: 0px -3px 0 11px;
}

.check-info-list {
    width: 144px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background: white;
    top: 24px;
    left: 0;
    border: 1px solid #e5e5e5;
    max-height: 170px;
    overflow-y: auto;
    display: none;
    z-index: 1003;
}

li {
    list-style-type: none
}

.check-info-list li {
    padding: 2px 10px;
    margin-top: 5px;
    cursor: pointer;
}

.check-info-list li:hover,
.check-info-list li.active {
    background: rgba(52, 153, 221, .44);
    color: white;
}

.content-check-right {
    padding-top: 3px;
    text-align: right;
}

.content-check-right>div {
    padding-left: 23px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.content-check-right>div:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/checks.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -6px;
}

.content-check-right>div.active:after {
    background: url("../images/checked.png") no-repeat;
}

.content-check-right>div:last-child {
    margin-right: 0;
}

.content-check-form {
    display: none;
    width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-form-fitment>div {
    float: left;
    width: 280px;
    margin-bottom: 10px;

}

.content-check-form .length {
    margin-right: 0;
    width: 696px;
    background: white;
}

.content-form-fitment>div label {
    width: 70px;
    font-size: 12px;
    color: #222;
    float: left;
    line-height: 24px;
}

.fitment-content {
    width: 200px;
    position: relative;
    float: right;
    line-height: 24px;
    background: #f9fafa;
    color: #222;
}

.fitment-content.once {
    color: #ababab;
}

.content-check-form .other {
    margin-right: 130px;
}

.content-check-form .other:nth-of-type(2n+1) {
    margin-right: 0;
}

.fitment-content-list {
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background: white;
    top: 24px;
    left: 0;
    border: 1px solid #e5e5e5;
    max-height: 170px;
    overflow-y: auto;
    display: none;
    z-index: 1003;
}

.fitment-content-list li {
    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;
}

.fitment-content-list li:hover,
.fitment-content-list li.active {
    background: rgba(52, 153, 221, .44);
    color: white;
}

.length input {
    width: 617px;
    outline: none;
    font-size: 12px;
    border: none;
    background: #f9fafa;
    height: 24px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.length div {
    display: inline-block;
}

.must {
    position: relative;
}

.must:after {
    content: "*";
    display: block;
    color: #e31111;
    position: absolute;
    top: 4px;
    left: -10px;
}

.pass,
.nopass {
    position: relative;
}

.pass:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/pass.png") no-repeat;
    position: absolute;
    top: 5px;
    right: -27px;
}

.nopass:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/nopass.png") no-repeat;
    position: absolute;
    top: 5px;
    right: -27px;
}

.formtips {
    width: 440px;
    min-height: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -130px;
    background: white;
    z-index: 1116;
    display: none;
}

.formtips-title {
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #404040;
}

.formtips-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 7px;
    right: 6px;
    padding: 10px;
    cursor: pointer;
}

.formtips-content {
    margin: 50px 30px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #312d2b;
}

.formtips-submit {
    width: 148px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: #3499dd;
    color: white;
    font-size: 16px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -74px;
    cursor: pointer;
}

.formtips-masker {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 1115;
    display: none;
}

.content-draft-detail {
    max-height: 360px;
    overflow-y: scroll;
}

#video {
    position: fixed;
    width: 540px;
    height: 371px;
    border: 1px solid #ddd;
    top: 50%;
    left: 50%;
    margin-left: -254px;
    margin-top: -185px;
    padding: 18px;
    box-sizing: border-box;
    background: white;
    display: none;
    z-index: 1100;
}

.video-list {
    height: 300px;
    overflow: auto;
}

.video-list .view {
    position: relative;
    width: 113px;
    float: left;
    margin-right: 8px;
    margin-bottom: 20px
}

.video-list .view p {
    font-size: 12px;
    color: #222;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#pickfiles1 {
    background: url("../images/icon-add.png") no-repeat;
    background-size: cover;
    width: 113px;
    height: 113px !important;
    cursor: pointer;
}

.video-close {
    width: 17px;
    height: 17px;
    background: url("editor/public/images/close.png") no-repeat center center;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 10px;
    cursor: pointer;
    z-index: 111;
}

#masklayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1007;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 0;
    left: 0;
    display: none;
}

.progress-ct {
    height: 20px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -150px;
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
    display: none;
}

.progress {
    background: #159fec;
    height: 100%;
}

.fulfill {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 48px;
    display: none;
    background: url("editor/public/images/fulfill.png") no-repeat;
}

.edui-for-insertimage .edui-dialog-foot {
    display: none;
}

.video-footer-start {
    position: absolute;
    width: 68px;
    height: 24px;
    text-align: center;
    border-radius: 2px;
    background: #3498dc;
    font-size: 12px;
    line-height: 24px;
    color: white;
    cursor: pointer;
    right: 20px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 12px;
    -webkit-border-radius: 40%
}

::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    -webkit-border-radius: 12px
}

::-moz-scrollbar {
    width: 5px;
    height: 12px;
    -moz-border-radius: 40%
}

::-moz-scrollbar-thumb {
    background: #c3c3c3;
    -moz-border-radius: 12px
}

::-ms-scrollbar {
    width: 5px;
    height: 12px;
    -ms-border-radius: 40%
}

::-ms-scrollbar-thumb {
    background: #c3c3c3;
    -ms-border-radius: 12px
}

.swal-footer {
    text-align: center
}

.viewd {
    width: 113px;
    height: 113px
}

.progress-tips {
    display: inline-block;
    width: 424px;
}

.video-footer-return {
    /*position: absolute;*/
    width: 68px;
    height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    background: white;
    /* color: #222; */
    font-size: 12px;
    line-height: 22px;
    color: #222;
    cursor: pointer;
    /*right: 109px;*/
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.content-check-list {
    height: 170px;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    position: absolute;
    top: 34px;
    left: 0;
    background: white;
}

.content-check-list h4 {
    margin: 5px;
}

.footer-check {
    text-align: right;
}

.footer-check a {
    color: #999;
    margin-top: 5px;
    display: inline-block;
    line-height: 35px;
    margin-right: 10px;
}

.content-check-ct li,
.content-check-list li {
    font-size: 12px;
    color: #222;
    padding: 5px 8px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    ;
    margin-right: 5px;
    display: inline-block;
}

.content-check-ct li:nth-of-type(2n),
.content-check-list li:nth-of-type(2n) {
    margin-right: 0;
}

.content-check-ct li:hover,
.content-check-list li:hover {
    background: rgba(52, 153, 221, .44);
    color: white;
}

.content-check-ct li:last-child,
.content-check-ct li:last-child {
    margin-bottom: 0;
}

.draft-form {
    width: 270px;
    /*height:166px;*/
    background: white;
    position: fixed;
    z-index: 1200;
    top: 50%;
    left: 50%;
    margin-top: -83px;
    margin-left: -135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 21px;
    border: 1px solid #ddd;
    display: none;
}

.draft-form-title {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    margin-bottom: 15px;
}

.draft-form-ct .formtips-tipsd {
    width: 140px;
    height: 28px;
    text-align: center;
    border-radius: 2px;
    background: #f7f6fd;
    margin: 0 auto 10px;
    color: #222;
    line-height: 28px;
    cursor: pointer;
    display: block;
}

.draft-form-ct .return {
    color: white;
    margin: 0 auto;
    background: #3498dc;
}

.draft-form-other div {
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #f7f6fd;
    color: #222;
    border-radius: 2px;
    margin: 0 14px;
    cursor: pointer;
}

.draft-form-other .sure {
    background: #3498dc;
    color: white;
}

.zeitor-reply {
    width: 750px;
    margin: 0 auto;
}

.zeitor-reply-reply {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
}

.zeitor-reply-reply p {
    font-size: 12px;
    color: #222;
    line-height: 14px;
    position: relative;
    display: inline-block;
}

.zeitor-reply-reply p:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/reply-icon.png");
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -6px;
}

.zeitor-reply-reply span {
    display: inline-block;
    margin: 0 4px;
    color: #0a7bc7;
}

.zeitor-reply-quote {
    width: 750px;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 30px;
    margin-bottom: 10px;
    position: relative;
}

.zeitor-reply-quote .btn {
    position: absolute;
    background: #3499dd;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    color: white;
    display: none;
    cursor: pointer;
}

.hidden-quote-message {
    position: absolute;
    width: 600px;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    background: white;
}

.hidden-quote-message textarea {
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding: 10px;
}

.zeitor-reply-quote .btn.active {
    display: block;
}

.zeitor-reply-quote:hover .btn {
    display: block;
}

.zeitor-reply-quote .name {
    font-size: 12px;
    color: #ababab;
    position: relative;
}

.zeitor-reply-quote .content {
    font-size: 12px;
    color: #222;
    position: relative;
}

.zeitor-reply-quote .name:after {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: url("../images/qoute-left.png");
    position: absolute;
    top: 3px;
    left: -19px;
}

.zeitor-reply-quote .content:before {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: url("../images/qoute-right.png");
    position: absolute;
    bottom: 3px;
    right: -19px;
}

.zeitor-reply-check {
    margin-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: none;
}

.content-check .content-check-left>div {
    float: left
}

.zeitor-reply-submit {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white !important;
    background: #3499dd !important;
    margin-right: 0 !important;
    float: right !important;
    cursor: pointer;
}

.zeitor-reply-submit.loading {
    background: #ebebeb !important;
    cursor: not-allowed;
}

#edui68 .edui-icon {
    background-position: -516px -18px !important;
    background-image: url(http://static.deyi.com/pc/image/editor/editor.gif) !important;
    margin: 0 5px 0 -4px;
}

#errortips {
    position: fixed;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .6);
    top: 50%;
    left: 50%;
    z-index: 11;
    margin-left: -150px;
    margin-top: -25px;
    display: none;
    z-index: 11111111;
}

.captcha {
    display: none;
    position: fixed;
    width: 440px;
    height: 310px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -220px;
    background: white;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    z-index: 111111;
}

.captcha-title {
    line-height: 66px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 20px;
    color: #404040;
    text-align: center;
}

.captcha-code {
    overflow: hidden;

}

.captcha-ct {
    margin-top: 40px;
    padding: 0 50px;
}

.captcha-code-left {
    font-size: 16px;
    color: #312d2b;
    float: left;
    line-height: 38px;
}

.captcha-code-right {
    float: right;
    width: 270px;
    position: relative;
    margin-bottom: 20px;
}

.captcha-code-right .tips {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50px;
    color: #e32300;
    display: none;
}

.captcha-code-right #captchacode {
    width: 100%;
    height: 38px;
    padding: 4px 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border: solid 1px rgba(218, 218, 218, 1);
    margin-bottom: 30px;
    outline: none;
}

.captcha-code-right #captchacode.errortips {
    border: solid 1px #e32300;
}

.captcha-img img {
    width: 166px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.captcha-img div {
    font-size: 12px;
    color: #ababab;
    display: inline-block;
}

.captcha-img span {
    color: #3196db;
    margin-left: 5px;
    cursor: pointer;
}

.captcha-submit {
    width: 148px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 20px auto;
    background: #3499dd;
    line-height: 36px;
    cursor: pointer;
}

.captcha>img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 10px;
    cursor: pointer;
}

.capture {
    width: 220px;
    height: 165px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -100px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    z-index: 11111111;
}

.capture img {
    max-width: 100%;
}

.capture p {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 100px;
    height: 50px;
    background: white;
    width: 100%;
}

.zeditor #edui117 {
    /* left: 641px;
    top: 377px;
    z-index: 1009;
    width: 507px;
    height: 411px; */
}

.video-form {
    display: none;
}

.video-form-ct input {
    display: inline-block;
    width: 150px;
}

.draft-form-other .btnsure {
    background: #3498dc;
    color: white;
}

.zeditor-left.active {
    padding-top: 200px
}

.tagslist {
    width: 960px;
    margin: 0 auto;
}

.tagslist-title {
    line-height: 70px;
    font-size: 24px;
    color: #222;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.clearfix {
    overflow: hidden;
}

.tagslist-left {
    float: left;
    width: 230px;
    padding-top: 15px;
    background-color: rgba(249, 249, 249, 1);
}

.tagslist-topic {
    margin: 15px 18px 0;
}

#edui1.active {
    padding-top: 17px;
}

.tagslist-span {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 18px;
}

.tagslist-span li {
    font-size: 14px;
    color: #666;
    margin-bottom: 29px;
}

.tagslist-span li:hover,
.tagslist-topic li:hover {
    text-decoration: underline;
}

.tagslist-topic li {
    float: left;
    width: 72px;
    font-size: 14px;
    color: #222;
    margin-right: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.tagslist-topic li:nth-of-type(2n) {
    margin-right: 0;
}

.tagslist-header {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #222;
    margin-bottom: 18px;
    font-family: MicrosoftYaHei;
}

.tagslist-more {
    font-size: 18px;
    color: #222;
    padding-left: 20px;
    position: relative;
    display: block;
    border-top: 10px solid white;
    font-family: MicrosoftYaHei;
    text-decoration: none;
    line-height: 54px;
    padding-left: 38px;
}

.tagslist-more:hover {
    text-decoration: none;
}

,
tagslist-topic li {
    float: left;

}

.tagslist-more:after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url("../images/arrows-right.png");
    top: 50%;
    right: 18px;
    margin-top: -7px;
    position: absolute;
}

.tagslist-more:before,
.tagslist-header:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/title-icon.png");
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.tagslist-more:before {
    left: 18px;
}

.tagslist-right {
    float: right;
    width: 710px;
}

.tagslist-right-ct .nodata p {
    text-align: center;
    margin-top: 294px;
    font-size: 14px;
}

.content-save {
    min-height: 18px;
}

.tagslist-right-header {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    padding-bottom: 5px;
}

.tagslist-right-header .left {
    float: left;
}

.tagslist-right-header .left span,
.tagslist-right-header .left a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    line-height: 22px;
    padding: 0 12px;
    color: #000;
}

.tagslist-right-header .left a.active {
    background: #3499dd;
    border-radius: 2px;
    color: white;
}

.tagslist-right-header .right {
    float: right;
}

a:hover {
    text-decoration: none !important;
}

.tagslist-right-header .right a {
    line-height: 32px;
    color: white;
    font-size: 16px;
    border-radius: 2px;
    background: #3499dd;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.tagslist-right-ct {
    overflow: hidden;
    padding-left: 30px;
    min-height: 800px;
}

.tagslist-right-ct li:last-of-type {
    border-bottom: 0;
}

.tagslist-ct-header {
    margin-bottom: 20px;
}

.tagslist-ct-header p {
    display: inline-block;
    height: 22px;
    padding-right: 10px;
    background: #eef6fc;
    border-radius: 2px;
}

.tagslist-ct-header>span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    color: #222222;
    background: #eef6fc;
    border-radius: 2px;
    margin-right: 10px;
}

.tagslist-ct-header p span {
    margin-right: 8px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 2px 0 0 2px;
    width: 16px;
    text-align: center;
    background: #1b8fe3;
    color: white;
}

.tagslist-ct-title {
    font-size: 18px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tagslist-ct-content {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 16px;
}

.tagslist-ct-bottom {
    overflow: hidden;
}

.tagslist-ct-bottom .left {
    float: left;
}

.tagslist {
    font-family: MicrosoftYaHei;
}

.tagslist-ct-bottom .left span {
    display: inline-block;
    margin-right: 21px;
    font-size: 12px;
    color: #999;
}

.tagslist-ct-bottom .right {
    float: right;
}

.tagslist-ct-bottom .right p {
    display: inline-block;
    padding-left: 24px;
    position: relative;
    margin-left: 19px;
    color: #ababab;
}

.tagslist-ct-bottom .look:after {
    content: "";
    display: block;
    width: 19px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    background: url("../images/look.png");
}

.tagslist-ct-bottom .read:after {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    background: url("../images/read.png");
}

.tagslist-right-ct li {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.tagslist-right-page {
    float: right;
    margin-bottom: 61px;
    margin-top: 30px;
}

.tagslist-right-page a,
.tagslist-right-page span {
    display: inline-block;
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}

.tagslist-right-page span {
    cursor: Default;
}

.tagslist-right-page a.active,
.tagslist-right-page a:hover {
    background: #e3ecf1;
}

tagslist-right-page .left:hover {
    background: #e3ecf1 url("../images/arrows-left.png") center center no-repeat;
}

.tagslist-right-page .right:hover {
    background: #e3ecf1 url("../images/arrows-right.png") center center no-repeat;

}

.tagslist-right-page .left {
    background: url("../images/arrows-left.png") center center no-repeat;
}

.tagslist-right-page .right {
    background: url("../images/arrows-right.png") center center no-repeat;
}

.sugide {
    width: 960px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
}

.sugide>h2 {
    line-height: 70px;
    font-size: 24px;
    color: #222;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.sugide .icon:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/title-icon.png);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.sugide-span {
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
}

.sugide-topic {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sugide-span .sugide-title,
.sugide-topic .sugide-title {
    float: left;
    font-size: 20px;
    color: #222;
    width: 108px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.sugide-span ul li {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.sugide-span ul li span {
    margin-right: 11px;
    color: #666;
}

.sugide-span ul li:hover .spanct {
    text-decoration: underline;
    color: #222;
}

.sugide-topic ul {
    overflow: hidden;
    float: right;
}

.sugide-topic li {
    float: left;
    margin-right: 36px;
    width: 114px;
    font-size: 14px;
    color: #666;
    margin-bottom: 34px;
}

.sugide-topic a {
    color: #666;
}

.sugide-topic a:hover {
    text-decoration: underline !important;
    color: #222;
}

.sugide ul {
    float: right;
    width: 840px;
}

.content-save {
    position: relative;
}

.zeditor-right .newreply-btn {
    width: 90px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    background: white;
    cursor: pointer;
    margin-left: 5px;
}

.content-check-left .zeitor-reply-replys {
    color: #ababab;
    text-align: center;
    cursor: pointer;
}

.tagslist-right-ct .nodata {
    background: url("../images/nodata.png") center center no-repeat;
    width: 100%;
    height: 400px;
}

.coverimg-btn {
    width: 750px;
    height: 60px;
    text-align: center;
    background: url("../images/cover-bg.png") center center no-repeat;
}

.coverimg-btn p {
    font-size: 20px;
    color: #151515;
    line-height: 60px;
    margin-right: 10px;
}

.coverimg {
    margin-bottom: 20px;
    margin-top: 10px;
}

.coverimg-btn span {
    color: #666;
    line-height: 60px;
    font-size: 14px;
}

.coverimg-img {
    width: 750px;
    height: 289px;
    position: relative;
    display: none;
}

.coverimg-img p {
    width: 256px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(45, 146, 215, 0.3);
    position: absolute;
    left: 247px;
    bottom: 10px;
    font-size: 14px;
    color: white;
}

.webuploader-container {
    position: relative;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /*background: #00b7ee;*/
    /*padding: 10px 15px;*/
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.webuploader-pick-hover {
    background: #00a2d4;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}


.zeditor-componted {
    position: fixed;
    top: 200px;
    margin-left: -150px;
    left: 50%;
    width: 400px;
    bottom: 20%;
    overflow-y: auto;
    display: none;
    z-index: 2000;
    background: white;
    padding: 20px;
}

.content-template {
    width: 190px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    background: #3499dd;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 15px;
    cursor: pointer;
}

.zeditor-componted li {
    cursor: pointer;
    margin-bottom: 10px;
}

.draft-tipd {
    width: 270px;
    /* height: 166px; */
    background: white;
    position: fixed;
    z-index: 1200;
    top: 50%;
    left: 50%;
    margin-top: -83px;
    margin-left: -135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 21px;
    border: 1px solid #ddd;
    display: none;
}
.draft-tipd-other a {
    display: block;
    width: 80px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #3498dc;
    color: white;
    border-radius: 2px;
    margin: 0 auto;
    cursor: pointer;
}

.draft-tipp {
    width: 370px;
    /* height: 166px; */
    background: white;
    position: fixed;
    z-index: 1200;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    margin-top: -83px;
    margin-left: -135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 21px;
    border: 1px solid #ddd;
    display: none;
}
.draft-tipp .draft-tipd-title{
    font-size:14px;
    line-height:27px;
}
.draft-tipp-other a {
    display: block;
    width: 80px;
    text-align: center;
    height: 28px;
    border-radius: 4px;
    line-height: 28px;
    background: #3498dc;
    color: white;
    border-radius: 2px;
    margin: 0 auto;
    cursor: pointer;
}
.draft-tips {
    width: 270px;
    /* height: 166px; */
    background: white;
    position: fixed;
    z-index: 1200;
    top: 50%;
    left: 50%;
    margin-top: -83px;
    margin-left: -135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 21px;
    border: 1px solid #ddd;
    display: none;
}

.draft-tips-title {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    margin-bottom: 15px;
}
.draft-tipd-title {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    margin-bottom: 15px;
    text-align: center;
}
.draft-tips-other {
    display: inline-block;
}

.draft-tips-other div {
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #f7f6fd;
    color: #222;
    border-radius: 2px;
    margin: 0 14px;
    cursor: pointer;
}

.draft-tips-other div.sure {
    background: #3498dc;
    color: white;
}

.coverimage {
    /* display: none; */
}

.coverimage h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.coverimage .item {
    display: inline-block;
    margin-right: 48px;
}

.coverimage .item:last-of-type {
    margin: 0;
}

.coverimage .item .contain {
    position: relative;
    width: 213px;
    height: 141px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
}

.coverimage .item .contain img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coverimage .item .contain .delete {
    display: none;
    position: absolute;
    right: -1px;
    top: -1px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    background-color: #fd664a;
    color: #fff;
    cursor: pointer;
}

.coverimage .link-ct {
    margin-top: 10px;
}

.coverimage .link-ct input {
    display: inline-block;
    width: 140px;
    height: 23px;
    padding: 0 8px;
    border: 1px solid #ccc;
}

.showtable,
.showvote,
.showyitao {
    width: 240px;
    border: 1px solid #ddd;
    padding: 20px;
    position: fixed;
    top: 30%;
    left: 39%;
    -webkit-transform: translate3d(-50%, -50%);
    -moz-transform: translate3d(-50%, -50%);
    -ms-transform: translate3d(-50%, -50%);
    -o-transform: translate3d(-50%, -50%);
    transform: translate3d(-50%, -50%);
    font-size: 12px;
    color: #222;
    line-height: 18px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    display: none;
}

.showtable-bottom,
.showvote-bottom,
.showyitao-bottom {
    margin-top: 20px;
    padding-left: 15px;
}

.showtable-bottom>div,
.showvote-bottom>div,
.showyitao-bottom>div {
    display: inline-block;
    width: 68px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-top: 4px;
}

.showtable-bottom>div.submit,
.showvote-bottom>div.submit,
.showyitao-bottom>div.submit {
    color: white;
    border: none;
    background: #3498dd;
    margin-right: 20px;
}

.showtable p,
.showvote p,
.showyitao p {
    display: inline-block;
}

.showtable input,
.showvote input,
.showyitao input {
    width: 60px;
    margin-left: 15px
}

.showbtn,
.votebtn,
.yitaobtn {
    width: 90px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    background: white;
    cursor: pointer;
}

.votebtn {
    margin-left: 5px;
}

.coverimage .link-ct .modify {
    display: inline-block;
    background-color: #3499dd;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    cursor: pointer;
    margin: 1px 0 0 5px;
}
c
.nocapture {
    position: fixed;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .6);
    top: 50%;
    left: 50%;
    z-index: 11;
    margin-left: -150px;
    margin-top: -25px;
    display: none;
    z-index: 11111111;
}
.cation{
    width:1150px;
    margin:0 auto;
}
.cation-content h4{
    font-size:30px;
    text-align:center;
    margin-bottom:20px;
    margin-top:120px;
}
.cation .form{
    overflow: hidden;
    width:610px;
    margin:0 auto;
}
.cation .form h5{
    font-size:18px;
    font-weight: bold;
    margin-bottom:20px;
    box-sizing: border-box;
}
.content-register{
    box-sizing: border-box;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    width: 750px;
    user-select: none;
    display:none;
}
.content-register h4{
    margin-bottom:10px;
    color:red;
}
.register-form >div{
    position: relative;
    
}
.content-register >div p{
 
    width: 90px;
    font-size: 12px;
    color: #222;
    float: left;
    line-height: 24px;
    position: relative;
}
.content-register >div p:after{
    content: "*";
    display: block;
    color: #e31111;
    position: absolute;
    right:5px;
    top:0;
  
}
.content-register >div input{
    width: 617px;
    outline: none;
    font-size: 12px;
    border: none;
    background: #f9fafa;
    height: 24px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.cation .form>div{
    float:left;
    width:300px;
    padding:20px 40px 0 40px;
    box-sizing: border-box;
}
.cation .form>div:nth-of-type(2){
    border-left:1px solid rgb(121,121,121);
}
.cation .form .list p{
    font-size:14px;
    color:#444; 
    margin:10px 0;
}
.cation .form .list input{
    border:1px solid rgb(121,121,121);
    width:222px;
    height:24px;
    padding:0 5px;
}

.cation .submit{
    
    width: 148px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: #3499dd;
    color: white;
    font-size: 16px;
 
   margin:40px auto;
    cursor: pointer;
}