.aui-popup.aui-popup-in {
    opacity: 1;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.aui-popup {
    padding: 0;
    margin: 0;
    background: transparent;
    position: fixed;
    height: auto;
    min-width: 7rem;
    min-height: 4.5rem;
    z-index: 1001;
    opacity: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

.ggbtndiv{
    height: 40px;

}

/*.cs_ggj {*/
/*    display: block;*/
/*    color: #fff;*/
/*    border-radius: 5px;*/
/*    width: 160px;*/
/*    background: url(https://gaga28.com/image/btn2.jpg) 0 0 repeat-x;*/
/*    height: 28px;*/
/*    line-height: 28px;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*}*/

.ggdiv{margin: 0 auto; width: 320px; height: 294px; background: url(../img/gglbg.png) 0 0 no-repeat; background-size: 100%; padding: 10px; position: relative;font-size: 17px;}
.ggtit{ padding:14px 0 6px 0; width:100%;}

.ggtitri{text-align:center; color: #fff;    padding-left: 76px;}
.ggcolor{color:#FFFF00;}
.ggcon{width:300px; text-align: center; background: #fff; height: 100px; margin-top: 15px;  color:#F75F5E;}
.gggbor{ font-size: 3.8rem;margin-top: 2.7rem;font-family: "Microsoft YaHei",Arial, Helvetica; font-weight: bold; display: inline-block; }
.gggbor1{padding-left: 0rem;}
.gggbor2{margin: -0.2rem;}
.gggr{font-size: 1.8rem; font-family: "Microsoft YaHei",Arial, Helvetica; font-weight: bold; text-align:right; padding-right: 5px;}
.gggr1{font-size: 2.5rem;font-family: "Microsoft YaHei",Arial, Helvetica; font-weight: bold;}

.demo{width:500px; height:130px; position: absolute; top: 89px; left: 11px;}
.msg{text-align:center; height:32px; line-height:32px; font-weight:bold; margin-top:50px}



.ggcen{text-align: center; color: #fff; padding: 10px 0;}
.ggbtn{text-align: center;}
.ggbtn a{display: inline-block; padding: 6px 16px; background: #FCD202; margin: 0 6px;    color: #000;}
.ggbtn a.ggbtn1{background: #ccc;}

.aui-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0;
    z-index: 1000;
    visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
}

.aui-mask.aui-mask-in {
    visibility: visible;
    opacity: 1;
}