.rule_content{
	width: 1000px;
    height: 675px;
    background-color:#fff;
    border:1px solid #555;
    position: fixed;top:1%;
    left:500px;
    top:1%;
    z-index: 1000;
    margin-top:20px;
    display:none;
}

.rule_title{
	width: 370px;
    height: 220px;
    margin: 0 auto;
    background:url(../images/title-big.png) no-repeat;
	background-size: 100% auto;
}
.title_small{
	width: 120px;
	height: 50px;
	background:url(../images/title-small.png) no-repeat;
	background-size: 100% auto;
	margin: 20px auto;
	
}
.rule_con{
    display:flex;margin-top:100px;
    /* width:80%; */
    margin:0 auto
}
.rule_con .content_one,.rule_con .content_two,.rule_con .content_three{
	flex:1;
	height:264px;
	border:1px solid #442100;
	margin: 0px 15px;
	background-color: #FD8F3E;border-radius: 10px;
	/* margin-top:30px; */

}

.vip_icon {
    width: 23px;
    height: 24px;
    display: inline-block;
    background: url(../images/vip-icon.png) no-repeat;
    background-size: 100% auto;
}
.vip_tip, .upload_tip,.join_tip{
    font-size: 16px;
    color: rgb(255, 254, 246);
    vertical-align: top;
	padding-left: 4px;
	font-weight:bold
}
.vip p, .join p, .upload p {
    font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.5
}

.join_icon {
    width: 19px;
    height: 20px;
    display: inline-block;
    background: url(../images/join-icon.png) no-repeat;
    background-size: 100% auto;
}



.upload_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/upload-icon.png) no-repeat;
    background-size: 100% auto;
}

.vip,.join,.upload{
	padding:20px
}

.tip_bot{color: rgb(235,82,68);font-size: 15px;text-align: center;margin-top:15px;}
.rule_btn {
    width: 100%;
    margin: 20px auto;
    height: 30px;
}
.rule_btn ul{
	display:table;margin:0 auto;
}
.rule_btn ul li {
    float: left;
    width: 100px;
    height: 32px;
    line-height: 30px;
    background: url(../images/btn.png) no-repeat;
    background-size: 100% auto;
    text-align: center;
    color: rgb(255, 254, 246);
    font-size: 12px;
    margin-right: 10px;
}


