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