.home{
    background: url('../images/home_back.png')no-repeat;
    background-size: 100%;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    overflow: hidden;
    .btn{
        width: 550px;
        height: 85px;
        margin: 0 auto;
        margin-top: 530px;
        img{
            width: 240px;
        }
    }
}

.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%;
        }
    }
}
.pc-reg{
    background: url('../images/pc_reg_back.png')no-repeat;
    background-size: 100%;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    .form{
        margin-top: 260px;
    }
    .main {
        width: 780px;
        margin: 0 auto;
        div {
            height: 35px;
            line-height: 35px;
            color: #fff;
            font-size: 20px;
            margin-bottom: 40px;
            width: 360px;
            input,select {
                height: 35px;
                line-height: 35px;
                width: 260px;
                padding-left: 20px;
                font-size: 18px;
                margin-left: 10px;
                box-sizing: content-box;
                background-color: #fff;
                background: rgba(248, 225, 232, .9);
                border:none;
            }
            option{
                background-color: #fff;
            }
            span{
                color: #140377;
                font-size: 22px;
            }
        }
    }
    .btn-img{
        width: 260px;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 10px;
    }
}
.pc-login{
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    background: url('../images/pc_reg_back.png')no-repeat;
    background-size: 100%;
    overflow: hidden;
    .btn-img{
        width: 260px;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 60px;
    }
    .main{
        width: 400px;
        margin: 0 auto;
        margin-top: 300px;
        .item{
            margin-bottom: 30px;
            span{
                color: #140377;
                font-size: 22px;
                width: 60px;
            }
            input {
                height: 35px;
                line-height: 35px;
                width: 300px;
                padding-left: 20px;
                font-size: 18px;
                margin-left: 10px;
                background: rgba(248, 225, 232, .9);
            }
        }
    }
}

.pc-schedule {
    width: 1024px;
    height: 1360px;
    margin: 0 auto;
    position: relative;
    background: url('../images/pc_trip_back.png')no-repeat top left;;
    background-size: 100% 100%;
    overflow: hidden;
    .form{
        margin-top: 336px;
    }
    .btn-cont{
        width: 100%;
        margin-top: 40px;
        .cont{
            width: 90%;
            margin: 30px auto 20px;
            .trip-btn{
                margin: 0 30px;
            }
        }
        img{
            width: 287px;
        }
    }
    .main{
        width: 90%;
        height: 455px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .btn-img{
        width: 300px;
        margin: 0 auto;
        margin-top: 70px;
        cursor: pointer;
    }
}
.pc-schedule1{
    height: 1600px;
    .btn-img{
        margin-top: 45px;
    }
}