@charset "utf-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    font: 14px/20px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #a48b7a;
    min-width: 1200px;
    position: relative;
    background: #2f110f;
}

li,
ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #e9c88b
}

img {
    display: inline;
    border: none
}

.bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.clear:after {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    height: 0
}

.clear {
    zoom: 1
}

.yellow {
    color: #ffb732
}

.page {
    width: 100%;
    min-width: 1200px;
    background: url('../imgs/body.jpg') no-repeat center bottom;
    height: 2300px;
    position: relative;
}

.part,
.rule {
    width: 1200px;
    margin: 0 auto;
}

.part .part_cont {
    width: 1081px;
    height: 678px;
    background: url('../imgs/part_bg.png') no-repeat center top / cover;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    padding: 44px 60px 0 60px;
    position: relative;
}

.part .part_cont .pt1,
.part .part_cont .pt2 {
    background: linear-gradient(#c48755, #e9b775, #ffe2a2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bolder;
    font-size: 40px;
    line-height: initial;
    text-align: center;
    font-family: serif;
    margin-bottom: 25px;
}

.part .part_cont .text {
    color: #f1a977;
    font-size: 24px;
    line-height: 40px;
}
.btn_active {
    display: block;
    background: url(../imgs/btn_jh.png) no-repeat center / cover;
    background-position:0 0;
    width: 214px;
    height: 74px;
}
.btn_active:hover {
    background-position: 0 -74px;
}
.btn_active.end,.btn_active.end:hover {
    background-position: left bottom;
}
.btn_get {
    display: block;
    background: url(../imgs/btn_get.png) no-repeat center / cover;
    background-position:0 0;
    font-size: 0;    
    width: 214px;
    height: 74px;
}
.btn_get.end,
.btn_get.end:hover {
    background-position: left bottom;
}
.btn_get:hover {
    background-position: 0 -74px;
}
.btn_active,
.result_btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
}


.finish {
    width: 228px;
    height: 184px;
    background: url(../imgs/finish.png) no-repeat center / contain;
    display: none;
    font-size: 0;
    position: absolute;
    right: 135px;
    bottom: 90px;
}

.result,
.result_btn {
    display: none;
}

.rule {
    color: #a57248;
    font-size: 16px;
    text-align: left;
    text-indent: 90px;
    line-height: 30px;
}

.logo {
    display: block;
    width: 176px;
    position: absolute;
    top: 23px;
    left: 45px;
    height: 85px;
    z-index: 2;
}

.btns {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 210px;
    display: block;
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 2;
}

.btns a {
    height: 30px;
    width: 100px;
    display: block;
    background: url(../imgs/btns_link.png) no-repeat center;
}

.btns a:nth-child(1) {
    background-position: left top;
}

.btns a:nth-child(2) {
    background-position: right top;
}

.btns a:hover {
    background-position-y: -40px;
}

.user {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    font-size: 25px;
    color: #ffda9e;
    line-height: 40px;
    text-shadow: 0 0 1px #ffdd70;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 750px;
    box-sizing: border-box;
    height: 56px;
    background: url(../imgs/user_bg.png) no-repeat center / 299px 55px;
    transform: translateX(-50%);
}

.user .btn {
    width: 118px;
    height: 40px;
    background: url('../imgs/user_btn.jpg') no-repeat center / cover;
    margin-left: 20px;
    font-size: 20px;
    color: #652c00;
    text-align: center;
    cursor: pointer;
}

.user .switch,
.user .login {
    display: inline-block;
    padding: 0 10px;
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.head {
    height: 974px;
    min-width: 1200px;
    background: url('../imgs/head2.jpg') no-repeat center;
    position: relative;
}

.btn_gift {
    font-size: 24px;
    font-weight: bold;
    color: #ffda9e;
    position: absolute;
    bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    left: 50%;
    cursor: pointer;
    margin-left: 400px;
}

.twpop-list {
    padding: 10px 20px;
}

.twpop-list li {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px dashed #936b44;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.twpop {
    z-index: 100;
    position: relative;
}

.twpop .twpop-main {
    width: 672px;
    background: url('../imgs/pop.jpg') no-repeat center top / cover;
}

.twpop .twpop-main {
    line-height: 26px;
    color: #ffe1b7;
    font-size: 22px;
}

.twpop .twpop-main::after,
.twpop .twpop-main::before {
    content: '';
    position: absolute;
    left: 0;
    background: url('../imgs/ptb.png') no-repeat left top / 714px 59px;
}

.twpop .twpop-main::before {
    height: 38px;
    width: 714px;
    left: -16px;
    top: -12px;
}

.twpop .twpop-main::after {
    bottom: -9px;
    left: -2px;
    height: 22px;
    width: 674px;
    background-position: left bottom;
}

.twpop-msg .twpop-main::after,
.twpop-msg .twpop-main::before,
.twpop-load .twpop-main::after,
.twpop-load .twpop-main::before {
    display: none;
}

.twpop .twpop-close {
    background: url('../imgs/close.png') no-repeat center / 46px;
    width: 48px;
    height: 48px;
    top: -24px;
    right: 0;
}

.twpop .twpop-title {
    font-size: 28px;
    border: none;
    padding: 26px 0 0;
    color: #ffca81;
}

.twpop .twpop-cont {
    padding: 10px 20px 20px;
}

.twpop .twpop-form-list {
    padding: 20px 40px 0;
}

.twpop .twpop-from-bd {
    background: #fff;
}

.twpop .twpop-foot {
    margin-top: 10px;
}

.twpop .twpop-btn {
    border: none;
    font-size: 26px;
    color: #ffe5c7;
    text-shadow: 0 1px 1px #ae3609;
    background: #ed711a;
    border-radius: 6px;
}

.result span,
.red {
    color: #ff1616;
}

.side {
    width: 160px;
    height: 220px;
    background: url('../imgs/side_bg.png') no-repeat center top / cover;
    position: fixed;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 2;
}

.side img {
    width: 101px;
    height: 101px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.side img:nth-child(1) {
    top: 56px;
}

.side img:nth-child(2) {
    top: 241px;
}

.side img:nth-child(3) {
    top: 434px;
}