@charset "utf-8";
/* html { 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
    _filter:none; 
} */

.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 190px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-webkit-keyframes myfirst {

    /* Safari 与 Chrome */
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}

.ell,
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

i {
    font-style: normal;
}

.anidiy {
    transition: all .3s ease-in;
}

.btn {
    display: block;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    transform: translate(1px, 3px);
}

/* ---------------------------------------------样式初始化---------------------------------------- */
.wrap {
    width: 100%;
    min-width: 1280px;
    background: #5d6975 url(../images/bg.jpg?v=1) center top no-repeat;
    overflow: hidden;
}

.box1 {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 414px;
    z-index: 3;
}

.header {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.userbar {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.user {
    position: relative;
    width: 100%;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 5;
}

/* #nologin {
    font-weight: bold;
} */

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.active-time {
    position: absolute;
    top: 1px;
    left: 540px;
    /* display: none; */
    width: 490px;
    height: 46px;
    line-height: 46px;
    /* background: url(../images/subtit.png) center no-repeat; */
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    color: #fff;
    z-index: 4;
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.head_t1,
.head_t2 {
    position: absolute;
    overflow: hidden;
    z-index: 5;
}

.head_t1 {
    top: 246px;
    left: 50%;
    width: 1200px;
    height: 192px;
    margin-left: -600px;
    background: url(../images/title_header.png) center no-repeat;
}



/* ----------------------------------------container------------------------------------ */
.container-box {
    position: relative;
    z-index: 9;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto 24px;
    background: center top no-repeat;
}

.section0 {
    margin-bottom: 68px;
}

.section1 {
    padding-top: 50px;
    background-image: url("../images/paor01.png");
}

.section2 {
    background-image: url("../images/part2.png");
}

.section3 {
    min-height: 800px;
    background-image: url("../images/part03.png");
}

.ib {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.page_nav_box {
    position: relative;
    width: 100%;
    height: 170px;
    margin: 0 auto;
    z-index: 9999;
}

.page_nav_bar {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
}

.page_nav_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.page_nav_content {
    position: relative;
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    transition: all .2s ease-in;
}

.page_nav {
    width: 888px;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
}

.page_nav_item {
    position: relative;
    float: left;
    width: 271px;
    height: 80px;
    margin: 0 12px 5px;
    background: url(../images/submenu.png) no-repeat;
    transition: all .3s ease-in;
    cursor: pointer;
    overflow: hidden;
}

.page_nav_bar.fixed .page_nav_content {
    margin-top: -10px;
    transform: scale(.8);
}

.pn2 {
    background-position: 0 -80px;
}

.pn3 {
    background-position: 0 -160px;
}

.pn4 {
    margin-left: 158px;
    background-position: 0 -240px;
}

.pn5 {
    background-position: 0 -320px;
}

.pn6 {
    background-position: 0 -400px;
}

.countdownDays {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #93ffdf;
}

.pn6 em {
    position: absolute;
    top: 2px;
    right: 30px;
    display: block;
    width: 23px;
    padding-top: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.timeact {
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #323731;
}

.free-tool {
    position: absolute;
    top: -58px;
    left: 0;
    width: 329px;
    height: 142px;
    padding-top: 52px;
    background: url(../images/bg_free.png?v=1) no-repeat;
    z-index: 9;
}

.free-tool img {
    display: block;
    margin: 0 auto 5px;
}

.btn-free {
    display: block;
    width: 182px;
    height: 47px;
    margin: 0 auto;
    background: url(../images/btn_free.png) no-repeat;
    font-weight: bold;
    font-size: 0;
    color: #fff;
}

.title {
    width: 100%;
    height: 94px;
}


.title2 {
    height: 142px;
    background-position: center -94px;
}

.title3 {
    background-position: center -236px;
}

/* ----------------------- VIP赠送抽奖次数 + 日志-start ---------------------------- */
.lottery-log {
    position: absolute;
    right: -78px;
    width: 326px;
    height: 196px;
    line-height: 24px;
    background: url(../images/log.png) no-repeat;
    font-size: 12px;
    color: #333;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: -58px;
}

.log2 {
    top: 0;
}

.log3 {
    top: -12px;
}


.logname {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.lottery-log .logCont {
    width: 290px;
    height: 158px;
    margin: 0 auto;
    overflow: hidden;
}

.lottery-log ul {
    width: 100%;
    overflow: hidden;
}

.lottery-log li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

/* ----------------------- VIP赠送抽奖次数-end ---------------------------- */

/* ----------------------- 免费领取两次-start ----------------------------- */
.tagdate {
    position: absolute;
    top: -5px;
    right: -8px;
    display: block;
    width: 38px;
    height: 25px;
    line-height: 19px;
    background: url("../images/tag.png") no-repeat;
    text-indent: 9px;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagsq {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 56px;
    height: 23px;
    line-height: 23px;
    background: url("../images/tag3.png") no-repeat;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.tag4 {
    position: absolute;
    top: 0px;
    left: 6px;
    display: block;
    width: 18px;
    height: 60px;
    line-height: 12px;
    padding-top: 4px;
    background: url("../images/tag4.png") no-repeat;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

/* ----------------------- 免费领取两次-end ------------------------------- */

/* --------------------------- 抽奖-start -------------------------------- */
.lottery-container {
    position: relative;
    width: 1200px;
    padding: 2px;
    margin-top: 16px;
}

.lottery-content {
    position: relative;
    width: 1192px;
    padding-top: 21px;
    padding-bottom: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
}

.lottery-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 3;
}

.tips-effict {
    position: absolute;
    top: 2px;
    left: 8px;
    width: 16px;
    height: 260px;
    padding: 5px 10px;
    background-color: #d36443;
    /* background: url(../images/effect_tips.png) no-repeat; */
    font-size: 16px;
    color: #fff;
}

.lottery-list {
    width: 1155px;
    margin: 0 auto;
}

.lottery-list li {
    position: relative;
    float: left;
    width: 157px;
    height: 92px;
    padding-top: 8px;
    margin: 2px 4px;
    background: url(../images/item2.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.lottery-list li.unitsq {
    background-image: url(../images/item.png);
}

.lottery-list li.active {
    background-image: url(../images/item_on.png);
}

.lottery-list li img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lottery-list li.none {
    visibility: hidden;
}

.mask-lottery {
    position: absolute;
    top: 8px;
    left: 3px;
    display: none;
    width: 145px;
    height: 84px;
    background-color: rgba(60, 60, 60, .2);
    /* background: url(../images/mask.png); */
}

.lottery-unit.active .mask-lottery,
.lottery-unit:hover .mask-lottery {
    display: none !important;
}

.lottery-btn {
    width: 1088px;
    margin: 0 auto;
}

.btn-lottery {
    position: relative;
    float: left;
    width: 262px;
    height: 64px;
    line-height: 64px;
    margin: 0 5px;
    background: url("../images/btn_lucky.png") no-repeat;
    transition: all .3s ease;
    text-shadow: 0 1px 0 #ca5c06, 1px 2px 2px #321c0a;
    font-family: 'alibaba';
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.btn-lottery span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background-color: #ff2828;
    text-shadow: none;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
}

.lottery-tips {
    position: absolute;
    top: 285px;
    left: 10%;
    width: 80%;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.vipTips {
    position: relative;
    width: 820px;
    height: 30px;
    line-height: 30px;
    margin: 12px auto;
    text-align: center;
    /* font-weight: bold; */
    font-size: 16px;
    color: #300707;
}


.vipTips a {
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 15px auto;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    color: #f82e2e;
}


.lottery-absolute p {
    text-align: center;
}

/* --------------------------- 抽奖-end -------------------------------- */

/*  -------------------------------自选年卡打折----------------------------------  */
.desc2 {
    text-align: center;
    font-size: 18px;
    color: #ffe6c1;
}

.package-box {
    position: relative;
    height: 720px;
    margin-top: 25px;
}

.package-pane {
    width: 900px;
    padding-top: 62px;
}

.package-list {
    position: relative;
    width: 864px;
    margin: 0 auto;
}

.package-item {
    position: relative;
    float: left;
    width: 188px;
    height: 147px;
    margin: 0 14px 15px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.tagcheck {
    position: absolute;
    top: 68px;
    right: 6px;
    display: none;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #786c5a url(../images/icon_right.png) center no-repeat;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 0;
    color: #ff621d;
    z-index: 4;
}

.timg.active .tagcheck,
.package-item label.on .tagcheck {
    display: block
}

.package-item label {
    display: block;
    width: 100%;
    height: 132px;
    padding-top: 9px;
    background: url(../images/check_tool_default.png) no-repeat;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    z-index: 3;
}

.package-item label.on {
    background: url(../images/check_tool_selected.png?v=1) no-repeat;
}

.package-item .img {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto;
    -webkit-transition: all .3s cubic-bezier(0, 0, .33, .99);
    -moz-transition: all .3s cubic-bezier(0, 0, .33, .99);
    transition: all .3s cubic-bezier(0, 0, .33, .99);
    z-index: 3;
}

.package-item .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s cubic-bezier(0, 0, .33, .99);
    -moz-transition: all .3s cubic-bezier(0, 0, .33, .99);
    transition: all .3s cubic-bezier(0, 0, .33, .99);
}

@-webkit-keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

@keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

.toolname {
    height: 34px;
    line-height: 34px;
    margin-bottom: 12px;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.tool-price {
    position: relative;
    width: 100%;
    text-align: center;
}

.tool-price em {
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.tool-price del {
    display: none;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.discount {
    position: absolute;
    top: 2px;
    right: 45px;
    display: none;
    width: 60px;
    height: 16px;
    line-height: 16px;
    background-color: #ffd597;
    border: 1px solid #f6872d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #f00;
}

.tooltag {
    position: absolute;
    top: -3px;
    left: 6px;
    width: 23px;
    height: 32px;
    line-height: 16px;
    padding-top: 8px;
    background: url("../images/tag22.png") center top no-repeat;
    -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 5;
}

.discount-tag {
    padding-top: 9px;
    text-align: center;
}

.discount-tag em {
    display: inline-block;
    vertical-align: middle;
    _display: inline;
    zoom: 1;
    width: 56px;
    height: 12px;
    line-height: 12px;
    margin: 0 2px;
    background-color: #fad1b5;
    border: 1px solid #db4b1e;
    text-align: center;
    font-size: 11px;
    color: #f72313;
}

.tool-check {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    font-size: 0;
    z-index: 3;
}

.tool-check span {
    display: block;
    font-size: 16px;
    color: #573e12;
}

.tool-check input {
    display: none;
}

.package-left-top {
    position: relative;
    width: 646px;
    height: 85px;
    background: url(../images/check_tool_header.png) no-repeat;
}

.package-count {
    position: absolute;
    top: 54px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    color: #2a220a;
}

.package-count1 {
    left: 58px;
}

.package-count2 {
    left: 194px;
}

.package-left-tips {
    position: absolute;
    top: 13px;
    left: 1px;
    display: none;
    width: 374px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #0a5837;
}

.selected-foot {
    position: relative;
    width: 100%;
    height: 145px;
    margin-top: 11px;
}

.selected-title {
    width: 370px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    background-color: #ffa101;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}


.selected-pane {
    margin-top: 6px;
    text-align: center;
    font-size: 0;
}

.selected-tool-box {
    height: 144px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.selected-item {
    position: relative;
    width: 180px;
    height: 132px;
    margin: 0 8px;
    background: url(../images/item_half.png) no-repeat;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.chose-tool em {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.btn-buy {
    position: relative;
    width: 262px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    background: url(../images/btn_buy2.png) no-repeat;
    transition: all .5s linear;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.tag11 {
    display: none;
    vertical-align: middle;
    zoom: 1;
    height: 22px;
    line-height: 22px;
    padding: 0 3px;
    background-color: #ffb053;
    border: 1px solid #ffddad;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

.settlement-price {
    display: none;
    vertical-align: middle;
    zoom: 1;
    height: 22px;
    line-height: 22px;
    padding: 0 3px;
    margin: 0 8px;
    font-weight: bold;
    font-size: 24px;
    color: #fefefe;
}

.btn-buy-selected {
    position: absolute;
    top: 39px;
    right: 56px;
}

.selected-origin {
    position: absolute;
    top: 28px;
    left: 580px;
    display: block;
    width: 270px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-size: 16px;
    color: #6d4a13;
}

.selected-price {
    position: absolute;
    top: 50px;
    left: 580px;
    width: 270px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-weight: bold;
    font-size: 28px;
    color: #fff6dc;
}

.selected-price b {
    float: right;
    display: block;
}

.selected-price em {
    float: right;
    display: block;
    line-height: 42px;
    margin-right: 5px;
    font-family: Arial;
}

.kbtxt {
    display: block;
    float: right;
}

.haszeng {
    position: absolute;
    top: 90px;
    left: 633px;
    display: none;
    width: 216px;
    height: 22px;
}

.tagd {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    background-color: #fad1b5;
    border: 1px solid #db4b1e;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #f73626;
    z-index: 3;
}

.haszengb {
    position: absolute;
    top: 0px;
    left: 92px;
    display: block;
    width: 124px;
    height: 22px;
    line-height: 22px;
    background-color: #f73626;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.selected-cart {
    position: absolute;
    top: 103px;
    left: 69px;
    width: 414px;
    height: 30px;
    line-height: 30px;
    padding-left: 86px;
    background-color: #a08865;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.noselected {
    position: absolute;
    top: 45px;
    left: 45px;
    width: 550px;
    height: 30px;
    line-height: 30px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.selected-foot.hastool .noselected {
    display: none;
}

.cart-count {
    position: absolute;
    top: 5px;
    left: 7px;
    display: block;
    width: 68px;
    height: 20px;
    line-height: 20px;
    background-color: #f23030;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.selected-list {
    position: absolute;
    top: 10px;
    left: 69px;
    width: 540px;
    height: 84px;
    padding-top: 5px;
    overflow: hidden;
}

.selected-list dd {
    position: relative;
    float: left;
    height: 84px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.package-aside {
    position: relative;
    width: 300px;
    height: 720px;
}

.aside-title {
    position: absolute;
    top: 18px;
    left: 0;
    width: 256px;
    height: 64px;
    line-height: 64px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.aside-tname {
    position: absolute;
    top: 30px;
    left: 0;
    width: 275px;
    height: 64px;
    line-height: 64px;
    margin: 32px auto 0;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff4d2;
}

.btn-aside {
    position: absolute;
    top: 472px;
    left: 14px;
    width: 262px;
    height: 64px;
    line-height: 64px;
    background: url(../images/btn_aside.png) no-repeat;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.package-aside-send {
    position: absolute;
    top: 536px;
    left: 0;
    width: 292px;
    height: 100px;
}

.send-list {
    width: 260px;
    height: 84px;
    margin: 0 auto;
}

.send-item {
    position: relative;
    float: left;
    width: 145px;
    height: 84px;
    margin: 0 10px;
}

/* .send-item img {} */
.wh4 {
    width: 260px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
}

.send-way {
    width: 260px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    background-color: #f4dab6;
    border: 1px solid #995e13;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.sendtips {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #ff5a12;
}

.sendid {
    float: left;
    display: block;
    width: 169px;
    height: 34px;
    padding: 0 5px;
    background-color: #f0f6ee;
    border: none;
    font-size: 16px;
    outline: none;
}

.sendid {
    display: block;
}

.btn-copy,
.btn-send {
    float: right;
    width: 81px;
    height: 34px;
    line-height: 34px;
    background: url(../images/btn_send.png) no-repeat;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    font-size: 16px;
    color: #fff;
}

/*  -------------------------------自选年卡打折----------------------------------  */
/*  -------------------------------精品靓号立减五千优惠----------------------------------  */
.listbox {
    padding-top: 232px;
    height: 720px;
}

.lh-list {
    float: left;
    width: 292px;
    margin: 0 4px;
}

.lh-item {
    position: relative;
    width: 292px;
    height: 216px;
    margin-bottom: 20px;
    background: url("../images/item_lh.png") center top no-repeat;
}

.lhnum {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 42px;
    color: #573e12;
}

.lhdel {
    position: absolute;
    top: 102px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #8b5516;
}

.lhprice {
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #462907;
}

.btn-buy-lh {
    position: absolute;
    top: 172px;
    left: 50%;
    width: 176px;
    height: 43px;
    line-height: 43px;
    margin-left: -88px;
    background: url("../images/btn_buy.png") no-repeat;
    transition: all .2s ease-in;
    text-align: center;
    font-size: 16px;
    color: #462907;
}

.lh-item.grey .btn-buy-lh {
    background-image: url("../images/btn_sale.png");
}

.taglh3 {
    position: absolute;
    top: 0px;
    right: -20px;
    display: block;
    width: 66px;
    height: 19px;
    line-height: 19px;
    background: url("../images/taglh3.png") center no-repeat;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.lh-item .tagdate {
    top: 8px;
    right: -6px;
}


.taglh1,
.taglh2 {
    position: absolute;
    left: 8px;
    display: block;
    height: 23px;
    line-height: 23px;
    background: center no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.taglh1 {
    top: 9px;
    width: 93px;
    background-image: url("../images/taglh1.png");
    text-indent: 10px;
}

.list2 .taglh1 {
    background-image: url("../images/taglh12.png");
}

.list3 .taglh1 {
    background-image: url("../images/taglh13.png");
}

.list4 .taglh1 {
    background-image: url("../images/taglh14.png");
}

.taglh2 {
    top: 38px;
    width: 69px;
    background-image: url("../images/tag_only.png");
}

.morelh {
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    background: url("../images/btn_more.png") center no-repeat;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #46250a;
}

.morelh:hover,
.contact-qq:hover {
    text-decoration: none;
}

.contact-qq {
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    text-indent: -100px;
    text-align: center;
    font-size: 22px;
    color: #fde7b1;
    cursor: pointer;
}

.iq1 {
    position: absolute;
    top: 4px;
    left: 470px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("http://lh.175pt.com/images/avatar.png") no-repeat;
    background-size: 100% 100%;
}

.iq2 {
    position: absolute;
    top: 1px;
    left: 850px;
    display: block;
    width: 138px;
    height: 33px;
    background: url("../images/qq2.png") no-repeat;
    background-size: 100% 100%;
}

/*  -------------------------------精品靓号立减五千优惠----------------------------------  */
.list-item::after,
.lottery-list li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    z-index: 3;
}

.list-item:hover::after,
.lottery-list li:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    z-index: 1;
}

.layui-layer-content {
    font-size: 14px;
}

@-webkit-keyframes flashFire {
    50% {
        opacity: .4;
    }
}

@-o-keyframes flashFire {
    50% {
        opacity: .4;
    }
}

@keyframes flashFire {
    50% {
        opacity: .4;
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

@-webkit-keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes toolCarousel1 {
    0% {
        background-position: 208px 0;
    }

    100% {
        background-position: -208px 0;
    }
}

@keyframes toolCarousel1 {
    0% {
        background-position: 208px 0;
    }

    100% {
        background-position: -208px 0;
    }
}

@-webkit-keyframes toolCarousel2 {
    0% {
        background-position: -208px 0;
    }

    100% {
        background-position: 208px 0;
    }
}

@keyframes toolCarousel2 {
    0% {
        background-position: -208px 0;
    }

    100% {
        background-position: 208px 0;
    }
}

/* --------------------------- 抽奖弹窗 ----------------------------- */

.explain {
    width: 1100px;
    padding: 0 0 50px;
    margin: 0 auto;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

#layer-lucky h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

#layer-send h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

#layer-send h6 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

.lucky-list {
    text-align: center;
    margin: 0 20px;
    font-size: 0;
}

.lucky-list li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 180px;
    margin: 0 5px 10px;
    text-align: center;
}

.lucky-list li img {
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lucky-list .card_name {
    display: block;
    width: 180px;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.lucky-1 {
    width: 226px;
    margin: 0 auto;
}

.lyaer-lucky.layui-layer-iframe .layui-layer-btn,
.lyaer-lucky.layui-layer-page .layui-layer-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0px;
    background: #fff;
}

.dialog-html {
    display: none;
}

.dialog-list {
    max-width: 625px;
    padding: 20px 20px 10px;
    background: #c3a15a;
    -webkit-box-shadow: 0 0 15px #000000;
    -moz-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    z-index: 10;
    overflow: hidden;
}

.dialog-item {
    float: left;
    width: 145px;
    margin: 0 4px 2px;
}

.dialog-item .img {
    display: block;
    max-width: 145px;
    height: 84px;
    margin: 0 auto;
    overflow: hidden;
}

.dialog-item img {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    max-width: 145px;
    max-height: 84px;
    margin: 0 auto;
}

.dialog-item .name {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}