#content {}

.slider {
    height: 4px;
    background: orangered;
    position: absolute;
    top: 70px;
    left: 135px;
}

#top_bg {
    width: 100%;
    height: 170px;
    background: url(../images/gaming_ad1.png) no-repeat;
    background-size: 100%;
}

#firm_wrap {
    width: 100%;
    height: 200px;
    padding-top: 50px;
}

#firm {
    width: 1140px;
    height: 170px;
    margin: 0 auto;
    border: 1px solid lightgray;
    position: relative;
}

#firm_left {
    width: 310px;
    height: 150px;
    float: left;
    text-align: center;
    padding-top: 50px;
}

#firm_right {
    width: 790px;
    height: 130px;
    float: right;
    padding: 35px 20px;
    font-size: 13px;
    line-height: 25px;
}

#firm_logo {
    width: 84px;
    height: 84px;
    background: url(../images/gaming_logo.png) no-repeat;
    background-size: 100%;
    position: absolute;
    margin-left: -42px;
    margin-top: 45px;
}

.line {
    background: #E2E2E2;
    height: 1px;
    width: 100px;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 10px;
}

.big_title {
    color: #FF6501;
    font-size: 20px;
}

.black_title {
    font-size: 18px;
}

#hand_travel_wrap {
    width: 100%;
    height: 575px;
    background: url(../images/gaming_ad2.png) no-repeat;
    background-size: 100% 100%;
}

#hand_travel {
    width: 1140px;
    height: 545px;
    margin: 0 auto;
    padding-top: 30px;
}

#hand_travel_article {
    width: 600px;
    height: 260px;
}

#hand_travel_article span {
    margin-left: 245px;
}

#hand_travel_article p {
    font-size: 13px;
    line-height: 25px;
    text-indent: 35px;
}

#kaifei_wrap {
    width: 100%;
    height: 540px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#kaifei {
    width: 1140px;
    height: 540px;
    margin: 0 auto;
    border: 1px solid lightgray;
    background: url(../images/kaifei.png) no-repeat;
    background-size: 100% 100%;
}

#kaifei_article {
    width: 480px;
    height: 440px;
    text-align: center;
    padding-top: 100px;
}

#kaifei_article p {
    margin-top: 20px;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 20px;
}

#kaifei_article .line {
    margin-bottom: 40px;
}

#kaifei_article .strong_title {
    font-size: 23px;
}

#andriod_download {
    width: 170px;
    height: 50px;
    background: #F54748;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

#ios_download {
    width: 170px;
    height: 50px;
    border-radius: 8px;
    background: #F54748;
    display: inline-block;
    position: relative;
}

#kaifei a {
    text-decoration: none;
    display: inline-block;
}

#kaifei img {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 10px;
}

#andriod_download span {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    color: whitesmoke;
}

#ios_download span {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    color: whitesmoke;
}

#guess_wrap {
    width: 100%;
    height: 620px;
    text-align: center;
}

#guess {
    width: 1140px;
    height: 620px;
    margin: auto;
}

#guess_header {
    width: 100%;
    height: 60px;
}

#guess_content {
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.guess_item {
    width: 350px;
    height: 498px;
    display: inline-block;
    position: relative;
}

.guess1 {
    background: url(../images/gaming_item1.png) no-repeat;
    background-size: 100%;
}

.guess2 {
    background: url(../images/gaming_item2.png) no-repeat;
    background-size: 100%;
}

.guess3 {
    background: url(../images/gaming_item3.png) no-repeat;
    background-size: 100%;
}

.guess_item span {
    position: absolute;
    top: 220px;
    left: 20px;
    color: whitesmoke;
}

.guess_item p {
    position: absolute;
    top: 250px;
    left: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    padding: 15px 10px;
}