.home{
    background: url('../images/home_back.png')no-repeat;
    background-size: 100%;
    .title{
        width: 85%;
        margin: 0 auto;
        padding-top: 75px;
    }
    .title1{
        width: 55%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .btn{
        width: 660px;
        height: 85px;
        margin: 0 auto;
        margin-top: 60px;
        img{
            width: 300px;
        }
    }
    .tips{
        font-size: 14px;
        color: #004d77;
    }
}

.Mobile-index{
    width: 100%;
    height: 100%;
    background: url('../images/mobile_index.png')no-repeat top left;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    .form{
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .main{
        width: 100%;
        position: absolute;
        bottom: 80px;
    }
    .tips{
        font-size: 14px;
        color: #004d77;
        margin-top: 5px;
    }
}
.Mobile-register{
    width: 100%;
    height: 100%;
    background: url('../images/reg_back.png')no-repeat top left;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    .main{
        position: absolute;
        bottom: 60px;
        width: 100%;
    }
}
.Mobile-login{
    .main{
        position: absolute;
        top: 200px;
        width: 100%;
        .btn{
            margin-top: 120px;
        }
        div{
            margin-bottom: 30px;
        }
    }
}
.mobile-schedule {
    width: 100%;
    height: 100%;
    background: url('../images/reg_back.png')no-repeat top left;;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    .container{
        position: absolute;
        top: 130px;
        width: 100%;
    }
    .btn-cont{
        height: 70px;
        overflow: hidden;
        .cont{
            width: 300px;
            margin: 0 auto;
            margin-top: 15px;
            img{
                width: 90px;
            }
            .mar{
                margin: 0 15px;
            }
        }
    }
    .main{
        width: 90%;
        margin: 0 auto;
        height: 160px;
    }
    .btn-img{
        width: 190px;
        margin: 0 auto;
        margin-top: 30px;
    }
}
.mobile-schedule1{
    height: 715px;
    .btn-img{
        margin-top: 20px;
    }
}
.Invitation{
    .invi{
        width: 65%;
        margin: 0 auto;
    }
    .title1{
        margin-bottom: 20px;
    }
    .p-mode{
        width: 90%;
        margin: 0 auto;
        margin-top: 35px;
        .p_mode{
            width: 60%;
        }
        .qr_code{
            width: 40%;
        }
    }
}