html,body {
    position:relative;
    /* height:100%; */
    width:100%;
    font-size: .24rem ; 
} 
html,body {
max-width:640px;
margin:0 auto;
}
* {
    padding:0;
    margin:0;
}
input{
    -webkit-appearance: none;
}
input[disabled]{background: none;opacity:1} 
a{
    text-decoration:none;
    color: #544e4c;

}
a:active {
    color: inherit;
    
}
i,em{
    font-style: normal;
}
li {
    list-style:none;
}
body {
    background: #ffff;
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif; 
      font-size: .24rem ; /* =14px */ /* !important*/
      color: #221f1d;
    }
*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+hr, *+ol, *+p, *+pre, *+ul {
    margin-top: 0rem  ;
}
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0 0 0rem 0  ;
}
ol, ul {
    padding-left: 0em;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0rem 0;
    font-weight: 600; 
    font-size: .24rem ; /* =14px */ /* !important*/
}
input,button,option,select{
    font-size: .24rem;
}

select:focus{
    outline: medium;
}
.rem2{
    height: .2rem;
    background:#f6f6f6;
}
@media screen and (min-width: 320px) {html{font-size:50px !important;}}
@media screen and (min-width: 360px) {html{font-size:56.25px !important;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px !important;}}
@media screen and (min-width: 400px) {html{font-size:62.5px !important;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px !important;}}
@media screen and (min-width: 440px) {html{font-size:68.75px !important;}}
@media screen and (min-width: 480px) {html{font-size:75px !important;}}
@media screen and (min-width: 520px) {html{font-size:81.25px !important;}}
@media screen and (min-width: 560px) {html{font-size:87.5px !important;}}
@media screen and (min-width: 600px) {html{font-size:93.75px !important;}}
@media screen and (min-width: 640px) {html{font-size:100px !important;}}
@media screen and (min-width: 680px) {html{font-size:100px !important;}}
@media screen and (min-width: 720px) {html{font-size:100px !important;}}
@media screen and (min-width: 760px) {html{font-size:100px !important;}}
@media screen and (min-width: 800px) {html{font-size:100px !important;}}
@media screen and (min-width: 960px) {html{font-size:100px !important;}}

#app{
    min-height: 100vh;
}
.app-bg{
    background-color: #FFF8EA;
}
.wrap {
    flex-wrap: wrap;
}
.rcc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.rbc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.rbs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.rsc {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.rss {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.rec {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.ccc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cbc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.cbs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.csc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.css {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.dt {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.login-box{
    min-height: 100vh;
}
.banner-login{
    width: 100%;
}
.login-agreement-box{
    margin: .2rem 0;
}
.form-login{
    padding: .3rem .4rem;
    box-sizing: border-box;
}
.login-form-item{
    background-color: #F6EBD7;
    padding: .1rem .2rem;
    margin: .3rem 0;
    border-radius: .15rem;
    position: relative;
}
.login-form-title{
    white-space: nowrap;
    padding-left: .1rem;
    padding-right: .2rem;
    color: #000;
    width: 1rem;
}
#login-form .login-form-input, #entry-form .login-form-input{
    width: 2.6rem;
    margin-bottom: 0;
    border: 0;
    background: transparent;
    height: .6rem;
}
#entry-form .login-form-input{
    width: 100%;
}
.icon-down{
    position: absolute;
    top: .3rem;
    right: .3rem;
}
.btn-code{
    width: 1.28rem;
    height: .44rem;
    line-height: .44rem;
    font-size: 11px;
    margin-left: .2rem;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #D9BC90;
    color: #fff;
    text-align: center;
    border-radius: .1rem;
    white-space: nowrap;
}
.btn{
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    font-size: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #BD221F;
    color: #fff;
    text-align: center;
    border-radius: .4rem;
    margin: .5rem auto;
}
.btn-entry-disabled{
    background-color: #D9827D;
}
.login-box .mui-checkbox.mui-left label{
    padding-right: 0;
    padding-left: 28px;
}
.login-box .login-agreement-box input[type=checkbox]:checked:before{
    color: #BD221F;
}
.login-box .login-agreement-box input[type=checkbox]:before{
    font-size: 24px;
}
.login-box .login-agreement-box.mui-left input[type=checkbox]{
    left: 0;
    top: 5px;
}

.agreement{
    width: .24rem;
    height: .24rem;
    background: #ddd;
    margin-right: .1rem;
}
.banner-index{
    width: 100%;
}
.index-bg{
    background-color: #700A00;
}
.index-btn-box{
    width: 100%;
    padding: .2rem .4rem;
    box-sizing: border-box;
}
.index-btn{
    width: 4.44rem;
    height: 1.5532rem;
    margin: .2rem 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.index-btn-entry{
    background-image: url("../images/btn-entry.png");
}
.index-btn-score{
    background-image: url("../images/btn-score.png");
}
.article-box{
    padding: 0 .36rem;
    box-sizing: border-box;
}
.article-title{
    width: max-content;
    padding: 0 .4rem;
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    background-image: linear-gradient(to bottom, #FEF0D1, #FBE4B9);
    color: #700A00;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    border-bottom-left-radius: .35rem;
    border-bottom-right-radius: .35rem;
}
.article-content{
    font-size: 14px;
    text-align: justify;
    line-height: .4rem;
    margin-top: .4rem;
}
.form-entry{
    width: 100%;
    padding: .3rem .4rem;
    box-sizing: border-box;
}
.score-base{
    width: 100%;
    padding: .3rem .4rem;
    box-sizing: border-box;
}
.score-box{
    width: 100%;
    min-height: 3.890rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/bg-score-box.png");
    padding: .4rem .56rem;
    box-sizing: border-box;
}
.score-item{
    width: 50%;
    margin-bottom: .2rem;
}
.score-title{
    color: #700A00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .08rem;
    padding-left: .1rem;
    box-sizing: border-box;
    text-align: center;
}
.score-ul{
    width: 100%;
}
.score-li{
    padding: .1rem .2rem;
    box-sizing: border-box;
    background-color: #F6EBD7;
    border-radius: .06rem;
    margin: .1rem .1rem;
    white-space: nowrap;
}
.score-title-center{
    color: #700A00;
    font-size: 18px;
    font-weight: bold;
    margin: .68rem auto .6rem auto;
    box-sizing: border-box;
}
.score-award-box{
    width: 100%;
    height: 1rem;
    background-color: #F6EBD7;
}
.score-award-icon{
    width: .45rem;
    height: .45rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/bg-score-icon.png");
}
.score-award-left{
    transform: scaleX(-1);
}
.score-award-title{
    color: #700A00;
    font-size: 20px;
    font-weight: bold;
    padding: 0 .16rem;
}
.score-award-right{
    position: relative;
}
.score-award-state{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: .9045rem;
    height: .435rem;
    line-height: .42rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/bg-score-state.png");
    position: absolute;
    top: -.45rem;
    left: .1rem;
}