body{
    width: 100%;
    height: 100%;
    background-color: #fff !important;
}

/* 输入设备码 */
.code-input{
    width: 35rem;
    height: 5rem;
    margin: 3rem 0;
    border: 1px solid #999999;
}

#code{
    text-align: center;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 2rem;
}

.submit{
    width: 15rem;
    height: 4.5rem;
    border: 1px solid #333333;
    border-radius: 0.5rem;
    font-size: 2rem;
    background-color: #F0CC18;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-body{
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    /* min-width: 100rem;
    min-height: 70rem; */
    justify-content: center;
    padding: 16rem 6.5rem 10rem 6.5rem;
    /* padding: 4rem 6.5rem; */
    background-color: #FEFDF8;
}

.sign-body>h2{
    font-size: 2.6rem;
}

.user-info{
    width: 100%;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.user-info>div{
    margin: 0 3rem;
    text-align: initial;
}

.user-name{
    font-size: 2rem;
}

.left-user{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2{
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 6rem;
}

.info-p{
    width: 52rem;
    line-height: 4.2rem;
    font-size: 2.5rem;
}

.user-img{
    width: 15.7rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.user-img>img{
    max-width: 100%;
    max-height: 100%;
}

h4{
    margin-top: 8.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.sign-list{
    display: flex;
    width: 100%;
    min-height: 15rem;
    overflow-x: auto;
    justify-content: center;
    flex-wrap: wrap;
}

.sign-div{
    box-sizing: border-box;
    padding: 0 2rem;
    min-width: 15rem;
    height: 4.5rem;
    margin: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border: 1px solid #333333;
    border-radius: 0.5rem;
}

/* 第二页 */

.sign-body-page2{
    padding: 4rem !important;
}

.sign-title{
    font-size: 30px;
    margin-bottom: 4rem;
}

.sign-info-list{
    width: 100%;
    height: 45rem;
    overflow-x: auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: flex-start; */
}

.sign-page-div{
    box-sizing: border-box;
    padding: 0 2.25rem;
    min-width: 15rem;
    height: 3.5rem;
    font-size: 1.5rem;
    margin: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    background-color: #fff;
    border-radius: 0.9rem;
    float: left;
}

/* 第二页底部按钮 */
.foot-btn-list{
    width: 100%;
    display: flex;
    padding: 0 15rem;
    margin-top: 3rem;
    justify-content: space-around;
}

.btn-div{
    width: 20rem;
    height: 4.5rem;
    border-radius: 2.5rem;
    font-size: 2rem;
    border: 1px solid #48A0F7;
    background-color: #89d1f8;
    /* background-color: #C0E9FF; */
    color: #4F91DC;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 第三页性别生日选择 */

.type-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
}

.sex-list{
    display: flex;
    align-items: center;
}
.sex{
    padding: 0.3rem 4rem;
    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid #333;
    margin: 4rem 1rem;
}
.shengri{
    display: flex;
    align-items: center;
    margin: 3rem 0;
}

.date-diy{
    width: 9rem;
    height: 3.5rem;
    font-size: 2.2rem;
    margin: 0 0.5rem;
    border: 1px solid #999999;
}

/* 太极 */
.taiji{
    margin: 2rem 0;
}
@-webkit-keyframes rotate{
    from{-webkit-transform: rotate(Odeg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{
    from{-moz-transform: rotate(Odeg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{
    from{-o-transform: rotate(edeg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{
    from{transform: rotate(Odeg)}
    to{transform: rotate(359deg)}
}
#taiji{
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

.p{
    display: none;
    line-height: 4.5rem;
    font-size: 2rem;
}

/* 创建订单支付页面 */
.tips1{
    width: 47rem;
    font-size: 1.7rem;
    margin: 3rem 0 ;
}

.tips2{
    text-align: center;
    font-size: 1.7rem;
}

.sign-lists{
    border: 1px solid #333333;
    height: 25rem;
}

.sign-tab-body{
    width: 100%;
    height: 100%;
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5rem;
}

.num-price{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.price-style{
    color: #666666;
}

.red{
    color: red;
    font-size: 12px;
}

.price{
    border: 0;
    font-size: 40px;
    margin-right: 0.5rem;
    font-weight: 500;
}

.white{
    background-color: #fff;
}
.yellow{
    background-color: #F0CC18;
}

.sign-lists>div>.sign-lists-div{
    width: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    font-size: 2rem;
    border: 1px solid #333333;
    border-radius: 2rem;
    margin: 4rem 3rem;
    /* background-color: #fff; */
}

/* 打印报告 */
.sign-print-body{
    justify-content: space-evenly;
}

.print-tips{
    font-size: 2rem;
}

.print-loding{
    
}

.print-ok{
    /* display: none; */
}

#print-ok-tips{
    /* display: none; */
    border: 1px solid #48A0F7;
    background-color: #C0E9FF;
    color: #5898DF;
    padding: 0.5rem 6rem;
    border-radius: 2rem;
}

.mobile-tips{
    display: none;
}
@media screen and ( max-width: 980px){
    .tips2{
        display: none;
    }
    
    .mobile-tips{
        display: block !important;
    }

    .user-info{
        flex-direction: column;
        justify-content: flex-start;
    }

    .info-p{
        margin: 2rem 0 0 0 !important;
    }

    .sign-body{
        padding: 10rem 3rem 0rem 3rem;
        justify-content: flex-start;
        overflow-y: auto;
    }

    h4{
        margin-top: 5.5rem;
    }

    .sign-div{
        min-width: unset;
    }

    .sign-page-div{
        min-width: unset;
        margin: 1rem 1rem;
        padding: 0;
        width: 9.2rem;
        font-size: 1.3rem;
    }

    .sign-body-page2,
    .sign-body-page3,
    .sign-body-page4{
        padding: 4rem 1.8rem !important;
    }

    .sign-body-page4{
        padding-top: 8rem !important;
        justify-content: flex-start;
    }
    
    .foot-btn-list{
        padding: 0;
    }

    .btn-div{
        width: 15rem;
        height: 4rem;
    }
    
    .sign-title{
        margin-bottom: 2rem;
    }
    
    .sign-info-list{
        border-top: 1px solid #e5e5e5;
        margin-top: 1rem;
    }
@media screen and ( max-width: 750px){
    
    .sign-page-div{
        width: 9rem;
    }
    .info-p{
        width: unset;
        line-height: 3rem;
        font-size: 2rem;
    }

    .user-img{
        width: 12.7rem;
        height: 16rem;
    }

    .shengri{
        font-size: 1.5rem;
    }

    .date-diy{
        width: 7rem;
        font-size: 1.5rem;
    }

    .p{
        font-size: 1.8rem;
    }

    .tips1{
        width: unset;
    }

    .sign-lists>div>.sign-lists-div{
        margin: 1rem 2rem;
    }

    .sign-tab-body{
        padding: 1rem 3rem;
    }

    .foot-btn-list{
        width: 100%;
    }
}