.clear::after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both
}

.pseudo-init {
  content: "";
  display: block
}

#header {
  width: 100%;
  height: 122px;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
  background: #fff
}

#header.header-red {
  background: #ff5c17
}

#header.header-red h1 {
  background-image: url(/images/logo.png)
}

#header.header-red .btn-category {
  background-image: url(/images/ico-category.png)
}

#header.header-red .util-menu {
  top: 50px
}

#header.header-red .util-menu li.search > a {
  background-image: url(/images/ico-search.png)
}

#header.header-red .util-menu li.login > a {
  background-image: url(/images/ico-login.png)
}

#header .inner-wrapper {
  width: 1184px;
  position: relative;
  margin: 0 auto
}

#header h1 {
  width: 196px;
  height: 78px;
  margin: 0 auto;
  padding-top: 36px;
  text-align: center;
  background: url(/images/logo-red.svg) 0 26px no-repeat;
  background-size: 196px 70px;
}

#header h1 > span {
  position: relative;
  visibility: hidden;
  z-index: -1
}

#header .btn-category {
  width: 101px;
  height: 102px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(/images/ico-category-red.png) 0 0 no-repeat;
  text-indent: -1999px
}

#header .btn-category > a > span {
  position: relative;
  visibility: hidden;
  z-index: -1
}

#header .util-menu {
  position: absolute;
  top: 50px;
  right: 0
}

#header .util-menu::after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both
}

#header .util-menu > li {
  float: left;
  margin-right: 30px
}

#header .util-menu > li > a {
  display: block
}

#header .util-menu > li > a > span {
  position: relative;
  visibility: hidden;
  z-index: -1
}

#header .util-menu > li.search > a {
  width: 28px;
  height: 25px;
  background: url(/images/ico-search-red.png) 0 0 no-repeat
}

#header .util-menu > li.login > a {
  width: 25px;
  height: 25px;
  background: url(/images/ico-login-red.png) 0 0 no-repeat
}

#header .util-menu > li:last-child {
  margin-right: 0
}

#footer {
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
  padding: 0 50px 22px;
  position: relative;
  overflow: hidden
}

#footer .left-area {
  float: left
}

#footer .left-area .logo {
  margin-bottom: 6px
}

#footer .left-area .copyright {
  margin-bottom: 12px;
  color: #707070;
  font-size: 12px;
  font-weight: 300
}

#footer .left-area .company-info {
  overflow: hidden;
  padding-top: 3px;
  padding-left: 10px;
  border-left: 1px solid #dbdbdb
}

#footer .left-area .company-info ul {
  float: left;
  margin-right: 25px
}

#footer .left-area .company-info ul li {
  margin-bottom: 6px;
  color: #707070;
  font-size: 12px;
  font-weight: 300
}

#footer .left-area .company-info ul li:last-child {
  margin-bottom: 0
}

#footer .right-area {
  float: right;
  margin-top: -13px
}

#footer .right-area li {
  position: relative;
  float: left;
  padding-right: 14px;
  margin-right: 14px
}

#footer .right-area li::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 14px;
  background: #707070
}

#footer .right-area li:last-child {
  margin-right: 0;
  padding-right: 0
}

#footer .right-area li:last-child::after {
  display: none
}

#footer .right-area li a {
  color: #898989;
  font-size: 14px
}

.section-860 {
  width: 857px;
  position: relative;
  margin: 0 auto;
  box-shadow: 2.3px 2.3px 9.4px 0 rgba(0, 0, 0, .11);
  border: solid 1px #dcdddd;
  background-color: #fff
}

.section-860 .inner {
  padding: 40px 56px 28px
}

.section-860 .inner h3 {
  margin-bottom: 18px;
  position: relative;
  padding-left: 9px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #ff5c17
}

.section-860 .inner h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 3px;
  height: 13px;
  background-color: #ff5c17
}

.form-table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000
}

.form-table .row {
  width: 100%;
  min-height: 44px;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #898989
}

.form-table .row:last-child {
  border-bottom-width: 0
}

.form-table .th {
  -webkit-flex: 0 0 25%;
  width: 126px;
  padding-left: 13px;
  box-sizing: border-box;
  background: #efefef;
  font-size: 15px;
  line-height: 0px;
  text-align: left;
  color: #000;
  padding-top: 20px;
}

.form-table .td {
  width: 100%;
  position: relative;
  padding: 9px 0 0 17px;
  box-sizing: border-box
}

.form-table .td input[type=password], .form-table .td input[type=tel], .form-table .td input[type=text] {
  width: 164px;
  height: 24px;
  padding: 0 0 0 10px;
  border: 1px solid #dcdddd
}

.form-table .td .btn-sm {
  display: inline-block;
  height: 19px;
  line-height: 19px;
  margin: 2px 0 0 5px;
  padding: 0 8px;
  border-radius: 12px;
  font-size: 12px;
  background: #9872ff;
  color: #fff
}

.form-table .td .tip {
  margin-left: 5px;
  font-size: 12px;
  text-align: left;
  color: #440fd3
}

@media all and (max-width: 1080px) {
  #header .inner-wrapper {
    width: 90%;
    height: 100%;
  }

  #footer {
    min-width: 100%;
  }

  #footer > div {
    width: 100%;
  }

  #footer .left-area, #footer .right-area {
    float: none;
    margin-top: 20px;
  }

  #footer .right-area li {
    padding-right: 10px;
    margin-right: 10px;
  }
}

@media all and (max-width: 768px) {
  #header {
    height: 90px;
  }

  #header .btn-category {
    top: 50%;
    transform: translateY(-50%);
    width: 15%;
    background: url(/images/ico-category-red.png) left center/65% no-repeat;
  }

  #header .inner-wrapper > div {
    height: 100%;
  }

  #header h1 {
    width: auto;
    height: 100% !important;
    padding-top: 0;
    background: url(/images/logo-red.png) center/50% no-repeat;
  }

  #header .util-menu {
    top: 50%;
    transform: translateY(-50%);
  }

  #footer {
    padding: 1.5rem 1rem;
    bottom: unset !important;
  }
}

@media all and (max-width: 480px) {
  #header .btn-category {
    width: 25%;
  }

  #footer .left-area .company-info ul {
    float: none;
  }

  #footer .right-area li a {
    font-size: 12px;
  }
}

@media all and (max-width: 700px) {
  #header .util-menu > li {
    margin-right: 10px;
  }

  #footer > div {
    width: 100% !important;
  }
  .section-860 .inner {
    padding: 20px 10px 0px
  }
  .form-table .td{
    padding: 9px 0 0 5px;
  }

  #family_mobile{
    display: block !important;
  }

  #family_pc{
    display: none !important;
  }
}