body{
    background: #2188e7;
    height: 100%;
}
/*header*/
header {
    width: 100%;
    background-color: rgba(255,255,255,0.4);
    height: 60px;
    /*头部固定*/
    position: absolute;
    /*固定作用*/
    z-index: 9999;
}

header .title {
    width: 1200px;
    margin: 0 auto;
}

header .title-main {
    width: 1200px;
    margin: 0 auto;
}

header .logo{
    width: 150px;
    height: 45px;
    margin-right: 20px;
    float: left;
}
header .logo img{
    width: 150px;
    height: 45px;
    margin-top: 7px;
    float: left;
}

header .nav {
    margin: 10px 0 0 70px;
    float: left;
}
header .input-group-btn .btn-lg {
    width: 47px;
    height: 40px;
    background-color: #00A2E9;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
    background-image: url(../image/top-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group{
    width: 500px;
}
.input-group input{
    background-color: rgba(255,255,255,0);
    border-right: none;
}
.input-group input::-webkit-input-placeholder{
    color: #fff;
}
.empty{
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 9;
    right: 11%;
    top: 11px;
    cursor: pointer;
}
header .input-lg {
    height: 40px;
    font-size: 12px;
}

header .ul li {
    width: 25%;
    float: left;
    line-height: 100px;
    font-size: 16px;
}

header .right-ul {
    float: right;
    height: 60px;
    line-height: 60px;
    color: #fff;
}
header .right-ul a{
    font-size: 15px;
    color: #fff !important;
}
header .right-ul a:hover{
    color: #00A2E9 !important;
}
.title-tc{
    height: 80px;
}

#Layer1 img{
    width: 100%;
}

/*vip服务  邀请有奖动态特效*/
.vip-change{
    animation-name:change;
    animation-duration:2s;
    animation-timing-function:linear;
    animation-delay:-2s;
    animation-iteration-count:infinite;
    /*animation:animation 1s  linear 0.75s infinite alternate;*/
    color: #d9d909 !important;}
@keyframes change{
    0% {text-shadow: none;color: #d9d909
    }
    15% {text-shadow: none;color: #d9d909
    }
    25% {text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    50%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    75%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    85%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    95%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    100% {text-shadow: none;color: #d9d909}
}
.invitation-change{
    animation-name:invitation;
    animation-duration:2s;
    animation-timing-function:linear;
    animation-delay:-3s;
    animation-iteration-count:infinite;
    /*animation:animation 1s  linear 0.75s infinite alternate;*/
    color: #d9d909 !important;}
@keyframes invitation{
    0% {text-shadow: none;color: #d9d909
    }
    15% {text-shadow: none;color: #d9d909
    }
    25% {text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    50%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    75%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    85%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    95%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    100% {text-shadow: none;color: #d9d909}
}
/*section*/
section{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
section .profit{
    position: relative;
}
section .profit .ranking{
    position: absolute;
    top:63%;
    left: 4%;
}
section .profit .user li{
    position: absolute;
    display: inline-block;
    text-align: center;
    color: #fff;
}
section .profit .user li:nth-child(2){
    top: 60px;
    left: 69px;
}
section .profit .user li:nth-child(3){
    top: 100px;
    left: 135px;
}
section .profit .user li:nth-child(4){
    top: 146px;
    left: 200px;
}
section .profit .user li:nth-child(5){
    top: 170px;
    left: 268px;
}
section .profit .obtain{
    position: absolute;
    top:75%;
    left: 49px;
}
section .profit .obtain li{
    display: inline-block;
    position: absolute;
    text-align: center;
    color: #fff;
    height: 100px;
    left: -10px;
}
section .profit .obtain li:nth-child(2){
    top: 35px;
    left: 60px;
}
section .profit .obtain li:nth-child(3){
    top: 70px;
    left: 125px;
}
section .profit .obtain li:nth-child(4){
    top: 95px;
    left: 193px;
}
section .profit .obtain li:nth-child(5){
    top: 109px;
    left: 260px;
}
section .profit img{
    width: 32%;
    margin-top: 35%;
}

section .profit .obtain .transform{
    display: block;
    transform:rotateZ(90deg);
    margin-top: 15px;
    width: 70px;
}

section .step img{
    width: 60%;
    height: 100%;
    margin-top: -500px;
    margin-left: 39%;
}
section .step .step-text{
	width:78%;
	overflow: hidden;
	margin-top: -200px;
    margin-left: 30%;
}
section .step .step-text span{
	width:33%;
	display:block;
	float: left;
	font-size:16px;
	color:#fff;
	text-align:center;
}
section .code{
    width: 50%;
    text-align: center;
    margin-top: -90px;
    margin-left: 22%;
    font-size: 20px;
    color: #fff;
    z-index: 999999;
}
section .code span{
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border: none;
    border-radius: 10px;
    background: #fd070c;
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    cursor: pointer;
}
section .code input{
    width: 20%;
    height: 40px;
    border: 1px solid #ddd;
    background: rgba(255,255,255,0);
    margin-left: 20px;
    text-align: center;
}
section .details{
    width: 100%;
    text-align: center;
}
section .details li{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}
section .details li  span{
    display: inline-block;
    width: 100px;
    height: 30px;
    color: #fff;
    background: #2196f5;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px #303030;
    margin-left: 20px;
    cursor: pointer;
}
section .name-list{
    position: relative;
}
section .name-list img{
    width: 100%;
    height: 100%;
    margin-top: 25px;
    border-bottom: 2px solid #0a578d;
    padding-bottom: 25px;
}
section .name-list .list{
    width: 600px;
    height: 215px;
    position: absolute;
    top:21%;
    left: 25%;
    overflow: hidden;
}
section .name-list table{
    width: 85%;
    color: #fff;

}
section .name-list table td{
    border: none;
    font-size: 20px;
}

section .name-list table td i{
    color: #F6BA40;
}
section .main{
    color: #fff;
    margin-top: 20px;
}
section .main p,h3{
    margin: 15px;
}

.login{
    width: 100%;
    text-align: center;
    margin-top: 35px;
    font-size: 25px;
}
.login>span{
    background: #fd070c;
    padding: 10px 20px;
    border-radius:10px ;
}
.login>span a{
    color: #fff;
}
/*提现弹窗*/
/*绑定帐号,*/
.binding,.pay-accounts{
    width: 500px;
    height: 355px;
    background: #fff;
    position: fixed;
    z-index: 10;
    top:30%;
    left: 50%;
    margin-left: -250px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    display: none;
}
.binding .title,.pay-accounts .title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-left: 40px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
}
.binding #binding_form,.pay-accounts #accounts_form{
    width: 72%;
    margin: 30px auto;
}
.binding #binding_form #accounts,#password,#again, #pay-accounts,#pay-password,.pay-yue{
    display: inline-block;
    width: 290px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
#accounts_form p{
    height: 40px;
    line-height: 40px;
}
.binding label,.pay-accounts label{
    display: inline-block;
    color: #555;
    width: 70px;
    text-align: right;
}
.binding #submit,.pay-accounts #pay-submit{
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #00A2E9;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 34%;

}
/*确认绑定*/
.confirm,.pay-confirm{
    width: 400px;
    height: 170px;
    background: #fff;
    position: fixed;
    z-index: 10;
    top:40%;
    left: 50%;
    margin-left: -200px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    display: none;
}

.confirm>span,.pay-confirm>span{
    display: block;
    width: 310px;
    height: 120px;
    line-height: 30px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    font-size: 18px;
}
.confirm p,.pay-confirm p{
    width: 58%;
    margin: 0 auto;
}
.confirm p>span,.pay-confirm p>span{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.confirm p>span:first-child,.pay-confirm p>span:first-child{
    background: #00A2E9;
    margin-right: 26px;
}
.confirm p>span:last-child,.pay-confirm p>span:last-child{
    background: #ff3300;
}

.mengban{
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.4;
    display: none;
}
.cha{
    width: 42px;
    margin: 0;
    float: right;
    font-size: 20px;
    text-align: right;
    padding:8px 12px;
    cursor: pointer;
}
/*余额不足无法提现*/
.balance-t{
    width: 350px;
    height: 168px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    z-index: 10;
    top:30%;
    left: 40%;
    display: none;
}
.balance-t p{
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
}
.balance-t .determine{
    border-top: 1px solid #aaa;
    height: 45px;
    line-height: 35px;
    cursor: pointer;
}
.balance-t span{
    display:block;
    width: 268px;
    height: 82px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
}
.profit{
    width: 1340px;
    height: 800px;
}

















