.title-box > h1 {
  background: url(/Image/BG_purple.jpg);
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  padding: 10px 27px;
}
.title-box > h1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}
.title-box .nav-box {
  padding: 43px 7px;
  text-align: justify;
  border-bottom: 1px solid #b695ce;
  z-index: 3;
  position: relative;
}
.title-box .nav-box li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.title-box .nav-box li:hover a,
.title-box .nav-box li.current a {
  background-color: #ffca05;
  color: #6d279d;
}
.title-box .nav-box li a {
  display: block;
  color: #ffca05;
  font-weight: bold;
  font-size: 17px;
  border: 3px solid #ffca05;
  padding: 8px 0;
  line-height: 21px;
  text-align: center;
}
.title-box .nav-box .nav-block {
  position: relative;
  display: none;
}
.title-box .nav-box .nav-block .select {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.title-box .nav-box .nav-block .select .select-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  background: url(/Image/pull-down-arrow-yellow.png) no-repeat right 15px center #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 43px;
  border: 3px solid #ffca05;
  color: #ffca05;
  padding: 0 58px;
}
.title-box .nav-box .nav-block .select .select-dropdown {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
  display: none;
  border: 3px solid #ffca05;
  margin-top: -3px;
}
.title-box .nav-box .nav-block .select .select-dropdown .select-option div {
  color: #ffca05;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  line-height: 23px;
}
.title-box .nav-box .nav-block .select .select-dropdown .select-option div.selected {
  background-color: #ffca05;
  color: #6d279d;
}
@media screen and (max-width: 1300px) {
  .title-box .nav-box {
    padding-left: 0;
    padding-right: 0;
  }
  .title-box .nav-box ul {
    display: none;
  }
  .title-box .nav-box .nav-block {
    display: block;
  }
}
.service-box {
  padding: 50px 0;
}
.service-box .service-block {
  background-color: #fff;
}
.service-box .service-block .title-box > h1:before {
  width: 33px;
  height: 33px;
  background-image: url(/Image/Header-Yellow-3.png);
}
.service-box .service-block .nav-box li {
  width: 13.8%;
}
.service-box .service-block .service-body {
  position: relative;
}
.ol {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.c {
  clear: both;
  float: left;
}
.ib {
  display: inline-block;
}
.ibt {
  display: inline-block;
  vertical-align: top;
}
.ibm {
  display: inline-block;
  vertical-align: middle;
}
.ibb {
  display: inline-block;
  vertical-align: bottom;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.halign {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.bb {
  box-sizing: border-box;
}
.hl {
  background-color: #6d279d;
  color: #ffffff;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.desktop .m-hide,
body.desktop .t-hide {
  display: block !important;
}
body.desktop .m-show,
body.desktop .t-show,
body.desktop .d-hide {
  display: none !important;
}
body.desktop .d-show {
  display: block !important;
}
body.tablet .m-hide,
body.tablet .d-hide {
  display: block !important;
}
body.tablet .m-show,
body.tablet .d-show,
body.tablet .t-hide {
  display: none !important;
}
body.tablet .t-show {
  display: block !important;
}
body.mobile .t-hide,
body.mobile .d-hide {
  display: block !important;
}
body.mobile .t-show,
body.mobile .d-show,
body.mobile .m-hide {
  display: none !important;
}
body.mobile .m-show {
  display: block !important;
}
html,
body {
  overflow: auto;
}
.form-box {
  background-color: #fff;
}
.form-box h1 {
  background-color: #6d279d;
  color: #fff;
  line-height: 70px;
  padding: 0 24px;
  font-size: 24px;
}
.form-box .form-block {
  padding: 35px 67px 30px 48px;
}
.form-box .form-block .message {
  color: #6d279d;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
}
.form-box .form-block p {
  font-size: 18px;
  padding-bottom: 33px;
}
.form-box .form-block .line {
  position: relative;
  padding-left: 105px;
}
.form-box .form-block .line +.line {
  margin-top: 20px;
}
.form-box .form-block .line h3 {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 18px;
  width: 100px;
  text-align: right;
  font-weight: normal;
}
.form-box .form-block .line .text {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 48px;
  height: 50px;
  padding: 0 10px;
}
.form-box .form-block .line .text.error {
  background-color: #6d279d;
  color: #fff;
}
.form-box .form-block .line .button {
  margin-left: auto;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 0 none;
  padding: 0;
  background-color: #6d279d;
  color: #ffca05;
  font-weight: bold;
  margin-top: 39px;
}
.form-box .form-block .or-box {
  margin-top: 24px;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.form-box .form-block .or-box:before,
.form-box .form-block .or-box:after {
  content: '';
  position: absolute;
  width: 45.8%;
  height: 1px;
  background-color: #6d279d;
  top: 50%;
}
.form-box .form-block .or-box:before {
  left: 0;
}
.form-box .form-block .or-box:after {
  right: 0;
}
.form-box .form-block .facebook-button {
  margin-top: 25px;
  display: block;
  background-color: #4268b3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.form-box .form-block .facebook-button span {
  position: relative;
  padding-left: 46px;
  padding-right: 23px;
}
.form-box .form-block .facebook-button span:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(/Image/FB-STORE-login.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
@media screen and (max-width: 680px) {
  .form-box .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
