 
.new-revised{
    height:40px;
    line-height:40px;
    position: absolute;
    text-align: center;
    width:100%;
    top:0;
    left:0;
    z-index:999;
    background:url("../images/whitepaper/top_bg.png") #fff;
    background-size:cover;
    font-size:14px;
    color:#fbb600;
}
.new-revised em{
    color:#fbb600;
    font-style: normal;
    font-weight: bold;
}
.new-revised-btn{
    background: #fbb600;
    color: #fff;
    height: 30px;
    line-height:30px;
    display:inline-block;
    border-radius: 2px;
    width: 90px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-left:30px;
}
.new-revised-btn:hover{
    background:#ffc533;
}
.new-revised-tit{
    font-size:16px;
    margin-right:10px;
}
.top-45{
    top:40px;
}
.mg-top45{
    margin-top:40px;
}
.new-revised-box{
    position: absolute;
    height:350px;
    width:700px;
    margin-left:-330px;
    margin-top:-240px;
    left:50%;
    top:50%;
    overflow: hidden;
    z-index:999;
    border-radius:2px;
    background:#fff;
    
}
.new-revised-box-tit{
    text-align: center;
    height:45px;
    font-weight: bold;
    background:#fff;
    line-height:45px;
    position: relative;
    border-bottom:1px solid #ebebeb;
}
.new-revised-con{
    padding:20px;
   
}
.new-revised-con p{
    line-height:28px;
    margin-bottom:10px;
}
.txt-center{
    text-align: center;
}
.new-revised-bg{
 	display:none;
    position: fixed;
    height:100%;
    left:100%;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:9999;
    background:rgba(0,0,0,.5);
}
.revised-close{
    position: absolute;
    right:10px;
    top:15px;
    display: inline-block;
    background:url("../images/fdd-img.png");
    height:10px;
    width:10px;
    cursor: pointer;
    background-position: -585px -65px;
}
.revised-checkbox{
    display: inline-block;
    background:url("../images/fdd-img.png");
    height:14px;
    width:14px;
    margin-right:5px;
    background-position: -219px -95px;
    vertical-align: middle;
}
.revised-checkbox.revised-checkbox-on{
    background-position: -238px -95px;
}
/*适配移动端*/
@media screen and (min-width: 0px) and (max-width: 1024px) {
    .new-revised-box{
        width:100%;
        margin-left:0;
        left:0;
        height:auto;
        top:10%;
        padding-bottom:20px;
        margin-top:auto;
    }
    .new-revised{
        display: none;
    }
    .new-revised-bg{
     display: none;
    }
}
.uncheck{
	color:red;
	padding-left:30px;
	height-line:30px;	
}
 