html,
body {
    margin: 0;
    padding: 0;
}

.container {
    width: 1210px;
    margin: 0 auto;
    z-index: 101;
    text-align: center;
    /*background-color: gray;*/
}

header {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 12px;
}

.site-logo {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.site-logo h1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 25px;
    color: #ff9f0c;
}

.site-logo img {
    display: inline-block;
    height: 55px;
    vertical-align: middle;
}

nav.site-nav {
    vertical-align: middle;
    line-height: 60px;
    margin-left: 350px;
}

nav.site-nav .active {
    color: #ff7800;
    border-bottom: 2px solid #ff7800;
}

nav.site-nav ul {
    display: block;
    margin: 0 auto;
    padding: 0;
}

nav.site-nav ul li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 60px;
}

nav.site-nav a {
    text-decoration: none;
    font-size: 25px;
    color: black;
    font-weight: bold;
}

main.site-main {
    width: 100%;
}

main.site-main .swiper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

main.site-main .swiper .swiper-container {
    width: 100%;
}

.swiper-container1 {
    width: 100%;
}


.swiper-button-prev {
    background-image: url("../img/prev.png");
    position: absolute;
    background-size: 100%, 100%;
    left: 85px;
    margin-left: -50px;
    margin-top: -50px;
    width: 50px;
    height: 80px;
    cursor: pointer;
}

.swiper-button-next {
    background-image: url("../img/next.png");
    background-size: 100%, 100%;
    position: absolute;
    right: 35px;
    margin-left: -50px;
    margin-top: -50px;
    width: 50px;
    height: 80px;
    cursor: pointer;
}

.swiper-pagination {
    margin-top: 10px;
    width: 100%;
    text-align: center;

}

.swiper-pagination-bullet {
    background: #fff;
    background-image: url("../img/p.png");
    background-size: 100%, 100%;
    margin-left: 40px;
    opacity: 1;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.swiper-pagination-bullet-active {
    background-image: url("../img/p_active.png");
}

.homes {
    background-color: #f2f5f5;
    margin-top: 80px;
    text-align: left;
    padding: 10px 50px 80px 50px;
}

.homes .title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

footer.site-footer {
    padding-top: 20px;
    position: relative;
}

footer.site-footer ul {
    list-style: none
}

footer.site-footer ul.columns {
    display: block;
    padding: 0;
    margin-left: 50px;
}

footer.site-footer ul.columns>li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 60px;
}

footer.site-footer ul.columns>li span {
    display: block;
    font-weight: bold;
    margin-left: 0;
    text-align: left;
}

footer.site-footer ul.list {
    margin: 0;
    padding: 0;
    text-align: left;
}

footer.site-footer .content {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 22px;
}

footer.site-footer .content a {
    margin-right: 10px;
    color: #454545;
    font-size: 14px;
}

footer.site-footer h4 {
    font-size: 18px;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    padding-bottom: 12px
}

footer.site-footer .contact-us {
    margin-top: 120px;
    background-image: url("../img/footer.png");
    background-size: 100%, 100%;
    height: 60px;
}

footer.site-footer .contact-us p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    padding-left: 20px;
}

footer.site-footer .contact-us p a {
    color: #0078ff;
    text-decoration: none;
}

article {
    display: inline-block;
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    background-color: #fff;
}

.home-content .home-description {
    vertical-align: middle;
    padding: 10px 20px;
    position: relative;
    height: 70px;
}

.home-description .appIcon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 25px;
    width: 64px;
    border-radius: 15px;
}

.home-content .home-title {
    font-weight: bold;
    font-size: 24px;
    color: #1d4287;
    width: 300px;
    display: inline-block;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0, -50%);

}

.home-description button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    height: 54px;
    background-color: #32c496;
    box-shadow: 0 2px 2px #888888;
    border-radius: 30px;
    border: 0;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    border-color: transparent;
}

.about,.contact, .games{
    background-color: #f2f5f5;
    padding: 15px 0;
    font-family: "Calibri", sans-serif;
}

.about .abount-content,.contact .contact-content {
    text-align: left;
    margin: 20px 40px;
    padding: 10px 50px;
    background-color: white;
    font-size: 26px;
}
.about .abount-content p {
	margin: 40px 0;
}

.about h1 {
    font-size: 30px;
    line-height: 10px;
}
.contact .contact-content .title {
     font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.contact-main {
    margin-bottom: 100px;
}
.contact-main p{
    line-height: 20px;
}
.contact-main p span {
    width: 280px;
    display: inline-block;
}
.contact-main p a {
    text-decoration: none;
    color: #005de9;
}
.game-content {
    padding-bottom: 50px;
}
.game-head {
    position: relative;
    height: 200px;
}
.game-head .head-content{
    margin-left: 260px;
}
.game-head .logo {
    position: absolute;
    top: 50%;
    left: 50px;
     transform: translate(0, -50%);
}
.game-head .head-content .title{
    font-weight: bold;
    font-size: 50px;
    margin: 10px 0;
}
.game-head .head-content .subtitle{
    font-size: 26px;
}
.download-link {

}
.download-link p {
    margin-left: 50px;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 10px;
}
.download-link .store {
    text-align: center;
}
.download-link .store a {
    text-decoration: none;
    margin-right: 20px;
}
.download-link .store img {
    height: 60px;
    border-radius: 8px;
}
.games .swiper-slide img {
    height: 275px;
    width: 500px;
}
.games .swiper-slide video{
    height: 275px;
    width:500px;
}
.games .swiper {
    margin-top: 30px;
}
 .games .game-content {
    text-align: left;
    margin: 20px 40px;
    padding: 10px 50px 50px;
    background-color: white;
    font-size: 26px;
}