header {
    width: 100%;
    background: #171717;
}

.header_top {

}

.header_top .logo {
    float: left;
    margin-left: 3rem;
    margin-left: 3rem;
}

.header_top .language {
    float: right;
    height: 88px;
}

.language ul {
    height: 88px;
}

.language ul li {
    float: left;
    list-style: none;
    cursor: pointer;
}

.language ul li a {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    width: 29px;
    color: #575B66;
}

.language div {
    height: 88px;
    line-height: 88px;
    float: left;
    text-align: center;
}

.language div:nth-child(1) {
    margin-right: 1rem;
}

.language div:nth-child(1) ul li {
    margin: 0 1rem;
}

.language div:nth-child(1) ul li a.on {
    border-radius: 100%;
    background: #BE99FB;
    color: #2C2B33;
}

.language div:nth-child(2) {
    background: #5222CB;
    width: 219px;
}

.language div:nth-child(2) a {
    color: #E8DDFA;
    font-size: 24px;
    display: block;
}

.nav {
    background: url("../images/nav_bg.png") no-repeat center;
    height: 80px;
    background-position: 0 0px;
    position: relative;
    z-index: 9;
}

.nav > div {
    width: 1233px;
    margin: 0 auto;
}

.nav > div ul li {
    float: left;
    width: 14.285%;
    height: 76px;
    margin: 0 14px;
}

.nav>div>ul li>a {
    display: inline-block;
    line-height: 66px;
    height: 66px;
    position: relative;
    font-size: 18px;
    /*color: #A288CF;*/
	color: #ffffff;
    width: 100%;
    text-align: center;
}

.nav > div ul li a.on {
    background: url("../images/nav-hover.png") no-repeat center top;
   /* color: #5B39A4;*/
   color: #ffffff;
    background-position: 9px 4px;
}

.nav > div ul li a:hover {
    background: url("../images/nav-hover.png") no-repeat center top;
    background-position: 9px 4px;
   /* color: #5B39A4;*/
   color: #ffffff;
}
.nav > div ul li a h6{
    display: inline-block;
    line-height: 66px;
    height: 66px;
    position: relative;
    font-size: 18px;
 /*   color: #A288CF;*/
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.nav > div ul li a span {
    position: absolute;
    height: 20px;
    line-height: 20px;
    width: 100%;
    top: 44px;
    left: 4px;
    font-size: 11px;
   /* color: #575B66;*/
   color: #ffffff;
}

.nav>div>ul li div.user{
    position: absolute;
    left: 30px;
    text-align: center;
    width: 111px;
    top: 67px;
    height: 126px;
    background: #2C2C2C url("../images/login.png")no-repeat;
    padding: 0 5px;
    display: none;
    border-top: 1px solid transparent;
}
.nav>div>ul li div.user div{
    border-bottom: 1px solid #464646;
    height: 42px;
    text-align: center;
    line-height: 42px;
}
.nav>div>ul li div.user div:nth-child(3){
    border-bottom: 1px solid transparent;
}
.nav>div>ul li div.user div a{
    color: #F2F1F1;
}
.banner {
    background: url("../images/banner-bg.jpg")100% 100%;
    position: relative;
    top: -12px;
}


.slideBox {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 36%;
    bottom: 59px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 28px;
    width: 94px;
    height: 7px;
    text-align: center;
    background: #ABABAB;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #6000FF;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.packet{
    background: url("../images/packet.jpg")100% 100%;
    margin-top: -12px;
}
.packet>div{
    width: 1350px;
    margin: 0 auto;
}
.packet>div div.title{
    padding: 3rem 0;
    background: url(../images/title.png) center no-repeat;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #BE99FB;
    line-height: 100px;
    font-size: 33px;
}

.packet>div div.content{
    padding-left: 2rem;
}

.packet>div div.content>div{
    width: 32.333%;
    float: left;
    margin-left: 0.2rem;
    position: relative;
    transition:all 1s linear;
    transform:scale(1);
    overflow: hidden;
}
.packet>div div.content>div img:hover {

    transition:all 0.2s linear;
    transform:scale(1.15);
}
.packet>div div.content>div img {
    transition:all 0.8s linear;
}

.packet>div div.content>div>a.sw{
    width: 100%;
    height: 100%;
    position: absolute;
    background:  url(../images/sw.png) center no-repeat;
    top: 0px;
    display: none;
}
/*.packet>div div.content>div:nth-child(1){*/
    /*background: url("../images/sport.jpg");*/
    /*height: 28rem;*/

/*}*/
/*.packet>div div.content>div:nth-child(2){*/
    /*background: url("../images/real.jpg");*/
    /*height: 28rem;*/

/*}*/
/*.packet>div div.content>div:nth-child(3){*/
    /*background: url("../images/caipiao.jpg");*/
    /*height: 28rem;*/

/*}*/
/*.packet>div div.content>div:nth-child(4){*/
    /*background: url("../images/qipai.jpg");*/
    /*height: 28rem;*/

/*}*/
/*.packet>div div.content>div:nth-child(5){*/
    /*background: url("../images/egame.jpg");*/
    /*height: 28rem;*/

/*}*/
/*.packet>div div.content>div:nth-child(6){*/
    /*background: url("../images/liaotian.jpg");*/
    /*height: 28rem;*/

/*}*/

.packet>div div.content>div h3{
    color: #F8F9F9;
    padding: 0 2rem;
    font-size: 24px;
    position: absolute;
    bottom: 105px;
}
.packet>div div.content>div p{
    color: #F8F9F9;
    font-size: 19px;
    line-height: 25px;
    padding: 0 2rem;
    text-align: justify;
    position: absolute;
    bottom: 28px;
}

.qipai{
    background: url(../images/qipai_bg.jpg);
}
.qipai>div{
    width: 1350px;
    margin: 0 auto;
    position: relative;
}
.qipai>div div.title{
    padding: 3rem 0;
    background: url(../images/title.png) center no-repeat;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #BE99FB;
    line-height: 100px;
    font-size: 33px;
}
.qipai>div .img-left{
    float: left;
    margin-top: -8rem;
}
.qipai>div  .test-right{
    float: left;
    width: 41rem;
}
.qipai>div  .test-right .text{
    color: #E6DCF8;
    font-size: 21px;
    width: 39rem;
    text-align: justify;
    text-indent: 2rem;
    line-height: 32px;
}

.qipai>div  .test-right .sys{
    background: url(../images/sm.png);
    width: 39rem;
    height: 16rem;
    margin-top: 1rem;
}
.qipai>div  .test-right .sys>img{
    margin: 32px 0 0 42px;
    float: left;
}
.qipai>div  .test-right .sys div{
    float: left;
    margin: 95px 0 0 87px;
}
.qipai>div  .test-right .sys div p:nth-child(1){
    color: #BE99FB;
    font-size: 25px;
    font-weight: bold;
    margin-top: -2rem;
}
.qipai>div  .test-right .sys div p:nth-child(2){
    color: #E6DCF8;
    margin-top: 2rem;
    margin-left: -0.5rem;
    font-size: 18px;
}
.qipai>div  .test-right .sys div p:nth-child(3){
    color: #E6DCF8;
    margin-top: 2rem;
    margin-left: 2rem;
    font-size: 21px;
}

.advantage{
    background: #000001;
}
.advantage>div{
    width: 1350px;
    margin: 0 auto;
}
.advantage>div div.title{
    padding: 3rem 0;
    background: url(../images/title.png) center no-repeat;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #BE99FB;
    line-height: 100px;
    font-size: 33px;
}

.advantage-contennt .item{
    width: 25%;
    text-align: center;
    float: left;
    height: 316px;
}
.advantage-contennt .item:nth-child(5){
    margin-top: 4rem;
}
.advantage-contennt .item:nth-child(6){
    margin-top: 4rem;
}

.advantage-contennt .item:nth-child(7){
    margin-top: 4rem;
}

.advantage-contennt .item:nth-child(8){
    margin-top: 4rem;
}



.advantage-contennt .item i{
    font-size: 100px;
    color: #BE99FB;
}
.advantage-contennt .item{
    transition: all 1s linear;
}
/*.advantage-contennt .item:hover{*/
    /*transform: rotateY(180deg);*/
    /*transition: all .7s linear;*/
/*}*/
.advantage-contennt .item h2{
    color: #BE99FB;
    margin: 1rem 0;
}
.advantage-contennt .item p{
    color: #E6DCF8;
    text-align: justify;
    margin: 1rem 0 0 3.56rem;
    width: 15rem;
    line-height: 25px;
    text-indent: 2rem;
}

.case{
    background: url("../images/ok.jpg")100% 100%;
}
.case>div{
    width: 1350px;
    margin: 0 auto;
}
.case>div div.title{
    padding: 3rem 0;
    background: url(../images/title.png) center no-repeat;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #BE99FB;
    line-height: 100px;
    font-size: 33px;
}
.case-content div{
    width: 33.333333%;
    float: left;
    height: 17rem;
    margin-top: 1rem;
    background: url(../images/dn.png) no-repeat;
    position: relative;
}
.case-content div img{
    position: absolute;
    left: 53px;
    top: 27px;
}
.case-content div:nth-child(4){
    margin-top: 3rem;
}
.case-content div:nth-child(5){
    margin-top: 3rem;
}

.case-content div:nth-child(6){
    margin-top: 3rem;
}
.case-button{
    padding: 3rem 0;
    text-align: center;
    background: url(../images/button.png) center no-repeat;
    width: 100%;
    height: 100px;
    color: #BE99FB;
    line-height: 100px;
    font-size: 20px;
    display: inline-block;
}
.case-button a{
    color: #BE99FB;
    padding: 1rem 5rem;
}
.Service{
    background:#000001 ;
}
.Service>div{
    width: 1350px;
    margin: 0 auto;
}
.Service>div div.title{
    padding: 3rem 0;
    background: url(../images/title.png) center no-repeat;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #BE99FB;
    line-height: 100px;
    font-size: 33px;
}
.Service-content ul li{
    float: left;
}
.Service-content ul li i{
    color: #BE99FB;
    float: left;
    font-size: 50px;
}


.Service-content ul li span{
    border-bottom: 1px dashed #BE99FB;
    width: 10rem;
    float: right;
    display: inline-block;
    margin-top: 1.6rem;
    margin-right: 0.3rem;
}
.Service-content ul li:nth-child(7) span{
   display: none;
}
.Service-content ul li:nth-child(7){
    width: 4%;
}
.Service-list{
    padding: 3rem 0;
    text-align: center;
    width: 100%;
    color: #BE99FB;
    font-size: 20px;
    display: block;
}
.Service-list h3{
    margin-top: 4rem;
    font-size: 28px;
}
.Service-list p{
    margin-top: 2rem;
    color: #E6DCF8;
}
.Service-list div{
    display: none;
}
.Service-list div.on{
    display: block;
}
.partner{
    background: #190836;
}

.partner>div{
    width: 1350px;
    margin: 0 auto;
}
.partner>div div.title{
    padding: 3rem 0;
    background: url(../images/title.png) center no-repeat;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #BE99FB;
    line-height: 100px;
    font-size: 33px;
}
.partner-content div{
    float: left;
    width: 20%;
    height: 136px;
    transition: all .5s linear;
    position: relative;
    left: 0;
}
.partner-content div:hover{
    left: 8px;
    transition: all .2s linear;
}



.footer{
    background: #000001;
}

.footer>div{
    width: 1350px;
    margin: 0 auto;
}
.footer>div div.title{
    padding: 3rem 0;
    background: url(../images/title.png) center no-repeat;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #BE99FB;
    line-height: 100px;
    font-size: 33px;
}
.footer-content div{
    float: left;
    width:33.333333%;
    text-align: center;
}
.footer-content div:nth-child(1){
    float: left;
    text-align: left;
}
.footer-content div:nth-child(2){
    position: relative;
    left: -11px;
}
.footer-content div:nth-child(3){
    float: right;
    text-align: right;
}

.footer-content div span{
    color: white;
    font-size: 24px;
    position: relative;
    top: -14px;
}
.footer-content div i{
    font-size: 58px;
    color: #BE99FB;
}
.footer .bbnum{
    height: 50px;
    color: #B2B2B2;
    text-align: center;
    margin-top: 4rem;
    font-size: 20px;
}
.down{
    width: 1350px;
    margin: 0 auto;
}
.bw_down {
    position: absolute;
    top: 79px;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
}

.down div {
    float: left;
    width: 36%;
    cursor: pointer;
}
.down div:nth-child(1){
    margin-left: 15rem;
    background: url("../images/down_right.png")no-repeat;
    background-position-x: 447px;
    background-position-y: 15px;
}

.down div>img {
    float: left;
}
.down div>div {
    margin-left: 23px;
}
.down div {
    float: left;
    width: 36%;
    cursor: pointer;
}
.down div>div>h1 {
    color: #E8B829;
    margin: 10px 0;
    font-size: 19px;
}
.down div>div>p {
    color: #D1C2A2;
    text-align: justify;
    line-height: 23px;
    width: 218px;
}

.popBox {
    position: fixed;
    left: 50%;
    top: 55%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 576px;
    height: 675px;
    text-align: center;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #5905E5;
    box-shadow: 0 0 13px 0 rgba(0, 88, 168, 0.76);
    cursor: pointer;
}
.popBox .pop-content {
    width: 100%;
    height: 169px;
    background: #fff url(../images/headBg.png) no-repeat center top;
    position: relative;
}

.popBox .pop-content .closeP {
    display: inline-block;
    width: 37.5px;
    height: 37.5px;
    line-height: 37.5px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #000 url(../images/closeP2.png) no-repeat center center;
    border: 1px solid #660AC7;
    cursor: pointer;
}
.popBox .pop-form {
    width: 457px;
    margin: 0 auto;
    text-align: center;
}
.popBox .pop-form .pop-form-row {
    position: relative;
    height: 45px;
    border: 1px solid #dedede;
    border-radius: 3px;
}
.popBox .pop-form .m25 {
    margin-top: 25px;
}
.popBox .pop-form .m17 {
    margin-top: 17px;
}
.popBox .pop-form .pop-form-row .icon-txt {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    font-size: 15px;
    color: #999;
}
.popBox .pop-form .pop-form-row .icon-txt .incon-star {
    display: inline-block;
    font-style: normal;
    margin-left: 13px;
    font-size: 25px;
    line-height: 45px;
    vertical-align: -8px;
    color: #ff3333;
}
.popBox .pop-form .pop-form-row .icon-txt span.login-name {
    margin-left: 3px;
    color: #000;
}
.popBox .pop-form .pop-form-row .icon-txt span {
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    margin-left: 8px;
    color: #999;
    vertical-align: top;
}
.popBox .pop-form .pop-form-row input {
    width: 244px;
    margin-left: 155px;
    height: 41px;
    line-height: 45px;
    font-size: 15px;
    border-width: 0;
    outline: none;
}
.popBox .confirmBtn.m120 {
    margin-top: 120px;
}
.popBox .confirmBtn {
    width: 514px;
    height: 47px;
    display: inline-block;
    line-height: 47px;
    background-color: #471DBF;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 21px auto 0;
    border-radius: 3px;
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
.popBox .other-link.mt10 {
    margin-top: 10px;
}
.popBox .other-link {
    width: 514px;
    font-size: 17px;
    color: #464545;
    margin: 0 auto;
    text-align: right;
}
.popBox .other-link .txt-red {
    color: #ff3636;
}
.popBox .pop-form .m40 {
    margin-top: 40px;
}
.popBox .pop-form {
    width: 457px;
    margin: 0 auto;
    text-align: center;
}
.popBox .pop-form .m32 {
    margin-top: 32px;
}
.popBox .pop-form .pop-form-row .valicodeImg {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    line-height: 45px;
}
.popBox .pop-content.reg-content {
    background: #fff url(../images/regtobg.png?v103) no-repeat center
    top;
}
.layui-flow-more a cite{

}
#loginAlert .pop-content{
    background: #fff url(../images/welcome.png?v103) no-repeat center
    top;
}

.contgent_bg{
    background: url("../images/qipai_bg.png");
}

 .container .member-nav {
    width: 1350px;
    margin: 0 auto;
     padding-top: 2rem;
}
 .container .member-nav span {
    display: inline-block;
    width: 200px;
    height: 58px;
    line-height: 58px;
    border-radius: 3px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    letter-spacing: 0px;
    border: solid 2px #BE99FB;
    box-sizing: border-box;
    color: #BE99FB;
    text-align: center;
    margin-right: 55px;
    margin-bottom: 158px;
    cursor: pointer;
    transition: .3s;
}
 .container .member-nav span.on {
    background-color: #BE99FB;
    color: #242528;
    transition: .3s;
}
 .container .member-info {
    width: 1350px;
    margin: 0 auto 165px;
}
.list-title {
    font-family: MicrosoftYaHei;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0;
    color: #BE99FB;
    margin-bottom: 24px;
}
 .container .member-info .info {
    width: 1350px;
    height: 220px;
    background-color: #242528;
    border: solid 1px #BE99FB;
    padding: 32px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    letter-spacing: 0px;
    box-sizing: border-box;
}
 .container .member-info .info p {
    color: #b9b9b9;
    margin-bottom: 39px;
}
.whiteTxt {
    color: #ffffff;
}
 .container .member-list {
    width: 1350px;
    margin: 0 auto 46px;
}

.list-title {
    font-family: MicrosoftYaHei;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0;
    color: #BE99FB;
    margin-bottom: 24px;
}
.list-title .action {
    font-size: 24px;
    letter-spacing: 0;
    color: #ffa200;
    float: right;
    cursor: pointer;
    transition: color .3s;
}
 .container .member-list .list {
    width: 1350px;
    background-color: #242528;
    border: solid 1px #BE99FB;
    box-sizing: border-box;
}
 .container .member-list .list table {
    width: 100%;
    color: #b9b9b9;
}
 .container .member-list .list table tr:first-child, .member .container .member-list .list table tr:last-child {
    border-bottom: none;
}
 .container .member-list .list table tr th {
    box-sizing: border-box;
    border-right: 2px solid #BE99FB;
    border-bottom: 1px solid #BE99FB;
}
 .container .member-list .list table tr th, .member .container .member-list .list table tr td {
    /* width: 50%; */
    height: 74px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    letter-spacing: 0px;
    word-break: break-all;
}
 .container .member-list .list table tr {
    box-sizing: border-box;
    border-bottom: 1px solid #4f5056;
}
 .container .member-list .list table tr th,  .container .member-list .list table tr td {
    /* width: 50%; */
    height: 74px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    letter-spacing: 0px;
    word-break: break-all;
}
.login{
    float: right;
    height: 88px;
    text-align: right;
    line-height: 88px;
}
.login img{
    width: 20px;
    position: relative;
    top: 36px;
    float: left;
    left: -10px;
}
.login a:nth-child(2){
     color: #00FEFA;
    margin-right: 3px;
}
.login a:nth-child(3){
    color: #CCCCCC;

}

.nav > div ul li div.sub>div>a:hover{
    /*color: #5B39A4;*/
	color: #ffffff;
    background: transparent;
}


 .float-right-sky ul li a{
     display: block;
     width: 60px;
     height: 60px;
     margin-top: 10px;
 }
.float-right-sky ul li:nth-child(1) a{
    background: url("../images/float-1.png?v=1")no-repeat;
}
.float-right-sky ul li:nth-child(2) a{
    /*background: url("../images/float-2.png?v=1")no-repeat;*/
}
.float-right-sky ul li:nth-child(3) a{
    background: url("../images/float-3.png?v=1")no-repeat;
}
/*.float-right-sky ul li:nth-child(4) a{*/
    /*background: url("../images/float-4.png");*/
/*}*/
/*.float-right-sky ul li:nth-child(5) a{*/
    /*background: url("../images/float-5.png");*/
/*}*/
.float-right-sky ul li:nth-child(4) a{
    background: url("../images/float-6.png?v=1")no-repeat;
}


.popup-mask{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;display:none}
#popup{
    margin: 11% auto;
    position: relative;
    width: 900px;
}
@media screen and (max-width:479px){#popup{margin:5% auto}
}
#popup img{width:900px;height: 530px}
#popup .ggClose{display:block;width:1.5rem;height:1.5rem;background:url(../images/e59729a44d7472aa5e217744a5065603.png);background-size:cover;position:absolute;top:3%;right:3%;cursor:pointer}
@media screen and (max-width:768px){#popup .ggClose{top:10%;right:16%;width:3vw;height:3vw}
}
#popup .desktop{display:block}
@media screen and (max-width:768px){#popup .desktop{display:none}
}
#popup .mobile{display:none}
@media screen and (max-width:768px){#popup .mobile{display:block}
}
#popup .updown{position:absolute;top:7%;left:3%;width:209px;height:149px;animation:up_down 2s infinite alternate}
@media screen and (max-width:1440px){#popup .updown{top:0;left:-4%}
}
