﻿@charset "utf-8";
*{margin:0px; padding:0px;}
html{}
body{font-size:12px; color:#000; font-family:"PingFang SC", "Microsoft YaHei"; background:#f2f5f8;position:relative; z-index:1;}
ul,li{ list-style:none;}
img{border:0;}
a{text-decoration:none; color:#000;}/*连接默认的颜色变化*/
a:hover{ text-decoration:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; margin:0;padding:0;}
.clear{clear:both;height:0;overflow:hidden;}
.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cl { zoom: 1; }
.width_1200{ width:1200px; margin:0 auto; padding:0; position:relative}
.select_trader input::-webkit-input-placeholder{
    color:rgba(61, 151, 229);
    font-size: 18px;
}
.select_trader input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:rgba(61, 151, 229);
    font-size: 18px;
}
.select_trader input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:rgba(61, 151, 229);
    font-size: 18px;
}
.select_trader input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:rgba(61, 151, 229);
    font-size: 18px;
}
input::-webkit-input-placeholder{
    color:#999999;
    font-size: 16px;
    font-family:"Microsoft Yahei";
}
.motif-title input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}
.motif-title input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}
.motif-title input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}
textarea::-webkit-input-placeholder{
    color:#999999;
    font-size: 18px;
    font-family:"Microsoft Yahei";
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
    font-size: 18px;
    font-family:"Microsoft Yahei";
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
    font-size: 18px;
    font-family:"Microsoft Yahei";
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999999;
    font-size: 18px;
    font-family:"Microsoft Yahei";
}
::-ms-clear, ::-ms-reveal {
    display: none;
}


.solarize_crumbs{
    height: 36px;
    line-height: 36px;
    background-color: #f7f9fb;
    border-top: 1px solid #ebedef;
    border-bottom: 1px solid #ebedef;
    margin-bottom:24px;
}
.solarize_crumbs .solarize_txt{
    font-size: 14px;
    color: #333;
}
.solarize_crumbs .solarize_normal{
    font-size: 14px;
    color: #999;
}
.release_title{
    text-align: center;
    padding-top: 34px !important;
    padding-bottom: 60px !important;
    background-color: #f2f5f8;
    color: #333;
    font-size: 28px;
}
.release_title span{
    position: relative;
}
.release_title span:before{
    content: "";
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background-color: #3e97e5;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -17px;
}
/* 发布页 */
.issue_Cent .exposure_issue{
    position: relative;
}
.issue_Cent .exposure_issue .exposure_select{
    background-color: #fff;
    padding: 16px 40px 7px;
    box-sizing: border-box;
    margin-bottom: 22px;
    border-radius: 5px;
}
.issue_Cent .exposure_issue .exposure_step{
    font-size: 16px;
    color: #333;
    margin-bottom: 13px;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
}
.issue_Cent .exposure_issue .exposure_step:before {
    content:"";
    width:15px;
    height:75px;
    background:url(../images/lineMark.png) no-repeat;
    position:absolute;
    left:0;
    top:4px;
}
.issue_Cent .exposure_issue .select_trader {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.issue_Cent .exposure_issue .select_trader input{
    color: #3d97e5;
    font-size: 18px;
    background-color: #f0f8ff;
    border: 1px solid #85c0f2;
    height: 55px;
    line-height: 55px;
    width: 800px;
    margin-bottom: 17px;
    padding-left: 38px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
}
.issue_Cent .select_trader .trader_rate {
    color: #738390;
    font-size: 30px;
    margin-bottom: 17px;
    vertical-align: top;
    display: inline-block;
   
    position:relative;
}
    .issue_Cent .select_trader .trader_rate .jsy_icon {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        top: -3px;
    }
    .issue_Cent .select_trader .trader_rate span {
        max-width: 1000px;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
	.issue_Cent .exposure_issue .select_trader s {
		width: 16px;
		height: 16px;
		background: url(../images/search_issue2.png) no-repeat;
		position: absolute;
		left: 35px;
		top: 19px;
	}
.issue_Cent .tip_pic_bg {
    width: 18px;
    height: 14px;
    background: url(../images/tip-ico-bg.png) no-repeat 0px 0px;
    position: absolute;
    left: 580px;
    top: 20px;
    display: none;
}
.issue_Cent .tip_pic_color {
    width: 18px;
    height: 14px;
    background: url(../images/tip-ico-bg.png) no-repeat -18px 0px;
	display:inline-block;
	vertical-align:top;
	margin-top:14px;
}
.issue_Cent .exposure_issue .search_trader {
    width: 600px;
    position: absolute;
    top: 104px;
    left: 60px;
    z-index: 11;
}
.issue_Cent .search_trader .trader_Ul {
	padding: 10px 0px;
	border: 1px solid #85c0f2;
	background-color: #fff;
	display: none;
}
.issue_Cent .search_trader .trader_Ul li {
    list-style: none;
    padding: 0px 12px;
    box-sizing: border-box;
    line-height: 26px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    word-break: break-all;
    line-height: 40px;
    width: 100%;
    margin-left: 0px;
    font-weight: normal;
}
.issue_Cent .search_trader .trader_Ul li.on {
	background-color: #f5f5f5;
}
.issue_Cent .search_trader .trader_Ul li:hover {
    background-color: #f5f5f5;
}
.issue_Cent .search_trader .trader_Ul li img {
    border: 0;
    width: 20px;
    height: 20px;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.issue_Cent .search_trader .trader_Ul li .trader_tip_late {
    color: #ff6161;
}

.issue_Cent .exposure_issue .issue_Ul{
    margin-bottom: 1px;
    padding-left:20px;
    box-sizing:border-box;
}
.issue_Cent .exposure_issue .issue_Ul li{
    float: left;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e4e4e4;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    padding: 0px 24px;
    margin-right: 13px;
    margin-bottom: 13px;
    cursor: pointer;
    position: relative;
}
.issue_Cent .exposure_issue .issue_Ul li.select_on{
    border: 1px solid #85c0f2;
    background-color: #f0f8ff;
}
.issue_Cent .exposure_issue .issue_Ul li.select_on:after{
    content: "";
    width: 15px;
    height: 16px;
    background: url(../images/corner_mark_ico.png) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.issue_Cent .redact_intro{
    background-color: #fff;
    padding: 40px 44px 30px;
    box-sizing: border-box;
    margin-bottom: 96px;
    border-radius: 5px;
}
.issue_Cent .redact_intro .issue_redact{
    position: relative;
}
.issue_redact .motif-left {
    float: left;
    width: 800px;
}
.issue_Cent .exposure_issue .redact_title {
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #f7f9fa;
    border-radius: 5px;
    background-color: #f7f9fa;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Microsoft Yahei";
    border: 1px solid #e4e4e4;
}
.issue_Cent .exposure_issue .redact_roll{
    position: relative;
}
.issue_Cent .exposure_issue .redact_content {
    width: 800px;
    min-height: 260px;
    border: 1px solid #f7f9fa;
    border-radius: 5px;
    background-color: #f7f9fa !important;
    outline: none;
    color: #999;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    resize: none;
    font-family: "Microsoft Yahei";
    word-break: break-all;
    border: 1px solid #e4e4e4;
}
.issue_Cent .exposure_issue .redact_content.on {
    color: #000 !important;
}
.issue_Cent .exposure_issue .redact_content.pencil-on {
    background: url(../images/lose-ico.png) no-repeat 15px 18px;
    padding-left: 33px !important;
}
.issue_Cent .exposure_issue .redact_content img {
    width: 30px;
    vertical-align: top;
    margin-right: 2px;
    margin-bottom: 2px;
}
.issue_Cent .redact_roll .roll_astrict{
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.issue_Cent .exposure_issue .redact_picture{
    background-color: #f7f9fa;
    border-radius: 2px;
    padding: 10px 10px 6px;
    margin-top: 10px;
    display: none;
}
.issue_Cent .exposure_issue .face_bg_pop{
    width: 344px;
    padding: 15px 16px 10px 20px;
    background-color: #fff;
    border: 1px solid #ebedef;
    box-shadow: 0px 0px 10px -2px #999;
    position: absolute;
    left: -12px;
    bottom: 48px;
    z-index: 33;
    display: none;
}
.issue_Cent .exposure_issue .face_bg_pop ul li{
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}
.issue_Cent .exposure_issue .face_bg_pop ul li img{
    width:30px;
    vertical-align: top;
    margin-right:2px;
    margin-bottom:2px;
}
.issue_Cent .exposure_issue .face_bg_pop:before{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 10px;
    bottom: -20px;
    z-index: 33;
}
.issue_Cent .redact_picture .picture_List li{
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 2px;
}
.issue_Cent .redact_picture .picture_List .picture_close{
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: 2px;
    top: -6px;
    z-index: 33;
    cursor:pointer;
    display: none;
}
.issue_Cent .redact_picture .picture_List .picture_bate{
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.issue_Cent .redact_picture .picture_List .picture_late{
    width: 64px;
    height: 64px;
    border-radius: 2px;
}
.issue_Cent .face_issue{
    margin-top: 11px;
}
.issue_Cent .face_issue .face_late_left{
    margin-top: 5px;
    position: relative;
    float:left;
}
.issue_Cent .face_issue .face_bg_ico {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/face_ico_bg.png) no-repeat center;
    background-size: 100% auto;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.issue_Cent .face_issue .picture_bg_ico{
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/picture_ico_bg.png) no-repeat center;
    background-size:100% auto;
    cursor: pointer;
}
.issue_Cent .picture_bg_ico .webuploader-element-invisible {
    display: none;
}
.issue_Cent .face_issue .picture_txt{
    color: #9e9e9e;
    font-size: 13px;
    margin-left: 5px;
    position:relative;
    top:-2px;
}
.face_issue .issue_btn_box {
    float:right;
    position:relative;
}
.face_issue .issue_btn_box .issue_btn {
    color: #714006;
    font-size: 15px;
    min-width: 100px;
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #f4c830;
    cursor: pointer;
    text-align: center;
    border: none;
    outline: none;
}
	.face_issue .issue_btn_box .issue_btn:hover {
		background-color: #e5be2e;
	}
.face_issue .issue_btn .issue-ico {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/release-ico.png) no-repeat;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 5px;
}
.issue_Cent .exposure_issue .figure_out{
    border-radius: 6px;
    background-color: #eff8ff;
    padding: 18px 16px 13px;
    box-sizing:border-box;
    position: relative;
    width:270px;
    height:345px;
    background:url(../images/figure-ico.png) no-repeat;
    float:right;
    margin-top:19px;
}
.issue_Cent .exposure_issue .figure_title{
    margin-bottom: 18px;
    position: relative;
}
.issue_Cent .exposure_issue .dialog_bg{
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.issue_Cent .exposure_issue .figure_title p{
    font-size: 16px;
    color: #9fafbc;
    padding-left: 30px;
    box-sizing: border-box;
}
.issue_Cent .exposure_issue .figure_Ul{
    padding-left: 16px;
    box-sizing: border-box;
}
.issue_Cent .exposure_issue .figure_Ul li{
    font-size: 14px;
    color: #9fafbc;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 15px;
    word-break: break-all;
    position: relative;
}
.issue_Cent .exposure_issue .figure_Ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a2b0bd;
    position: absolute;
    left: 0px;
    top: 7px;
}
/* 编辑提示弹窗 */
.edit_hint_pop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: none;
}
.edit_hint_pop:not([dummy]) {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.edit_hint_cent {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index:999;
    margin-left: -200px;
    margin-top: -80px;
    padding-bottom: 18px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}
.edit_hint_cent .edit_hint_title{
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background-color: #f5f6fa;
    font-size: 16px;
    color: #666;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.edit_hint_cent .edit_hint_title s{
    width: 20px;
    height: 20px;
    background: url(../images/close_down_up2.png) no-repeat;
    position: absolute;
    right: 12px;
    top: 15px;
    cursor:pointer;
}
.edit_hint_cent .edit_hint_txt{
    padding: 21px 22px 20px;
    font-size: 14px;
    color: #666;
}
.edit_hint_cent .edit_hint_txt img{
    width: 16px;
    vertical-align: top;
    margin-right: 8px;
    margin-top: 2px;
}
.edit_hint_cent .edit_hint_btn{
    text-align: center;
}
.edit_hint_cent .edit_hint_btn button{
    min-width: 100px;
    font-size: 14px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    background-color: #3e97e5;
    padding: 0px 5px;
    outline: none;
    border: 0px;
    cursor:pointer;
}