.width90 {
    width: 90%;
}

.width70 {
    width: 70%;
}

.width50 {
    width: 50%;
}

.width30 {
    width: 30%;
}

/* 2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*版权标题*/
.copyRightTitle-1 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1.5em;
    text-indent: 0;
    margin: 0.5em auto;
    color: #8A6E3E;
    border-bottom: 1px solid #8A6E3E;
    padding-bottom: 0.2em;
}

/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    margin: 0em;
    color: #8A6E3E;
}

/*背景图*/
.bgimg {
    background-image: url(../Images/copyright.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*全屏图*/
.qqreader-fullimg {
    qrfullpage: 1;
}

.bodyPic100 {
    text-align: center;
    width: 100%;
}