.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;
    }
}
.pc-reg{
    background: url('../images/home_back.png')no-repeat;
    background-size: 100%;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    position: relative;
    .title{
        width: 80%;
        margin: 0 auto;
        padding-top: 25px;
    }
    .time{
        width: 35%;
        margin: 20px auto 82px;
    }
    .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;
                border-radius: 10px;
                margin-left: 10px;
                border: 1px solid #0066a8;
                box-sizing: content-box;
                background-color: #fff;
            }
            span{
                color: #0066a8;
                font-size: 26px;
            }
        }
    }
    .btn-img{
        width: 260px;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 10px;
    }
}
.pc-login{
    background: url('../images/home_back.png')no-repeat;
    background-size: 100%;
    .title{
        width: 80%;
        margin: 0 auto;
        padding-top: 25px;
    }
    .time{
        width: 35%;
        margin: 20px auto 130px;
    }
    .btn-img{
        width: 260px;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 60px;
    }
    .main{
        width: 400px;
        margin: 0 auto;
        .item{
            margin-bottom: 30px;
            span{
                color: #0066a8;
                font-size: 26px;
                width: 60px;
            }
            input {
                height: 35px;
                line-height: 35px;
                width: 300px;
                padding-left: 20px;
                font-size: 18px;
                border-radius: 10px;
                margin-left: 10px;
                border: 1px solid #0066a8;
            }
        }
    }
}

.pc-schedule {
    width: 1024px;
    height: 2180px;
    margin: 0 auto;
    position: relative;
    background: url('../images/trip_back.png')no-repeat top left;;
    background-size: 100% 100%;
    overflow: hidden;
    .title{
        width: 80%;
        margin: 30px auto;
        margin-top: 30px;
    }
    .btn-cont{
        width: 100%;
        height: 120px;
        border-top: 1px solid #dedede;
        margin-top: 40px;
        .cont{
            width: 360px;
            margin: 30px auto 20px;
        }
        img{
            width: 140px;
        }
    }
    .main{
        width: 90%;
        margin: 0 auto;
    }
    .btn-img{
        width: 300px;
        margin: 0 auto;
        margin-top: 100px;
        cursor: pointer;
    }
}
.pc-schedule1{
    height: 1600px;
    .btn-img{
        margin-top: 45px;
    }
}

.Mobile-index{
    width: 100%;
    height: 100%;
    background: url('../images/mobile_index.png')no-repeat top left;
    background-size: 100% 100%;
    overflow: hidden;
    .title{
        width: 85%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .title1{
        width: 65%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .form{
        width: 60%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .tips{
        font-size: 14px;
        color: #004d77;
        margin-top: 5px;
    }
}
.Mobile-register{
    width: 100%;
    height: 100%;
    background: url('../images/mobile_index.png')no-repeat top left;
    background-size: 100% 100%;
    overflow: hidden;
    .title{
        width: 85%;
        margin: 0 auto;
        margin-top: 40px;
    }
}
.Mobile-login{
    .main{
        margin-top: 120px;
        margin-bottom: 60px;
    }
}
.mobile-schedule {
    width: 100%;
    height: 915px;
    background: url('../images/trip_back.png')no-repeat top left;;
    background-size: 100% 100%;
    overflow: hidden;
    .title{
        width: 80%;
        margin: 20px auto 0; 
    }
    .btn-cont{
        height: 70px;
        overflow: hidden;
        .cont{
            width: 200px;
            margin: 0 auto;
            margin-top: 15px;
            img{
                width: 90px;
            }
        }
    }
    .main{
        width: 90%;
        margin: 0 auto;
    }
    .btn-img{
        width: 260px;
        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%;
        }
    }
}