.main_box {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #fff9e9;
}

.main_box .banner {
    position: relative;
    width: 100%;
}

.banner .carousel {
    transition: all .8s ease-out;
}

.main_box .banner img {
    height: 450px;
}

.change_btn {
    color: #fff;
    font-size: 80px;
    position: absolute;
    top: 50%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    width: 80px;
    transform: translateY(-50%);
    height: 100px;
}

.banner .left {
    left: 0px;
}

.banner .right {
    right: 0px;
}

.game_name_box {
    padding-top: 50px;
    width: 90%;
    background-color: #fff;
}

.game_name_box .game_name {
    font-size: 50px;
}

.game_name_box .game_name .game_des {
    color: #fff;
    font-size: 12px;
    background-color: #faa58f;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    width: 80px;
    margin-top: 15px;
}

.game_txt {
    font-size: 16px;
    margin-right: 20px;
    margin-top: 20px;
}

.game_text_box {
    width: 90%;
    align-items: center;
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.game_text_box .game_center_text {
    width: 800px;
    color: #0583fb;
    line-height: 2em;
    text-indent: 2em;
}

.game_text_box .download_btn {
    width: 180px;
    height: 40px;
    background-color: #0583fb;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.game_del_box {
    background-color: #fff;
    width: 100%;
}

.game_del_box  .game_del_title {
    margin-top: 50px;
    font-size: 36px;
    margin-bottom: 50px;
}

.game_del_box .game_del_txt {
    width: 50%;
    line-height: 30px;
    text-indent: 2em;
}

.game_del_box .game_del_txt img {
    width: 500px;
}