#yue_yue{
	position: fixed;display: none;
    z-index: 1000000;
    top: 0;
    
    width: 100%;
    height: 100%;
}
#yue_yue .yue{
	position: fixed;
    top: 25%;
    left: 40%;
    background: #fff;z-index: 1000;
    width: 295px;
        padding: 34px 0;
}
#yue_yue .yue h2{
	font-size: 18px;
    text-align: center;
    font-weight: 600;
}
#yue_yue .yue p{
	font-size: 16px;
    text-align: center;
    font-weight: 600;

}
#yue_yue .yue p span{
	color: red;
}
#yue_yue #hide{
	position: absolute;
    top: 0;
    left: 0;
     width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#yue_yue .yue input{
	margin: 0 auto;
    width: 235px;
    display: block;
    margin-top: 15px;
    border: 1px #dedede solid;
    padding: 4px 10px;
    height: 24px;
}
#yue_yue .yue .sub{
	background: #b30a0a;
	margin: 0 auto;
	padding: 4px 10px;
    width: 255px;
    display: block;
    margin-top: 15px;
    height: 33px;
    font-size: 18px;
    color: #fff;
}
#yue_yue .yue .p2{
	text-align: left;
    margin-left: 17px;
    margin-top: 7px;
    color: #666;
}