body{
    position: relative;
}
.foot{
    width:100%;
    background:#f3f3f5;
    position: fixed;
    bottom:0;
    z-index: 1000;
}
.foot > ul{
    display: flex;
}
/* .foot > ul > li{
    flex: 1;
} */
.foot > ul > li img{
    width:100%;
    display: block;
    /* margin-left:18%; */
}
/*.time-one,.time-two{*/
    /*position: absolute;*/
    /*right:3%;*/
    /*z-index:4;*/
    /*color:#e94f51;*/
    /*line-height:20px;*/
    /*border:1px solid #ddd;*/
    /*border-radius: 3px;*/
/*}*/
/*.time-one span,.time span{*/
    /*color:#e94f51;*/
    /*display: inline-block;*/
/*}*/
/*.time-one p,.time-two p{*/

/*}*/
.time-count{
    position: absolute;
    right:3%;
    z-index:4;
    color:#e94f51;
    line-height:20px;
    border:1px solid #ddd;
    border-radius: 3px;
}
.time-count span{
    color:#e94f51;
    display: inline-block;
}
.time-count p{

}
/*登录弹出框*/
.out-dialog,.out-dialog-command, .out-dialog-reg{
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.5);
    z-index:10;
    display: none;
}
.dialog-content p{
    text-align: center;
    padding-top: 6px;
}
.dialog-content span{
    display: inline-block;
    width:28%;
    text-align: right;
    padding-right: 5px;
    color: #e94f51;
}
.dialog-content input{
    border:1px solid #e94f51;
    height: 24px;
    border-radius: 5px;
    width: 37%;
    font-size: 12px;
    text-indent:5px;
}
.dialog-content button{
    width:30%;
}
.dialog-content {
    width: 80%;
    position: absolute;
    top:20%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background:#fff;
    border-radius: 15px;
}
.dialog-content li{
    padding: 0 10px;
    padding-top:15px;
}
.dialog-content li:nth-child(1){
    padding-top: 22px;
}
.dialog-content li:nth-child(2){
    padding-top:20px;
}
.dialog-content li:nth-child(3)>button{
    height:24px;
    background:#fff3f3;
    border:1px solid #e94f51;
    border-radius: 5px;
    color: #e94f51;
    display: inline-block;
}
.dialog-content li:nth-child(4)>button{
    height:24px;
    background:#fff3f3;
    border:1px solid #e94f51;
    border-radius: 5px;
    color: #e94f51;
    display: block;
    float: right;
    margin-right: 3%;
}
.dialog-content li:nth-child(6){
    display: flex;
    display:-webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    background: #e94f51;
    margin-top:22px;
    padding:10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.dialog-content li:nth-child(6)>button{
    width:35%;
    height: 35px;
    background:#fff3f3;
    border-radius: 30px;
    color: #e94f51;
}
.valicode{
    width:25%;
    color: #e94f51;
    float: right;
    margin-right: 7%;
}
#img{
    width:100%;
    display: block;
}

/*字体设置*/
@media screen and (min-width:320px){
    .dialog-content p{
        font-size: 13px;
    }
    .dialog-content span,.dialog-content button{
        font-size: 12px;
    }
    .dialog-content input{
        font-size: 10px;
    }
    .time-one p span,.time-two p span{
        font-size: 11px;
    }

}

@media screen and (min-width:360px){
    .dialog-content p{
        font-size: 14px;
    }
    .dialog-content span,.dialog-content button{
        font-size: 12px;
    }
    .dialog-content input{
    }
    .time-one p span,.time-two p span{
        font-size: 12px;
    }
}
@media screen and (min-width:375px){
    .dialog-content p{
        font-size: 15px;
    }
    .dialog-content span,.dialog-content button{
        font-size: 13px;
        height:28px!important;
    }
    .dialog-content input{
        height:28px!important;
    }
    .time-one p span,.time-two p span,.n{
        font-size: 13px;
    }

}
@media screen and (min-width:414px){
    .dialog-content p{
        font-size: 17px;
    }
    .dialog-content span,.dialog-content button{
        font-size: 14px;
        height:30px!important;
    }
    .dialog-content input{
        height:30px!important;
        font-size:13px;
    }
    .time-one p span,.time-two p span {
        font-size: 14px;
    }
}


.out-dialog-command .command-li{
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.out-dialog-command .dialog-content li.command-li>button{
    width:35%;
    height: 35px;
    border-radius: 30px;
}