a,
body {
    color: #666
}

a:hover {
    color: #666;
}

.btnClass,
.spanBtnStyle {
    -o-transition: all .3s;
    -moz-transition: all .3s
}

.btnClass:hover,
.lotto-btn:hover {
    color: #161D2A;
    opacity: .9
}

.tit b,
img {
    vertical-align: middle
}

* {
    padding: 0;
    margin: 0;
/*    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box*/
}

ul li {
    list-style: none
}

body {
  /*  background: #f5f5f5;*/
    font-size: 14px
}

a {
    text-decoration: none
}


.btnClass {
    height: 35px !important;
    text-align: center !important;
    line-height: 35px !important;
    display: inline-block !important;
    background-image: -moz-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%) !important;
    background-image: -webkit-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%) !important;
    background-image: -ms-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%) !important;
    color: #fff !important;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
    height: 42px ;
    padding: 0 40px;
    border-radius: 10px;
}

.spanBtnStyle {
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.lottery-record,
.lotto-btn,
.lotto-item {
    -o-transition: all .3s;
    -moz-transition: all .3s
}

.spanBtnStyle:hover {
    opacity: .85
}

.user-record {
    position: relative;
}

/* .user-record::after {
    content: '';
    
} */
.user-record .topline{
    position: absolute;
    top: 0px;
    left: -11px;
    height: 8px;
    width: 106%;
    background-color: #10151F;
    border: 1px solid #2E3C57;
    border-radius: 5px;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .6
}

.lottery-record:hover,
.user-record .open-rule:hover {
    opacity: .85
}

.wp {
    width: 1200px;
    margin: 0 auto;
}

.main-goods {
    /* padding: 20px; */
    width: 1200px;
    background-color: #161D2A;
    margin: 0 auto;
    margin-top: 18px;
    border-radius: 10px;
    overflow: hidden;
}

.index_bg {
    background: url(../img/newbg01.png) top center no-repeat, #1E2738;
    padding-top: 480px;
    padding-bottom: 20px;
}

.banner {
    padding-top: 160px;
    padding-bottom: 60px;
}

.banner>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-align: end;
    -ms-flex-align: end;
}

.bottom .items,
.record-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.user-box {
    width: 360px;
    height: 375px;
    display: inline-block;
    color: #ffffff;
    margin: 10px 0 0 15px;
}
.userPoint{
    cursor: pointer;
    color: #697DA5;
}
#userPoint {
    font-size: 20px;
    color: #697DA5
}
.userPoint .points span,.userPoint .points em{
    vertical-align: middle;

}
.userPoint em{
    color: #CEA867;
    font-size: 12px;
    padding-left: 5px;
}

.level {
    font-size: 18px;
    float: left;
}

.level-image {
    width: 100px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 50px
}

.member {
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

.split {
    padding-top: 20px;
}

.bottom-tit,
.user-bottom .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-center .user-bottom {
    padding: 20px;
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
}

.user-center .user-bottom h4 {

    font-size: 18px
}

.items i {
    font-size: 65px;
    font-weight: 300;
    color: #fced03;
    display: inline-block;
}

.items>div {
    position: relative;
    margin: 0 auto;
}

.items>a:nth-of-type(1) i {
    transform: scale(.88)
}

.items>a:nth-of-type(2) i {
    transform: scale(.92)
}

.p-welfare p.tip {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50px;
    background: #bf9b53;
    width: 100px;
    padding: 5px;
    border-radius: 4px;
    z-index: 1000000;
    color: #fff;
    box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;

}

.p-welfare p.tip:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 0;
    border: 5px solid transparent;
    border-bottom-color: #bf9b53;
    left: 50%;
    margin-left: -5px;
}

.bottom .items>div {
    text-align: center
}

.bottom>div span {
    display: block;
    padding-top: 10px
}

.login-in,
.login-out {
    padding: 15px;
}

.login-out,
.login-out i {
    text-align: center
}

.login-out i {
    margin: 15px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #666;
    line-height: 70px;
    font-size: 40px;
    padding: 10px;
}

.login-out p {
    margin: 15px 0;
    line-height: 20px;
    color: #ffffff;
    margin-left: 12px;
}
.user-record{
    position: relative;
}
.user-record>div {
    width: 400px;
    height: 300px;
    position: relative;
    background-color: #2E3C57;
    border-radius: 0px 0px 5px 5px;
    top: 5px;
    left: 2px;
    box-shadow: inset 0px 9px 9px rgba(0, 0, 0, 0.25);
}

/* .user-record:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 6px;
    background: url(../img/bg3.png) no-repeat center bottom;
} */


.user-record .rule {
    margin-top: 10px;
    font-size: 13px;
}

.user-record .open-rule {
    text-decoration: underline;
    line-height: 24 xp;
    cursor: pointer
}

#goods-list li .old-points,
.detail-wrapper .points-info .level-df.old-point-info,
.detail-wrapper .points-info p.old-point-info {
    text-decoration: line-through;
    opacity: .7
}

.record-title {
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #1fa686;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.goods-nav,
.goods-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.record-title i.jiangbei {
    font-size: 20px;
    margin: 0 3px 0 10px
}

.jiantou {
    position: relative;
    top: 1px;
}

.lottery-word {
    width: 215px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
}

.user-record .list {
    color: #ffffff;
    opacity: .8;
    line-height: 28px;
    overflow: hidden;
    margin: 0 15px;
}

.user-record .list ul {
    padding: 5px 15px;
}

.user-record .list h2 {
    text-align: center;
    font-size: 18px;
    color: #CEA867;
    /* font-weight: bold; */
    /* border-bottom: 1px solid #000000; */
    line-height: 44px;
    padding-top: 12px;
}

.user-record .list .bd {
    /* border-top: 1px solid #4f556f; */
    padding: 5px 10px;
}
.user-record .list .bd li{
    text-align: center;
    border-bottom: 1px solid #43526E;
    width: 90%;
    margin:0 auto;
}
.user-record .list .bd li span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: #697DA5;
    display: inline-block;
    padding:0 15px ;
    text-align: left;
    width: 14%;

} 

.user-record .list div {
    height: 220px;
    overflow: hidden;
    position: relative;
}

/*.user-record .list ul {*/
/*animation:moveUp 500s linear infinite;*/
/*position: absolute;*/
/*top:0;*/
/*}*/
/*@keyframes moveUp {*/
/*100%{*/
/*transform:translate(0,-100%);*/
/*}*/
/*}*/
.user-record .list ul {
    padding: 0 10px;
}

.user-record .list li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    /*cursor: pointer;*/
}

.lucky-lottery {
    width: 680px;
    height: 305px;
    overflow: hidden;
    background: #2E3C57;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
}

.lotto-box {
    position: relative;
    color: #ffffff;
    
}

.lotto-btn,
.lotto-item {
    position: absolute;
    /* padding: 20px; */
    overflow: hidden;
    text-align: center;
}

.lotto-box-maintain {
    background: url(../img/lotto-box-maintain.png) no-repeat;
    width: 348px;
    height: 376px;
    text-align: center;
    padding-top: 155px;
}

.lotto-box-maintain p {
    font-size: 24px;
    color: #fac50d;
}

.lotto-box-maintain button {
    width: 146px;
    height: 37px;
    text-align: center;
    background: #fc4114;
    color: #ffffff;
    font-size: 16px;
    line-height: 2.5;
    border-radius: 30px;
    margin: 10px auto;
    cursor: pointer;
}

.lotto-box-maintain {
    background: url(../img/lotto-box-maintain.png) no-repeat;
    width: 348px;
    height: 376px;
    text-align: center;
    padding-top: 155px;
}

.lotto-box-maintain p {
    font-size: 24px;
    color: #fac50d;
}

.lotto-box-maintain button {
    width: 146px;
    height: 37px;
    text-align: center;
    background: #fc4114;
    color: #ffffff;
    font-size: 16px;
    line-height: 2.5;
    border-radius: 30px;
    margin: 10px auto;
    cursor: pointer;
}

#goods-list li,
.lotto-btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    cursor: pointer
}

.lotto-item {
    width: 220px;
    height: 95px;
    background: #1E2738;
    border-radius: 5px;
    box-sizing: border-box;
}

.lotto-item:nth-of-type(1) {
    /* background: url(../img/lo1.jpg) no-repeat; */
}

.lotto-item:nth-of-type(2) {
    /* background: url(../img/lo2.jpg) no-repeat; */
    top: 0;
    left: 226px;
}

.lotto-item:nth-of-type(3) {
    /* background: url(../img/lo1.jpg) no-repeat; */
    top: 0;
    left: 450px;
}

.lotto-item:nth-of-type(4) {
    /* background: url(../img/lo2.jpg) no-repeat; */
    top: 102px;
    left: 450px;
}

.lotto-item:nth-of-type(5) {
    /* background: url(../img/lo1.jpg) no-repeat; */
    top: 201px;
    left: 450px;
}

.lotto-item:nth-of-type(6) {
    /* background: url(../img/lo2.jpg) no-repeat; */
    top: 201px;
    left: 226px;
}

.lotto-item:nth-of-type(7) {
    /* background: url(../img/lo1.jpg) no-repeat; */
    top: 201px;
    left: 0
}

.lotto-item:nth-of-type(8) {
    /* background: url(../img/lo2.jpg) no-repeat; */
    top: 102px;
    left: 0
}

.lotto-item.active {
    border: 1px solid #fdc858;
    color:#fdc858 ;
    -webkit-box-shadow: #fdc858 0px 0px 4px; 
   -moz-box-shadow: #fdc858 0px 0px 4px; 
   box-shadow: #fdc858 0px 0px 4px; 
}

.lotto-item p {
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 2px;
    width: 100%;
    color: #697DA5;
    /* font-weight: bold; */
    left: 0;
}
.lotto-item.active p{
    color:#fdc858 ;
}
.lottery-box{
    padding: 0 12px 0 25px;
}
.lotto-btn {
    width: 220px;
    height: 95px;
    top: 101px;
    text-align: center;
    line-height: 94px;
    /* font-weight: bold; */
    font-size: 32px;
    left: 226px;
    color: #161D2A;
    background: url(../img/newstart.png) no-repeat;
    transition: all .3s
}

.lotto-box img {
    height: 65px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.lotto-btn p {
    color: #c37200
}

.lotto-btn h3 {
    text-align: center;
    margin: 26px 0 4px;
    font-size: 20px;
    color: #f1101e
}

.goods-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #161D2A;
    line-height: 59px;
    text-align: center;
    border-bottom: 1px solid #43526E;
}

.goods-nav div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #161D2A;
    /* border: #73c2a6 1px solid;
    box-shadow: 0 0 0 5px #1ba080;*/
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
}

.goods-nav div:last-child {
    border-right: 0;

}

.goods-nav div.active {
    background: #161D2A;
    /*border: #fcc064 1px solid;*/
    /*box-shadow: 0 0 0 5px #fc9c14;*/
    color: #ABB1C9;
    position: relative;
}
.goods-nav div.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 162px;
    background: #CEA867;
    height: 3px;
}
.goods-title {
    padding: 22px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.goods-title .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}

.goods-title .left span {
    line-height: 31px;
    padding: 0 16px;
    color: #c2caec;
}

.goods-title .left .goods-tab span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #c2caec;
}

#goods-list li .pic,
.goods-title .goods-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.goods-title .left .goods-tab span.active {
    width: 80px;
    height: 32px;
    background: #CEA867;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;

}

.goods-title .goods-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    line-height: 30px;
    background: #fff
}

.goods-title .goods-sort span {
    cursor: pointer;
    padding: 0 10px
}

.goods-title .goods-sort span.active {
    background: #c2100b;
    color: #fff
}

#goods-list {
    min-height: 285px;
    padding: 0 35px;
}

#goods-list li {
    float: left;
    margin: 7px 8px;
    text-align: center;
    line-height: 28px;
    transition: all .3s;
    display: flex;
    width: 360px;
    height: 182px;
    background: #1E2738;
    border-radius: 5px;
}

#goods-list li .pic img,
#goods-list li .spanBtnStyle {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s
}

#goods-list li .pic {
    width:155px;
    height:182px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border: 1px solid #4f556f; */
    /* background-color: #212635; */
    margin-right: 20px;
}

#goods-list li .pic img {
    transition: all .3s;
    max-width: 90%;
}

#goods-list li[data-type="physical"] img {
    width: 74%;
}

#goods-list li .bottom {
    padding: 15px 0 0 0;
}

#goods-list li .bottom .points {
    color: #ec7746;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 5px;
}

#goods-list li .spanBtnStyle {
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 32px;
    border: 1px solid #4f556f;
    transition: all .3s;
    margin-top: 11px;
    width: 120px;
    height: 32px;
    background: #CEA867;
    border-radius: 5px;
}

/*#goods-list li:hover {
    border: 2px solid #2DB593
}*/
/* 
#goods-list li .spanBtnStyle:hover {
    border-color: rgb(218, 85, 71);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.47);
    display: inline-block;
    background-image: -moz-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
} */

#goods-list li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

#goods-list li:nth-of-type(4n) {
    /*margin-right: 0*/
}

.bg-373c4f {
    background-color: #161D2A
}

#goods-list .empty {
    width: 100%;
    height: 300px;
    text-align: center;
    line-height: 300px;
    font-size: 16px;
    display: none;
    color: #c2caec;
}

#goods-list li .name {
    color: #c2caec;
    font-size: 16px;
    text-align: left;
    margin-bottom: 2px;
}

#goods-list li .bottom {
    text-align: left;
}

#goods-list li .integral {
    color: #c2caec;
    line-height: 16px;
}

#goods-list li .old-points {
    color: #828aaa;
    line-height: 16px;
    padding-top: 5px;
}

#goods-list li .old-points p {
    color: #828aaa;
}

.nav-bread {
    padding: 20px 0
}

.nav-bread a {
    color: #4f556f;
    font-size: 16px;
}

.nav-bread a:last-child {
    color: #b0b5ca;
}

.shopDetail-bg {
    background-color: #161825
}

.detail-wrapper {
    min-height: 520px;
    margin-bottom: 40px;
    padding-top: 65px;
    padding-bottom: 65px;
}

.detail-wrapper .detail {
    background: #373c52;
    padding: 35px 20px
}

.detail-wrapper .img-content {
    border: 1px solid #ddd;
    float: left;
    background-color: #FFF;
    width: 500px;
    height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.detail-wrapper .detail-descrip {
    float: left;
    width: 620px;
    color: #fff;
}

.detail-wrapper .b-tit {
    font-size: 20px;
    font-weight: 600;
}

.detail-wrapper .info {
    margin: 10px 0
}

.detail-wrapper .level-info img {
    width: 44px
}

.detail-wrapper .level-info>span:nth-of-type(1) {
    margin-right: 10px
}

.detail-wrapper .level-info span.point-show {
    color: #ee4f2f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 0px
}

.detail-wrapper .points-info {
    margin: 15px 0;
    /*background: #ecebeb;*/
    background: #4e5571;
    background-size: cover;
    padding: 10px 20px;
    line-height: 32px
}

.detail-wrapper .points-info .curr-point-info {
    color: #c2caec;
}

.detail-wrapper .points-info .level-df span:first-child,
.detail-wrapper .points-info p span:first-child {
    display: inline-block;
    width: 70px;
}

.promotion-list {
    overflow: hidden;
    line-height: 20px;
}

.promotion-list span {
    float: left;
}

.detail-wrapper .points-info .level-df .promotion-list span:first-child {
    width: 48%;
    text-align: right;
    margin-right: 10px;
}

.promotion-level {}

.detail-wrapper .points-info .curr-point {
    font-size: 18px;
    color: #ee4f2f;
    font-weight: bold;
}

.points-info .old-point {
    text-decoration: line-through;
}

.detail-wrapper .level-df>div {
    position: relative;
    display: inline-block;
    height: 30px
}

.detail-wrapper .level-df a {
    color: #c2caec;
}

.detail-wrapper .level-df>div i {
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.addr-list .change-addr,
.addr-list .tit a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s
}

.detail-wrapper .level-df>div:hover ul {
    display: block;
    line-height: 28px;
    color: #ee4f2f;
}

.detail-wrapper .level-df>div:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.detail-wrapper .level-df>div ul {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    background: #fff;
    text-align: center;
    border: 1px solid #c2100b;
    padding: 10px 20px;
    width: 150px;
    z-index: 1;
}

.detail-wrapper .level-df>div ul:after,
.detail-wrapper .level-df>div ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: -20px;
    right: 30px;
    border: 10px solid transparent;
    border-bottom-color: #c2100b
}

.detail-wrapper .level-df>div ul:after {
    border-bottom-color: #fff;
    top: -19px
}

.detail-wrapper .options .type,
.detail-wrapper .options p {
    line-height: 30px;
    margin-bottom: 10px
}

.detail-wrapper .options .type>span:first-child,
.detail-wrapper .options p>span:first-child {
    display: inline-block;
    float: left;
    width: 70px;
    height: 30px
}

.detail-wrapper .options .type .properties,
.detail-wrapper .options p .properties {
    width: 500px;
    float: left
}

.detail-wrapper .options .type .properties span,
.detail-wrapper .options p .properties span {
    float: left;
    border: 1px solid #c2caec;
    padding: 0 18px;
    margin: 0 6px 6px 0;
    cursor: pointer
}

.detail-wrapper .options .type .properties span.active,
.detail-wrapper .options p .properties span.active {
    color: #ffffff;
    border: 1px solid #c2caec;
    background-color: #d06d3c;
}

.detail-wrapper .options .exchange {
    font-size: 16px;
    border-radius: 4px;
    padding: 0 10px;
    border-color: rgb(218, 85, 71);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.47);
    display: inline-block;
    background-image: -moz-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
}

.point-address {
    background: #fff;
    padding: 20px;
    min-height: 520px;
    padding-top: 123px;
}

.point-address h3 {
    margin-bottom: 15px
}

.addr-list .item {
    position: relative;
    float: left;
    width: 243px;
    height: 120px;
    background: url(../img/add-address-bg.jpg) no-repeat 0 -154px;
    margin: 0 20px 20px 0;
    padding: 15px;
    cursor: pointer;
}
.integral .input-group {
    padding-bottom: 10px;
    width: 520px;
    margin: 0 auto;
}
.addr-list .item.active {
    background-position: 0 0;
}

.addr-list .item div {
    overflow: hidden;
    margin-bottom: 10px
}

.addr-list .item i {
    float: left;
    margin-right: 5px
}

.addr-list .item p {
    float: left;
    width: 218px
}

.addr-list .ellipsis-2 {
    height: 39px;
}

.addr-list .item.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/active.png)
}

.addr-list .item:hover .delete {
    display: block;
}

.addr-list .delete {
    display: none;
    position: absolute;
    right: -14px;
    top: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    background: red;
    color: #fff;
    border-radius: 50%;
    opacity: .5;
    transition: all .3s;
}

.addr-list .delete:hover {
    opacity: .9;
}

.addr-list .tit {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    overflow: hidden
}

.addr-list .tit a {
    position: absolute;
    top: 12px;
    right: 15px;
    background: #ddd;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: .3s
}

.addr-list .tit a.active {
    background: #d3b066;
    color: #fff
}

.addr-list .user-phone {
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.confirm-exchange table tfoot,
.confirm-exchange table thead td {
    background: #eee
}

.addr-list .change-addr {
    margin-left: 10px;
    color: #00bfff;
    transition: .3s;
    opacity: .7;
    padding: 6px;
}

.addr-list .change-addr:hover {
    opacity: 1
}

.addr-list .add-addr {
    width: 270px;
    height: 149px;
    float: left;
    border: 5px solid #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #00bfff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: .7
}

.addr-list .add-addr i {
    margin-right: 5px;
    font-weight: 700;
    margin-top: 2px
}

.addr-list .add-addr:hover {
    opacity: 1
}

.confirm-exchange {
    margin-top: 10px
}

.confirm-exchange table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: center;
    width: 100%;
    line-height: 40px
}

.confirm-exchange table tbody td {
    padding: 10px 0;
    line-height: 24px;
}

.confirm-exchange table tfoot .tip {
    opacity: .8;
    text-align: left;
    text-indent: 2em
}

.promotion-info {
    margin-top: 8px;
    text-align: left;
}

.promotion-info span {
    display: inline-block;
    width: 50%;
    text-align: right;

}

.confirm-exchange table tfoot span {
    color: #c2100b
}

.confirm-exchange .thumb {
    width: 100px;
    margin-right: 10px
}

.sure-exchange {
    width: 240px;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    background: #c2100b
}

.confirm-exchange .sure-exchange {
    float: right;
}

.neuropathy {
    margin-top: 10px;
    line-height: 26px;
}

.confirm-addr,
.pro-info {
    float: left;
    border: 1px solid #ddd;
    padding: 10px 20px;
    height: 100%;
}

.confirm-addr {
    width: 70%;
    height: 145px;
}

.get-confirm-addr {
    width: 100%;
    height: auto;
}

.readdress {
    width: 700px;
}

.pro-info {
    margin-left: 1%;
    width: 29%;
}

.pro-info .left-label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.total-point {
    border-top: 1px solid #ddd;
    text-align: center;
    margin-top: 8px;
    padding-top: 8px;
}

.total-point span {
    font-size: 20px;
    color: #c2100b;
}

.suc-wrapper {
    text-align: center
}

.suc-wrapper .btn-group,
.suc-wrapper h2 {
    margin: 20px 0
}

.goToIntegral {
    background: #c2100b;
    margin-right: 10px;
}

.suc-wrapper h2 {
    font-size: 20px;
}

.phy-tip {
    font-size: 16px;
    margin: 20px 0;
}

.red {
    color:#ABB1C9;
}

.suc-wrapper i {
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 80px;
    background: #09bb07;
    color: #fff;
    font-size: 40px;
    margin: 0 auto
}

.con-addr-info p span:first-child {
    color: #ff7474
}

.integral.layui-layer-dialog {
    min-width: 400px;
}

.integral .layui-layer-content {
    padding-top: 6px;
}

.integral input {
    width: 240px;
    border: 1px solid #ddd;
    /*text-indent: 1em;*/
}

.address .error-text {
    padding-left: 85px;
}

.error-text {
    display: none;
    color: red;
    text-align: left;
    padding-left: 88px
}

.integral .input-group label {
    width: 80px;
    display: inline-block;
}

.integral [for="address"] {
    vertical-align: top;
    padding-top: 10px
}

.integral .input-group textarea {
    height: 80px;
    line-height: 24px;
    background: #4e5571;
    border: 1px solid #546180;
    color: white;
}

.integral .input-group select {
    width: 130px;
    background: #4e5571;
    border: 1px solid #546180;
    color: white;
}

.integral input,
.integral select,
.integral textarea {
    line-height: 30px;
    height: 30px;
    /*border: 1px solid #ddd;*/
    border-radius: 4px;
    /*margin: 10px 0;*/
    outline: none;
    /*padding: 0 1rem;*/
}

.integral.address input,
.integral.address textarea {
    width: 400px;
    max-width: 400px;
    background: #4e5571;
    border: 1px solid #546180;
    color: white;
}

.integral.address .checkbox {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    /*margin-top: 6px;*/
}

.goodNews-wrapper {
    text-align: center;
}

.goodNews-wrapper h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.goodNews-wrapper p {
    font-size: 16px;

}

.property-tip {
    font-size: 16px;
}

/*记录弹框*/
.integralalert{
    height: 789px;
    width: 837px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%,-50%);
    background: #323F5A;
    border-radius: 10px;
    padding:0 60px 20px
}
.integralalert .data-container{
    position: relative;
}
.integralalert  .nodata{
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.integralalert  .nodata p{
    position: relative;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    color: #fff;
    margin-left: -68px;
}
.integralalert  .title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    color:#CEA867;
    font-size:16px;
    margin-top:10px;
    position: relative;
}
.integralalert  .title .closeBtn{
    position: absolute;
    top: 8px;
    right: -35px;
    cursor: pointer;
}
.data-container table {
    border-collapse: collapse;
    width: 100%;
}
.integralalert  thead tr{
    height: 48px;
    background: #29344A;
    color: #ABB1C9;
    font-weight: normal;
}
.integralalert  thead tr th{
    font-weight: normal;
}
.integralalert  thead tr th.getObj{
    text-align: left;
}
.integralalert  tbody tr{
    /* height: 100px; */
    background: #43526E;
    border-bottom: 1px solid #29344A;
}
.integralalert  .height50 tbody tr{
    height: 50px;
    background: #323F5A;
    border-bottom: 1px solid #43526E;
    cursor: pointer;
}
.integralalert  .height50 .Sourcetype{
    position: relative;
}
.integralalert  .height50 .Sourcetype .triangle {
    cursor: pointer;
    position: relative;
    left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 12px solid #ABB1C9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.integralalert  .height50 .Sourcetype .panel {
    position: absolute;
    left: 30px;
    top: 38px;
    width: 120px;
    background: #697DA5;
    border-radius: 0px 0px 5px 5px;
    border-bottom: transparent;
    z-index: 100000;
}
.integralalert  .height50 .Sourcetype .panel li {
    text-align: center;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    padding:0 18px;
    background: #697DA5;
    color: #ABB1C9;
    font-size: 14px;
    /* border-bottom: 1px solid #999; */
}
.integralalert  .height50 .Sourcetype .panel li:hover{
    background: #48597A;
    color: #ABB1C9;
}
.integralalert   tbody tr .seedetail{
    color: #CEA867;
    cursor: pointer;
    /* text-decoration: underline; */
}
.integralalert  tbody tr .time span,.integralalert  tbody tr  .text strong{
        color: #ABB1C9;
}
.integralalert  tbody tr .time em,.integralalert  tbody tr  .text em{
    color: #677AA1;
}
.integralalert  tbody tr .pic{
    width: 80px;
    /* height: 80px; */
    flex-grow: 0;
    flex-shrink: 0;
}
.integralalert  tbody tr .pic img{
    display: block;
    /* height: 100%; */
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.integralalert  tbody tr  .imgtext{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    
}
.integralalert  tbody tr  .imgtext .text{
    padding-left: 8px;
}
.integralalert td,
.integralalert th {
    position: relative;
    padding: 5px 10px;
    text-align: left;
}
.integralalert td.tleft,.integralalert th.tleft {
    text-align: left;
}
.integralalert th:first-child,.integralalert td:first-child{
    padding-left: 25px;
}
.integralalert table {
    width: 100%;
}
/* 
.integral table tr:nth-child(odd) {
    background-color: #363c51;
}

.integral table tr:nth-child(even) {
    background-color: #4e5571;
} */

.integralalert th {
    font-size: 16px;
}

.integralalert td:last-child {
    text-align: left;
    /* padding-right: 60px; */
}
.getorpay{
    height: 36px;
    margin-bottom: 15px;
}
.getorpay li{
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #66748E;
    border-radius: 5px;
    display: inline-block;
    color: #ABB1C9;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}
.getorpay li.active{
    width: 120px;
    height: 36px;
    background: #CEA867;
    border-radius: 5px;
    color: #ffffff;
}
/*记录弹窗详情*/
.integralDetail{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.alertBox{
    width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100001;
    transform: translate(-50%,-50%);
    background: #29344A;
    border-radius: 10px;
    min-height: 315px;
    overflow: hidden;
}
.alertBox  .title{
    height: 96px;
    padding-top: 30px;
    font-size:14px;
    position: relative;
    background: #323F5A;
    
}
.alertBox  .title .integralDetailcloseBtn{
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
}
.alertBox  .integraltitle .goodsPic{
    position: absolute;
    top: 20px;
    left: 70px;
    width: 80px;
    height: 80px;
}
.alertBox  .integraltitle .goodsPic img{
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}
.alertBox  .integraltitle p{
    position: absolute;
    top: 35px;
    left: 72px;
    color: #697DA5;
    font-size: 16px;

}
.alertBox  .integraltitle h3{
    position: absolute;
    top: 65px;
    left: 72px;
    color: #ABB1C9;
    font-size: 28px;

}
.alertBox  .integraltitle.duihuantitle p{
    position: absolute;
    top: 35px;
    left: 160px;
    color: #ABB1C9;
    font-size: 20px;

}
.alertBox  .integraltitle.duihuantitle h3{
    position: absolute;
    top: 65px;
    left: 160px;
    color: #66748E;
    font-size: 18px;

}
.alertBox .data-content{
    padding: 20px  70px;
    color: #ffffff;
    min-height: 80px;
}
.alertBox .data-content div:nth-child(1){
    margin-bottom: 25px;
}
.alertBox .data-content p{
    line-height: 25px;
}
.alertBox .data-content p span,.alertBox .data-content p strong,.alertBox .data-content p em{
    display: inline-block;
    vertical-align:top;
}
.alertBox .data-content p span {
    padding-right: 40px;
    width: 60px;
    vertical-align:top;
    color: #61739A;
}
.alertBox .data-content p strong {
    color: #ABB1C9;
    /* overflow: hidden;     */
    /* text-overflow:ellipsis;     */
    /* white-space: nowrap;  */
    width: 52%;
    vertical-align:top;

}
.alertBox .data-content p em{
    padding-left: 35px;
    color: #CEA867;
    cursor: pointer;
    
}
.alertBox .integralDetailfooter{
    height: 116px;
    background: #323F5A;
    border-radius:0 0 10px 10px ;
    position: relative;
}
.alertBox .integralDetailfooter  .integralSERVE{
    position: absolute;
    left: 78px;
    bottom: 40px;
    color: #CEA867;
    text-decoration: underline;
    cursor: pointer;
}
.alertBox .integralDetailfooter  .integralclose{
    position: absolute;
    right: 50px;
    bottom: 30px;
    color: #FFFFFF;
    cursor: pointer;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #CEA867;
    border-radius: 5px;
}

#pagination-lottery-record{
    position: absolute;
    bottom: 60px;
    left: 0%;
    width: 100%;

}
.onlysix {
    position: absolute;
    bottom: 102px;
    left: 0%;
    width: 100%; 
    text-align: center;
    color: #697DA5!important;
    font-size: 12px;
}
.paginationjs .paginationjs-pages li{
    margin: 0 6px;
    border-color:#697DA5!important;
    border-right:1px solid #697DA5!important;
    
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
    color: #697DA5!important;
    background: #323F5A!important;
    border: none!important;
    margin:0!important;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a{
    background: #697DA5!important;
    color: #000000!important;
}
.changeStatus {
    /* position: absolute;
    right: 10px;
    top: 50%;
    padding: 2px;
    margin-top: -12px; */
    color: #CEA867;
    cursor: pointer;
}

.madeChange {
    padding: 0 10px;
    background: #ca4341;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.paginationjs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.paginationjs .paginationjs-pages {
    float: none;
}

.no-data {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;

}

.layui-layer.layui-layer-msg {
    color: #fff;
}

.s-tip {
    margin-top: 5px;
}

.con-addr-tit {
    margin-bottom: 5px;
}

.opacity-tip {
    opacity: .6;
    margin-top: 15px;
    line-height: 30px;
    font-size: 14px;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*改版*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.user-detail {
    width: 1165px;
    margin: 0 auto;
    padding: 15px 15px;
    border: 2px solid #161D2A;
    background-color: #161D2A;
    border-radius: 10px;
    overflow: hidden;
}

.user-detail .left {
    border-right: 1px solid #1b1f2c;
    padding-right: 45px;
    width: 640px;
}
.user-level {
    display: inline-block;
    background: url(../img/levelbg.png) 0 0 no-repeat;
    width: 61px;
    font-size: 15px;
    color: #937f45;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 10px;
    background-size: 100% 100%;
    font-weight: 600;
}
.user-detail .left .live {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 10px 0 0 20px;
    border: 1px solid #CEA867;
}
.user-detail .left .live img{
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.user-detail .left .content {
    color: #c2caec;
    font-size: 16px;
    line-height: 40px;
    padding-top: 18px;
    padding-left: 15px;
}

.user-detail .left .content .l1 {
    width: 190px;
    padding-right: 10px;
    color: #ABB1C9;
}
.user-detail .left .content .l1 p:last-child{position: relative;
top: -10px;}

.user-detail .left .content .l2 {
    width: 190px;
}
.user-detail .left .content .l2 .points{
    position: relative;
    top: -8px;
}
.user-detail .left .btn {
    padding-top: 15px;
}

.user-detail .left .btn a {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}

.user-detail .left .btn .d-btn {
    margin-bottom: 10px;
    background: #48597A;
    border-radius: 5px;
    color: #ABB1C9;
    /* background-image: -moz-linear-gradient(180deg, rgb(154, 123, 78) 0%, rgb(233, 199, 147) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(154, 123, 78) 0%, rgb(233, 199, 147) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(154, 123, 78) 0%, rgb(233, 199, 147) 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.34); */
}

.user-detail .left .btn .h-btn {
    margin-bottom: 10px;
    background: #48597A;
    border-radius: 5px;
    color: #ABB1C9;
    /* background-image: -moz-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.47); */
}

.user-detail .right {
    color: #c2caec;
    border-left: 1px solid #2E3C57;
    padding: 8px 16px 11px 50px;
}

.user-detail .right .tltle {
    line-height: 78px;
    font-size: 16px;
    width: 95px;
}

.user-detail ul {}

.user-detail ul li {
    float: left;
    width: 78px;
    height: 78px;
    text-align: center;
    /* border: 1px solid #b4bcdc; */
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #b4bcdc;
    margin-right: 35px;
    /* background-image: -moz-linear-gradient(90deg, rgb(33, 38, 53) 0%, rgb(50, 58, 83) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(33, 38, 53) 0%, rgb(50, 58, 83) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(33, 38, 53) 0%, rgb(50, 58, 83) 100%); */

}

.user-detail ul li img {
    /* padding-top: 11px; */
}

.user-detail ul li:nth-child(3) {
    margin-right: 0;
}

.lottery {
    width: 1160px;
    margin: 0 auto;
    background-color: #161D2A;
    color: #c2caec;
    padding: 0px 20px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(17, 16, 14, 0.004);
}

.lottery .top {
    padding: 15px 22px;

}

.lottery .top p {
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    color: #697DA5;
}

.lottery .top .btn {
    width: 125px;
    float: right;
    border-radius: 3px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    background: #48597A;
    border-radius: 5px;
    color: #ABB1C9;
    /* box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.47);
    display: inline-block;
    background-image: -moz-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%); */
}

/*弹窗*/
.integral-top-class {
    background-color: #40465e !important;
    padding: 0 18px 18px 18px !important;
    box-shadow: initial !important;
    -webkit-background-clip: initial !important;
    border-radius: 5px !important;
    border: 1px solid #c8a96f;
}

.integral-top-class.addstyle {
    background-color: #323F5A !important;
    padding: 0 18px 18px 18px !important;
    box-shadow: initial !important;
    -webkit-background-clip: initial !important;
    border-radius: 5px !important;
    border: none;
}

.integral-top-class .layui-layer-title {
    background-color: initial;
    color: #f0bb46;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    height: 55px;
    line-height: 56px;
    border-color: #323F5A;
}
.integral-top-class.addstyle .layui-layer-title{
    font-size: 20px;
}

.integral-top-class.addstyle .layui-layer-content {
    border-top: 1px solid #323F5A;
    color: #c2caec;
    padding:  10px 100px !important;
}
.integral-top-class.addstyle .layui-layer-content  .titless{
    font-size: 20px;
}
.integral-top-class.addstyle .layui-layer-content  .titless.padtop20{
    padding-top: 50px;
}

.integral-top-class .layui-layer-content {
    border-top: 1px solid #5e6583;
    color: #c2caec;
}
.login_open.integral-top-class .layui-layer-content {
    border: none;
}

.integral-top-class .layui-layer-btn .layui-layer-btn0 {
    border-radius: 4px;
    min-width: 75px;
    text-align: center;
    background-image: -moz-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(218, 85, 71) 0%, rgb(204, 116, 56) 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.47);
    border: 0px;
}

.integral-top-class.addstyle .layui-layer-close {
    background-position: 0 !important;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    background:url(../img/close.png) no-repeat center bottom;

}
.integral-top-class .layui-layer-close {
    background-position: 0px -65px !important;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: -43px;
    right: -50px;
}

@media screen and (max-width:1400px){
    .onlysix {
        position: absolute;
        bottom: 62px;
        left: 0%;
        width: 100%; 
        text-align: center;
        color: #697DA5!important;
        font-size: 12px;
    }
    .integralalert{
        height: 540px!important;
        width: 750px;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1000;
        transform: translate(-50%,-50%);
        background: #323F5A;
        border-radius: 10px;
        padding:0 60px 20px
    }
    #pagination-lottery-record {
        position: absolute;
        bottom: 20px;
        left: 0%;
        width: 100%;
    }
    .alertBox  .title{
        height: 70px;
        padding-top: 20px;
        font-size:14px;
        position: relative;
        background: #323F5A;
        
    }
    .alertBox .integraltitle p {
        position: absolute;
        top: 20px;
        left: 72px;
        color: #697DA5;
        font-size: 16px;
    }
    .alertBox .integraltitle h3 {
        position: absolute;
        top: 44px;
        left: 72px;
        color: #ABB1C9;
        font-size: 28px;
    }
    .alertBox .integralDetailfooter {
        height: 90px;
        background: #323F5A;
        border-radius: 0 0 10px 10px;
        position: relative;
    }
    .alertBox .integralDetailfooter .integralSERVE {
        position: absolute;
        left: 78px;
        bottom: 35px;
        color: #CEA867;
        text-decoration: underline;
        cursor: pointer;
    }
    .alertBox .integralDetailfooter .integralclose {
        position: absolute;
        right: 50px;
        bottom: 27px;
        color: #FFFFFF;
        cursor: pointer;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #CEA867;
        border-radius: 5px;
    }
    .alertBox .integraltitle .goodsPic {
        position: absolute;
        top: 7px;
        left: 64px;
        width: 80px;
        height: 80px;
    }
    .alertBox .integraltitle.duihuantitle p {
        position: absolute;
        top: 20px;
        left: 160px;
        color: #ABB1C9;
        font-size: 20px;
    }
    .alertBox .integraltitle.duihuantitle h3 {
        position: absolute;
        top: 50px;
        left: 160px;
        color: #66748E;
        font-size: 18px;
    }
}

.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color:  #697DA5!important;
    font-size: 12px;
}

.m-style .active {
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border: 1px solid #697DA5;
    background: #697DA5!important;
    color: #000000!important;
}

.m-style a {
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #697DA5!important;
    font-size: 12px;
    color: #697DA5!important;
    background: #323F5A!important;
}

/* .m-style a:hover {
    color: #fff;
    background: #e91e63;
} */

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 12px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}



/* .login > .md_in i.icon-lock{
    top: 40px;
} */