/* CSS Document */


/* CSS Document */

body {
    color: #666666;
    font-family: "微软雅黑", Gadget, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
p,
nav,
selection {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}



/*头部样式*/

header {
    width: 100%;
    z-index: 999;
    position: relative;
}

.header_top {
    width: 100%;
    height: 27px;
    background: url("../images/top_background.png")/*tpa=http://www.682.com/Public/682game/images/top_background.png*/
    repeat-x;
    border-bottom: 2px solid #4dc0e1;
}

.header_top .header_top_con {
    width: 980px;
    margin: 0 auto;
}

.header_top_left {
    float: left;
}

.header_top_left li {
    float: left;
}

.header_top_left li a {
    color: #7d7d7d;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 27px;
}

.header_top_left li a:hover {
    color: #000;
}

.header_top_right {
    float: right;
    border-bottom: 2px solid #fe8340;
    font-size: 12px;
}

.header_top_right li {
    float: left;
}

.header_top_right li a {
    color: #7d7d7d;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 27px;
}

.header_top_right li a:hover {
    color: #000;
}

.gnb_line {
    background: url("../images/bg_gnbline.png")/*tpa=http://www.682.com/Public/682game/images/bg_gnbline.png*/
    no-repeat 0 8px;
}


/*新增开始*/

div.fixed_menu {
    /* background-color: #FFFFFF;
     border-bottom: 1px solid #E5E4E4;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
    height: 70px;
    left: 0;
    position: fixed;
    top: -10px;
    width: 100%;
    z-index: 99999;
}

.fixed_menu .menu {
    height: 70px;
}

.fixed_menu .menu .menu_con .logo {
    width: 102px;
}

.fixed_menu .menu .menu_con .logo img {
    width: 100%;
    height: auto;
}

.fixed_menu .menu .menu_con .menu_wrap li a {
    padding-top: 30px;
}

div.fixed_menu .menu .menu_con .menu_wrap li .con_app {
    margin-top: 30px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    padding-top: 0px;
}




/*新增结束*/

.menu {
    width: 99.95%;
    height: 92px;
    background: url("../images/menu_bg.png")/*tpa=http://www.682.com/Public/682game/images/menu_bg.png*/
    repeat-x;
    -moz-box-shadow: 0px 3px 3px #c0c0c0;
    -webkit-box-shadow: 0px 3px 3px #c0c0c0;
    box-shadow: 0px 3px 3px #c0c0c0;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
    z-index: 999;
}

.menu .menu_con {
    width: 980px;
    margin: 0 auto;
    height: 100%;
}

.menu .menu_con .logo {
    padding-top: 12px;
    width: 142px;
    float: left;
    margin-left: 10px;
}

.menu .menu_con .logo img {
    width: 142px;
    height: 65px;
}

.menu_nav {
    height: 92px;
}

.menu_wrap {
    float: right;
}

.menu_wrap li {
    float: left;
    height: 30px;
}

.menu_wrap li a {
    padding: 45px 10px 0 10px;
    *padding: 45px 10px 0 15px;
    display: block;
    font-size: 16px;
    color: #000;
}

.menu_wrap li a:hover {
    color: #cf5a0b;
}

.menu_wrap li .con_on {
    color: #d76547;
}

.menu_wrap li .con_app {
    background: #fe8340;
    border-radius: 15px;
    height: 22px;
    float: right;
    *float: none;
    color: #fff;
    margin-top: 44px;
    line-height: 22px;
    *line-height: 20px;
    margin-left: 15px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    padding-top: 0px;
}

.menu_wrap li .con_app:hover {
    background: #F63;
    color: #fff;
}

.menu_wrap li.app_hide {
    display: none;
}


@media screen and (min-width: 980px) and (max-width: 2525px) {
    .header_content {
        width: 980px;
    }
}

@media screen and (min-width: 721px) and (max-width: 979px) {
    /*      .header_top { display:none;}*/
    .header_top_left {
        display: none;
    }
    .header_top_right {
        /*float:left;*/
    }
    .header_top .header_top_con {
        width: 100%
    }
    .menu {
        height: 80px;
        box-shadow: none;
    }
    .fixed_menu .menu {
        height: 80px;
    }
    .menu_nav {
        height: 80px;
        border-bottom: 1px solid #ccc;
    }
    .menu_wrap {
        float: right;
        margin: 0 auto;
    }
    .menu .menu_con {
        width: 100%;
    }
    .menu .menu_con .logo {
        /* margin-left:15px;*/
        display: block;
        text-align: center;
        float: left;
        padding-top: 15px;
    }
    .menu .menu_con .logo img {
        width: 120px;
        height: 45px;
    }
    .menu_wrap li {
        height: 25px;
    }
    .menu_wrap li:nth-child(3) {
        display: none;
    }
    .menu_wrap li:nth-child(4) {
        display: none;
    }
    .menu_wrap li:nth-child(5) {
        display: none;
    }
    .menu_wrap li:nth-child(7) {
        display: none;
    }
    .menu_wrap li.app_hide {
        display: inline;
    }
    .menu_wrap li a {
        padding: 35px 30px 0;
        font-size: 16px;
        text-align: center;
    }
    .menu_wrap li a.con_app {
        margin-top: 35px;
    }
    .fixed_menu .menu .menu_con {
        width: 100%;
    }
    .fixed_menu .menu .menu_con .menu_wrap {
        margin: 0 auto
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(3) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(4) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(5) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(7) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li.app_hide {
        display: inline
    }
    .fixed_menu .menu .menu_con .logo {
        /* margin-left:15px;*/
        display: block;
        text-align: center;
        float: left;
        padding-top: 15px;
    }
    .fixed_menu .menu .menu_con .logo img {
        width: 102px;
        height: 45px;
        margin-top: 5px;
    }
    .fixed_menu .menu .menu_con .menu_wrap li a {
        padding: 35px 30px 0;
    }

    div.fixed_menu .menu .menu_con .menu_wrap li .con_app {
        margin-top: 0px;
        height: 18px;
        line-height: 18px;
        padding: 2px 7px;
    }
}

@media screen and (min-width: 500px) and (max-width: 720px) {
    /*      .header_top { display:none;}*/
    .header_top_left {
        display: none;
    }
    .header_top_right {
        /*float:left*/
    }
    .header_top .header_top_con {
        width: 100%
    }
    .menu {
        height: 78px;
        box-shadow: none;
    }
    .menu_nav {
        height: 100%;
    }
    .menu_wrap {
        float: right;
    }
    .menu .menu_con {
        width: 100%;
        margin: 0 auto
    }
    .menu .menu_con .logo {
        width: 120px;
        /* margin-left:15px;*/
        display: block;
        text-align: center;
        float: left;
        padding-top: 15px;
    }
    .menu .menu_con .logo img {
        width: 100%;
        height: 45px;
    }
    .menu_wrap li {
        height: 25px;
        /*width:24%*/
    }

    .menu_wrap li:nth-child(3) {
        display: none;
    }
    .menu_wrap li:nth-child(4) {
        display: none;
    }
    .menu_wrap li:nth-child(5) {
        display: none;
    }
    .menu_wrap li:nth-child(7) {
        display: none;
    }
    .menu_wrap li.app_hide {
        display: inline;
    }
    .menu_wrap li a {
        /*padding-top:30px;*/
        padding: 30px 16px 0;
        font-size: 16px;
        text-align: center;
    }
    .menu_wrap li a.con_app {
        margin-top: 30px;
    }
    .fixed_menu .menu .menu_con {
        width: 100%;
    }
    .fixed_menu .menu .menu_con .logo {
        width: 110px;
        /* margin-left:15px;*/
        display: block;
        text-align: center;
        float: left;
        padding-top: 15px;
    }
    .fixed_menu .menu .menu_con .logo img {
        width: 100%;
        height: 45px;
    }
    .fixed_menu .menu .menu_con .menu_wrap {
        /*width:100%;*/
        margin: 0 auto
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(3) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(4) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(5) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(7) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li.app_hide {
        display: inline
    }
    .fixed_menu .menu .menu_con .menu_wrap li a {
        padding-top: 30px;
        font-size: 16px;
    }

    div.fixed_menu .menu .menu_con .menu_wrap li .con_app {
        margin-top: 0px;
        height: 18px;
        line-height: 18px;
        padding: 2px 7px
    }

    @media screen and (min-width: 500px) and (max-width: 540px) {
        .menu_wrap li a {
            padding-left: 5px;
            padding-right: 5px;
        }
        .fixed_menu .menu .menu_con .menu_wrap li a {
            padding-left: 6px;
            padding-right: 6px;
        }
        .menu {
            box-shadow: none;
        }
    }
}

@media screen and (min-width: 300px) and (max-width: 499px) {
    /*.header_top { display:none;}*/
    .header_top_left {
        display: none;
    }
    .header_top_right {
        /*float:left*/
    }
    .header_top_right li {
        font-size: 12px
    }
    .header_top .header_top_con {
        width: 100%
    }
    .menu {
        height: 70px;
        box-shadow: none;
    }
    .menu_nav {
        height: 100%;
        border-bottom: 1px solid #ccc;
    }
    .menu_wrap {
        float: none;
    }
    .menu .menu_con {
        width: 100%;
        margin: 0 auto;
    }
    .menu .menu_con .logo {
        width: 65px;
        /*11月6*/
        /* width:90px;*/
        /* margin-left:15px;*/
        display: block;
        text-align: center;
        float: left;
        padding-top: 15px;
    }
    .menu .menu_con .logo img {
        /*width:130px;*/
        width: 100%;
        height: 35px;
    }
    .menu_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .menu_wrap li {
        height: 25px;
        width: 20%;
    }
    .menu_wrap li:first-child {
        width: 18%
    }
    .menu_wrap li.app_hide {
        padding-right: 0px;
        display: inline
    }
    .menu_wrap li:nth-child(3) {
        display: none;
    }
    .menu_wrap li:nth-child(4) {
        display: none;
    }
    .menu_wrap li:nth-child(5) {
        display: none;
    }
    .menu_wrap li:nth-child(7) {
        display: none;
    }
    .menu_wrap li .con_app {
        padding-left: 6px;
        padding-right: 6px;
        margin-left: 0px;
    }
    .menu_wrap li a {
        padding-top: 28px;
        font-size: 14px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .menu_wrap li a.con_app {
        margin-top: 25px;
    }
    .fixed_menu .menu .menu_con {
        width: 100%;
        margin: 0 auto;
    }
    .fixed_menu .menu .menu_con .logo {
        width: 50px;
        /* margin-left:15px;*/
        display: block;
        text-align: center;
        float: left;
        padding-top: 18px;
    }
    .fixed_menu .menu .menu_con .logo img {
        width: 100%;
        height: 30px;
        padding-top: 2px;
    }
    .fixed_menu .menu .menu_con .menu_wrap {
        width: 100%;
        margin: 0 auto
    }
    .fixed_menu .menu .menu_con .menu_wrap li {
        padding-top: 28px;
    }
    .fixed_menu .menu .menu_con .menu_wrap li.app_hide {
        padding-right: 0px;
        display: inline
    }
    .fixed_menu .menu .menu_con .menu_wrap li a {
        padding-top: 5px;
        font-size: 14px;
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(3) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(4) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(5) {
        display: none
    }
    .fixed_menu .menu .menu_con .menu_wrap li:nth-child(7) {
        display: none
    }
    div.fixed_menu .menu .menu_con .menu_wrap li .con_app {
        margin-top: 0px;
        padding: 2px 4px;
        height: 18px;
        line-height: 18px;
    }
}

@media screen and (min-width: 300px) and (max-width: 320px) {
    .menu .menu_con .logo {
        width: 50px;
    }
    .menu .menu_con .logo img {
        margin-top: 5px;
        height: 30px;
    }
    .menu_wrap li {
        width: 21%
    }
    .menu_wrap li a {
        padding-left: 3px;
    }
    /*.menu_wrap { width:100%;}
.fixed_menu .menu .menu_con .menu_wrap li a{ font-size:15px}
    */
    /*.menu_wrap li .con_app { margin-left:0px;}*/
}


/*中间样式begin*/

.banner {
    /width: 100%;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-top: 15px;
}

.game_banner {
    width: 980px;
    height: 380px;
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
    z-index: 1;
    overflow: hidden;
    zoom: 1;
}

.ser_banner {
    width: 100%;
    background: url("../images/service_banner.jpg")/*tpa=http://www.682.com/Public/682game/images/service_banner.jpg*/
    no-repeat center top;
    height: 157px;
    z-index: 1;
    overflow: hidden;
    zoom: 1;
}


/*.user_banner { width:100%; background:url(../images/user_banner.png) no-repeat center top; height:157px; z-index:1; overflow:hidden; zoom:1;}*/

.banner_btn {
    width: 980px;
    margin: 0 auto;
}

.banner_btn ul {
    position: absolute;
    top: 322px;
    padding-left: 450px;
}

.banner_btn ul li {
    float: left;
    margin-right: 10px;
    width: 11px;
    height: 11px;
    background: #dadada;
    border-radius: 150px;
    -moz-border-radius: 150px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    cursor: pointer
}

.banner_btn ul li a {
    width: 11px;
    height: 11px;
}

.banner_btn ul .on {
    background: #d4df52;
    width: 11px;
    height: 11px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.banner_btn01 {
    width: 980px;
    margin: 0 auto;
}

.banner_btn01 ul {
    position: absolute;
    top: 360px;
    padding-left: 450px;
}

.banner_btn01 ul li {
    float: left;
    margin-right: 10px;
    width: 11px;
    height: 11px;
    background: #dadada;
    border-radius: 150px;
    -moz-border-radius: 150px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    cursor: pointer
}

.banner_btn01 ul li a {
    width: 11px;
    height: 11px;
}

.banner_btn01 ul .on {
    background: #d4df52;
    width: 11px;
    height: 11px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.pre-next {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.pre {
    position: absolute;
    top: 150px;
    z-index: 989
}

.pre a {
    padding: 60px 60px 10px 10px;
    width: 34px;
    height: 58px;
}

.next {
    position: absolute;
    top: 150px;
    width: 34px;
    margin-left: 880px;
}

.next a {
    padding: 15px 60px;
    width: 34px;
    height: 58px;
}


/*4/14*/

.banner_con {
    margin-bottom: 10px;
    z-index: 1;
    margin: 0 auto;
    width: 980px;
}

.banner_con .img_box400 {
    float: left;
    height: 100%;
    margin-right: 1px;
    width: 295px;
    overflow: hidden
}

.banner_con .img_box195 {
    float: left;
    height: 100%;
    margin-right: 1px;
    width: 195px;
}

.banner_con .img_box192 {
    float: left;
    height: 100%;
    width: 192px;
    overflow: hidden;
}

.banner_con a.img1 {
    height: 400px;
}

.banner_con a.img2 {
    height: 259px;
    margin-bottom: 1px;
}

.banner_con a.img3 {
    height: 140px;
}

.banner_con a.img4 {
    height: 144px;
    margin-bottom: 1px;
}

.banner_con a.img5 {
    height: 255px;
}

.banner_con a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner_con a img {}

.banner_con a .meng {
    background: url("../images/op2.png")/*tpa=http://www.682.com/Public/682game/images/op2.png*/
    repeat-x scroll left bottom rgba(0, 0, 0, 0);
    bottom: -100%;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 200;
}

.banner_con a .meng .meng-con {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.banner_con a .meng .tit {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.banner_con a .meng .tit2 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 20px 0;
    text-align: center;
}

.banner_con a .meng .text {
    color: #DAD9D9;
    line-height: 22px;
    padding: 10px;
    text-indent: 2em;
}

.banner_con a .meng.meng2 {
    background: url("../images/op2.png")/*tpa=http://www.682.com/Public/682game/images/op2.png*/
    repeat-x scroll left bottom;
}


/*通知*/

.MainContent {
    width: 980px;
    margin: 0 auto;
    /* margin-top:10px;*/
    overflow: hidden;
    zoom: 1;
}

.MainContent section.warming {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    line-height: 32px;
    /*margin-bottom:10px;*/
    margin-top: 15px;
    overflow: hidden;
    clear: both;
}

.MainContent section.warming h3 {
    color: #575656;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
    height: 35px;
    width: 500px;
    float: left;
    display: inline
}

.MainContent section.warming h3 span {
    float: left;
    display: inline;
}

.MainContent section.warming h3 .warming_icon {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -308px -10px;
    width: 30px;
    height: 30px;
}

.MainContent section.warming h3 ul {
    width: 800px;
}

.MainContent section.warming h3 ul li {
    float: left;
    display: inline;
    padding-left: 10px;
}

.MainContent section.warming h3 ul .font01 {
    font-weight: normal;
}

.MainContent section.warming h3 ul .font01 a {
    color: #575656;
}

.MainContent section.warming h3 ul .font01 a:hover {
    color: #f63;
}

.search {
    float: right;
    display: inline;
    margin-bottom: 10px;
}

.select {
    font: normal 13px/25px "\5FAE\8F6F\96C5\9ED1";
    color: #575656;
    width: 63px;
    float: left;
    text-indent: 10px;
    overflow: hidden;
}

.select ul,
li {
    margin: 0;
    padding: 0;
}

.select li {
    list-style: none;
}

.select_top {
    /*border: 1px solid #EEE;*/
    position: relative;
    background: #f7f7f7 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -280px -75px;
    height: 30px;
    width: 63px;
    line-height: 30px;
    border: 1px solid #d0d0d0;
}

.select_top:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 0;
    line-height: 0;
    /*    border: 1px solid #AAA;*/
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    z-index: 7
}

.select_li {
    max-height: 0;
    overflow: auto;
    cursor: pointer;
    line-height: 30px;
    background: #fff;
    position: absolute;
    z-index: 99;
    color: #2a2a2a;
    width: 63px;
    margin-left: 1px;
}

.select_li li:hover {
    background: #E9E4C2;
    z-index: 100;
    color: #F66
}

.select:hover .select_top {
    background: #f7f7f7 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -368px -75px;
}

.select:hover .select_top:before {
    transform: rotate(225deg);
    top: 10px;
    /*transition: transform .2s linear*/
}

.select:hover .select_li {
    max-height: 200px;
    box-shadow: 0px 0px 8px #d0d0d0 inset;
    /*transition: max-height .2s ease-in-out;*/
}

.sear_area {
    float: left;
    display: inline;
}

.sear_txt_inp {
    width: 150px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d0d0d0;
    border-right: none;
    float: left;
    display: inline;
    color: #838383;
    padding-left: 5px;
}

.sear_btn_inp {
    width: 60px;
    height: 32px;
    line-height: 32px;
    background: #f99501;
    border-style: none;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.sear_btn_inp:hover {
    background: #dc8300
}


/*0422 最热最新*/

.hot {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
    padding-top: 10px;
}

.hot h3 {
    float: left;
    display: inline;
    width: 51px;
    height: 28px;
    line-height: 28px;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -40px -140px;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
}

.hot ul {
    float: left;
    display: inline;
    margin-left: 5px;
    line-height: 29px;
    width: 900px;
    height: 28px;
}

.hot ul li {
    float: left;
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
}

.hot ul li a {
    color: #333;
    font-size: 14px;
}

.hot ul li a:hover {
    color: #F63;
}

.new h3 {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -180px -140px;
}


.MainContent02 {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 22px;
}

.info_line {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.setMargin {
    margin-top: 0px;
}

.LMainContent02 {
    width: 240px;
    margin-right: 25px;
    float: left;
    display: inline;
    overflow: hidden
}

.setRight {
    margin-right: 0px;
    float: right;
}

.LMainContent_U {
    overflow: hidden;
    margin-bottom: 20px;
    height: 265px;
    position: relative;
    margin-top: 1px;
}

.U_warming {
    position: absolute;
    top: 78px;
    width: 200px;
    background: #fff;
    left: 14px;
    padding: 2px;
    overflow: hidden;
    border: 1px solid #fcdcbc;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    box-shadow: 0px 1px 1px #f6d5b4;
}

.U_tit {
    text-align: right;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -500px -80px;
    border: 1px solid #fcdcbc;
    -moz-border-radius: 50px;
    /* Gecko browsers */
    -webkit-border-radius: 50px;
    /* Webkit browsers */
    border-radius: 50px;
}

.U_tit img {
    width: 17px;
    height: 17px;
}

.U_con {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -434px -258px;
    padding-left: 48px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 22px;
    font-size: 16px;
    color: #575656;
    padding-right: 10px;
}

.U_con_r {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -434px -326px;
    padding-left: 48px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 22px;
    font-size: 16px;
    color: #575656;
    padding-right: 10px;
}

section.user {
    background: #333743;
    padding: 12px;
}

section.user h4 {
    color: #b0b3c7;
    font-size: 14px;
}

section.user p {
    margin-top: 10px;
    margin-bottom: 10px;
}

section.user p .name {
    background: #fff url("../images/people.png")/*tpa=http://www.682.com/Public/682game/images/people.png*/
    no-repeat 8px center;
    width: 185px;
    height: 30px;
    color: #b4b4b4;
    padding-left: 30px;
    line-height: 30px;
    font-size: 14px;
    border-style: none;
}

section.user p .passwd {
    background: #fff url("../images/lock.png")/*tpa=http://www.682.com/Public/682game/images/lock.png*/
    no-repeat 8px center;
    width: 185px;
    height: 30px;
    color: #b4b4b4;
    padding-left: 30px;
    line-height: 30px;
    font-size: 14px;
    border-style: none;
}

section.user p .back01 {
    padding-left: 160px;
    overflow: hidden;
}

section.user p .back01 a {
    color: #32a5c3
}

.login {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fe8340;
    border: 1px solid #dd692a;
    /* padding:7px 32px;*/
    padding-top: 6px;
    padding-bottom: 6px;
    height: 30px;
    line-height: 30px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    margin-right: 20px;
}

.login:hover {
    background: #F96
}

.login a {
    color: #fff;
    font-size: 14px;
    padding: 7px 32px;
}

.res {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #a8aac3;
    border: 1px solid #4c4d5e;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 30px;
    line-height: 30px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.res a {
    color: #1c1c1c;
    font-size: 14px;
    padding: 7px 22px;
}

section.other {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    line-height: 24px;
}

section.other p {
    color: #010101;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.qqlogin {
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ededed url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -800px 1px;
    border: 1px solid #ccc;
    padding: 4px 8px 4px 19px;
    color: #484848
}

.sinalogin {
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ededed url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -720px 1px;
    border: 1px solid #ccc;
    padding: 4px 8px 4px 19px;
    color: #484848
}

.L_after {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.L_after01 {
    float: left;
    width: 65px;
    height: 65px;
}

.L_after01 img {
    width: 60px;
    height: 60px;
}

.zx_font {
    padding-left: 5px;
    font-size: 13px;
    color: #f90;
}

.zx_font a {
    font-size: 12px;
    color: #C30;
}

.L_after_other {
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.L_after_other ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
}

.L_after_other ul li a {
    color: #fff;
}



/*开服表模块*/

section.game_table {
    overflow: hidden;
    zoom: 1;
    height: 390px;
}

section.game_table h2 {
    color: #474747;
    text-shadow: 1px 1px 3px #faf8f8;
    border-bottom: 2px solid #ececec;
    font-size: 18px;
    font-weight: 600;
    height: 41px;
    line-height: 41px
}

.yellow_line {
    border-bottom: 2px solid #f27617;
    /*padding-bottom:5px;*/
    padding-left: 10px;
    padding-right: 10px;
    zoom: 1;
    float: left;
    display: inline;
}

section.game_table h2 .more {
    float: right;
    display: inline;
    margin-right: 10px;
    height: 20px;
}

section.game_table h2 .more a {
    color: #838383;
    font-size: 12px;
    font-weight: normal;
}

section.game_table h2 .more a:hover {
    color: #f27617;
}


/*开服表开始*/

section.game_table ul {
    /* padding-left:4px; padding-right:4px;*/
    font-size: 14px;
}

section.game_table ul li {
    border-bottom: 1px dashed #cccbca;
    overflow: hidden;
    zoom: 1;
    color: #737272;
    /*margin-bottom:6px; padding-bottom:6px;*/
}

section.game_table ul.service_open li {
    /* margin-bottom:5px;*/
    padding-bottom: 5px;
    padding-top: 5px;
}

section.game_table ul.service_open li:hover {
    background: #f7f7f7;
}

section.game_table ul li .gamename a {
    color: #2a2a2a;
}

section.game_table ul li .gamename a:hover {
    color: #f27617
}

section.game_table ul .title {
    border-bottom: 1px solid #cccbca;
    background: #f7f7f7;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 0px;
    width: 282px;
}

section.game_table ul li .time {
    width: 70px;
    height: 28px;
    line-height: 28px;
    float: left;
    display: inline;
    text-align: center;
    padding-top: 2px;
}

section.game_table ul li .gamename {
    width: 155px;
    float: left;
    display: inline;
    text-align: center;
    line-height: 28px;
    padding-top: 2px;
}

section.game_table ul li .area {
    width: 40px;
    float: right;
    display: inline;
    margin-right: 10px;
    text-align: center;
    line-height: 28px;
    padding-top: 2px;
    overflow: hidden;
    height: 28px;
}

section.game_table ul li .area .area_btn {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -126px -5px #F2F2F2;
    border-radius: 3px;
    display: block;
    float: left;
    height: 23px;
    overflow: hidden;
    text-indent: -500px;
    width: 23px;
    margin-left: 10px;
}

section.game_table ul li .area .area_btn:hover {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -146px -5px #A3CE0E;
}

section.game_list {
    height: 450px;
}


/*开服表结束*/


/*热门下载推荐*/

.box-text {
    margin-top: 6px;
}

.side-rank-list:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
}

.side-rank-list li {
    border-bottom: 1px dotted #ddd;
    display: block;
    float: left;
    height: 55px;
    width: 100%;
}

.side-rank-list li:hover {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px dotted #ddd;
    height: 55px;
}

.side-rank-list li .radius32 {
    background: url("../images/img_radius_hot.png")/*tpa=http://www.682.com/Public/682game/images/img_radius_hot.png*/
    no-repeat scroll 0 -150px rgba(0, 0, 0, 0);
    height: 32px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 32px;
    display: inline;
}

.side-rank-list li .down {
    background-position: -89px -80px;
}

.side-rank-list li .btn {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -126px -5px #F2F2F2;
    border-radius: 3px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    display: block;
    /* float: left;*/
    margin: 15px auto 1px;
    overflow: hidden;
    text-indent: -500px;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.side-rank-list li:hover .down {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -146px -5px #A3CE0E;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.side-rank-list li:hover .down.no {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -126px -5px #F2F2F2;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.side-rank-list li .down.no {
    background: url("../images/img_radius_hot.png")/*tpa=http://www.682.com/Public/682game/images/img_radius_hot.png*/
    no-repeat scroll 3px -98px #F2F2F2;
    cursor: default;
}

.side-rank-list li .down.no:hover {
    background-color: #F2F2F2;
    background-position: 3px -98px;
}

.side-rank-list li .down:hover {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -146px -5px #A3CE0E;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.side-rank-list li .down-ip {
    background-position: -128px -60px;
}

.side-rank-list li:hover .down-ip {
    background-color: #83A7D4;
    background-position: -88px -37px;
}

.side-rank-list li .down-ip:hover {
    background-color: #83A7D4;
    background-position: -88px -37px;
}

.side-rank-list li .side-rank-info {
    float: left;
    height: 32px;
    margin-right: 14px;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
    width: 145px;
}

.side-rank-list li .side-rank-info img {
    float: left;
    height: 32px;
    margin-right: 16px;
    width: 32px;
}

.side-rank-list li .side-rank-info p {
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
    color: #3F3F3F
}

.side-rank-list li .side-rank-info:hover p {
    color: #f27617;
    /* text-decoration: underline;*/
}

.side-rank-num {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    cursor: default;
    display: inline;
    float: left;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    margin: 18px 15px 0 10px;
    text-align: center;
    width: 17px;
    overflow: hidden;
}

.first .side-rank-num {
    background: none repeat scroll 0 0 #FF6600;
}

.second .side-rank-num {
    background: none repeat scroll 0 0 #FF9000;
}

.third .side-rank-num {
    background: none repeat scroll 0 0 #FFC000;
}


section.game_lib {
    height: 390px;
    float: right;
}

section.game_lib ul {
    padding-top: 12px;
    padding-left: 5px;
}

section.game_lib ul li {
    width: 220px;
    padding-top: 6px;
    padding-bottom: 0px;
    *padding-top: 3px;
    *padding-bottom: 0px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    zoom: 1;
}

section.game_lib ul li .lib_pic {
    clear: both;
    width: 80px;
    height: 80px;
    float: left;
    display: inline;
}

section.game_lib ul li .lib_pic a img {
    width: 72px;
    height: 68px;
}

section.game_lib ul li .lib_con {
    float: left;
    display: inline;
}

section.game_lib ul li .lib_con h4 a {
    color: #474747;
    font-size: 14px;
}

section.game_lib ul li .lib_con {
    line-height: 23px;
}

section.game_lib ul li .lib_con .lib_btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fe8340;
    border: 1px solid #dd692a;
    padding: 2px 15px;
    color: #fff;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

section.game_lib ul li .lib_con .lib_btn:hover {
    background: #F96;
    border: 1px solid #F63
}

section.setLeft {
    float: none;
    margin-top: 40px
}

.gift_null img {
    width: 220px;
    height: 360px;
}

.gift_null02 img {
    width: 240px;
    height: 360px;
}

.RMainContent02 {
    float: left;
    display: inline;
    width: 708px;
    height: 400px;
    overflow: hidden;
    zoom: 1;
}

section.game_tuij {
    /*border:1px solid #ccc; */
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
    height: 450px;
}

section.game_tuij ul li {
    border-bottom: none;
    width: 343px;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 12px;
    margin-bottom: 0px;
    *padding-bottom: 10px;
    *padding-top: 5px;
    *margin-right: 16px;
}

section.game_tuij ul li .game_tuij_name {
    font-size: 16px;
    float: left;
    display: inline;
    line-height: 35px;
    margin-left: 4px;
}

section.game_tuij ul li .game_tuij_name a {
    color: #000
}

section.game_tuij ul li .tuij_btn {
    float: right;
    display: inline;
    margin-right: 4px;
    line-height: 35px;
}

section.game_tuij ul li .tuij_btn .come {
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 3px 12px;
    color: #444343;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

section.game_tuij ul li .tuij_btn .come:hover {
    background: #CCC
}

section.game_tuij ul li .tuij_btn .down {
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fe8340;
    border: 1px solid #dd692a;
    padding: 3px 12px;
    color: #fff;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

section.game_tuij ul li .tuij_btn .down:hover {
    background: #f63;
}

section.game_hot {
    /*height:320px*/
    height: 450px
}

section.game_hot .game_hots01 {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    overflow: hidden;
    zoom: 1;
}

section.game_hot .game_hot01 {
    width: 352px;
    *+width: 350px;
    float: left;
    display: inline;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 8px;
    *padding-top: 20px;
    *padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /* height:105px;*height:94px;*/
}

section.game_hot .game_hot01 .download {
    display: none;
}

section.game_hot .game_hot01 .ewm_area {
    display: none;
}

section.game_hot .game_hot01 .game_hotpic {
    float: left;
    width: 100px;
    padding-left: 3px;
}

section.game_hot .game_hot01 article.game_hotcon {
    float: left;
    display: inline;
    margin-right: 3px;
    line-height: 25px;
    width: 200px;
}

section.game_hot .game_hot01 article.game_hotcon h3 {
    font-size: 16px;
}

section.game_hot .game_hot01 article.game_hotcon h3 a {
    color: #474747;
}

section.game_hot .game_hot01 article.game_hotcon h3 a:hover {
    color: #f27617
}

section.game_hot .game_hot01 article.game_hotcon span .game_cla {
    background: #d4d4d4;
    color: #737272;
    display: block;
    width: 60px;
    text-align: center;
}

section.game_hot .game_hot01:hover article.game_hotcon {
    float: left;
    display: inline;
    width: 180px;
}

section.game_hot .game_hot01:hover article.game_hotcon .download {
    display: block;
}

section.game_hot .game_hot01:hover .ewm_area {
    display: block;
    float: left;
    text-align: right;
}

section.game_hot .game_hot01:hover {
    background: #f1eded;
}

section.game_hot .game_hot01:hover article.game_hotcon span .game_cla {
    display: none;
}


/*首页下载按钮样式*/

.appstore_ind {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fdfdfd url("../images/ios_icon.png")/*tpa=http://www.682.com/Public/682game/images/ios_icon.png*/
    no-repeat 5px center;
    border: 1px solid #c6c6c6;
    color: #252525;
    -webkit-text-size-adjust: none;
    font-size: 10px;
    padding: 5px 5px 5px 22px;
    *padding-bottom: 2px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.appstore_ind:hover {
    color: #fff;
    border: 1px solid #f27617;
    background: url("../images/ios_icon_sel.png")/*tpa=http://www.682.com/Public/682game/images/ios_icon_sel.png*/
    no-repeat 5px center #f27617;
}

.gplay_ind {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fdfdfd url("../images/google_icon.png")/*tpa=http://www.682.com/Public/682game/images/google_icon.png*/
    no-repeat 5px center;
    border: 1px solid #c6c6c6;
    color: #252525;
    -webkit-text-size-adjust: none;
    font-size: 10px;
    padding: 5px 5px 5px 27px;
    *padding-bottom: 2px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.gplay_ind:hover {
    color: #fff;
    border: 1px solid #f27617;
    background: url("../images/android.png")/*tpa=http://www.682.com/Public/682game/images/android.png*/
    no-repeat 5px center #f27617;
}

.appstore {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fdfdfd url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -76px -515px;
    border: 1px solid #c6c6c6;
    color: #252525;
    -webkit-text-size-adjust: none;
    font-size: 10px;
    padding: 3px 5px 3px 20px;
    *padding-bottom: 2px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.appstore:hover {
    color: #fff;
    border: 1px solid #f27617;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -164px -515px #f27617;
}

.gplay {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fdfdfd url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -387px -515px;
    border: 1px solid #c6c6c6;
    color: #252525;
    -webkit-text-size-adjust: none;
    font-size: 10px;
    padding: 3px 5px 3px 20px;
    *padding-bottom: 2px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.gplay:hover {
    color: #fff;
    border: 1px solid #f27617;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -297px -515px #f27617;
}

.yy_dbtn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fdfdfd url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -127px -974px;
    border: 1px solid #c6c6c6;
    color: #252525;
    -webkit-text-size-adjust: none;
    font-size: 10px;
    padding: 3px 5px 3px 20px;
    *padding-bottom: 2px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.yy_dbtn:hover {
    color: #fff;
    border: 1px solid #4aa9ec;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -256px -974px #4aa9ec;
}

.game_detail0121 .gwdown {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f46600 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -385px -409px;
    /*border:1px solid #c6c6c6; */
    color: #fff;
    -webkit-text-size-adjust: none;
    font-size: 13px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    border: 1px solid #f46600;
    width: 180px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center
}

.game_detail0121 .gwdown:hover {
    border: 1px solid #c6c6c6;
    color: #e2e2e2;
}

.p2 {
    padding-top: 0px;
}

section.game_ques01 {
    float: left;
    width: 720px;
    margin-right: 20px;
    height: 410px;
    font-size: 14px;
}

.game_ques011 .ol_online {
    overflow: hidden;
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.game_ques011 ol li {
    clear: both;
    width: 700px;
    line-height: 18px;
    *line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
}

.game_ques011 ol li a {
    color: #3f3f3f;
}

.game_ques011 ol li a:hover {
    color: #f27617
}

.game_ques011 ol .game_quesli01 {
    width: 720px;
    text-align: center;
    padding-top: 14px;
}

.game_quesli01:nth-child(2) {
    padding-top: 2px;
}

.game_ques011 ol .game_quesli01 a {
    color: #f27617;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
}

.game_ques011 ol .game_quesli01 a:hover {
    color: #CE740F
}

.game_ques011 ol .game_quesli02 {
    width: 214px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    clear: none;
    line-height: 32px;
    height: 25px;
    *height: 25px;
}


/*.game_ques011 ol .game_quesli02:nth-last-child(1),.game_quesli02:nth-last-child(2) { border-bottom:1px dashed #d0d0d0; padding-bottom:15px; margin-bottom:15px;}*/

.game_ques011 ol .game_quesli02 .game_quesli021 {
    width: 214px;
    margin-right: 10px;
    float: left;
    text-align: center;
    overflow: hidden;
    word-spacing: nowrap;
    height: 28px;
}

.game_ques011 ol .game_quesli02 .game_quesli021 a {
    color: #3f3f3f;
    font-size: 14px;
}

.game_ques011 ol .game_quesli02 .game_quesli021 a:hover {
    color: #f27617
}

.ques01 {
    float: left;
    display: inline;
    margin-left: 3px;
    width: 350px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -26px -952px;
    padding-left: 15px;
    clear: both;
}

.questime {
    float: right;
    display: inline;
    margin-right: 3px;
    color: #999;
    height: 30px;
    line-height: 32px;
}

.game_ques02 {
    float: left;
    display: inline;
    width: 282px;
    margin-left: 3px;
    height: 450px;
    overflow: hidden;
}

section.game_ques021 {
    *margin-bottom: 15px;
    height: 295px;
    margin-bottom: 10px;
}

section.game_ques022 {
    height: auto;
    /* margin-top:30px*/
}

.game_ques021 ol {
    padding-top: 10px;
}

.game_ques021 ol li {
    padding-left: 15px;
    font-size: 14px;
    height: 29px;
    line-height: 28px;
    color: #3f3f3f;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -26px -951px;
}

.game_news ol li {
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}


/*.game_ques021 ol li:hover {color:#f27617}*/

.game_ques021 ol li a {
    color: #3f3f3f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 272px;
    display: block;
}

.game_ques021 ol li a:hover {
    color: #f27617
}

.game_ques022 ol li a {
    width: 218px;
}

.game_ad {
    overflow: hidden;
    width: 218px;
    height: 108px;
    margin: 0 auto;
    margin-top: 10px;
}

.game_ad a img {
    width: 100%;
    height: 100%
}

.pic05 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.pic05 ul li {
    float: left;
    display: inline;
    width: 343px;
    margin-right: 11px;
}

.pic05 ul li:last-child {
    margin-right: 0px;
}

.pic05 ul li a img {
    width: 343px;
    height: 170px;
}

.MainContent04 {
    overflow: hidden;
    zoom: 1;
    height: 450px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.hot_a {
    width: 660px;
    float: left;
    display: inline;
    margin-right: 25px;
}

.hot_area {
    overflow: hidden;
    zoom: 1;
    margin-top: 16px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.hot_area01 {
    float: left;
    display: inline;
    margin-right: 26px;
    height: 102px;
}

.hot_area01:nth-child(3n) {
    margin-right: 0px;
}

.hot_area011 {
    float: left;
    display: inline;
    width: 85px;
    height: 85px;
    overflow: hidden;
    position: relative
}

.hot_area011 img {
    width: 79px;
    height: 79px;
}

.hot_area011 .hot_icon {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat left top;
    width: 42px;
    height: 51px;
    position: absolute;
    left: 38px;
}

.hot_area012 {
    float: left;
    display: inline;
    line-height: 25px;
    width: 105px;
}

.hot_area012 h4 a {
    color: #010101
}

.hot_area012 h4 a:hover {
    color: #f63;
}

.hot_area012 h4 {
    color: #010101;
    font-size: 16px;
    font-weight: normal;
}

.hot_down_btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
    border: 1px solid #b0b0b0;
    padding: 2px 12px;
    color: #444343;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.hot_down_btn:hover {
    background: #FF8A00;
    color: #fff;
    border: 1px solid #F63
}

.zs_area {
    clear: both;
    overflow: hidden;
}

.zs_text {
    float: left;
    display: inline;
    width: 36px;
}

.lever01 {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -66px 0px;
    width: 13px;
    height: 13px;
    text-indent: -999px;
    display: block;
    float: left;
    margin-top: 5px;
}

.lever02 {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -82px 0px;
    width: 13px;
    height: 13px;
    text-indent: -999px;
    display: block;
    float: left;
    margin-top: 5px;
}

section.service {
    overflow: hidden;
    zoom: 1;
}

section.service ol li {
    width: 298px;
    border: 1px solid #fcd68b;
    background: #fff7e7;
    border-collapse: collapse;
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    zoom: 1;
    line-height: 22px;
    padding-top: 7px;
    padding-bottom: 8px;
}

section.service ol li .service01 {
    float: left;
    display: inline;
    margin-left: 3px;
    padding-left: 10px;
}

section.service ol li .service01 .font02 {
    color: #d78c22
}

section.service ol li .service02 {
    float: right;
    display: inline;
    margin-right: 10px;
    margin-top: 10px;
    *padding-top: 5px;
    *margin-top: 0px;
}

section.service ol li .service02 .online {
    background: #f5ca87 url("../images/online.png")/*tpa=http://www.682.com/Public/682game/images/online.png*/
    no-repeat 8px center;
    border: 1px solid #dba859;
    color: #734807;
    font-size: 14px;
    padding: 7px 15px 7px 36px;
    *line-height: 35px;
}

section.service ol li .service02 .obje {
    background: #f5ca87 url("../images/obje.png")/*tpa=http://www.682.com/Public/682game/images/obje.png*/
    no-repeat 8px center;
    border: 1px solid #dba859;
    color: #734807;
    font-size: 14px;
    padding: 7px 15px 7px 36px;
    *line-height: 35px;
}

.MainContent03 {
    margin-top: 20px;
}

section.MainContent031 {
    float: left;
    display: inline;
    width: 309px;
    margin-left: 16px;
    margin-right: 0px;
    border-right: 1px dotted #cdcdcd;
    line-height: 20px;
    margin-top: 13px;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

section.MainContent031 .apptj {
    float: left;
    display: inline;
    width: 95px;
}

section.MainContent031 article {
    float: left;
    display: inline;
    width: 210px;
}

section.MainContent031 article h4 a {
    font-size: 16px;
    color: #000;
    font-weight: normal
}

section.MainContent031 article h4 a:hover {
    color: #f27617
}

.game_cla02 {
    background: #d4d4d4;
    padding: 0px 5px;
    width: 60px;
    line-height: 18px;
    text-align: center;
    color: #575656;
}



/*其他推荐最新22新开始*/

.home-game {
    /* border:1px solid #CFCECE; */
    overflow: hidden
}

.game-top {
    font-size: 14px;
    border-bottom: 2px solid #CFCECE;
    height: 40px;
    /* background:#f5f5f5;*/
}

.game-top h3 {
    width: 100px;
    height: 40px;
    float: left;
    color: #474747;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600
}

.game-top li {
    width: 110px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #474747;
    text-shadow: 1px 1px 3px #faf8f8;
    /*border-bottom:3px solid #e2e2e2; */
    line-height: 40px;
}

.game-top li a {
    color: #575656;
    width: 100px;
    height: 40px;
}

.game-top li a:hover {
    color: #f27617;
}

.game-top li.c {
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #f27617;
    line-height: 40px;
}

.game-top li.c a {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.game-top li.c a:hover {
    color: #f27617;
}

.game-top li.f {
    border-left: none;
}

.game-content {
    min-height: 120px;
    height: auto !important;
    height: 125px;
    overflow: auto;
    background: #fff;
    padding-bottom: 5px;
}


/*.game-content ul { overflow: hidden;}*/

.game-content ul li {
    width: 75px;
    float: left;
    display: inline;
    /*margin-left: 16px;*/
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
}

.game-content ul li img {
    width: 75px;
    height: 75px;
}

.game-content ul li a {
    color: #282828;
}

.game-content ul li a:hover {
    color: #fe8340;
    text-decoration: underline;
}

.back {
    min-height: 120px;
    height: auto !important;
    height: 125px;
    overflow: visible;
    padding-bottom: 5px;
}

.back ul {
    overflow: hidden;
}

.back ul li {
    width: 100px;
    float: left;
    display: inline;
    margin-left: 2px;
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
}

.back ul li img {
    width: 75px;
    height: 75px;
}

.back ul li a {
    color: #282828;
}

.back ul li a:hover {
    color: #fe8340;
    text-decoration: underline;
}

.game-top04 {
    font-size: 14px;
    border-bottom: 2px solid #cfcfcf;
    height: 40px;
    background: #f5f5f5;
}

.game-top04 h3 {
    width: 100px;
    height: 40px;
    float: left;
    color: #474747;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600
}

.game-top04 li {
    width: 110px;
    float: left;
    display: inline;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #474747;
    text-shadow: 1px 1px 3px #faf8f8;
    /*border-bottom:3px solid #e2e2e2; */
    line-height: 40px;
}

.game-top04 li a {
    color: #575656;
    width: 100px;
    height: 40px;
}

.game-top04 li a:hover {
    color: #f27617;
}

.game-top04 li.c {
    font-weight: bold;
    color: #cf5808;
    border-bottom: 2px solid #F93;
    line-height: 39px;
}

.game-top04 li.c a {
    color: #f27617;
    padding-top: 10px;
    padding-bottom: 10px;
}

.game-top04 li.c a:hover {
    color: #f27617;
}



/*内页表头样式*/

.setHeight {
    height: auto;
}

.game-all {
    overflow: hidden;
}

.game-all li {
    width: 88px;
}

.game-all li a {
    padding: 0px;
}

section.mygame01 {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    height: auto;
    width: 712px;
}

section.mygame01 ul {
    margin-top: 6px;
    margin-left: 11px;
    margin-right: 10px;
}

section.mygame01 ul li {
    float: left;
    width: 320px;
    margin-right: 15px;
    margin-left: 10px;
    *height: 180px;
    margin-bottom: 5px;
}

section.mygame01 ul li:nth-child(even) {
    margin-right: 0px;
}


/*section.mygame01 ul li:nth-child(4) { margin-right:0px;}
section.mygame01 ul li:nth-child(6) { margin-right:0px;}
section.mygame01 ul li:nth-child(8) { margin-right:0px;}*/

section.mygame01 ul li img {
    width: 320px;
    height: 159px;
}


/*友情链接新开始*/


/* flink */

.flink {
    margin-top: 5px;
    line-height: 30px;
}

.flink-con {
    overflow: hidden;
    zoom: 1;
}

.flink-con ul {
    padding-top: 10px;
}

.flink_tit {
    width: 978px;
    /* background:url(../images/h_bg.png) repeat-x left top; height:37px;*/
    border: none;
    border-bottom: 2px solid #e2e2e2;
}

.flink_tit h2 {
    /*padding-bottom:6px;*/
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    color: #474747;
}

.flink-con li {
    float: left;
    padding-left: 20px;
}

.flink-con li a {
    color: #282828;
    font-size: 13px;
}

.flink-con li a:hover {
    color: #fe8340;
}


/*友情链接新结束*/

@media screen and (min-width: 980px) and (max-width: 2525px) {
    .flink {
        width: 100%;
    }
    .flink_tit {
        width: 100%;
    }
    .flink-con {
        width: 100%;
    }
}

@media screen and (min-width: 721px) and (max-width: 979px) {
    /*.flink { width:100%; line-height:22px; margin-top:25px;}
    .flink_tit { width:100%;}
    .flink_tit h2 { font-size:16px; line-height:40px;}
    .flink-con { width:100%;}
    .flink-con li  { padding-left:6px; padding-right:2px;}*/
    .flink {
        display: none;
    }
}

@media screen and (min-width: 500px) and (max-width: 720px) {
    /*.flink { width:100%; line-height:22px; margin-top:25px;}
    .flink_tit { width:100%;}
    .flink_tit h2 { font-size:16px; line-height:44px;}
    .flink-con { width:100%;}
    .flink-con li  { padding-left:6px; padding-right:2px;}
    .flink-con li a { font-size:12px;}*/
    .flink {
        display: none;
    }
}

@media screen and (min-width: 300px) and (max-width: 499px) {
    /*.flink { width:100%; line-height:22px; margin-top:25px;}
    .flink_tit { width:100%;}
    .flink_tit h2 { font-size:16px; line-height:44px;}
    .flink-con { width:100%;}
    .flink-con li  { padding-left:6px; padding-right:2px;}
    .flink-con li a { font-size:12px;}*/
    .flink {
        display: none;
    }
}



/*中间样end*/


/*内页样式begin*/

section.Ltab {
    overflow: hidden;
    zoom: 1;
    width: 240px;
    position: relative;
}

section.Ltab h2 {
    width: 160px;
    height: 64px;
    line-height: 60px;
    font-weight: normal
}

.title01 {
    position: absolute;
    left: 7px;
    background: url("../images/titlebg.png")/*tpa=http://www.682.com/Public/682game/images/titlebg.png*/
    no-repeat left top;
    /*  text-align:center;*/
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 64px;
    color: #fff;
    top: 2px;
    padding-left: 75px;
}

section.Ltab ul {
    width: 230px;
    border: 1px solid #e2e2e2;
    padding-top: 53px;
    background: #f7f7f7;
    padding-bottom: 200px;
}

section.Ltab ul li {
    line-height: 60px;
    border-bottom: 1px solid #e2e2e2;
    /* margin-left:15px; margin-right:15px;*/
    text-align: center;
}

section.Ltab ul li:hover {
    background: #f2f2f2;
}

section.Ltab ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

section.Ltab ul li a:hover {
    color: #f27617
}

section.Ltab ul li.on a {
    color: #f27617;
    font-weight: bold;
}

.service_con {
    width: 706px;
    background: #fff;
    /*overflow:auto; border:1px solid #E3E3E3;*/
    border-top: none;
}

.service_con ul {
    /* margin-left:10px;*/
    padding: 10px 12px;
}

.service_con ul li {
    width: 700px;
    text-align: left;
    /* padding-bottom:20px;*/
}

.service_con01 {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #ccc;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
}


/*.service_con01:last-child { border-bottom:none;}*/

.service_con01 .service_con011 {
    float: left;
    display: inline;
    width: 600px;
}

.service_con01 .service_con011 a {
    color: #111;
    font-size: 16px;
}

.service_con01 .service_con011 a:hover {
    color: #f63;
}

.service_con01 .service_con011 span {
    width: 5px;
    height: 12px;
    background: #fe8340;
    margin-right: 10px;
    display: block;
    float: left;
    margin-top: 7px;
}

.service_con01 .service_con011 span.ques02 {
    margin-top: 10px;
}

.service_con01 .service_con012 {
    float: right;
    display: inline;
    overflow: hidden;
    background: url("../images/upbg.png")/*tpa=http://www.682.com/Public/682game/images/upbg.png*/
    no-repeat left bottom;
    width: 50px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    padding-top: 10px;
    position: relative;
}

.service_con01 .service_con012 a {
    color: #fff;
    position: absolute;
    width: 50px;
    height: 23px;
    top: 10px;
    left: 3px;
    *left: -1px;
    cursor: pointer;
}

.service_con013 {
    padding: 10px;
    background: #f2efef;
    color: #737272;
}

.page {
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.page a {
    color: #6e6e6e;
    height: 25px;
    text-align: center;
    background: #f7f7f7;
    margin-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.page .current {
    border: 1px solid #fe803b;
    background: #fe8340;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    color: #fff;
    margin-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px
}

.customer-top h3 {
    width: 698px;
}

.customer-top h3 a {
    padding: 2px 12px;
    color: #838383;
    font-size: 14px;
    font-weight: normal;
    line-height: 37px;
}

.selfque {
    float: left;
    display: inline;
    /* line-height:45px;  padding-bottom:0px;*/
    padding-left: 10px;
}

.online-serv {
    float: right;
    display: inline;
    *margin-top: 10px;
    line-height: 32px;
}

.login02 {
    margin-right: 2px;
    color: #ccc;
}

.customer {
    padding-bottom: 20px;
    padding-top: 5px;
}

.customer ul li {
    width: 163px;
    float: left;
    display: inline;
    margin: 15px 6px 0px 6px;
}

.game_pic01 a {
    width: 83px;
    height: 86px;
    /* position:relative; */
    padding-right: 2px;
    font-size: 14px;
    float: left;
}

.game_pic01 a img {
    width: 78px;
    height: 78px;
}

.post_time {
    margin-left: 300px;
}

.game_name01 {
    float: left;
    display: inline;
    margin-top: 10px;
    line-height: 22px;
    width: 73px;
    text-align: left;
}

.e_sel {
    width: 700px;
    overflow: hidden;
    margin-bottom: 20px;
}

.e_sel ul {
    border: #ccc solid 1px;
    background: #fbfbfb;
    overflow: hidden;
    padding-left: 8px;
}

.e_sel ul li {
    width: 26px;
    float: left;
    display: inline;
    text-align: center;
    line-height: 30px;
}

.e_sel ul li a {
    font-size: 14px;
    color: #737272;
}

.e_sel ul li a:hover {
    color: #f93
}

.e_sel ul li a.e_sel_on {
    color: #f93;
}

.game_del .game_del01 {
    float: left;
    display: inline;
}

.game_del .game_del02 .ddd {
    position: relative;
}

.del {
    position: absolute;
    display: block;
    width: 166px;
    left: 0px;
    bottom: 0px;
    height: 25px;
    background: #d76547;
    text-align: center;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
    clear: both;
    display: none;
}

.game_del .game_del02 .ddd:hover .del {
    display: block;
}

.bannerzx {
    /* padding-top:10px;*/
    height: 123px;
}

.Gbanner {
    height: 310px;
}

.bannerzx img {
    width: 980px;
    height: 123px;
}

.Gbanner img {
    width: 980px;
    height: 310px;
}

.game-top li.set_newstit {
    width: 700px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px
}

.information ul {
    padding-top: 0px;
    padding-left: 0px;
}

.information ul .info01 {
    border-bottom: 1px dashed #c7c7c7;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 16px;
}

.zx_con01 {
    border-bottom: none;
    line-height: 28px;
}

.zxintr {
    line-height: 20px;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
}

.service_con01 .zx_con013 {
    background: none;
    width: 80px;
    padding-top: 0px;
    color: #999;
    font-size: 13px;
}

.genre {
    padding-top: 5px;
    padding-bottom: 8px;
}

.genre span {
    padding: 3px 8px;
    background: #f5f5f5;
    margin-right: 20px;
}

.genre .cla {
    background: #eaeaea;
}

.information img {
    width: 18px;
    height: 18px;
}

.information h4 {
    font-size: 18px;
    color: #2a2a2a;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.info_detail01 {
    line-height: 40px;
    color: #b4b4b4;
    width: 680px;
    margin-left: 18px;
}

.info_detail01 .info_l {
    float: left;
    width: 360px;
}

.info_detail01 .info_share {
    float: right;
    display: inline;
    width: 250px;
}

.info_detail01 .info_share .number {
    background: url("../images/numbg.png")/*tpa=http://www.682.com/Public/682game/images/numbg.png*/
    no-repeat left center;
    width: 80px;
    height: 30px;
    font-weight: normal;
    float: left;
    display: inline;
    line-height: 30px;
    padding-left: 10px;
}

.info_detail01 .info_share .info_share01 {
    float: left;
    display: inline;
    font-weight: normal;
}

.info_detail01 .info_share .info_share02 {
    float: left;
    display: inline;
    padding-top: 5px;
    *padding-top: 2px;
}

.info_con {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3f3f3f;
    border-bottom: 1px dashed #c7c7c7;
    font: 14px Tahoma, "\5b8b\4f53", "Microsoft YaHei";
    line-height: 28px;
}

.info_con b {
    padding-left: 465px;
}

.information .info_con img {
    clear: both;
    display: block;
    width: auto;
    height: auto;
    max-height: 300px;
    height: expression(this.height<300px?"auto":"300px");
    max-width: 600px;
    width: expression(this.width<600px?"auto":"600px");
    margin: 0 auto;
}

.info_connum {
    clear: both;
    line-height: 60px;
    color: #575656;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.info_connum .toppage {
    float: left;
    display: inline;
}

.info_connum .toppage a {
    color: #575656
}

.info_connum .nextpage {
    float: right;
    display: inline;
}

.info_connum .nextpage a {
    color: #575656
}

.in_connum_con ol {
    float: left;
    display: inline;
    width: 340px;
    margin-top: 10px;
    padding-left: 5px;
}

.myques ol {
    padding: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    zoom: 1
}

.myques ol li {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    zoom: 1
}

.myques ol li .quetit {
    display: block;
    float: left;
    text-align: center;
    width: 300px;
    padding-left: 5px;
}

.myques ol li .quetit a {
    color: #575656;
    font-size: 14px
}

.myques ol li .quetit a:hover {
    text-decoration: underline;
    color: #F60;
}

.myques ol li .time02 {
    display: block;
    float: left;
    text-align: center;
    width: 250px;
}

.myques ol li .zt {
    display: block;
    float: left;
    text-align: center;
    width: 150px;
}

.myques ol .alltit {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    zoom: 1;
}

.game-list {
    overflow: hidden;
    zoom: 1;
    padding: 10px;
}

.game-list01 {
    float: left;
    margin-right: 6px;
    height: 190px;
    position: relative;
}

.game-listhover {
    background: #000;
    filter: alpha(opacity=80);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0.8;
    /*Firefox私有，透明度50%*/
    opacity: 0.8;
    /*其他，透明度50%*/
    overflow: hidden;
    zoom: 1;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 229px;
    height: 141px;
}

.game-listhover01 {
    height: 90px;
    line-height: 28px;
    margin-left: 10px;
    margin-top: 10px;
}

.game-listhover011 {
    float: left;
    display: inline;
    width: 60px;
}

.game-listhover012 {
    float: left;
    display: inline;
    width: 90px;
}

.game-listhover013 {
    float: left;
    display: inline;
    text-align: center;
}

.game-listhover02 {
    margin-left: 20px;
    margin-top: 8px;
}

.game-listhover02 a {
    margin-right: 10px;
    padding-top: 7px;
}

.game-list01:hover .game-listhover {
    display: block;
}

.font03 {
    font-size: 14px;
    color: #fff;
}

.font04 {
    font-size: 10px;
    color: #fff;
}

.font05 {
    font-size: 14px;
    color: #000;
}

.font06 {
    font-size: 18px;
    color: #f27617;
    font-weight: bold
}

.font07 {
    font-size: 12px;
    color: #979797;
}

.font08 {
    font-size: 14px;
    color: #818181;
}

.font14 {
    font-size: 12px;
    color: #818181;
}

.font09 {
    font-size: 14px;
    color: #cf5a0b;
    font-weight: bold
}

.font10 {
    color: #575656;
}

.bgcolor01 {
    color: #f27617
}

.font12 {
    font-size: 14px;
    color: #cf5a0b;
    font-weight: bold
}

.font13 {
    font-size: 16px;
    font-weight: bold;
}

.game_detail01 {
    overflow: hidden;
    zoom: 1;
    border: 1px solid #ccc;
    padding: 8px;
}

.game_detail011 {
    float: left;
    display: inline;
    width: 200px;
}

.game_detail011 img {
    width: 170px;
    height: 170px;
}

.game_detail_con_pic {
    width: 160px;
}

.game_detail_con_pic img {
    width: 126px;
    height: 126px;
}

.information .in_detail_lq {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-top: 20px;
    padding: 10px;
    width: 683px;
}

.information .in_detail_lq01 {
    width: 100px
}

.information .in_detail_lq01 img {
    width: 80px;
    height: 80px;
}

.game_detail012 {
    float: left;
    display: inline;
    width: 365px;
    padding-top: 10px;
    line-height: 30px;
}

.game_detail012 p {
    padding-bottom: 0px;
    line-height: 26px;
}

.game_detail012 p span {
    margin-right: 25px;
}

.game_detail012 .p3 {
    height: 40px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 15px;
}

.game_detail012 .p4 {
    padding-top: 8px;
}

.game_detail013 {
    /* float:right;*/
    display: inline;
    text-align: center;
}

.game_detail013 p {
    padding-top: 5px;
    color: #666;
    float: right;
}

.game_detail013 p a {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.game_detail013 p a:hover {
    color: #f93;
}

.game_detail0121 {
    margin-left: 0px;
    overflow: hidden;
}

.game_detail0121 a {
    /*padding-right:10px; padding-left:34px; */
    width: 80px;
    height: 24px;
    display: block;
    float: left;
    font-size: 13px;
    padding-bottom: 5px;
    text-align: center;
}

article.game_detail02 {
    line-height: 28px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
}

article.game_detail02 h3 {
    font-size: 18px;
    border-bottom: 2px solid #e2e2e2;
    height: 35px;
    line-height: 35px;
}

article.game_detail02 p {
    font-size: 14px;
    padding-top: 2px;
}

.user_know {
    font-size: 14px;
    margin-top: 8px;
    line-height: 23px
}

article.game_detail02 ol li a {
    color: #575656;
    font-size: 14px;
}

article.game_detail02 ol li a:hover {
    color: #f93
}

article.game_detail02 .pic_areaall {
    width: 700px;
    height: 517px;
    overflow: hidden;
}

article.game_detail02 .pic_area {
    white-space: nowrap;
    float: left;
    display: inline;
    width: 628px;
    margin-top: 10px;
}

.pic_area span {
    margin-right: 5px;
}

.pic_area span img {
    height: 517px;
    width: 312px;
}

.game_detaillq {
    float: left;
    display: inline;
    width: 550px;
    overflow: hidden;
    padding-left: 5px;
}

.bname {
    font-size: 16px;
    font-weight: bold;
    color: #000
}

.game_lq_btn a {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -75px -403px;
    border-radius: 5px;
    width: 50px;
    height: 32px;
    border: 1px solid #cbcbcb;
    margin-top: 40px;
    display: inline;
    float: right;
    padding-left: 50px;
    font-size: 16px;
    color: #ff622b;
    padding-top: 8px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 28px;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.game_lq_btn a:hover {
    background: #F27617 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -72px -261px;
    color: #fff;
    border: none;
    height: 34px;
}

.game_lq_btn_gray a {
    background: #cecfd1 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -72px -261px;
    border-radius: 5px;
    width: 50px;
    height: 32px;
    border: 1px solid #cccccc;
    margin-top: 40px;
    display: inline;
    float: right;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    padding-top: 8px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 28px;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.game_lq_btn01 a {
    float: left;
    margin-top: 13px;
}

.detail_pre {
    float: left;
    display: inline;
    margin-top: 250px;
    margin-right: 5px;
}

.detail_pre a {
    width: 31px;
    height: 66px;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -20px -623px;
    vertical-align: middle;
    display: block;
    outline: none;
}

.detail_pre a:hover {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -102px -704px;
}

.detail_next {
    float: left;
    display: inline;
    margin-top: 250px;
    margin-left: 5px;
}

.detail_next a {
    width: 31px;
    height: 66px;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -383px -630px;
    vertical-align: middle;
    display: block;
    outline: none;
}

.detail_next a:hover {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -383px -703px;
}

.in_connum_con {
    padding: 0px;
    margin-bottom: 0px;
    line-height: 22px
}

.gift_warming_con {
    clear: both;
    overflow: hidden;
    width: 400px;
    float: left;
}

.gift_warming_icon {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -308px -10px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
}

.warming_con {
    line-height: 34px;
    font-size: 14px;
    padding-left: 5px;
}


/*内页样式end */


/*登陆页*/

.login_area {
    background: url("../images/loginbg.png")/*tpa=http://www.682.com/Public/682game/images/loginbg.png*/
    repeat left top;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.login_area img {
    width: 100%;
    height: 100%
}

.login_dw {
    width: 980px;
    height: 641px;
    position: relative;
    margin: 0 auto;
    background: url("../images/loginbg01.png")/*tpa=http://www.682.com/Public/682game/images/loginbg01.png*/
    no-repeat left top;
}

.login_area_all {
    width: 335px;
    position: absolute;
    left: 595px;
    top: 168px;
    padding: 10px 10px 10px 7px;
    line-height: 35px;
}

.L_warming {
    clear: both;
    left: 60px;
    line-height: 16px;
}

.L_warming img {
    width: 16px;
    height: 16px;
}

section.login_area01 {
    background: none;
}

section.login_area02 {
    background: none;
    border: none;
    border-top: 1px dashed #ccc
}

section.login_area01 p .name01 {
    background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -10px -877px;
    width: 245px;
    height: 48px;
    color: #b4b4b4;
    padding-left: 60px;
    /*line-height:45px;*/
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

section.login_area01 p .passwd01 {
    background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -517px -877px;
    width: 245px;
    height: 48px;
    color: #b4b4b4;
    padding-left: 60px;
    /* line-height:45px;*/
    font-size: 14px;
    border: 1px solid #ccc;
}

section.login_area02 {
    line-height: 40px;
    font-size: 14px;
    display: none
}


/*section.login_area01 p .resbtn{ border:1px solid #7e7f8b; padding:12px 32px;}
section.login_area01 p .resbtn .resbtn01 {  font-size:18px; height:45px; line-height:45px;}*/


/*section.user p .logins { padding:12px 48px;}*/

.loginbtn {
    display: block;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fe8340;
    border: 1px solid #dd692a;
    padding: 4px 48px;
    height: 35px;
    line-height: 35px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    margin-right: 30px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 5px;
}


/*section.login_area01 p .login a { font-size:18px; height:45px; line-height:45px;}*/

.resbtn01 {
    display: block;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #a8aac3;
    border: 1px solid #7e7f8b;
    padding: 4px 30px;
    height: 35px;
    line-height: 35px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    margin-right: 7px;
    color: #1c1c1c;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.res_yzm {
    float: left;
    margin-left: 15px;
}


/*注册页*/

.res_area {
    background: url("../images/resbg.png")/*tpa=http://www.682.com/Public/682game/images/resbg.png*/
    repeat left top;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.res_dw {
    background: url("../images/resbg01.png")/*tpa=http://www.682.com/Public/682game/images/resbg01.png*/
    no-repeat left 40px;
    width: 980px;
    height: 640px;
    margin: 0 auto;
    /*padding-top:121px;*/
}

.res_area01 {
    padding-top: 135px;
    padding-left: 60px;
}

.res_area011 {
    float: left;
    display: inline;
    line-height: 35px;
    font-size: 14px;
    width: 490px;
}

.txt01 {
    width: 230px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #bbaeae;
    padding-left: 5px;
}

.res_txt {
    float: left;
    display: inline;
    width: 95px;
    text-align: right;
    margin-left: 3px;
    overflow: hidden;
}

.res_intr {
    padding-left: 95px;
    color: #b4b4b4;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
}

.res_intr02 {
    padding-left: 50px;
}

.res_intr03 {
    padding-left: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.res_intr03 a {
    color: #fff;
    font-size: 16px;
    width: 120px;
    text-align: center;
    display: block;
}

.res_intr04 {
    font-size: 16px;
    display: none;
}

.res_area012 {
    float: left;
    display: inline;
    width: 11px;
    height: 400px;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -788px -70px;
}

.res_area013 {
    float: left;
    display: inline;
    width: 350px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.res_area013 h3 {
    color: #0e0e0e;
    font-size: 24px;
    padding-bottom: 30px;
    padding-top: 120px;
    text-align: center;
    /* border-bottom:1px dashed #a9a9a9;*/
}

.res_area013 h3 a {
    color: #fe8340;
    text-decoration: underline;
}

.res_area013 p {
    color: #428ca5;
    line-height: 35px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.res_area013 .loginstyle {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -480px -467px;
    width: 200px;
    height: 166px;
    padding-left: 85px;
    display: none;
}


.Myinfo {
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    zoom: 1;
}

.Myinfo01 {
    /* float:left; display:inline; */
    width: 689px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    padding-left: 30px;
    overflow: hidden;
    zoom: 1;
}

.Myinfo01 p {
    padding-bottom: 5px;
    padding-top: 5px;
}

.Myinfo02 {
    text-align: center;
    line-height: 25px;
}

.Myinfo02 img {
    border: 3px solid #727a86
}

.Myself {
    padding: 20px 10px 20px 10px;
    line-height: 40px;
    border-bottom: 1px dashed #c7c7c7;
    overflow: hidden;
    zoom: 1;
    font-size: 14px
}

.Myself03 {
    padding-left: 60px;
    padding-top: 10px;
}

.Myself03 .login {
    padding-left: 35px;
    padding-right: 35px;
    color: #fff;
}

section.warming01 {
    line-height: 45px;
    background: url("../images/warming.png")/*tpa=http://www.682.com/Public/682game/images/warming.png*/
    no-repeat 10px center;
    padding-left: 40px;
}

.red {
    color: #f00;
    font-size: 12px;
}


.passwd_back {
    line-height: 40px;
    padding: 25px 10px 10px 8px;
    font-size: 14px;
    color: #000;
}

.passwd_back p {
    padding-bottom: 10px;
}

.txt02 {
    width: 100px;
}

.res_txt01 {
    float: left;
    display: inline;
    width: 105px;
    line-height: 30px;
}

.res_txt02 {
    float: left;
    display: inline;
    padding-top: 5px;
    margin-left: 10px;
}

.res_txt03 {
    padding-top: 8px;
}

.res_txt_b {
    float: left;
    display: inline;
    width: 140px;
    text-align: right;
}

.modify {
    line-height: 30px;
    padding-top: 10px;
    overflow: hidden;
    zoom: 1
}

.setpwd {
    line-height: 30px;
    padding-top: 10px;
    overflow: hidden;
    zoom: 1
}

section.mygame {
    background: #fff;
    padding-top: 5px 15px 15px 8px;
    border-top: none;
    overflow: hidden;
    zoom: 1;
    height: auto;
}

section.user_game {
    padding: 5px 15px 15px 13px;
}

section.user_game ul li {
    width: 217px;
    margin-right: 22px;
}

.warming02 {
    border-top: 1px dashed #c7c7c7;
    color: #575656;
    width: 650px;
    padding-left: 20px;
    margin-bottom: 50px;
}

.bdstyle {
    overflow: hidden;
    zoom: 1;
    width: 729px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    padding-top: 20px;
}

.getyzm {
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f3f3f3));
    background: -moz-linear-gradient(#fff, #f3f3f3);
    -pie-background: linear-gradient(#fff, #f3f3f3);
    border: 1px solid #e2e2e2;
    padding: 7px 12px;
    color: #8d8484;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

.getyzm:hover {
    background: #f6f6f6
}

section.app_style {
    margin-bottom: 0px;
    height: auto;
    border: 1px solid #e2e2e2;
    margin-top: 20px
}

section.app_style ul li {
    border-bottom: none;
}

section.app_style ul li a {
    width: 310px;
    height: 230px;
    display: block;
}

section.app_style ul li a:hover {
    color: #f63;
}

.phone_apply_list {
    width: 980px;
    margin: 0 auto;
    height: 150px;
    margin-top: 25px;
}

.all_maker {
    float: left;
    width: 662px;
    margin-left: 14px;
    display: inline;
    overflow: hidden;
}

.all_maker img {
    width: 100%;
    height: auto;
}

.hope_more {
    float: left;
    width: 292px;
    display: inline;
}

section.app_style h2 {
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    padding-bottom: 0px
}

section.app_style h2 span {
    height: 40px;
    line-height: 40px;
}

section.app_style .apply_imga {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 19px;
    margin-top: 16px;
    overflow: hidden;
    zoom: 1;
}

.apply_imga li {
    width: auto;
    height: 227px;
    margin-left: 0px;
    margin-right: 12px;
    float: left;
    display: inline;
}

.apply_imga li:nth-child(3n) {
    margin-right: 0px;
}


/*.apply_imga li:nth-child(6) { margin-right:0px;}
.apply_imga li:nth-child(9) { margin-right:0px;}*/

.apply_imgas {
    height: 163px;
}

.apply_imgas img {
    width: 295px;
    height: 163px;
}

.apply_type {
    width: 296px;
    height: 45px;
    background: #fff;
    color: #010101;
    /* border:1px solid #ccc; border-top:none; */
    display: block;
    padding-top: 3px;
}

.apply_type_t {
    width: 290px;
    font-size: 16px;
    display: block;
    padding-left: 2%;
    font-weight: normal;
}

.apply_type_t:hover {
    color: #f63;
}

.app_type_cont {
    width: 290px;
    font-size: 12px;
    display: block;
    padding-left: 2%;
    color: #666;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.add_game {
    background: #dedede;
    font-size: 100px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    height: 110px;
    width: 217px;
    *height: 90px;
    line-height: 90px;
}

.add_game a {
    height: 110px;
    width: 217px;
    *height: 90px;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
}

section.openlist {
    overflow: hidden;
}

section.openlist h4 {
    border-bottom: 2px solid #e1dede;
    border-top: 1px solid #e1dede;
    font-size: 16px;
    color: #303030;
    overflow: hidden;
    zoom: 1;
    height: 55px;
    line-height: 70px;
}

section.openlist p {
    border-bottom: 1px dashed #d6d6d6;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
}

.date01 {
    float: left;
    width: 140px;
    display: inline;
    padding-left: 20px;
    text-align: center
}

.now {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -395px 0px;
    width: 18px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 17px;
}

.game_name02 {
    float: left;
    width: 130px;
    display: inline;
    text-align: center
}

.game_name02 a {
    color: #e96a25;
}

.newname {
    float: left;
    width: 230px;
    display: inline;
    text-align: center
}

.game_tyle {
    float: left;
    width: 100px;
    display: inline;
    text-align: center
}

.roof {
    float: left;
    width: 100px;
    display: inline;
    text-align: center
}

.roof_pic {
    padding-top: 8px;
    *padding-top: 3px;
}

.android_roof {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -479px 0px;
    width: 24px;
    height: 28px;
    display: block;
    margin-left: 38px;
    margin-top: 5px;
}

.ios_roof {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -565px 0px;
    width: 24px;
    height: 28px;
    display: block;
    margin-left: 38px;
    margin-top: 5px;
}


.download01 {
    float: left;
    width: 90px;
    display: inline;
    text-align: center
}

.download_pic01 {
    padding-top: 8px;
    *padding-top: 15px;
}

.open_warm {
    float: left;
    display: inline;
    width: 85px;
    text-align: center;
}

.open_warm01 {
    margin-top: 13px;
    margin-left: 25px;
    width: 31px;
    height: 31px;
    border-radius: 5px;
    background: #f2f2f2 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -169px -409px;
    display: inline;
    cursor: pointer;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.open_warm01:hover {
    background: #ff622b url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -170px -267px;
}

.open_warm02 {
    margin-top: 13px;
    margin-left: 60px;
    width: 31px;
    height: 31px;
    border-radius: 5px;
    background: #f2f2f2 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -299px -405px;
    display: inline;
    cursor: pointer;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.open_warm02:hover {
    background: #ff622b url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -302px -265px;
}


/*.open_warm a { background:#fe8340 url(../images/phone.png) no-repeat 6px center; padding:4px 15px 4px 28px; line-height:28px; border:1px solid #d7682c; margin-top:15px; color:#fff;border-radius: 3px;-moz-border-radius: 3px; behavior: url(ie-css3.htc);}*/


/*.open_warm a { background:url(../images/2_1.png) no-repeat; width:64px; height:24px; display:block; line-height:24px; text-indent:-999em; margin-top:10px; margin-left:20px;}*/

.game_openlist_a h3 {
    width: 960px;
}

.game_gift {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    border-bottom: 1px dashed #e1dede;
    overflow: hidden;
    zoom: 1;
}

.game_gift01 {
    float: left;
    display: inline;
    width: 140px;
}

.game_gift01 img {
    width: 120px;
    height: 120px;
}

.game_gift02 {
    float: left;
    display: inline;
    width: 410px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    *padding-bottom: 5px;
}

.game_gift02 p {
    color: #818181;
    font-size: 14px;
}

.lb_con_tit {
    clear: both;
    float: left;
    display: inline;
    width: 77px;
    color: #505050
}

.lb_con {
    float: left;
    display: inline;
    width: 333px;
    line-height: 20px;
    padding-top: 3px;
}

.game_gift02 .gname a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 42px;
}

.game_gift02 .lbtn {
    margin-top: 5px;
}


/*.game_detail { margin-top:141px;}*/

.date_sear {
    width: 120px;
    padding-left: 0px;
}

.game_name_sear {
    width: 100px;
}

.roof_sear {
    width: 70px;
}

.ios_roof_sear {
    margin-left: 15px;
}

.game_tyle_sear {
    width: 80px;
}

.newname_sear {
    width: 120px;
}

.download_sear {
    width: 60px;
}

.open_warm_sear {
    width: 70px;
}

.open_warm03 {
    margin-left: 53px;
}

.gl_none {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}


/*底部样式*/

footer {
    width: 100%;
    border-top: 1px solid #bbb;
    padding-top: 5px;
    margin-top: 5px;
}

.foot {
    width: 980px;
    margin: 0 auto;
    margin-top: 5px;
}

.foot .foot_top {
    margin: 0 auto;
    width: 360px;
    height: 30px;
}

.foot .foot_top li {
    float: left;
}

.foot .foot_top li a {
    padding: 0 10px 0 10px;
    line-height: 26px;
    color: #666;
    display: block;
}

.foot .foot_top li a:hover {
    color: #000;
}

footer .font_page {
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 26px;
    overflow: hidden;
}

footer .font_page a {
    color: #666;
}

.ser_area {}

@media screen and (min-width: 980px) and (max-width: 2525px) {}

@media screen and (min-width: 721px) and (max-width: 979px) {
    footer {
        width: 100%;
        margin-top: 10px;
    }
    .foot {
        width: 100%;
        margin-top: 0px;
    }
    .foot .foot_top {
        display: none
    }
    footer .font_page:first-child {
        /* line-height:20px;*/
        display: none;
    }
    footer .font_page:nth-child(2) {
        display: none;
    }
    .weixin_pic {
        display: none;
    }
    .ser_area {
        display: block;
    }
    .ser_area span {
        margin-right: 20px;
        line-height: 20px;
        color: #666
    }
    .font_page02 {
        display: none;
    }
}

@media screen and (min-width: 500px) and (max-width: 720px) {
    footer {
        width: 100%;
        margin-top: 10px;
    }
    .foot {
        width: 100%;
        margin-top: 0px;
    }
    .foot .foot_top {
        display: none
    }
    footer .font_page:first-child {
        /* line-height:20px;*/
        display: none;
    }
    footer .font_page:nth-child(2) {
        display: none;
    }
    .weixin_pic {
        display: none;
    }
    .ser_area {
        display: block;
    }
    .ser_area span {
        margin-right: 20px;
        line-height: 20px;
        color: #666
    }
    .font_page02 {
        display: none;
    }
}

@media screen and (min-width: 300px) and (max-width: 499px) {
    footer {
        width: 100%;
        margin-top: 10px;
    }
    .foot {
        width: 100%;
        margin-top: 0px;
    }
    .foot .foot_top {
        width: 88%;
        display: none
    }
    footer .font_page {
        line-height: 20px;
    }
    footer .font_page:first-child {
        /* line-height:20px;*/
        display: none;
    }
    footer .font_page:nth-child(2) {
        display: none;
    }
    .weixin_pic {
        display: none;
    }
    .ser_area {
        display: block;
    }
    .ser_area span {
        margin-right: 20px;
        display: block;
        line-height: 20px;
        color: #666
    }
    .font_page02 {
        display: none;
    }
}



.myques .service_open {
    padding: 0px;
}

section.service_open01 {
    height: 350px;
    margin-bottom: 0px;
}

.service_open li:last-child {
    border-bottom: none;
}

.service_open01 .MainContent031:last-child {
    border-right: none;
}

.service_open02 li:last-child {
    margin-right: 0px;
}

.service_open02 li img {
    width: 100%;
    height: 170px;
}

#game_hot .game_hot01:nth-child(2) {
    border-right: none;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}


/*#game_hot .game_hot01:nth-child(3){
        border-bottom:none;
        behavior:url(../css/ie-css3.htc);
    }*/

#game_hot .game_hot01:nth-child(4) {
    /* border-bottom:none;*/
    border-right: none;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}

#game_hot .game_hot01:last-child {
    /* border-bottom:none;*/
    border-right: none;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
}


/*  #apply_imga li:nth-child(3){
         margin-right:0px;
        behavior:url(../css/ie-css3.htc);
    }
#apply_imga li:nth-child(6){
         margin-right:0px;
        behavior:url(../css/ie-css3.htc);
    }
        #apply_imga li:nth-child(9){
         margin-right:0px;
        behavior:url(../css/ie-css3.htc);

    }
*/

.error {
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
    zoom: 1;
}

.error_pic {
    width: 345px;
    padding-left: 100px;
    display: inline;
    overflow: hidden;
    zoom: 1;
}

.error_pic01 img {
    margin-top: 30px;
}

.error_con {
    width: 350px;
    float: right;
    display: inline;
    margin-top: 100px;
    line-height: 60px;
    *margin-top: -180px;
    margin-right: 60px;
}

.p5 {
    font-size: 36px;
    color: #d76547;
}

.p6 {
    font-size: 18px;
    font-weight: 400
}

.p6 a {
    color: #d76547;
}



.error_area {
    width: 100%;
    height: 100%;
}

.error_1 {
    width: 57%;
    margin: 0 auto;
    text-align: center
}

.error_pic_1 {
    max-height: 20%;
    height: expression(this.width<20%?"auto":"20%");
    max-width: 35%;
    width: expression(this.width<35%?"auto":"35%");
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 4%;
}

.error_pic_1 img {
    width: 100%;
}

.error_con_1 {
    line-height: 3em;
}

.p51 {
    font-size: 2.25em;
}

.p61 {
    font-size: 1.25em;
}

.jump {
    font-size: 1.25em;
    line-height: 2em;
}

.jump a {
    color: #d76547;
    font-size: 1em;
    margin-right: 10px;
}

.jump a:hover {
    color: #F63;
    text-decoration: underline;
}

@media screen and (min-width: 721px) and (max-width: 1100px) {
    .p51 {
        font-size: 1.5em;
    }
    .p61 {
        font-size: 1em;
    }
    .error_con_1 {
        line-height: 2.5em;
    }
    .jump {
        font-size: 1em;
        line-height: 1.5em;
    }
    .jump a {
        color: #d76547;
        font-size: 1em
    }
}

@media screen and (min-width: 500px) and (max-width: 720px) {
    .p51 {
        font-size: 1.5em;
    }
    .p61 {
        font-size: 1em;
    }
    .error_con_1 {
        line-height: 2.5em;
    }
    .jump {
        font-size: 1em;
        line-height: 1.5em;
    }
    .jump a {
        color: #d76547;
        font-size: 1em
    }
}

@media screen and (min-width: 300px) and (max-width: 499px) {
    .p51 {
        font-size: 1.25em;
    }
    .p61 {
        font-size: 1em;
    }
    .error_con_1 {
        line-height: 2.2em;
    }
    .jump {
        font-size: 1em;
        line-height: 1.5em;
    }
    .jump a {
        color: #d76547;
        font-size: 1em
    }
}


.intr_01 {
    float: left;
    display: inline;
}

.intr_02 {
    float: left;
    display: inline;
    width: 610px;
    line-height: 25px;
    padding-top: 7px;
}

.over {
    background: #D2D2D2;
    border: 1px solid #b8b8b8;
}

.over a {
    color: #999
}


.upload {
    padding: 10px;
    line-height: 40px;
    overflow: hidden;
}

.upload_pic {
    overflow: hidden;
    margin-bottom: 20px;
}

.upload_pic h5 {
    margin-bottom: 10px;
}

.upload_pic01 {
    float: left;
    display: block;
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    line-height: 20px;
    text-align: center;
    background: #f1f1f1
}

.upload_pic02 {
    float: left;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.upload_pic02 p span {
    display: block;
    width: 180px;
    height: 180px;
    border: 1px solid #ccc;
    background: #f1f1f1
}

.upload_pic03 {
    float: left;
    text-align: center;
}

.upload_pic03 p .t100 {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    background: #f1f1f1
}

.upload_pic03 p .t80 {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background: #f1f1f1
}

.txt_error {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -27px -823px;
    width: 20px;
    height: 20px;
    padding-left: 25px;
    color: #F00;
    padding-top: 5px;
}

.txt_right {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -27px -760px;
    width: 20px;
    height: 20px;
    padding-left: 25px;
    padding-top: 5px;
}

.txt03 {
    width: 230px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    border: 1px solid #C00
}



/* 弹出 */

.gift_lq01 {
    width: 382px;
    margin: 0 auto;
    background: url("../images/t_bg.png")/*tpa=http://www.682.com/Public/682game/images/t_bg.png*/
    repeat;
    /* position:absolute; z-index:879; left:35%; top:40%*/
    position: relative;
}

.gift_lqtit {
    /*  height:30px;*/
    border: 1px solid #ccc;
    text-align: right;
    padding: 3px;
    position: absolute;
    left: 363px;
    top: -15px;
    border-radius: 50px;
    background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -495px -77px;
    width: 20px;
    height: 20px;
    z-index: 899;
}

.gift_lq_con {
    line-height: 28px;
    padding-left: 22px;
    color: #575656;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 30px;
}

.gift_lq_con01 {
    text-align: center;
    color: #db6524;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 30px;
}

.gift_lq_con02 {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -259px -129px;
    width: 302px;
    height: 61px;
}

.gift_con {
    padding: 20px 8px;
}

.gift_con01 {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.gift_con01 h3 {
    font-size: 16px;
    padding-bottom: 8px;
}

.gift_con01 p {
    color: #575656;
    font-size: 13px;
    padding-left: 5px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}

.gift_con02 {
    overflow: hidden;
}

.gift_con02 ul {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.gift_con02 ul li {
    float: left;
    display: inline;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 44px;
    overflow: hidden;
}

.gift_con02 ul li.guite {
    width: 60px;
    text-align: center;
    padding-top: 25px;
}

.gift_con02 ul li.libg {
    height: 45px;
    background: #f47b38;
    border-radius: 500px;
    -moz-border-radius: 500px;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    font-size: 14px;
    color: #fff;
}

.gift_con03 {
    padding-bottom: 10px;
    border-bottom: none
}

.font11 {
    color: #575656;
    font-size: 16px;
    font-weight: bold
}

.font14 {
    color: #666565;
    font-weight: normal
}

.lq_btn {
    text-align: center
}

.gift_contxt {
    width: 230px;
    height: 30px;
    background: #f3f2f2;
    border: 1px solid #dbd8d8;
    color: #575656
}

.gift_over {
    text-align: center;
}

.gift_overtext {
    font-size: 22px;
    color: 000;
    margin-bottom: 40px;
}

.gift_num01 {
    float: left;
    display: inline;
    width: 90px;
}

.gift_num02 {
    float: left;
    display: inline;
    width: 300px;
    word-wrap: break-word;
    word-break: normal;
}

.li_after {
    padding-top: 5px;
}

.Mgame_g {
    width: 300px;
    margin-right: 10px;
    margin-left: 8px
}

.Mgame_g {
    /* text-align:center; */
    font-size: 15px;
}

.Mgame_g span {
    text-align: center;
    display: block
}

.Mgame_g img {
    width: 300px;
    height: 113px;
}

.Mgame_g02 {
    width: 380px;
}

.Mgame_g02 p {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 390px;
}


/*应用推荐*/


/*4/9.apps {clear:both; width:980px; overflow:hidden;}
.apps ol { width:980px; margin-top:15px; margin-left:15px;}
.apps ol li { width:305px; float:left; margin-right:10px; margin-bottom:10px; overflow:hidden;}

.apps ol li .otherpics { float:left; display:inline;padding-right:8px; width:169px; }
.apps ol li .otherpics img {width:169px; height:100px; border:1px solid #f1f1f1;}
.apps ol li .othertxt { float:left; display:inline; width:38%;}
.apps ol li .othertxt h4 { margin-bottom:3px; margin-top:4px;}
.apps ol li .othertxt h4 a{font-size:15px; color:#252525;font-weight:600; }
.apps ol li .othertxt h4 a:hover { color:#f63;}
.apps ol li .othertxt p a{ font-size:12px; letter-spacing:1px; color:#535353; line-height:22px;}
.apps ol li .othertxt p a:hover { color:#f63;}*/

.pic1 {
    float: left;
    line-height: 28px;
    margin-bottom: 5px;
    margin-left: 23px;
    margin-top: 16px;
    padding: 1px;
    width: 214px;
    height: 180px;
    overflow: hidden;
}

.pic2 {
    float: left;
    line-height: 28px;
    margin-left: 0;
    margin-top: 0;
    width: 214px;
}

.pic2 img {
    width: 100%;
    height: 118px;
}

.pic2a {
    float: left;
    line-height: 24px;
    margin-left: 5px;
    margin-top: 0;
    width: 205px;
    font-size: 14px;
    height: 24px;
}

.pic2a a {
    color: #535353
}

.pic2a a:hover {
    color: #F27617
}

.pic2a p {
    width: 205px;
    height: 24px;
    overflow: hidden;
    color: #666;
}

.pic2a .font1 {
    color: #010101;
    /*font-family: "Arial Black",Gadget,sans-serif; */
    font-size: 16px;
    /* font-weight: bold;*/
}

.ohter_right_text {
    margin-bottom: 14px;
    overflow: hidden;
    zoom: 1
}

.code_ue_text .weixin_text {
    margin-left: 10px;
    display: block;
    line-height: 15px;
}

.code_ue_text .weixin_text02 {
    color: #252525;
    margin-left: 10px;
    display: block
}


/*应用文字推荐*/

.game-con-6 .box-title-vertical {
    border-left: 2px solid #FF6600;
    float: left;
    height: 90px;
    margin-left: 15px;
    margin-right: 10px;
    overflow: hidden;
    display: inline
}

.game-con-6 .box-title-vertical h2 {
    float: left;
    font-size: 16px;
    letter-spacing: 20px;
    line-height: 21px;
    padding: 4px 10px 0 9px;
    width: 18px;
    background: none;
    border-bottom: none;
    display: inline;
}

.game-con-6 .box-title-vertical h2 a {
    color: #000;
}

.game-con-6 .box-con-5 a {
    background: none repeat scroll 0 0 #F5F5F5;
    display: block;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 14px 10px 0;
    text-align: center;
    width: 138px;
    color: #535353;
}

.game-con-6 .box-con-5 a:hover {
    background: none repeat scroll 0 0 #FF8A00;
    color: #FFFFFF;
}

.game_title {
    overflow: hidden;
    margin-top: 20px;
}

.search {
    padding-right: 8px;
}

.Rcon_set {
    border: 1px solid #ccc;
    line-height: 35px;
    /* background:#F2EFEF;*/
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 13px;
}

.Rcon_set a {
    color: #000;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.Rcon_set a:hover {
    color: #f63
}

.game_titleL {
    float: left;
    display: inline;
    width: 550px;
    border: none;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
}

.num_set {
    width: 168px;
    display: block;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}

.game_select {
    overflow: hidden;
    background: #fdfcfc;
    border: 1px solid #dddddd;
    padding: 10px;
}

.game_list01 {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.game_list01:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.game_list01 h4 {
    float: left;
    display: inline;
    width: 60px;
}

.game_list01 h4 .blue_line {
    width: 3px;
    height: 18px;
    margin-top: 4px;
    display: block;
    float: left;
    background: #54aede
}

.game_list01 h4 .txt04 {
    padding-left: 10px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    float: left;
    display: inline;
}

.game_list01 ul {
    overflow: hidden;
    line-height: 25px;
    float: left;
    display: inline;
    width: 895px;
}

.game_list01 ul li {
    float: left;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

.game_list01 ul li a {
    color: #666;
    font-size: 14px;
}

.game_list01 ul li a:hover {
    color: #f27617
}

.game_list01 ul li .game_list_on {
    color: #f27617;
}

.game_list01 h4 .green_line {
    width: 3px;
    height: 18px;
    margin-top: 4px;
    display: block;
    float: left;
    background: #a3ce0e
}

.game_list01 h4 .light_blue_line {
    width: 3px;
    height: 18px;
    margin-top: 4px;
    display: block;
    float: left;
    background: #83a7d4
}

.game_list02 {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.game_list021 {
    padding: 10px 0px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc
}

.game_icon {
    float: left;
    width: 130px;
    display: inline;
}

.game_icon img {
    width: 120px;
    height: 120px;
}

.game_txt {
    overflow: hidden;
    width: 650px;
    float: left;
    display: inline;
}

.game_txt h4 {
    font-size: 17px;
    line-height: 45px;
}

.game_txt h4 a {
    color: #000;
}

.game_txt h4 a:hover {
    color: #f27617
}

.game_txt p {
    /* padding-top:5px;*/
    padding-bottom: 5px;
    color: #333;
    font-size: 14px;
}

.game_txt_con {
    height: 36px;
    overflow: hidden;
}

.game_txt p span {
    padding-right: 20px;
    color: #999;
    font-size: 12px;
}

.game_list022 {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.game_txt01 {
    width: 420px
}

.game_cz {
    float: right;
    display: inline;
}

.gift_btn {
    border-radius: 5px;
    background: #f2f2f2 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -87px -403px;
    display: inline;
    width: 42px;
    height: 42px;
    margin-top: 25px;
    float: left;
    cursor: pointer;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
    text-indent: -999px;
}

.gift_btn:hover {
    border-radius: 5px;
    background: #ff622b url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -84px -261px;
    display: inline;
    width: 42px;
    height: 42px;
    margin-top: 25px;
}

.down_btn {
    border-radius: 5px;
    background: #f2f2f2 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -229px -400px;
    display: inline;
    width: 42px;
    height: 42px;
    margin-top: 25px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
    text-indent: -999px;
}

.down_btn:hover {
    border-radius: 5px;
    background: #a3ce0e url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -229px -257px;
    display: inline;
    width: 42px;
    height: 42px;
    margin-top: 25px;
}

.search_tit {
    line-height: 40px;
    border-bottom: 2px solid #e2e2e2;
    font-size: 14px;
    padding: 0 8px;
}


/*二维码下载*/

.weixin_icon a {
    width: 108px;
    height: 110px;
    position: absolute;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    left: 70px;
    top: 0px;
    border: 1px solid #7aa5e3;
    padding-top: 8px;
    background: #fff;
}

.weixin_icon a .weixin_pic01 p img {
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0px auto;
    margin-top: 0px;
    display: block;
}

.f_left01 {
    font-size: 14px;
    /* background:#7aa5e3;*/
    width: 75px;
    margin-left: 19px;
    padding: 2px 5px;
    color: #575656;
}

.weixin_pic {
    display: none;
}

.weixin_icon a:hover {
    width: 108px;
    height: 110px;
}

.weixin_icon a:hover .weixin_pic {
    display: block;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666666;
    height: 250px;
    line-height: 25px;
    padding: 5px 10px;
    position: absolute;
    left: -225px;
    bottom: 0;
    text-align: center;
    width: 200px;
    z-index: 900;
}

.weixin_icon a:hover .weixin_pic img {
    width: 195px;
    height: 195px;
}

.f_left {
    font-size: 16px;
    font-weight: bold;
}

.kf_icon {
    width: 110px;
    height: 85px;
    position: absolute;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    left: 70px;
    top: 120px;
    background: #7aa5e3;
    line-height: 18px;
    text-align: center;
    color: #225091;
    clear: both
}

.kf_info {
    margin-top: 4px;
}

.k_left01 {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #3776cf;
    padding: 4px 8px 7px 8px;
    margin-top: 5px;
    margin-left: 8px;
    background-color: #5d8bcc;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5d8bcc), to(#3670c3));
    background: -moz-linear-gradient(#5d8bcc, #3670c3);
    -pie-background: linear-gradient(#5d8bcc, #3670c3);
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.k_left01:hover {
    background-color: #3263a8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3670c3), to(#5d8bcc));
    background: -moz-linear-gradient(#3670c3, #5d8bcc);
    -pie-background: linear-gradient(#3670c3, #5d8bcc);
    position: relative;
    behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
    ;
}

.k_left01:hover a {
    color: #fff;
}

.k_left01 a {
    color: #fff;
    font-size: 14px;
}


/* 返回顶部 */

.go a {
    /*  background:url(../images/go.png) no-repeat center top;*/
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 14px;
    text-align: center;
    color: #999;
    behavior: url("ie-css3.htc")/*tpa=http://www.682.com/Public/682game/css/ie-css3.htc*/
    ;
    left: 98px;
    top: 210px;
    /*    padding-top:35px;
     padding:10px 5px ;*/
    z-index: 910;
    font-size: 12px;
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -118px -62px;
    text-indent: -999em;
}

.go a.top:hover {
    background: url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
    no-repeat -190px -62px;
    width: 50px;
    height: 50px;
}

.ad {
    margin-top: 20px;
}



/*搜索结果页*/

.search_L {
    overflow: hidden;
}

.search_L01 {
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

.search_L01 h4 {
    line-height: 34px;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 10px;
    font-size: 18px;
    background: #f6f6f6
}

.search_L01 ul li {
    padding-left: 10px;
    border-bottom: 1px dashed #e2e2e2;
    line-height: 34px;
}

.search_L01 ul li:last-child {
    border-bottom: none;
}

.search_L01 ul li a {
    color: #575656;
    font-size: 14px;
    display: block;
    width: 282px;
}

.search_L01 ul li a:hover {
    color: #f93
}

.search_L01 ul li a.search_L_on {
    color: #f27617
}


/* 下载弹出框 */

.popupArea {
    top: 0px;
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 14px;
    /* position: fixed; z-index: 1000;*/
}

#pb_box {
    width: 1000px;
    height: 100%;
    /* position: absolute;*/
}

.popup {
    background: #fff;
    /* left: 50%; top: 50%; */
    width: 460px;
    padding-bottom: 10px;
    /*margin-top: -250px; margin-left: -230px; position: absolute;*/
    overflow: hidden;
}

.close {
    background: url("../images/close.png")/*tpa=http://www.682.com/Public/682game/images/close.png*/
    no-repeat;
    width: 35px;
    height: 35px;
    float: right;
    display: inline;
    text-indent: -999em;
    z-index: 11;
    cursor: pointer;
}

.down_tc {
    width: 300px;
    float: left;
    display: inline;
}

.down_ewm {
    float: left;
    display: inline;
    margin-top: 30px;
    margin-left: 40px;
    text-align: center;
}

.down_ewm img {
    width: 100px;
    height: 100px;
}

.popup .box-title {
    height: 39px;
    margin-bottom: 5px;
    border-bottom: 2px solid #e2e2e2;
}

.popup .box-title p {
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #F93;
    text-align: center;
    float: left;
    display: inline;
}

.popup .little-tit p {
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    line-height: 28px;
}

.popup .down-con {
    margin-left: 15px;
    padding: 10px 0px;
    width: 280px;
}

.popup a.popup-down {
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 48px;
    overflow: hidden;
    padding-top: 5px;
    display: block;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2a2a2a;
}

.popup a.popup-down .name {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}

.popup a.popup-down .size {
    text-align: center;
    color: #a0a0a0;
    font-size: 12px;
}

.popup a.popup-down:hover {
    background: #ff8a00;
}

.popup a.popup-down:hover .name {
    color: #fff;
}

.popup a.popup-down:hover .size {
    color: #ffede1;
}



/*抢礼包*/

.gift_area {
    height: 295px;
    overflow: hidden;
    margin-top: 15px;
}

section.Lgift_area {
    height: 295px;
    overflow: hidden;
}

.Lgift_area ol {
    margin-top: 12px;
    margin-bottom: 10px;
}

.Lgift_area ol li.gift_li01 {
    float: left;
    display: inline;
    height: 165px;
    width: 85px;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
}

.gift_p01 {
    width: 85px;
    height: 79px;
    text-align: center
}

.gift_p01 img {
    width: 79px;
    height: 79px
}

.gift_p02 {
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 79px;
}

.gift_p02 a {
    font-size: 16px;
    color: #010101;
}

.gift_p02 a:hover {
    color: #f63;
}

.gift_p03 {
    line-height: 20px;
    color: #666;
}

.gift_p04 {
    margin-top: 8px;
}

.gift_li02 {
    width: 303px;
    float: left;
    display: inline;
    margin-right: 10px;
    height: 36px;
    margin-left: 12px;
    margin-top: 5px
}

.gift_li02 .gift_p011 {
    float: left;
    display: inline;
    width: 30px;
    margin-right: 5px;
    height: 30px;
}

.gift_li02 .gift_p011 img {
    width: 100%;
    height: 100%;
}

.gift_li02 .gift_p022 {
    float: left;
    display: inline;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    margin-right: 5px;
}

.gift_li02 .gift_p022 a {
    font-size: 14px;
    color: #010101
}

.gift_li02 .gift_p022 a:hover {
    color: #f63;
}

.gift_li02 .gift_p033 {
    float: right;
    display: inline;
    width: 55px;
    margin-top: 8px;
}

@media screen and (min-width: 980px) and (max-width: 2525px) {}

@media screen and (min-width: 721px) and (max-width: 979px) {
    * {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none
    }
    .banner_con {
        width: 100%
    }
    .banner_con a.img5 {
        height: 330px
    }
    .warming {
        display: none
    }
    .hot {
        display: none;
    }
    .MainContent02 {
        width: 100%;
    }
    .MainContent03 {
        margin-top: 0px;
    }
    .MainContent {
        width: 100%
    }
    .RMainContent02 {
        height: auto;
        width: 100%
    }
    .game_ques01 {
        display: none
    }
    .game_ques02 {
        display: none
    }
    .LMainContent02 {
        display: none;
    }
    /*.LMainContent02 { width:100%}*/
    .side-rank-list li .btn {
        float: right;
        margin-right: 15px;
    }
    .side-rank-list li {
        height: 50px;
    }
    .side-rank-list li:hover {
        height: 50px;
    }
    section.game_table {
        height: auto
    }
    section.game_table h2 {
        font-size: 16px;
        /* line-height:48px*/
    }
    .app_tj_tit {
        display: none;
    }
    .yellow_line {
        /*padding-bottom: 10px;*/
        font-size: 16px
    }


    .pic05 {
        margin-top: 30px;
        margin-bottom: 0px;
        display: none;
    }
    .pic05 ul li {
        width: 47%;
        height: 120px;
        display: block;
    }
    .pic05 ul li a img {
        width: 100%;
        height: 100%
    }
    section.game_tuij {
        height: auto;
        margin-bottom: 0px;
    }
    .MainContent04 {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .hot_area {
        margin-left: 5px;
        width: 100%
    }
    .hot_a {
        width: 100%
    }
    .hot_area01 {
        width: 16%;
        height: 170px;
        /* margin-left:1%; margin-right:1%;*/
        margin-bottom: 10px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .hot_area01:nth-child(3n) {
        margin-right: 0px;
    }
    .hot_down_btn {
        padding: 4px 24px;
    }
    .hot_area011 {
        float: none;
        /* text-align:center*/
        height: 80px;
    }
    .hot_area012 {
        float: none;
        width: 79px;
        overflow: hidden;
        line-height: 22px;
    }
    .hot_area012 h4 {
        font-size: 13px;
    }
    .zs_area {
        margin: 0 auto;
        display: block;
        width: 65px;
    }
    .zs_text {
        display: none;
    }
    .lever01 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .lever02 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    section.service_open01 {
        height: auto;
    }
    .game_list01 {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .box-con-5 {
        float: left;
        width: 90%;
        height: 90px;
    }
    .game-con-6 .box-con-5 a {
        width: 30%
    }
    .game-con-6 {
        clear: both;
        margin-top: 10px;
    }
    .img_box195 {
        display: none;
    }
    .banner_con a.img4 {
        display: none;
    }
    .banner_con .img_box400 {
        width: 33%;
    }
    .banner_con .img_box192 {
        width: 33%;
    }
    .banner_con a.img1 {
        height: 330px;
    }
    .banner_con a.img2 {
        height: 255px;
    }
    .banner_con a img {
        width: 100%;
        height: 100%
    }
    .pic1 {
        margin-left: 5px;
        width: 23%;
        height: 150px;
        margin-left: 8px;
        display: none;
    }
    .pic2 {
        width: 100%;
    }
    .pic2 img {
        width: 100%;
        height: 85px
    }
    .pic2a {
        width: 95%;
    }
    .pic2a p {
        width: 95%
    }
    .right_float {
        display: none
    }
    section.game_lib {
        float: none;
        height: auto
    }
    section.game_lib {
        display: none;
    }

    /* 内页 */
    .ser_banner {
        display: none;
    }
    .customer_L {
        width: 12%;
        margin-right: 0px;
    }
    section.Ltab {
        width: 100%
    }
    section.Ltab h2 {
        /*width:90%*/
        display: none
    }
    .title01 {
        padding-left: 8%;
        font-size: 14px;
        background-position: 102% top;
    }
    section.Ltab ul {
        width: 100%;
        padding-top: 0px;
        min-height: 281px;
        padding-bottom: 0px;
    }
    section.Ltab ul li a {
        font-size: 14px;
    }
    .setHeight {
        width: 100%;
        min-height: 283px
    }
    .customer-top {
        height: 30px;
        display: none;
    }
    .selfque {
        line-height: 37px;
    }
    .customer-top h3 {
        width: 100%;
        font-size: 14px;
        height: 30px;
        line-height: 37px;
    }
    .customer {
        width: 100%
    }
    .customer ul li {
        width: 28%;
        height: 30%
    }
    .customer ul li .game01 a img {
        width: 100%;
        height: 100%
    }
    .game_del .game_del02 .ddd img {
        width: 30%;
        height: 30%
    }
    .del {
        width: 100%
    }
    section.warming01 {
        line-height: 25px;
    }
    .search {
        margin-right: 8px;
    }

    .game_banner {
        width: 100%;
        height: 60%;
    }
    .game_banner ul li a img {
        width: 100%;
        height: 100%;
    }

    .banner_btn01 {
        width: 100%
    }
    .banner_btn01 ul {
        top: 90%;
        padding-left: 45%
    }
    .phone_apply_list {
        /* width:100%; height:80px*/
        display: none;
    }
    .all_maker {
        width: 68%;
        margin-left: 5px;
    }
    .hope_more {
        width: 27%;
        height: 100%
    }
    .hope_more img {
        width: 100%;
        height: 100%
    }

    .game-top {
        height: 40px;
    }
    .game-top li {
        width: 16%;
        font-size: 14px;
        line-height: 40px;
    }
    .game-top li.c {
        line-height: 40px;
    }
    .game-top li.c a {
        color: #474747;
        font-size: 14px;
        font-weight: 600;
    }
    .game-top04 {
        height: 30px;
    }
    .game-top04 li {
        width: 20%;
        font-size: 14px;
        line-height: 40px;
    }
    .game-top04 li.c {
        line-height: 40px;
    }
    .service_con {
        width: 99.8%
    }
    .service_con01 .service_con011 {
        width: 100%
    }
    .service_con01 .service_con011 a {
        font-size: 14px;
    }
    .res_txt {
        width: 16%;
        text-align: right;
        font-size: 14px
    }
    .txt01 {
        width: 75%
    }
    .txt02 {
        width: 100%
    }
    .res_txt01 {
        width: 30%
    }
    .game-top h3 {
        font-size: 14px;
        height: 30px
    }
    .myques ol li {
        line-height: 22px;
    }
    .myques ol li .quetit {
        width: 40%
    }
    .myques ol li .quetit a {
        font-size: 12px;
    }
    .myques ol li .time02 {
        width: 35%
    }
    .myques ol li .zt {
        width: 20%
    }
    /*section.app_style .apply_imga { margin-right:5px; margin-left:5px;}   
            .apply_imga li { clear:both; width:99%; height:122px; float:none; display:block; margin-bottom:10px; border:1px solid #e4e2e2; background:#fff; -moz-box-shadow:1px 2px 3px #ccc;-webkit-box-shadow:1px 2px 3px #ccc;box-shadow:1px 2px 3px #ccc; }
            section.app_style ul li a { width:100%; height:55%}
            .apply_imgas {height:122px; width:220px; float:left; display:inline}
            .apply_imgas img  { width:100%;  height:100%; float:left; display:inline; }
            .app_type_cont{ font-size:14px;}
            .apply_type { width:61%; height:73px; float:left; display:inline; margin-top:16px; padding-left:6px;}
            .apply_type_t { width:100%;}
            .app_type_cont { width:100%; line-height:25px; height:25px;}*/
    .apply_imga li {
        height: 180px;
    }
    section.app_style ul li a {
        width: 235px;
        height: 150px;
    }
    .apply_imgas {
        height: 120px;
    }
    .apply_imgas img {
        height: 112px;
        width: 220px;
    }
    .app_type_cont {
        width: 200px;
    }
    .Myself {
        font-size: 12px;
        margin-left: 0px;
        width: 95%;
        padding-right: 0px;
    }
    .intr_02 {
        width: 98%
    }
    .post_time {
        margin-left: 0px;
    }
    .res_txt02 {
        width: 20%;
        height: 32px
    }
    .res_txt02 img {
        width: 100%;
        height: 100%
    }
    .passwd_back {
        line-height: 30px;
        padding-top: 20px;
    }
    .res_txt_b {
        width: 100%;
        text-align: left;
        font-size: 12px;
    }
    section.app_style {
        border: none;
    }
    /*section.app_style h2 { height:20px; background:none; border:none; color:#999; font-size:16px; font-weight:normal}
    .yellow_line_hide { border:none;}*/
    .bannerzx {
        height: 156px;
        display: none
    }
    .bannerzx img {
        width: 100%;
        height: 100%
    }
    .Detail_L {
        display: none;
    }
    .Detail_R {
        width: 100%
    }
    .service_con ul li {
        width: 98%
    }
    .info_detail01 .info_l {
        width: 100%
    }
    .info_detail01 .info_share {
        width: 100%
    }
    .info_detail01 {
        width: 98%
    }
    .game-content ul li {
        margin-left: 12px;
    }
    .info_con {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .info_con b {
        padding-left: 0px;
    }
    .information ul li .info_con img {
        width: 100%;
    }
    .info_connum .toppage {
        float: none;
        line-height: 25px;
        width: 100%;
        display: block
    }
    .info_connum .nextpage {
        float: none;
        display: block
    }
    .game_detail011 {
        width: 130px;
        height: 130px
    }
    .game_detail011 img {
        width: 95%;
        height: 95%
    }
    .game_detail012 {
        width: 58%
    }
    .game_detail0121 .gwdown {
        padding: 2% 30%;
        width: auto;
        padding-left: 30%
    }
    .gift_none {
        display: none;
    }
    /*.game_detail013 { display:none;}*/
    article.game_detail02 h3 {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    article.game_detail02 p {
        padding-left: 5px;
        padding-right: 5px;
    }
    article.game_detail02 .pic_areaall {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }

    section.user {
        padding: 0px;
    }
    .login_dw {
        width: 385px;
        background: none;
        height: auto
    }
    .login_area_all {
        width: 100%;
        left: 5px;
        top: 0px;
        position: static;
        margin: 0 auto;
    }
    section.login_area01 p .name01 {
        width: 75%;
        line-height: 30px;
    }
    section.login_area01 p .passwd01 {
        width: 75%;
        line-height: 30px;
    }
    .loginbtn {
        padding: 2px 60px;
        font-size: 14px;
        margin-right: 40px;
    }
    .resbtn01 {
        padding: 2px 45px;
        font-size: 14px;
        margin-right: 0px;
    }
    .res_dw {
        width: 75%;
        background: none;
        height: auto;
        overflow: hidden
    }
    .res_area01 {
        padding-left: 5px;
        padding-top: 20px;
    }
    .res_area011 {
        width: 98%;
    }
    .txt03 {
        width: 75%;
        height: 25px;
    }
    .res_intr {
        padding-left: 5px;
    }
    .res_intr02 {
        padding-left: 5px;
    }

    .res_area012 {
        display: none;
    }
    .res_area013 {
        display: none;
    }

    section.mygame01 {
        width: 100%
    }
    section.mygame01 ul li {
        width: 47%;
        height: 180px;
        margin-right: 5%
    }
    section.mygame01 ul li img {
        width: 100%;
        height: 75%;
    }
    section.game_tuij ul li .tuij_btn .come {
        padding: 3px 6px;
    }
    section.game_tuij ul li .tuij_btn .down {
        padding: 3px 6px;
    }
    .game-all li:nth-child(2) {
        display: none;
    }
    .game-all li:nth-child(3) {
        display: none;
    }
    .game-all li:nth-child(4) {
        display: none;
    }
    .game-all li:nth-child(5) {
        display: none;
    }
    .game-all li:nth-child(6) {
        display: none;
    }
    .game-all li:nth-child(7) {
        display: none;
    }
    .game-all li:nth-child(8) {
        display: none;
    }
    /*          section.game_tuij ul li .game_tuij_name { width:100%;}
            section.game_tuij ul li .tuij_btn { float:none;}*/
    .error {
        width: 50%;
        margin: 0 auto;
    }
    .error_pic {
        width: 50%;
        padding-left: 0px;
    }
    .error_con {
        width: 100%;
        float: none;
    }
    section.user p .back01 {
        padding-left: 56%
    }
    .banner_btn01 ul li {
        width: 8px;
        height: 8px;
    }
    .banner_btn01 ul .on {
        width: 8px;
        height: 8px;
    }
    .popup {
        width: 100%
    }
    .popup .down-con {
        width: 68%
    }
    .game_list01 ul {
        width: 88%
    }
    .game_titleL {
        width: 35%
    }
    .game_list01 ul {
        width: 79%
    }
    .game_list01:nth-child(1) {
        display: none;
    }
    .game_list01:nth-child(3) {
        display: none;
    }
    .game_icon {
        /*width:25%;*/
        width: 150px;
        height: 150px;
        margin-right: 10px;
        margin-left: 5px;
    }
    .game_icon img {
        /*width:95%; height:100%*/
        width: 150px;
        height: 150px;
    }
    .game_txt {
        /*width:75%*/
        width: 72%
    }
    .game_cz {
        float: none
    }
    .game_list021 {
        background: #fff;
        border: 1px solid #ccc;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 10px;
        padding: 10px 5px;
        -moz-box-shadow: 1px 1px 2px #ccc;
        -webkit-box-shadow: 1px 1px 2px #ccc;
        box-shadow: 1px 1px 2px #ccc;
    }
    .gift_btn {
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -410px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 32px;
        height: 27px;
        line-height: 27px;
        margin-right: 10px;
        padding-left: 30px;
    }
    .gift_btn a {
        color: #000;
        letter-spacing: 2px;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .gift_btn:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -268px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 32px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 30px
    }
    .gift_btn a:hover {
        color: #fff;
        letter-spacing: 2px;
    }
    .down_btn {
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -299px -407px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 40px;
        height: 27px;
        line-height: 27px;
        margin-left: 0px;
        padding-left: 25px;
    }
    .down_btn a {
        color: #000;
        letter-spacing: 2px;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .down_btn:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -302px -266px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 40px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 25px;
    }
    .down_btn a:hover {
        color: #fff;
        letter-spacing: 2px;
    }
    .game_detaillq {
        width: 70%;
    }
    .game_lq_btn a {
        margin-top: 40px
    }
    article.game_detail02 .pic_area {
        width: 78%;
        height: 100%;
        margin: 0 auto;
    }
    .pic_area span img {
        width: 50%;
        height: 100%
    }
    .detail_pre {
        height: 60%;
        margin-top: 20%
    }
    .detail_next {
        height: 60%;
        margin-top: 20%
    }
    .ques01 {
        width: 60%
    }
    .e_sel {
        width: 100%;
    }
    .selfque {
        padding-bottom: 0px;
        line-height: 50px;
    }
    section.game_ques022 {
        display: none;
    }
    .game-listhover02 a {
        margin-right: 5px;
    }
    /*   .page { display:none;}*/
    .add_more {
        display: block;
        margin: 0 auto;
        width: 94px;
    }
    .add_more a {
        color: #575656;
        font-size: 14px;
        display: block;
        background: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 4px 12px;
        width: 70px;
        text-align: center;
    }
    .add_more a:hover {
        color: #fff;
        display: block;
        background: #f96
    }

    .warming_con {
        font-size: 12px;
    }
    .game_detail01 {
        margin: 5px;
    }
    .game_detail012 .p3 {
        display: none;
    }
    .game_txt_con {
        height: 28px;
    }
    .game_detail_hide {
        display: none;
    }
    .appstore {
        background: none;
    }
    .appstore:hover {
        background-image: none;
    }
    .gplay {
        background: none;
    }
    .gplay:hover {
        background-image: none;
    }
    .yy_dbtn {
        background: none;
    }
    .yy_dbtn:hover {
        background-image: none;
    }
    .game_detail0121 a {
        padding: 5px 15px;
        font-size: 14px;
    }
    .ser_banner {
        display: none;
    }
    .select {
        display: none;
    }
    .popup .down-con {
        margin-left: 0px;
        width: 200px;
        margin: 0 auto;
    }
    .down_tc {
        width: 200px;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .down_ewm {
        float: none;
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .popup a.popup-down {
        width: 200px;
    }
    .gift_area {
        display: none;
    }
    .game_gift {
        background: #fff;
        border: 1px solid #ccc;
        margin: 10px 5px;
    }
    .game_gift01 {
        float: left;
        display: inline;
        width: 90px;
    }
    .game_gift01 img {
        width: 77px;
        height: 77px;
    }
    .game_gift02 {
        width: 86%
    }
    .game_gift02 p {
        font-size: 13px;
        line-height: 20px;
    }
    /*       .game_gift02 .gname { height:30px;}*/
    .game_gift02 .gname a {
        font-size: 16px;
        line-height: 30px;
        font-weight: normal;
    }
    .game_lq_btn02 a {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 2px;
        float: left;
        display: block;
        overflow: hidden;
        text-align: center;
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -405px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 42px;
        height: 27px;
        line-height: 22px;
        margin-right: 10px;
        padding-left: 30px;
        margin-left: 90px;
    }
    .game_lq_btn02 a:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -262px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 42px;
        line-height: 22px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 30px color:#fff;
        letter-spacing: 2px;
        float: left;
    }
    .lb_con {
        padding-top: 0px;
        width: 86%
    }
    .lb_con01 {
        overflow: hidden;
        ;
        /* 内容超出宽度时隐藏超出部分的内容 */
        text-overflow: ellipsis;
        ;
        /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
        white-space: nowrap;
        /* 不换行 */
    }
    .sear_area_hide {
        display: none;
    }
    .banner_hide {
        display: none;
    }
    .margin_hide {
        margin-top: 0px;
    }
    .bdstyle {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5%;
        /*border:1px solid #E3E3E3; border-top:none;*/
    }
}

@media screen and (min-width: 500px) and (max-width: 720px) {
    * {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none
    }
    .banner_con {
        width: 100%
    }
    .warming {
        display: none
    }
    .hot {
        display: none;
    }
    .MainContent02 {
        width: 100%;
    }
    .MainContent03 {
        margin-top: 0px;
    }
    .MainContent {
        width: 100%
    }
    .RMainContent02 {
        height: auto;
        width: 100%
    }
    .game_ques01 {
        display: none
    }
    .game_ques02 {
        display: none
    }
    .LMainContent02 {
        display: none;
    }
    /*.LMainContent02 { width:100%}*/
    .side-rank-list li .btn {
        float: right;
        margin-right: 15px;
    }
    .side-rank-list li {
        height: 50px;
    }
    .side-rank-list li:hover {
        height: 50px;
    }
    section.game_table {
        height: auto
    }
    section.game_table h2 {
        font-size: 16px;
        line-height: 48px
    }
    .app_tj_tit {
        display: none;
    }

    .pic05 {
        margin-top: 30px;
        margin-bottom: 0px;
        display: none;
    }
    .pic05 ul li {
        width: 47%;
        height: 120px;
        display: block;
    }
    .pic05 ul li a img {
        width: 100%;
        height: 100%
    }
    section.game_tuij {
        height: auto;
        margin-bottom: 0px;
    }
    .MainContent04 {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .hot_area {
        margin-left: 5px;
        width: 100%
    }
    .hot_a {
        width: 100%
    }
    .hot_area01 {
        width: 20%;
        height: 170px;
        /* margin-left:1%; margin-right:1%;*/
        margin-bottom: 10px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .hot_area01:nth-child(3n) {
        margin-right: 0px;
    }
    .hot_down_btn {
        padding: 4px 24px;
    }
    .hot_area011 {
        float: none;
        /* text-align:center*/
        height: 80px;
    }
    .hot_area012 {
        float: none;
        width: 79px;
        overflow: hidden;
        line-height: 22px;
    }
    .hot_area012 h4 {
        font-size: 13px;
    }
    .zs_area {
        margin: 0 auto;
        display: block;
        width: 65px;
    }
    .zs_text {
        display: none;
    }
    .lever01 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .lever02 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    section.service_open01 {
        height: auto;
    }
    .game_list01 {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .box-con-5 {
        float: left;
        width: 85%;
        height: 90px;
    }
    .game-con-6 .box-con-5 a {
        width: 30%
    }
    .game-con-6 {
        clear: both;
        margin-top: 10px;
    }
    .img_box195 {
        display: none;
    }
    .banner_con a.img4 {
        display: none;
    }
    .banner_con .img_box400 {
        width: 33%;
    }
    .banner_con .img_box192 {
        width: 33%;
    }
    .banner_con a.img1 {
        height: 255px;
    }
    .banner_con a.img2 {
        height: 255px;
    }
    .banner_con a img {
        width: 100%;
        height: 100%
    }
    .pic1 {
        margin-left: 5px;
        width: 23%;
        height: 150px;
        margin-left: 8px;
        display: none;
    }
    .pic2 {
        width: 100%;
    }
    .pic2 img {
        width: 100%;
        height: 85px
    }
    .pic2a {
        width: 95%;
    }
    .pic2a p {
        width: 95%
    }
    .right_float {
        display: none
    }
    section.game_lib {
        float: none;
        height: auto
    }
    section.game_lib {
        display: none;
    }

    /* 内页 */
    .ser_banner {
        display: none;
    }
    .customer_L {
        width: 12%;
        margin-right: 0px;
    }
    section.Ltab {
        width: 100%
    }
    section.Ltab h2 {
        /*width:90%*/
        display: none
    }
    .title01 {
        padding-left: 8%;
        font-size: 14px;
        background-position: 102% top;
    }
    section.Ltab ul {
        width: 100%;
        padding-top: 0px;
        min-height: 281px;
        padding-bottom: 0px;
    }
    section.Ltab ul li a {
        font-size: 14px;
    }
    .setHeight {
        width: 100%;
        min-height: 283px
    }
    .customer-top {
        height: 30px;
        display: none;
    }
    .selfque {
        line-height: 37px;
    }
    .customer-top h3 {
        width: 100%;
        font-size: 14px;
        height: 30px;
        line-height: 40px;
    }
    .customer {
        width: 100%
    }
    .customer ul li {
        width: 28%;
        height: 30%
    }
    .customer ul li .game01 a img {
        width: 100%;
        height: 100%
    }
    .game_del .game_del02 .ddd img {
        width: 30%;
        height: 30%
    }
    .del {
        width: 100%
    }
    section.warming01 {
        line-height: 25px;
    }

    .game_banner {
        width: 100%;
        height: 60%;
    }
    .game_banner ul li a img {
        width: 100%;
        height: 100%;
    }

    .banner_btn01 {
        width: 100%
    }
    .banner_btn01 ul {
        top: 90%;
        padding-left: 45%
    }
    .phone_apply_list {
        /* width:100%; height:80px*/
        display: none;
    }
    .all_maker {
        width: 68%;
        margin-left: 5px;
    }
    .hope_more {
        width: 27%;
        height: 100%
    }
    .hope_more img {
        width: 100%;
        height: 100%
    }

    .game-top {
        height: 40px;
    }
    .game-top li {
        width: 16%;
        font-size: 14px;
        line-height: 40px;
    }
    .game-top li.c {
        line-height: 40px;
    }
    .game-top li.c a {
        color: #474747;
        font-size: 14px;
        font-weight: 600;
    }
    .game-top04 {
        height: 30px;
    }
    .game-top04 li {
        width: 20%;
        font-size: 14px;
        line-height: 40px;
    }
    .game-top04 li.c {
        line-height: 40px;
    }
    .service_con {
        width: 99.8%
    }
    .service_con01 .service_con011 {
        width: 100%
    }
    .service_con01 .service_con011 a {
        font-size: 14px;
    }
    .res_txt {
        width: 22%;
        text-align: right;
        font-size: 14px
    }
    .txt01 {
        width: 75%
    }
    .txt02 {
        width: 100%
    }
    .res_txt01 {
        width: 30%
    }
    .game-top h3 {
        font-size: 14px;
        height: 30px
    }
    .myques ol li {
        line-height: 22px;
    }
    .myques ol li .quetit {
        width: 40%
    }
    .myques ol li .quetit a {
        font-size: 12px;
    }
    .myques ol li .time02 {
        width: 35%
    }
    .myques ol li .zt {
        width: 20%
    }
    section.app_style .apply_imga {
        margin-right: 5px;
        margin-left: 5px;
        overflow: visible
    }
    .apply_imga li {
        clear: both;
        width: 99%;
        height: 83px;
        float: none;
        display: block;
        margin-bottom: 10px;
        border: 1px solid #e4e2e2;
        background: #fff;
        -moz-box-shadow: 1px 2px 3px #ccc;
        -webkit-box-shadow: 1px 2px 3px #ccc;
        box-shadow: 1px 2px 3px #ccc;
    }
    section.app_style ul li a {
        width: 100%;
        height: 55%
    }
    .apply_imgas {
        height: 83px;
        width: 150px;
        float: left;
        display: inline
    }
    .apply_imgas img {
        width: 100%;
        height: 100%;
        float: left;
        display: inline;
    }
    .apply_type {
        width: 61%;
        height: 73px;
        float: left;
        display: inline;
        margin-top: 10px;
        padding-left: 6px;
    }
    .apply_type_t {
        width: 100%;
    }
    .app_type_cont {
        width: 100%;
        line-height: 25px;
        height: 25px;
    }
    .Myself {
        font-size: 12px;
        margin-left: 0px;
        width: 95%;
        padding-right: 0px;
    }
    .intr_02 {
        width: 98%
    }
    .post_time {
        margin-left: 0px;
    }
    .res_txt02 {
        width: 20%;
        height: 32px
    }
    .res_txt02 img {
        width: 100%;
        height: 100%
    }
    .passwd_back {
        line-height: 30px;
        padding-top: 20px;
    }
    .res_txt_b {
        width: 100%;
        text-align: left;
        font-size: 12px;
    }
    section.app_style {
        border: none;
    }
    section.app_style h2 {
        height: 20px;
        background: none;
        border: none;
        color: #999;
        font-size: 16px;
        font-weight: normal
    }
    .yellow_line {
        padding-bottom: 10px;
    }
    .yellow_line_hide {
        border: none;
    }
    .bannerzx {
        height: 156px
    }
    .bannerzx img {
        width: 100%;
        height: 100%
    }
    .Detail_L {
        display: none;
    }
    .Detail_R {
        width: 100%
    }
    .service_con ul li {
        width: 98%
    }
    .info_detail01 .info_l {
        width: 100%
    }
    .info_detail01 .info_share {
        width: 100%
    }
    .info_detail01 {
        width: 98%
    }
    .game-content ul li {
        margin-left: 12px;
    }
    .info_con {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .info_con b {
        padding-left: 0px;
    }
    .information ul li .info_con img {
        width: 100%;
    }
    .info_connum .toppage {
        float: none;
        line-height: 25px;
        width: 100%;
        display: block
    }
    .info_connum .nextpage {
        float: none;
        display: block
    }
    .game_detail011 {
        width: 170px;
        height: 170px
    }
    .game_detail011 img {
        width: 95%;
        height: 95%
    }
    .game_detail012 {
        width: 58%
    }
    .game_detail0121 .gwdown {
        padding: 2% 30%;
        width: auto;
        padding-left: 30%
    }
    .game_detail013 {
        display: none;
    }
    article.game_detail02 h3 {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    article.game_detail02 p {
        padding-left: 5px;
        padding-right: 5px;
    }
    article.game_detail02 .pic_areaall {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }

    section.user {
        padding: 0px;
    }
    .login_dw {
        width: 385px;
        background: none;
        height: auto
    }
    .login_area_all {
        width: 100%;
        left: 5px;
        top: 0px;
        position: static;
        margin: 0 auto;
    }
    section.login_area01 p .name01 {
        width: 75%;
        line-height: 30px;
    }
    section.login_area01 p .passwd01 {
        width: 75%;
        line-height: 30px;
    }
    .loginbtn {
        padding: 2px 60px;
        font-size: 14px;
        margin-right: 40px;
    }
    .resbtn01 {
        padding: 2px 45px;
        font-size: 14px;
        margin-right: 0px;
    }
    .res_dw {
        width: 75%;
        background: none;
        height: auto;
        overflow: hidden
    }
    .res_area01 {
        padding-left: 5px;
        padding-top: 20px;
    }
    .res_area011 {
        width: 98%;
    }
    .txt03 {
        width: 75%;
        height: 25px;
    }
    .res_intr {
        padding-left: 5px;
    }
    .res_intr02 {
        padding-left: 5px;
    }

    .res_area012 {
        display: none;
    }
    .res_area013 {
        display: none;
    }

    section.mygame01 {
        width: 100%
    }
    section.mygame01 ul li {
        width: 47%;
        height: 180px;
        margin-right: 5%
    }
    section.mygame01 ul li img {
        width: 100%;
        height: 75%;
    }
    section.game_tuij ul li .tuij_btn .come {
        padding: 3px 6px;
    }
    section.game_tuij ul li .tuij_btn .down {
        padding: 3px 6px;
    }
    .game-all li:nth-child(2) {
        display: none;
    }
    .game-all li:nth-child(3) {
        display: none;
    }
    .game-all li:nth-child(4) {
        display: none;
    }
    .game-all li:nth-child(5) {
        display: none;
    }
    .game-all li:nth-child(6) {
        display: none;
    }
    .game-all li:nth-child(7) {
        display: none;
    }
    .game-all li:nth-child(8) {
        display: none;
    }
    /*          section.game_tuij ul li .game_tuij_name { width:100%;}
            section.game_tuij ul li .tuij_btn { float:none;}*/
    .error {
        width: 50%;
        margin: 0 auto;
    }
    .error_pic {
        width: 50%;
        padding-left: 0px;
    }
    .error_con {
        width: 100%;
        float: none;
    }
    section.user p .back01 {
        padding-left: 56%
    }
    .banner_btn01 ul li {
        width: 8px;
        height: 8px;
    }
    .banner_btn01 ul .on {
        width: 8px;
        height: 8px;
    }
    .popup {
        width: 100%
    }
    .popup .down-con {
        width: 68%
    }
    .game_list01 ul {
        width: 88%
    }
    .game_titleL {
        width: 35%
    }
    .game_list01 ul {
        width: 79%
    }
    .game_list01:nth-child(1) {
        display: none;
    }
    .game_list01:nth-child(3) {
        display: none;
    }
    .game_icon {
        width: 130px;
        height: 130px;
        margin-right: 10px;
        margin-left: 5px;
    }
    .game_icon img {
        width: 100%;
        height: 100%
    }
    .game_txt {
        width: 69%
    }
    .game_cz {
        float: none
    }
    .game_list021 {
        background: #fff;
        border: 1px solid #ccc;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 10px;
        padding: 10px 5px;
        -moz-box-shadow: 1px 1px 2px #ccc;
        -webkit-box-shadow: 1px 1px 2px #ccc;
        box-shadow: 1px 1px 2px #ccc;
    }
    .gift_btn {
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -410px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 32px;
        height: 27px;
        line-height: 27px;
        margin-right: 10px;
        padding-left: 30px;
    }
    .gift_btn a {
        color: #000;
        letter-spacing: 2px;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .gift_btn:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -268px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 32px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 30px;
    }
    .gift_btn a:hover {
        color: #fff;
        letter-spacing: 2px;
    }
    .down_btn {
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -299px -407px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 40px;
        height: 27px;
        line-height: 27px;
        margin-left: 0px;
        padding-left: 25px;
    }
    .down_btn a {
        color: #000;
        letter-spacing: 2px;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .down_btn:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -302px -266px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 40px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 25px;
    }
    .down_btn a:hover {
        color: #fff;
        letter-spacing: 2px;
    }
    .game_detaillq {
        width: 70%;
    }
    .game_lq_btn a {
        margin-top: 40px
    }
    article.game_detail02 .pic_area {
        width: 78%;
        height: 100%;
        margin: 0 auto;
    }
    .pic_area span img {
        width: 50%;
        height: 100%
    }
    .detail_pre {
        height: 60%;
        margin-top: 20%
    }
    .detail_next {
        height: 60%;
        margin-top: 20%
    }
    .ques01 {
        width: 60%
    }
    .e_sel {
        width: 100%;
    }
    .selfque {
        padding-bottom: 0px;
        line-height: 50px;
    }
    section.game_ques022 {
        display: none;
    }
    .game-listhover02 a {
        margin-right: 5px;
        display: block;
        width: 85px;
        float: left;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        background: none;
        padding: 0px;
        text-align: center;
    }
    .game-listhover02 a:hover {
        background-image: none;
    }
    /*   .page { display:none;}*/
    .add_more {
        display: block;
        margin: 0 auto;
        width: 94px;
    }
    .add_more a {
        color: #575656;
        font-size: 14px;
        display: block;
        background: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 4px 12px;
        width: 70px;
        text-align: center;
    }
    .add_more a:hover {
        color: #fff;
        display: block;
        background: #f96
    }
    .gift_warming_con {
        width: 330px;
    }
    .warming_con {
        font-size: 12px;
    }
    .game_detail01 {
        margin: 5px;
    }
    .game_detail012 .p3 {
        display: none;
    }
    .game_txt_con {
        height: 28px;
    }
    .game_detail_hide {
        display: none;
    }
    .ser_banner {
        display: none;
    }
    .select {
        display: none;
    }
    .popup .down-con {
        margin-left: 0px;
        width: 200px;
        margin: 0 auto;
    }
    .down_tc {
        width: 200px;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .down_ewm {
        float: none;
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .popup a.popup-down {
        width: 200px;
    }
    .gift_area {
        display: none;
    }
    .page_num {
        display: none;
    }
    .game_gift {
        background: #fff;
        border: 1px solid #ccc;
        margin: 10px 5px;
    }
    .game_gift01 {
        float: left;
        display: inline;
        width: 90px;
    }
    .game_gift01 img {
        width: 77px;
        height: 77px;
    }
    .game_gift02 {
        width: 78%
    }
    .game_gift02 p {
        font-size: 13px;
        line-height: 20px;
    }
    /*       .game_gift02 .gname { height:30px;}*/
    .game_gift02 .gname a {
        font-size: 16px;
        line-height: 30px;
        font-weight: normal;
    }
    .game_lq_btn02 a {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 2px;
        float: left;
        display: block;
        overflow: hidden;
        text-align: center;
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -405px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 42px;
        height: 27px;
        line-height: 22px;
        margin-right: 10px;
        padding-left: 30px;
        margin-left: 90px;
    }
    .game_lq_btn02 a:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -262px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 42px;
        line-height: 22px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 30px color:#fff;
        letter-spacing: 2px;
        float: left;
    }
    .lb_con {
        padding-top: 0px;
        width: 80%
    }
    .lb_con01 {
        overflow: hidden;
        ;
        /* 内容超出宽度时隐藏超出部分的内容 */
        text-overflow: ellipsis;
        ;
        /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
        white-space: nowrap;
        /* 不换行 */
    }
    .bannerzx {
        display: none;
    }
    .sear_area_hide {
        display: none;
    }
    .banner_hide {
        display: none;
    }
    .margin_hide {
        margin-top: 0px;
    }
    .bdstyle {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5%;
        /* border:1px solid #E3E3E3; border-top:none;*/
    }
    @media screen and (min-width: 585px) and (max-width: 720px) {
        .game_gift02 {
            width: 82%
        }
        .lb_con {
            padding-top: 0px;
            width: 86%
        }
    }
}

@media screen and (min-width: 300px) and (max-width: 499px) {
    * {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none
    }
    .banner_con {
        width: 100%
    }
    .warming {
        display: none
    }
    .hot {
        display: none;
    }
    .MainContent02 {
        width: 100%;
    }
    .MainContent03 {
        margin-top: 0px;
    }
    .MainContent {
        width: 100%
    }
    .RMainContent02 {
        height: auto;
        width: 100%/* display:none;*/
    }
    .game_ques01 {
        display: none
    }
    .game_ques02 {
        display: none
    }
    .LMainContent02 {
        /* width:100%*/
        display: none;
    }
    .side-rank-list li .btn {
        float: right;
        margin-right: 15px;
    }
    .side-rank-list li {
        height: 50px;
    }
    .side-rank-list li:hover {
        height: 50px;
    }
    section.game_table {
        height: auto;
    }
    section.game_table h2 {
        font-size: 16px
    }
    .info_line {
        border-bottom: none;
    }
    .game_detail012 p {
        line-height: 20px;
    }
    .game_detail012 p span {
        display: block;
        margin-right: 0px;
        display: none;
    }
    .game_detail012 p .app_num {
        display: inline;
        line-height: 35px;
    }
    .pic05 {
        margin-top: 20px;
        margin-bottom: 0px;
        display: none;
    }
    .pic05 ul li {
        width: 48%;
        height: 90px;
        display: block;
        margin-right: 0px;
        margin-left: 5px;
    }
    .pic05 ul li a img {
        width: 100%;
        height: 100%
    }
    section.game_tuij {
        height: auto;
        margin-bottom: 0px;
    }
    .MainContent04 {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        margin-top: 0px
    }
    .hot_area {
        margin-left: 5px;
        width: 100%
    }
    .hot_a {
        width: 100%
    }
    .hot_area01 {
        width: 32.5%;
        height: 170px;
        /* margin-left:1%; margin-right:1%;*/
        margin-bottom: 10px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .hot_area01:nth-child(3n) {
        margin-right: 0px;
    }
    .hot_down_btn {
        padding: 4px 24px;
    }
    .hot_area011 {
        float: none;
        /* text-align:center*/
        height: 80px;
    }
    .hot_area012 {
        float: none;
        width: 79px;
        overflow: hidden;
        line-height: 22px;
    }
    .hot_area012 h4 {
        font-size: 13px;
    }
    .zs_area {
        margin: 0 auto;
        display: block;
        width: 65px;
    }
    .zs_text {
        display: none;
    }
    .lever01 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .lever02 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    section.service_open01 {
        height: auto;
    }
    .game-con-6 {
        margin-top: 10px;
    }
    .game-con-6 .box-title-vertical {
        margin-left: 5px;
        margin-right: 0px;
    }
    .box-con-5 {
        float: left;
        width: 85%;
        height: 90px;
    }
    .game-con-6 .box-con-5 a {
        width: 30%;
        margin-right: 1%;
        margin-left: 2%
    }
    .img_box195 {
        display: none;
    }
    .banner_con a.img4 {
        display: none;
    }
    .banner_con .img_box400 {
        width: 33%;
    }
    .banner_con .img_box192 {
        width: 33%;
    }
    .banner_con a.img1 {
        height: 180px;
    }
    .banner_con a.img2 {
        height: 180px;
    }
    .banner_con a.img5 {
        height: 180px;
    }
    .banner_con a img {
        width: 100%;
        height: 100%
    }
    .app_tj_tit {
        display: none;
    }
    .pic1 {
        /* margin-left:5px; width:47%; margin-bottom:0px;*/
        display: none;
    }
    .pic1:nth-child(4) {
        margin-top: 0px;
    }
    .pic1:nth-child(5) {
        margin-top: 0px;
    }
    .pic2 {
        width: 100%
    }
    .pic2 img {
        width: 100%;
        height: 97px;
    }
    .pic2a {
        width: 95%;
    }
    .pic2a p {
        width: 95%
    }
    .right_float {
        display: none
    }
    section.game_lib {
        display: none;
    }

    /* 内页 */
    .ser_banner {
        display: none;
    }
    .customer_L {
        width: 24%;
        margin-right: 0px;
    }
    section.Ltab {
        width: 100%;
    }
    section.Ltab h2 {
        /* width:100%*/
        display: none;
    }
    .title01 {
        padding-left: 8%;
        font-size: 14px;
        background-position: 107% top;
    }
    section.Ltab ul {
        width: 100%;
        padding-top: 0px;
        min-height: 391px;
        padding-bottom: 0px;
    }
    section.Ltab ul li a {
        font-size: 14px;
    }
    .fleshVerify {
        font-size: 12px;
        line-height: 18px;
    }
    .setHeight {
        width: 100%;
        min-height: 391px;
    }
    .customer-top {
        display: none;
    }
    .customer {
        width: 100%
    }
    .customer-top h3 {
        width: 100%;
        font-size: 14px;
        height: 30px;
        line-height: 39px;
    }
    .customer ul li {
        width: 31%;
        height: 20%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .customer ul li .game01 a img {
        width: 100%;
        height: 100%
    }
    .game_del .game_del02 .ddd img {
        width: 30%;
        height: 30%
    }
    .del {
        width: 100%
    }
    section.warming01 {
        line-height: 25px;
    }

    .game_banner {
        width: 100%;
        height: 122px;
        /* display:none;*/
    }
    .game_banner ul li {
        height: 122px;
    }
    .game_titleL {
        /* float:none;*/
        display: none;
    }
    .search {
        clear: both;
        float: none;
        display: block;
        margin-bottom: 20px;
        width: 320px;
        margin: 0 auto;
    }
    .sear_txt_inp {
        width: 245px;
        line-height: normal;
        /* for non-ie */
        line-height: 22px\9;
        /* for ie */
        border-radius: 0px;
        box-shadow: none;
    }
    .game_list01 {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .game_list01 ul {
        width: 79%
    }
    .game_list01:nth-child(1) {
        display: none;
    }
    .game_list01:nth-child(3) {
        display: none;
    }
    .game_icon {
        /*width:25%; height:15%*/
        width: 65px;
        height: 65px;
        margin-right: 10px;
        margin-left: 5px;
    }
    .game_icon img {
        width: 100%;
        height: 100%
    }
    .game_txt {
        width: 72%
    }
    .game_txt h4 {
        font-size: 15px;
        line-height: 30px;
    }
    .game_txt p {
        font-size: 13px;
        height: 25px
    }
    .game_intr {
        display: none;
    }
    .game_cz {
        float: none;
    }
    .game_list021 {
        background: #fff;
        border: 1px solid #ccc;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 10px;
        padding: 10px 5px;
        -moz-box-shadow: 1px 1px 2px #ccc;
        -webkit-box-shadow: 1px 1px 2px #ccc;
        box-shadow: 1px 1px 2px #ccc;
    }
    .gift_btn {
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -410px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 32px;
        height: 27px;
        line-height: 27px;
        margin-right: 10px;
        padding-left: 30px;
    }
    .gift_btn a {
        color: #000;
        letter-spacing: 2px;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .gift_btn:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -268px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 32px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 30px;
    }
    .gift_btn a:hover {
        color: #fff;
        letter-spacing: 2px;
    }
    .down_btn {
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -299px -407px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 40px;
        height: 27px;
        line-height: 27px;
        margin-left: 0px;
        padding-left: 25px;
    }
    .down_btn a {
        color: #000;
        letter-spacing: 2px;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .down_btn:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -302px -266px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 40px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 25px;
    }
    .down_btn a:hover {
        color: #fff;
        letter-spacing: 2px;
    }
    .yellow_line {
        /* padding-bottom:9px;*/
    }
    .game_select {
        margin-top: 10px;
    }
    .game_detaillq {
        float: none;
        display: block;
        width: 100%;
    }
    .game_lq_btn a {
        float: none;
        display: block;
        margin-top: 10px;
        width: 50px;
        height: 28px;
        line-height: 28px;
        padding-top: 4px;
        background-position: -76px -407px
    }
    .game_lq_btn a:hover {
        float: none;
        display: block;
        margin-top: 10px;
        width: 50px;
        height: 28px;
        line-height: 28px;
        padding-top: 4px;
        background-position: -72px -265px
    }
    article.game_detail02 .pic_area {
        width: 78%;
        height: 60%;
        margin: 0 auto;
    }
    .pic_area span img {
        width: 50%;
        height: auto
    }
    .detail_pre {
        height: auto;
        margin-top: 20%
    }
    .detail_next {
        height: auto;
        margin-top: 20%
    }
    .ques01 {
        width: 60%
    }
    .e_sel {
        width: 100%;
    }
    .selfque {
        padding-bottom: 0px;
    }


    .game_name01 {
        float: none;
        margin-bottom: 15px
    }
    .game_banner ul li a img {
        width: 100%;
        height: 100%;
    }
    .banner_btn01 {
        width: 100%
    }
    .banner_btn01 ul {
        top: 90%;
        padding-left: 45%
    }
    .phone_apply_list {
        /*width:100%; height:50px*/
        display: none;
    }
    .all_maker {
        width: 68%;
        margin-left: 5px;
    }
    .hope_more {
        width: 27%;
        height: 100%
    }
    .hope_more img {
        width: 100%;
        height: 100%
    }

    /*  .game-top { height:30px;}*/
    .game-top li {
        width: 27%;
        font-size: 14px;
        line-height: 30px;
    }
    .game-top li.c {
        line-height: 30px;
    }
    .game-top li.c a {
        color: #474747;
        font-size: 14px;
        font-weight: 600;
    }
    .game-top04 {
        height: 30px;
    }
    .game-top04 li {
        width: 45%;
        font-size: 14px;
        line-height: 30px;
    }
    .game-top04 li.c {
        line-height: 30px;
    }
    .service_con {
        width: 99.8%
    }
    .service_con01 .service_con011 {
        width: 100%
    }
    .service_con01 .service_con011 a {
        font-size: 14px;
    }
    .res_txt {
        width: 38%;
        text-align: left;
        font-size: 14px
    }
    .txt01 {
        width: 96%;
    }
    .res_txt01 {
        width: 60%
    }
    .game-top h3 {
        font-size: 16px;
        height: 40px
    }
    .myques ol li {
        line-height: 22px;
    }
    .myques ol li .quetit {
        width: 40%
    }
    .myques ol li .quetit a {
        font-size: 12px;
    }
    .myques ol li .time02 {
        width: 35%
    }
    .myques ol li .zt {
        width: 20%
    }
    section.app_style .apply_imga {
        margin-right: 5px;
        margin-left: 5px;
        overflow: visible
    }
    .apply_imga li {
        clear: both;
        width: 99%;
        height: 66px;
        float: none;
        display: block;
        margin-bottom: 10px;
        border: 1px solid #e4e2e2;
        background: #fff;
        -moz-box-shadow: 1px 2px 3px #ccc;
        -webkit-box-shadow: 1px 2px 3px #ccc;
        box-shadow: 1px 2px 3px #ccc;
    }
    section.app_style ul li a {
        width: 100%;
        height: 55%
    }
    .apply_imgas {
        height: 66px;
        width: 127px;
        float: left;
        display: inline
    }
    .apply_imgas img {
        width: 100%;
        height: 100%;
        float: left;
        display: inline;
    }
    .apply_type {
        width: 56%;
        height: 56px;
        float: left;
        display: inline;
        margin-top: 10px;
        padding-left: 6px;
    }
    .apply_type_t {
        width: 100%;
    }
    .app_type_cont {
        width: 100%;
        line-height: 25px;
        height: 25px;
    }
    .Myself {
        font-size: 12px;
        margin-left: 0px;
        width: 95%;
        padding-right: 0px;
        padding-top: 5px;
    }
    .intr_02 {
        width: 98%
    }
    .post_time {
        margin-left: 0px;
    }
    .res_txt02 {
        width: 34%;
        height: 30px
    }
    .res_txt02 img {
        width: 100%;
        height: 100%
    }
    .passwd_back {
        line-height: 30px;
        padding-top: 5px;
    }
    .res_txt_b {
        width: 100%;
        text-align: left;
        font-size: 12px;
    }
    section.app_style {
        border: none;
        margin-top: 0px
    }
    section.app_style h2 {
        height: 20px;
        background: none;
        border: none;
        color: #999;
        font-size: 16px;
        font-weight: normal
    }
    .yellow_line_hide {
        border: none;
    }
    .bannerzx {
        height: 74px;
        display: none;
    }
    .Gbanner {
        height: 110px;
    }
    .bannerzx img {
        width: 100%;
        height: 100%
    }
    .Detail_L {
        display: none;
    }
    .Detail_R {
        width: 100%
    }
    .service_con ul li {
        width: 98%
    }
    .info_detail01 .info_l {
        width: 100%
    }
    .info_detail01 .info_share {
        width: 100%
    }
    .info_detail01 {
        width: 98%
    }
    .game-content ul li {
        margin-left: 5px;
    }
    .game_pic01 a {
        height: 80px;
    }
    .info_con {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .info_con b {
        padding-left: 0px;
    }
    .information ul li .info_con img {
        width: 100%;
    }
    .info_connum .toppage {
        float: none;
        line-height: 25px;
        width: 100%;
        display: block
    }
    .info_connum .nextpage {
        float: none;
        display: block
    }
    .game_detail011 {
        width: 106px;
        height: 104px
    }
    .game_detail011 img {
        width: 95%;
        height: 95%
    }
    .game_detail012 {
        width: 64%
    }
    .game_detail012 .p3 {
        margin-bottom: 20px;
        display: none;
    }
    game_detail0121 {
        padding-bottom: 0px;
    }
    .game_detail0121 .gwdown {
        padding: 12px 30px;
        /* background-position:28%;padding-left:36%;*/
        width: auto;
        background-position: -395px -408px;
    }
    .game_detail013 {
        display: none;
    }
    article.game_detail02 h3 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }
    article.game_detail02 p {
        font-size: 14px;
        /* padding-left:5px; padding-right:5px;*/
    }
    .game_detail0121 {
        line-height: 13px;
    }
    .p2 {
        padding-top: 5px;
    }


    .game-listhover02 a {
        margin-right: 5px;
        display: block;
        width: 65px;
        float: left;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        background: none;
        padding: 0px;
        text-align: center;
    }
    .game-listhover02 a:hover {
        background-image: none;
    }
    article.game_detail02 .pic_areaall {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }

    section.user {
        padding: 0px;
    }
    .login_dw {
        width: 100%;
        /* background-position:right top; */
        background: none;
        height: auto
    }
    .login_area_all {
        width: 300px;
        margin: 0 auto;
        position: static;
        padding-left: 0px;
        padding-right: 0px;
    }
    section.login_area01 p .name01 {
        width: 68%;
    }
    section.login_area01 p .passwd01 {
        width: 68%;
    }
    .loginbtn {
        padding: 0px 24px;
        font-size: 14px;
        margin-right: 40px;
    }
    .resbtn01 {
        padding: 0px 12px;
        font-size: 14px;
        margin-right: 0px;
        float: left;
    }
    section.login_area02 {
        font-size: 12px;
        line-height: 15px;
    }
    .res_dw {
        width: 285px;
        margin: 0 auto;
        background: none;
        height: auto;
        overflow: hidden
    }
    .res_area01 {
        padding-left: 5px;
        padding-top: 20px;
    }
    .res_area011 {
        width: 98%;
        line-height: 20px;
    }
    .txt03 {
        width: 90%;
        height: 25px;
    }
    .res_intr {
        padding-left: 5px;
    }
    .res_intr02 {
        padding-left: 5px;
    }
    .login {
        /* padding-bottom:2px; padding-top:2px;*/
        height: 20px;
        line-height: 20px;
    }
    .res_area012 {
        display: none;
    }
    .res_area013 {
        display: none;
    }


    section.mygame01 {
        width: 100%
    }
    section.mygame01 ul li {
        width: 47%;
        height: 140px;
        margin-right: 5%
    }
    section.mygame01 ul li img {
        width: 100%;
        height: 55%
    }
    section.game_tuij ul li .tuij_btn .come {
        padding: 3px 6px;
    }
    section.game_tuij ul li .tuij_btn .down {
        padding: 3px 6px;
    }
    .game-all li:nth-child(2) {
        display: none;
    }
    .game-all li:nth-child(3) {
        display: none;
    }
    .game-all li:nth-child(4) {
        display: none;
    }
    .game-all li:nth-child(5) {
        display: none;
    }
    .game-all li:nth-child(6) {
        display: none;
    }
    .game-all li:nth-child(7) {
        display: none;
    }
    .game-all li:nth-child(8) {
        display: none;
    }
    section.game_tuij ul li .game_tuij_name {
        width: 100%;
        line-height: 18px;
    }
    section.game_tuij ul li .tuij_btn {
        float: none;
    }
    .error_pic {
        width: 50%;
        padding-left: 20%;
    }
    .error_pic01 img {
        width: 50%;
        height: 50%
    }
    .p5 {
        font-size: 20px;
    }
    .error_con {
        width: 100%;
        float: none;
        text-align: center
    }
    section.user p .back01 {
        padding-left: 20%
    }
    .banner_btn01 ul li {
        width: 5px;
        height: 5px;
    }
    .banner_btn01 ul .on {
        width: 5px;
        height: 5px;
    }


    .popup {
        width: 100%
    }
    /*      .popup .down-con { width:68%}*/
    section.game_ques022 {
        display: none;
    }
    /*       .page { display:none;}*/
    .add_more {
        display: block;
        margin: 0 auto;
        width: 94px;
    }
    .add_more a {
        color: #575656;
        font-size: 14px;
        display: block;
        background: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 4px 12px;
        width: 70px;
        text-align: center;
    }
    .add_more a:hover {
        color: #fff;
        display: block;
        background: #f96
    }

    .warming_con {
        font-size: 12px;
    }
    .game_detail01 {
        margin: 5px;
    }
    .game_detail_hide {
        display: none;
    }

    .ser_banner {
        display: none;
    }
    .select {
        display: none;
    }
    .popup .down-con {
        margin-left: 0px;
        width: 200px;
        margin: 0 auto;
    }
    .down_tc {
        width: 200px;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .down_ewm {
        float: none;
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .popup a.popup-down {
        width: 200px;
    }

    .gift_lq01 {
        width: 100%
    }
    .gift_lq_con {
        width: 90%;
        padding-left: 15px;
    }
    .gift_lq_con02 {
        background-position: -335px -129px;
        width: auto;
    }
    #fancybox-close {
        left: 95%;
    }
    .gift_lqtit {
        left: 95%
    }
    .gift_area {
        display: none;
    }
    .page_num {
        display: none;
    }
    .game_gift {
        background: #fff;
        border: 1px solid #ccc;
        margin: 10px 0px;
    }
    .game_gift01 {
        float: left;
        display: inline;
        width: 80px;
    }
    .game_gift01 img {
        width: 70px;
        height: 70px;
    }
    .game_gift02 {
        width: 76%
    }
    .game_gift02 p {
        font-size: 13px;
        line-height: 20px;
    }
    /*       .game_gift02 .gname { height:30px;}*/
    .game_gift02 .gname a {
        font-size: 16px;
        line-height: 30px;
        font-weight: normal;
    }
    .game_lq_btn02 a {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 2px;
        float: left;
        display: block;
        overflow: hidden;
        text-align: center;
        margin-top: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #fff url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -408px;
        border: 1px solid #b0b0b0;
        color: #444343;
        position: relative;
        behavior: url("../../../../120.55.189.96/error.html-d=ZXJybm89NDA0JnVybD13d3cuNjgyLmNvbS9QdWJsaWMvNjgyZ2FtZS9qcy9waWUuaHRj")/*tpa=http://www.682.com/Public/682game/js/pie.htc*/
        ;
        text-indent: 0;
        width: 42px;
        height: 27px;
        line-height: 22px;
        margin-right: 10px;
        padding-left: 30px;
        margin-left: 77px;
    }
    .game_lq_btn02 a:hover {
        margin-top: 5px;
        background: #FF8A00 url("../images/small_icon.png")/*tpa=http://www.682.com/Public/682game/images/small_icon.png*/
        no-repeat -168px -265px;
        color: #fff;
        border: 1px solid #F63;
        text-indent: 0;
        width: 42px;
        line-height: 22px;
        height: 27px;
        color: #fff;
        display: block;
        padding-left: 30px color:#fff;
        letter-spacing: 2px;
        float: left;
    }
    .lb_con {
        padding-top: 0px;
        width: 70%
    }
    .lb_con01 {
        overflow: hidden;
        ;
        /* 内容超出宽度时隐藏超出部分的内容 */
        text-overflow: ellipsis;
        ;
        /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
        white-space: nowrap;
        /* 不换行 */
    }
    .sear_area_hide {
        display: none;
    }
    .banner_hide {
        display: none;
    }
    .margin_hide {
        margin-top: 0px;
    }
    @media screen and (min-width: 400px) and (max-width: 499px) {
        .game_banner {
            width: 100%;
            height: 154px;
            /* display:none;*/
        }
        .game_banner ul li {
            height: 154px;
        }
        .lb_con {
            padding-top: 0px;
            width: 68%
        }
        .bdstyle {
            width: 95%;
            padding-left: 2%;
            padding-right: 2%;
            padding-top: 5%;
            /* border:1px solid #E3E3E3; border-top:none;*/
        }
        @media screen and (min-width: 450px) and (max-width: 499px) {
            .lb_con {
                padding-top: 0px;
                width: 77%
            }
        }
    }
}

@media screen and (min-width: 300px) and (max-width: 351px) {
    .apply_type {
        width: 55%
    }
    .game_detail012 {
        width: 60%
    }
    article.game_detail02 .pic_area {
        width: 75%
    }
    .game_gift02 {
        width: 73%
    }
    .lb_con {
        padding-top: 0px;
        width: 63%
    }
}

.content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.loadarea {
    background: #E4E4E4;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 0.8;
}

.loading {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 1000;
}

.loading img {
    width: 100%;
    height: 100%;
}


/*@media screen and (min-width: 500px) and (max-width: 721px) {
.loading { top:40%; left:45%}
}
        
@media screen and (min-width: 300px) and (max-width: 499px) {
.loading { top:42%; left:38%}   
        }*/