.pingan-con {
    padding-top: 86px;
    background-color: #9873ff;
}
.pingan-con .con-box {
    margin-bottom: 100px;
}
.con-blk.coupon-box {
    background-color: #ad8fff;
    padding:20px;
    margin-top: 20px;
}
.con-blk.coupon-box>h3 {
    text-align: center;
    color:#fff;
    font-size: 3.4rem;
    line-height: 34px;
    margin-bottom: 25px;
}
.coupon-box .coupon-blk {
    width: 100%;
    padding: 40px;
    background-color: #fff;
}
.coupon-list {text-align:center;}
.coupon-list>li {
    position: relative;
    display:inline-block;
    width: 31%;
    margin-right: 2%;
    overflow: hidden;
    color:#fff;
}
.coupon-list>li:last-of-type {
    margin-right: 0 !important;
}
.coupon-list li a,
.coupon-list li img {
	display:block;
	width:100%;
}
.coupon-list>li>b {
    position: absolute;
    font-size: 2.8rem;
    font-weight: lighter;
    top:16px;
    left: 18px;
}
.coupon-list>li .top {
    width: 100%;
    height: 92px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 20px;
}
.coupon-list>li .left {
    float: left;
    width: 44%;
    height: 100%;
    text-align: center;
}
.coupon-list>li .left p {
    font-size: 4.2rem;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 8px;
}
.coupon-list>li .left span {
    display: block;
    font-size:1.6rem;
    line-height: 16px;
}
.coupon-list>li .right {
    float: left;
    width: 56%;
    height: 100%;
    border-left: 1px dashed #fff;
    text-align: center;
}
.coupon-list>li .right h4 {
    font-weight: bold;
    font-size:1.8rem;
    line-height: 18px;
}
.coupon-list>li .right h4:first-of-type{margin-top: 8px;}
.coupon-list>li .right p {
    font-size:1.4rem;
    font-weight: bold;
    line-height: 20px;
}
.coupon-list>li .down {
    text-align: center;
    padding: 0 12px;
}
.coupon-list>li:nth-of-type(1) .btn-low {
    color:#f13215;
}
.coupon-list>li:nth-of-type(2) .btn-low {
    color:#30b188;
}
.coupon-list>li:nth-of-type(3) .btn-low {
    color:#ff6b01;
}
.coupon-list>li .btn-low {
    background: #fff;
    font-size: 1.7rem;
    margin-top: 20px;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
.coupon-list>li .down p {
    height:12px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 12px;
}
.coupon-list>li .right h3 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 33px;
}
.coupon-list>li .pt-l li,
.coupon-list>li .pt-l li:before,
.coupon-list>li .pt-l li:after,
.coupon-list>li .pt-r li,
.coupon-list>li .pt-r li:before,
.coupon-list>li .pt-r li:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}
.coupon-list>li .pt-l li {
    left: -6px;
}
.coupon-list>li .pt-r li {
    right: -6px;
}
.coupon-list>li .pt-l li:before,
.coupon-list>li .pt-r li:before {top:20px;}
.coupon-list>li .pt-l li:after,
.coupon-list>li .pt-r li:after {top:40px;}
.coupon-list>li .pt-l li:nth-of-type(1),
.coupon-list>li .pt-r li:nth-of-type(1){ top:4px; }
.coupon-list>li .pt-l li:nth-of-type(2),
.coupon-list>li .pt-r li:nth-of-type(2){ top:64px; }
.coupon-list>li .pt-l li:nth-of-type(3),
.coupon-list>li .pt-r li:nth-of-type(3){ top:124px; }
.coupon-list>li .pt-l li:nth-of-type(4),
.coupon-list>li .pt-r li:nth-of-type(4){ top:184px; }

.use-info p {
    position: relative;
    font-size: 1.7rem;
    color:#454545;
}
.use-info>p {
    line-height: 44px;
    padding-left: 45px;
}
.use-info p span {
    position: absolute;
    left: 0;
    top:10px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #5300cd;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
}
.use-info .text-row {
    padding-left: 45px;
}
.use-info .text-row p {
    padding-left: 24px;
    line-height: 30px !important;
}
.use-info .text-row p:after {
    position: absolute;
    content: '-';
    top:0;
    left: 0;
}
.more-info .list {
    float: left;
    width: 28%;
}
.more-info .list img {
    display: block;
    width: 60%;
    margin: 0 auto 10px;
}
.more-info .list p {
    text-align: center;
    font-size: 17px;
    line-height: 34px;
}
.more-info .group {
    float: right;
    width: 44%;
}
.more-info .btn-tall {
    display: block;
    width: 60%;
    border-radius: 6px;
    color:#fff;
    font-size: 23px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background-color: #5500cd;
    cursor: pointer;
}
.more-info .btn-tall:first-of-type {
    margin-top:30px;
    margin-bottom: 40px;
    background-color: #f13215 !important;
}
.luck-draw-blk {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 100;
}
.luck-draw-blk .bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
}
.luck-draw-form {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top:50%;
    margin-top: -190px;
    width: 600px;
    padding: 60px 90px;
    background-color: #eae0f9;
    border-radius: 6px;
}
.luck-draw-form .close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    color:#fff;
    line-height: 40px;
    font-size: 20px;
    top:20px;
    right: 20px;
    background-color: #76707c;
    cursor: pointer;
}
.luck-draw-form .close:hover {
    background-color: #555;
}
.luck-draw-form h3 {
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 42px;
}
.luck-draw-form .box {
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
    line-height: 40px;
}
.luck-draw-form label {
    float: left;
    width: 80px;
    font-size: 18px;
}
.luck-draw-form .right {
    float: left;
    width: 100%;
    height: 100%;
    margin-left: -80px;
    padding-left: 80px;
}
.luck-draw-form .int  {
    display: block;
    font-size: 18px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e5e4df;
    padding-left: 20px;
}
.luck-draw-form .row {
    float: left;
    width: 70%;
    height: 100%;
    padding-right: 20px;
}
.luck-draw-form .btn {
    display: block;
    width: 30%;
    height: 100%;
    text-align: center;
    color:#fff;
    background-color: #5500cd;
    border-radius: 6px;
    line-height: 40px;
    font-size: 18px;
    font-family: "黑体";
    cursor: pointer;
}
.luck-draw-form .btn.bg-change {background-color: #ccc;}
.luck-draw-form .btn-big {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    background-color: #5500cd;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
}
.luck-draw-form .form-blk,
.luck-draw-form .retrieve {
    width: 100%;
}
.luck-draw-form .retrieve img{
    display: block;
    width: 125px;
    margin: 0 auto 12px;
}
.luck-draw-form .retrieve h4 {
    font-size: 29px;
    line-height: 50px;
    color:#ea4531;
    text-align: center;
}
.luck-draw-form .retrieve p {
    text-align: justify;
    font-size: 18px;
    line-height: 25px;
}