﻿* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

body {
    font-size: 0;
    background-color: #F7F8FA;
}
.bg_max {
    width: 100%;
}
.rules{
    width: 100%;
}
.tab_rules{
    width: 70%;
    margin: 0 auto;
    background-color: #FFF;
    border: solid#FFF;
}
.tab_rules>li{
    width: 90%;
    margin: 2% auto;
}
.tab_rules>li>div{
    position: relative;
    padding: 10px ;
    margin-top: 25px;
    background-color: #F7F8FA;
}
.tab_rules>li>div>p{
    line-height: 35px;
    margin: 20px auto;
    width: 95%;
    text-indent: 2em;
    font-size: 14px;
}
.tab_rules>li>div>b{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px;
    border: solid #5ba6ff;
}
.tab_rules>li>div>.xq_neri{
    margin: 5px auto 20px;
    width: 95%;
    text-indent: 2em;
    font-size: 0.9vw;
	color:#666;
}
.tab_rules>li>h3{
    border: 2px solid #1754d4;
	padding:5px 10px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    font-size: 25px;
	color:#464646;
	width: 150px;
}
.tab_rules>li>.title_width{
    width: 25%;
}
.tab_rules>li>div>img{
    width: 100%;
}

/* footer */
