*{margin: 0;padding: 0}
html, body {
    position: relative;
    height: 100%;
}
body {
    background:var(--bodyColor);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.28rem;
    color:#444;
    margin: 0;
    padding: 0;
}
body{
    --bodyColor:#f5f5f5;
    --themeColor:#070cad;
}


.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box {
    position: relative;
    width: 100%;
}

.filter-box select {
    display: none;
}

.filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.filter-text input {
    font-size: 14px;
}

.filter-text .filter-title {
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    border: 1px solid #eee;
    box-sizing: border-box;

}

.filter-list {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    font-size: 0.28rem;
    position: absolute;
    top: 0.9rem;
    left: 0;
    z-index: 99;
    border: 1px solid #e6e6e6;
    overflow: auto;
}

.filter-list li.filter-null a {
    color: #d2d2d2;
}

.filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 0.65rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.filter-list li:hover {
    background-color: #f2f2f2;
}

.filter-list li.filter-selected {
    background-color:#79b4f9;
}

.filter-list li.filter-selected a{
    display: block;
    color: #fff;
}

.filter-list li.filter-disabled {
    background-color: #fff;
}

.filter-list li.filter-disabled a{
    display: block;
    color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
    cursor: not-allowed!important;
    background-color: #fff;
}

.icon {
    position: absolute;
}

.icon-filter-arrow {
    width: 0.19rem;
    height: 0.14rem;
    background-repeat: no-repeat;
    background-image: url(../image/icon_arrow_down_x2.png);
    background-size: 100%;
    right: 0.2rem;
    top: 0.3rem;
    transition: all .2s;
}

.icon-filter-arrow.filter-show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.filter-list::-webkit-scrollbar-track {
    background: #fff
}

.filter-list::-webkit-scrollbar-thumb {
    background: #CBCBCB;
}
.isplist input{
    zoom: 140%;
}
.isplist{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    input{
        margin-right: 0.1rem;
        margin-top: 0.05rem;
    }
}
.form{
    padding: 0 0.6rem 0;
    .rule-title {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0.2rem;
        font-weight: bold;
        text-align: center;
    }
    .rule-info {
        font-size: 0.28rem;
    }
    .title{
        font-size: 0.34rem;
        font-weight: bold;
        text-align: center;
    }
    .input{
        margin-top: 0.3rem;
        p{
            margin-bottom: 0.1rem;
            font-size: 0.3rem;
            margin-top: 0.3rem;
            font-weight: bold;
        }
        .kuang{
            height: 0.7rem;
            line-height: 0.7rem;
            border:1px solid #eee;
            flex:1;
            input{
                width: 100%;
                height: 100%;
                border: none;
                padding-left: 0.2rem;
                box-sizing: border-box;
                font-size: 0.28rem;
            }
        }
        .big-kuang{
            height: 2rem;
            width: 100%;
            border: 1px solid #eee;
            padding: 0.2rem;
            box-sizing: border-box;
            background: #fff;
            textarea{
                border:none;
                width: 100%;
                height: 100%;
            }
        }
    }
    .submit{
        height: 0.8rem;
        background: var(--themeColor);
        line-height: 0.8rem;
        text-align: center;
        font-size: 0.3rem;
        border-radius: 0.1rem;
        margin-top: 0.3rem;
        color: #fff;
    }
}
.banner{
    img{
        width: 100%;
    }
}
img{
    width: 100%;
}
.cons p{
    margin: 0 0.3rem;
}
.big-title{
    padding: 0.3rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
}
.word-text{
    text-align: center;
    margin: 0.3rem 0;
    color: #999;
    padding-bottom: 0.2rem;
    font-size: 0.26rem;
}

.bottom{
    width: 100%;
    margin: 20px auto;
    .join-num{
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
        color:var(--themeColor)
    }
}

.date{
    display: flex;
    animation: fadeIn 2.5s ease 0s 1 normal both running;
    margin-bottom: 0.2rem;
    .date-li{
        flex:1;
        text-align: center;
        border-right: 1px solid #eee;
    }
    .nums{
        margin-top: 0.1rem;
        font-size: 0.34rem;
        color: var(--themeColor);
    }
    .top{
        font-size: 0.24rem;
    }
}
.date .date-li:last-child{
    border-right: none;
}

.z_photo {
    /* width: 5rem;					 */
    /* height: 5rem; */
    overflow: auto;
    clear: both;
    margin: 0rem auto;	/*上下外边距为1rem 左右自适应*/
}

.z_photo img {
    width: 1.5rem;
    height: 1.5rem;
}

.z_addImg {
    float: left;	/*左浮动*/
    margin-right: 0.2rem;	/*设置右外边距*/
    margin-bottom: 0.2rem;
}

.z_file {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../image/z_add.png) no-repeat;
    background-size: 100% 100%;	/*图片尺寸*/
    float: left;
    margin-right: 0.2rem;
}

.z_file input::-webkit-file-upload-button {
    width: 1.5rem;
    height: 1.5rem;
    border: none;	/*设置边框没有*/
    position: absolute;	/*绝对定位*/
    outline: 0;	/*边框边缘我的外围轮廓大小为0px*/
    opacity: 0;	/*设置元素不透明级别*/
}

.z_file input.file {
    display: block;	/*此元素将会被显示为块级元素，此元素前后会带有换行符*/
    width: auto;
    border: 0;
    vertical-align: middle;	/*此元素垂直居中*/
    opacity: 0;
}

/*遮罩层*/

.z_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /*渐变    R红色值 G绿色值 B蓝色值 A透明度*/
    position: fixed;	/*生成绝对定位 相对于浏览器窗口进行定位*/
    top: 0;
    left: 0;
    z-index: 999;	/*设置元素的堆叠顺序*/
    display: none; /*此元素不会被显示*/
}

.z_alert {
    width: 4.6rem;
    border-radius: .1rem; /*添加圆角边框*/
    background: #fff;	/*设置背景*/
    font-size: .24rem;	/*字体大小*/
    text-align: center;	/*对齐方式 居中*/
    position: absolute; /*生成绝对定位，相对于 static 定位以外的第一个父元素进行定位*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.z_alert p:nth-child(1) {
    height: 1rem;
    line-height: 1.2rem;	/*设置行间的距离(行高)*/
}

.z_alert p:nth-child(2) span {
    display: inline-block;	/*使段落生出行内框 行内块元素*/
    width: 49%;
    height: .7rem;
    line-height: .7rem;
    float: left;
    border-top: 1px solid #eee;
}

.z_cancel {
    /* border-right: 1px solid #ddd;*/
}

.p_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /*渐变    R红色值 G绿色值 B蓝色值 A透明度*/
    position: fixed;	/*生成绝对定位 相对于浏览器窗口进行定位*/
    top: 0;
    left: 0;
    z-index: 999;	/*设置元素的堆叠顺序*/
    display: none; /*此元素不会被显示*/
}

.p_alert {
    width: 4rem;
    text-align: center;	/*对齐方式 居中*/
    position: absolute; /*生成绝对定位，相对于 static 定位以外的第一个父元素进行定位*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p_alert img{
    width: 4rem;
}
.z_sure{
    color: #3f51b5;
}
.z_cancel{
    color: #999;

}
.flex{
    display: flex;

}
.yzm{
    height: 0.7rem;
    line-height: 0.7rem;
    width: 2rem;
    text-align: center;
    border: 1px solid #eee;
    margin-left: 0.2rem;
    font-size: 0.26rem;
    background: #fff;
}
.gray-bg{
    background: #eee;
    color: #999;
}


#msg {
    text-align: center;
    position: fixed;
    bottom: 40%;
    width: 100%;
    left: 0;
    z-index: 10000;
}

#msg span{
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 0.2rem;
    border-radius: 6px;
    font-size: 0.28rem;
    z-index: 10000;
}