.wrap{width: 960px;border: 1px solid #ddd;}
.dsn{display: none}
.noChoice,.noChoice+label{
	cursor: no-drop !important;
	color: #CCCCCC;
}
#Investor{
	padding-bottom: 20px; 
}
.Investor_top{border-bottom: 1px solid #ddd;width: 100%;height: 60px;line-height:60px;font-size: 20px;font-weight: 700;background-color: #eff0f4;text-align: center}
.userMsg{
	width: 750px;
	margin-top: 20px;
	overflow: hidden;
}
.investment{
	width: 750px;
	margin-top: 15px;
	height: 30px;
	line-height: 30px;
	height: 80px;
}
.investmentblank{
	display: inline-block;
	width: 6px;
	height: 18px;
	background-color: #FB8F03;
	margin: 6px 15px 0 0;
	float: left;
}
.AMount{
	float: left;
}
.experience{
	float: left;
	margin-left: 30px;
}
.msgRemind{
	width: 850px;
	height: 215px;
	border:1px solid #CCCCCC;
	position: relative;
}
.msgRemind_pic{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../img/msgRemind.png) center center no-repeat;
}
.msgRemindMain{
	width: 750px;
	padding-top: 20px;
}
.msgRemindMain p{
	text-indent: 0;
	color: #FF3333;
	line-height: 24px;
}
.checkradioslist{
	float: left;
	margin-right: 20px;
}
.check-signature{
	width: 385px;
	margin-top: 15px;
}
.e-signature{
	line-height: 30px;
}

.a-http{color:#20a0ff;text-decoration: none;cursor: pointer;}
.Investor_btn{
	width: 370px;
	text-align: center;
	line-height: 36px;
	background-color: #0081F4;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
}


/**** 知识测评展示 ****/
        #knowledge{display: none}
        .que-title{
            line-height: 1.5em;
            padding-bottom: 5px
            ;padding-top: 5px;
            padding-left:20px;
            border-top:1px solid #ddd;
            border-bottom:1px solid #ddd;
            font-size: 14px;
        }
        .topTopic{
	        border-bottom: 1px solid #ddd;
	        width: 100%;
	        height: 60px;
	        line-height:60px;
	        font-size: 20px;
	        font-weight: 700;
	        background-color: #eff0f4;
	        text-align: center;
	    }
	    /*按钮样式*/
	    .bottomButton{
	        width: 100%;
	        height: 40px;
	        line-height: 40px;
	        text-align: center;
	        background-color: #20a0ff;
	        color: #fff;
	        cursor: pointer;
	        font-size: 16px;
	        border: none;
	        outline: none;
	        margin-bottom: 10px;
	    }
        #que-item ul{padding: 0;margin: 0 auto;list-style: none;font-size: 14px;margin-bottom: 33px;+margin-bottom:23px} 
        #que-item ul li{padding: 12px 20px 0}
        /*知识测评结果提示*/
        #r-dialog{
          width: 100%;
        }
        #r-dialog button{
            cursor: pointer;
        }
        #ui-dialog-title-r-dialog{
            position: relative;
            width: 150px;
            height: 24px;
            left: 50%;
            margin-left: -75px;
            text-align: center;
        }
        #r-dialog .scoreContainer,#r-dialog .gradeContainer{
            /*height: 50px;*/
            line-height: 50px;
            font-size: 14px;
            font-weight: 700;
            padding-left: 10px;
        }

        /*知识测评分数，等级*/
        .rSuc{ color: #29b929 }
        .rErr{ color: #ea644a }
        /*知识测评文字提示*/
        #r-dialog .txt{
            font-size: 14px;
            width: 100%;
            font-family: sans-serif;
        }
        /*按鈕*/
        .r-btn{
            height: 40px;
            width: 260px;
            margin-top: 10px;
        }
        .r-btn button{
            width: 80px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 14px;
            border: none;
            margin: 0 5px;
            font-weight: 700;
            outline: none;
            background-color: #20a0ff;
            color: white;
        }
        #nOne{
            float: left;
            margin-left: 25px;
        }
        #nTwo{
            float: right;
            margin-right: 25px;
        }
        #passBtn button{
            width: 73px;
        } 
        /*结果提示页面*/
        .result{
            background-color: #ddf4df;
            color: #fff;
            padding:30px 16px;
            position: relative;
            width: 96.6%;
        }
        .thanks_txt{
            font-size: 14px;
            display:block;
            color: green;
            font-weight: 700;
            padding-left: 35px;
        }
        .ui_right{
            display: block;
            width: 32px;
            height: 32px;
            background: url(../img/checked_32px.png) center center;
            position: absolute;
            top: 35px;
            left: 12px;
            margin-top: -12px;
        }
         /*取消界面*/
        .cResult{
            background-color: #ddf4df;
            color: #fff;
            padding:30px 16px;
            position: relative;
            width: 96.6%;
        }
        .ui_cancle{
            display: block;
            width: 32px;
            height: 32px;
            background: url(../img/checked_32px.png) center center;
            position: absolute;
            top: 35px;
            left: 12px;
            margin-top: -12px;
        }