﻿@charset "utf-8";
/** browser style **/
div, p, dl, dd, a, b, u, em, textarea, button, select, section, label, span, td, li, nav, footer, body, ul, i,h1,h2,h3, h4,h5 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: break-word;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif;
}
button, img{
    outline: 0;
    border: 0;
}
a{
    color: #666666;
    text-decoration: none;
}
a:hover{
    color: #fd9814;
}

/** page style **/
#tsohu_btn .tsohu-btn .btn-lf{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#isohu-topbar a{
      box-sizing: content-box;
}
#loginformsim div{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#simple_card .simple-email{
    font-size: 12px;
}
.tb-nav-media a.btn-media{
    box-sizing: content-box;
}
/** logo part **/
.logo_section{
    width: 950px;
    margin: 10px auto;
    overflow: hidden;
}
.logo_section .logo{
    float: left;
}
.logo_section .right{
    float: right;
}
.logo_section .right .input_search{
    width: 300px;
    padding: 9px 5px;
    border: 1px solid #c9caca;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("/mgame/upload/mgame20150626/search.png") no-repeat 270px;
}
.logo_section .right .hot_word{
    font-size: 12px;
    color: #666;
}
.logo_section .right .hot_word a{
    margin: 0 5px;
    color: #666666;
}
/** nav part **/
.nav_section{
    margin-bottom: 1px;
    background: #f2f2f2;
}
.nav_section .center{
    width: 950px;
    margin: 0 auto;
}
.nav_section .game_btn{
    float: right;
    margin: 7px 0 0;
}
.nav_section .nav_list{
    padding: 17px 0;
    overflow: hidden;
}
.nav_section .nav_list .item{
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif;
}
.nav_section .nav_list .item:after{
    content: '';
    position: absolute;
    top: 5px;
    margin-left: 20px;
    height: 13px;
    border-right: 1px solid #d0d0d0;
}
.nav_section .nav_list .item .active{
    color: #eb6100;
}
.nav_section .nav_list .item:last-child:after{
    display: none;
}

.main_section{
    width: 950px;
    margin: 0 auto;
}
/** ad part **/
.main_section .media_section{
    margin-bottom: 10px;
    font-size: 0;
}
.media_section .media_image{
    height: 300px;
    display: inline-block;
    overflow: hidden;
}
.media_section .left_media{
    width: 436px;
    margin-right: 1px;
}
.media_section .left_media img{
    min-width: 436px;
    min-height: 300px;
}
.media_section .center_media{
    width: 312px;
    margin-right: 1px;
}
.media_section .center_media img{
    min-width: 312px;
    min-height: 300px;
}
.media_section .right_media{
    width: 200px;
    height: 300px;
    display: inline-block;
    overflow: hidden;
}
.media_section .up_media{
    height: 149px;
    margin-bottom: 1px;
    overflow: hidden;
}
.media_section .up_media img{
    min-width: 200px;
    min-height: 149px;
}
.media_section .down_media{
    height: 150px;
}
.media_section .down_media img{
    min-width: 200px;
    min-height: 150px;
}
/** link part **/
.main_section .link_section{
    margin-bottom: 20px;
    background: #f3f3f3;
    font-size: 12px;
}
.link_section .single_game{
    margin-bottom: 5px;
}
.link_section .title{
    display: inline-block;
    padding: 5px 12px;
    background: #eb6100;
    color: #fff;
}
.link_section .link{
    margin-left: 10px;
}
/** content part **/
.main_section .content_section{
    margin-bottom: 20px;
    overflow: hidden;
}
.content_section .left_column{
    width: 400px;
    float: left;
    margin-right: 33px;
}
.content_section .right_column{
    width: 285px;
    float: left;
}
.content_section .sidebar{
    width: 200px;
    float: right;
}
.content_section .main_column{
    width: 718px;
    float: left;
}
.content_section .showcase{
    height: 258px;
    overflow: hidden;
}
/** slider part **/
.flexslider{
    border: 0;
    margin: 0;
}
.flexslider .slides img{
    height: 255px;
}
.flexslider .slides li{
    position: relative;
}
.flexslider .slides .desc:hover p{
    color: #fd9814;
}
.flexslider .slides .desc{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #000000;
    background: rgba(0, 0, 0, .7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: alpha(opacity=70);
    color: #fffefe;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
}
.flexslider a:hover{
    color: #eb6100;
}
.flex-direction-nav a{
    width: 25px;
    height: 34px;
    top: auto;
    bottom: 0;
    opacity: 1;
    color: #ffffff;
}
.flex-direction-nav .flex-prev{
    left: 3px;
}
.flex-direction-nav .flex-next{
    right: 3px;
}
.flex-direction-nav a:before{
    font-size: 20px;
    line-height: 34px;
    margin-left: 5px;
}
.flex-direction-nav a.flex-next:before{
    margin-right: 5px;
}
.content_section .headline{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_section .head_notes{
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_section .news_list{

}
.content_section .news_list .item{
    margin-top: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.content_section .news_list .item:before{
    content: "·";
    margin-right: 5px;
    color: #a99475;
}*/
.content_section .sidebar .people {
    position: relative;
    height: 255px;
    padding: 0;
    background: #f3f3f3;
    font-size: 14px;
    overflow: hidden;
}
.sidebar .people .article{
    padding: 0 5px;
    font-weight: bold;
}
.sidebar .people .next_people{
    position: absolute;
    bottom: 10px;
}
.sidebar .people .people_p{
    padding: 0 7px;
    font-size: 13px;
}
.sidebar .people .photo{
    height: 128px;
}
.content_section .title{
    position: relative;
    margin-bottom: 10px;
    font-size: 24px;
    color: #eb6100;
}
.content_section .title .text{
    padding-right: 10px;
    background: #ffffff;
}
.content_section .title .sep_line{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    border-top: 1px solid #dadada;
}
.content_section .title .more{
    font-size: 14px;
    font-weight: normal;
    float: right;
    padding-left: 10px;
    background: #fff;
    margin-top: 6px;
    color: #666;
}
.content_section .image{
    position: relative;
    display: block;
    background: no-repeat center center;
    background-size: cover;
}
.content_section .article .large_image{
    margin-bottom: 10px;
    height: 258px;
    overflow: hidden;
}
.content_section .article .large_image img{
    width: 400px;
    height: 258px;
}
.content_section .article .large_image .desc{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 36px;
    background: #000000;
    background: rgba(0, 0, 0, .7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    font-size: 16px;
    font-weight: bold;
    color: #fffafa;
    text-align: center;
}
.content_section .article .large_image .desc:hover{
    color: #fd9814;
}
.content_section .article .bottom_left{
    float: left;
    width: 195px;
    overflow: hidden;
}
.content_section .article .bottom_right{
    float: right;
    width: 195px;
    overflow: hidden;
}
.content_section .article .left_image,
.content_section .article .right_image {
    height: 108px;
    overflow: hidden;
}
.content_section .article .bottom .desc{
    padding: 3px 2px;
    font-size: 12px;
    overflow: hidden;
}
.content_section .new_game .news_list .item{
    margin: 0 0 15px;
}
.content_section .date_list .item{
    margin-bottom: 10px;
    font-size: 14px;
}
.content_section .date_list .item .span_status{
    float: right;
}
.content_section .date_list .item .span_data{
    margin-right: 8px;
}
.content_section .top_line {
    margin-bottom: 20px;
    overflow: hidden;
}
.content_section .top_line .image{
    float: left;
    width: 179px;
    height: 102px;
    margin-right: 5px;
    overflow: hidden;
}
.content_section .top_line .detail{
    font-size: 14px;
    line-height: 24px;
}
.content_section .top_line .detail .top{
    margin-bottom: 6px;
    font-weight: bold;
}
.content_section .top_line .bottom{
    font-size: 14px;
    color: #666;
}
.content_section .product_news .item{
    margin-top: 10px;
}

.content_section .people_article{
    background: #f3f3f3;
}
.content_section .people_article .image{
    height: 176px;
    overflow: hidden;
}
.content_section .people_article .desc{
    font-size: 14px;
    padding: 10px 8px;
}
.content_section .data_list{
    margin-top: -10px;
    overflow: hidden;
}
.content_section .data_list .item{
    padding: 10px 0;
    margin-top: -1px;
    border-top: 1px solid #dadada;
    overflow: hidden;
}
.content_section .data_list .item .important_num{
    float: left;
    width: 60px;
    font-size: 16px;
    color: #eb6100;
    line-height: 44px;
}
.content_section .data_list .item .desc{
    float: right;
    width: 140px;
    font-size: 14px;
    line-height: 22px;
}
.content_section .gong_list .item{
    margin: 0 0 10px;
}
.content_section .rank_list .item{
    margin-bottom: 2px;
    font-size: 14px;
}
.content_section .rank_list .item .game_hot{
    float: right;
}
.content_section .rank_list .item .app_icon{
    display: none;
    width: 52px;
    height: 52px;
    margin: 8px 10px 0;
    overflow: hidden;
}
.content_section .rank_list .item .app_icon img{
    width: 52px;
    height: 52px;
}
.content_section .rank_list .active .app_icon{
    display: block;
}
.content_section .videos .focus_video {
    position: relative;
    display: inline-block;
    width: 536px;
    height: 283px;
    margin-right: 10px;
    overflow: hidden;
}
.content_section .videos .focus_video .video_photo{
    width: 536px;
    height: 283px;
}
.content_section .videos .focus_video .video_name{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    background: #000000;
    background: rgba(0, 0, 0, .7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: alpha(opacity=70);
    font-size: 16px;
    color: #ffffee;
    font-weight: bold;
}
.content_section .videos .focus_video .video_name:hover{
    color: #fd9814;
}
.content_section .videos .right_area{
    display: inline-block;
    width: 167px;
    height: 283px;
    overflow: hidden;
}
.content_section .videos .up_video{
    margin-bottom: 16px;
}
.content_section .videos .video_article{
    height: 133px;
    float: left;
    width: 167px;
    margin-right: 16px;
}
.content_section .videos .video_photo{
    width: 167px;
    height: 96px;
    display: block;
}
.content_section .videos .video_name{
    font-size: 14px;
}
.content_section .videos .video_list{
    margin-right: -14px;
}
.content_section .videos .video_list .video_article{
    margin-bottom: 18px;
}
.content_section .videos .bottom_area{
    margin-top: 20px;
}
.content_section .ad_article{
    margin-top: 23px;
}
.content_section .ad_article img{
    height: 125px;
}
.content_section .single_list .item{
    margin-bottom: 10px;
}

/** bottom part **/
.bottom_section{
    background: #f3f3f3;
    overflow: hidden;
}
.bottom_section .content{
    width: 950px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}
.bottom_section .bottom_logo{
    margin-bottom: 50px;
    overflow: hidden;
}
.bottom_section .bottom_logo .logo{
    float: left;
    margin-right: 15px;
}
.bottom_section .bottom_logo .desc{
    margin-top: 25px;
    font-size: 14px;
    color: #9c9c9c;
}
.bottom_section .left{
    float: left;
    min-width: 550px;
}
.bottom_section .right{
}
.bottom_section .title{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.bottom_section .desc{
    font-size: 14px;
    color: #9c9c9c;
}
.bottom_section .icon{
    background: url('/mgame/upload/mgame20150626/icon1.png') no-repeat;
    width: 62px;
    height: 59px;
    float: left;
    margin-right: 20px;
}
.bottom_section .icon_user{
    background-position: left center;
}
.bottom_section .icon_stat{
    background-position: left -167px;
}
.bottom_section .introduce{
    margin-bottom: 20px;
    overflow: hidden;
}
.bottom_section .introduce .detail{
    margin-top: 10px;
}
.bottom_section .connect{
    margin-bottom: 40px;
    font-size: 14px;
    color: #9c9c9c;
}
.bottom_section .icon2{
    display: inline-block;
    background: url("/mgame/upload/mgame20150626/icon2.png") no-repeat;
    width: 18px;
    height: 20px;
    vertical-align: middle;
}
.bottom_section .icon_qq{
    background-position: -42px center;
}
.bottom_section .icon_mail{
    background-position: -84px center;
}
.bottom_section .connect .text{
    margin-right: 7px;
}
.bottom_section .connect .title{
    margin-bottom: 5px;
}
.bottom_section .new_sdk{
    margin-bottom: 20px;
}
.bottom_section .new_sdk .title{
    margin-bottom: 3px;
}
.bottom_section .download_btn .button{
    display: inline-block;
    border-radius: 5px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
}
.bottom_section .download_btn .blue_btn{
    background: #4fc9fc;
}
.bottom_section .download_btn .green_btn{
    background: #00c409;
    padding: 10px 20px;
}
.bottom_section .download_btn .icon3{
    display: inline-block;
    background: url("/mgame/upload/mgame20150626/icon3.png") no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

/** footer part **/
#foot{
    background: #f3f3f3;
    font-size: 12px;
    color: #a8a8a8;
    text-align: center;
    padding-bottom: 50px;
    line-height: 25px;
}
#foot a{
    color: #a8a8a8;
}