@CHARSET "UTF-8";
.hahasell{
    float: left;
    width: 40%;
    padding: 15px 10px;
    color: #818181;
    text-transform: uppercase;
}

#share-discount-start{cursor:pointer;}
#share-to-discount{position:relative;}
#share-to-discount #btn-share-close{
    position: absolute;
    top: 3px;
    right: 8px;
    color: #fff;
    font-size: 1.8em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #fff;
    display: block;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;	
}
#share-discount{background-color: #fff;width:350px;}
#share-discount .title{
    background:red;
    color:#fff;
    font-weight:bold;
    padding:13px 10px;
}
#share-discount .title strong{
    font-size:1.3em;
}
#share-discount .content{
    padding:20px 10px;
    text-align: center;
}
#share-discount .at4-jumboshare .at4-count-container{
    min-width: 80px;
}
.share-note{
    font-size: 1.2em;
    margin: 8px 0;
}
.coupon-code{
    width: 200px;
    margin:0 auto;
    line-height: 50px;
    border: 3px #f39800 dashed;
    height: 50px;
    color: #00940a;
    background-color: #fff799;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}