.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
html,body{
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei';
    height: 100%;
    background: #f2f4f2;
}
a,p,ul,li{
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ngbtitle{
    height: 42px;
    line-height: 42px;
    color: #999;
    width: 960px;
    margin: 0 auto;
}
.container{
    width: 960px;
    margin: 5px auto;
    background: #fff;
    box-shadow:0px 2px 10px 0px rgba(153,153,153,0.1);
    border-radius:5px;
    padding: 26px 0px;
}
.ngbTop{
    width: 900px;
    margin: 0 auto;
}
.ngbTop img{
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
}
.ngbUsers{
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-left: 15px;
}
.ngbUsers b{
    font-size: 18px;
    color: #333;
}
.ngbtopRight{
    color: #999;
    font-size: 14px;
    height: 60px;
    line-height: 30px;
}
.ngbtopRight b{
   font-size: 18px;
   color: #ED3713; 
}
.ngbBuy{
    width: 134px;
    height: 38px;
    line-height: 38px;
    margin-top: 11px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #FD4C29;
     border-radius: 19px;
     cursor:pointer;
}
.ngbBuy2{
    width: 134px;
    height: 38px;
    line-height: 38px;
    margin-top: 11px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ccc;
     border-radius: 19px;
}
.ngbContent{
    width: 900px;
    margin: 26px auto;
    border-radius: 10px;
}
.ngbLeft{
    width: 450px;
    position: relative;
    color: #fff;
    height: 217px;
    background: #FF3F20;
    border-radius: 10px 0px 0px 10px;
}
.ngbRtop{
    margin-left: 26px;
    width: 400px;
    margin-top: 20px;
    line-height: 38px;
}
.ngbStock{
    font-size: 28px;
    color: #fff;
}
.ngbBankuai{
    font-size: 14px;
    color: #fff;
}
.ngbRmid{
    margin: 10px 0px 10px 26px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}
.ngbRmid p{
	color: #fff;
}
.ngbRbot{
    position: absolute;
    width: 400px;
    left: 26px;
    bottom: 28px;
    color:#fff;
    font-size: 18px;
}
.ngbRight{
    width: 447px;
    border: 1px solid #FF3F20;
    border-radius: 0px 10px 10px 0px;
    height: 215px;
    position: relative;
}
.ngbRates{
    position: absolute;
    left: 22px;
    bottom: 16px;
}
.ngbRate{
    height: 170px;
    width: 134px;
    position: relative;
}
.ngbRateText{
    position: absolute;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ED3713;
}
.ngbRateLine{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #999;
    left: 0;
    bottom: 40px;
}
.ngbRateDiv{
    height: 88px;
    width: 46px;
    background: #FF3D1F;
    border-radius: 10px 10px 0px 0px;
    left: 44px;
    bottom: 41px;
    position: absolute;
}
.ngbRateDiv::after{
    content: '';
    display: block;
    position: absolute;
    height:100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#fff));
    background-image: -webkit-linear-gradient(#fff,#fff);
    background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(0.25,rgba(255,255,255,.2)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.2)),color-stop(0.75,rgba(255,255,255,.2)),color-stop(0.75,transparent),to(transparent));
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    z-index: 1;
    -webkit-background-size: 1.2vw;
    background-size: 8px 8px;
    -webkit-animation: move 4s linear infinite;
    -moz-animation: move 4s linear infinite;
    overflow: hidden;
}
.ngbFXTS{
    margin: 8px auto;
    width: 900px;
    background: #FFF3F3;
    border-radius: 10px;
    padding: 10px 0px;
    line-height: 20px;
}
.ngbFXTS p{
    text-align: center;
    color: #EE3C15;
    font-size: 14px;
    margin-top: 10px;
}
.ngbFXTS_text{
    font-size: 12px;
    color: #999;
    width: 842px;
    margin: 10px auto;
    line-height: 22px;
}
.ngbFXTS_text b{
    color: #ED3713;
}
/*发布计划*/
.ngbTitle2{
        height: 72px;
    line-height: 72px;
    color: #333;
    font-weight: 700;
    margin-top: -15px;
    font-size: 18px;
    text-align: center;
}
.ngbPost{
    width: 902px;
    margin: 0 auto;
    border-radius: 10px;
    background: #FFF3F3;
    padding: 10px 0px;
}
.ngbPostItem{
    width: 100%;
    position: relative;
    margin-top: 21px;
}
.ngbpostName{
    width: 102px;
    margin-left: 48px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333;
}
.ngbRadio{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('https://css.tgb.cn/images/jingcai/ngbradio.png');
    background-size: 100% 100%;
    margin: 11px 14px 0px 0px;
    cursor: pointer;
}
.radioText{
    font-size: 14px;
}
.ngbRadioItem{
    line-height: 42px;
    margin-right: 14px;
    color: #333;
}
.ngbInput{
    width: 274px;
    height: 40px;
    border: 1px solid #e9e9e9;
    line-height: 40px;
    font-size: 14px;
    padding-left: 18px;
    color: #333;
    border-radius: 5px;
    display: block;
    outline: none;
}
.ReasonItems{
    width: 181px;
    overflow: hidden;
    margin-bottom: 24px;
}
.reasonTitle{
    height: 42px;
    line-height: 42px;
    margin-left: 32px;
    font-size: 14px;
    color: #999;
}
.ReasonItem{
    line-height: 42px;
    font-size: 14px;
    color: #333;
}
.ReasonItem .radioText{
    display: block;
    width: 140px;
    line-height: 24px;
    margin-top: 9px;
}
.ngbConditions{
    width: 850px;
    margin: 12px auto;
    padding: 1px 0px;
}
.ngbCondition{
    margin: 13px 0px;
    line-height: 24px;
    color: #999;
    font-size: 14px;
}
.ngbCondition b{
    color: #ED3713;
}
.ngbCondition a{
    color: #4793F1 !important;
}
.ngbCondition img{
    width: 23px;
    height: 23px;
    margin-right: 16px;
}
.ngbSubmit{
    width: 550px;
    margin: 50px auto 0px auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background-color: #ccc;
}
#ngbSubmit{
	background-color: #ED3713;
	cursor: pointer;
}
.ngbRadioChoose{
    background-image: url('https://css.tgb.cn/images/jingcai/ngbSelected.png');
}


.davCZSZ_title{
	width: 630px;
}
.davCZSZ{
	width:700px;
	top:100px;
}

.davCZSZ_items{
	width: 600px;
}

.ngbstockItems{
	position: absolute;
    left: 154px;
    z-index: 99;
    top: 44px;
    width: 286px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    padding:10px 0px;
    display:none;
}
.ngbstockItems li{
	height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    width:246px;
}
.ngbstockItems li:hover{
	background:#f2f4f2;
	cursor:pointer;
}
.ngbConfirm {
	width:492px;
}

.ngbConfirm .davCZSZ_title{
	width: 400px;
	margin-left: 55px;
}

.confirmItem{
	width:384px;
	margin:15px auto 0 auto;
	height:40px;
	border-bottom:1px solid #efefef;
	font-size:14px;
	color:#999;
}

.confirmItem b{
	color:#333;
}
.confirmRed{
	height: 40px;
    line-height: 40px;
    width: 380px;
    margin: 0 auto;
    font-size: 14px;
    color: #ED3713;
}
.confirmPost{
	background: #FF9900;
    width: 400px;
    height: 44px;
    margin: 0 auto;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
#kcbSubmit{
	    width: 400px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background:#FF9900;
    background: rgba(255,153,0,1);
    border: 2px solid rgba(255,153,0,1);
    box-shadow: 0px 2px 12px 0px rgba(255,153,0,0.56);
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.kcbFlag_content{
	    width: 498px;
    height: 144px;
    background: rgba(255,249,240,1);
    border-radius: 10px;
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding-top: 1px;
}
.kcbFlag_content b{
	    color: #FF9900;
    font-size: 18px;
}
.kcbFlag_content p{
	    margin-top: 40px;
}

#deleteNgb{
	width: 80px;
    height: 26px;
    line-height: 26px;
    background: #e2e2e2;
    text-align: center;
    margin-top: 18px;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
}
.ngbrateSelection{
	width: 100px;
    height: 24px;
    display: block;
    margin-top: 9px;
    line-height: 24px;
}
.ngbalert_title{
	width: 400px;
    height: 36px;
    line-height: 36px;
    margin-left: 54px;
}
.ngbalert_title span{
	display: block;
    margin-left: 124px;
    font-size: 18px;
    font-weight: 700;
}

.confirmItem .trueicon{
	width:24px;
}
.notMeMsg{
    display: none;
    text-align: center;
}
.signature-wrap {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}
.signature-label {
    margin-right: 8px;
}
.signature-box {
    border: 1px dashed #999;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    background: white;
    width: 130px;
    text-align: center;
}
