@media only screen and (min-width: 1200px) {
  #advisory{
    display: block;
  }
  #consult{
    display: none;
  }
}
/* @media only screen and (min-width: 720px) {
  body {
      font-size: 23.04px;
  }
}

@media only screen and (min-width: 640px) {
  body {
      font-size: 20.48px;
  }
} */
@media only screen and (max-width: 1200px) {
  #advisory{
    display: none;
  }
  #consult{
    display: block;
  }
}
.advisoryfir{
  display: block;
}
.consultfir{
  display: none;
}

#consult{
  max-width: 600px;
  margin: 0 auto;
}

/* @media only screen and (min-width: 480px) {
  body {
      font-size: 15.36px;
  }
}

@media only screen and (min-width: 414px) {
  body {
      font-size: 13.25px;
  }
}

@media only screen and (min-width: 393px) {
  body {
      font-size: 12.58px;
  }
}

@media only screen and (min-width: 384px) {
  body {
      font-size: 12.29px;
  }
}

@media only screen and (min-width: 375px) {
  body {
      font-size: 12px;
  }
}

@media only screen and (min-width: 360px) {
  body {
      font-size: 11.52px;
  }
}

@media only screen and (min-width: 320px) {
  body {
      font-size: 10.24px;
  }
} */


.consult {
  background: #2D7BFF;
  position: relative;
}

.consult .header {
  position: absolute;
  width: 100%;
  height: 2.88rem;
}

.consult .header > img {
  width: 100%;
  height: 100%;
}

.consult .mainer {
  position: relative;
  /* z-index: 2; */
  padding-top: 2.56rem;
  overflow: hidden;
}

/* 表单 */

.mainer .form {
  background: #FFFFFF;
  border-radius: 0.08rem;
  margin: 0 0.20rem 0.20rem;
  padding-bottom: 0.30rem;
  overflow: hidden;
}

.form .form-title {
  line-height: 0.80rem;
  padding-top: 0.26rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.form-title .strong {
  font-size: 23px;
  color: #F5A623;
}

.form .form-content {
  padding: 0 0.30rem;
}

.form .form-error {
  height: 0.80rem;
  line-height: 0.80rem;
  font-size: 14px;
  color: #FF5157;
  background: #FFF0F0;
}

.form-error .icon-consult-warm {
  font-size: 15px;
  margin: 0 0.20rem 0 0.50rem;
}

.form .form-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.08rem;
  color: #ccc;
  border-bottom: 0.02rem solid #f1f1f1;
}

.form .form-item > span {
  width: 0.55rem;
  font-size: 18px;
}

.form .form-item > input,
.form-item .time-options {
  flex: 1;
  font-size: 15px;
  color: #333;
  padding: 0;
  margin: 0;
  outline: medium;
  border: 0;
}
.graphic{
  display:flex;
}
.graphic input{
  width:142px;
}
.graphicBox{
  width: 125px;
  height: 40px;
}
.graphic .yzm{
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.2rem;
  color:#333333;
}
.changePic{
  width: 45px;
  margin-left: 10px;
}
input::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

.form-item .lock-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.80rem;
  height: 0.70rem;
  line-height: 0.70rem;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #2D7BFF;
  border-radius: 0.10rem;
}

.form-item .icon-rightarrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: bold;
  color: #d0d0d0;
}

.form .sub-btn {
display: block;
  box-sizing: border-box;
  height: 0.96rem;
  padding: 0.24rem 0;
  line-height: 0.48rem;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0.30rem;
  background-image: linear-gradient(-45deg, #F5A623 0%, #FBD249 100%);
  box-shadow: 0 0.16rem 0.08rem -0.14rem #FFCA70;
  border-radius: 0.10rem;
}

.form .tips {
  margin-top: 0.24rem;
}

.form .tips .tips-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}

.form .tips-title .icon-consult-tips {
  font-size: 15px;
  color: #F7B500;
  margin-right: 0.20rem;
}

.form .tips .tips-content {
  line-height: 0.32rem;
  font-size: 13px;
  color: #ABABAB;
}

.frame {
  background: #fff;
  margin: 0 0.20rem 0.20rem;
  border-radius: 0.10rem;
  overflow: hidden;
}

.frame .frame-head {
  line-height: 0.42rem;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-top: 0.30rem;
}

/* 服务内容 */

.services {
  display: flex;
  flex-wrap: wrap;
  margin: 0.50rem 0.30rem;
}

.services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: 2.04rem;
  box-sizing: border-box;
}

.services-item:nth-of-type(1) {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.services-item:nth-of-type(2) {
  border-bottom: 1px solid #f1f1f1;
}

.services-item:nth-of-type(3) {
  border-right: 1px solid #f1f1f1;
  justify-content: flex-end;
}

.services-item:nth-of-type(4) {
  justify-content: flex-end;
}

.services-item > img {
  width: 1.30rem;
  height: 1.00rem;
  margin-bottom: 0.26rem;
}

.services-item > span {
  line-height: 0.32rem;
  font-size: 14px;
  color: #333333;
}

/* 服务流程 */

.process {
  margin: 0.40rem 0;
}

.process-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0.90rem 0.50rem;
}

.process-line:last-of-type {
  margin-bottom: 0;
}

.process-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-item > img {
  width: 0.88rem;
  height: 0.88rem;
  margin-bottom: 0.20rem;
}

.process-item > span {
  display: flex;
  justify-content: center;
  width: 0.88rem;
  font-size: 14px;
  color: #333333;
  overflow: visible;
  white-space: nowrap;
}

.process-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.44rem;
  border-bottom: 1px dashed #A9CBFF;
}

/* 真实案例 */

.case {
  margin-top: 0.36rem;
  overflow: hidden;
}

.case .case-tab {
  display: flex;
  margin: 0 0.30rem 0.30rem;
  border: 1px solid #2D7BFF;
  border-radius: 0.12rem;
  overflow: hidden;
}

.case-tab .tab-item {
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  line-height: 0.40rem;
  font-size: 14px;
  font-weight: bold;
  color: #2D7BFF;
  text-align: center;
  padding: 0.14rem 0;
  border-right: 1px solid #2D7BFF;
}

.case-tab .tab-item:last-of-type {
  border-right: 0;
}

.case-tab .tab-item.act {
  background: #2D7BFF;
  color: #fff;
}

.case-item {
  overflow: hidden;
}

.case-item .avatar {
  display: block;
  width: 1.80rem;
  height: 1.80rem;
  margin: 0 auto 0.30rem;
}

.case-item .text {
  line-height: 0.40rem;
  font-size: 14px;
  font-weight: bold;
  color: #2D7BFF;
  text-align: center;
  margin-bottom: 0.30rem;
}

.case-item .desc-item {
  display: flex;
  margin-left: 1.26rem;
  margin-bottom: 0.36rem;
}

.desc-item > img {
  width: 0.86rem;
  height: 0.86rem;
  margin-right: 0.36rem;
}

.desc-item .info > div:nth-of-type(1) {
  line-height: 0.42rem;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.04rem;
}

.desc-item .info > div:nth-of-type(2) {
  line-height: 0.34rem;
  font-size: 13px;
  color: #8E8E8E;
}

.desc-item .strong {
  line-height: 0.50rem;
  font-size: 18px;
  color: #2D7BFF;
  margin: 0 0.06rem;
}

/* 用户好评 */

.comment {
  padding: 0 0.30rem;
  margin-top: 0.30rem;
}

.comment .comment-item {
  display: flex;
  padding: 0.30rem 0;
  border-bottom: 1px solid #f1f1f1;
}

.comment .comment-item:last-of-type {
  border-bottom: 0;
}

.comment-item .avatar {
  width: 0.90rem;
  height: 0.90rem;
  margin-right: 0.30rem;
}

.comment-item .info {
  flex: 1;
  margin-top: 0.06rem;
}

.comment-item .name {
  line-height: 0.30rem;
  font-size: 12px;
  color: #8E8E8E;
  margin-bottom: 0.16rem;
}

.comment-item .text {
  line-height: 0.38rem;
  font-size: 14px;
  color: #333333;
}

/* 弹窗 */
.window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.40);
}

/* 预约成功弹窗 */

.success-window {
  position: absolute;
  top: 1.70rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.00rem;
  border-radius: 0.12rem;
  overflow: hidden;
}

.success-window .window-head {
  position: relative;
  width: 100%;
  height: 1.80rem;
  line-height: 1.80rem;
}

.success-window .window-head > div {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

.success-window .window-head > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.success-window .window-body {
  padding: 0.40rem 0.50rem;
  background: #fff;
  margin-bottom: 0.50rem;
}

.success-window .success-text {
  line-height: 0.42rem;
  font-size: 15px;
  text-align: center;
  color: #333333;
  margin-bottom: 0.20rem;
}

.success-window .success-text .strong {
  font-weight: bold;
  color: #2d7bff;
}

.success-window .qrcode {
  display: block;
  width: 2.90rem;
  height: 2.90rem;
  margin: 0 auto 0.20rem;
}

.success-window .tips {
  line-height: 0.40rem;
  font-size: 13px;
  text-align: center;
  color: #979797;
}

.success-window .close-btn {
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  margin: 0 auto;
}

.success-window .close-btn > span {
  font-size: 30px;
  color: #fff;
}

/* 联系时间弹窗 */

.time-window {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.time-window .window-head {
  position: relative;
  height: 1.10rem;
  line-height: 1.10rem;
  border-bottom: 1px solid #f1f1f1;
}

.time-window .window-head > div {
  font-size: 18px;
  color: #333333;
  text-align: center;
}

.time-window .window-body {
  padding: 0 0.30rem;
}

.time-window .close-btn {
  position: absolute;
  top: 50%;
  right: 0.30rem;
  transform: translateY(-50%);
}

.time-window .close-btn > span {
  font-size: 15px;
  font-weight: bold;
  color: #ccc;
}

.time-window .time-item {
  height: 1.00rem;
  line-height: 1.00rem;
  font-size: 16px;
  text-align: center;
  color: #333333;
  border-bottom: 1px solid #f1f1f1;
}

.time-window .time-item.act {
  color: #2D7BFF;
}

.time-window .time-item:last-of-type {
  border-bottom: 0;
}

.time-window .time-item .icon-consult-choice {
  font-size: 15px;
  margin-left: 0.12rem;
}

/* 去顶部 */
.totop {
  position: fixed;
  right: 0.20rem;
  bottom: 0.50rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.30rem;
  height: 1.30rem;
  line-height: 0.38rem;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
  background: #FFB500;
  box-shadow: 0 0.10rem 0.20rem -0.10rem #FFB500;
  border-radius: 50%;
}
