/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li,span{ margin:0; padding:0; }
body{font:normal 12px  "Arial","方正兰亭黑简体","Tahoma",sans-serif; margin:0;padding:0; }
ul,ol{list-style:none;padding: 0px;overflow: visible;}
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td, fieldset, label, legend,dt,dd,dl{margin:0;padding:0;}
section, article, aside, header, footer, nav, dialog, figure,figcaption {display: block;}
em, i { font-style:normal }
img { border:0;padding:0; }
.clearfloat{clear:both;}
a,button,input,optgroup,select,textarea,span{-webkit-tap-highlight-color:rgba(0,0,0,0);}
a, img{-webkit-touch-callout: none;}
a:hover{text-decoration:none}
ins,a{text-decoration:none}
body,html{width: 100%;margin:0 auto;}
body{position: relative; -webkit-overflow-scrolling:touch;background:#d3e5f8;}
.hide{display: none;}


.main { width:100%;margin:0 auto;position:relative;  overflow:hidden; padding-bottom:0.32rem;padding-top: 6.9rem;}
.main img { width:100%; height:auto; display:block;}
.share{position: absolute;right: 0.16rem;top: 0.4rem;width: 1.04rem;z-index:9}
.share img{width: 100%;display: block;}
.img_j { position:relative;}

/* 内容 */
* {box-sizing: border-box;}
/*强行不换行*/
.nowrap{white-space:nowrap;}
/*强行换行*/
.break{white-space:normal;word-break:break-all;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.flex{display:box;display:-webkit-flex;display:-ms-flex;display:-webkit-box;display:-moz-box;display:flex;justify-content:flex-start;align-content:flex-start;}

.main .bg {position: absolute;top: 0;left: 0;}
.main .xize {position: fixed;right: 0;top: 2.67rem;width: 0.36rem;z-index: 3;}
.main .gg {position: absolute;top: 6.45rem;right: 0.22rem;background-color: rgba(82,104,114,0.7);border-radius: 0.12rem;font-size: 0.18rem;line-height: 0.3rem;color: #fff;padding: 0 0.13rem;}
.main .content {position: relative;width: 6.97rem;margin: 0 auto;background-image: url(../images/box_02.png);background-repeat: no-repeat;background-position: center;background-size: 100% calc(100% - 3.8rem);padding: 1.15rem 0.45rem 1.35rem;z-index: 1;}
.main .content > * {position: relative;}
.main .content::before {position: absolute;content: '';width: 100%;height: 1.9rem;top: 0;left: 0;background-image: url(../images/box_01.png);background-size: 100% 100%;z-index:- 1;}
.main .content::after {position: absolute;content: '';width: 100%;height: 1.9rem;bottom: 0;left: 0;background-image: url(../images/box_03.png);background-size: 100% 100%;z-index: -1;}
.main .content .title {position: relative;}
.main .content .title .tit_bg {height: 0.66rem;width: auto;margin: 0 auto;}
.main .content .title .tit_text {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);white-space: nowrap;font-size: 0.32rem;line-height: 0.66rem;color: #0e52e9;font-weight: bold;}
.main .content .brief {font-size: 0.28rem;line-height: 0.48rem;color: #5c74a8;vertical-align: text-bottom;margin: 0.2rem 0;}
.main .content .brief span {color: #ff182f;}
.main .content .brief span.number {font-size: 0.48rem;font-weight: bold;}
.main .content .btn {width: 3.73rem;margin: 0 auto;}

/*细则*/
.hide { display: none; }
.mask { visibility: hidden; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 999; }
.mask.show { visibility: visible; }
.pcenter { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); width: 100%; }
.oh { overflow: hidden; }
.btn_rule { cursor: pointer; }
.scroll { position: relative; }

.rule_ct { width: 90%; max-height: 85%; display: -webkit-box; -webkit-box-orient: vertical; background:#fff; border-radius:0.2rem; }
.rule_ct .btn_close { position: absolute; width:0.6rem; height: 0.6rem; left:50%; bottom: -0.8rem; margin-left:-0.3rem; background: url(../images/close.png) no-repeat center center; background-size:100% 100%; }
.rule_ct .rule_detail { -webkit-box-flex: 1; display: -webkit-box; -webkit-box-orient: vertical; background-color: #fff; border-radius: 0.2rem; margin:0 0.2rem 0.2rem;overflow:auto; }
.rule_ct .rule_title { font-size:0.36rem; color:#03a8fd; line-height:1.5em; text-align:center; font-weight:bold; padding: 0.2rem 0;}
.rule_ct .rule_title span { display:inline-block; position:relative;}
.rule_ct .rule_title span:before { content:''; position:absolute; z-index:9; top:50%; right: calc(100% + 0.12rem); width:0.45rem; height:0.14rem; background-image: url(../images/xize_tit_icon.png);background-size: 100% 100%;transform: translateY(-50%);}
.rule_ct .rule_title span:after { content:''; position:absolute; z-index:9; top:50%; left: calc(100% + 0.12rem); width:0.45rem; height:0.14rem; background-image: url(../images/xize_tit_icon.png);background-size: 100% 100%;transform: translateY(-50%) rotateY(180deg);}

.rule_ct .rule_detail p { font-size:0.24rem; color:#222; line-height:1.5em; text-align:justify; white-space:normal;word-break:break-all;}
.rule_ct .rule_detail p span { color:#e74f29; font-weight:bold;}
.rule_ct .rule_detail a {color:#e74f29; display:inline-block; border-bottom:#e74f29 solid 0.01rem; font-weight:bold;}

.rule_ct .rule_detail p.par { padding-top:0.2rem;}

.mask_rule1 .rule_ct { background:#2682ff;}

.table_h { width:100%; border-top:#222 solid 0.01rem;border-left:#222 solid 0.01rem; font-size:0.22rem; color:#222; line-height:1.5em; text-align:center; margin-bottom:0.1rem;}
.table_h td,.table_h th { border-bottom:#222 solid 0.01rem;border-right:#222 solid 0.01rem; padding:0.1rem;}
