@charset "UTF-8";
body {
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 80px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
#LRdiv0{
  display: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input:focus {
  outline: none;
}

button:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

.container {
  max-width: 100%;
}
.header {
  border-bottom: 1px solid #e4e4e4;
}
.header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-container #mainnav,.header .header-container #mainnav .navbar-brand {
  padding: 0;
}
.header .header-container #mainnav .navbar-brand .logo {
  width: 160px;
  height: auto;
  display: block;
  margin-left: 25px;
}
.header .header-container #mainnav .nav-toggler {
  padding: 20px;
  border-left: 1px solid #e4e4e4;
}
.header .header-container #mainnav .nav-toggler img {
  width: 49px;
  height: auto;
  display: block;
}
.header .header-container #mainnav {
  position: relative;
  width: 100%;
}
.header .header-container #mainnav #navbarNav {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 111;
  padding: 10px;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item {
  position: relative;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #191919;
  padding: 10px;
  border-bottom: 3px inset rgba(255, 255, 255, .1);
  text-align: center;
}
.header .header-container #mainnav #navbarNav .navbar-nav .nav-item:hover .nav-link {
  color: #000;
  border-bottom: 3px inset #e94609;
}

.form-section {
  font-family: Arial;
  padding: 30px;
}
.form-section .form-title {
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
.form-section .form-text {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}
.form-section .form {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
}
.form-section .form .form-content .form-left input {
  width: 100%;
  padding-left: 15px;
  color: #666;
  height: 60px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
}
.form-section .form .form-content .form-left .form-item {
  position: relative;
  margin-bottom: 20px;
}
.form-section .form .form-content .form-left .imBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form-section .form .form-content .form-left .imBox .imtypeBox {
  width: 30%;
}
.form-section .form .form-content .form-left .imBox .imtypeBox select {
  width: 100%;
  padding-left: 15px;
  color: #666;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  height: 60px;
}
.form-section .form .form-content .form-left .imBox .imvalueBox {
  width: 67%;
}
.form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 input {
  width: 48%;
}
.form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-2 {
  width: 100%;
  display: none;
}
.form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-2 input {
  width: 100%;
}
.form-section .form .form-content .form-right .form-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.form-section .form .form-content .form-right .form-item .content {
  width: 100%;
  color: #666;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: 15px;
  height: 120px;
}
.form-section .form .submit-item {
  width: 100%;
}
.form-section .form .submit-item .btn-submit {
  width: 100%;
  font-family: Arial;
  color: #fff;
  border: none;
  background-color: #eb5b24;
	border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  height: 50px;
  margin-top: 30px;
}

.footer {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  z-index: 999;
}
.footer a {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  font-family: Arial;
}
.footer a img {
  display: block;
  margin-right: 20px;
  width: 50px;
}
.footer .footer-left {
  background: #3c4457;
  border-top-left-radius: 15px;
}
.footer .footer-right {
  background: #eb5b24;
  border-top-right-radius: 15px;
}

@media (min-width: 320px) and (max-width: 413px) {
  .footer a {
    font-size: 16px;
  }
  .footer a img {
    margin-right: 5px;
    width: 30px;
  }
}
@media (min-width: 414px) and (max-width: 480px) {
  .footer a {
    font-size: 20px;
  }
  .footer a img {
    margin-right: 5px;
    width: 30px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .footer a {
    font-size: 22px;
  }
  .footer a img {
    margin-right: 10px;
    width: 40px;
  }
}
@media (min-width: 576px) and (max-width: 600px) {
  .footer a {
    font-size: 24px;
  }
  .footer a img {
    margin-right: 15px;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .footer a {
    font-size: 26px;
  }
  .footer a img {
    margin-right: 15px;
  }
}
@media (min-width: 701px) and (max-width: 750px) {
  .footer a {
    font-size: 32px;
  }
  .footer a img {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .header-container #mainnav .navbar-brand .logo {
    width: 120px;
  }
  .header .header-container #mainnav .nav-toggler {
    padding: 15px;
  }
  .header .header-container #mainnav .nav-toggler img {
    width: 32px;
  }
  .form-section {
    padding: 20px 15px;
  }
  .form-section .form {
    font-size: 16px;
    line-height: 28px;
  }
  .form-section .form-title {
    font-size: 24px;
    line-height: 30px;
  }
  .form-section .form .submit-item .btn-submit {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
