.pc-home,.pc-reg{
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    background: url('../images/pc-home.jpg')no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    .time{
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        margin-top: 357px;
    }
    .form{
        width: 260px;
        margin: 20px auto;
        .login-btn,.reg-btn{
            width: 260px;
            cursor: pointer;
        }
        .tips{
            color: #486678;
            font-size: 16px;
            text-align: center;
            line-height: 35px;
        }
        .item{
            width: 260px;
            height: 40px;
            background-color: #fff;
            margin-bottom: 25px;
            border-radius: 5px;
            overflow: hidden;
            input{
                width: 245px;
                height: 100%;
                border: none;
                font-size: 16px;
                padding-left: 15px;
            }
        }
    }
    .reg-form{
        width: 550px;
        margin:360px auto;
        font-size: 16px;
        .item{
            margin-bottom: 25px;
            .i-warp{
                width: 260px;
                height: 40px;
                background-color: #fff;
                color: #757575;
                border-radius: 5px;
                overflow: hidden;
                position: relative;
                .select{
                    position: absolute;
                    left: 60px;
                    top: 0;
                    width: 200px;
                    height: 100%;
                    border: none;
                    font-size: 16px;
                    option{
                        border: none;
                    }
                }
                .lable{
                    display: block;
                    height: 40px;
                    line-height: 40px;
                    margin-left: 15px;
                }
                input{
                    width: 245px;
                    height: 100%;
                    border: none;
                    font-size: 16px;
                    padding-left: 15px;
                }
            }
        }
        .submit{
            width: 255px;
            margin: 0 auto;
            cursor: pointer;
        }
    }
}

.pc-trip{
    width: 1024px;
    height: 984px;
    margin: 0 auto;
    background: url('../images/pc-trip.jpg')no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    .trip{
        width: 937px;
        height: 560px;
        margin:273px auto 0;
    }
    .btn{
        width: 255px;
        height: 60px;
        margin: 40px auto 0;
        cursor: pointer;
    }
}

.mob-home{
    width: 100%;
    min-height: 100%;
    background: url('../images/mob-back.jpg')no-repeat;
    background-size: 100% 100%;
    overflow-y: scroll;
    min-height: 100%;
    .slogen{
        margin: 80px auto 0;
    }
    .time{
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-top: 30px;
    }
    .form{
        width: 300px;
        margin: 70px auto 0;
        .login-btn,.reg-btn{
            width: 100%;
        }
        .tips{
            color: #fff;
            font-size: 16px;
            margin: 15px 0;
            opacity: .7;
        }
        .item{
            width: 100%;
            height: 50px;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 30px;
            input{
                width: 280px;
                padding-left: 20px;
                height: 100%;
                border: none;
                background-color: #fff;
                font-size: 18px;
            }
        }
    }
}

.mob-reg{
    overflow-y: scroll;
    min-height: 100%;
    .time{
        margin-top: 10px;
    }
    .form{
        margin-top: 10px;
        .item{
            margin-bottom: 5px;
            background-color: #fff;
            position: relative;
            height: 40px;
            .lable{
                display: block;
                height: 100%;
                margin-left: 20px;
                width: 60px;
                font-size: 18px;
                line-height: 40px;
                text-align: left;
                color: #757575;
            }
            .select{
                position: absolute;
                left: 60px;
                top: 0;
                width: 200px;
                height: 100%;
                border: none;
                font-size: 16px;
                text-indent: 110px;
                option{
                    border: none;
                    text-align: right;
                }
            }
            input{
                height: 40px;
                line-height: 40px;
            }
        }
        .login-btn{
            margin-top: 20px;
        }
    }
}

.mob-trip{
    width: 100%;
    min-height: 100%;
    background: url('../images/mob-rc-back.jpg')no-repeat;
    background-size: 100% 100%;
    overflow-y: scroll;
    min-height: 100%;
    height: 730px;
    .logo{
        width: 75%;
        margin: 20px;
    }
    .slogen{
        margin:  0 auto;
    }
    .main{
        width: 90%;
        margin: 15px auto 0;
    }
    .btn{
        width: 260px;
        margin: 25px auto 90px;
    }
}