#main {
    width: 100%;
    min-height: 1440px;
    background: url('../images/bg.jpg') no-repeat center top;
    margin: 0 auto;
    background-color: #ebebeb;
}
body {
    background-color: #ebebeb;
}
.content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 135px;
}

/* 左侧 */
    .content .slide-left {
        width: 219px;
        float: left;
        height: 1080px;
    }

.cont1Left {
    width: 219px;
    height: 332px;
    position:relative;
}

    .cont1Left .downloadGames {
        width: 219px;
        height: 192px;
        display: block;
        background: url('../images/downloadbg.gif');
        position: absolute;
        left: 0;
        top: -44px
    }

    .cont1Left .downList {
        width: 219px;
        height: 179px;
        background: url('../images/downlist.png') no-repeat;
        position: absolute;
        left: 0;
        top: 153px;
    }

.cont1Left .downList a {
    display: block;
    width: 50%;
    height: 50%;
    position: relative;
}

.cont1Left .downList a span {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -25px;
    transition: all 1s;
}

.cont1Left .downList a em {
    width: 100%;
    height: 22px;
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0px;
    font-style: normal;
    color: #c66e46;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

.cont1Left .downList .listItem1 span i {
    width: 51px;
    height: 51px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -346px -4px;
}

.cont1Left .downList .listItem2 span i {
    width: 51px;
    height: 51px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -447px -2px;
}

.cont1Left .downList .listItem3 span i {
    width: 51px;
    height: 51px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -344px -88px;
}

.cont1Left .downList .listItem4 span i {
    width: 51px;
    height: 51px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -447px -88px;
}


.cont1Left .downList a:hover span {
    transition: all 1s;
    transform: rotate(360deg);
}

/* 左二 */
.cont2Left {
    width: 219px;
    height: 359px;
    background: url('../images/cont3left-bg.png') no-repeat;
    margin-top: 10px;
}


.cont2Left a {
    width: 50%;
    float: left;
    height: 33.33%;
    position: relative;
    overflow: hidden;
}

.cont2Left p {
    text-align: center;
    width: 100%;
    color: #c66e46;
    font-size: 12px;
    top: 91px;
    position: absolute;
}

.cont2Left a:hover p {
    color: #c66e46;
}


.cont2Left a .icons1 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -207px -174px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 23px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor1:hover .icons1 {
    background-position: -279px -174px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons2 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -355px -174px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 23px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor2:hover .icons2 {
    background-position: -430px -172px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons3 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -202px -287px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 17px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor3:hover .icons3 {
    background-position: -279px -287px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons4 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -355px -287px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 17px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor4:hover .icons4 {
    background-position: -430px -285px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons5 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -202px -400px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 15px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor5:hover .icons5 {
    background-position: -279px -400px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons6 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -355px -400px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 15px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor6:hover .icons6 {
    background-position: -430px -398px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

/* 左三 */
.cont4Left {
    width: 219px;
    height: 360px;
    background: url('../images/cont4-left.png') no-repeat;
    margin-top: 10px;
}

.cont4Left .cont4-title {
    width: 150px;
    height: 60px;
    line-height: 75px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #fafafc;
    color: #fff;
    font-size: 20px;
    font-family: SimHei;
}

.cont4Left .cont4Btn {
    width: 100%;
    height: 133px;
    margin: 0 auto;
}

.cont4Left .cont4Btn a {
    width: 80%;
    height: 30px;
    display: block;
    border-bottom: 1px solid #fafafc;
    margin-left: 10%;

}

.cont4Left .cont4Btn a.cont4Btn4 {
    border-bottom: 0px;
    position: relative;
}

.cont4Left .cont4Btn a.cont4Btn1 span {
    width: 113px;
    height: 25px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -101px -10px;
    margin: 0 auto;
    margin-top: 14px;
    text-indent: -9999em;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn1:hover span {
    transition: all 0.5s;
    background-position: -101px -32px;
}

.cont4Left .cont4Btn a.cont4Btn2 span {
    width: 113px;
    height: 25px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -102px -53px;
    margin: 0 auto;
    margin-top: 14px;
    text-indent: -9999em;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn2:hover span {
    transition: all 0.5s;
    background-position: -102px -75px;
}

.cont4Left .cont4Btn a.cont4Btn3 span {
    width: 113px;
    height: 25px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -98px -97px;
    margin: 0 auto;
    margin-top: 7px;
    text-indent: -9999em;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn3:hover span {
    transition: all 0.5s;
    background-position: -98px -119px;
}

.cont4Left .cont4Btn a.cont4Btn4 span {
    width: 106px;
    height: 25px;
    display: block;
    background: url(../images/sprint.png) no-repeat;
    background-position: -100px -146px;
    margin: 0 auto;
    margin-top: 14px;
    text-indent: -9999em;
    transition: all 0.5s;
}

.cont4Left .cont4Btn .cont4Btn4 .wechat-ma {
    width: 143px;
    height: 128px;
    position: absolute;
    left: -133px;
    top: -52px;
    opacity: 0;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn4:hover span {
    transition: all 0.5s;
    background-position: -100px -167px;
}

.cont4Left .cont4Btn a.cont4Btn4:hover .wechat-ma {
    opacity: 1;
    left: -113px;
    transition: all 0.5s;
}

.cont4Left .ma {
	width: 0px;
	height: 0px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.cont4Left span {
    width: 100%;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #c66e46;
    font-size: 13px;
    font-family: SimHei;
    margin-top: 8px;
}

/* 右侧 */
.content .slide-right {
    width: 970px;
    float: right;
    background-color: #fff;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.slide-right:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

.main-top {
    padding: 20px 0 15px 10px;
    margin: 0 30px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.main-top em.line {
    width: 35px;
    border-bottom: 3px solid #c2804d;
    display: block;
    position: absolute;
    left: 30px;
    bottom: -2px;
    font-style: normal;
    display: none;
}

.main-top .tit {
    font-size: 18px;
    color: #303030;
    font-style: normal;
}

.main-top .tit strong {
    margin-right: 10px;
    padding: 13px 0px;
    border-bottom: 2px solid #c2804d;
}

.main-top .tit .en {
    font-size: 12px;
    color: #bcbcbd;
    font-variant: small-caps;
    font-style: normal;
}

.main-top .crumb {
    white-space: nowrap;
    position: absolute;
    top: 25px;
    right: 15px;
}

.news-content {
    padding: 11px 30px 30px;
}

.news-content {
    width: 755px;
    height: 970px;
    margin: 0 auto;
}

.news-content .down-title {
    width: 758px;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}

.news-content .down-ke {
    width: 95px;
    height: 50px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #614137;
    border-bottom: 1px solid #614137
}

.news-content .address {
    width: 785px;
    height: 170px;
    margin: 0 auto;
}

.news-content .address .address-1 {
    width: 718px;
    height: 80px;
    margin-left: 20px;
    margin-top: 20px;
}

.news-content .address .address-1 table {
    border-collapse: collapse;
}

.news-content .address .address-1 .address-1-l {
    width: 149px;
    height: 40px;
    float: left;
    border-right: 1px solid #373943;
    background-position-x: 45px;
    text-align: center;
    line-height: 40px;
    background-color: #c2804d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 13px;
    margin-left: 43px;
}

.news-content .address .address-1 .address-1-r {
    width: 50px;
    height: 40px;
    float: left;
    background: url('../images/badao_33.png') no-repeat;
    background-position-x: 10px;
    background-color: #c2804d;
    margin-top: 13px;
    margin-right: 40px;
}

.news-content .address .address-1 .address-1-r:hover {
    background: url('../images/badao_34.png') no-repeat;
    background-position-x: 10px;
    background-color: #c2804d;
}


.news-content .address .address-2 {
    width: 235px;
    height: 60px;
    margin-left: 20px;
    float: left;
    margin-top: 10px;
}



.news-content .address .address-2 .address-2-l {
    width: 149px;
    height: 40px;
    float: left;
    border-right: 1px solid #373943;
    background-position-x: 45px;
    text-align: center;
    line-height: 40px;
    background-color: #c2804d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 13px;
    margin-left:0px;
}

.news-content .address .address-2 .address-2-r {
    width: 50px;
    height: 40px;
    float: left;
    background: url('../images/badao_33.png') no-repeat;
    background-position-x: 10px;
    background-color: #c2804d;
    margin-top: 13px;
    margin-right: 0px;
}

.news-content .address .address-2 .address-2-r:hover {
    background: url('../images/badao_34.png') no-repeat;
    background-position-x: 10px;
    background-color: #c2804d;
}

.news-content .introduce {
    width: 694px;
    height: 50px;
    margin: 0 auto;
}

.news-content .introduce p {
    color: #614137;
    font-size: 14px;
    line-height: 25px;
}



.news-content .down-ke-2 {
    width: 95px;
    height: 50px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #614137;
    border-bottom: 1px solid #614137;
}

.news-content .down-ke-9 {
    width: 55px;
    height: 50px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #614137;
    border-bottom: 1px solid #614137;
}

.news-content .patchlist {
    width: 758px;
    height: 290px;
    overflow: hidden;
    margin: 10px auto 0;
}

.news-content .table-down-patch {
    background: #fff;

    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

.news-content .table-down-patch {
    border-collapse: collapse;
}

.news-content .table-down-patch tbody tr:hover {
    background-color: #efefef;
}

.news-content .table-down-patch tbody tr {
    border-bottom: 1px dashed #efefef;
}

.news-content .table-down-patch th,
td {
    text-align: center;
    color: #000;
    width: 194px;
    height: 30px;
}

.news-content .table-down-patch tbody th,
td {
    color: #8a8a8a;
}

.dPatchMore {
    width: 652px;
    height: 29px;
    margin: 15px auto 0;
}

.dPatchMore a {
    float: right;
    position: relative;
    display: block;
    width: 80px;
    height: 29px;
    text-indent: 16px;
    font-size: 14px;
    line-height: 29px;
    font-family: 瀵邦喛钂嬮梿鍛寸拨;
    cursor: pointer;
    color: rgb(255, 255, 255) !important;
    background: #c2804d;
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
}

.dPatchMore a .sIcon {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px 0 4px 5px;
    border-style: solid;
    border-color: #c2804d#c2804d #c2804d #fff;
    top: 11px;
    left: 6px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dPatchMore a:Hover .sIcon {
    border-color: #c2804d #c2804d #c2804d #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.news-content .table-down-patch tr>td .down-bu {
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #c2804d;
    text-decoration: none;
    font-size: 14px;
}

.table-down-patch tr>td .down-bu {
    color: #614137;

}

.mode {
    width: 758px;
    margin: 0 auto;
    margin-top: 20px;
}

.news-content .down-ke-3 {
    width: 105px;
    height: 50px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #614137;
    border-bottom: 1px solid #614137
}

.mode .suggest {
    width: 776px;
    margin: 0 auto;
    height: 250px;
}

.mode .suggest .heaad {
    height: 30px;
    color: #614137;
    line-height: 30px;
}

.mode .suggest ul li {
    border-bottom: 1px dashed #efefef;
    color: #8a8a8a;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.mode .suggest .list-1 {
    width: 257px;
    height: 250px;
    float: left;
    text-align: left;
}

.mode .suggest .list-1 li {
    color: #8a8a8a;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 63px;
}

.mode .suggest .list-2 {
    width: 265px;
    height: 250px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

.mode .suggest .list-3 {
    width: 235px;
    height: 250px;
    float: left;
    text-align: left;
}
.clear{
    clear:both
}




/******激活礼包开始***********/
.libaoDh_bg {
    background: url(../images/libaobg_zy.jpg) no-repeat center top;
}

.dengluBox {
    background: #bda534;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #bda534;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    margin-left: 10px;
}

.rightTT .linbaolist {
    padding: 23px 19px 0 20px;
    margin-left: 0px;
    min-height: 769px;
}

.rightTT .libaoJhBox {
    text-align: 14px;
    line-height: 30px;
}

.libaoJhBox select {
    width: 200px;
    height: 35px;
    border: 1px solid #aeaeb0;
    line-height: 35px;
    text-indent: 5px;
    color: #999;
    margin: 0px 0px;
    background: #fff;
    outline: none;
    -webkit-appearance: none;
}

.libaoJhBox .inputtext {
    width: 200px;
    height: 35px;
    border: 1px solid #aeaeb0;
    line-height: 35px;
    text-indent: 5px;
    color: #999;
}

.libaoJhBox label {
    float: left;
    display: block;
    text-align: right;
    width: 120px;
}

.zhlBton {
    background: #fff url(../images/yuyuebgico.jpg) no-repeat 0px 0px;
    width: 192px;
    height: 60px;
    color: #513105;
    font-size: 20px;
    letter-spacing: 10px;
    text-align: center;
    font-family: "Microsoft Yahei","宋体";
    border: 0;
    margin: 20px 0px 20px 100px;
}

.libaoJhBox .mode-title {
    border-bottom: 1px solid #eeeef0;
    margin: 20px 0px;
    font-weight: 700;
}

    .libaoJhBox .mode-title span {
        background: url() no-repeat -285px 15px;
        padding-left: 20px;
        margin-bottom: -1px;
        display: inline-block;
        height: 47px;
        line-height: 47px;
        font-size: 20px;
        color: #993333;
    }

.copyIco {
    padding: 11px 15px 10px;
    width: 60px;
    height: 32px;
    background: #993333;
    text-align: center;
    margin-top: 2px;
    top: 2px;
    color: #fff;
    margin-left: -1px;
    vertical-align: middle;
}

select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
}

.slt_box {
    position: relative;
    padding: 0;
    -webkit-margin-before: 0;
    display: block;
    float: left;
    margin-right: 0px;
}

    .slt_box:before {
        content: '';
        position: absolute;
        top: 12px;
        left: 180px;
        width: 0px;
        height: 0px;
        border-bottom: 10px solid #ffffff;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-left: 10px solid transparent;
        box-shadow: 1px 1px 0 #4e4e4e;
        pointer-events: none;
    }
/******激活END***********/


/*新闻下面和游戏资料  下面*/
.gamesLink .link_top{
    width:100%;
    height:141px;
}
.gamesLink .link_top ul{
    text-align:center;
    padding:0 !important;
}
    .gamesLink .link_top ul li {
        width: 141px;
        height: 141px;
        display: inline-block;
        background: url('../images/newinfo_linkbg.png') no-repeat;
        position: relative;
        margin: 0 20px;
    }
        .gamesLink .link_top ul li a {
           width:100%;
           height:100%;
           display:block;
        }
        .gamesLink .link_top ul li a .imgMa {
            width: 118px;
            height: 118px;
            display: block;
            width: 118px;
            height: 118px;
            display: block;
            position: absolute;
            left: 11px;
            top: 12px;
            display: none;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
        .gamesLink .link_top ul li:hover a .imgMa {
            display: block;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
        .gamesLink .link_top ul li.lists_1 a {
            background: url('../images/newinfo_ma.png') no-repeat;
            background-position: 40px 31px;
        }
        .gamesLink .link_top ul li.lists_2 a {
            background: url('../images/newinfo_ma.png') no-repeat;
            background-position: -165px 31px;
        }
        .gamesLink .link_top ul li.lists_3 a {
            background: url('../images/newinfo_ma.png') no-repeat;
            background-position: -374px 31px;
        }
        .gamesLink .link_top ul li.lists_4 a {
            background: url('../images/newinfo_ma.png') no-repeat;
            background-position: -584px 31px;
        }

        .gamesLink .link_top ul li.lists_1 a .imgMa {
            background: url('../images/newinfo_ma1.png') no-repeat;
        }
        .gamesLink .link_top ul li.lists_2 a .imgMa {
            background: url('../images/newinfo_ma2.png') no-repeat;
        }
        .gamesLink .link_top ul li.lists_3 a .imgMa {
            background: url('../images/newinfo_ma3.png') no-repeat;
        }
        .gamesLink .link_top ul li.lists_4 a .imgMa {
            background: url('../images/newinfo_ma4.png') no-repeat;
        }
.gamesLink .link_bot {
    width: 593px;
    height: 207px;
    border: 1px solid #bababa;
    margin: 0 auto;
    margin-top: 40px;
    position:relative;
}
    .gamesLink .link_bot .wx_box {
        width: 165px;
        height: 189px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .gamesLink .link_bot .wx_box .wx_code {
        width: 152px;
        height: 152px;
        margin:0 auto
    }
        .gamesLink .link_bot .wx_box .wx_code img{
            margin:0 auto;
        }
        .gamesLink .link_bot .wx_box p {
            width: 100%;
            line-height: 20px;
            color: #c2804d;
            text-align: center;
            font-size: 12px;
        }
    .gamesLink .link_bot h4 {
        font-size: 18px;
        color: #c2804d;
        position:absolute;
        left:195px;
        top:20px;
    }
    .gamesLink .link_bot .aboutGame {
        width: 386px;
        position: absolute;
        top: 47px;
        right: 20px;
        color: #000;
        line-height: 22px;
        font-size: 12px;
    }
    .gamesLink .link_bot .target_list {
        position: absolute;
        bottom: 8px;
        left: 191px;
        border-left: 1px solid #000;
    }
        .gamesLink .link_bot .target_list a {
            width: 94px;
            height: 15px;
            line-height: 15px;
            display: block;
            float: left;
            border-right: 1px solid #000;
            color: #000;
            font-size: 14px;
            text-align: center;
        }
    .gamesLink .link_bot .r_share{
        width:68px;
        height:17px;
        position:absolute;
        right:20px;
        top:25px;
    }
