#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 20;
    font-size: 18px;
    color: #cfd1cc;
    z-index: 101
}

#loading .box {
    width: 100%;
    height: 1px;
    background: #414141;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

#loading .box span {
    height: 1px;
    background: #c4c4c4;
    position: relative;
    top: 0;
    left: 0;
    display: block
}

#loading .box p {
    font-size: 16px;
    line-height: 30px;
    color: silver;
    text-align: center
}

/*给头部让出43px*/
body {
    min-width: 1200px;
    width: 100%;
    background: #201f2c;
    padding-top: 40px;
}

.wrap {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}

.wrap .main {
    width: 100%;
    position: relative;
    margin: 0 auto;
    transition: all .5s linear;
    background: url(../images/bg.jpg) no-repeat 50% 0;
    height: 2459px;
    filter: blur(10px);
    transition: all .5s;
}

.wrap .main.show {
    filter: blur(0);
}

.wrap .con {
    width: 1200px;
    position: relative;
    margin: 0 auto
}

.wrap .con-head {
    width: 100%;
    height: 1250px;
    overflow: hidden;
}

.con-head .slogan {
    width: 691px;
    height: 434px;
    top: 490px;
    left: 50%;
    margin-left: -345px;
    z-index: 10;
    background: url(../images/slogan.png) no-repeat 0 0
}


.con-head .rules {
    width: 1200px;
    height: 130px;
    padding: 0 0 0 185px;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    top: 1005px;
    left: 50%;
    margin-left: -600px;
    line-height: 26px;
}

.con-head .rules a {
    color: #d83e08;
    font-weight: bold;
    text-decoration: underline;
}
.con-head .rules .white {color:#fff}
.con-head .rules .red {
    color: #d83e08;
    text-decoration: none;
    font-weight: bold;
}


.con-head .btn-login {
    width: 204px;
    height: 85px;
    background: url(../images/btn-login.png) no-repeat 0 0;
    top: 1148px;
    left: 50%;
    margin-left: -102px;
    z-index: 20
}

.con-head .user-info {
    width: 500px;
    height: 85px;
    line-height: 85px;
    top: 1148px;
    left: 50%;
    margin-left: -250px;
    color: #000;
    font-size: 16px;
    text-align: center;
    z-index: 20
}
.con-head .user-info .btn-logout {color:inherit;margin-left:5px;text-decoration: underline;}

.con-head .user-info .btn-list {width: 128px;height:36px;background: url(../images/btn-list.png) no-repeat 0 0;margin-left:10px;margin-top:24px}
.con-head .user-info .btn-list:hover {filter: drop-shadow(0 0 3px #d83e08);}
.con-1 {
    width: 100%;
    height: 690px;
}

.con-1 .friends-list {top:165px;left: 50%;width: 385px;height:320px;overflow: auto;margin-left: -470px;}
.con-1 .friends-list::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
}
 
.con-1 .friends-list::-webkit-scrollbar-track
{
    border-radius: 8px;
    background-color: #af470e;
}
 
.con-1 .friends-list::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    background-color: #f1c464;
}
.con-1 .friends-list .friend-item {width:300px;height: 32px;line-height: 32px;display: flex;}

.con-1 .friends-list .friend-item input{display:none}
.con-1 .friends-list .friend-item label{box-sizing:border-box;padding-right: 25px;position:relative;cursor: pointer;width: 100%;font-size: 16px;}
.con-1 .friends-list .friend-item label .lvl {font-size: 16px;width: 90px;margin-right: 10px;display: inline-block;text-align: center;color: #e3771c;font-weight: bold;}
.con-1 .friends-list .friend-item label::before{display:block;content:'';width:24px;height:24px;position:absolute;background:url(../images/icon-radio.png) no-repeat;top:calc(50% - 12px);right: 0;}
.con-1 .friends-list .friend-item input:checked+label::before{background-image: url(../images/icon-radio-on.png);}
.con-1 .friends-list .friend-item.lock{pointer-events: none;}
.con-1 .friends-list .friend-item.lock input:checked+label::before{filter: grayscale(1);}

.con-1 .choose-count {width: 210px;text-align: center;line-height: 30px;font-size: 18px;color:#000;top:530px;left:50%;margin-left: -430px;}


.con-1 .rule-list {
    width: 520px;
    height: 220px;
    top: 130px;
    left: 50%;
    margin-left: 12px;
}
.con-1 .rule-list li {list-style: none;padding-bottom: 5px;color:#000;font-size: 16px;line-height: 24px;padding-left:20px;position: relative;}
.con-1 .rule-list li::before {content:"•";font-size:40px;color:#000;top:0;left:0;position: absolute;} 

.con-1 .sms-info {
    width: 500px;
    height: 80px;
    top: 385px;
    left: 50%;
    margin-left: 30px;color:#000;font-size: 16px;line-height: 24px;
}

.con-1 .btn-send {
    top: 475px;
    width: 276px;
    height:63px;
    margin-left: 120px;
    left: 50%;
    background:url(../images/btn-send.png) no-repeat 0 0;
}
.con-1 .btn-send:hover {filter: brightness(1.1) drop-shadow(0 0 5px #764022)}

.con-1 .code-text::placeholder {
    color: #ffee9f;
}

.con-1 .btn-lingqu {
    width: 184px;
    height: 184px;
    background: url(../images/btn-open.png) no-repeat 0 0;
    top: 315px;
    left: 50%;
    margin-left: -92px;
}

.con-1 .btn-lingqu:hover {
    filter: drop-shadow(0px 0px 6px #ff1);
}

.con-1 .tips {
    width: 300px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    top: 550px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
}

.con-1 .tips span {
    text-decoration: underline;
}

.con-2 {
    height: 510px;
}
.con-2 .count_down {height:81px;width:520px;top:75px;left:50%;margin-left:-50px}
.con-2 .count_down div {float: left;}
.con-2 .count_down .day_num{margin-right: 65px;}
.con-2 .count_down .hour_num {margin-right: 96px;}
.con-2 .count_down p{width: 53px;height: 81px;display: inline-block;margin-right: 5px;}
.con-2 .count_down p.num0 {background: url(../images/num/0.png) no-repeat 0 0;}
.con-2 .count_down p.num1 {background: url(../images/num/1.png) no-repeat 0 0;}
.con-2 .count_down p.num2 {background: url(../images/num/2.png) no-repeat 0 0;}
.con-2 .count_down p.num3 {background: url(../images/num/3.png) no-repeat 0 0;}
.con-2 .count_down p.num4 {background: url(../images/num/4.png) no-repeat 0 0;}
.con-2 .count_down p.num5 {background: url(../images/num/5.png) no-repeat 0 0;}
.con-2 .count_down p.num6 {background: url(../images/num/6.png) no-repeat 0 0;}
.con-2 .count_down p.num7 {background: url(../images/num/7.png) no-repeat 0 0;}
.con-2 .count_down p.num8 {background: url(../images/num/8.png) no-repeat 0 0;}
.con-2 .count_down p.num9 {background: url(../images/num/9.png) no-repeat 0 0;}
.con-2 .btn-record {
    width: 464px;
    height: 156px;
    background: url(../images/btn-record.png) no-repeat 0 0;
    top: 1455px;
    left: 50%;
    margin-left: -232px;
}

.con-2 .btn-gift-list {width: 276px;height:63px;background: url(../images/btn-gift-list.png) no-repeat 0 0;top:200px;left:50%;margin-left:-138px;}

.con-2 .btn-record:hover,
.con-head .btn-login:hover,
.con-2 .btn-gift-list:hover{
    filter: brightness(1.1) drop-shadow(0 0 6px #882911);
}

.pop-text {
    width: 454px;
    height: 252px;
    background: url(../images/pop.png) no-repeat 0 0;
    padding: 50px 35px 40px 35px;
    box-sizing: border-box;
}

.pop-text .btn_close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 7px;
}

.pop-text p {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ac5d32;
    font-size: 22px;
    font-weight: bold;
    flex-direction: column;
    line-height: 30px;
}

.pop-text p a {
    color: #ffe8ba;
    font-weight: normal;
    text-decoration: underline;
}

.pop-text p span {
    color:#000;
    font-weight: normal;
}

.pop-text p span a {
    font-weight: bold;
}

.pop-text .btn-confirm {
    width: 175px;
    height: 51px;
    bottom: 49px;
    left: 50%;
    margin-left: -99px;
}

.pop-list {
    width: 712px;
    height: 470px;
    background: url(../images/pop-list.png?=v2) no-repeat 0 0;
    padding: 140px 55px 0 67px;
    box-sizing: border-box;
}

.pop-list .btn_close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 7px;
}
.pop-list .listBox {width: 560px;height:150px;display: flex;flex-wrap: wrap;}
.pop-list .listBox p {flex:0 0 25%;text-align: center;line-height: 30px;color:#000;font-size: 16px;}

.pop-my-list {
    width: 666px;
    height: 290px;
    background: url(../images/pop-my-list.png) no-repeat 0 0;
    padding: 175px 55px 0 85px;
    box-sizing: border-box;
}

.pop-my-list .btn_close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 7px;
}
.pop-my-list .listBox {
    width: 520px;
    height: 180px;
    position: relative;
    overflow: auto;
    text-align: center;
}

.pop-my-list .listBox::-webkit-scrollbar-track {
    background-color: #fff2e3;
}

.pop-my-list .listBox::-webkit-scrollbar-thumb {
    background-color: #6a2313;
}

.pop-my-list .listBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.pop-my-list .myPrize {
    text-align: center;
    width: 520px;
    color: #000;
}

.pop-my-list .listBox .myPrize td {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    /* background: #eee; */
}

.pop-my-list .myPrize .btn-copy-tiny {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #c53535;
    text-decoration: underline;
}

.pop-list .btn-real {width: 90px;height: 20px;bottom: 80px;left: 379px;}
.pop-list .btn-virtual {width: 90px;height: 20px;bottom: 60px;left: 520px;}