* {
    font: 12px/1.0 "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

.contribute-container {
    padding: 0 10px;
}

.wrapper-manual {
    padding: 20px 0;
    width: 210px;
    float: left;
    background: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

.wrapper-manual h3 {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    text-align: center;
}

.wrapper-manual ul {
    font-size: 15px;
    color: #727272;
    list-style: none;
    margin-left: 24px;
}

.wrapper-manual ul li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 28px;
    line-height: 25px;
}

.wrapper-manual ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f39200;
    position: absolute;
    left: -16px;
    top: 7px;
}

.wrapper-contribute {
    font-size: 16px;
    width: 850px;
    min-height: 200px;
    float: left;
    padding: 20px 0;
    background: #fff;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.contribute-header {
}

.wrapper-contribute .header {
    text-align: right;
}

.wrapper-contribute .login-tips {
    margin: 20px 20px 10px 20px;
    padding: 20px 0;
    text-align: center;
    background-color: rgba(243, 146, 0, .2);
}

.wrapper-contribute .login-btn {
    padding-left: 10px;
}
.wrapper-contribute .login-btn:hover {
    color: #3498DB;
}

.title {
    padding: 20px 0;
}

.title a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #f00;
}

.content-contribute {
    padding: 20px 30px;
    padding-top: 0;
}

.contect_main {
    height: 320px;
}

.content-contribute .editor-title {
    font-size: 26px;
    font-weight: 700;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding-left: 20px;
    color: #727272;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.content-contribute .editor-title:focus {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 0;
    outline: none;
}

.check-name {
    margin: 35px 0 25px;
}

.check-name input {
    margin-right: 5px;
}

.contact textarea {
    width: 300px;
    height: 80px;
    padding: 10px;
    box-shadow: none;
}

.contact {
    width: 100%;
}

.contact label {
    float: left;
    width: 200px;
    line-height: 36px;
}

.contact .input-container {
    float: left;
    width: 635px;
}

.contact input.form-control {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #333;
    border-left: none;
    box-shadow: none;
    background: none;
}

.contact input.form-control:focus {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #333;
    border-left: none;
    box-shadow: none;
    background: none;
}

.btn-group {
    margin-top: 35px;
    text-align: right;
}

.btn-group .btn {
    line-height: 28px;
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.btn-group .btn:hover {
    color: #000;
}

.btn-tran {
    font-size: 14px;
    font-weight: bold;
    color: #727272;
    border: 1px solid #979797;
}

.btn-tran:hover {
    color: #000;
}

.btn-group .btn-confirm {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #0076FF;
    background: #0076FF;
    width: 100px;
}

.btn-group .btn-confirm:hover {
    color: #fff;
    background: #2489ff;
    border-color: #2489ff;
}

.btn_view {
    float: left;
}

.jam-video-list h4 {
    margin-bottom: 0;
}

.jam-video-list a {
    display: block;
    color: #222;
}

.jam-video-list a:hover {
    color: #3498DB;
}

/** 重写ueditor样式 **/
.content-contribute .edui-default .edui-editor {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px #ebebeb solid;
    border-radius: 0;
}
.content-contribute .edui-default .edui-editor-toolbarbox {
    box-shadow: none;
}
.content-contribute .edui-default .edui-editor-toolbarboxouter {
    border-bottom: 1px #ebebeb solid;
    background: #f7f7f7;
    box-shadow: none;
}
.content-contribute .edui-default .edui-editor-bottomContainer td {
    border-top: 1px #ebebeb solid;
}

/** 重写jam-editor样式 **/
/*.content-contribute .edui-jam .edui-editor {*/
/*border-radius: 0;*/
/*border: 1px #ebebeb solid;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/
/*.content-contribute .edui-jam .edui-editor-toolbarbox {*/
/*box-shadow: none;*/
/*}*/
/*.content-contribute .edui-jam .edui-editor-toolbarboxouter {*/
/*box-shadow: none;*/
/*background: #f7f7f7;*/
/*border-bottom: 1px #ebebeb solid;*/
/*}*/
/*.content-contribute .edui-jam .edui-editor-bottomContainer td {*/
/*border-top: 1px #ebebeb solid;*/
/*}*/

.cover-select-title span {
    color: #999;
}

.cover-setting {
    margin-top: 20px;
    margin-bottom: 30px;
}

.cover-setting .cover-select-title {
    line-height: 36px;
    margin-bottom: 8px;
}

.cover-setting .cover-select-title span {
    margin-left: 8px;
}

.cover-selector {
    width: 300px;
    height: 200px;
    cursor: pointer;
    border: 3px solid transparent;
    background-color: #ecedf0;
}

.cover-selector .cover-item {
    width: 100%;
    height: 100%;
    line-height: 200px;
    text-align: center;
}

.cover-selector .cover-item.blank:before {
    content: '点击上传';
    color: #666;
}

.cover-modal {
    position: relative;
    background: #FFF;
    padding: 20px 20px 10px;
    width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    border-top: 2px solid #F7B501;
    color: #4a4a4a;
}

.cover-cropper-wrapper.active {
    background-color: #fff;
}

.cover-modal .btn {
    width: 100px;
    height: 40px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    background: #f7b501;
    display: inline-block;
    box-shadow: none;
}

.cover-modal .btn.disabled {
    background: #dfdfdf;
    color: #f5f5f5;
    pointer-events: none;
}

.cover-modal .btn.disabled:hover {
    background: #dfdfdf;
    color: #f5f5f5;
}

.cover-modal .btn:hover {
    background: #DFA300;
    color: #fff;
}

.cover-modal .btn.cancel {
    color: #9b9b9b;
    background: #fff;
    border: 1px solid #dfdfdf;
}

.cover-modal .cover .cover-cropper-wrapper .jcrop-holder {
    display: inline-block;
    vertical-align: middle;
}

.cover-modal .cover .cover-cropper-wrapper {
    width: 560px;
    height: 373px;
    line-height: 373px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #efefef;
}

.cover-modal .cover .cover-cropper-wrapper.active {
    background-color: #fff;
}

.cover-modal .cover .cover-cropper-wrapper .jcrop-holder {
    display: inline-block;
    vertical-align: middle;
}