/* 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:#5e94ba;}
.hide{display: none;}
table { border-collapse: collapse; border-spacing: 0; }

.main { width:100%;margin:0 auto; position:relative;  overflow:hidden; padding-bottom:0.5rem;padding-top: 3rem;}
.main img { width:100%; height:auto; display:block;}
.share{position: absolute;right: 0.16rem;top: 1.1rem;width: 1.04rem;z-index:9}
.share img{width: 100%;display: block;}
.img_j { position:relative;}

/* 内容 */
* {box-sizing: border-box;}
.main .bg {position: absolute;top: 0;left: 0;}
.main .logo {position: absolute;top: 0.34rem;left: 0.45rem;width: 6.21rem;}
.content {position: relative;width: 6.62rem;margin: 0 auto;}
.content .card {width: 4.81rem;margin: 0 auto;}
.content .title {width: 6.06rem;margin: 0 auto;}
.content .msg {text-align: center;font-size: 0.26rem;line-height: 1;color: #fff;letter-spacing: 0.8em;margin: 0.15rem 0 0.35rem;}
.content .box {background-color: #fff;border-radius: 0.35rem;padding: 0.2rem 0.35rem 0.5rem;}
.content .box .tit {text-align: center;margin: 0.52rem 0 0.27rem;}
.content .box .tit span {position: relative;display: inline-block;font-size: 0.26rem;line-height: 1;color: #44689c;}
.content .box .tit span::before {position: absolute;content: '';width: 0.86rem;height: 0.03rem;background-image: url(../images/tit_icon.png);background-size: 100% 100%;right: calc(100% + 0.14rem);top: 50%;transform: translateY(-50%) rotateY(180deg);}
.content .box .tit span::after {position: absolute;content: '';width: 0.86rem;height: 0.03rem;background-image: url(../images/tit_icon.png);background-size: 100% 100%;left: calc(100% + 0.14rem);top: 50%;transform: translateY(-50%);}
.content .box .brief {font-size: 0.24rem;line-height: 0.4rem;color: #666;text-align: center;}
.content .box .brief2 {font-size: 0.21rem;line-height: 1;color: #666;text-align: center;}
.content .box .brief3 {text-align: justify;}
.content .box .brief3 span {color: #44689c;}
.content .box .table {margin-top: 0.18rem;font-size: 0.2rem;line-height: 0.3rem;color: #000;width: 100%;white-space: nowrap;}
.content .box .table td{ border:1px solid #999;padding: 0.1rem 0.1rem;}
.content .box .table tr:first-of-type {text-align: center;background-color: #5e94ba;color: #fff;}
.content .box .table tr td:nth-of-type(2n) {text-align: center;}
.content .box .table tr td:nth-of-type(3n) {text-align: center;font-weight: bold;}
.content .box .table tr:first-of-type td:nth-of-type(3n) {font-weight: initial;}
.content .box .btn {width: 5.13rem;height: 1rem;border-radius: 0.5rem;background-color: #5e94ba;text-align: center;font-size: 0.33rem;line-height: 1rem;color: #fff;letter-spacing: 0.1em;display: block;margin: 0.58rem auto 0;}
.content .notes {font-size: 0.24rem;line-height: 0.35rem;color: #fff;text-align: center;white-space: nowrap;margin: 0.32rem 0 0.34rem;}
.content .xize {text-align: center;}
.content .xize .xize_btn {font-size: 0.23rem;line-height: 0.3rem;color: #fff;border-bottom: 0.03rem solid #fff;}


/*细则*/
.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; padding:0.1rem 0.1rem 0.2rem; overflow:auto; }
    .rule_ct .rule_title { font-size:0.32rem; color:#000; line-height:1.5em; text-align:center; font-weight:bold; padding: 0.4rem 0 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%; left:-1.2rem; width:1rem; height:0.01rem; background:#fff}
.rule_ct .rule_title span:after { content:''; position:absolute; z-index:9; top:50%; right:-1.2rem; width:1rem; height:0.01rem; background:#fff}

	
	.rule_ct .rule_detail p { font-size:0.24rem; color:#222; line-height:0.38rem; text-align:justify; padding-bottom:0.1rem;}
     .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;}
