.app > div {
  position: relative;
  font-size: 0px;
}
img {
  width: 100%;
  height: auto;
}
.p01 img {
  width: 100%;
  height: auto;
}
.p03 .imgs {
  position: absolute;
  top: 2.4rem;
  left: 0;
  width: 100%;
  padding: 0 0.7rem;
  box-sizing: border-box;
}
.p03 .imgs .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p03 .imgs .list .item {
  margin-bottom: 0.1rem;
  width: 1.89rem;
  border-radius: 2px;
  border: solid 1px #dcdcdc;
  text-align: center;
}
.p03 .imgs .list .item img {
  height: auto;
  width: 100%;
}
.p04 .bottom {
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: 0;
}
.p05 .bottom {
  position: absolute;
  top: 3.1rem;
  left: 0;
  right: 0;
}
.p07 .bottom {
  position: absolute;
  top: 5.6rem;
  left: 0;
  right: 0;
}
div .bottom {
  display: block;
  margin: 0.4rem auto 0;
  width: 4rem;
  height: 0.63rem;
  font-size: 0.26rem;
  line-height: 0.63rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(0deg, #dd4055 0%, #f04f3f 100%);
  border-radius: 0.31rem;
  box-shadow: 0 3px 3px #f0a191;
}
.dialog01 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.6);
  z-index: 999;
}
.dialog01 .wrap {
  position: relative;
  width: 6.93rem;
  height: 8.51rem;
  background: url(images/dailogbg-01.png) no-repeat;
  background-size: cover;
}
.dialog01 .wrap h2 {
  margin-top: 0.8rem;
  font-size: 0.46rem;
  text-align: center;
  color: #fff;
}
.dialog01 .wrap form {
  margin: 0.4rem auto 0;
  padding: 0.3rem;
  width: 6.4rem;
  height: 6.51rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
.dialog01 .wrap .exit {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.2rem;
  width: 0.7rem;
  height: 0.7rem;
}
.dialog01 .wrap .head {
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.dialog01 .wrap .head .img {
  float: left;
  margin: 0.3rem 0.27rem 0 0;
  width: 1.06rem;
  height: 1.06rem;
  background: url(images/person-bg.png) no-repeat center center;
  background-size: cover;
}
.dialog01 .wrap .head .img img {
  position: relative;
  top: -0.25rem;
  left: 0.02rem;
  width: 0.97rem;
}
.dialog01 .wrap .head .title {
  padding-top: 0.3rem;
}
.dialog01 .wrap .head .title .name {
  font-size: 0.3rem;
  margin-bottom: 0.05rem;
}
.dialog01 .wrap .head .title .text {
  font-size: 0.26rem;
  color: #666666;
}
.dialog01 .wrap .head .title .text span {
  font-weight: bold;
  padding-right: 0.05rem;
}
.dialog01 .wrap .form-group {
  margin-bottom: 0.15rem;
  width: 100%;
  padding-left: 0.24rem;
  height: 0.76rem;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-sizing: border-box;
}
.dialog01 .wrap .form-group input {
  float: left;
  width: 99%;
  height: 100%;
  font-size: 0.24rem;
  box-sizing: border-box;
  border: unset;
}
.dialog01 .wrap select.form-group {
  padding-left: 1em;
  float: left;
}
.dialog01 .wrap .cl {
  overflow: hidden;
}

.dialog01 .wrap .btn-submit {
  float: left;
  border: unset;
  width: 5.8rem;
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.3rem;
  color: #fff;
  background: linear-gradient(0deg, #f75638 0%, #fcb333 100%);
  border-radius: 5px;
}
.dialog01 .wrap .marquee {
  margin: 0.16rem auto 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0.4rem;
}
.dialog01 .wrap .marquee li {
  text-align: center;
  color: #666666;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
}
.dialog .tempWrap{
  margin-top: 0.16rem;
}
.dialog02 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.6);
  z-index: 999;
}
.dialog02 .wrap {
  position: relative;
  width: 6.93rem;
  height: 7.04rem;
  background: url(images/dailogbg-02.png) no-repeat;
  background-size: cover;
}
.dialog02 .wrap h2 {
  margin-top: 0.8rem;
  font-size: 0.46rem;
  text-align: center;
  color: #fff;
}
.dialog02 .wrap form {
  margin: 0.4rem auto 0;
  padding: 0.5rem 0.3rem 0.3rem;
  width: 6.4rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
.dialog02 .wrap .exit {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.2rem;
  width: 0.7rem;
  height: 0.7rem;
}
.dialog02 .wrap .form-group {
  margin-bottom: 0.15rem;
  width: 100%;
  padding-left: 0.24rem;
  height: 0.76rem;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-sizing: border-box;
}
.dialog02 .wrap .form-group input {
  float: left;
  width: 99%;
  height: 100%;
  font-size: 0.24rem;
  box-sizing: border-box;
  border: unset;
}
.dialog02 .wrap select.form-group {
  padding-left: 1em;
  float: left;
}
.dialog02 .wrap .cl {
  overflow: hidden;
}
.dialog02 .wrap .btn-submit {
  float: left;
  border: unset;
  width: 5.8rem;
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.3rem;
  color: #fff;
  background: linear-gradient(0deg, #f75638 0%, #fcb333 100%);
  border-radius: 5px;
}
.dialog02 .wrap .marquee {
  margin: 0.16rem auto 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0.4rem;
}
.dialog02 .wrap .marquee li {
  text-align: center;
  color: #666666;
  font-size: 0.24rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.dialog02 .wrap .marquee li span {
  color: #DE3F4C;
}
body .g-footer{
  display: none;
}
