main{
    padding-top: 1rem;
}
.history_main,
.history_main img,
.history_main .pic{
    width: 100%;
}
.history_main h2{
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    color: #b0151c;
    font-weight: bold;
    padding-top: 0.3rem;
}
.history_main .history_text{
    width: 5.6rem;
    text-align: justify;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.4rem;
    margin: 0 auto;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
}
.history_main .select_history{
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 1rem;
    margin: 0 auto;
    position: fixed;
    top:0.8rem;
    left: 0;
}
.history_main .select_history .select{
    width: 100%;
    min-height:1rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 1rem;
    background: rgba(0,0,0,0.9);
    position: relative;
}
.history_main .select_history .select .select_container{
    display: block;
    width: 100%;
    height:1rem;
    line-height: 1rem;
    position: relative;
    top:0;
}
.history_main .select_history .select .select_container span{
    transition: 0.5s;
    display: block;
    width: 0.3rem;
    height:0.3rem;
    position: absolute;
    left: 50%;
    top:0.35rem;
    margin-left: 2.3rem;
}
.history_main .select_history .select .select_container span:before{
    transition: 0.5s;
    display: block;
    content: ' ';
    width: 0.22rem;
    height: 0.02rem;
    position: absolute;
    left: -0.03rem;
    top: 0.3rem;
    margin-top: -0.15rem;
    background: #686868;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg);
}
.history_main .select_history .select .select_container span:after{
    transition: 0.5s;
    display: block;
    content: ' ';
    width: 0.22rem;
    height: 0.02rem;
    position: absolute;
    right: -0.03rem;
    top: 0.3rem;
    margin-top: -0.15rem;
    background: #686868;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg);
}
.history_main .select_history .select .select_ScrollBox{
    display: none;
}
.history_main .select_history .select .option_container li:active{
    background: rgba(176,21,28,0.9);
}
.history_main .select_history .open .select_ScrollBox{
    display: block;
    max-height:6rem;
    overflow: auto;
}
.history_main .select_history .open .select_container span{
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg);
}