.tit{
    width: 5rem;
    margin: 0 auto;
    padding: .364583rem;
    font-size: 30px;
    color: #454545;
    text-align: center;
}
.connectbox{
    background-color: #fff;
    display: flex;
}
.connectitem{
  	margin: 20px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.iconimg{
    height: .15625rem;
    width: .15625rem;
  font-size: 0;
}
.iconimg img{
    width: 100%;
}
.tip1{
    font-size: 16px;
    font-weight: 700;
    color: #454545;
    padding: .078125rem;
}
.tip2{
    font-size: 16px;
    color: #666;
    /*width: 1.333333rem;*/
    text-align: center;
    line-height: .104167rem;
}
.map1{
    width: 100%;
    height: 4rem;
}
.tittip{
   padding-top: .104167rem;
    font-size: .083333rem;
    color: #898a8a;
    text-align: center;
    font-weight: 700;
}
.form{
    margin-top:25px;
    font-size: 0;
}
.inputbox{
    display:  inline-block;
    width: 48%;
    height: .364583rem;
    background-color: #fff;
    border: none;
    margin-bottom: .135417rem;
    padding:0 .104167rem;
    color: #ccc;
    line-height: .364583rem;
    font-size: 16px;
}
.inputbox:nth-child(even){
    margin-left: 4%;
}
.ttip4,.ttip5,.ttip6,.ttip7{
    font-weight: 400;
    color: #999;
}
.input{
    border: none;
    color: #454545;
    height: .166667rem;
    width: 2.304167rem;
}
.textbox{
    height: .989583rem;
    resize: none;
    width: 100%;
    border: none;
    margin-bottom: .104167rem;
}
.verification{
    width: 1.770833rem;
    height: .364583rem;
    background-color: #fff;
    border: none;
    margin-bottom: .135417rem;
    padding-left: .104167rem;
    color: #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yanimg{
    width: .520833rem;
    height: 70%;
   
    display: inline-block;
}
.yaninput{
    width: .78125rem;
    height: 50%;
}
.submitBtn {
    position:relative;
    width: 100%;
    height: 200px;
    font-size: 16px;
}
.submit{
   height: 50px;
  	margin: 90px 0;
   padding: 0 .286458rem;
   background-color: #32abc5;
   color: #fff;
   border: none;
   position:absolute;
   right:0;
}
@media screen and (max-width: 768px) {
    .connectbox{
      padding: 0 15px;
    }
    .iconimg{
        height: 15px;
        width: 15px;
    }
  .iconimg img {
  	height: 15px;
    width: 15px;
  }
  .connectitem{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  	justify-content: start;
    margin-top: 10px;
  }
  .tit {
  	font-size: 14px;
  }
  .tip1{
  	font-size: 10px;
  }
    .tip2{
      font-size: 10px;
        line-height: 20px;
        /*width:3rem;*/
    }
    .map1{
        height: 5rem;
    }
    .tit{
        /*width: 10rem;*/
    }
  .tittip {
    font-size: 12px;
    font-weight: normal;
}
    .form{
      margin: 0 15px;
    }
    .inputbox{
        width: 100%;
        height: 1rem;
        background-color: #fff;
        line-height: 1rem;
        font-size: 10px;
	
    }
    .inputbox:nth-child(even) {
        margin-left: 0%;
    }
    label{
        display: flex;
    }
    .input{
        height: 1rem;
        width: 5rem;
        color: #ccc;
        
    }
    .textbox{
        height: 3rem;
        resize: none;
        width: 100%;
        border: none;
        margin-bottom: .104167rem;
        font-size: 12px;
    }
    .verification{
        width: 80%;
        height:1rem;
        font-size: 10px;
    }
    .yaninput{
        width: 4rem;
        height:1rem;
    }
    .yanimg{
        width: 80px;
        height:1rem;
        
        display: inline-block;
    }
    .submit{
        height: 45px;
        margin: 10px 0;
      	font-size: 14px;
     }
.submitBtn {
    height: 100px;
}
  }