.wrap-form label{
    width:100px;
    text-align: right;
    display: inline-block;
    background:#fff;
    margin-right:10px;
    font-weight:normal;
}
.register-title {
    margin: 30px 0 20px 0px;
}
.register-title span{
    display: inline-block;
    color: #999;
    font-weight: bold;
    margin-right:20px;
    font-size:14px;
    padding-bottom: 4px;
    cursor: pointer;
}
.register-title span.active{ 
    color: #333;
    border-bottom: 4px #59c295 solid; 
}
span.green{
    color: #59c295;
}
.wrap-form{
    color: #999;
}
.wrap-form > div{
    margin-bottom: 20px;
    height:30px;
    line-height: 30px;
}
.wrap-form input{
    border-radius: 4px;
    height:26px;
    width:200px;
    line-height: 26px;
}
.annotation{
    display: block;
    margin: 40px 0 20px;
}
.learn,.continue,.learn span,.continue span{
    display: inline-block;
}
.redius{
    border:1px #cfcfcf solid;
    width:12px;
    height:12px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}
.sure {
    width:12px;
    height:12px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    background:url("/Images/dot-sure.png") no-repeat;
    background-size:contain;
}
.item{
    margin-bottom: 20px;
    background: #fff;
}
.wrap-button{
    margin-left:114px;
    width:200px;
}
.wrap-button button.active{
    background: #59c295;
}
.wrap-button button{
    width:90px;
    height:36px;
    line-height: 36px;
    border-radius: 4px;
    background: #cfcfcf;
    color:#fff;
    border:none;
}
.consent{
    display: block;
    margin-left:114px;
    color: #333;
}
.vertical-align{
    margin-left:4px;
}
div.organization label{
    width:250px;
}
.form-inline{
    display: inline-block;
}
.form-inline select{
    height:24px;
    line-height: 24px;
}
.form-control{
    padding: 0 6px;
    color:#cfcfcf;
}
.item{
     overflow: auto;
}
.item::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.item::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ccc;
}
.item::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #ddd;
}
.organization .wrap-button,.organization .consent{
    margin-left:264px;
}
.organization{
    display: none;
}
.form-control:focus{
    border-color:#cfcfcf;
    box-shadow: none;
}
.mine-list{
    width:250px;
}
.showhide{
    position: absolute;
    right:110px;
    cursor: pointer;
}
.mask-pop {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 111111;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

span.close {
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    margin-top: -12px;
}

.test-result {
    /*height:600px;
    overflow:auto;*/
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    z-index: 1111111111111;
    display: none;
}

.content-wrap {
    background: #fff;
    padding: 10px 100px;
}

h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

p {
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 24px;
}

h3 {
    margin-bottom: 10px;
}

.test-result i {
    display: inline-block;
    margin-bottom: 8px;
    font-style: italic;
}

/*新增*/
.IconWarn{
    height:16px;
    width:16px;
    background-image:url(/Icon/NoticeWarn.png);
    background-repeat:no-repeat;
    display:inline-block;
    vertical-align:-3px;
}

.warn {
    color: orange;
    font-family: '微软雅黑';
    font-size: 15px;
}

.IconError{
    height: 16px;
    width: 16px;
    background-image: url(/Icon/NoticeError.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -3px;
}

.error {
    color: red;
    font-family: '微软雅黑';
    font-size: 15px;
}
