#main {
    width: 100%;
    height: 1894px;
}

#main .wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f6f7fb;
    z-index: 1;
}

.wrap .giftBg {
    width: 100%;
    height: 513px;
    display: block;
}

.bot-wrap {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 60px;
}

.bot-wrap .gzh-box {
    width: 100%;
    height: 440px;
}

.bot-wrap .qq-box {
    width: 100%;
    height: 440px;
}

.bot-wrap .website-box {
    width: 100%;
    height: 440px;
}

.title {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}

.title span {
    border-left: 4px #d81f26 solid;
    text-indent: 14px;
    font-size: 20px;
    color: #3c3d3f;
    display: inline-block;
    width: 143px;
}

.title em {
    width: 92px;
    height: 24px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    background-color: #e35234;
    border-radius: 12px;
    text-align: center;
    margin: 0px 0 0 14px;
    cursor: pointer;
}

.tab_more {
    width: 120px;
    height: 30px;
    float: right;
    display: block;
    margin-right: 20px;
    line-height: 30px;
    text-align: right;
}

.tab_more i {
    width: 20px;
    background: url(/add/image/spring2.png) no-repeat -21px -37px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.game_list {
    position: relative;
    width: 100%;
}

.game_list ul {
    display: none;
    position: absolute;
    top: 0px;
    left: -52px;
    width: 1252px;
    z-index: 4;
}

.game_list ul.cur1 {
    z-index: 10;
}

.game_list li {
    display: block;
    background: #fff;
    width: 262px;
    height: 330px;
    margin-left: 51px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    float: left;
}

.game_list .showing1 li:nth-child(1) {
    -webkit-transition: all .4s linear .4s;
    -moz-transition: all .4s linear .4s;
    -ms-transition: all .4s linear .4s;
    -o-transition: all .4s linear .4s;
    transition: all .4s linear .4s
}

.game_list .showing1 li:nth-child(2) {
    -webkit-transition: all .4s linear .5s;
    -moz-transition: all .4s linear .5s;
    -ms-transition: all .4s linear .5s;
    -o-transition: all .4s linear .5s;
    transition: all .4s linear .5s
}

.game_list .showing1 li:nth-child(3) {
    -webkit-transition: all .4s linear .6s;
    -moz-transition: all .4s linear .6s;
    -ms-transition: all .4s linear .6s;
    -o-transition: all .4s linear .6s;
    transition: all .4s linear .6s
}

.game_list .showing1 li:nth-child(4) {
    -webkit-transition: all .4s linear .7s;
    -moz-transition: all .4s linear .7s;
    -ms-transition: all .4s linear .7s;
    -o-transition: all .4s linear .7s;
    transition: all .4s linear .7s
}

.game_list li {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0)
}

.game_list .showing1 li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

.game_list .hideing li {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0)
}

.game_list .hideing li:nth-child(1) {
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}

.game_list .hideing li:nth-child(2) {
    -webkit-transition: all .4s linear .1s;
    -moz-transition: all .4s linear .1s;
    -ms-transition: all .4s linear .1s;
    -o-transition: all .4s linear .1s;
    transition: all .4s linear .1s
}

.game_list .hideing li:nth-child(3) {
    -webkit-transition: all .4s linear .2s;
    -moz-transition: all .4s linear .2s;
    -ms-transition: all .4s linear .2s;
    -o-transition: all .4s linear .2s;
    transition: all .4s linear .2s
}

.game_list .hideing li:nth-child(4) {
    -webkit-transition: all .4s linear .3s;
    -moz-transition: all .4s linear .3;
    -ms-transition: all .4s linear .3s;
    -o-transition: all .4s linear .3s;
    transition: all .4s linear .3s
}

.game_list li {
    width: 262px;
    height: 330px;
    display: block;
}

.game_list li a {
    width: 262px;
    height: 210px;
    display: block;
}

.game_list li a .gameImg {
    width: 262px;
    height: 210px;
    display: block;
}

.game_list li .msg {
    width: 252px;
    height: 90px;
    padding: 15px 3px;
}

.game_list li .msg .msg_left {
    width: 170px;
    height: 90px;
    float: left;
}

.game_list li .msg .msg_left span {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    line-height: 36px;
    text-indent: 14px;
}

.game_list li .msg .msg_left em {
    width: 100%;
    height: 47px;
    display: block;
    color: #8e8e8e;
    font-size: 13px;
    line-height: 54px;
}

.game_list li .msg .msg_right {
    width: 80px;
    height: 90px;
    float: right;
    position: relative;
}
    .game_list li .msg .msg_right img {
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 25px;
        display: block;
        color: #8e8e8e;
        font-size: 12px;
        position: absolute;
        left: -13px;
        bottom: 1px;
    }
    .game_list li .msg .msg_right span {
        width: 100%;
        height: 20px;
        text-align: center;
        line-height: 25px;
        display: block;
        color: #8e8e8e;
        font-size: 12px;
        position: absolute;
        left: -2px;
        bottom: -14px;
    }


/* 2222 */

.tab_more2 {
    width: 120px;
    height: 30px;
    float: right;
    display: block;
    margin-right: 20px;
    line-height: 30px;
    text-align: right;
}

.tab_more2 i {
    width: 20px;
    background: url(/add/image/spring2.png) no-repeat -21px -37px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.game_list2 {
    position: relative;
    width: 100%;
}

.game_list2 ul {
    display: none;
    position: absolute;
    top: 0px;
    left: -52px;
    width: 1252px;
    z-index: 4;
}

.game_list2 ul.cur2 {
    z-index: 10;
}

.game_list2 li {
    display: block;
    background: #fff;
    width: 262px;
    height: 330px;
    margin-left: 51px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    float: left;
}

.game_list2 .showing2 li:nth-child(1) {
    -webkit-transition: all .4s linear .4s;
    -moz-transition: all .4s linear .4s;
    -ms-transition: all .4s linear .4s;
    -o-transition: all .4s linear .4s;
    transition: all .4s linear .4s
}

.game_list2 .showing2 li:nth-child(2) {
    -webkit-transition: all .4s linear .5s;
    -moz-transition: all .4s linear .5s;
    -ms-transition: all .4s linear .5s;
    -o-transition: all .4s linear .5s;
    transition: all .4s linear .5s
}

.game_list2 .showing2 li:nth-child(3) {
    -webkit-transition: all .4s linear .6s;
    -moz-transition: all .4s linear .6s;
    -ms-transition: all .4s linear .6s;
    -o-transition: all .4s linear .6s;
    transition: all .4s linear .6s
}

.game_list2 .showing2 li:nth-child(4) {
    -webkit-transition: all .4s linear .7s;
    -moz-transition: all .4s linear .7s;
    -ms-transition: all .4s linear .7s;
    -o-transition: all .4s linear .7s;
    transition: all .4s linear .7s
}

.game_list2 li {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0)
}

.game_list2 .showing2 li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

.game_list2 .hideing2 li {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0)
}

.game_list2 .hideing2 li:nth-child(1) {
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}

.game_list2 .hideing2 li:nth-child(2) {
    -webkit-transition: all .4s linear .1s;
    -moz-transition: all .4s linear .1s;
    -ms-transition: all .4s linear .1s;
    -o-transition: all .4s linear .1s;
    transition: all .4s linear .1s
}

.game_list2 .hideing2 li:nth-child(3) {
    -webkit-transition: all .4s linear .2s;
    -moz-transition: all .4s linear .2s;
    -ms-transition: all .4s linear .2s;
    -o-transition: all .4s linear .2s;
    transition: all .4s linear .2s
}

.game_list2 .hideing2 li:nth-child(4) {
    -webkit-transition: all .4s linear .3s;
    -moz-transition: all .4s linear .3;
    -ms-transition: all .4s linear .3s;
    -o-transition: all .4s linear .3s;
    transition: all .4s linear .3s
}

.game_list2 li {
    width: 262px;
    height: 330px;
    display: block;
}

.game_list2 li a {
    width: 262px;
    height: 210px;
    display: block;
}

.game_list2 li a .gameImg {
    width: 262px;
    height: 210px;
    display: block;
}

.game_list2 li .msg {
    width: 252px;
    height: 90px;
    padding: 15px 3px;
}

.game_list2 li .msg .msg_left {
    width: 170px;
    height: 90px;
    float: left;
}

.game_list2 li .msg .msg_left span {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    line-height: 36px;
    text-indent: 14px;
}

.game_list2 li .msg .msg_left a {
    width: 92px;
    height: 24px;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    background-color: #e35234;
    border-radius: 12px;
    text-align: center;
    margin: 12px 0 0 14px;
}

.game_list2 li .msg .msg_right {
    width: 80px;
    height: 90px;
    float: right;
    position: relative;
}

.game_list2 li .msg .msg_right span {
        width: 100%;
    height: 20px;
    text-align: center;
    line-height: 25px;
    display: block;
    color: #8e8e8e;
    font-size: 12px;
    position: absolute;
    left: -2px;
    bottom: -14px;
}
.game_list2 li .msg .msg_right img{
width: 100px;
    height: 100px;
    text-align: center;
    line-height: 25px;
    display: block;
    color: #8e8e8e;
    font-size: 12px;
    position: absolute;
    left: -13px;
    bottom: 1px;
}

/* 333333333333333333 */

.tab_more3 {
    width: 120px;
    height: 30px;
    float: right;
    display: block;
    margin-right: 20px;
    line-height: 30px;
    text-align: right;
}

.tab_more3 i {
    width: 20px;
    background: url(/add/image/spring2.png) no-repeat -21px -37px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.game_list3 {
    position: relative;
    width: 100%;
}

.game_list3 ul {
    display: none;
    position: absolute;
    top: 0px;
    left: -52px;
    width: 1252px;
    z-index: 4;
}

.game_list3 ul.cur3 {
    z-index: 10;
}

.game_list3 li {
    display: block;
    background: #fff;
    width: 262px;
    height: 330px;
    margin-left: 51px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    float: left;
}

.game_list3 .showing3 li:nth-child(1) {
    -webkit-transition: all .4s linear .4s;
    -moz-transition: all .4s linear .4s;
    -ms-transition: all .4s linear .4s;
    -o-transition: all .4s linear .4s;
    transition: all .4s linear .4s
}

.game_list3 .showing3 li:nth-child(2) {
    -webkit-transition: all .4s linear .5s;
    -moz-transition: all .4s linear .5s;
    -ms-transition: all .4s linear .5s;
    -o-transition: all .4s linear .5s;
    transition: all .4s linear .5s
}

.game_list3 .showing3 li:nth-child(3) {
    -webkit-transition: all .4s linear .6s;
    -moz-transition: all .4s linear .6s;
    -ms-transition: all .4s linear .6s;
    -o-transition: all .4s linear .6s;
    transition: all .4s linear .6s
}

.game_list3 .showing3 li:nth-child(4) {
    -webkit-transition: all .4s linear .7s;
    -moz-transition: all .4s linear .7s;
    -ms-transition: all .4s linear .7s;
    -o-transition: all .4s linear .7s;
    transition: all .4s linear .7s
}

.game_list3 li {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0)
}

.game_list3 .showing3 li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

.game_list3 .hideing3 li {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0)
}

.game_list3 .hideing3 li:nth-child(1) {
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}

.game_list3 .hideing3 li:nth-child(2) {
    -webkit-transition: all .4s linear .1s;
    -moz-transition: all .4s linear .1s;
    -ms-transition: all .4s linear .1s;
    -o-transition: all .4s linear .1s;
    transition: all .4s linear .1s
}

.game_list3 .hideing3 li:nth-child(3) {
    -webkit-transition: all .4s linear .2s;
    -moz-transition: all .4s linear .2s;
    -ms-transition: all .4s linear .2s;
    -o-transition: all .4s linear .2s;
    transition: all .4s linear .2s
}

.game_list3 .hideing3 li:nth-child(4) {
    -webkit-transition: all .4s linear .3s;
    -moz-transition: all .4s linear .3;
    -ms-transition: all .4s linear .3s;
    -o-transition: all .4s linear .3s;
    transition: all .4s linear .3s
}

.game_list3 li {
    width: 262px;
    height: 330px;
    display: block;
}

.game_list3 li .gameImg {
    width: 262px;
    height: 210px;
    display: block;
}

.game_list3 li .msg {
    width: 252px;
    height: 90px;
    padding: 15px 3px;
}

.game_list3 li .msg .copyBox {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #ededed;
}

.game_list3 li .msg .copyBox em {
    width: 138px;
    height: 24px;
    background-color: #f2f2f2;
    border: 1px solid #ededed;
    outline: none;
    float: left;
    margin-left: 11px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.game_list3 li .msg .copyBox a {
    width: 92px;
    height: 26px;
    background-color: #e35234;
    color: #fff;
    display: block;
    float: left;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

.game_list3 li .msg span {
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    display: block;
    font-weight: bold;
    color: #383838;
    font-size: 20px;
}

.tc1 {
    width: 100%;
    height: 100%;
    z-index: 266;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    display: none;
}

.tc1 .form1 {
    width: 572px;
    height: 961px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -480px;
    margin-left: -286px;
    z-index: 966;
}

.tc1 .form1 .closed1 {
    width: 24px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 3px;
    z-index: 5;
    font-size: 24px;
    color: #fdd282;
    font-weight: 600;
    line-height: 25px;
    text-indent: -9999em;
}