.bg-f5{
    background: #f5f5f5;
}
.tg-wrap{
    width: 990px;
    margin: 0 auto;
}
.tg-left-warp{
    width: 770px;
    float: left;
}
.tg-right-warp{
    position: relative;
    float: right;
    width: 190px;
    /*background: #ffffff;*/
}
.tg-picOrVideo-box {
    background: #ffffff;
    padding-top: 30px ;
}
.tg-right-warp h5{
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}
.tg-right-warp h5:before{
    content: '';
    position: absolute;
    width: 4px;
    background: #f63756;
    height: 20px;
    left: 0;
}
.tg-ueditor-box{
    padding: 10px 30px;
    background: #ffffff;
    border: 1px solid #fff;
}
.tg-title{
    height: 65px;
    font-size: 28px;
    width: 710px;
    border: none;
    outline: none;
}
.tg-top-info-warp{
    position: relative;
    text-align: center;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
}
.tg-top-info-warp .title{
    position: relative;
    top: -16px;
    padding: 0 30px;
    font-size: 20px;
    color: #909090;
    background: #F5F5F5;
    display: inline-block;
    cursor: pointer;
}
.tg-top-info-warp .title.active{
    color: #303030;
}
.tg-top-info-warp .info{
    position: absolute;
    right: 0px;
    padding-left: 30px;
    font-size: 14px;
    background: #F5F5F5;
    margin-top: -10px;
    color: #BBBBBB;
}
.tg-top-info-warp .info:hover{
    color: #3CA5F6;
}
input[type=text]{
    height: auto;
}
.no-border{
    border: none !important;
}
.article-editor-wrap{
    position: relative;
}
.article-editor-wrap > *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.article-editor-left{
    width: 770px;
    padding: 30px 30px 0 30px;
    background: #FFFFFF;
}
.article-editor-right{
    position: absolute;
    right: 0px;
    width: 140px;
    background: #FFFFFF;
    padding-bottom: 10px;
}
.article-editor-right h5{
    margin: 0;
    font-size: 16px;
    padding: 30px 10px 15px 10px;
    font-weight: bold;
}
.article-editor-right h5:before{
    content: '';
    width: 5px;
    height: 18px;
    position: absolute;
    margin-top: 1px;
    left: 0px;
    background-color: #f63756;
}
.article-input-box{
    border-bottom: 1px solid #dddddd;
}
.article-input-box > input , .article-input-box > textarea{
    border: none;
    width: 100%;
    padding: 5px 0px;
    box-shadow: none;
    outline: none;
    resize:none;
    font-size: 16px;
}
.article-input-box > .article-title{
    height: 56px;
    font-size: 28px;
}
.article-input-box > .article-subtitle{
    height: 65px;
    font-size: 18px;
}
.article-input-box > .article-digest{
    height: 72px;
}
.article-editor-box{
    border: none;
}
.article-pic-box,.article-video-box{
    padding:0 20px;
    cursor: pointer;
}
.box-label{
    position: relative;
    font-size: 14px;
    padding:10px;
    display: block;
    margin-top: 15px;
    color: #ff6060;
    border: 2px solid #f6f6f6;
    font-weight: normal;
}
.box-label.active{
    background: #3ca5f6;
    border: 2px solid #3ca5f6;
    color: #FFFFFF;
}
.box-label input{
    display: none;
}
.box-label i{
    position: absolute;
    right: 20px;
    top: 11px;
}
.list-ul-box{
    /*height: 220px;*/
    overflow: auto;
}
.list-ul-video-box{
    /*height: 220px;*/
    overflow: auto;
}
.list-ul{
    margin: 0px;
}
.list-ul li{
    list-style: none;
    margin-bottom: 5px;
    text-align: center;
    height: 84px;
    overflow: hidden;
    position: relative;
}
.list-ul li .loading-box{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #c1c1c1;
    color: #FFFFFF;
    z-index: 10;
}
.list-ul li .loading-box img{
    width: 25px;
    height: 25px;
    margin: 10px 0 3px 0;
    -webkit-animation:  rotate_animation  0.8s infinite linear;
    animation:  rotate_animation  0.8s infinite linear;
}

.list-ul li:last-child{
    margin-bottom: 0px;
}
/*.article-editor-wrap{*/
/*background: #ffffff;*/
/*}*/

.article-type-box{
    background: #FFFFFF;
    padding: 20px 25px;
    margin-bottom: 10px;
}
.article-type-box .title{
    font-size: 20px;
    margin-bottom: 25px;
}
.article-ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}
.article-ul li{
    list-style: none;
    float: left;
    border-right: 1px solid #f0f0f0;
    padding: 0 5px;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
}
.article-ul li:last-child{
    border: none;
}
.article-ul li span{
    padding: 0 10px;

}
.article-ul li.active span{
    background: #333333;
    color: #FFFFFF;
    height: 33px;
    display: block;
    position: relative;
    margin-top: -10px;
    line-height: 33px;
    border-radius: 5px;
}
.error-box{
    position: absolute;
    margin-top: -38px;
    color: #f63756;
    display: none;
}
.btn-icon-box{
    position: absolute;
    right: 5px;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 15px;
    width: 24px;
    height: 24px;
    line-height: 27px;
    text-align: center;
    top: 5px;
    cursor: pointer;
    z-index: 10;
}
.list-ul li:hover .btn-icon-box{
    background-color: #f63756;
}
.placeholder-line{
    width: 100%;
    height: 20px;
}
.article-pic-wrap *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.article-pic-wrap{
    border: 1px solid #e5e5e5;
    height: 180px;
    width: 770px;
    background: #ffffff;
}
.article-pic-wrap .thumb-img-wrap{
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
    padding: 20px;
}
.article-pic-wrap .thumb-img-wrap:first-child{
    border-right: 1px solid #E5E5E5;
}
.thumb-img-wrap .title{
    font-size: 18px;
    color: #555555;
}
.thumb-img-wrap .title span{
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.thumb-img-wrap .pic-big-box{
    position: relative;
    width: 144px;
    height: 90px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    top: 27px;
}
.thumb-img-wrap .pic-big-box.pic-icon-pic{
    width: 90px;
    vertical-align: middle;
    display: table-cell;
}
.thumb-img-wrap .operate-box{
    position: absolute;
    margin-left: 160px;
    margin-top: 30px;
}
.thumb-img-wrap .operate-sm-box{
    margin-left: 105px;
}
.pic-big-box img{
    border: 1px solid #E5E5E5;
}
.history-img-box{
    border: none;
    padding: 0px;
    position: relative;
    left: -7px;
    top: 15px;
}
.article-manage-wrap{
    display: inline-block;
    width: 770px;
    background: #ffffff;
}
.article-manage-wrap .manage-article-box{
    margin: 0;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group{
    position: relative;
    margin-left: -26px;
    z-index: 10;
}
select{
    width: 292px;
}
.control-group{
    margin-top: 30px;
}
.video-box{
    height: 340px;
    text-align: center;
    margin-top: 20px;
    background: #f0f0f0;
    margin-bottom: 30px;
}
.video-box .error-info-box{
    color: #f63756;
    font-size: 16px;
    line-height: 280px;
}
.video-group{
    margin-top: 15px;
    border-bottom: 1px solid #F0F0F0;
}
.video-group input{
    width: 546px;
    border: none;
    outline: none;
}
.btn-upload{
    width: 130px;
    height: 40px;
    border: 2px solid #F0F0F0;
    color: #3ca5f6;
    line-height: 26px;
}
.btn-upload:hover{
    color: #3ca5f6;
}


.tg-info-box{
    position: relative;
    background: #ffffff;
    margin-top: 30px;
    padding: 30px;
}
.tg-info-box .title{
    font-size: 20px;
}
.tg-info-box .title span{
    font-size: 16px;
    color: #bbbbbb;
    margin-left: 10px;
}
.tg-info-box .title:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    background: #f63756;
    left: 0px;
    margin-top: 3px;
    line-height: 28px;
}

.tg-info-box label{
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
.tg-info-box ul li{
    margin-top: 30px;
}
.tg-info-box p{
    color: #bbbbbb;
    line-height: 20px;
    margin-left: 20px;
}

.tg-input{
    border: none;
    border-bottom: 1px solid #F0F0F0;
    width: 710px;
    font-weight: normal;
    font-size: 16px;
    outline: none;
}
.tg-btn-group{
    margin: 60px 0 60px 0;
}
.btn-border,.btn-publish{
    font-size: 18px;
    width: 148px;
    height: 48px;
    border: 2px solid #e5e5e5;
    padding: 0;
    margin: 0;
    background: transparent;
    line-height: 48px;
}
.btn-publish {
    background: #ff6060;
    border: none;
    color: #ffffff;
    margin-right: 10px;
}
.btn-publish:hover {
    color: #ffffff;
    background: #ff6060;
}
.video-box .videoA{
    display: inline-block;
    width: 620px;
    height: 350px;
    background: url("https://img.huxiucdn.com/article/cover/201607/20/155142900988.jpg");
    background-size: 100%;
}
@-webkit-keyframes rotate_animation {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(180deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@keyframes rotate_animation {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(180deg);}
    100% {-webkit-transform: rotate(360deg);}
}

.tg-rz-warp {
    background: #fff;
    margin-top: 15px;
    width: 190px;
    font-size: 18px;
    text-align: left;
    padding: 30px 14px 0;
}
.tg-rz-warp span {
    display: block;
}
.tg-rz-warp .tg-rz-text {
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
}
.tg-rz-warp .tg-rz-text.tg-no-rz-text {
    margin-top: 0;
}
.tg-rz-text a {
    color: #ff6060;
}
.tg-rz-text .tg-detail-btn a {
    border-bottom: 1px solid #ff6060;
    padding-bottom: 2px;
}
.tg-rz-text .tg-detail-btn {
    margin-top: 10px;
}
.tg-authen-btn.authen-btn {
    position: inherit;
    right: 0;
    margin-top: 20px;
    text-align: center;
}
.tg-authen-btn.authen-btn a {
    color: #fff;
}
.tg-authen-btn.authen-btn .btn-renzheng {
    top: 0;
}

/*
* 20180717 PC投稿 增加转采功能 视频投稿
*/
.article-tg-gather .gather{
    font-size: 16px;
    color: #303030;
    margin-right: 14px;
    font-weight: bold;
}
.article-tg-gather .gather-tit{
    font-size: 16px;
    color: #909090;
}
.article-tg-gather .num-time{
    font-size: 16px;
    color: #ff6060;
}
.article-tg-gather .gather-intro{
    font-size: 14px;
    color: #909090;
    margin-top: 2px;
    margin-bottom: 13px;
}
.article-tg-gather .gather-progress{
    font-size: 12px;
    color: #303030;
    margin-top: 15px;
    padding-bottom: 15px;
}
.article-tg-gather .gather-url input{
    width: 578px;
    height: 42px;
    line-height: 42px;
    padding-left: 23px;
    color: #43a7f3;
    font-size: 14px;
    outline: none;
    border-width: 0;
    background: #f6f6f6;
}
.article-tg-gather .gather-url .gather-btn{
    width: 108px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    margin-left: 18px;
    background: #c0c0c0;
    cursor: pointer;
}
.article-tg-gather{
    padding: 20px 32px;
    background: #fff;
    margin-bottom: 23px;
    border: 1px solid #fff;
}
/*板块选中 边框样式*/
.article-tg-active{
    border: 1px solid #b5b5b5;
}
/*转采按钮 可用样式*/
.gather-btn-active{
    background: #ff6060 !important;
}
.article-tg-leave-message{
    padding: 33px 32px 10px;
    background: #fff;
    margin-top: 30px;
}
.article-tg-leave-message .message-tit{
    font-size: 14px;
    color: #909090;
    margin-bottom: 13px;
}
.article-tg-leave-message .message-tit span{
    font-size: 16px;
    color: #303030;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 20px;
}
.article-tg-leave-message .leave-message input{
    width: 100%;
    background: #f6f6f6;
    height: 42px;
    line-height: 42px;
    padding-left: 23px;
    outline: none;
    border-width: 0;
}
.article-tg-leave-message .font-num{
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
    color: #a5a5a5;
}
.article-tg-leave-message .font-num span{
    margin: 0 5px;
}
.modal-alert-title{
    font-size: 20px;
    color: #303030;
    text-align: center;
    margin-bottom: 18px;
}
/*PC弹窗说明性文字*/
.modal-intro-font{
    font-size: 14px;
    color: #909090;
    text-align: center;
    margin-bottom: 37px;
}
.modal-window-btn div{
    border: 1px solid #fc6060;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}
.modal-window-btn div.left {
    background: #fff;
    color: #fc6060;
}
.modal-window-btn div.right {
    background: #fc6060;
    color: #fff;
}
.video-tg-box{
    width: 770px;
    height: 197px;
    background: #fff;
    padding-top: 57px;
    margin-bottom: 10px;
}
.video-tg-box .upload-tip{
    font-size: 14px;
    color: #909090;
    text-align: center;
}
.video-tg-box .upload-btn{
    width: 140px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 35px;
    color: #fff;
    background: #ff6060;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.video-tg-box .upload-btn label{
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
}
.video-tg-box .upload-btn label input{
    display: none;
}

.upload-rate{
    width: 280px;
    margin: 0 auto;
    position: relative;
}
.upload-video-running-box .cancel{
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: -85px;
    top: 0;
}
.upload-video-running-box .upload-process{
    width: 280px;
    height: 10px;
    border-radius: 10px;
    position: relative;
    background: #e8e8e8;
    margin-top: 10px;
}
.upload-video-running-box .running-process{
    background: #ff6060;
    width: 0%;
    height: 10px;
    border-radius: 10px;
}
.upload-video-running-box .rate-num{
    font-size: 14px;
    color: #ff6060;
    position: relative;
    top: -40px;
}
.upload-running-intro,.upload-end-intro{
    text-align: center;
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    margin-top: 36px;
}
.upload-running-intro{
    margin-top: 15px;
}
.upload-running-intro span.name,.upload-end-intro span.name{
    color: #909090;
    margin-right: 5px;
    font-weight: normal;
}
.upload-video-end-box .tip{
    font-size: 20px;
    color: #ff6060;
    text-align: center;
}
.upload-video-end-box{
    position: relative;
}
.upload-video-end-box .finsh-btn{
    position: absolute;
    right: 30px;
    top: -41px;
    font-size: 14px;
    color: #303030;
}
.upload-video-end-box .finsh-btn .left{
    margin-right: 35px;
    cursor: pointer;
}
.upload-video-end-box .finsh-btn .right{
    cursor: pointer;
}
.upload-video-end-box .finsh-btn label input{
    display: none;
}
.upload-video-end-box .finsh-btn label{
    font-weight: normal;
    cursor: pointer;
}
.tg-authen-btn .btn-renzheng{
    background: #ff6060;
}
.default-noactive,.alone-noactive{
    display: none;
}
.default-active,.alone-active{
    display: block;
}
.tg-wrap .tab-content{
    min-height: 800px;
    overflow: hidden;
}
#tgEditor{
    width:710px;
}
.list-ul-box .overthrow{
    right: -15px;
}
.gary{
    color: #909090;
}
.center{
    text-align: center;
}
.margin-top-10{
    margin-top: 10px;
}
.tg-app-remark {
    padding: 20px 3px;
    background: #f5f5f5;
    margin: 0 -33px -30px;
}
.article-tg-active .tg-app-remark {
    border-top:1px solid #b5b5b5;
}
.tg-app-remark a {
    border-bottom: 1px solid #909090;
}
.tg-app-remark a:hover {
    color: #ff6060;
    border-bottom-color: #ff6060;
}
.cover-img{
  display: none;
  width:770px;
  height:197px;
  background:rgba(255,255,255,1);
  margin-bottom: 10px;
  padding: 56px 0 40px 0;
}
.over-img-input-box{
  position: relative;
}
.cover-upload-input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.over-img-input-box{
  position: relative;
}

.video-url-wrap {
    background-color: #fff;
    padding: 20px 20px 20px 33px;
    color: #303030;
    font-size: 16px;
    margin-bottom: 10px;
}
.video-url-wrap input {
    width: 578px;
    height: 42px;
    line-height: 42px;
    padding-left: 23px;
    font-size: 16px;
    border: 1px solid #d3d3d3 !important;
    border-radius: 4px;
    outline: none;
}
.video-url-wrap input::placeholder {
    font-size: 14px;
}
.channel-select-wrap {
    display: block;
    color: #303030;
    font-size: 16px;
}
.channel-select-wrap  select {
    height: 32px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #555;
    font-weight: 400;
    font-size: 15px;
}


.pic-name-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    padding: 2px;
    line-height: initial;
}