/*配套 样式*/
/*边框*/
.equ{
    display: inline;
    margin-right: 2px;
    border-radius: 5px;
}
/*填充色*/
.equ-bg-a{
    background: #f1f2f6;
}
/*字体*/
.equ-color-w{
    color: #fff;
}

.equ-color-b{
    color: #000;
}

.padding10{
    padding:10px;
}

.input-item{
    border:none;
    background: #f8f8f8;
    height: 30px;
}

.ul-flex{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ul-flex li{
    width: 20%;
    text-align: center;

}

.ul-flex li i{
    font-size: 50px;

}

.ul-flex li span{
    /*margin-top:-20px;*/
    color: #999;
	display:block;
}

.ul-flex li p{
    margin-top:0;
    color: lightgrey;
    font-size: 14px;
}

.select_date{
    width: 35%;
    text-align: center;
}

.i-active{
    color: #ff8248;
}

.i-state1{
    color: #249dee;
}

.i-state2{
    color: lightgrey;
}
.letter-spacing-p5{
	letter-spacing: .5rem;
}
.letter-spacing1{
	letter-spacing: 1rem;
}
.letter-spacing2{
    letter-spacing: 2rem;
}
