
@import url("../fonts/iconfont.css?v=2121111112213333819218");
a,
body {
    color: #666
}

a:hover {
    color: #666;
}
.layui-layer.tips-layer {
    z-index: 9990 !important;
}
.layui-layer-shade{
    z-index: 999 !important;
}
.layui-layer-content .conp{
    text-align: center;
    line-height: 4;
    font-size: 16px;
}
.layui-layer.tips-layer .input-group1{
    margin: 15px 0;
    font-size: 14px;
}
.layui-layer.tips-layer .input-group1 label{
    display: inline-block;
    width: 110px;
    padding:0 10px;
    text-align: right;
    font-size: 14px;
}
.layui-layer.tips-layer .input-group1 label[for="address"]{
    vertical-align: top;
}
.layui-layer.tips-layer .input-group1 select{
    width: 122px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.layui-layer.tips-layer .input-group1 input{
    width: 380px;
    height: 40px;
    line-height: 38px;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.tips-layer .layui-layer-ico {
  background:url(../img/close.png) no-repeat!important;
      top: -4px;
}
.tips-layer .layui-layer-btn {
  padding-bottom: 25px!important;
}
.layui-layer.tips-layer .layui-layer-btn1 {
  min-width: 131px!important;
    height: 42px!important;
    line-height: 42px;
    border: 0;
    background: #4fafaa;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    border:1px solid #4fafaa;
}
.layui-layer.tips-layer .layui-layer-btn0 {
  min-width: 131px !important;
    height: 42px !important;
    line-height: 42px!important;
    color: #4fafaa;
    border: 0;
    background: #fff!important;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #4fafaa!important;
}
#address{
    width: 380px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#j-road{
    width: 250px;
    padding: 0;
    line-height: 1;
}
#flag{
    height: auto;
    width: auto;
    margin: 0 5px;
    vertical-align: middle;
}

.btnClass,
.spanBtnStyle {

    -o-transition: all .3s;
    -moz-transition: all .3s
}

.top_nav .dropdown{
    width: 714px;
}


#logBtn{
    font-size: 20px;
    margin-left: 60%;
}
.btnClass:hover,
.lotto-btn:hover {
    color: #fff;
    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 {
    width: 100%;
    padding: 8px 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    background: linear-gradient(90deg,#c21f5f,#e44f53) no-repeat center top;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

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

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

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

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


.banner{
    height: 500px;
    background: url(../img/new/integral-bg-n.jpg)  no-repeat center top;
}


.record{
    background: #fff;
    color: #000;
    font-size: 20px;
}
.record:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}


.login-out{
    padding: 20px 0;
}
.login-out>p{
    padding: 5px 10%;
    text-align: left;
}
.login-out>p.tips{
    margin-bottom: 10px;
}
#userPoint{
    color: #b48c68;
}

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

.user-center {
    float: right;
    width: 284px;
    height: 500px;
    padding-top: 30px;
    font-size: 16px;
    color: #333;
    background: #fff;
}
.user-center .login{
    padding: 0 40px;
}
.user-center .title {
    position: relative;
    margin-bottom: 40px;
}
.user-center .title img{
    position: relative;
    left: -5px;
}
.point{
    margin-bottom: 10px;
}


.split {
    padding-bottom: 10px;
    line-height: 1;
}

.split1 {
    text-align: center;
    padding-top: 10px;
}


/*商品列表*/
.goods-tab-cont{
    width: 887px;
    padding: 20px 50px;
    margin-left: 8px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    background: #fff;
}
.goods-title {
    margin: 12px 0;
    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
}

.goods-title .left span {
    display: inline-block;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 15px;
    font-size: 15px;
}

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

#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 {
    background: #ffd100;
    color: #333;

}

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

.main-goods {
    margin: 20px auto;
}

.main-goods .left-cont{
    float: left;
    max-width: 915px;
}

#goods-list {
    min-height: 364px;

}

#goods-list li {
    float: left;
    margin: 0 8px 16px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    text-align: center;
    position: relative;
    line-height: 28px;
    overflow: hidden;
    background: #fff;
    transition: all .3s;
}


#goods-list li:hover {
    box-shadow: 6px 6px 10px rgba(0,0,0,.2);
}


#goods-list li .pic {
    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;
    position: relative;
    width: 210px;
    height: 216px;
    border-bottom: 1px solid #ddd;
}

#goods-list li .pic .img {
    width: 100%;
    height: 100%;
}
#goods-list li .pic .label{
    position: absolute;
    right: 10px;
    top: 0;

}
#goods-list li .bottom {
    padding: 15px 0;
    width: 210px;
}
#goods-list li .bottom .name{
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

#goods-list li .bottom .old-points{
    color:#e93535;
}

.main-goods .right-cont{
    float: right;
    max-width: 284px;
}

.prize-link-cont{
    width: 100%;
    height: 355px;
    padding: 230px 0 0;
    text-align: center;
    background: url(../img/prize-link-n1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.user-record{
    margin: 20px 0;
}
.user-record .record-content{
    width: 284px;
    height: 498px;
    padding-top: 70px;
    background: url(../img/new/records-n1.png) no-repeat;
    background-size: 100% 100%;
}

.user-record .list {
    height: 310px;
    padding: 10px 30px 0;
    line-height: 28px;
    overflow: hidden;
}

.user-record .list li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

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

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

@keyframes  changeBg{

    50%{
        background: url(../img/prize-bg2.png) no-repeat center;
        background-size: 100% 100%;
    }
}

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

#lucky-lottery-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 999;
}
#lucky-lottery-modal .lucky-lottery-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -440px;
    margin-top: -380px;
    width: 879px;
    height: 761px;
    background: url(../img/new/lucky-bg-n.png) no-repeat center;
}

#lucky-lottery-modal .lucky-lottery-content{
    width: 674px;
    margin: 239px 0 0 115px;
}
.lucky-tips{
    height: 50px;
    line-height: 50px;
    width: 284px;
    margin: 0 auto;
    border-radius: 25px;
    text-align: center;
    color: #ae6a40;
    font-size: 14px;
    background: linear-gradient(-90deg,#ffe2db,#efca9c);
}
#lucky-lottery-modal .lucky-lottery {
    width: 481px;
    height: 431px;
    margin: 0 auto 10px;
    background: url(../img/prize-bg1.png) no-repeat center;
    background-size: 100% 100%;
    animation: changeBg 1s infinite;
}


#lucky-lottery-modal .lucky-close-modal{
    position: absolute;
    top: 42px;
    right: 110px;
    width: 60px;
    height: 60px;
    background: url(../img/new/close.png) no-repeat center;
    cursor: pointer;
}

.lucky-header{
    margin: 10px 80px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
}
.lucky-header .userPoint2{
    font-size: 20px;
    color: #fee169;
}
.lucky-header .yellow{
    color: #fee169;
    border-bottom: 1px solid #fee169;
}

.lotto-box {
    position: relative;
    width: 397px;
    height: 345px;
    margin: 46px 0 0 49px;
}

.lotto-btn,
.lotto-item {
    position: absolute;
    width: 120px;
    height: 90px;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    background: #eef4fb;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-box-shadow: 0 10px 0 #c0ccf5;
    -moz-box-shadow: 0 10px 0 #c0ccf5;
    box-shadow: 0 10px 0 #c0ccf5;

}

.lotto-item:nth-of-type(2) {
    top: 0;
    left: 130px
}

.lotto-item:nth-of-type(3) {
    top: 0;
    left: 260px
}

.lotto-item:nth-of-type(4) {
    top: 110px;
    left: 260px;
}

.lotto-item:nth-of-type(5) {
    top: 220px;
    left: 260px
}

.lotto-item:nth-of-type(6) {
    top: 220px;
    left: 130px;
}

.lotto-item:nth-of-type(7) {
    top: 220px;
    left: 0
}

.lotto-item:nth-of-type(8) {
    top: 110px;
    left: 0
}

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

.lotto-item.active {
    background: #feed57;
    -webkit-box-shadow: 0 10px 0 #ffc500;
    -moz-box-shadow: 0 10px 0 #ffc500;
    box-shadow: 0 10px 0 #ffc500
}

.lotto-item p {
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.lotto-btn {
    top: 110px;
    left: 130px;
    background: #db4242;
    -webkit-box-shadow: 0 10px 0 #b13342;
    -moz-box-shadow: 0 10px 0 #b13342;
    box-shadow: 0 10px 0 #b13342;
    transition: all .3s;
}

.lotto-box img {
    height: 60px;
}

.lotto-btn p {
    color: #fff;
}

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

.modal-point-expend{
    color: #f20091;
}


/*获奖记录弹窗*/

#lottery-record-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
}

.lottery-record-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -360px;
    margin-left: -438px;
    height: 719px;
    width: 877px;
    background: url(../img/new/lottery-record-bg.png) no-repeat center top;
}
.lottery-record-dialog.act{
    background:url(/newIntegralShop/img/new/record-bg.png) no-repeat center
}
.lottery-record-dialog.act .lottery-record-content{
    margin: 210px auto 0;
    height: auto;
}
.lottery-close{
    position: absolute;
    top: 0;
    right: 110px;
    width: 60px;
    height: 60px;
    background: url(../img/new/close.png) no-repeat center;
    cursor: pointer;
}



.lottery-record-content{
    width: 540px;
    height: 553px;
    margin: 150px auto 0;
}
.lottery-data-container{
    height: 425px;
    padding: 0 20px;
}

.lottery-data-container table{
    width: 100%;
}
.lottery-table{
    width: 100%;
}
.lottery-table td{
    padding: 0 8px;
    height: 36px;
    text-align: center;
}
.back-to-lottery{
    display: inline-block;
    padding: 0 20px 0;
    margin-bottom: 20px;
    font-size: 16px;
    color: #f53863;
    cursor: pointer;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li{
    height: 40px;
    line-height: 40px;
    width: 35px;
    margin: 0 5px;
    border-radius: 3px;
    border: none;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li > a{
    height: 100%;
    line-height: 40px;
    border-radius: 3px;
    background: linear-gradient(0deg,#ffe2db,#efca9c) !important;
    color: #ae6a40;

}
.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a{
    background: linear-gradient(0deg,#ad3461,#800326) !important;
}










.bottom .items {
    margin-top: 45px;
    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
}

.items i {
    font-size: 65px;
    color: #bf9b53;
    display: inline-block;
}
.items a{
    position: relative;
}

.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 a {
    text-align: center
}

.bottom a:hover {
    color: #666
}

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

.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;
}




.detail-wrapper .points-info .level-df.old-point-info,
.detail-wrapper .points-info p.old-point-info {
    text-decoration: line-through;
    opacity: .7
}
.act-banner{
    align-items: center;
    border-radius: 3px;
    padding: 5px 20px;
    color: #fff;
    background: #fe0851;
}
.count-down-title{
    font-size: 16px;
}
.count-clock{
    font-size: 22px;
    vertical-align: middle;
    margin-right: 3px;
}
.count-down-time>span{
    padding: 3px 2px;
    border-radius: 3px;
    margin:0 3px;
    background: #333;
}
.record-title {
    margin-top: 37px;
    padding-left: 27%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

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


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

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



/*兑换页*/
.img-scale{
    max-width: 100%;
}
.nav-bread {
    padding: 20px 0;
}

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

.detail-wrapper .detail {
    padding: 55px 0;
    background: url(../img/new/detail-bg.png) no-repeat center top;
}

.detail-wrapper .img-content {
    float: left;
    width: 650px;
    padding: 0 110px;

}
.detail-wrapper .detail-img{
    width: 400px;
    height: 400px;
    border-radius: 10px;
}
.detail-wrapper .detail-descrip {
    float: left;
    width: 550px;
    padding-right: 60px;
}
.detail-wrapper .b-tit{
    position: relative;
    font-size:20px;
    font-weight: bold;
}



.detail-wrapper .level-info{
  position: absolute;
    right: 0;
    top: 8px;
    font-size: 14px;
    font-weight: normal;
}

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


.detail-wrapper .points-info {
    padding: 10px 0;
    line-height: 32px;
    color: #4fafaa;
}
.detail-wrapper .collapse{
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #f22c2c;
    color: #f22c2c;
}

.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;
}
.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{
    display: inline-block;
    margin-right:10px;
}

.detail-wrapper .points-info .curr-point {
    font-size: 18px;
    color: #f22c2c;
}
.points-info .old-point{
    text-decoration: line-through;
    color: #999;
}

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

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

.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: 187px
}

.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;

    color: #4fafaa;
}

.detail-wrapper .options .type .properties,
.detail-wrapper .options p .properties {
    float: left;
    width: 400px;
}
.buy-cont{
    float: left;
}
.inventory-cont{
    float: left;
    line-height: 32px;
    padding: 0 7px;
}
.span-flex{
    float: left;
}
.add-reduce-cont{
    display: inline-block;
    margin-left: 5px;
}
.add-reduce-cont .buy-btn{
    display: block;
    height: 14px;
    line-height: 14px;
    width: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-align: center;

}
.add-btn{
    margin-bottom: 4px;
    background: url(/newIntegralShop/img/buy-btn.png) no-repeat center 3px;
}
.reduce-btn{

    background: url(/newIntegralShop/img/buy-btn.png) no-repeat center -12px;
}

.detail-wrapper input{
    float: left;
    width: 66px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #ddd;

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

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

.detail-wrapper .options .exchange {
    width: 120px;
    line-height: 24px;
    background: linear-gradient(0deg,#c21f5f,#e44f53) no-repeat center top;
    font-size: 16px
}

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

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

.addr-list .item {
    position: relative;
    float: left;
    width: 270px;
    height: 149px;
    background: url(../img/add-address-bg.jpg) no-repeat 0 -154px;
    margin: 0 20px 20px 0;
    padding: 15px;
    cursor: pointer;
}

.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 thead td {
    background: #c4daf7;
    color: #4fafaa;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.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;
    text-align: center;
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.confirm-exchange table tbody td {
    padding: 10px 0;
    line-height: 24px;
    background: #f1f1f1;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.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;
    padding: 15px;
}

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

    background:#c2100b;
    margin-right:10px;
}
.wh{
    width: 30%;

}
.suc-wrapper h2 {
    font-size:20px;
}
.phy-tip{
    font-size:16px;
    margin:20px 0;
}
.red {
    color: red;
}

.suc-wrapper i {
    display: block;
    width: 59px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px;
    background: #09bb07;
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
}
.con-addr-info p span:first-child{
    color:red
}

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

.integral .layui-layer-content {
    padding: 20px;
}
.layui-layer.tips-layer .layui-layer-content{
    text-align: left;
}
.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: 110px
}
#header_friendPoint2{
    display: none;
}
.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;
}
.integral .input-group select {
    width:130px;
}

.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;
}

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

.goodNews-wrapper {
    width: 320px;
    text-align: center;
}


.goodNews-wrapper h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

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

}
.goodNews-wrapper .phone{
    border-radius: 3px;
    border: 1px solid #ddd;
}
.property-tip {
    font-size: 16px;
}

/*记录弹框*/
.integral .data-container table {
    border-collapse: collapse;
    width: 100%;
}

.integral td, .integral th {
    position: relative;
    padding: 5px 10px;
    border: 1px solid #fff;
    background: #f4f4f4;
    text-align: center;
}

.integral th {
    background: #d8d8d8;
    font-size: 16px;
}

.integral td:last-child {
    text-align: left;
    padding-right: 60px;
}

.changeStatus {

}

.madeChange {
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
    background: #ca4341;
    cursor: pointer;
}
.check-btn{
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
    background: #ca4341;
    cursor: pointer;
}
.lottery-table  .text-right{
    text-align: right !important;
}
.color1{
   background:  #70b6ff;
}

.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;
}
.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;
}

/*弹窗样式*/
.layui-layer{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.layui-layer>.layui-layer-title{
    background: #fff;
}

#content_bg{
    padding-top: 84px;
    background: #e3eaf1;
}

.input-group{
    width: 90%;
    margin: 10px auto;
}

.layui-layer-btn>.layui-layer-btn0{
    background:#b48c68;
}

.top_nav.night .navbar .navbar-list a{
    color: #fff;
}

.footer-detail{
    background:#e3eaf1 url(/images/footer-bg.jpg) no-repeat center top;
}
.footer-detail.night{
    background: url(/images/footer-bg-night.jpg) no-repeat center top;
}
.icon-jifenfenlei,
.icon-shangpinfenlei{
    font-size: 18px;
    color: #4fafaa;
}
.js-integral-navbar.active a{
    color: #4fafaa;
}

.product-img{
    display: inline-block;
}
.product-des{
    display: inline-block;
}
.product-des .summary{
    color: #999;
}

.address-btn{
    width: 15px;
    height: 20px;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #333;
    background: #f1f1f1;
}
.address-count{
    min-width: 20px;
    max-width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #333;
    text-align: center;
}
.layui-layer.tips-layer .input-group>input{
    width: 200px;
}

/* 新存送弹窗 */
.masker {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom:0;
  background-color: rgba(0,0,0,0.5);
  z-index: 44444;
  display: none;
}
.goto-check-box {
  position: fixed;
    top: 43%;
    margin-top: -200px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 400px;
    text-align: center;
    z-index: 55555;
  transition: all .4s;
    transform: scale(0);}
.goto-check {
  display: block;
  width:100%;
  height: 100%;
  background:url(../img/cunsong.png) no-repeat;
  background-size: 100% 100%;

}
.goto-check-box.active {
  transform: scale(1);
}
.close-goto-check {
  position: absolute;
  border:none;
  bottom:-50px;
  width:24px;
  height: 24px;
  left:50%;
  margin-left: -12px;
  background: url(../img/closebai.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}