html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei";
}
ul,li{
    list-style: none;
}
em,i{
    font-style: normal;
}
a{
    text-decoration: none;
}
body{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}
.the-same{
    float: left;
    margin-top: 10px;
    background: rgba(0, 0, 0, .1);
    position: relative;
}
.the-same .same-style{
    background:rgba(0,0,0,0);
}
.the-same h4{
    color: #01D6C2;
    font-size: 1.28rem;
    /* border-left:3.03px solid #01D6C2; */
    padding-left: 15px;
    margin-top: 10px;
    /* margin-bottom: 9px; */
}
.the-same .same-style{
    /* border: 1px solid rgba(34, 78, 167,.3); */
    position: relative;
} 

.left-top,.right-top,.left-bottom,.right-bottom{
    position: absolute;
    width: 10px;
    height: 10px;
}
.left-top,.right-top{
    border-top: 1px solid #01D6C2;
}
.left-top,.left-bottom{
    border-left: 1px solid #01D6C2;
}
.right-top,.right-bottom{
    border-right:  1px solid #01D6C2;
}
.left-bottom,.right-bottom{
    border-bottom: 1px solid #01D6C2;
}
.left-top{
    left:0;
    top:0;
}
.right-top{
    right: 0;
    top: 0;
}
.left-bottom{
    left: 0;
    bottom: 0;
}
.right-bottom{
    right: 0;
    bottom: 0;
}
.hidden{
    display: none;
}
@media screen and (max-width: 1366px) {
    html,body{
        font-size: 7.03px;
    }
}
@media screen and (max-width: 1600px)and (min-width: 1367px) {
    html,body{
        font-size: 8.0px;
    }
}
@media screen and (max-width: 2100px)and (min-width: 1601px){
    html,body{
        font-size: 10px;
    }
}
.all {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: linear-gradient(180deg, #072577 0%, #06063B 100%); */
    background: url(../img/Rectangle11.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.head, .content, .bottom {
    position: absolute;
    box-sizing: border-box;
}

.head, .bottom, .head div.head_time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.head, .bottom, .head div.head_time span{
    min-width: 100px;
    text-align: center;
} 
.head div.head_time span span{
    display: inline-block;
    width: 70px;
    min-width: 65px;
    text-align: left;
}

.btns{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width:420px;
    top: 0;
}
.btns button{
    display: inline-block;
    width: 33.3%;
    height: 100%;
    float: left;
    color: #fff;
    background: url(../img/btn.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
    outline: none;
}

.btns button.active{
    background: url(../img/active.png) no-repeat;
    background-size: 100% 100%;
}
.head {
    left: 0;
    top: 0;
    right: 0;
    height: 8.2%;
    background: url(../img/tophead@2x.png) no-repeat center center;
    background-size: 100% 100%;
    color: #F3FEF0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.head>div{
    height: 100%;
}
.head div.head_time {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit--moz-box-pack: space-around;    
    margin-top: -7px;
    font-size: 12px;
    font-weight: 200;
}
.head div.head_time  span{
    text-shadow:5px 0px 20px rgb(192, 235, 244);
}

.head h2 {
    text-shadow: 5px 5px 13px rgba(0, 61, 255, 1);
    margin: 0;
    margin-top: -5px;
    font-size: 25px;
}
.head>div>img {
    height: 63px;
    margin-top: -4px;
}
@media screen and (max-width: 1910px) and (min-width: 500px){
    .head>div>img {
        height: 24px;
        margin-top: 1px;
    }
}
.content {
    left: 15px;
    right: 15px;
    top: 8.15%;
    bottom: 4.35%;
}

.bottom {
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.35%;
    /* background: -webkit-linear-gradient(right,rgba(21,0,39,1), rgba(1,2,101,1));
    background: -o-linear-gradient(right,rgba(21,0,39,1), rgba(1,2,101,1)); 
    background: -moz-linear-gradient(right,rgba(21,0,39,1), rgba(1,2,101,1)); 
    background: linear-gradient(right,rgba(21,0,39,1), rgba(1,2,101,1)); 
    background:linear-gradient(90deg,rgba(21,0,39,1) 0%,rgba(37,10,106,1) 51%,rgba(1,2,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150027ff', endColorstr='#010265ff',GradientType=0 ); */
    background: #040D36;
    color: #B9B9B9;
    font-size: 14px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -moz-box-pack: flex-end;
    -webkit--moz-box-pack: flex-end;
    box-pack: flex-end;
    padding-right: 15px;
}

.bottom img {
    height: 30px;
    width: 30px;
    margin-left: 9px;
    cursor: pointer;
}
.head {
    z-index: 10;
}
