﻿.MainDiv {
    text-align: center;
    width: 100%;
    background-color: #F2F0FE;
    margin: auto;
    padding: 0px;
}
.MainBody {
    text-align: center;
    width: 100%;
    background-color: #F2F0FE;
    margin: 0px;
    padding: 0px;
}
.MainTable {
    width: 100%;
    text-align: center;
    left: auto;
    bottom: auto;
    line-height: 28px;
    font-size: 14px;
    font-family: 微软雅黑;
}
.TabBottom {
    background-color: #F1F1F1;
    font-size: 13px;
}
.TopBannerImg {
    width: 100%;
}
.ToolBar {
    background-color: #C0C0C0;
}
.MidCombox {
    vertical-align: top;
}
.MidQrCode {
    width: 90%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
.WxNameCard {
    margin: auto;
    text-align: left;
    background-color: #F8F8F8;
    max-width: 600px;
}
.FullWidth {
    width: 100%;
    margin: auto;
    padding: 0px;
}
.DivMidCenter {
    vertical-align: middle;
    text-align: center;
}
.ListTab {
    text-align: left;
    width: 100%;
}
.ListItemDiv {
    margin: 20px;
    padding: 20px;
    background-color: #0000FF;
}
.Tabbar {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.MidImage {
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}

.BookNameTools {
    position: sticky;
    top: 400px;
    z-index: 9998;
    background-color: white;
}


.WxNamePanel {
    margin: auto;
    text-align: left;
    max-width: 600px;
}
.LoginStatuDiv {
    position: absolute;
    right: 20px;
    top: 20px;
}
.UserHeadPanelDiv {
    border-style: solid;
    border-width: 1px;
    background-color: #F8F8F8;
    height: 100px;
}
.TopSlideNavBar {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.LoginBox {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.Coupon_Content{
    width :100%;
    float :left;
    height: 60px;
    left:  0;
    margin-top:20px;
    line-height:60px;
    background-color:  burlywood;
 }

.Coupon_Left {
    width: 25%;
    height: 60px;
    /*background-color: crimson;*/
    text-align :center;
    background-color:blue;
}
.Coupon_Right {
    float:right;
    height: 60px;
    left: 28%;
    width: 50%;
    background-color: crimson;
}

.Coupon_Value1{
    font-size:60px;
    color:white;
}

.Coupon {
    width: 100%;
    height: 100px;
    background: radial-gradient(circle at right top, transparent 10px, #28A4F2 0) top left / 25% 51% no-repeat, 
        radial-gradient(circle at right bottom, transparent 10px, #28A4F2 0) bottom left /25% 51% no-repeat, 
        radial-gradient(circle at left top, transparent 10px, #eeeeee 0) top right /75% 51% no-repeat, 
        radial-gradient(circle at left bottom, transparent 10px, #eeeeee 0) bottom right /75% 51% no-repeat;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,.3));
}
.Coupon::before {
    content: '';
    height: 80px;
    border: 1px dashed #fff;
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.Coupon::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    right: -5px;
    background-image: linear-gradient(to bottom, #eeeeee 5px, transparent 5px, transparent), radial-gradient(10px circle at 5px 10px, transparent 5px, #eeeeee 5px);
    background-size: 5px 15px;
}

.weui-img2 {
    background-position: 50% center;
    background-size: cover;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    max-width: 100%;
    position: relative;
}

/*.Coupons {
    width: 250px;
    height: 100px;
    position: relative;
    background: radial-gradient(circle at right top, transparent 10px, #28A4F2 0) top left / 60px 51% no-repeat, radial-gradient(circle at right bottom, transparent 10px, #28A4F2 0) bottom left /60px 51% no-repeat, radial-gradient(circle at left top, transparent 10px, #eeeeee 0) top right /190px 51% no-repeat, radial-gradient(circle at left bottom, transparent 10px, #eeeeee 0) bottom right /190px 51% no-repeat;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,.3));
}
*/