*
{
    margin: 0;
    padding: 0;
}
body{
    background-color: #FDF5CA;
    position: relative;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.logo
{
    width: 300px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -150px;
}
.sheet
{
    
    margin: 0 auto;
    width: 70%;
    min-width: 500px;
    max-width:600px;
    padding:50px;
}
.header{
    margin-top:40px;
    padding: 40px;
    background-color: #FFDEDE;
    border-radius: 30px;
}
.header h4
{
    padding-top: 30px;
    text-align: center;
    line-height: 25px;
    
    color: #5E454B;
    word-spacing: 2px;
    
}
.sheet h1{
    color: #5E454B;
    word-spacing: 2px;
    text-align: center;
}
.timu
{
    /* 待定 */
    height: 280px;
    background-color: #F2BB7B;
    border-radius: 20px;
    margin-top: 30px;
    padding-top: 20px;
}
.timu>h2{
    text-align: center;
    font-size:26px;
}
.timu>.select{
    height: 40px;
    margin: 25px auto;
    width: 80%;


}
.text
{
    padding: 20px;
}
button
{
    height: 50px;
    width: 100%;
    color: #5E454B;
    background-color: #FFDFAF;
    border: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;

}
button:hover
{
    background-color: #FDF5CA;
}
button[disabled]{
     background-color: #FFDEDE; 
}
.score{

    width: 100%;
    background-color: #e0d4ff;
    border-radius: 30px;
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

.shows
{
    width: 80%;
    padding-top: 30px;
    margin: 0 auto;
}
.show{
    height: 50px;
    width: 300px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    
}
.shows .select{
    padding: 0;
    margin-bottom: 30px;
}
.qr
{
    height: 300px;
    margin: 50px auto 30px auto;
    border-radius: 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    /* display: flex;
    justify-content: center; */
    /* background-color: #fff;
    background-image: url(qec.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: 50px; */
}

.gzh
{
    width: 50%;
    float:left;
}
.sph
{
    width: 50%;
    float:left;

}
.png{
    width: 100%;
    border-radius: 30px;
}

.blue
{
    color:rgb(68, 68, 255)
}

.text2
{
    color: rgb(83, 83, 83);
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
}
#cal{
    height: 50px;
    width: 100%;
    color: #5E454B;
    background-color: #FFDFAF;
    border: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    margin: 25px auto;
}