*{padding:0;margin:0}
body{font-size:14px;color:#333;background: #161481 url(img/bannerbg.jpg) no-repeat center top;background-size: contain;}
a{text-decoration:none}
a:hover{text-decoration:underline}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 3px
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #a1a3a9
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    zoom:1;
    visibility:hidden;

}
.clearfix{
    zoom:1;
}
.wrapper{}
.wrapper .inner{
    width:1200px;
    margin:0 auto;
    text-align: center;
}

.header{min-height: 435px;}
.header .inner{
    background: url();
    background-repeat: no-repeat;
    background-size: contain;
}
.content{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.content .tit{margin:10px 0;display: flex;font-size: 20px;color: #fff;}
.content .tit .title{color: #df8725;}
.content .time{margin:20px 0 40px;display: inline-flex;flex-direction: row;justify-content: center;align-items: center;}
.content .time .time-item{margin: 0px 10px;/* border:2px solid red; */padding: 10px 40px;background: rgb(255 255 255 / 25%);}
.content .time-btn{margin:20px 0;display:inline-block;padding: 8px 20px;font-size: 15px;background: rgb(255 255 255 / 77%);border-radius: 4px;color: #58599d;cursor: pointer;}

.time-item {text-align: center;}
.time-item .time-item-num{font-size: 30px;color: #fff;font-family: Impact;word-spacing: 2em;}
.time-item .time-item-txt{font-size: 16px;color: #be8b65;}

.footer{display:flex;align-items: center;justify-content: center;margin:20px 0;font-size: 18px;font-weight: 600;color: #fff;}
.footer div{margin:0px 20px;}



