body{ margin: 0; padding: 0; } html, body { height: 100% } .banner { position: relative; width: 100%; height: 100%; background-image: url('../img/PathMap.jpg'); background-position: top left, center center; background-size: center, cover; font-family: "Microsoft Yahei"; overflow: hidden; } .Header{ position: relative; top: 40%; width: 100%; padding: 20px 0; text-align: center; z-index: 5; } .Header img{ width: 180px; height: auto; } .CountryOption{ margin-top: 20px; display:flex; display:-webkit-flex; /* Safari 8 */ flex-wrap:wrap; -webkit-flex-wrap:wrap; /* Safari 8 */ justify-content:center; -webkit-justify-content: center; overflow: hidden; } .Country{ width:120px; height:auto; margin: 20px 0; font-size: 18px; color: #fff; } .Country a{ color: #fff; text-decoration: none; } .Country a:hover{ color: #ff5b5b; text-decoration: none; } .Country img{ width: 50px; height: auto; margin-bottom: 5px; } .moveControl { position: absolute; display: block; top: 0; left: 0; right: 0; height: 100%; width: 100%; } .moveRight { display: block; width: 50%; height: 100%; float: right; } .PowerBy{ padding:0 10px; margin-top: 10px; color: #fff; } .PowerBy img{ width: auto; height: 60px; margin: 10px 30px 0 30px; } .container{ width: 100%; text-align: center; margin:0 auto; padding: 0 5px; } .copyright{ width: 100%; position: absolute; bottom: 0; padding: 10px 0; background-color: #000000; color: #fff; font-size: 12px; } .Right{margin-right: 30px; padding: 5px 0;} @media screen and (max-width: 991px) { .Country{ width: 90px; } } @media screen and (max-width: 767px) { .Header img{ width: 150px; height: auto; } .Country img{ width: 40px; height: auto; } .Header{ position: absolute; top:0; } .Country{ width: 120px; margin: 10px 0; font-size: 14px; } .PowerBy{ margin-top: 10px; color: #fff; } .PowerBy img{ width: auto; height: 40px; margin: 10px 30px 0 30px; } } @media screen and (max-width: 500px) { .Country{ width: 100px; } .PowerText{ width: 100%; } .PowerBy{ margin-top: 10px; color: #fff; font-size: 13px; } .PowerBy img{ width: auto; height: 40px; margin: 10px 10px 0 10px; } }