


.contact .contact_view {
  width: 100%;  
  margin: 50px auto 0 auto;
  padding-top: 80px;
  padding-bottom: 84px;
  background:#f9f9f9;
  
}
.contact .contact_title {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.contact .contact_title p:first-child {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2em;
  color: #333;
}
.contact .contact_list {
  display: flex;
  margin-top: 82px;
}
.contact .contact_list .contact_item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.contact .contact_list .contact_item .contact_item_name {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}
.contact .contact_list .contact_item .contact_item_way {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}







.mymsg{
  width: 100%;
}
.msg{
  width: 100%;
  line-height: 40px;
  display: block;
  float: left;
}
.msg .bao{
  font-size: 16px;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  margin-right: 5px;
}

.msg .checkduo{
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-right: 5px;

}
 

.msg1{
  width: 32%;
  float: left;
  margin-right: 1.333%;
  height:40px;
  margin-bottom: 15px;
  border:1px solid #ddd;
  background: #f8f8f8; 
  padding-left:15px!important;  
}
.msg1:nth-child(3){ 
  margin-right: 0;
}
.msg2{
  width: 98.6%;
  height: auto;
  min-height: 100px;
  border:1px solid #ddd;
  background: #f8f8f8; 
  margin-bottom: 15px;
  padding-left: 15px!important;
  padding-top: 10px;
}
.msg3{
  width: 150px;
  height: 40px;
  border:1px solid #ddd;
  background: #f8f8f8; 
    padding-left: 15px!important;
}
.msg4{
  width: 100%;
  height: auto;
  min-height: 200px;
  border:1px solid #ddd;
  background: #f8f8f8; 
  margin-bottom: 15px;
  padding-left: 15px!important;
}
.tj{
  width: 150px;
  height: 40px;
  background: #000;
  border:none;
  color:#fff;
}
.tj:hover{
  background: #ddd;
  color:#333;
}
.codeimg{
  height: 40px;
  margin-top: -2px;
}






@media(max-width: 768px){
  
  
  .mymsg{
    width:94%;
    margin-left: 3%;
  }
  .msg1{
    width: 100%;
  }
  .tj{
    margin-top: 15px;
  }


  .span2{
    display: block;
  }

   .contact .contact_view{
    padding-left:15px;
    padding-right: 15px;
   }
   .contact .contact_list {
    flex-wrap: wrap;
    }
    .contact .contact_list .contact_item {
      flex: 1 1 100%;
      margin-bottom: 40px;
      padding:0;
       margin-right: 0px;
       width: 50%;
    }
    .contact .contact_list .contact_item,.contact .contact_list .contact_item:not(:last-child){
      margin-right: 0px;
    }





}
 