body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    font-size: 14px;
}
body{background: #091227;}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
}

i, address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

a {
    text-decoration: none;
}

button, textarea, input {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0
}


.guide-container {
    width: 100%;
    padding-bottom: 50px;
    /* padding-top: 25px; */
}

.guide-container > div {
    width: 1175px;
    margin: auto;
}

.guide-container .s1 {
    /* height: 900px; */
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-bottom: 54px;
    width: 100%;
}

.s1 .img-video {
    /* width: 100%; */
    /* height: 100%; */
    position: relative;
    min-width: 1175px;
    height: 900px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.s1 .img-video img,
.s1 .img-video video {
    /* width: 100%; */
    /* height: 100%; */
    /* min-height: 900px; */
    /* width: 100%; */
    /* min-width: 1200px; */
    -o-object-fit: fill;
    /* object-fit: fill; */
    /* position: relative; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.s1 .s1-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 2;
    /* background: url(../images/s7.png) repeat-x bottom; */
    background: linear-gradient(0deg, rgb(38, 24, 50) 0%, transparent 100%);
    top: auto;
    bottom: 0;
}

.s1 .s1-left {
    position: absolute;
    bottom: 204px;
    width: 688px;
    height: 185px;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    padding-left: 35px;
    padding-top: 24px;
    left: 50%;
    margin-left: -600px;
}

.s1 .s1-top {
    width: 1175px;
    height: 42px;
}

.s1 .s1-top_l {
    min-width: 10px;
    height: 61px;
    overflow: hidden;
    position: relative;
    float: left;
}

.s1 .s1-top_l span{
    width: auto;
    height:32px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    color: #ffffff;
    display: block;
    font-weight: bold;
}

.s1 .s1-top_l em{
    position: absolute;
    width: auto;
    height:16px;
    line-height: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 12px;
    color: #ffffff;
    display: block;
    opacity: 0.6;
    left: 0px;
    top:45px;
}

.s1-top_z{
    min-width: 61px;
    height: 34px;
    background-color: #0bbc77;
    border-radius: 8px;
    float: left;
    margin-left: 16px;
    line-height: 34px;
    text-align: center;
    font-size:30px;
    color: #fff;
    margin-top:8px;
    text-align: center;
    padding-left:10px;padding-right:10px;
}

.s1-top_z span{font-size:16px; }

.s1-top_p{
    min-width: 15px;
    height: 50px;
    float: left;
    margin-left: 16px;
    line-height: 50px;
    font-size:30px;
    color: #ff5400;
    margin-top:-8px;
    overflow: hidden;
}

.s1-top_p span{
    margin-top:5px;font-weight: bold;
}
.s1-top_p em{
    font-size:63px;font-weight: bold;
}

.s1-top_o{
    min-width: 15px;
    height: 16px;
    float: left;
    margin-left: 16px;
    line-height: 16px;
    font-size:14px;
    color: #fff;
    overflow: hidden;
    margin-top:22px;
    text-decoration: line-through;
}

.s1 .s1-btn {
    width: 700px;
    height: 75px;
    margin-top:25px;
}

.s1-btn-buy{
    width: 212px;
    height:63px;
    background:url("../images/buy.png") no-repeat;
    float: left;
    cursor: pointer;
    margin-top: 15px;
}

.s1-btn-free{
    width: 213px;height:75px;background:url("../images/freebtn.png") no-repeat;
    float: left;margin-left: 60px;cursor: pointer;position: relative;
}

.s1-btn-free span{
    color:#fff;
    font-size: 13px;
    position: absolute;
    width:180px;
    text-align:center;
    left:50%;
    bottom: -28px;
    margin-left:-90px;
    height: 24px;
    border-radius: 19px;
    line-height: 24px;
    background:rgba(38, 24, 50,0.5);
}

.s1-left-ul{width: 1175px;margin-top: 48px;overflow: hidden;position: relative;height: 140px;}

.s1-left-ul-l{z-index:10;cursor:pointer;width:53px;height:60px;position: absolute;left: 0px;top: 50px;background: url("../images/L.png") no-repeat;}

.s1-left-ul-r{z-index:10;cursor:pointer;width:53px;height:60px;position: absolute;right: 5px;top: 50px;background: url("../images/R.png") no-repeat;}

.s1-left-ul-c{width: 1175px;height: 140px;overflow: hidden;position: relative;}

.s1-left-ul-c ul{}

.s1-left-ul-c ul li{cursor:pointer;height:140px;position: relative;border-radius:12px; overflow: hidden; display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition-property:all;box-sizing: border-box;overflow: hidden;}

.s1-left-ul-c ul li img{width:100%;height:100%;object-fit: cover;}

.s1-left-ul-c ul li a{display: block;position: relative;height:100%;width:100%;}

.s1-left-ul-c ul li em{width: 100%;height: 100%;position: absolute;left: 0px;top:0px;background:rgba(0, 0, 0, 0.5);/* border-radius:12px; */}

.s1-left-ul-c ul li:nth-child(1){border:1px solid #1b17cd;}

.globalHeader{
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top:0px;
    left:0px;
    z-index: 3;
    width:100%;
    height:100px;
    overflow: hidden;
}

.anz_step{width:100%;height: auto;overflow: hidden;}

.anz_step_title{width:121px;height:29px;background:url("../images/confige.png") no-repeat;}

.anz_step_content{width: 1175px;height:185px;background:url("../images/steps.png") no-repeat;}

.s1 .s1-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 2;
    /* background: url(../images/s7.png) repeat-x bottom; */
    background: linear-gradient(0deg, rgb(9, 18, 39) 0%, transparent 100%);
    top: auto;
    bottom: 0;
}

.guide-container .game_detail{
    width: 1175px;
    height:auto;
    overflow: hidden;
    margin:45px auto;
}

.game_detail_l{
    width:724px;
    height:auto;
    float: left;
    overflow: hidden;
}

.globalHeader span{width:100px;height:100px;line-height: 100px;color:#fff;font-family: AlimamaShuHeiTi-Bold;
    font-size: 41px;
    font-weight: normal;
    font-stretch: normal;
    float: left;
}

.game_detail_l_t{
    width:724px;height:442px;background:url("../images/libao.png") no-repeat;display: block;
}

.game_detail_l_b{
    width:100%;height:auto;
    overflow: hidden;
    margin-top:58px;
}

.game_detail_l_b_t{width:121px;height:29px;background:url("../images/content.png") no-repeat;}

.game_detail_l_b_c{width:100%;height:auto;line-height: 32px;color:#fff;font-size: 16px;margin-top:20px;}

.game_detail_l_b_c img{margin:15px auto 15px;}


.game_detail_r{width: 250px;float:left;margin-left: 90px;overflow: hidden;}

.game_detail_ron{width: 100%;height:auto;overflow: hidden;margin-bottom:40px;}

.game_detail_ron_t{width:121px;height:29px;background:url("../images/gameinfo.png") no-repeat;margin-bottom: 20px;}

.other{background:url("../images/confige.png") no-repeat;}

.game_detail_ron_list{width:100%;height:auto;overflow: hidden;}

.game_detail_ron_list_c{width:100%;height: auto;line-height: 20px;color:#fff;margin-bottom: 10px;}

.globalHeader span img{margin-left: 50px;}

.globalHeader a{cursor:pointer;float:right;width:212px;height:63px;margin-right: 69px;margin-top:18px;background:url("../images/download.png") no-repeat;}

.fixed-right {
    position: absolute;
    z-index: 3;
    right: 3px;
    top: 380px;
    width: 170px;
    z-index: 1001;
}

.fixed-right .logo {
    width: 170px;
    height: 312px;
    display: block;
    margin: auto;
    background: url("../images/righttip.png") no-repeat;
}

.fixed-right_t {
    position: absolute;
    right: 3px;
    top: 80px;
    width: 359px;
    height: 349px;
    z-index: 1001;
    background: url("../images/tc.png") no-repeat;
    display: block;
}

.footerContainer {
    width: 100%;
    height: 325px;
    background: black;
    border-top: 1px solid #383838;
}

.footerHelp {
    width: 900px;
    height: 245px;
    margin: auto;
    padding-top: 32px;
}

.footerHelp li {
    float: left;
    width: 223px;
    /*height: 114px;*/
    color: white;
}

.footerHelp li a{display: block;margin-top:15px;}

..footerHelp li a img{width:120px;}

.footerHelp .connect {
    display: inline-block;
    float: right;
    width: 105px;
    height: 28px;
    background: #56bfeb;
    border-radius: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: white;
    position: relative;
    top: -4px;
    left: -40px;
}

.footerHelp .connect i {
    display: inline-block;
    width: 17px;
    height: 17px;
    font-size: 0;
    margin-right: 2px;
    position: relative;
    top: 3px;
    background: url("/images/qq.png") no-repeat;
}

.footerHelp li + li div {
    color: #999999;
}

.footerHelp .footerTitle {
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    text-align: left;
}

.footerTitle {
    margin-bottom: 15px;
}

.imgCode .footerTitle {
    margin-bottom: 12px;
}

.footerTitle i {
    display: block;
    margin-right: 7px;
    width: 6px;
    height: 21px;
    float: left;
    background: url("/images/bt.png") no-repeat;
}

.footer {
    line-height: 1.8;
    padding: 18px 0;
    width: 100%;
    text-align: center;
    height: 110px;
    border-top: 1px solid #383838;
    color: #666666;
    font-size: 13px;
}

.footer a {
    cursor: pointer;
    color: #666666;
    font-size: 14px;
}
