@charset "utf-8";
/* 清除内外边距 */
*{padding:0;margin:0;}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "微软雅黑"; 
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td,a,img
{
    margin: 0;
    padding: 0;
    list-style: none;
    /*-webkit-tap-highlight-color: rgba(255,255,255,0);*/
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: rgba(255,255,255, 0);

}

body,html {
    width: 100%;
    margin: 0 auto;
    z-index: 1;


    font-size: 16px;
    color: #5D5D5D;


    -webkit-text-size-adjust: none !important;


    /* height: 100%;
    overflow:hidden;*/

}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

input,textarea,select,code,kbd,pre,samp {

    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

input,button,select,textarea {
    border: none;
    border: medium;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*去除iphone默认input样式*/
button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
/* 重置表单button按钮效果 */
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button
{
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* 设置默认字体 */
body,button,input,select,textarea {
    font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
}
/* 重置列表元素 */
/* 重置列表元素 */
ul,ol {
    list-style: none;
}
/* 重置文本格式元素 */
a {
    text-decoration: none;
    -webkit-tap-highlight-color: #000000;
    outline: none;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}

a:focus {
    outline: none;
}

a:hover {
    -webkit-user-select: none;
}
/* 取消a标签点击后的虚线框 */
a:active {
    star: expression(this.onFocus =       this.blur () );
}

img {
    width: 100%;
    border: none;
    vertical-align: middle;
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    font-weight: normal;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.pr {
    position: relative;
}

cite,em,i {
    font-style: normal;
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
[v-cloak]{display:none!important; }
.active_color{color:#cc0000;margin:0 0.08rem;}
.container{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width:100%;
    height:100vh;

    padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
    padding-bottom: env(safe-area-inset-bottom); /* 兼容 iOS >= 11.2 */

}
.main{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*左侧样式*/
.mask{
   	width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    display: none;
    z-index: 999;
}
.mask_content{
	width: 6rem;
    height: 100vh;
    background: #FFF6E4;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    padding-left: 0.4rem;
    box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}
.mask_header{
	display: flex;
	justify-content: flex-end;
	padding: 0 0.4rem;
	padding-top: 0.48rem;
	box-sizing: border-box;
}
.mask_header img{
	width:1.12rem;
	height:0.46rem;
	text-align: right;
}
.mask_list{
	height: calc(100vh - 1.94rem);
	overflow-y: auto;
}
.mask_h4{
	font-size: 0.4rem;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0.8rem;
	padding-top: 0.3rem;
}
.mask_list{
	padding-bottom: 0.7rem;
}
.mask_list p{
	font-size: 0.36rem;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0.6rem;
	width: 5rem;
	
}
.mask_list ul li{
	font-size: 0.32rem;
	font-weight: bold;
	color: #66666E;
	padding-bottom: 0.6rem;
	width: 5rem;
}
.mask_active{
	color:#CC0000!important;
}

.tips{
    position:fixed;
    top:50%;
    left:50%;
    padding:0.14rem 0.14rem;
    color:#fff;
    background:rgba(0,0,0,0.7);
    text-align:center;
    z-index:999;
    border-radius:0.2rem;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}


