<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mod-data .container .rules_box,.rules_detail_box {
    float: none;
    width: 100%;
    position:relative;
}
.rules_box .rules_item {
    width: 100%;
    margin: 0 auto;
    background: url(../images/btzs02.png) no-repeat left center;
    height: 60px;
    line-height: 60px;
    text-indent: 65px;
    font-size: 22px;
    color: #f09e0f;
    margin-top: 20px;
}
.rules_box .shouming_box {
    width: 100%;
    margin: 20px auto;
}
.rules_box .shouming_box li {
    line-height: 26px;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
.samll_item {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-indent: 26px;
    background: url(../images/xing.png) no-repeat left center;
    background-size: 20px auto;
}
.detail_item_list {
    width: 100%;
    margin: 0 auto 30px;
}
.detail_item_list li {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #444;
}
.p_rules {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 26px;
}
.p_rules .tips {
    color: #F33;
    font-weight: bold;
    margin-right: 4px;
}
ul li span.nums_box{
  display:inline-block;
  width:26px;
  height:26px;
  border-top-right-radius:50%;
  border-top-left-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:0%;
  background-image: -moz-linear-gradient( -45deg, rgb(255,110,2) 0%, rgb(241,208,53) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(255,110,2) 0%, rgb(241,208,53) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(255,110,2) 0%, rgb(241,208,53) 100%);
  color:#1a1a1a;
  line-height:26px;
  margin-right:8px;
  text-align:center;
}
@media(max-width: 768px){
.rules_box .rules_item {
    background-size: 350px auto;
    height: 40px;
    line-height: 40px;
    text-indent: 16px;
    font-size: 18px;
}
.rules_box .shouming_box {
    margin-top: 10px;
}
.rules_box .shouming_box li {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 4px;
}
.samll_item {
    font-size: 15px;
    text-indent: 20px;
    background-size: 16px auto;
}
.detail_item_list {
    margin-bottom: 16px;
}
.detail_item_list li {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
}
.p_rules {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 8px;
}
ul li span.nums_box{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}

}</pre></body></html>