#customer .inbox {
  background: #fff;
  width: 800px;
  max-width: 100%;
  padding: 50px 20px;
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
}
#customer .inbox > a {
  position: absolute;
  bottom: 152%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(/images/kt.svg) no-repeat 58% 58% #ffe812;
  background-size: 70% auto;
}
#customer .inbox > a img {
  width: 50px;
}
#customer .inbox {
  position: relative;
}
#customer form {
  font-size: 0;
}

#customer h3,
#customer input,
#customer p,
#customer button {
  display: inline-block;
  vertical-align: top;
}
#customer .inbox > h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  display: block;
}

#customer input,
#customer select {
  width: 100%;
  margin-right: 0;
  height: 35px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  color: #2e2e2e !important;
  font-size: 12px;
  padding: 10px;
}

#customer input::placeholder {
  color: #2e2e2e !important;
}
#customer select option {
  padding: 10px 0;
  height: 35px;
  line-height: 35px;
}
#customer p {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  padding-left: 35px;
  width: 109px;
}
#customer label,
#customer label a {
  font-size: 12px;
  line-height: 1.3em;
  color: #2e2e2e;
}

#customer button {
  width: 120px;
  height: 35px;
  background-color: #003118;
  border-radius: 20px;
  font-size: 13px;
  color: #fff;
  border: 0;
}

#customer .chk_box span {
  border: 1px solid #8c9fcc;
}

/*.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}*/
.chk_box {
  position: absolute; /* top: 10px; */
  left: 5px;
}
.input + label {
  position: relative;
  color: #1c1c1c;
  font-size: 15px;
}
.chk_box input + label:hover {
  color: #1c1c1c;
}
.chk_box input + label span {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: -2px;
  text-align: center;
  border: 1px solid #233c75;
}
.write_div .chk_box input + label,
.bo_vc_w .chk_box input + label {
  padding-left: 20px;
}
.write_div .chk_box input + label span,
.bo_vc_w .chk_box input + label span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
  line-height: 16px;
}
.chk_box input + label span i {
  display: none;
  color: #fff;
  font-size: 12px;
}
.chk_box input:checked + label {
  color: #000;
}
.chk_box input:checked + label span {
  background-color: #205d39;
  border-color: #205d39;
}
.chk_box input:checked + label span i {
  display: inline-block;
  position: relative; /* bottom: -1px; */
}

.chk_box3 .selec_chk {
  /* width:30px; */ /* height:30px; */ /* margin-top:-15px; */
}
.chk_box3 {
}
.chk_box3 input[type='checkbox'] + label {
}

.chk_box3 input[type='checkbox'] + label span {
  width: 30px;
  position: absolute;
  height: 30px;
  top: 50%;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -15px;
  line-height: 27px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid #fff;
}
.chk_box3 input[type='checkbox'] + label span i {
  display: none;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}

.chk_box3 input[type='checkbox']:checked + label {
}
.chk_box3 input[type='checkbox']:checked + label span i {
  display: inline-block;
}

input::placeholder {
  color: #c8c7c7;
}
select selected {
  color: #000;
}

@media (max-width: 1250px) {
  #customer p {
    margin-top: 20px;
  }
}
.inbox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.inbox ul li {
  width: 48%;
  margin-bottom: 20px;
}
.inbox ul li input {
  color: #2e2e2e !important;
}
.inbox ul li.full {
  width: 100%;
}

@media (max-width: 720px) {
  #customer .inbox {
    padding: 42px 10px;
  }
  .inbox ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  #customer .invox > h3 {
    font-size: 16px;
  }
  #customer button {
    width: 110px;
    font-size: 12px;
  }
  #customer input,
  #customer select {
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
  }
  #customer label,
  #customer label a {
    font-size: 12px;
  }
}

#customer #agree1 {
  width: 10px;
  height: 10px;
  margin-top: 2px;
}
