body,
html,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

body {
    min-width: 1200px;
    text-align: center;
}

.pop-dialog {
    cursor: pointer;
}
.navTop {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 10;
}

.full_box1 {
    background: url('../images/4.2bg_01.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.full_box2 {
    background: url('../images/4.2bg_02.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.full_box3 {
    background: url('../images/4.2bg_03.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.full_box4 {
    background: url('../images/4.2bg_04.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.full_box5 {
    background: url('../images/4.2bg_05.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.full_box6 {
    background: url('../images/4.2bg_06.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.smallBox {
    width: 1200px;
    margin: 0 auto;
}

.displayFlex {
    display: flex;
}

.btn-submit {
    cursor: pointer;
}
.inputFormBg {
    background: url('../images/4.2_06.png') no-repeat;
    background-size: 100% 100%;
}
.inputFormBox {
    padding-bottom: 10px;
    padding-right: 80px;
}
.tel {
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 2px solid #E1E1E1;
  border-radius: 8px;
  padding: 22px 20px 22px 19px;
  color: #B5B5B5;
  font-size: 20px;
  outline: none;
  -webkit-appearance: none;
  text-align: left;
  width: 100%;
}
