@charset "utf-8";body,html{font-size:100%;padding:0;margin:0;background-color:#feffff}li{list-style:none}em{font-style:normal}*{margin:0;padding:0;border:0;text-decoration:none;list-style:none;outline-style:none}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background-size:contain;font-size:.75rem;font-family:"微软雅黑","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;font-weight:500;height:100%}a{color:#fff;text-decoration:none;outline:0;display:block}a:hover{text-decoration:none}img{vertical-align:bottom;display:block}.global_toast{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(0,0,0,.8);padding:.2rem;border-radius:.053333rem;-webkit-border-radius:.053333rem;-moz-border-radius:.053333rem;-ms-border-radius:.053333rem;color:#fff;text-align:center;font-size:.32rem;line-height:.426667rem;z-index:1}.actionsheet{position:fixed;right:0;top:0;-webkit-transform:translate(0,100%);transform:translate(0,100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:4;width:100%;height:100%;-webkit-transition:-webkit-transform .3s;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.actionsheet_toggle{-webkit-overflow-scrolling:touch;overflow-y:auto;-webkit-transform:translate(0,0);transform:translate(0,0);-ms-transform:translate(0,0)}.mask{display:none;width:100%;height:100%;position:fixed;top:0;left:0;bottom:0;right:0;z-index:1;background:rgba(0,0,0,.5)}#show{display:block}#hide{display:none}.title{width:100%;position:fixed;top:0;left:0;background:#fafbfc;box-shadow:0 -.013333rem .2rem 0 rgba(0,132,255,.8)}[data-dpr="1"] .title{height:.5px}[data-dpr="2"] .title{height:1px}[data-dpr="3"] .title{height:1.5px}.tabTitle{height:1.2rem;width:9.2rem;margin:0 auto}.tabTitle ul{height:1.2rem}[data-dpr="1"] .tabTitle ul{border-bottom:.5px solid #007aff}[data-dpr="2"] .tabTitle ul{border-bottom:1px solid #007aff}[data-dpr="3"] .tabTitle ul{border-bottom:1.5px solid #007aff}.tabTitle ul li{float:left;width:50%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.4rem;color:#333;letter-spacing:.0048rem}.tabTitle ul li.active{border-bottom:.066667rem solid #007aff;color:#007aff}.container{max-width:10rem;margin:0 auto;font-size:.346667rem;color:#333;line-height:.506667rem;text-align:justify;padding:.266667rem;line-height:1.5}.cards .card{text-align:center;margin:.533333rem auto}.cards img{width:4rem;height:2.52rem;display:block;margin:0 auto .16rem}.cards img.vertical{height:4rem;width:2.52rem}.cards.vertical{text-align:center}.cards.vertical dl{margin:.533333rem;display:inline-block}.content{color:#999;margin:.133333rem 0 .48rem 0;padding-top:.266667rem}[data-dpr="1"] .content{border-top:.5px solid #f5f5f5}[data-dpr="2"] .content{border-top:1px solid #f5f5f5}[data-dpr="3"] .content{border-top:1.5px solid #f5f5f5}.content ul{padding-left:.533333rem}.content ul li{list-style:disc}.content a{color:#999;word-break:break-all;text-decoration:underline;display:inline}.content h1{font-weight:600}.content dl{margin-bottom:.133333rem}.content dl p{text-indent:2em;word-break:break-all}.content .indent{padding-left:.533333rem}.btn{width:94%;height:1.2rem;background:#007aff;line-height:1.2rem;border-radius:.133333rem;font-size:.453333rem;text-align:center;letter-spacing:.133333rem;margin:.666667rem auto}.shadow{background:rgba(204,230,255,.8)}[data-dpr="1"] .shadow{height:1px}[data-dpr="2"] .shadow{height:2px}[data-dpr="3"] .shadow{height:3px}table{margin:.266667rem 0}td,th{border:1px solid #dcdddd;text-align:center;padding:.08rem;word-break:break-all}th{font-weight:600!important}.smaller{width:80%}.smaller td:nth-of-type(1){width:40%}.smaller td,.smaller th{padding:.133333rem}.red{color:red!important}em{font-weight:600!important}.narrow td,.narrow th{padding:0!important}.styleChange th:nth-of-type(1){width:55%}.styleChange th:nth-of-type(2){width:45%}td.last{width:45%}td.last{width:45%}.inner{width:50%}.outer{width:25%}
/* 添加title */
.topBar {
    box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	height: 1.466667rem;
	background: #223b61;
	font-size: .4rem;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: #fff;
	line-height: 1.466667rem;
	padding: 0 0.4rem;
    text-align: center;
    letter-spacing: 1px;
}
.topBar a{
    position: absolute;
    top:0;
    left: 0;
    width:  1.466667rem;
    height:  1.466667rem;
}
.topBar a::before{
    content: '';
    position: absolute;
    top:0.55rem;
    left:0.55rem;
    width:0.4rem;
    height:0.4rem;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 0;   
    line-height: 0; 
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);	/* IE 9 */
    -moz-transform:rotate(45deg);	/* Firefox */
    -webkit-transform:rotate(45deg);/* Safari 和 Chrome */
    -o-transform:rotate(45deg);	/* Opera */
}