/*  页面重置样式  */
body, p, h1, h2, h3, h4, h5, li, span, i, ul, img, a, strong, input, button, textarea, select, dd, dl, dt, ol
{
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}
body
{
    font-family: "Arial","microsoft yahei";
    font-size: 14px;
    line-height: 1;
    color: #333;
}
*
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
li
{
    list-style-type: none;
    float: left;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
a, area
{
    text-decoration: none;
    outline: none;
    color: #000;
}
img
{
    border: none;
    vertical-align: middle;
}
i, var, em
{
    font-style: normal;
}
button
{
    font-family: "Arial","microsoft yahei";
    font-size: 14px;
    outline: none;
    cursor: pointer;
    border: none;
    line-height: 1;
}
input[type="submit"]
{
    border: none;
}
iframe
{
    border: none;
}
input, select, textarea
{
    outline: none;
    font-family: "Arial","microsoft yahei";
    font-size: 14px;
}
textarea
{
    resize: none;
    overflow-y: auto;
}
.at
{
    margin: 0 auto;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.clear
{
    clear: both;
}
.dt
{
    display: table;
    width: 100%;
}
.fl-w
{
    float: left;
    width: 100%;
}
.hide
{
    display: none;
}
.ver-container
{
    display: table;
    width: 100%;
    text-align: center;
}
.ver-container>*
{
    vertical-align: middle;
    display: table-cell;
}
.swiper-button-disabled
{
    cursor: no-drop!important;
    opacity: .5;
}
[class*=icon]
{
    font-family: "iconfont"!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*=ico]
{
    vertical-align: middle;
    display: inline-block;
}
.wid
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
body, html
{
    width: 100%;
    height: 100%;
}
.bann-top
{
    padding-top: 100vh;
}
.banner
{
    width: 100%;
    position: relative;
    max-height: 100vh;
    float: left;
    overflow: hidden;
}
.banner.banner-fix
{
    position: fixed;
    left: 0;
    top: 0;
}
.banner .image
{
    width: 100%;
    position: relative;
    float: left;
}
.banner .image video
{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
}
.banner .image img
{
    width: 100%;
}
.banner .intrs
{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    z-index: 99;
    flex-direction: column;
    background: rgba(14,56,117,.7);
}
.banner .intrs .logo
{
    width: 100%;
    text-align: center;
}
.banner .intrs .logos
{
    width: 100%;
    text-align: center;
}
.banner .intrs .logos img
{
    max-width: 60%;
}
.banner .intrs .title
{
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
.banner .intrs .button
{
    width: 100%;
    text-align: center;
}
.banner .intrs .button button
{
    width: 338px;
    height: 96px;
    background: url("../img/1d0bf1_338x96.png") center no-repeat;
    background-size: 338px 96px;
    margin: 0 12px;
    animation: myfirst 1s infinite;
}
.banner .intrs .button button.btn-down
{
    background: url("../img/cb8775_338x96.png") center no-repeat;
    background-size: 338px 96px;
}
.banner .intrs .labels
{
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
.banner .intrs .images
{
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
}
.banner .intrs .images .image-float
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.banner .intrs .images .image-float .float-item
{
    position: absolute;
}
.banner .intrs .images .image-float .float-item.float-item1
{
    left: 50%;
    top: 144px;
    margin-left: -510px;
    animation: myfirst 3s linear infinite;
}
.banner .intrs .images .image-float .float-item.float-item2
{
    left: 50%;
    animation: myfirst4 3s linear infinite;
    margin-left: -430px;
    top: 18px;
}
.banner .intrs .images .image-float .float-item.float-item3
{
    left: 50%;
    margin-left: 306px;
    top: 26px;
    animation: myfirst4 3s linear infinite;
}
.banner .intrs .images .image-float .float-item.float-item4
{
    left: 50%;
    margin-left: 380px;
    top: 144px;
    animation: myfirst 3s linear infinite;
}
.banner .intrs .text
{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 20px;
}
.banner .intrs .text h3
{
    font-size: 64px;
    color: #fffcac;
    line-height: 100px;
    text-align: center;
    text-shadow: 0 3px 7px rgba(0,0,0,.6);
    letter-spacing: 3px;
    padding: 20px 0;
}
.banner .intrs .text h3 img
{
    max-height: 100px;
}
.banner .intrs .text p
{
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0,0,0,.6);
    letter-spacing: 2px;
}
.banner.introduce-banner .intrs, .banner.game-banner .intrs
{
    background: none;
}
.banner.game-banner .intrs
{
    background: rgba(6,8,25,.85);
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner .intrs .images
{
    padding-top: 20px;
}
.head
{
    width: 100%;
    height: 120px;
    float: left;
    background-color: #171821;
    z-index: 999;
    position: relative;
}
.head.fix
{
    position: fixed;
    left: 0;
    background-image: linear-gradient(to bottom,#000,rgba(0,0,0,.6),rgba(0,0,0,0));
    top: 0;
}
.head .wid
{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .logo
{
    height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo img
{
    max-height: 58%;
}
.head .btn-rege
{
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .btn-rege a
{
    display: inline-block;
    width: auto;
    padding: 0 16px;
    min-width: 100px;
    height: 52px;
    background-image: linear-gradient(to bottom,#fff,#ffd782);
    border-radius: 26px;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    color: #6f0d0d;
    text-decoration: none;
    letter-spacing: 1px;
}
.head .menus
{
    width: auto;
    height: 100%;
}
.head .menus .btn-menu
{
    height: 100%;
    position: relative;
    padding: 0 30px;
}
.head .menus .btn-menu .box
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .menus .btn-menu .menu-slide
{
    width: 562px;
    height: 100vh;
    background: rgba(0,0,0,.9);
    position: absolute;
    position: fixed;
    right: 0;
    display: none;
    top: 0;
}
.head .menus .btn-menu .menu-slide:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/80b8fb_757x1262.png") top center no-repeat;
    background-size: 100% auto;
}
.head .menus .btn-menu .menu-slide .btn-close
{
    width: 44px;
    height: 44px;
    background: url("../img/a08649_26x26.png") center no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 11;
    cursor: pointer;
}
.head .menus .btn-menu .menu-slide .cont
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
    flex-direction: column;
    align-items: center;
}
.head .menus .btn-menu .menu-slide .cont .logos
{
    width: 100%;
    text-align: center;
}
.head .menus .btn-menu .menu-slide .cont .logos img
{
    max-width: 90%;
}
.head .menus .btn-menu .menu-slide .cont .list
{
    width: 100%;
    max-width: 194px;
    padding: 20px 0;
}
.head .menus .btn-menu .menu-slide .cont .list a
{
    display: inline-block;
    width: 100%;
    line-height: 74px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 3px 7px rgba(0,0,0,.94);
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 2px;
}
.head .menus .btn-menu .menu-slide .cont .list a.btn-rege
{
    color: #fff000;
}
.containers
{
    width: 100%;
    background-color: #fff;
    float: left;
    position: relative;
    z-index: 99;
}
.notice
{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom,#fff,#e0dfef);
    border-radius: 25px;
    position: relative;
    margin-top: -15px;
    float: left;
    border: 1px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 0 30px;
    padding-left: 60px;
}
.notice:after
{
    content: "";
    position: absolute;
    left: 26px;
    top: 50%;
    margin-top: -11px;
    width: 28px;
    height: 22px;
    background: url("../img/ba0ec1_28x22.png") center no-repeat;
    background-size: 28px 22px;
}
.notice marquee
{
    line-height: 48px;
    font-size: 18px;
    color: #333;
    position: relative;
    top: 2px;
}
.game
{
    width: 100%;
    padding: 30px 0;
    float: left;
    margin-top: 20px;
    background-image: linear-gradient(to bottom,#fff,#f2f1f4);
}
.game .title
{
    width: 100%;
    text-align: center;
    float: left;
}
.game .number
{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    float: left;
}
.game .number .box
{
    width: 50%;
    max-width: 380px;
    text-align: center;
}
.game .number .box .nums
{
    width: 100%;
    line-height: 1.6;
    font-size: 54px;
    color: #000;
    position: relative;
}
.game .number .box .nums:after
{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #ff560b;
}
.game .number .box .txts
{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #9fa2b0;
    letter-spacing: 3px;
}
.game .images
{
    width: 100%;
    padding-top: 20px;
    float: left;
    text-align: center;
}
.game .images img
{
    max-width: 96%;
}
.game .type
{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.game .type ul
{
    width: calc(100% + 26px);
    position: relative;
    left: -13px;
    float: left;
}
.game .type ul li
{
    width: calc(33.3% - 26px);
    margin: 12px 13px;
}
.game .type ul li:after
{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -25px;
    width: 32px;
    z-index: 99;
    height: 21px;
    background: url("../img/a7a5dc_31x21.png") center no-repeat;
    display: none;
}
.game .type ul li .image
{
    width: 100%;
    cursor: pointer;
}
.game .type ul li img
{
    width: 100%;
    box-shadow: 0 20px 30px rgba(0,0,0,.06);
    border-radius: 10px;
    transition: .5s;
}
.game .type ul li .slide
{
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    background-color: #fff;
    height: auto;
    z-index: 99;
    border: 1px solid #efefef;
    box-shadow: 0 8px 15px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 32px 24px;
    float: left;
}
.game .type ul li .slide p
{
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.game .type ul li:hover:after
{
    display: block;
}
.game .type ul li:hover img
{
    transform: scale(1.05) translateY(-10px);
}
.game .type ul li:hover .slide
{
    display: block;
}
.game .roll
{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.game .roll .list
{
    width: 100%;
    margin: 5px 0;
    float: left;
}
.game .roll .list ul
{
    transition-timing-function: linear;
}
.game .roll .list ul li img
{
    width: 100%;
}
.introduce
{
    width: 100%;
    padding: 50px 0;
    float: left;
    background-image: linear-gradient(to bottom,#fff,#fff,#f1f1f4);
}
.introduce .title
{
    width: 100%;
    text-align: center;
}
.introduce .conts
{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 30px 0;
}
.introduce .conts .video
{
    width: 100%;
}
.introduce .conts .video img
{
    max-width: 100%;
}
.introduce .conts .video video
{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 600px;
    outline: none;
}
.introduce .conts .rolls
{
    width: 100%;
    position: relative;
    float: left;
    margin-top: -10px;
    padding-bottom: 70px;
}
.introduce .conts .rolls ul
{
    width: 100%;
}
.introduce .conts .rolls ul li
{
    width: 33.3%;
}
.introduce .conts .rolls ul li img
{
    width: 100%;
    transform: scale(.9);
    transition: .5s;
    box-shadow: 0 30px 50px rgba(0,0,0,.15);
    border-radius: 30px;
}
.introduce .conts .rolls ul li.swiper-slide-active img
{
    transform: scale(1);
}
.introduce .conts .rolls .swiper-pagination
{
    bottom: 2px!important;
}
.introduce .conts .rolls .swiper-pagination .swiper-pagination-bullet
{
    width: 36px;
    margin: 0 9px;
    height: 36px;
    opacity: 1;
    background: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0);
    border-radius: 50%;
    position: relative;
}
.introduce .conts .rolls .swiper-pagination .swiper-pagination-bullet:after
{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    background-color: #c9cacb;
    border-radius: 12px;
}
.introduce .conts .rolls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
    border: 2px solid #f1cfd6;
}
.introduce .conts .rolls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after
{
    background-color: #eb445a;
    width: 24px;
    height: 24px;
}
.introduce .conts .list
{
    width: 100%;
}
.introduce .conts .list .swiper-pagination
{
    width: auto;
    left: 0;
}
.introduce .conts .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
    background-color: #f12805;
}
.introduce .conts .list ul
{
    width: 100%;
}
.introduce .conts .list ul li
{
    width: 60%;
    height: 170px;
    border: 1px solid #efefef;
    border-radius: 16px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    float: left;
    flex-direction: column;
    box-shadow: 0 8px 16px rgba(0,0,0,.05);
}
.introduce .conts .list ul li .name
{
    width: 100%;
    padding: 10px 0;
    display: flex;
    height: 84px;
    justify-content: center;
    align-items: center;
}
.introduce .conts .list ul li .name img
{
    margin: 0 10px;
}
.introduce .conts .list ul li .name b
{
    font-size: 24px;
    color: #333;
    letter-spacing: 1px;
}
.introduce .conts .list ul li .text
{
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #535353;
}
.introduce .conts .list .rows
{
    width: 100%;
    float: left;
    margin-top: 88px;
}
.introduce .conts .list .rows:first-child
{
    margin-top: 0;
}
.introduce .conts .list .rows .box
{
    width: 328px;
    height: 170px;
    border: 1px solid #efefef;
    border-radius: 16px;
    cursor: pointer;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    float: left;
    flex-direction: column;
    box-shadow: 0 8px 16px rgba(0,0,0,.05);
    transition: .5s;
    animation: myfirst 2s linear infinite;
}
.introduce .conts .list .rows .box .name
{
    width: 100%;
    padding: 10px 0;
    display: flex;
    height: 84px;
    justify-content: center;
    align-items: center;
}
.introduce .conts .list .rows .box .name img
{
    margin: 0 10px;
}
.introduce .conts .list .rows .box .name b
{
    font-size: 24px;
    color: #333;
    letter-spacing: 1px;
}
.introduce .conts .list .rows .box .text
{
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #535353;
}
.introduce .conts .list .rows .box:nth-child(2)
{
    float: right;
}
.introduce .conts .list .rows .box:hover
{
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    transform: translateY(-10px);
}
.describe
{
    width: 100%;
    padding: 60px 0;
    float: left;
    background-image: linear-gradient(to bottom,#fff,#f1f2f4);
}
.describe .title
{
    width: 100%;
    text-align: center;
}
.describe .conts
{
    width: 100%;
    padding-top: 20px;
    float: left;
}
.describe .conts .image
{
    width: 100%;
}
.describe .conts .image img
{
    width: 100%;
}
.describe .conts .text
{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333;
    line-height: 56px;
    padding-right: 30px;
    letter-spacing: 1px;
    padding-top: 30px;
}
.describe .conts .labels
{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.describe .conts .labels img
{
    max-width: 100%;
}
.footer
{
    background-color: #2a2c31;
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}
.footer .cooperate
{
    width: 100%;
    text-align: center;
    padding: 40px 0;
    padding-bottom: 20px;
    float: left;
}
.footer .cooperate img
{
    width: auto;
    max-width: 100%;
}
.footer .coprtighy
{
    width: 100%;
    line-height: 74px;
    color: #aaadb1;
    font-size: 16px;
    text-align: center;
}
.introduce-page
{
    width: 100%;
}
.introduces
{
    width: 100%;
    padding: 50px 0;
    float: left;
    background-image: linear-gradient(to bottom,#fff,#f1f1f4);
}
.introduces .title
{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    float: left;
}
.introduces .title img
{
    width: auto;
    max-width: 100%;
}
.introduces .image
{
    width: 100%;
}
.introduces .image img
{
    width: 100%;
}
.introduces .intr
{
    width: 100%;
    padding: 60px 0;
    float: left;
    padding-left: 10px;
}
.introduces .intr .title
{
    width: 100%;
    position: relative;
    float: left;
    padding-left: 24px;
}
.introduces .intr .title:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    background-color: #ff4e08;
}
.introduces .intr .title span
{
    display: block;
    width: 100%;
    line-height: 44px;
    color: #202020;
    font-size: 30px;
    font-weight: bold;
}
.introduces .intr .title em
{
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #ff4242;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
}
.introduces .intr .text
{
    width: 100%;
    font-size: 22px;
    color: #666;
    line-height: 38px;
    text-align: justify;
    letter-spacing: 1px;
    float: left;
    padding-right: 30px;
}
.introduces .intr .text em
{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}
.introduces .intr .text p
{
    margin: 10px 0;
}
.vision
{
    width: 100%;
    padding: 50px 0;
    float: left;
    background-image: linear-gradient(to bottom,#fff,#f1f1f4);
}
.vision .title
{
    width: 100%;
    text-align: center;
}
.vision .text
{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #666;
    line-height: 38px;
    padding: 20px 0;
    float: left;
    letter-spacing: 1px;
}
.vision .list
{
    width: 100%;
    padding: 50px 0;
    float: left;
}
.vision .list .image
{
    width: 100%;
    text-align: center;
}
.vision .list .image img
{
    max-width: 100%;
}
.vision .list .item
{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.vision .list .item .imgs
{
    width: 100%;
    height: 208px;
    max-width: 208px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(189,189,189,.51);
    display: flex;
    justify-content: center;
    align-items: center;
}
.vision .list .item .text
{
    width: 100%;
    line-height: 54px;
    font-size: 28px;
    color: #222;
    text-align: center;
}
.alert
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}
.alert .alert-introduce
{
    width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    background-color: #fff;
    border: 1px solid #efefef;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 32px 24px;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0,0,0,.1);
    display: none;
}
.alert .alert-introduce .btn-close
{
    width: 32px;
    height: 32px;
    background: url("../img/afe5d4_32x32.png") center no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
}
.alert .alert-introduce .title
{
    width: 100%;
    line-height: 32px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
}
.alert .alert-introduce .title:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 26px;
    background-color: #ff4e08;
}
.alert .alert-introduce .text
{
    width: 100%;
    padding: 20px 0;
    float: left;
}
.alert .alert-introduce .text p
{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-align: justify;
}
.alert .alert-introduce .button
{
    width: 100%;
    text-align: center;
    float: left;
}
.alert .alert-introduce .button button
{
    width: 100%;
    max-width: 180px;
    height: 60px;
    background-image: linear-gradient(to bottom,#fece14,#eb9901);
    border-radius: 30px;
    color: #440909;
    font-size: 20px;
    letter-spacing: 2px;
}
.features
{
    width: 100%;
    padding: 30px 0;
    float: left;
}
.features .title
{
    padding-top: 20px;
    width: 100%;
    text-align: center;
}
.features .text
{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #666;
    line-height: 38px;
    padding: 16px 0;
    float: left;
    letter-spacing: 2px;
    padding-top: 30px;
}
.features .list
{
    width: 100%;
    padding: 45px 0;
    float: left;
}
.features .list .item
{
    width: 100%;
    padding: 18px 14px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 5px 10px #d6d6d6;
    padding-bottom: 30px;
}
.features .list .item .tits
{
    width: 100%;
    height: 60px;
    padding-left: 18px;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    color: #464341;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.features .list .item .tits:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 3px;
    height: 100%;
    background-color: #819fef;
}
.features .list .item .tits b
{
    display: block;
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
}
.features .list .item .tits em
{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #9fa2b0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.features .list .item .imgs
{
    width: 100%;
    text-align: center;
    padding: 12px 0;
    float: left;
}
.features .list .item .imgs img
{
    max-width: 100%;
}
.features .list .item .txts
{
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: 96px;
}
.pageCont
{
    width: 100%;
    height: 540px;
    display: flex;
    justify-content: center;
    overflow-x: visible;
    overflow: hidden;
}
.pageCont:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,.6);
}
.pageCont .pageList
{
    width: 260px;
    height: 1000px;
    min-width: 260px;
    float: left;
}
.pageCont .pageList ul
{
    width: 100%;
    transition-timing-function: linear;
}
.pageCont .pageList ul li
{
    width: 100%;
    background-color: #000;
    padding: 10px 12px;
    height: auto;
    float: left;
    transform: translate3d(0,0,0);
}
.pageCont .pageList ul li .box
{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    float: left;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 10px;
}
.pageCont .pageList ul li .box img
{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    float: left;
}
.fix-menu
{
    width: 100%;
    height: 70px;
    background-color: #fbfbfa;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.fix-menu ul
{
    width: 100%;
}
.fix-menu ul li
{
    width: 25%;
    height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fix-menu ul li .txt
{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    width: 100%;
    text-align: center;
}
.fix-menu ul li .ico
{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix-menu ul li .ico img
{
    height: 32px;
}
.fixNull
{
    width: 100%;
    height: 70px;
    float: left;
}
.game-page .game .type ul li
{
    width: calc(25% - 26px);
}
.alert
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}
.alert .alert-bg
{
    width: 100%;
    height: 100%;
}
.alert-lines
{
    width: 690px;
    height: auto;
    background-color: #fff;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%);
    padding: 20px;
    display: none;
}
.alert-lines .conts
{
    width: 100%;
}
.alert-lines .conts .item
{
    width: 100%;
    margin: 6px 0;
    float: left;
}
.alert-lines .conts .item .ms
{
    width: 94px;
    height: 58px;
    background-color: #e91919;
    border-radius: 29px;
    margin: 3px 0;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    color: #fff;
}
.alert-lines .conts .item .btns
{
    width: 166px;
}
.alert-lines .conts .item .btns a
{
    display: inline-block;
    width: 166px;
    height: 64px;
    background: url("../img/477136_166x64.png") center no-repeat;
    background-size: 166px 64px;
}
.alert-lines .conts .item .webs
{
    width: calc(100% - 280px);
    height: 64px;
    border: 1px solid #c6d9f9;
    border-radius: 32px;
    margin: 0 10px;
    padding: 5px;
}
.alert-lines .conts .item .webs .ico
{
    width: 52px;
    height: 52px;
}
.alert-lines .conts .item .webs .ico img
{
    width: 100%;
    height: 100%;
    border-radius: 26px;
}
.alert-lines .conts .item .webs .intr
{
    width: calc(100% - 52px);
    padding: 0 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    font-size: 24px;
    color: #404147;
    position: relative;
}
.alert-lines .conts .item .webs .intr:after
{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -10px;
    width: 64px;
    height: 20px;
    background: url("../img/0a03f8_64x20.png") center no-repeat;
    background-size: 64px 20px;
}
.alert-lines .conts .item .webs .intr span
{
    display: inline-block;
}
@keyframes myfirst
{
    from
    {
        transform: scale(1);
    }
    50%
    {
        transform: scale(.9);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes myfirst2
{
    from
    {
        transform: scale(1);
    }
    50%
    {
        transform: scale(1.03);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes myfirst4
{
    from
    {
        transform: translateX(0);
    }
    50%
    {
        transform: translateX(20px);
    }
    to
    {
        transform: translateX(0);
    }
}
@media screen and (max-width: 1600px)
{
    .banner .intrs .images .image-float .float-item.float-item1
    {
        margin-left: -400px;
    }
    .banner .intrs .images .image-float .float-item.float-item2
    {
        margin-left: -340px;
    }
    .banner .intrs .images .image-float .float-item.float-item3
    {
        margin-left: 200px;
    }
    .banner .intrs .images .image-float .float-item.float-item4
    {
        margin-left: 280px;
    }
    .banner .intrs .images .image-float .float-item img
    {
        transform: scale(.8);
    }
    .banner .intrs .logo img
    {
        height: 180px;
    }
    .banner .intrs .title
    {
        padding: 30px 0;
    }
    .banner .intrs .title img
    {
        height: 120px;
    }
    .banner .intrs .labels img
    {
        height: 24px;
    }
    .head .menus .btn-menu .menu-slide
    {
        width: 420px;
    }
    .introduce-banner .intrs .images img
    {
        max-height: 360px;
    }
    .introduce-banner .intrs .text h3
    {
        font-size: 48px;
        line-height: 84px;
    }
    .introduce-banner .intrs .text p
    {
        font-size: 20px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1400px)
{
    .introduce-banner .intrs .images img
    {
        max-height: 320px;
    }
    .introduce-banner .intrs .text h3
    {
        font-size: 40px;
        line-height: 64px;
    }
    .introduce-banner .intrs .text p
    {
        font-size: 18px;
        line-height: 28px;
    }
    .banner .intrs .logo img
    {
        height: 180px;
    }
    .banner .intrs .title
    {
        padding: 20px 0;
    }
    .banner .intrs .title img
    {
        height: 100px;
    }
    .banner .intrs .button button
    {
        width: 282px;
        height: 80px;
        background-size: 100% 100%;
    }
    .banner .intrs .button button.btn-down
    {
        background-size: 100% 100%;
    }
    .banner .intrs .labels img
    {
        height: 20px;
    }
    .head .menus .btn-menu .menu-slide
    {
        width: 360px;
    }
}
@media screen and (max-width: 1230px)
{
    .banner .image img
    {
        min-height: 600px;
    }
    .banner .intrs .logo img
    {
        height: 160px;
    }
    .banner .intrs .title
    {
        padding: 10px 0;
    }
    .banner .intrs .title img
    {
        height: 90px;
    }
    .banner .intrs .button
    {
        padding-top: 20px;
    }
    .banner .intrs .button button
    {
        width: 272px;
        height: 80px;
        background-size: 100% 100%;
    }
    .banner .intrs .labels img
    {
        height: 18px;
    }
    .notice
    {
        background-size: 100% auto;
    }
    .notice marquee
    {
        line-height: 54px;
        font-size: 16px;
    }
    .wid
    {
        padding: 0 15px;
    }
    .game .type ul
    {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
    }
    .game .type ul li
    {
        width: calc(33.3% - 20px);
        margin: 10px;
    }
    .head .menus .btn-menu .menu-slide
    {
        width: 280px;
    }
    .pageCont .pageList
    {
        width: 200px;
        min-width: 200px;
    }
    .banner .intrs .text
    {
        padding: 10px 0;
    }
    .banner .intrs .text h3
    {
        font-size: 44px;
        line-height: 64px;
    }
    .banner .intrs .text p
    {
        font-size: 20px;
        line-height: 36px;
    }
    .introduce-banner .intrs .images img
    {
        max-height: initial;
        max-width: 90%;
    }
    .introduce-banner .intrs
    {
        padding-bottom: 0;
    }
    .introduce-banner .intrs .wid
    {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        height: 100%;
    }
}
@media screen and (max-width: 993px)
{
    .alert-lines
    {
        transform: translate(-50%,-75%);
    }
    .alert-lines .conts .item
    {
        margin: 3px 0;
    }
    .alert-lines .conts .item .ms
    {
        height: 48px;
        width: 80px;
        line-height: 48px;
        font-size: 20px;
    }
    .alert-lines .conts .item .btns
    {
        width: 140px;
    }
    .alert-lines .conts .item .btns a
    {
        height: 54px;
        width: 140px;
        background-size: cover;
    }
    .alert-lines .conts .item .webs
    {
        height: 54px;
        padding: 4px;
        width: calc(100% - 240px);
    }
    .alert-lines .conts .item .webs .ico
    {
        width: 44px;
        height: 44px;
    }
    .alert-lines .conts .item .webs .intr
    {
        height: 44px;
        font-size: 20px;
        padding: 0 10px;
    }
    .introduce .conts .rolls .swiper-pagination .swiper-pagination-bullet
    {
        transform: scale(.7);
    }
    .banner .image video
    {
        min-height: 600px;
    }
    .bann-top
    {
        padding-top: 600px;
    }
    .banner.banner-fix
    {
        height: 600px;
    }
    .banner .intrs
    {
        padding-bottom: 0;
    }
    .describe .conts .text
    {
        font-size: 24px;
        line-height: 44px;
        padding-right: 0;
        padding: 30px 0;
    }
    .vision .list .item .imgs
    {
        height: 160px;
        max-width: 160px;
    }
    .vision .list .item .imgs img
    {
        height: 120px;
    }
    .vision .list .item .text
    {
        font-size: 20px;
        line-height: 36px;
    }
    .game .number .box .nums
    {
        font-size: 44px;
    }
    .game .number .box .txts
    {
        font-size: 24px;
        line-height: 40px;
    }
    .banner .intrs
    {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .head .menus .btn-menu .menu-slide
    {
        width: 46%;
    }
    .features .list
    {
        padding-bottom: 0;
    }
    .features .list .item
    {
        margin: 20px 0;
        float: left;
    }
    .game .type ul li
    {
        width: calc(33.3% - 20px);
    }
    .pageCont .pageList
    {
        width: 160px;
        min-width: 160px;
    }
    .pageCont .pageList ul li .box img
    {
        height: auto;
    }
    .pageCont .pageList ul li
    {
        padding: 5px 6px;
    }
    .alert .alert-introduce
    {
        width: 90%;
        left: 5%;
        transform: initial;
        transform: translateY(-50%);
    }
    .pageCont
    {
        height: 80vh;
    }
    .footer .cooperate img
    {
        max-width: 100%;
    }
    .head
    {
        height: 90px;
    }
    .head .menus .btn-menu
    {
        padding: 0;
        padding-left: 10px;
    }
    .head .menus .btn-menu .box img
    {
        height: 32px;
    }
    .head .btn-rege a
    {
        width: 112px;
        height: 36px;
        font-size: 16px;
        line-height: 38px;
    }
    .introduces .intr
    {
        padding: 20px 0;
    }
    .introduces .intr .title span
    {
        font-size: 26px;
        line-height: 40px;
    }
    .introduces .intr .title em
    {
        font-size: 18px;
        line-height: 28px;
    }
    .introduces .intr .text
    {
        font-size: 18px;
        line-height: 28px;
    }
    .vision .text
    {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .alert-lines
    {
        zoom: .8;
        transform: translate(-50%,-95%);
    }
    .banner .intrs .logos img
    {
        max-width: 80%;
    }
    .introduces .intr .text
    {
        padding-right: 0;
    }
    .vision .title img, .introduces .title img
    {
        height: 68px;
    }
    .vision .list
    {
        padding: 10px 0;
    }
    .banner .intrs
    {
        padding-top: 0!important;
    }
    .banner .intrs .wid
    {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .banner .intrs .wid .images
    {
        padding: 30px 0;
    }
    .banner .intrs .wid .text
    {
        padding: 0;
    }
    .banner .intrs .wid .text h3 img
    {
        height: auto;
        max-width: 90%;
    }
    .banner .intrs .wid .text p
    {
        margin: 0;
    }
    .introduce-banner .intrs .images img
    {
        max-width: 100%;
    }
    .introduces .intr .text p
    {
        text-align: center;
    }
    .banner .intrs .text h3 img
    {
        height: 40px;
    }
    .game .type
    {
        padding-top: 10px;
    }
    .notice
    {
        height: 36px;
        line-height: 34px;
        border-radius: 18px;
        padding: 0 20px;
        padding-left: 40px;
    }
    .notice:after
    {
        transform: scale(.7);
        left: 10px;
    }
    .notice marquee
    {
        line-height: 34px;
        top: 0;
    }
    .introduce .conts .rolls .swiper-pagination .swiper-pagination-bullet
    {
        transform: scale(.5);
    }
    .head .menus .btn-menu .menu-slide
    {
        width: 100%;
        z-index: 1000;
    }
    .head
    {
        height: 70px;
    }
    .head .wid
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head .wid .btn-rege
    {
        height: auto;
    }
    .head .wid .btn-rege a
    {
        width: auto;
        padding: 0 16px;
    }
    .features .list .item .tits
    {
        padding-left: 8px;
        height: 44px;
    }
    .features .list .item .tits b
    {
        font-size: 24px;
    }
    .features .list .item .tits em
    {
        font-size: 14px;
    }
    .game
    {
        padding: 10px 0;
    }
    .notice marquee
    {
        font-size: 14px;
    }
    .banner .intrs .labels img
    {
        height: auto;
        max-width: 90%;
    }
    .banner .intrs .logo img
    {
        height: 120px;
    }
    .banner .intrs .title
    {
        padding-top: 20px;
    }
    .banner .intrs .title img
    {
        height: auto;
        max-width: 80%;
    }
    .banner .intrs .button button
    {
        width: 170px;
        height: 48px;
        background-size: cover!important;
        margin: 0 5px;
    }
    .introduce .conts .list
    {
        position: relative;
        top: initial;
        padding-bottom: 50px;
    }
    .introduce .conts .list ul li
    {
        margin-right: 20px;
    }
    .pageCont
    {
        height: 60vh;
    }
    .game .type ul li
    {
        width: calc(50% - 20px);
    }
    .wid
    {
        padding-left: 3%;
        padding-right: 3%;
    }
    .banner .intrs .text h3
    {
        font-size: 32px;
        line-height: 44px;
        padding-top: 20px;
    }
    .banner .intrs .text p
    {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0;
    }
    .game .number .box .nums
    {
        font-size: 32px;
        line-height: 48px;
    }
    .game .number .box .txts
    {
        font-size: 20px;
        line-height: 34px;
    }
    .features .title img
    {
        height: 64px;
    }
    .features .text
    {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }
    .features .list
    {
        padding: 0;
    }
    .features .list .item
    {
        margin: 10px 0;
    }
    .features .list .item .txts
    {
        min-height: initial;
    }
    .features .list .item .imgs img
    {
        max-height: 140px;
    }
    .vision .list .item .imgs
    {
        height: 120px;
        max-width: 120px;
    }
    .vision .list .item .imgs img
    {
        height: 80px;
    }
    .vision .list .item .text
    {
        font-size: 16px;
        line-height: 28px;
    }
    .describe .title img, .game .title img, .introduce .title img
    {
        height: 64px;
    }
    .describe .conts .text
    {
        font-size: 20px;
        line-height: 36px;
        text-align: justify;
    }
    .banner.banner-fix
    {
        height: 500px;
    }
    .bann-top
    {
        padding-top: 500px;
    }
    .banner .image video
    {
        min-height: 500px;
    }
    .banner .intrs
    {
        padding-top: 50px;
    }
    .banner .intrs .images .image-float .float-item.float-item1
    {
        margin-left: -240px;
        top: 30px;
    }
    .banner .intrs .images .image-float .float-item.float-item2
    {
        margin-left: -240px;
        top: 0;
    }
    .banner .intrs .images .image-float .float-item.float-item3
    {
        margin-left: 100px;
        top: 0;
    }
    .banner .intrs .images .image-float .float-item.float-item4
    {
        margin-left: 140px;
        top: 80px;
    }
    .banner .intrs .images .image-float .float-item img
    {
        transform: scale(.5);
    }
    .head .wid .btn-rege a
    {
        min-width: initial;
    }
    .introduce .wid
    {
        padding: 0;
    }
}
@media screen and (max-width: 540px)
{
    .introduce .conts .list ul li
    {
        margin-right: 10px;
        width: 74%;
        padding-bottom: 20px;
    }
    .describe .conts .text
    {
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }
    .notice marquee
    {
        font-size: 13px;
    }
    .introduce .conts .rolls ul li
    {
        width: 70%!important;
    }
    .introduce .conts .rolls ul li img
    {
        transform: scale(.85);
    }
    .alert-lines
    {
        zoom: 1;
        padding: 10px;
        width: 90%;
        left: 5%;
        top: 20%;
        transform: initial;
        border-radius: 10px;
    }
    .alert-lines .conts .item .ms
    {
        width: 48px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 16px;
    }
    .alert-lines .conts .item .btns
    {
        width: 84px;
    }
    .alert-lines .conts .item .btns a
    {
        width: 84px;
        height: 32px;
        background-size: cover;
    }
    .alert-lines .conts .item .webs
    {
        width: calc(100% - 150px);
        margin: 0 9px;
        height: 32px;
        padding: 2px;
    }
    .alert-lines .conts .item .webs .ico
    {
        width: 26px;
        height: 26px;
    }
    .alert-lines .conts .item .webs .intr
    {
        width: calc(100% - 26px);
        padding: 0 6px;
        height: 28px;
        font-size: 16px;
    }
    .alert-lines .conts .item .webs .intr:after
    {
        zoom: .4;
    }
}
