body{
    margin: 0 ;
    padding:  0;
    background-image: url(../static/images/bg2.jpg);
    background-size: 100% 100vh;
    background-repeat: no-repeat;
}
.toast_box {
    /* width: 100%; */
    position: absolute;
    bottom: 50%;
    left: 50%;
    /* justify-content: center; */
    z-index: 10;
    transform: translate(-50%, -50%);
    display: none;
}
             
.toast_box p {
    box-sizing: border-box;
    padding: 10px 20px;
    width: max-content;
    /* 提示框的背景色 */
    background: #707070;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.8;
} 

.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #000;
}

.loading.la-dark {
  color: #333;
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 45vw;
  top: 100vw;
}

.loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.loading > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
}

.loading > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -0.75s;
}

.loading > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.625s;
}

.loading > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -0.5s;
}

.loading > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -0.375s;
}

.loading > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -0.25s;
}

.loading > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -0.125s;
}

.loading > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: 0s;
}

.loading.la-sm {
  width: 16px;
  height: 16px;
}

.loading.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.loading.la-2x {
  width: 64px;
  height: 64px;
}

.loading.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.loading.la-3x {
  width: 96px;
  height: 96px;
}

.loading.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

.container{
    width: 92vw;
	height: 66vh;
	background-color: #ffffff;
	border-radius: 20px;
    margin: 28vh auto;
    text-align: center;
    overflow: hidden;
}
.title{

	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	line-height: 0px;
	color: #000000;
    display: inline-block;
    position: absolute;
    left: 11vw;
    top: 12vh;
}
.container h2{
    margin-top:11vw ;
}
.container .line {
    width: 84vw;
    height: 0px;
    margin: 0 auto;
    border: 1px solid #eeeeee;
    margin-bottom: 60px;
}
input {
    border: none;
    outline: none;
    height: 80%;
    /* line-height: 2vw; */
    /* margin-top: 1vw; */
    margin-left: 2vw;
}
input::placeholder{

}
.houseNum,.userName,.phone{
    display: flex;
    width: 81%;
    height: 10vw;
	border: solid 2px #999999;
    margin: 7% auto;
    padding-top: 5px;
    border-radius: 6px;
}
.left{

    margin: 2px;

}
.left img{
    /* width: 80%; */
    height: 80%;
}
button{
    width: 81%;
    height: 6vh;
    background-color: #3f65e3;
    text-align: center;
    border-radius: 45px;
    line-height: 100%;
    color: white;
    outline: none;
    border: none;
    font-size: 18px;
}
.phone {
    position: relative;

}
.bitian{
    position: absolute;
    right: 2vw;
    top: 2.5vw ;
    color: #cc0000;
    font-size: 17px;
}