.home{
    background: url('../images/home_back.png')no-repeat;
    background-size: 100%;
    overflow: hidden;
    .title{
        width: 85%;
        margin: 145px auto 0;
    }
    .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;
    overflow: hidden;
    .title{
        width: 80%;
        margin: 145px auto 35px;
    }
    .time{
        width: 35%;
        margin: 20px auto 82px;
    }
    .main {
        width: 800px;
        margin: 0 auto;
        div {
            height: 35px;
            line-height: 35px;
            color: #fff;
            font-size: 20px;
            margin-bottom: 40px;
            width: 400px;
            input,select {
                height: 35px;
                line-height: 35px;
                width: 300px;
                font-size: 18px;
                border-radius: 3px;
                margin-left: 10px;
                background-color: #fff;
                border: none;
                background-color: #c7e1f4;
            }
            span{
                color: #18317f;
                font-size: 26px;
            }
        }
    }
    .btn-img{
        width: 300px;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 10px;
    }
}
.pc-login{
    background: url('../images/home_back.png')no-repeat;
    background-size: 100%;
    overflow: hidden;
    .title{
        width: 80%;
        margin: 145px auto 0;
    }
    .time{
        width: 35%;
        margin: 20px auto 130px;
    }
    .btn-img{
        width: 300px;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 60px;
    }
    .main{
        width: 400px;
        margin: 0 auto;
        .item{
            margin-bottom: 30px;
            span{
                color: #18317f;
                font-size: 26px;
                width: 60px;
            }
            input {
                height: 35px;
                line-height: 35px;
                width: 300px;
                font-size: 18px;
                border-radius: 3px;
                margin-left: 10px;
                background-color: #c7e1f4;
                text-indent: 10px;
            }
        }
    }
}

.pc-schedule {
    width: 1024px;
    height: 1966px;
    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: 165px;
    }
    .btn-cont{
        width: 100%;
        height: 120px;
        border-top: 1px solid #dedede;
        margin-top: 40px;
        margin-bottom: 50px;
        .cont{
            width: 850px;
            margin: 30px auto 20px;
        }
        img{
            width: 400px;
        }
    }
    .main{
        width: 90%;
        margin: 0 auto;
    }
    .btn-img{
        width: 300px;
        margin: 0 auto;
        margin-top: 100px;
        cursor: pointer;
    }
}
.pc-schedule1{
    height: 1966px;
    .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: 80px auto 100px;
    }
    .title1{
        width: 65%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .form{
        width: 60%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .tips{
        font-size: 13px;
        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: 80px auto 30px;
    }
}
.Mobile-login{
    .main{
        margin-top: 120px;
        margin-bottom: 60px;
    }
}
.mobile-schedule {
    width: 100%;
    height: 607px;
    background: url('../images/mob_trip_back.png')no-repeat top left;;
    background-size: 100% 100%;
    overflow: hidden;
    .title{
        width: 80%;
        margin: 70px auto 0; 
    }
    .btn-cont{
        height: 70px;
        overflow: hidden;
        .cont{
            width: 260px;
            margin: 0 auto;
            margin-top: 15px;
            img{
                width: 120px;
            }
        }
    }
    .main{
        width: 90%;
        margin: 0 auto;
    }
    .btn-img{
        width: 160px;
        margin: 0 auto;
        margin-top: 20px;
    }
}
.mobile-schedule1{
    height: 100%;
    .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%;
        }
    }
}