* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    font-family: inherit, Sora, system-ui, sans-serif, Avenir, Helvetica, Arial, sans-serif !important;
    max-width: 100vw;
    width: 100%;
}

body {
    height: auto;
    margin: 0;
    font-size: 14px;
}

ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    background: linear-gradient(135deg, #e66cfc .38%, #937bfd 107.78%);
}

.mt10 {
    margin-top: 15px !important;
}

.app-html {
    padding: 10px 10px 0 10px;
}

.app-body {
    padding: 20px;
    margin: 0px auto;
    max-width: 600px;
    border: 5px solid #000;
    border-radius: 15px;
    background: #fff url(bg.png) center top no-repeat;
    background-size: 100% auto;
}

.app-body .h1 {
    text-align: center;
    margin-bottom: 10px;
}

.app-body .h1 strong {
    font-size: 28px;
    line-height: 40px;
    color: #4c2f8e;
    display: block;
}

.app-body .h1 img {
    /*height: 100px;*/
}

.i-right {
    text-align: right;
}

.i-right span {
    background: linear-gradient(135deg, #0a9103 .38%, #280065 107.78%);
    padding: 3px 5px;
    color: #fff;
    font-size: 28px;
    vertical-align: middle;
    border-radius: 20px;
    line-height: 20px;
    height: 28px;
    display: inline-block;
    margin-bottom: 5px;
}

.i-right span i {
    display: block;
    border-radius: 18px;
    color: #056a00;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    padding: 0 14px;
    font-style: normal;
    background: #fff;
}

.cc .a {
    display: block;
    border: 2px solid #280065;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
    margin-bottom: 8px;
    background: #fff;
}

.cc .a a {
    color: inherit;
    text-decoration: none;
    font-size: 17px;
    color: #023d65;
    font-weight: 600;
}

.cc .a-new {
    background: #f9ebbf;
}

.cc .a-new a {
    color: #780c00;
}

.c1 p {
    text-align: center;
    color: #7f3b00;
    line-height: 22px;
    margin: 5px 0;
    font-size: 15px;
}

.c2 {
    padding: 20px;
    background: #f8f6e3;
    border-radius: 10px;
    text-align: center;
    color: #262237;
    margin-top: 10px;
    margin-bottom: 10px;
}

.c2 p {
    line-height: 20px;
    padding: 3px 0;
}

.c2 strong {
    color: #c14000;
}

.c3 {
    color: #666;
}

.c3 .h3 {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0;
}

.c3 p {
    padding: 5px 0;
    line-height: 18px;
    font-size: 13px;
}