.main_box {
    padding-top: 80px;
    padding-bottom: 100px;
}

.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;
}

.page_title {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.page_title .text {
    padding: 0 10px 10px 10px;
    border-bottom: 5px dotted #f7af04;
}
.game_list_box {
    margin-bottom: 50px;
}

.game_list_box .game_list {
    background-color: #fff9e9;
    width: 450px;
    height: 200px;
    padding: 30px;
    border-radius: 5px;
}

.game_list_box .game_list img {
    border-radius: 5px;
    width: 108px;
    height: 108px;
}

.game_list_box .game_list .game_list_r {
    margin-left: 30px;
}

.game_list_box .game_list .game_list_r .game_name {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 10px;
    width: 30px;
}

.game_list_box .game_list .game_des {
    color: #fff;
    font-size: 14px;
    background-color: #faa58f;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    min-width: 100px;
    margin-top: 20px;
}

.game_list_box .game_text {
    color: #faa58f;
    margin-left: 30px;
    line-height: 20px;
}

.profile_box {
    background-color: #fff9e9;
}

.profile_box .profile_text {
    width: 600px;
    line-height: 2.2em;
    text-indent: 2em;
    margin-right: 50px;
}