@charset "utf-8";

.mask{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,.8); display: none;}
.fix-bg{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9; background: rgba(0,0,0,0); display: none;}
.tcbox{ width: 6rem; height: auto; display: block;  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-border-radius: .24rem;
    -moz-border-radius: .24rem;
    border-radius: .24rem;
    padding-bottom: .3rem;
}
#LyPage .tcbox{
    height: 6.87rem;
    background: url("../images/tcBg1.png") no-repeat center top;
    background-size: 80%;
}
#CsPage .tcbox{
    height: 5.36rem;
    background: url("../images/tcBg2.png") no-repeat center top;
    background-size: 80%;
}
.tcbox h3 {
    font-size: .42rem;
    line-height: .95rem;
    font-weight: bold;
    color: #42029a;
    width: 88%;
    clear: both;
    float: left;
    text-align: center;
    height: .95rem;
    position: relative;
    padding-top: .41rem;
    text-indent: .65rem;
}

.tipSure{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .2rem;}
.tipSure a{
    width: 3.09rem; height: .95rem; display: inline-block; margin:0 auto;
    font-size: .38rem; line-height: .88rem; color: #fff; font-weight: 600;
    background: url("../images/tcBtn.png") no-repeat center top;
    background-size: 100%;
    position: relative;
}

.close{position: absolute; top: -.6rem; right:0; display: block; width: .73rem; height: .73rem;}
.close a{width: 100%; display: block;}
.close a img{width: 100%; display: block;}

/* #notePage{display: block;} */
.noteTxt,.giftTxt{
    width: 100%; clear: both;
    padding: .36rem 0;
    text-align: center;
}
.noteTxt img {
    width: 2.7rem;
    display: block;
    margin: 0 auto;
}
.noteTxt p{
    font-size: .36rem;color: #333;margin-top: -.48rem;
}
.giftTxt .lydsx{
    margin-bottom: .18rem;
}
/* #myGiftPage{display: block;} */
.giftTxt img{
    width: 3.5rem; display: block; margin: auto;
}
.giftTxt p{
    font-size: .3rem; padding: .15rem 0 0; line-height: 1.5;
}