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"
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei"
}

fieldset,
img {
    border: 0
}

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
}

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%;
    outline: 0;
    border: 0
}

a {
    text-decoration: none
}

button,
textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

body {
    background: rgb(146, 129, 104);
}

.yueka-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.yueka-container .head {
    width: 674px;
    margin: 0 auto 150px;
    /* height: 473px; */
    padding-top: 225px;
}

.yueka-container .logoin {
    padding-top: 30px;
    text-align: center;
}


.yueka-container .head .ykf {
    width: 695px;
    height: 133px;
    background: url(../images/slg.png) no-repeat center top;
    background-size: 100% auto;
    margin: 0 auto;
    display: block;
}


.user-container {
    /* background: url(../images/yk22.png) no-repeat center; */
    /* background-size: 100%; */
    width: 412px;
    /* height: 57px; */
    min-width: auto;
    /* box-sizing: border-box; */
    font-size: 0;
}

.user-container #login-in {
    margin-top: 9px;
    width: 80px;
}

.user-container .to-register {
    float: right;
}

.user-container #toggle-user,
.user-container #login-out,
.user-container #toggle-qu {
    font-size: 18px;
    border: 0;
    margin-top: 12px;
    margin-right: 20px;
}

.user-container .user-name {
    color: #f3e8d7;
    font-size: 16px;
}

.user-container #toggle-user {
    display: none;
}

.fixed-right {
    position: fixed;
    z-index: 11;
    top: 0;
    bottom: 0;
    right: 1%;
    display: block;
    vertical-align: middle;
    height: 500px;
    margin: auto;
}

.fixed-right .fixed-right-bg {
    display: table-cell;
    vertical-align: middle;
}

.fixed-right .li {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: block;
    vertical-align: middle;
    background: url(../images/bbg.png) no-repeat center;
    background-size: auto 100%;
    position: relative;
    cursor: pointer;
}

.fixed-right .li a {
    display: block;
    background: none no-repeat center center;
    float: left;
    background-size: 100%;
}

.fixed-right .li:hover {
    opacity: 1
}

.fixed-right .li span {
    position: absolute;
    width: 63px;
    height: 18px;
    background-color: #000000;
    border-radius: 12px;
    border: solid 2px #dbd0a1;
    left: 7px;
    bottom: 0;
    text-align: center;
    line-height: 17px;
    color: #dbd0a1;
    font-size: 12px;
}

.fixed-right .li.wx a {
    background-image: url(../images/wx.png);
    width: 40px;
    height: 32px;
    margin: 20px 0 0 21px;
}

.fixed-right .li.qq a {
    background-image: url(../images/qq.png);
    width: 32px;
    height: 40px;
    margin: 17px 0 0 23px;
}

.fixed-right .li.book a {
    background-image: url(../images/wt.png);
    width: 30px;
    height: 30px;
    margin: 20px 0 0 24px;
}


.alert-windows {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none
}

.alert-windows>.close-win {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    cursor: pointer;
    user-select: none;
    pointer-events: none
}

.alert-win {
    position: absolute;
    z-index: 2;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none
}

.alert-windows .win-title {
    width: 358px;
    height: 40px;
    /* background: url(../images/btbg.png) no-repeat center center; */
    background-size: 100%;
    font-size: 22px;
    color: #563e2d;
    margin: 0 auto 15px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.alert-windows .alert-win>.close-win {
    width: 30px;
    height: 30px;
    background: url(../images/cbtn.png) no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    top: 25px;
    right: 27px;
    cursor: pointer;
    margin: 0 auto
}


.record-win {
    width: 745px;
    height: 461px;
    /* background: none no-repeat center center; */
    background: url(../images/tcbg1.png) no-repeat center center;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 38px;
}

.record-win .record-con {
    width: 636px;
    margin: 0 auto 23px;
    /* height: 220px; */
    overflow: auto;
    overflow: hidden;
}

.record-win .record-content {
    width: 634px;
    margin: 0 auto;
    line-height: 42px;
    letter-spacing: 2px;
    /* height: 228px; */
    /* background-color: #ebd6b5; */
}

.record-win .record-content .get-btn {
    width: 205px;
    height: 72px;
    margin: 0 auto 20px;
    background: url(../images/btn.png) no-repeat center top;
    background-size: 100% auto;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: 3px;
    color: #38241b;
    font-weight: bold;
    text-align: center;
    line-height: 72px;
    /* background: red; */
    display: none;
}

.record-win .thead,
.record-win .tbody {
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.record-win .tbody {
    overflow: auto;
    height: 185px;
    margin: 0 auto 20px;
    background-color: #ebd6b5;
}

.record-win .thead,
.record-win .tr {
    /* border-bottom: 2px solid rgb(137, 126, 108); */
    height: 50px;
    font-size: 0;
}

.record-win .tr:nth-child(2n) {
    background-color: #f2e3ca;
}

.record-win .thead {
    height: 42px;
    background-color: #705b4d;
    margin-bottom: 0px;
}

.record-win .td {
    width: 204px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #3b2f29;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    font-weight: bold;
}

/* .record-win .td + .td {
} */

.record-win .td .btn {
    cursor: default;
}

/*.record-win .td .btn{*/
/*    !* width: 80px; *!*/
/*    !* height: 25px; *!*/
/*    !* background-color: #b2a47a; *!*/
/*    !* border: solid 1px #8d7c4b; *!*/
/*    !* text-align: center; *!*/
/*    !* line-height: 25px; *!*/
/*    font-size: 16px;*/
/*    letter-spacing: 1px;*/
/*    color: #763c16;*/
/*    display: block;*/
/*    margin: 10px auto 0;*/
/*    cursor: pointer;*/
/*    width: 89px;*/
/*    height: 29px;*/
/*    !* background-color: #db3a3a; *!*/
/*    border-radius: 4px;*/
/*    border: solid 1px #705b4d;*/
/*    color: #705b4d;*/
/*    line-height: 27px;*/
/*    !* cursor: default; *!*/
/*}*/
/*.record-win .td .btn.can-get{*/
/*    color: #fff;*/
/*    border-color: #db3a3a;*/
/*    background: #db3a3a;*/
/*    !* cursor: default; *!*/
/*}*/
.record-win .td img {
    width: 66px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -2px;
    margin-top: -3px
}

.record-win .td span {
    display: inline-block;
    max-width: 222px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    word-break: break-all
}

.record-win .thead .td {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #3b2f29;
    color: #ebd6b5;
}


.code-win {
    width: 472px;
    height: 250px;
    background: url(../images/tcbg2.png) no-repeat center center;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 34px;
}

.code-win .img-con {
    height: 110px;
    font-size: 0;
    margin: 0 auto 30px;
    text-align: center
}

.code-win img,
.code-win .img-li {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 110px
}

.code-win .img-li+.img-li {
    margin-left: 30px
}

.code-win .img-li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333333
}


.warning-win {
    width: 472px;
    height: 250px;
    /* background: none no-repeat center center; */
    background: url(../images/tcbg2.png) no-repeat center center;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 38px;
}

.warning-win .warning {
    width: 380px;
    margin: 0 auto 10px;
    font-size: 20px;
    /* font-weight: normal; */
    /* font-stretch: normal; */
    line-height: 28px;
    letter-spacing: 2px;
    color: #38241b;
    height: 120px;
}

.warning-win .warning b {
    color: #db3a3a;
}

.warning-win .btns {
    height: 48px;
    line-height: 48px;
    font-size: 0;
    text-align: center;
}

.warning-win .btns .btn {
    width: 135px;
    height: 46px;
    border-radius: 4px;
    border: solid 1px #705b4d;
    box-sizing: border-box;
    font-size: 24px;
    color: #705b4d;
    margin: 0 10px;
    line-height: 42px;
    cursor: pointer;
}

.warning-win .btns .btn.confirm {
    background-color: #db3a3a;
    color: #fff;
    border-color: #db3a3a;
}


.section1 {
    width: 1163px;
    margin: 0 auto;
}

.section1 .ul {
    position: relative;
}

.section1 .to-rule {
    width: 192px;
    height: 76px;
    background: url(../images/btn.png) no-repeat center;
    position: absolute;
    top: -56px;
    right: -25px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    color: #8c653f;
    text-indent: 81px;
    line-height: 70px;
    z-index: 5;
}

.lits {
    width: 1163px;
    /* height: 530px; */
    position: relative;
    margin-bottom: 65px;
}

.edges {
    width: 233px;
    height: 94px;
    background: url(../images/btbg2.png);
    background-size: 100% 100%;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 106px;
    position: absolute;
    top: -70px;
    right: 198px;
}

.lits-zhu {
    width: 1163px;
    height: 410px;
    /* height: 520px; */
    background: url(../images/bg1.png);
    background-size: 100% 131%;
}

.gift-pack {
    width: 545px;
    height: 320px;
    /* background-color: aquamarine; */
    position: absolute;
    right: 54px;
    bottom: 38px;
}

.gift-pack>div {
    width: 545px;
    height: 154px;
    position: relative;
}

.gift-pack>div:nth-child(2) {
    margin-top: 12px;
}

.pack-top {
    width: 545px;
    height: 48px;
    background-color: #b23c2f;
    border-radius: 4px 4px 0px 0px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.titles {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.zhe-kou {
    font-family: MicrosoftYaHei-Bold;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    padding: 2px 8px;
    background-color: #e2b92c;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 230px;
    transform: translateY(-50%);
}

.yjia {
    font-family: MicrosoftYaHei;
    font-size: 21px;
    color: #ce6458;
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    right: 170px;
    text-decoration: line-through;
}

.xjia {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: bold;
    color: #e2b92c;
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
}

.cheack {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
    z-index: 3;
    border: 2px #767676 solid;

}

.checks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xjia>span {
    font-size: 21px;
}


.zhe-gai0,
.zhe-gai1 {
    width: 100%;
    height: 100%;
    background-color: #00000047;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.xian-gou {
    position: absolute;
    bottom: -37px;
    right: 106px;
    color: red;
    font-size: 16px;
}





.pack-bottom {
    width: 545px;
    height: 106px;
    background-color: #d9cab3;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
}

.pack-bottom>div {
    width: 250px;
    float: left;
}

.pack-bottom p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 27px;
    color: #3b2313;
}

.section1 .li {
    width: 1163px;
    height: 350px;
    background: url(../images/bg.png) no-repeat center;
    position: relative;
    box-sizing: border-box;
    padding: 26px 0 0 530px;
    margin-bottom: 65px;
}

.section1 .li.first {
    padding-top: 54px;
}

.section1 .li:first-child {
    margin-bottom: 96px;
}

.section1 .li .img {
    width: 489px;
    height: 365px;
    position: absolute;
    left: 12px;
    top: -14px;
}

.section1 .li img {
    /* width: 100%; */
    /* height: 100%; */
    display: block;
}

.section1 .li .left,
.section1 .li .right {
    width: 300px;
    margin-right: 16px;
    float: left;
}

.section1 .li p {
    line-height: 20px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

/* .text{
    overflow: hidden;
}
.text>div{
    overflow: hidden;
} */
.xuanx>p {
    margin-top: 8px;
}

.xuanz {
    width: 100%
}

.xuanz>div {
    display: block;
    width: 314px;
    float: left;
    margin-bottom: 10px;
}

.text2 p {
    margin-bottom: 8px !important;
}







.check {
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/fdj.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.hover-img {
    display: none;
    width: 270px;
    position: absolute;
    left: 20px;
    top: 20px;
    height: 370px;
    /* max-width: 400px; */
    z-index: 2;
    border-radius: 28px 8px 8px 8px;
    border: solid 2px #f1c895;
    box-shadow: 1px 1px 1px 1px #333, -1px -1px 1px 1px #333;
}

.hover-img:after {
    content: "";
    background: url(../images/sj.png) no-repeat center;
    background-size: 100%;
    width: 13px;
    height: 13px;
    position: absolute;
    left: -3px;
    top: -3px;
}

 .check:hover .hover-img {
    display: block;
}

.check img {
    width: 100%;
    height: 100%;
    border-radius: 28px 8px 8px 8px;
}

.section1 .li .info {
    width: 465px;
    height: 67px;
    position: absolute;
    left: 12px;
    bottom: 5px;
}

.section1 .li .btn {
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #30c745;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 19px;
    color: #ffffff;
    float: left;
    margin: 20px 0 0 20px;
}

.section1 .li .price {
    float: right;
    font-size: 21px;
    color: #976041;
    /* text-decoration: line-through; */
    height: 37px;
    line-height: 37px;
    float: right;
    margin: 10px 20px;
}

.section1 .li .price em {
    text-decoration: line-through;
    padding-right: 10px;
}

.section1 .li .price span {
    font-size: 21px;
    color: #e2b92c;
}

.section1 .li .price b {
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
}

.buy-btn,
.remove-hover {
    position: absolute;
    bottom: -27px;
    right: 88px;
    width: 210px;
    height: 72px;
    background: url(../images/btn1.png) no-repeat center;
    background-size: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.bottom-warning {
    width: 600px;
    margin: 70px auto 70px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #5f504c;
    height: 95px;
}

.bottom-warning span {
    color: #ab2c16;
}

.bottom-warning .to-rule {
    cursor: pointer;
}

.alert-rule {
    height: 461px;
    width: 745px;
    background: url(/hd/publicimages/tcbg1.png) no-repeat center;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 40px;
}

.alert-rule .win-title {}

.alert-rule .rule-con {
    width: 634px;
    height: 332px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    margin: 0 auto 20px;
}

.alert-rule .rule-text {
    font-size: 14px;
    line-height: 28px;
    color: #705b4d;
}

.alert-rule .rule-text b {
    font-weight: bold;
}

.alert-rule .rule-text span {
    color: red;
}

.alert-rule .rule-text i {
    font-style: normal;
    text-decoration: underline;
}

.alert-rule .rule-text .mb {
    margin-bottom: 15px;
}

.alert-rule .close-in {
    width: 34px;
    height: 32px;
    background: url(/images/plo3.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 26px;
    right: 28px;
    cursor: pointer;
}

.truntable_ewm {
    position: absolute;
    top: -67px;
    z-index: 10;
    display: none;
    left: 39px;
    width: 132px;
    height: 67px;
    background-color: #27292a;
    border-radius: 4px;
    border: 1px solid #666;
}

.buy-btn:hover .truntable_ewm,
.removehover:hover .truntable_ewm {
    display: block;
}

.truntable_ewm a {
    width: 46px;
    height: 46px;
    cursor: pointer;
    float: right;
    margin-top: 11px;
    margin-right: 12px;
    background: url(/hd/publicimages/ico_zfb.png) no-repeat center center;
}

.truntable_ewm a+a {
    background-image: url(/hd/publicimages/ico_wx.png);
    float: left;
    margin-left: 8px;
    margin-right: 0;
}

.truntable_ewm:after {
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/hd/publicimages/ico_1.png) no-repeat center center;
}

.truntable_ewm:before {
    content: "";
    display: block;
    height: 45px;
    width: 1px;
    background: #666;
    left: 64px;
    top: 12px;
    position: absolute;
}

.rule-con::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.rule-con::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    background-image: linear-gradient(0, #ffbd61 25%, #ffbd61 100%) !important;
}

.rule-con::-webkit-scrollbar-track {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    background: #EDEDED !important;
}