html,
body {
  margin: 0;
  padding: 0;
}
body {
}

img {
  width: 100%;
}

.cont {
  width: 100%;
  padding: 5px 4% 50px 4%;
  box-sizing: border-box;
  background-color: #1f4fd5;
}

.form {
  padding: 10px 23px;
  min-height: 190px;
  background: #fff;
  border-radius: 4%;
  box-sizing: border-box;
}

.smallHorn {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 30px;
  background: #fff6ef url(../img/tip.png) 5px center/20px 20px no-repeat;
  font-size: 14px;
  line-height: 30px;
  color: #ef7f2d;
}

#swiper3 {
  height: 30px;
}

.tip-box {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.tip-text {
  padding-left: 100%;
  white-space: nowrap;
  animation: loop-animation 7s linear infinite both;
}

@keyframes loop-animation {
  0% {
    transform: translateZ(0);
  }

  100% {
    transform: translate3d(-250%, 0, 0);
  }
}

.phone {
  width: 100%;
  height: 45px;
  border-radius: 16px !important;
  margin: 0 auto;
  border: 1px solid #d2d2d2 !important;
  display: flex;
  padding: 0 7px;
  box-sizing: border-box;
  align-items: center;
  margin: 15px auto;
}

.phone img {
  width: 30px;
  height: 30px;
}

.phone input {
  flex: 1;
  height: 26px;
  line-height: 26px;
  border: none;
  margin-left: 5px;
  outline: none;
}

.agreement {
  width: 100%;
  min-height: 14px;
  margin: -5px auto 10px 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.sel-box {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #1989fa;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 10px;
}

.sel-box.on {
  background: #1989fa url(../img/select.png) center/14px 14px no-repeat;
}

.agreement-text span {
  color: rgb(71, 114, 252);
}

.btnok {
  border-radius: 16px !important;
  width: 100%;
  height: 38px;
  margin: 0 auto;
  margin-top: 9px;
  background: #1989fa;
  font-size: 17px;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.imgboxsix {
  width: 100%;
  height: auto;
  border-radius: 4%;
  margin-top: 0px;
}

.keep {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #fff;
}

.keep p {
  margin: 9px 0;
}

#full-tip {
  max-width: 90%;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  z-index: 4;
  top: 50%;
  left: 50%;
  color: #fff;
  border-radius: 5px;
  transform: translateX(-50%) translateY(-50%);
}

.full-agreement {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  overflow: hidden;
}

.full-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 15px;
}

.full-text-box {
  width: 96%;
  height: 90%;
  margin: 10% auto;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
}

.full-text-box h1 {
  margin: 0;
  line-height: 50px;
  color: #666;
  text-align: center;
}

.text-cont {
  height: calc(100% - 50px);
  overflow-y: auto;
}

.banner {
  position: relative;
  background-color: #1f4fd5;
}

.banner-silder {
  width: 100%;
  height: 36px;
  line-height: 36px;
  width: 100%;
  position: absolute;
  top: 18px;
  box-sizing: border-box;
  padding-left: 40px;
  font-size:12px;
  background: url(../img/tz-white.png) 15px center/15px 15px no-repeat;
  color: #fff;
}

#swiper1 {
  height: 36px;
}

.testContent {
  width: 100%;
  min-height: 220px;
  padding: 16px 0 20px 0;
  background: #fff;
  border-radius: 9px;
  box-shadow: rgba(136, 160, 205, .6) 0px 1px 9px 0px;
  margin-top: 16px;
}

.t-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}

#swiper2 {
  height: 180px;
}

.pl-item {
  width: 100%;
  height: 60px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: url(../img/avatar1.png) 5px center/40px 40px no-repeat;
}

#swiper2 .swiper-slide:nth-of-type(4n + 1) .pl-item {
  background-image: url(../img/avatar1.png);
}

#swiper2 .swiper-slide:nth-of-type(4n + 2) .pl-item {
  background-image: url(../img/avatar2.png);
}

#swiper2 .swiper-slide:nth-of-type(4n + 3) .pl-item {
  background-image: url(../img/avatar3.png);
}

#swiper2 .swiper-slide:nth-of-type(4n) .pl-item {
  background-image: url(../img/avatar4.png);
}

.pl-item p {
  line-height: 20px;
  margin: 0;
}
.pi-text {
    font-size: 13px;
}

.my-order {
    background: linear-gradient(0deg, rgba(255, 84, 39, .8), rgba(0, 188, 212, .8));
    box-shadow: 0 2px 7px 0 rgba(255, 127, 28, .8);
    width: 15px;
    font-size: 13px;
    margin-bottom: 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 250px;
    line-height: 18px;
}
.my-order img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.my-order1 {
    background: linear-gradient(0deg, rgba(255, 84, 39, .8), rgba(0, 188, 212, .8));
    box-shadow: 0 2px 7px 0 rgba(255, 127, 28, .8);
    width: 15px;
    font-size: 13px;
    margin-bottom: 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 150px;
    line-height: 18px;
}
.my-order1 img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}


#toCase {
  width: 158px;
  height: 46px;
  position: absolute;
  right: 29px;
  bottom: 15px;
}
#toCase img {
  width: 100%;
  height: 100%;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 66;
  color: #fff;
  display: none;
}

.loading-box {
  width: 140px;
  height: 100px;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
}
#loading img {
  width: 30px;
  height: 30px;
  animation: xuanzhuan 5s linear infinite both;
}
#loading p {
  margin: 0;
  line-height: 30px;
}

@keyframes xuanzhuan {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}