@charset "utf-8"
* {
    margin: 0;
    padding: 0;
    transition: all .2s;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9
}

html {height: 45%}

body {   
    background-image: url('../image/fon/fon.png');     
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 1em;
    font-family: "Segoe UI", sans-serif;
    line-height: 135%;
    color: #FFD718;      
}

.downtext{
  margin-top: 10px;
}

.zxccenter {
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.commandacenter{
  display:flex; 
  justify-content: center; 
  align-items: center; 
  padding-top:2px;
}
.commandacenter2{
  display:flex; 
  justify-content: center; 
  align-items: center; 
  padding-top:0px;
}

.maintextforindex{
    position:flex; 
    padding-left:50px; 
    padding-top: 50px;
}

.d1{
    margin-top: 10px;
}
.d2{
    margin-top: 3px;
}






