@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; background: #fff;
    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;
}
.tcbox h3{
    font-size: .48rem; line-height: .95rem; font-weight: bold;color: #a51dc0;
    width: 100%; clear: both; float: left; text-align: left; height: .95rem; position: relative;
    background: url('../images/tc-title01.png') no-repeat center bottom;
    background-size: 100%;
    padding-top: .47rem;
    margin-top: -1.02rem;
    text-indent: .65rem;
}

.tipSure{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .2rem;}
.tipSure a{
    width: 2.4rem; height: .78rem; display: inline-block; margin:0 auto;
    font-size: .36rem; line-height: .78rem; color: #fff; font-weight: 600;
    background: #8210c1;
    background: -webkit-linear-gradient(90deg,#5d03c1,#a51dc0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg,#5d03c1,#a51dc0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg,#5d03c1,#a51dc0); /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg,#5d03c1,#a51dc0); /* 标准的语法 */
    border-radius: .5rem;
    position: relative;
}

.close{position: absolute; top: -1.65rem; right:0; display: block; width: .7rem; height: .7rem;}
.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.57rem; display: block; margin: auto;
}
.noteTxt p{
    font-size: .3rem; padding: .15rem 0; line-height: 1.5;
}

/* #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;
}