html,body{
    width:100%;
    height: 100%;
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
}
#main{
    position: relative;
    width:100%;
    height:100%;
    background: url('http://node.koooyooo.com/images/hslbg/1main.jpg') no-repeat;
    /*background: url('http://wx.koooyooo.com/wp-content/uploads/2015/09/hslbg_bg_11.jpg') no-repeat;*/
    background-size:100% 100%; 
}

/* removed by Yanping, 20150908
.qrcode {
    background: url(../images/qrcodes.png) no-repeat 0 24px;
    text-align: center;
}
*/

.result {
    width:100%;
    height:110px;
    position: absolute;
    /*left:20%;*/
    top:25%;
    text-align: center;
    color: #fff;
    font-size:1em;
    opacity: 0;
    z-index: 100;
}
.result div{
    
}
#result_div{
    width:80%;
    position: absolute;
    left:12%;
    top:0%;
    background-image: url('http://node.koooyooo.com/images/hslbg/1mainb.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#result_text{
    position: relative;
    margin-top: 110px;
    margin-bottom: 20px;
    margin-left: -15px;
    line-height: 24px;
}


.result-show {
    opacity: 1;
    /*margin-top: 50px;*/ /* removed by Yanping, 20150825 */
}


#result_qrcode{
    display: none;
    width: 100%;
    left:0px;
    margin-top:-20px;
}
#result_qrcode canvas{
    width:128px;
    border-radius:5px;
    background-color: #fff;
    padding: 10px;
}
#result_qrcode img{
    width: 70%;
    position: absolute;
    right: 5px;
    top: 140px;
    z-index: 99999;
}
#result_qrcode p{
    font-size: 14px;
    margin-bottom:10px;
    color: #FFFF00;
    margin: 10px 5px;
}


/*
Added by Yanping, for kuyao my_coupon page, coupon list style, 20150828
*/
.kaensoft_weixin_koooyooo_div_coupon{
    width:96%;
    height:150px;
    text-align: center;
    border-radius: 5px;
    border:1px solid #333;
    margin:5px 2% 5px 2%;
    padding-top:10px;
    color:#fff;
    font-size:12px;
}
.kaensoft_weixin_koooyooo_div_coupon .title{
    font-size:24px;
    color:#fff;
}


#kaensoft_weixin_koooyooo_div_qrcode{
    display: none;
    position:fixed;
    width:100%;
    height:100%;
    padding-top:10%;
    text-align: center;
    z-index: 99999;
}
#kaensoft_weixin_koooyooo_div_qrcode canvas{
    border-radius: 5px;
    border:1px solid #333;
    padding:10px;
    margin:20px 0px;
    width: 50%;
}
#kaensoft_weixin_koooyooo_div_qrcode img{
    margin-bottom:30px;
    width:60px;
}


#kaensoft_weixin_koooyooo_div_nocoupon{
    position:fixed;
    width:100%;
    height:100%;
    padding-top:35%;
    text-align: center;
    z-index: 99999;
    background-color: #008000;
    color: #fff;
}

/**
 * in mycoupon page
 */
#kaensoft_weixin_koooyooo_div_coupon_memberinfo{
    margin:10px 2% 10px 2%;
}


/* added for coupon page note, 20160101
 */
#kaensoft_weixin_koooyooo_div_coupon_list_note{
    text-align: center;
    padding: 15px;
    font-size: 10px;
    color: #999;
}

/*
button list
*/

#kuyao_arrow_img{
    position: fixed;
    bottom:5%;
    right:36%;
}
#wx_add_to_contact{
    position: fixed;
    bottom:6%;
    right:20%;
}
#kuyao_coupon_list{
    position: fixed;
    bottom:6%;
    right:4%;
}
#kuyao_arrow_img img{
    line-height: 14px;
    font-size:14px;
    /*background: #FFFF00;*/
    width:50px;
    height:50px;
    border-radius: 50px;
    /*border: 1px solid #fff;*/
}
#kuyao_coupon_list,
#wx_add_to_contact{
    line-height: 14px;
    font-size:14px;
    color:#254117;
    background: #f3f259;
    width:40px;
    height:40px;
    border-radius: 40px;
    border: 1px solid #333;
}
#kuyao_coupon_list span,
#wx_add_to_contact span{
    position: relative;
    top: 4px;
}

/*
button list
*/

/*
success prize img
*/
#result_success_prize{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    z-index: 99999;
}
#result_success_prize img{
    width: 100%;
    height: auto;
}




#kaensoft_weixin_koooyooo_div_not_autherized_hx_user{
    position:fixed;
    width:100%;
    height:100%;
    padding-top:35%;
    text-align: center;
    z-index: 99999;
    background-color: #008000;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}


/*
hx result css, added by Yanping, 20150830
*/
#result_hx{
    position:fixed;
    width:100%;
    height:100%;
    padding-top: 20%;
    text-align: center;
    z-index: 99999;
    color: #fff;
}
#result_hx_div{

}
#result_hx_text{
    position: relative;
    margin: 30px 110px 0px 110px;
    line-height: 24px;
    padding: 15px 0px;
    background: #228B22;
    border-radius: 10px;
}
#result_hx_div_couponinfo{
    background-color: #483D8B;
    margin-top:80px;
    line-height:20px;
    padding: 20px 0px;
}
#result_hx_status{
    margin-top:20px;
}
#result_hx_post_title{
    font-size:24px;
    margin-bottom:20px;
}






body.kaensoft-weixin-mobile-home-with-viewport-for-koooyooo{
    width:100%;
    height:auto;
}


#main_zgqph{
    position: relative;
    width:100%;
    height:100%;
    background: url('http://node.koooyooo.com/images/shandong/102zgqph/3sponsors.jpg') no-repeat;
    /*background: url('http://wx.koooyooo.com/wp-content/uploads/2015/09/hslbg_bg_11.jpg') no-repeat;*/
    background-size:100% 100%; 
}

#kaiye_yaoyaole{
    position: relative;
    width:100%;
    height:100%;
}
