@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Microsoft YaHei;", "Arial";
}

body {
    background: #F5F5F5;

}

a {
    text-decoration: none;
}

.content a:hover {
    color: #448FFF;;
}

i {
    font-style: normal;
}

.top {
    position: fixed;
    width: 100%;
    top: 0;
    background: #448FFF;
    margin: 0 auto;
    z-index: 999;

}

.head {
    position: relative;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 15px;
}

.logo {
    float: left;
    margin-top: 12px;
}

.logo img {
    vertical-align: middle;
    width: 186px;
    height: 43px;
}

.logo p {
    margin-top: 5px;
    font-size: 17px;
    color: #EBFFF7;
}


.nav {
    float: left;
    height: 100px;
    margin-left: 34px;

}

.nav a {
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 100px;
    margin: 0 30px;
}

.nav .main {
    border-top: 4px solid #fff;
    font-weight: bold;
    line-height: 93px;
}

.nav .point {
    float: left;
    margin-top: 49px;
    background: #fff;
    width: 2px;
    height: 2px;
}

.scan {
    float: left;
    margin-left: 16px;
    width: 450px;
    height: 40px;
}
.scan .ipt {
    float: left;
    padding-left: 10px;
    margin-top: 20px;
    width: 450px;
    height: 40px;
    border: none;
    outline-style: none; /*去黑框*/
}
.scan p {
    float: left;
    width: 320px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 80%;
}
.result {
    float: right;
    margin-right: -10px;
    margin-top: -40px;
    width: 80px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #448FFF;
    background: #D1FFEC;
    border: 0;
    cursor: pointer;
    outline-style: none; /*去黑框*/
}

.weixin_chat {
    position: absolute;
    right: 0;
}

.weixin {
    position: absolute;
    right: 0;
    top: 120px;
    width: 120px;
    height: 120px;
    background: #448FFF;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

.weixin_hao {
    float: right;
    width: 120px;
    height: 120px;
    background: #fff;
    text-align: center;
}

.weixin_hao:hover + .weixin {
    display: block;
    z-index: 999999;
}

.weixin_hao p {
    margin-top: 5px;
    font-size: 14px;
    color: #448FFF;
}

.weixin_hao .pic1 {
    margin-top: 15px;
    width: 60px;
    height: 48px;
}

.weixin_erwei {
    width: 120px;
    height: 120px;
    background: #448FFF;
}

.weixin_erwei img {
    margin: 10px;
    width: 100px;
    height: 100px;
}

.weixin_xiao {
    float: left;
    width: 120px;
    height: 20px;
    background: #fff;
}

.content {
    margin: 0 auto;
    width: 1200px;
}

.hero_mengban {
    position: absolute;
    padding: 0 2%;
    top: 280px;
    height: 100px;
    margin: 0 10%;
    width: 76%;
    background: rgba(0, 0, 0, 1);
    opacity: 0.5;
}

.hero .hero_text {
    position: absolute;
    padding: 0 2%;
    top: 300px;
    height: 100px;
    font-size: 14px;
    color: #fff;
    margin: 0 10%;
    width: 76%;
}

.hero .hero_text p {
    margin-bottom: 5px;
    font-size: 24px;
    color: #fff;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.homepage {
    float: left;
    width: 1200px;
    height: 80px;
    margin-top: 30px;
}

.dex {
    float: left;
    width: 160px;
    font-size: 20px;
    color: #333;
    font-family: Microsoft YaHei;
}

.homepage .dex img {
    margin-top: -10px;
    margin-right: 5px;
    width: 24px;
    height: 30px;
}

.left {
    float: left;
}

.down {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.left span {
    float: left;
    font-size: 28px;
    font-weight: bold;
}

.left i {
    color: #FF5D5D;
    font-family: Microsoft YaHei;
}

.bt {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    padding-right: 14px;
    font-size: 18px;
    color: #666;
    border-right: 1px solid #3C3D3F;
}

.zhekou {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 18px;
    color: #666;
}

.homepage .left .middle_line {
    display: inline-block;
    vertical-align: middle;
    margin-top: 22px;
    width: 858px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px dotted #E1E1E1;
}

.right {
    float: right;
    margin-top: -80px;
    width: 180px;
}

.right span {
    float: right;
}

#day {
    margin-top: -4px;
    font-size: 40px;
    color: #333;
    font-family: Arial;
    font-weight: 400;
}

#line, #point, #month, #year {
    margin-top: 14px;
    color: #448FFF;
    font-size: 20px;
    font-family: Arial;
}

.kaifu_more {
    float: right;
    margin-top: -6px;
}

.kaifu_more img {
    margin-top: -50px;
    width: 26px;
    height: 26px;
}

.games {
    float: left;
    margin-top: 14px;
    width: 1200px;

}

.games a {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 210px;
    height: 525px;
    background: #fff;
    transition: all 0.3s;
}

.games a .text {
    float: left;
    width: 210px;
    height: 130px;
}

.games a .prc img {
    float: left;
    width: 210px;
    height: 383px;

}

.games a:hover {
    transform: scale(1.05);

}

.games a:hover .text .span1 {
    color: #448FFF;
}

.games a .text .img1 {
    float: left;
    margin-top: -12px;
    margin-left: 5px;
    width: 76px;
    height: 76px;
    border-radius: 15px;
}

.text_src {
    float: left;
    margin-left: 5px;
    width: 210px;
}

.games a .text .fuli {
    float: right;
    margin-right: 15px;
    width: 56px;
    height: 60px;
}

.games a .text .youhui {
    float: right;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: url(../images/zhekou.png) no-repeat left center/contain;
}

.games a .text .youhui i {
    font-size: 15px;
}

.games a .text .span1 {
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #666;
}

.games a .text .type {
    float: right;
    width: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 16px;
    margin-right: 24px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    color: #666;
}

.text .yuanbao {
    float: left;
}

.yuanbao .span2, .yuanbao .span3, .yuanbao.span3, .yuanbao .span4 {
    float: left;
    width: 53px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-left: 10px;
    padding: 2px 2px;
    border-radius: 2px;
    font-family: Microsoft YaHei;
    font-size: 12px;
}

.span2 {
    color: #1890FF;
    background: #DFF0FF;

}

.span3 {
    color: #1EBACB;
    background: #E7FAFD;
}

.span4 {
    color: #8247FA;
    background: #F6F1FF;
}

.text .yuanbao .span6 {
    float: left;
    margin: 0 10px;
    width: 190px;
    line-height: 200%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999;
}

.more {
    float: left;
    margin: 0 520px 0 520px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background: #448FFF;
    border-radius: 22px;
    text-align: center;
    cursor: pointer;
}

.more:hover {
    background: #0072D9;
    color: #fff;
}

.demo {
    float: left;
    margin-top: 30px;
    width: 1200px;
    background: #fff;
    overflow: hidden;
}

.demo .ranking {
    float: left;
    margin: 20px 10px;
    width: 378px;
    background: #fff;
    border: 1px solid #E1E1E1;
}

.show {
    float: left;
    margin-top: 15px;
    width: 368px;
    height: 20px;
}

.show .tt {
    float: left;
    font-size: 18px;
    padding-left: 10px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    border-left: 6px solid #448FFF;
}

.show .middle_line {
    display: inline-block;
    vertical-align: middle;
    width: 252px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px dotted #E1E1E1;
}

.show .add {
    float: right;
    text-align: center;
    margin-top: .1rem;
}

.show .add img {
    width: 20px;
    height: 20px;
}

.demo .ranking ul {
    margin-top: 40px;
}

.ranking ul li :last-child .hover .thumbnail {
    border: none;
}

.ranking ul .summary {
    height: 60px;
    margin: 0 20px;
    border-bottom: 1px dotted #E1E1E1;
}
.ranking ul li:last-child .summary, .ranking ul li:last-child .thumbnail {
    border-bottom: none;
}
.ranking ul li.red .list {
    background: #FF5D5D;
}

.ranking ul li.gray .list {
    background: #999;
}

.ranking ul li.hover .summary {
    display: none;
}

.ranking ul li.hover .thumbnail {
    display: block;
}

.ranking ul .summary .list {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    color: #fff;
    border-radius: 4px;
}

.ranking ul .thumbnail .list {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 60px;
    height: 60px;
    width: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    color: #fff;
    background: #FF5D5D;
    border-radius: 4px;
}

.ranking ul .gray_hover .list {
    background: #999 !important;
}

.ranking ul .thumbnail {
    height: 80px;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px dotted #E1E1E1;
    display: none;
}

.ranking ul .thumbnail .list {
    margin-top: 10px;
    line-height: 60px;
    height: 60px;
}

.ranking ul .thumbnail img {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    width: 70px;
    height: 70px;
}

ul .summary .name {
    float: left;
    width: 150px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

ul .summary .type {
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #999999;
}

.ranking ul .thumbnail .kind {
    float: left;
    margin-top: 12px;
    width: 150px;
    height: 50px;
}

.ranking ul .thumbnail .kind p {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    color: #333;
}

.ranking ul .thumbnail .kind i {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
    font-family: Microsoft YaHei;
}

.ranking ul .thumbnail .look {
    float: right;
    margin-top: 26px;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    border-radius: 4px;
    border: 1px solid #448FFF;
}

.ranking ul .thumbnail .look a {
    display: block;
    color: #448FFF;
}

.ranking ul .thumbnail .look a:hover {
    color: #fff;
    background: #448FFF;
}

.kaifu {
    float: left;
    margin-bottom: 40px;
    width: 1200px;

}

.kaifu_head {
    float: left;
    width: 1200px;
    height: 87px;
    line-height: 87px;
    text-align: left;
    font-size: 28px;
    color: #333;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.kaifu_head i {
    color: #FF5D5D;
}

.kaifu_middle {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 996px;
    border-top: 1px dotted #E1E1E1;
}

.kaifu_add {
    float: right;
}

.kaifu_add img {
    display: block;
    margin-top: 30.5px;
    margin-left: 15px;
    width: 26px;
    height: 26px;
}

.kaifu_date {
    float: left;
    padding: 20px;
    width: 1160px;
    background: #fff;
}

.kaifu_date span {
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kaifu_date .t1 {
    width: 184.5px;
}

.kaifu_date .t2 {
    width: 414px;
    padding: 0 8px 0 0;
}

.kaifu_date .round div:last-child {
    background: #FAFAFA;
}

.kaifu_date .date_top {
    float: left;
    height: 60px;
    width: 1160px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #448FFF;
    background: #E5F7EF;
}

.kaifu_date .date_top span {
    text-align: center;
}

.kaifu_date .round {
    float: left;
}

.kaifu_date .round div {
    float: left;
    width: 1160px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333;
}

.kaifu_date .round div:nth-child(even) {
    background: #FAFAFA;
}

.kaifu_date .round div:hover {
    background: #F0F0F0;
}

.slide {
    position: fixed;
    width: 60px;
    height: 140px;
    z-index: 9999;
    bottom: 400px;
    margin-left: 1260px;
    display: none;
}

.slide img {
    width: 60px;
    height: 60px;

}

.slide .return_top {
    float: left;
    position: relative;

}

.slide .top_shadow {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.slide .home_tt {
    float: left;
    margin-top: 20px;
}

.tt_shadow {
    position: absolute;
    left: -200px;
    width: 180px;
    height: 200px;
    text-align: center;
    background: #448FFF;
    display: none;
}

.tt_shadow span img {
    margin: 15px 0 0 15px;
    border: solid 5px #FFF;
    width: 140px;
    height: 140px;
}

.tt_shadow p {
    margin-top: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #fff;
}

.slide .return_top:hover + .top_shadow, .slide .top_shadow:hover {
    display: block;
}

.slide .home_tt:hover + .tt_shadow {
    display: block;
}

.footer {
    float: left;
    width: 100%;
    height: 200px;
    margin-top: 30px;
    background: #448FFF;
    overflow: hidden;
}

.footer_content {
    margin: 0 auto;
    width: 1920px;
    height: 200px;
    overflow: hidden;
    background: url(../images/foot.png) no-repeat;
    /*background-size: 1920px 200px;*/
}

.footer_logo {
    float: left;
    margin-top: 30px;
    margin-left: 329px;

}

.footer_logo img {
    width: 638px;
    height: 100px;
    padding: 20px 0;
}


.footer_download {
    float: left;
    padding: 32px 0;
    margin-left: 163px;

}

.anzhuo {
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #448FFF;
    font-family: Microsoft YaHei;
    border-radius: 27px;
}

.anzhuo img, .ios img {
    float: left;
    margin: 12px 14px 12px 32px;
    width: 26px;
    height: 30px;
}

.anzhuo p, .ios p {
    float: left;
    font-size: 16px;
    color: #fff;
    font-family: Microsoft YaHei;
}

.ios {
    margin-top: 28px;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #FF5D5D;
    font-family: Microsoft YaHei;
    border-radius: 27px;
}

.footer .ios:hover {
    background: #FF4E4F;
}

.anzhuo:hover {
    background: #1C7450;
}

.saoma {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    padding: 10px;
    background: #fff;
}

.saoma img {
    width: 140px;
    height: 140px;
}

.end {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #444444;
    text-align: center;
}

.end_content {
    margin: 0 auto;
    width: 1200px;
}

.wenhua {
    width: 20px;
    margin-right: 8px;
}

.end p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 160%;
}

#main:hover #index_b_hero .next, #main:hover #index_b_hero .prev {
    display: block;
}