.contact {
  width: 100%;
  background: #f5f5f5;
  padding: 2.5%;
  margin-top: 5%;
  overflow: auto;
}

.contact .map {
  width: 620px;
  height: 325px;
}

.contact .map img {
  max-width: none;
}

.contact .p {
  font-size: 20px;
  border-bottom: 1px solid #888888;
  color: #222222;
  padding: 0 20px 15px 20px;
  margin-bottom: 25px;
}

.contact .item {
  width: 45%;
  padding: 2.5% 2.5%;
  color: #55504f;
  box-sizing: border-box;
}

.contact .item .p1 {
  font-size: 35px;
}

.contact .item .p2 {
  font-size: 16px;
  line-height: 30px;
  margin: 45px 0;
}

.contact .item .p3 {
  font-size: 20px;
}

.contact .pp1 {
  color: #222222;
  font-size: 16px;
  margin-bottom: 50px;
}
.contact .pbtitle {
  font-size: 36px;
}
.contact .item_li {
  color: #222222;
  font-size: 16px;
  margin-bottom: 40px;
}
.contact .item_li .thumb {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.contact .item_li .text {
  display: inline-block;
  vertical-align: middle;
}
.contact .item_li:last-child {
  margin-bottom: 0;
}

.contact_map {
  margin-top: 70px;
  padding: 2.5%;
  box-sizing: border-box;
}
.contact_map .map {
  width: 100%;
  height: 480px;
}
.contact_map img {
  max-width: none;
}

.contacts .form {
  margin-top: 3%;
  max-width: 780px;
  width: 50%;
}

.contacts .form ul li {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}
.contacts .form ul li:last-child {
  margin-right: 0;
  float: right;
}

.contacts .form ul li .text {
  border: 0;
  background: #ffffff;
  border: 0px solid #d2d2d2;
  border-radius: 4px;
  font-size: 18px;
  color: #313131;
  padding: 0 10px;
  line-height: 40px;
  width: 100%;
}

.contacts .textarea-add {
  border: 0;
  background: #ffffff;
  border: 0px solid #d2d2d2;
  border-radius: 4px;
  font-size: 18px;
  color: #313131;
  height: 140px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.contacts .form ul li .select {
  border: 0;
  background: #f5f5f5;
  border: solid 1px #d2d2d2;
  font-size: 18px;
  color: #313131;
  padding: 14px 5%;
  width: 100%;
  height: 52px;
}

.contacts .form .submit {
  background: #d30000;
  border: 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 100%;
  border-radius: 4px;
  line-height: 48px;
  margin: 20px 0;
  clear: both;
}

@media (max-width: 1365px) and (min-width: 1025px) {
  .contact .map {
    width: 36%;
  }
  .contacts .form {
    width: 50%;
  }
  .contacts .form ul li {
    width: 100%;
  }
  .contact_map .map {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .contact .item {
    width: 100%;
    margin-bottom: 5%;
  }
  .contact .map,
  .contacts .form {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .contact .p,
  .store .area,
  .store font {
    font-size: 16px;
  }
  .contact .item .p1 {
    font-size: 30px;
  }
  .contact .item .p3 {
    font-size: 18px;
  }
  .contacts .form ul li {
    min-width: inherit;
  }
  .contacts .item .p2 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .contacts .form .submit {
    font-size: 14px;
    width: 150px;
  }
  .contact {
    margin-top: 10%;
    padding: 5%;
  }
  .contact .p,
  .store .area,
  .store font {
    font-size: 14px;
  }
  .contact .item {
    margin-bottom: 10%;
  }
  .contact .item .p1 {
    font-size: 22px;
  }
  .contact .item .p2 {
    font-size: 14px;
  }
  .contact .item .p3 {
    font-size: 16px;
  }
  .contacts .form ul li {
    min-width: inherit;
    width: 100%;
  }
  .contacts .form ul li .text,
  .contacts .form ul li .select {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .contacts .form .submit {
    font-size: 13px;
    width: 140px;
    line-height: 40px;
  }
  .contact .p,
  .store .area {
    font-size: 12px;
  }
  .contact .item .p1 {
    font-size: 18px;
  }
  .contact .item .p2 {
    font-size: 12px;
  }
  .contact .item .p3 {
    font-size: 14px;
  }
  .contacts .form ul li .text,
  .contacts .form ul li .select {
    font-size: 13px;
  }
}