
@media (min-width: 569px) {
  a.filter_trigger {
    display: none;
  }
  form.search_form_mobile {
    display: none;
  }
  div.filter_container {
    margin: auto;
    padding: 0 20px;
    text-align: left;
  }
  div.filter_container span.filter_label {
    display: inline-block;
    padding: 10px 0;
    margin-right: 12px;
  }
  div.filter_container a.close_btn {
    display: none;
  }
  div.filter_container div.selection {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  div.filter_container div.selection>a.selection_label {
    display: block;
    padding: 10px;
    border: 1px transparent solid;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  div.filter_container div.selection>a.selection_label:after {
    content: " ";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    vertical-align: middle;
    background: url("../img/icon/filter-icon-arrow.jpg") no-repeat center;
  }
  div.filter_container div.selection ul.options {
    position: absolute;
    padding: 0 10px;
    white-space: nowrap;
    border: 1px #f0f0f0 solid;
    background-color: #fff;
    margin-top: -1px;
    font-size: 12px;
    display: none;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.filter_container div.selection ul.options li.option {
    margin: 10px 0;
  }
  div.filter_container div.selection ul.options li.option i.option_label {
    display: inline-block;
    content: "å›½";
    width: 11px;
    height: 11px;
    background: url("../img/icon/filter-icon-unselected.jpg") no-repeat center;
    vertical-align: middle;
  }
  div.filter_container div.selection ul.options li.option a.option_text {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
  }
  div.filter_container div.selection ul.options li.option_select i.option_label {
    background: url("../img/icon/filter-icon-selected.jpg") no-repeat;
  }
  div.filter_container div.selection:hover {
    z-index: 5;
  }
  div.filter_container div.selection:hover>a.selection_label {
    border: 1px #f0f0f0 solid;
    border-bottom: none;
  }
  div.filter_container div.selection:hover ul.options {
    display: block;
  }
  div.filter_container div.option_set_container a.clear_all {
    display: inline-block;
    padding: 5px;
    border: 1px #f0f0f0 solid;
    font-size: 12px;
    cursor: pointer;
  }
  div.filter_container div.option_set_container a.clear_all:only-child {
    display: none;
  }
  div.filter_container span.option_set {
    font-size: 12px;
    display: inline;
  }
  div.filter_container span.option_set a.option {
    color: #000;
    margin: 0 0 0 15px;
    cursor: pointer;
  }
  div.filter_container span.option_set a.option:hover:after {
    color: #ed1c24;
  }
  div.filter_container span.option_set a.option:after {
    content: "x";
    display: inline-block;
    margin: 0 0 0 5px;
  }
  div.filter_container span.option_set a.option:last-child {
    padding: 0 20px 0 0;
    border-right: 1px #ed1c24 solid;
  }
  div.filter_container span.option_set:last-child a.option:last-child {
    border: none;
  }
  div.filter_container div.searchbox {
    display: inline-block;
    width: 18px;
    height: 41px;
    line-height: 41px;
    margin: 0 0 0 10px;
    vertical-align: top;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
    position: relative;
  }
  div.filter_container div.searchbox input {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    width: 80px;
    border: none;
    border-bottom: 1px #f0f0f0 solid;
  }
  div.filter_container div.searchbox a {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 41px;
    background: url("../img/icon/search-icon.jpg") no-repeat center right;
    cursor: pointer;
  }
  div.filter_container div.searchbox_expand {
    width: 155px;
  }
  div.filter_container div.searchbox_expand input {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: 135px;
  }
  div.filter_container div.resultcount {
    float: right;
    height: 41px;
    line-height: 41px;
  }
}
@media (max-width: 568px) {
  a.filter_trigger {
    display: block;
    border: 1px #cacaca solid;
    padding: 10px 40px;
    text-align: center;
    font-size: 18px;
    width: 204px;
    margin: 5px auto;
  }
  form.search_form_mobile {
    text-align: center;
  }
  form.search_form_mobile input {
    width: 241px;
    border: 1px #cacaca solid;
    padding: 13px 18px 13px 25px;
    margin: 5px;
    background: url("../img/icon/search-icon.jpg") no-repeat 5px 15px;
  }
  div.filter_container {
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    width: 260px;
    z-index: 99;
    padding: 20px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  div.filter_container span.filter_label {
    float: left;
    font-size: 18px;
  }
  div.filter_container a.close_btn {
    float: right;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px #f0f0f0 solid;
    margin: 0 0 10px 0;
  }
  div.filter_container div.searchbox {
    display: none;
  }
  div.filter_container div.resultcount {
    text-align: right;
    margin: 10px 0;
  }
  div.filter_container div.option_set_container {
    text-align: left;
  }
  div.filter_container div.selection:first-of-type a.selection_label {
    border-top: 1px #f0f0f0 solid;
  }
  div.filter_container div.selection {
    clear: both;
    border-bottom: 1px #f0f0f0 solid;
  }
  div.filter_container div.selection a.selection_label {
    display: block;
    line-height: 40px;
    text-align: left;
  }
  div.filter_container div.selection a.selection_label:after {
    content: " ";
    float: right;
    width: 14px;
    height: 36px;
    margin-left: 8px;
    vertical-align: middle;
    background: url("../img/icon/filter-icon-arrow.jpg") no-repeat center;
  }
  div.filter_container div.selection ul.options {
    display: none;
    margin: 5px 0 10px 0;
    zoom: 1;
  }
  div.filter_container div.selection ul.options:before,
  div.filter_container div.selection ul.options:after {
    content: "";
    display: table;
  }
  div.filter_container div.selection ul.options:after {
    clear: both;
  }
  div.filter_container div.selection ul.options li.option {
    float: left;
    margin: 0 10px 0 0;
  }
  div.filter_container div.selection ul.options li.option i.option_label {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../img/icon/filter-icon-unselected.jpg") no-repeat center;
    vertical-align: middle;
  }
  div.filter_container div.selection ul.options li.option a.option_text {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
  }
  div.filter_container div.selection ul.options li.option_select i.option_label {
    background: url("../img/icon/filter-icon-selected.jpg") no-repeat center;
  }
  div.filter_container div.selection_active ul.options {
    display: block;
  }
  div.filter_container div.option_set_container a.clear_all {
    display: inline-block;
    padding: 5px;
    border: 1px #f0f0f0 solid;
    font-size: 12px;
    cursor: pointer;
  }
  div.filter_container div.option_set_container a.clear_all:only-child {
    display: none;
  }
  div.filter_container div.option_set_container span.option_set {
    font-size: 12px;
    display: inline;
  }
  div.filter_container div.option_set_container span.option_set a.option {
    color: #000;
    margin: 0 0 0 15px;
    cursor: pointer;
  }
  div.filter_container div.option_set_container span.option_set a.option:hover:after {
    color: #ed1c24;
  }
  div.filter_container div.option_set_container span.option_set a.option:after {
    content: "x";
    display: inline-block;
    margin: 0 0 0 5px;
  }
  div.filter_container div.option_set_container span.option_set a.option:last-child {
    padding: 0 20px 0 0;
    border-right: 1px #ed1c24 solid;
  }
  div.filter_container div.option_set_container span.option_set:last-child a.option:last-child {
    border: none;
  }
  div.global_wrapper_filter_open div.filter_container {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  div.global_wrapper_filter_open div.global_mask {
    z-index: 99;
    background-color: rgba(0,0,0,0.6);
    visibility: visible;
  }
}
.footer-banner {
  background: #f5f6f7;
  padding: 50px 0px;
  padding-bottom: 40px;
  text-align: center;
  zoom: 1;
}
.footer-banner:before,
.footer-banner:after {
  content: "";
  display: table;
}
.footer-banner:after {
  clear: both;
}
.footer-banner .item {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-banner .item:hover .img {
  background-color: #eb212c;
}
.footer-banner .item:hover .img .icon-art {
  background: url("../img/footer-banner/article_white.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-banner .item:hover .img .icon-product {
  background: url("../img/footer-banner/product_white.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-banner .item:hover .img .icon-store {
  background: url("../img/footer-banner/store_white.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-banner .item:hover .img .icon-doctor {
  background: url("../img/footer-banner/doctor_white.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-banner .item:hover .text {
  color: #eb212c;
}
.footer-banner .item:hover .text span {
  color: #000;
}
.footer-banner .item .img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.footer-banner .item .img .icon {
  width: 50px;
  height: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.footer-banner .item .img .icon-art {
  background: url("../img/footer-banner/article_red.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-banner .item .img .icon-product {
  background: url("../img/footer-banner/product_red.svg") no-repeat top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-banner .item .img .icon-store {
  background: url("../img/footer-banner/store_red.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-banner .item .img .icon-doctor {
  background: url("../img/footer-banner/doctor_red.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer-banner .item .text {
  padding: 15px 0px;
  font-size: 16px;
}
.footer-banner .item .text span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.promote-art {
  zoom: 1;
  float: left;
  width: 25%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.promote-art:before,
.promote-art:after {
  content: "";
  display: table;
}
.promote-art:after {
  clear: both;
}
@media (max-width: 768px) {
  .promote-art {
    width: 50%;
    padding: 8px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 568px) {
  .promote-art {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
  }
}
.promote-art .cover-image {
  overflow: hidden;
  height: 129px;
}
@media (max-width: 1024px) {
  .promote-art .cover-image {
    height: auto;
  }
}
.promote-art .cover-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.promote-art .cover-image img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.promote-art .title {
  font-size: 16px;
  min-height: 44px;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}
.promote-art .info {
  font-size: 14px;
  padding: 10px 0px;
  color: #666;
}
.promote-art .fav {
  position: absolute;
  right: 8px;
  bottom: 36px;
  font-size: 12px;
}
.promote-art .fav a.like {
  position: static;
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 5px 0 0;
}
.promote-articles-landscape {
  clear: both;
}
@media (max-width: 768px) {
  .promote-articles-landscape {
    padding: 0 12px;
  }
}
.promote-articles-landscape .heading {
  border-top: 1px solid #efefef;
  font-size: 24px;
  padding: 50px 10px;
  text-align: center;
}
.doctor {
  text-align: center;
  padding: 10px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.doctor:hover .doctor-action {
  display: block;
}
.doctor:hover .doctor-name {
  font-weight: bold;
}
.doctor:hover .doctor-name a:hover {
  color: #000;
}
.doctor img {
  max-width: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.doctor .doctor-head {
  position: relative;
  margin: auto;
  width: 100%;
}
.doctor .doctor-action {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -85px;
  width: 171px;
  height: 171px;
  max-width: 100%;
  max-height: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255,255,255,0);
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.doctor .doctor-action a {
  position: absolute;
  display: inline-block;
  margin-top: -15px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
}
.doctor .doctor-action a.like {
  left: 12%;
}
.doctor .doctor-action a.add {
  width: 31px;
  height: 31px;
  right: 12%;
  background: url("../img/icon/doctor-landing-head-action-icon.svg") no-repeat;
  background-position: center;
}
.doctor .doctor-action a.add:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.doctor .doctor-name {
  padding-top: 15px;
  font-size: 16px;
}
.doctor .doctor-title {
  height: 40px;
  padding-top: 5px;
  font-size: 14px;
}
.doctor .doctor-desc {
  text-align: left;
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.5em;
  height: 63px;
  overflow: hidden;
  position: relative;
}
.doctor .doctor-desc a {
  color: #ec4140;
}
.promote-doctor-landscape .heading {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 26px;
}
.promote-doctor-landscape .heading .bd {
  max-width: 880px;
  margin: 0px auto;
  padding-top: 45px;
  font-size: 0;
}
.promote-doctor-landscape .heading .bd .doctor {
  width: 25%;
  display: inline-block;
  padding: 0px 5px;
  padding-bottom: 30px;
}
.promote-doctor-landscape .heading .bd .doctor img {
  width: 160px;
  min-height: 100px;
}
@media (max-width: 768px) {
  .promote-doctor-landscape .heading .bd .doctor {
    width: 50%;
    padding: 0 80px 35px;
  }
}
@media (max-width: 568px) {
  .promote-doctor-landscape .heading .bd .doctor {
    width: 100%;
    padding: 0 50px 35px;
  }
}
div.product {
  text-align: center;
  padding: 10px 22px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: border 0.8s;
  -moz-transition: border 0.8s;
  -o-transition: border 0.8s;
  -ms-transition: border 0.8s;
  transition: border 0.8s;
  position: relative;
}
div.product:hover {
  border: 1px solid #c8c8c8;
}
div.product:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
div.product:hover .description {
  color: #eb212c;
}
div.product:hover .description span {
  color: #000;
}
div.product:hover a.like {
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 5px;
  right: 5px;
}
@media (max-width: 768px) {
  div.product:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
div.product a.like {
  display: none;
}
div.product img {
  max-width: 100%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
div.product .description {
  padding: 20px 0px;
  font-size: 16px;
}
div.product .description span {
  display: block;
  padding-top: 5px;
  font-size: 14px;
}
.promote-product-landscape .heading {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 26px;
}
.promote-product-landscape .heading .bd {
  max-width: 880px;
  margin: 0px auto;
  padding-top: 45px;
  font-size: 0;
}
.promote-product-landscape .heading .bd .product {
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 20px;
  width: 25%;
}
@media (max-width: 768px) {
  .promote-product-landscape .heading .bd .product {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .promote-product-landscape .heading .bd .product {
    width: 100%;
  }
}
.promote-product-landscape .heading .bd .product img {
  height: auto;
  width: auto;
}
@media (max-width: 568px) {
  .promote-product-landscape .heading .bd {
    width: 100%;
    margin: auto;
  }
}
.clinics {
  max-width: 700px;
  margin: 0 auto;
  zoom: 1;
  text-align: center;
}
.clinics:before,
.clinics:after {
  content: "";
  display: table;
}
.clinics:after {
  clear: both;
}
.clinics .clinic {
  width: 20%;
  float: left;
  margin-bottom: 50px;
  text-align: center;
  display: block;
  color: #999;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.clinics .clinic.active {
  color: #000;
}
.clinics .clinic.active:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 568px) {
  .clinics .clinic {
    width: 33.333333%;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.clinics .clinic img {
  max-width: 100%;
}
.clinics .clinic span {
  display: block;
}
#store-pop {
  width: 500px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: none;
}
@media (max-width: 568px) {
  #store-pop {
    width: 320px;
  }
  #store-pop .inner .r p {
    min-height: 180px !important;
  }
}
#store-pop .close {
  position: absolute;
  right: 2px;
  top: 0;
  padding: 8px;
  display: block;
  cursor: pointer;
  font-size: 18px;
}
#store-pop .inner {
  padding: 32px;
}
#store-pop .inner .l {
  width: 100px;
  float: left;
  margin-right: -100px;
  display: inline-block;
}
#store-pop .inner .l img {
  width: 100px;
  height: 100px;
}
#store-pop .inner .r {
  margin-left: 130px;
}
#store-pop .inner .r h6 {
  margin: 0;
  font-size: 16px;
}
#store-pop .inner .r p {
  min-height: 76px;
  overflow-y: auto;
}
.contact {
  zoom: 1;
  display: none;
  max-width: 800px;
  margin: 0 auto;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact.active {
  display: block;
}
.contact li {
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.contact li:before,
.contact li:after {
  content: "";
  display: table;
}
.contact li:after {
  clear: both;
}
@media (max-width: 568px) {
  .contact li {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.contact li:hover .circle img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.contact li:hover p {
  color: #ed1c24;
}
.contact li .circle {
  margin-bottom: 20px;
  height: 45px;
  line-height: 45px;
}
.contact li .circle img {
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 568px) {
  .contact li .circle {
    float: left;
    margin-left: 10px;
  }
}
.contact li .circle img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact li p {
  margin: 0px;
  font-size: 14px;
}
@media (max-width: 568px) {
  .contact li p {
    padding-left: 80px;
  }
}
.contact-map {
  max-width: 100%;
  text-align: center;
  position: relative;
}
.contact-map .arrow-line {
  z-index: 10;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 14px;
  background: url("../img/map-arrow.png") no-repeat top center;
}
.contact-map .innner img {
  max-width: 100%;
  height: 350px;
}
a.like {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  background: url("../img/icon/icon-heart-white.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
a.like:hover,
a.like_active {
  background: url("../img/icon/icon-heart-red.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (max-width: 768px) {
  .personal-follow-article div.list-empty {
    padding: 60px 0px !important;
  }
}
.share {
  zoom: 1;
}
.share:before,
.share:after {
  content: "";
  display: table;
}
.share:after {
  clear: both;
}
.share .share-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.share p {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}
.share .share-icon-smwechat {
  background: url("../img/icon/wechat_1.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.share .share-icon-smwechat:hover {
  color: #ed1c24;
  background: url("../img/icon/weChat_green.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.share .share-icon-smweibo {
  background: url("../img/icon/weibo_1.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.share .share-icon-smweibo:hover {
  color: #ed1c24;
  background: url("../img/icon/weibo_red.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.share .share-icon-smtqq {
  background: url("../img/icon/Qzone_black.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.share .share-icon-smtqq:hover {
  color: #ed1c24;
  background: url("../img/icon/Qzone_yellow.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (min-width: 321px) and (max-width: 568px) {
  .share .share-icon {
    margin-left: 17px;
    width: 35px;
    height: 35px;
  }
  .share .share-icon:first-child {
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  .share .share-icon {
    margin-left: 10px;
    width: 35px;
    height: 35px;
  }
}
.pagination-pagenum {
  max-width: 660px;
  margin: auto;
  margin-bottom: 0px;
}
.pagination-pagenum .pagination-bar-pc {
  height: 20px;
  font-size: 14px;
  zoom: 1;
}
.pagination-pagenum .pagination-bar-pc:before,
.pagination-pagenum .pagination-bar-pc:after {
  content: "";
  display: table;
}
.pagination-pagenum .pagination-bar-pc:after {
  clear: both;
}
.pagination-pagenum .pagination-bar-pc a,
.pagination-pagenum .pagination-bar-pc span.unclick {
  display: inline-block;
  padding: 0px 5px;
  margin: 0px 2px;
}
.pagination-pagenum .pagination-bar-pc a.active {
  border: solid 1px rgba(0,0,0,0.11);
  color: #ed1c24;
}
.pagination-pagenum .pagination-bar-pc .pagination-subscr {
  display: inline-block;
  margin-left: 40px;
}
.pagination-pagenum .pagination-bar-pc .pagination-subscr span.pagination-number {
  padding: 0px 5px;
}
.pagination-pagenum .pagination-bar-pc .pagination-subscr input.page-number-input {
  width: 21px;
  height: 16px;
  padding: 3px;
  margin: 0px 5px;
  border: solid 1px rgba(0,0,0,0.11);
}
.pagination-pagenum .pagination-bar-pc .pagination-subscr button {
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
}
.pagination-pagenum .pagination-bar-pc .pagination-subscr button:hover {
  color: #ed1c24;
}
.pagination-pagenum .pagination-bar-pc span.unclick {
  color: #818181;
}
.pagination-pagenum .pagination-bar-mobile {
  text-align: center;
}
@media (max-width: 568px) {
  .pagination-pagenum .pagination-bar-pc {
    display: none;
  }
}
@media (min-width: 569px) {
  .pagination-pagenum .pagination-bar-mobile {
    display: none;
  }
}
.index .hero-slider {
  position: relative;
}
.index .hero-slider .swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index .hero-slider .swiper-slide .custom-bg {
  background: url("../img/index-slider3-bckg.jpg") no-repeat;
}
.index .hero-slider .swiper-slide .sb {
  position: absolute;
  bottom: 26px;
  margin: 0 auto;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index .hero-slider .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  text-align: center;
  min-height: 350px;
}
.index .hero-slider .swiper-slide .img.only-image {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.index .hero-slider .swiper-slide .custom-bg-black {
  background: #000;
}
.index .hero-slider .swiper-slide .custom-bg-black img {
  left: 50%;
  position: absolute;
  bottom: 0;
  width: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index .hero-slider .swiper-slide a.index-product-details {
  position: absolute;
  right: 13px;
  display: block;
  width: 140px;
  padding: 8px 0px;
  text-align: center;
  margin-top: -30px;
  border: solid 1px #000;
}
.index .hero-slider .swiper-slide a.index-product-details:hover {
  background-color: #ed1c24;
  color: #fff;
  cursor: pointer;
  border: solid 1px #ed1c24;
}
@media (max-width: 1024px) {
  .index .hero-slider .swiper-slide a.index-product-details {
    bottom: 0;
    right: 15%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.index .hero-slider .swiper-slide a.index-product-details-b {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 140px;
  padding: 8px 0px;
  text-align: center;
  border: solid 1px #fff;
  color: #fff;
}
.index .hero-slider .swiper-slide a.index-product-details-b:hover {
  background-color: #ed1c24;
  color: #fff;
  cursor: pointer;
  border: solid 1px #ed1c24;
}
.index .hero-slider .swiper-slide .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index .hero-slider .swiper-slide .content-wrapper img {
  max-height: 680px;
}
@media (max-width: 410px) {
  .index .hero-slider .swiper-slide .content-wrapper img {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.index .hero-slider .swiper-slide .text {
  position: absolute;
  top: 10px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 150px;
  margin: 0px auto;
}
.index .hero-slider .swiper-slide .text img {
  width: auto;
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0px auto;
  display: block;
}
.index .hero-slider .swiper-slide .text .special {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.index .hero-slider .swiper-slide .text .sp-test {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .index .hero-slider .swiper-slide .text .sp-test {
    margin-top: 10px;
    height: auto;
  }
}
@media (max-width: 320px) {
  .index .hero-slider .swiper-slide .text .sp-test {
    max-width: 350px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .index .hero-slider .swiper-slide .text.mt-500 {
    top: 30% !important;
    margin-top: -160px !important;
  }
}
.index .hero-slider .swiper-slide .text.v-middle {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: initial;
}
.index .hero-slider .swiper-slide .text.v-middle.pb20 img {
  padding-bottom: 20px;
}
.index .hero-slider .swiper-slide .text.v-middle img {
  padding: 0;
}
@media (max-width: 568px) {
  .index .hero-slider .swiper-slide .text.v-middle img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .index .hero-slider .swiper-slide .text.v-middle img {
    width: 300px;
  }
}
@media (max-width: 375px) {
  .index .hero-slider .swiper-slide .text.v-middle img {
    width: 280px;
  }
}
@media (max-width: 320px) {
  .index .hero-slider .swiper-slide .text.v-middle img {
    max-width: 240px;
    width: auto;
  }
}
@media (max-width: 568px) {
  .index .hero-slider .swiper-slide .text.v-middle img.special {
    max-width: 340px;
    width: auto;
  }
}
@media (max-width: 320px) {
  .index .hero-slider .swiper-slide .text.v-middle img.special {
    max-width: 290px;
    width: auto;
  }
}
.index .hero-slider .swiper-slide .text a {
  display: block;
  width: 140px;
  margin: auto;
  padding: 8px 0px;
  margin-top: 10px;
  border: solid 1px #000;
}
.index .hero-slider .swiper-slide .text a.col-white {
  color: #fff;
  border-color: #fff;
}
.index .hero-slider .swiper-slide .text a.spacial-planning {
  width: 220px;
  padding: 5px 0px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .index .hero-slider .swiper-slide .text a.spacial-planning {
    width: 160px;
    padding: 8px 0px;
    font-size: 14px;
  }
}
.index .hero-slider .swiper-slide .text a:hover {
  background-color: #ed1c24;
  color: #fff;
  cursor: pointer;
  border: solid 1px #ed1c24;
}
.index .hero-slider .swiper-pagination {
  bottom: 5px;
}
.index .products {
  zoom: 1;
  width: 100%;
  overflow: hidden;
}
.index .products:before,
.index .products:after {
  content: "";
  display: table;
}
.index .products:after {
  clear: both;
}
.index .products .product-head {
  text-align: center;
  padding: 40px 0;
}
.index .products .product-head h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 16px 0;
  padding: 0;
}
.index .products .product-head span {
  font-size: 16px;
}
.index .products .product-banner {
  width: 1480px;
  height: 410px;
  position: relative;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
@media (max-width: 1024px) {
  .index .products .product-banner {
    width: 100%;
  }
}
.index .products .product-banner img.health-product-sb {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .index .products .product-banner img.health-product-sb {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.index .products .product-banner .product-text {
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  left: 580px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .products .product-banner .product-text.sb-health-product {
  left: 40% !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index .products .product-banner .product-text {
    left: 90px;
  }
  .index .products .product-banner .product-text.sb-health-product {
    left: 60% !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .index .products .product-banner .product-text {
    left: 50% !important;
    margin-left: -113px;
    -webkit-transform: translateX(-10%) scale(0.85) translateY(-50%);
    -moz-transform: translateX(-10%) scale(0.85) translateY(-50%);
    -o-transform: translateX(-10%) scale(0.85) translateY(-50%);
    -ms-transform: translateX(-10%) scale(0.85) translateY(-50%);
    transform: translateX(-10%) scale(0.85) translateY(-50%);
  }
  .index .products .product-banner .product-text.sb-health-product {
    display: none;
  }
}
@media (max-width: 568px) {
  .index .products .product-banner .product-text {
    left: 41% !important;
    margin-left: -108px;
    -webkit-transform: translateX(-10%) scale(0.85) translateY(-50%);
    -moz-transform: translateX(-10%) scale(0.85) translateY(-50%);
    -o-transform: translateX(-10%) scale(0.85) translateY(-50%);
    -ms-transform: translateX(-10%) scale(0.85) translateY(-50%);
    transform: translateX(-10%) scale(0.85) translateY(-50%);
  }
}
.index .products .product-banner .product-text div.new-sb {
  width: 350px;
}
.index .products .product-banner .product-text div.new-sb a {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 12px 10px;
  width: 142px;
  padding: 8px 0px;
  font-size: 16px;
  color: #000;
  border: 1px #505050 solid;
}
@media (min-width: 1025px) {
  .index .products .product-banner .product-text div.new-sb a {
    margin: 10px;
  }
}
.index .products .product-banner .product-text div.new-sb a:hover {
  color: #ed1c24;
  border-color: #ed1c24;
}
@media (max-width: 568px) {
  .index .products .product-banner .product-text div.new-sb {
    display: none;
  }
}
.index .products .product-banner ul.product-list-tab {
  zoom: 1;
  position: absolute;
  top: 50%;
  width: 440px;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .products .product-banner ul.product-list-tab:before,
.index .products .product-banner ul.product-list-tab:after {
  content: "";
  display: table;
}
.index .products .product-banner ul.product-list-tab:after {
  clear: both;
}
.index .products .product-banner ul.product-list-tab li {
  margin: 15px 0;
  text-align: center;
}
.index .products .product-banner ul.product-list-tab li a {
  display: block;
  border: solid 1px #000;
  padding: 8px 0px;
  width: 140px;
}
.index .products .product-banner ul.product-list-tab li a:hover {
  color: #ed1c24;
  border: solid 1px #ed1c24;
}
@media (max-width: 1024px) {
  .index .products .product-banner ul.product-list-tab {
    display: none;
  }
}
.index .products .product-banner ul.product-list {
  zoom: 1;
  position: absolute;
  top: 70px;
  width: 440px;
}
.index .products .product-banner ul.product-list:before,
.index .products .product-banner ul.product-list:after {
  content: "";
  display: table;
}
.index .products .product-banner ul.product-list:after {
  clear: both;
}
@media (max-width: 1024px) {
  .index .products .product-banner ul.product-list {
    display: none;
  }
}
.index .products .product-banner ul.product-list li {
  float: left;
  width: 120px;
  margin-bottom: 15px;
  text-align: center;
}
.index .products .product-banner ul.product-list li img {
  margin: auto;
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.index .products .product-banner ul.product-list li span {
  visibility: hidden;
  color: #fff;
  width: 120px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  display: -webkit-box;
  height: 38.4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.index .products .product-banner ul.product-list li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.index .products .product-banner ul.product-list li:hover span {
  visibility: visible;
  color: #000;
}
.index .products .product-banner ul.product-list li:hover span:hover {
  color: #ed1c24;
}
.index .products .product-banner ul.product-list.wine {
  top: 110px;
  left: 90px;
}
.index .products .product-banner ul.product-list.wine li {
  margin-right: 5px;
}
.index .products .product-banner ul.product-list.wine li img {
  width: 130px;
  height: 130px;
}
.index .products .product-banner.left .product-text {
  left: 640px;
}
.index .products .product-banner.left .product-text a {
  color: #fff;
  border: 1px solid #fff;
}
.index .products .product-banner.left .product-text a:hover {
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
@media (max-width: 768px) {
  .index .products .product-banner.left .product-text {
    left: 460px;
  }
  .index .products .product-banner.left .product-text.sb-health-product {
    left: 74% !important;
  }
}
@media (max-width: 568px) {
  .index .products .product-banner.left .product-text {
    left: 55% !important;
    margin-left: -108px;
  }
}
.index .products .product-banner.left ul.product-list-tab {
  left: 1015px;
}
.index .products .product-banner.left ul.product-list-tab li {
  float: left;
  padding-right: 30px;
}
.index .products .product-banner.left ul.product-list-tab li a {
  color: #000;
  border: 1px solid #000;
}
.index .products .product-banner.left ul.product-list-tab li a:hover {
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
.index .products .product-banner.left .product-list {
  left: 1035px;
}
.index .products .product-banner.left .product-list li a span {
  color: #000;
  width: 120px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  display: -webkit-box;
  height: 38.4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) {
  .index .products .product-banner.left:hover {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@media (min-width: 1025px) {
  .index .products .product-banner.right {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@media (max-width: 1024px) {
  .index .products .product-banner.right {
    background-position: right;
  }
}
.index .products .product-banner.right ul.product-list-tab {
  left: 140px;
}
.index .products .product-banner.right ul.product-list-tab li {
  float: left;
  padding-right: 30px;
}
.index .products .product-banner.right ul.product-list-tab li a span.making {
  display: none;
}
.index .products .product-banner.right ul.product-list-tab li:hover a span.product-cl {
  display: none;
}
.index .products .product-banner.right ul.product-list-tab li:hover a span.making {
  display: inline;
}
.index .products .product-banner.right .product-list {
  left: 90px;
}
.index .products .product-banner.right:hover {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 769px) {
  .index .products div.product-list-tab-m ul.sgl-side {
    display: none !important;
  }
}
.index .products div.product-list-tab-m ul {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 30px 0px;
  margin: auto;
  text-align: center;
  zoom: 1;
}
.index .products div.product-list-tab-m ul:before,
.index .products div.product-list-tab-m ul:after {
  content: "";
  display: table;
}
.index .products div.product-list-tab-m ul:after {
  clear: both;
}
.index .products div.product-list-tab-m ul li {
  display: inline-block;
  margin: 10px 15px;
}
.index .products div.product-list-tab-m ul li a {
  display: inline-block;
  padding: 8px 0px;
  width: 140px;
}
.index .products div.product-list-tab-m ul li a:hover {
  color: #ed1c24;
  border: solid 1px #ed1c24;
}
@media (min-width: 1025px) {
  .index .products div.product-list-tab-m ul {
    display: none;
  }
}
@media (max-width: 567px) {
  .index .products div.product-list-tab-m ul li {
    padding-bottom: 30px;
    margin: 0px 5px;
  }
  .index .products div.product-list-tab-m ul li:last-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 568px) and (max-width: 1023px) {
  .index .products div.product-list-tab-m ul {
    padding-bottom: 0px;
    width: 600px;
  }
  .index .products div.product-list-tab-m ul li {
    padding-bottom: 30px;
  }
  .index .products div.product-list-tab-m ul li:last-child {
    margin-right: 0px;
  }
  .index .products div.product-list-tab-m ul li:nth-child(3n) {
    margin-right: 0px;
  }
}
.index .products .right-side {
  background: #fff;
}
.index .products .right-side ul>li>a {
  color: #000;
  border: solid 1px #000;
}
.index .products .left-side {
  background: #000;
}
.index .products .left-side ul>li>a {
  color: #fff;
  border: solid 1px #fff;
}
.index .health-info {
  padding: 0px;
}
@media (max-width: 768px) {
  .index .health-info {
    padding: 0px 10px;
  }
}
.index .health-info .heading {
  padding: 33px 0px;
  text-align: center;
  font-size: 30px;
}
.index .health-info .heading h5 {
  font-size: 28px;
  font-weight: normal;
  margin: 10px 0;
}
.index .health-info .heading h6 {
  margin: 0 0 9px 0;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .index .health-info .heading {
    padding: 40px 0px;
  }
}
.index .health-info .health-info-list {
  zoom: 1;
}
.index .health-info .health-info-list:before,
.index .health-info .health-info-list:after {
  content: "";
  display: table;
}
.index .health-info .health-info-list:after {
  clear: both;
}
.index .health-info .health-info-list .item {
  float: left;
  width: 30%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5%;
}
.index .health-info .health-info-list .item .holder {
  overflow: hidden;
}
@media (max-width: 768px) {
  .index .health-info .health-info-list .item {
    width: 32%;
    margin-right: 2%;
  }
}
@media (max-width: 568px) {
  .index .health-info .health-info-list .item {
    width: 100%;
  }
}
.index .health-info .health-info-list .item:last-child {
  margin-right: 0px;
}
.index .health-info .health-info-list .item img {
  display: block;
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.index .health-info .health-info-list .item img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index .health-info .health-info-list .item .info-title {
  font-size: 20px;
  text-align: left;
  padding: 0px 10px;
  margin-top: 30px;
  margin-bottom: 15px;
  display: block;
  display: -webkit-box;
  height: 56px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 568px) {
  .index .health-info .health-info-list .item .info-title {
    height: auto;
    max-height: 56px;
  }
}
.index .health-info .health-info-list .item .info-subtitle {
  margin: 0 10px 20px 10px;
  text-align: left;
  position: relative;
  height: 38px;
  overflow: hidden;
}
.index .health-info .health-info-list .item .info-subtitle a {
  color: #ed1c23;
  text-decoration: none;
  display: inline-block;
  background: #fff;
}
.index .health-info .bottom {
  padding: 20px 0px 40px 0px;
  text-align: center;
}
.index .health-info .bottom a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.index .health-info .bottom a:hover {
  color: #ed1c23;
}
.index .health-expert {
  background: #fff;
  padding: 28px 20px 0 20px;
  border-top: 1px solid #e5e5e5;
}
.index .health-expert .heading {
  text-align: center;
}
.index .health-expert .heading h5 {
  font-size: 28px;
  font-weight: normal;
  margin: 10px 0;
}
.index .health-expert .heading h6 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.index .health-expert .doctor-list {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .index .health-expert .doctor-list .doctor {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .index .health-expert .doctor-list .doctor {
    width: 100%;
  }
}
.index .health-expert .bottom {
  padding: 0 0px 40px 0px;
  text-align: center;
}
.index .health-expert .bottom a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.index .health-expert .bottom a:hover {
  color: #ed1c23;
}
.index .clock-wrapper {
  text-align: center;
  position: relative;
  /*background-color: #f6f6f6;*/
}
.index .clock-wrapper #preload {
  display: none;
}
.index .clock-wrapper .inner {
  height: 334px;
}
.index .clock-wrapper .inner section {
  padding-top: 60px;
}
.index .clock-wrapper .inner section .img-content-wrapper {
  display: inline-block;
  width: 300px;
  text-align: right;
}
.index .clock-wrapper .inner section .timer-wrapper {
  vertical-align: top;
  display: inline-block;
  margin-left: 50px;
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer {
  width: 94px;
  height: 45px;
  margin: 0 auto;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c1 {
  background-image: url("/shichen/101.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c2 {
  background-image: url("/shichen/201.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c3 {
  background-image: url("/shichen/301.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c4 {
  background-image: url("/shichen/401.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c5 {
  background-image: url("/shichen/501.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c6 {
  background-image: url("/shichen/601.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c7 {
  background-image: url("/shichen/701.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c8 {
  background-image: url("/shichen/801.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c9 {
  background-image: url("/shichen/901.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c10 {
  background-image: url("/shichen/1001.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c11 {
  background-image: url("/shichen/1101.png");
}
.index .clock-wrapper .inner section .timer-wrapper #ch_timer.c12 {
  background-image: url("/shichen/1201.png");
}
.index .clock-wrapper .inner section .timer-wrapper #clock {
  margin-top: 14px;
  width: 110px;
  font-size: 26px;
  letter-spacing: 1px;
}
.index .store-container .bottom a {
  font-size: 16px;
  color: #000;
}
.index .store-container .bottom a:hover {
  color: #ed1c23;
}
.index .store-container .store-wapper {
  border-top: 1px solid #e5e5e5;
}
.index .store-container .store-wapper .store-list .item {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .index .store-container .store-wapper .store-list .item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .index .store-container .store-wapper .store-list .item {
    width: 100%;
  }
}
.index .store-container .store-wapper .heading {
  line-height: normal;
  height: 120px;
}
.index .store-container .store-wapper .heading h5 {
  font-size: 28px;
  font-weight: normal;
  margin: 38px 0 10px 0;
  line-height: normal;
}
.index .store-container .store-wapper .heading h6 {
  margin: 0 0 9px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 568px) {
  .index .clock-wrapper {
    text-align: center;
  }
  .index .clock-wrapper .inner {
    min-height: 400px;
    padding-bottom: 10px;
  }
  .index .clock-wrapper .inner section .img-content-wrapper {
    text-align: center;
  }
  .index .clock-wrapper .inner section .img-content-wrapper .content {
    margin-top: 80px;
    margin-right: 0;
  }
  .index .clock-wrapper .inner section .timer-wrapper {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -55px;
  }
}
.index .word-image-limit {
  max-width: 282px;
}
.product-hero-wrapper {
  position: relative;
}
.product-hero-wrapper .hero-text {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 568px) {
  .product-hero-wrapper .hero-text {
    -webkit-transform: translateX(-50%) scale(0.85);
    -moz-transform: translateX(-50%) scale(0.85);
    -o-transform: translateX(-50%) scale(0.85);
    -ms-transform: translateX(-50%) scale(0.85);
    transform: translateX(-50%) scale(0.85);
    top: 30px;
  }
}
.product-hero-wrapper .hero-image .img {
  text-align: center;
}
.product-hero-wrapper .hero-image .img img {
  width: auto;
  height: auto;
  display: block;
  padding-top: 80px;
  margin: auto;
}
@media (max-width: 568px) {
  .product-hero-wrapper .hero-image .img img {
    padding-top: 105px;
    width: 80%;
    height: auto;
  }
}
.landing-tip {
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 60px 0;
  text-align: center;
}
.product-list {
  padding: 30px 0px;
  position: relative;
}
.product-list h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin: 0px;
  padding: 20px 0px 40px 0px;
}
@media (max-width: 568px) {
  .product-list {
    padding: 30px 12px 0;
  }
}
.product-list .search-bar {
  padding: 0px 20px;
  padding-bottom: 30px;
}
.product-list .search-bar .checkbox {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.product-list .search-bar .checkbox input {
  visibility: hidden;
}
.product-list .search-bar .checkbox input + label {
  display: block;
  position: absolute;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 1px #cacaca solid;
}
.product-list .search-bar .checkbox:hover label + label {
  cursor: pointer;
  color: #ed1c24;
}
.product-list .search-bar .checkbox input:checked + label:after {
  content: " ";
  font-size: 10px;
  position: absolute;
  top: 1px;
  left: 3px;
  width: 3px;
  height: 5px;
  display: block;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list .search-bar .searchbox {
  height: 19px;
  line-height: 19px;
}
.product-list .search-bar .searchbox a {
  height: 19px;
}
.product-list .search-total {
  position: absolute;
  right: 20px;
  top: 30px;
}
@media (max-width: 568px) {
  .product-list .search-total {
    display: none;
  }
}
@media (max-width: 568px) {
  .product-list .slide-search {
    display: none;
  }
}
.product-list .search-result {
  zoom: 1;
}
.product-list .search-result:before,
.product-list .search-result:after {
  content: "";
  display: table;
}
.product-list .search-result:after {
  clear: both;
}
.product-list .search-result .product {
  width: 23%;
  margin: 1%;
  height: 300px;
  float: left;
  padding: 10px 22px;
  padding-top: 20px;
}
.tel{
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0;
    z-index: 999;
    display: none;
}
.tel a{
    display: block;
    text-align: center;
    padding:15px 0;
    filter: drop-shadow(0 0 .16rem rgba(0,0,0,.2));
    background: #fff;
}
@media (max-width: 768px) {
    .tel{
        display: block;
    }
  .product-list .search-result .product {
    width: 31.3333333%;
    padding: 22px;
  }
  .footer_ddt{
      display: none;
  }
}
@media (max-width: 568px) {
  .product-list .search-result .product {
    width: 48%;
    padding: 5px;
    height: 258px;
  }
}
.product-list .search-more {
  text-align: center;
  padding: 20px 0px;
}
.product-list .search-more a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.product-list .search-more a:hover {
  color: #eb212c;
}
.product-list .search-more a:after {
  content: '>';
  margin: 0 0 0 5px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-list .search-more.see-all-product a:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.doctor-landing .landing-tip {
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 60px 0;
}
.doctor-list {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0px;
  zoom: 1;
}
.doctor-list:before,
.doctor-list:after {
  content: "";
  display: table;
}
.doctor-list:after {
  clear: both;
}
.doctor-list .doctor {
  width: 25%;
  float: left;
  text-align: center;
  padding: 10px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .doctor-list .doctor {
    width: 33.33333%;
  }
}
@media (max-width: 568px) {
  .doctor-list .doctor {
    width: 50%;
  }
}
@media (max-width: 321px) {
  .doctor-list .doctor div.doctor-head div.doctor-action a.like {
    left: 25%;
  }
  .doctor-list .doctor div.doctor-head div.doctor-action a.add {
    right: 2%;
  }
}
.doctor-list .search-more {
  text-align: center;
}
.doctor-list .ask-question-stop {
  position: absolute;
  content: ".";
  bottom: 60px;
}
.contact-doctor {
  padding: 10px 0px;
  padding-bottom: 35px;
  border-top: 1px solid #e5e5e5;
  background: url("../img/doctor-landing-questions.jpg") no-repeat;
}
@media (max-width: 568px) {
  .contact-doctor {
    padding: 0;
  }
}
.contact-doctor .heading {
  text-align: center;
}
.contact-doctor .heading h2 {
  font-weight: 100;
  font-size: 32px;
  margin: 30px auto 10px;
  padding: 0;
}
.contact-doctor .heading p {
  margin: auto;
  font-size: 14px;
  padding-bottom: 20px;
}
.contact-doctor .bd {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .contact-doctor .bd {
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.contact-doctor .bd .row {
  padding-bottom: 10px;
  zoom: 1;
}
.contact-doctor .bd .row:before,
.contact-doctor .bd .row:after {
  content: "";
  display: table;
}
.contact-doctor .bd .row:after {
  clear: both;
}
@media (max-width: 568px) {
  .contact-doctor .bd .row {
    padding-bottom: 20px;
  }
}
.contact-doctor .bd .title {
  width: 68%;
  float: left;
}
@media (max-width: 568px) {
  .contact-doctor .bd .title {
    width: 100%;
  }
}
.contact-doctor .bd .title input {
  height: 50px;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 10px;
}
.contact-doctor .bd .title input:hover,
.contact-doctor .bd .title input:focus {
  outline: 0;
}
.contact-doctor .bd .title span.empty-tips {
  color: #ed1c24;
  font-size: 14px;
  display: block;
}
.contact-doctor .bd .target {
  width: 30%;
  float: right;
}
@media (max-width: 568px) {
  .contact-doctor .bd .target {
    padding-top: 10px;
  }
}
@media (max-width: 568px) {
  .contact-doctor .bd .target {
    width: 100%;
    float: left;
  }
}
.contact-doctor .bd .target select {
  width: 100%;
}
.contact-doctor .bd .details textarea {
  width: 100%;
  min-height: 180px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}
.contact-doctor .bd .details textarea:hover,
.contact-doctor .bd .details textarea:focus {
  outline: 0;
}
.contact-doctor .bd .submit {
  text-align: center;
  padding-top: 30px;
}
.contact-doctor .bd .submit button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 91px;
  font-size: 18px;
  background: #eb2826;
  color: #fff;
}
.contact-doctor .bd .submit button:hover {
  background: #d90200;
}
.doctor-custom-select {
  border: 1px solid #e5e5e5;
  position: relative;
  height: 48px;
  background: #fff;
}
.doctor-custom-select span {
  display: block;
  padding: 17px 10px;
  padding-right: 30px;
  background: url("../img/icon/doctor-details-selectarrow.png") no-repeat 97% center;
  cursor: pointer;
  font-size: 12px;
}
.doctor-custom-select span.off {
  color: #999;
}
.doctor-custom-select span:hover {
  color: #ed1c24;
}
.doctor-custom-select .select-option {
  position: absolute;
  left: -1px;
  right: 0px;
  top: 48px;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  padding: 10px 0px;
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.doctor-custom-select .select-option .option {
  padding: 5px 10px;
  cursor: pointer;
}
.doctor-custom-select .select-option .option:hover {
  color: #ed1c24;
}
.store-details .store-info {
  text-align: center;
  padding: 50px 20% 40px;
  max-width: 600px;
  line-height: 200%;
  border-bottom: 1px #e5e5e5 solid;
}
@media (max-width: 568px) {
  .store-details .store-info {
    padding: 20px;
  }
}
.store-details .store-info h1 {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 32px;
  line-height: 150%;
}
.store-details .store-info h3 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 100;
}
.store-details .store-expert {
  padding-bottom: 20px;
  border-bottom: 1px #e5e5e5 solid;
}
.store-details .store-expert .heading {
  font-size: 26px;
  text-align: center;
  padding: 50px 0px;
}
.store-details .store-expert .expert-list {
  zoom: 1;
  font-size: 0;
  text-align: center;
}
.store-details .store-expert .expert-list:before,
.store-details .store-expert .expert-list:after {
  content: "";
  display: table;
}
.store-details .store-expert .expert-list:after {
  clear: both;
}
.store-details .store-expert .expert-list .doctor {
  width: 25%;
  text-align: center;
  display: inline-block;
  height: 315px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .store-details .store-expert .expert-list .doctor {
    width: 33.33333%;
  }
}
@media (max-width: 568px) {
  .store-details .store-expert .expert-list .doctor {
    width: 50%;
  }
}
.store-details .appointment-menu {
  zoom: 1;
  padding: 50px 0px 0;
  border-bottom: 1px #e5e5e5 solid;
}
.store-details .appointment-menu:before,
.store-details .appointment-menu:after {
  content: "";
  display: table;
}
.store-details .appointment-menu:after {
  clear: both;
}
.store-details .appointment-menu .heading {
  font-size: 26px;
  text-align: center;
  padding-bottom: 45px;
}
.store-details .store-contact {
  padding: 50px 0px;
}
.store-details .store-contact .heading {
  font-size: 26px;
  text-align: center;
  padding-bottom: 40px;
}
.store-details .store-contact .contact-detail {
  zoom: 1;
}
.store-details .store-contact .contact-detail:before,
.store-details .store-contact .contact-detail:after {
  content: "";
  display: table;
}
.store-details .store-contact .contact-detail:after {
  clear: both;
}
.store-details .store-contact .contact-detail .item {
  width: 33.333333%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.store-details .store-contact .contact-detail .item img {
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.store-details .store-contact .contact-detail .item .text {
  padding: 10px 0px;
}
.store-details .store-contact .contact-detail .item .text span {
  display: block;
  font-size: 12px;
  padding: 5px;
}
.store-details .bottom {
  text-align: center;
  padding: 60px 0px;
}
.store-details .bottom a {
  font-size: 18px;
  text-decoration: none;
}
.store-details .hero-image {
  position: relative;
}
.store-details .hero-image .txt {
  width: 128px;
  height: 44px;
  background: url("../img/landing-banner-header-tex.png");
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  margin-left: -64px;
}
.store-landing .hero-image {
  position: relative;
}
.store-landing .txt {
  text-align: center;
  color: #fff;
  width: 200px;
  height: 44px;
  position: absolute;
  bottom: 56px;
  left: 50%;
  z-index: 2;
  margin-left: -100px;
}
.store-landing .txt h2 {
  font-weight: normal;
  margin: 0;
  margin-bottom: 4px;
}
.landing-maps .inner {
  position: relative;
  height: 500px;
}
.landing-maps .inner .l-map {
  width: 60%;
  height: 500px;
}
.landing-maps .inner .r-lists-wapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  background-color: #f6f6f6;
  height: 500px;
  overflow-y: hidden;
  width: 40%;
}
.landing-maps .inner .r-lists-wapper .item {
  margin: 26px 50px 0px 36px;
  position: relative;
}
.landing-maps .inner .r-lists-wapper .item .l {
  position: absolute;
  left: 0;
  top: 0;
}
.landing-maps .inner .r-lists-wapper .item .l img {
  width: 18px;
  height: 28px;
}
.landing-maps .inner .r-lists-wapper .item .r {
  float: left;
  margin-left: 24px;
}
.landing-maps .inner .r-lists-wapper .item .r * {
  margin: 0;
}
.landing-maps .inner .r-lists-wapper .item .r h5 {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
}
.landing-maps .inner .r-lists-wapper .item .r h5:hover {
  color: #ed1c24;
}
.landing-maps .inner .r-lists-wapper .item .r p {
  font-size: 14px;
  margin-top: 10px;
}
.landing-maps .inner .r-lists-wapper .item .r .detail {
  margin-top: 10px;
  display: inline-block;
  width: 72px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #e6e6e6;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
}
.landing-maps .inner .r-lists-wapper .item .r .detail:hover {
  color: #ed1c24;
}
.landing-maps .inner #scroller ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
.landing-maps .inner #scroller li {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  background-color: #fafafa;
  font-size: 16px;
}
.store-container .store-wapper .heading {
  text-align: center;
  height: 145px;
  line-height: 145px;
  font-size: 2em;
}
.store-container .store-wapper .store-list {
  margin-left: 10px;
  font-size: 0;
}
.store-container .store-wapper .store-list .item {
  display: inline-block;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  margin-bottom: 30px;
  border-right: 10px solid transparent;
  text-align: left;
}
@media (max-width: 768px) {
  .store-container .store-wapper .store-list .item {
    margin-bottom: 20px;
  }
}
.store-container .store-wapper .store-list .item:hover .store-name {
  color: #ed1c24;
}
.store-container .store-wapper .store-list .item .cover-store-img {
  position: relative;
  overflow: hidden;
}
.store-container .store-wapper .store-list .item .cover-store-img .height-holder {
  margin-top: 54%;
}
.store-container .store-wapper .store-list .item .cover-store-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.store-container .store-wapper .store-list .item .cover-store-img img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.store-container .store-wapper .store-list .item .name-link {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.store-container .store-wapper .store-list .item .name-link .store-name {
  margin: 27px 0 17px 0;
  font-size: 18px;
  line-height: 1.3em;
  display: block;
  display: -webkit-box;
  height: 46.800000000000004px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.store-container .store-wapper .store-list .item .store-address {
  margin-top: 5px;
  width: 86%;
  font-size: 14px;
  line-height: 20px;
  display: block;
  display: -webkit-box;
  height: 36.4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.store-container .store-wapper .store-list .item .store-tel {
  margin: 12px 0;
  font-size: 14px;
  word-break: break-all;
  display: block;
  display: -webkit-box;
  height: 18.2px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .store-container .store-wapper .store-list .item .store-tel {
    height: auto;
    max-height: 36.4px;
  }
}
.store-container .store-wapper .store-list .item .detail {
  display: inline-block;
  width: 72px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #e6e6e6;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  margin-top: 14px;
}
.store-container .store-wapper .store-list .item .detail:hover {
  color: #ed1c24;
}
@media (max-width: 768px) {
  .store-container .store-wapper .store-list .item .detail {
    margin-top: 2px;
    margin-bottom: 14px;
  }
}
.bottom {
  padding: 30px 0;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  font-size: 16px;
}
.bottom.more a::after {
  display: inline-block;
  content: ">";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 6px;
  vertical-align: middle;
}
div.filter_area {
  margin: auto;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 30px;
}
div.filter_area h5 {
  margin: 26px 0 0 0;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  font-weight: normal;
}
div.filter_area .local {
  font-size: 14px;
  margin-bottom: 30px;
}
div.filter_area .doctor-custom-select {
  margin-right: 30px;
  border-left: 0;
  border-right: 0;
  display: inline-block;
  height: 44px;
  width: 160px;
}
div.filter_area .doctor-custom-select .select-option {
  top: 44px;
  z-index: 2;
  height: 150px;
  overflow-y: hidden;
}
div.filter_area .doctor-custom-select .select-option .option {
  font-size: 16px;
  white-space: nowrap;
  overflow-x: hidden;
}
div.filter_area .doctor-custom-select span {
  color: #000;
  font-size: 18px;
  padding: 12px 0px 12px 0px;
  text-align: left;
  width: 160px;
  white-space: nowrap;
  overflow-x: hidden;
}
div.filter_area a.go_search {
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  cursor: pointer;
}
div.filter_area a.go_search:hover {
  background: #ed3e24;
}
.swiper-container.custom-pager .swiper-pagination {
  bottom: 10px;
}
.swiper-container.custom-pager .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.swiper-container.custom-pager .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.swiper-container.custom-pager .swiper-button-next {
  display: none;
  right: 20px;
}
.swiper-container.custom-pager .swiper-button-prev {
  display: none;
  left: 20px;
}
#scroller {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  padding-bottom: 20px;
}
.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 8;
  width: 6px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
  background: url("../img/icon/scroll-bg.png") center repeat-y;
}
.iScrollVerticalScrollbar .iScrollIndicator {
  background-color: #eb5053;
  width: 6px;
}
@media (max-width: 568px) {
  div.filter_area .doctor-custom-select {
    display: block;
    margin: 0 auto 20px auto;
  }
  .store-container .store-wapper .store-list {
    margin-left: 10px;
  }
  .store-container .store-wapper .store-list .item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .store-container .store-wapper .store-list {
    margin-left: 10px;
  }
  .store-container .store-wapper .store-list .item {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .landing-maps {
    height: 200px;
  }
  .landing-maps .inner .l-map {
    display: none;
    width: 100%;
    margin-bottom: 500px;
  }
  .landing-maps .inner .r-lists-wapper {
    width: 100%;
    top: 0px;
    left: 0px;
    height: 200px;
  }
  .landing-maps .inner .r-lists-wapper .item {
    margin: 26px 50px 0px 36px;
  }
}
.article-details .article-detail {
  width: 70%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 980px) {
  .article-details .article-detail {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .article-details .article-detail {
    width: 100%;
    padding: 0 12px;
  }
}
.article-details .article-detail .heading-image {
  margin-top: 50px;
  padding-bottom: 0px;
  overflow: hidden;
}
.article-details .article-detail .heading-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.article-details .article-detail .heading-image img {
  width: 100%;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.article-details .article-detail .heading {
  padding: 10px 0px;
}
.article-details .article-detail .heading .article-title {
  font-weight: 100;
}
.article-details .article-detail .info .author {
  margin-right: 28px;
  display: inline-block;
}
@media (max-width: 568px) {
  .article-details .article-detail .info .author {
    margin-right: 15px;
  }
}
.article-details .article-detail .info .date {
  display: inline-block;
}
.article-details .article-detail .bd {
  line-height: 180%;
}
.article-details .article-detail .bd h2 {
  padding: 0;
  font-weight: 100;
}
.article-details .article-detail .bd p {
  line-height: 180%;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.article-details .article-detail .bd p img {
  display: block;
}
.article-details .article-detail .bd img {
  width: auto;
  max-width: 666px;
  margin: auto;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.article-details .article-detail .bd img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.article-details .article-detail .ft {
  zoom: 1;
  padding: 20px 0px;
}
.article-details .article-detail .ft:before,
.article-details .article-detail .ft:after {
  content: "";
  display: table;
}
.article-details .article-detail .ft:after {
  clear: both;
}
.article-details .article-detail .ft .tag {
  padding-top: 5px;
  color: #939393;
}
.article-details .article-detail .ft .tag img {
  vertical-align: middle;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .article-details .article-detail .ft .tag {
    width: 100%;
  }
}
.article-details .article-detail .ft .tag a {
  color: #000;
  margin: 0px 5px;
}
.article-details .article-detail .ft .tag a:hover {
  color: #ed1c24;
}
.article-details .article-detail .ft .fav-share-container {
  margin: 50px 0;
}
.article-details .article-detail .ft .fav-share-container .fav {
  float: left;
  width: 20%;
  text-align: left;
  margin-right: 15px;
}
.article-details .article-detail .ft .fav-share-container .fav img {
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .article-details .article-detail .ft .fav-share-container .fav {
    width: 35%;
    margin-right: 0px;
  }
}
.article-details .article-detail .ft .fav-share-container .fav a.like {
  position: static;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .article-details .article-detail .ft .fav-share-container .fav a.like {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.article-details .article-detail .ft .fav-share-container .share {
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .article-details .article-detail .ft .fav-share-container .share {
    margin-right: 0px;
    float: right;
  }
}
.article-details .article-detail .ft .fav-share-container .share .share-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.article-details .article-detail .ft .fav-share-container .share a img {
  margin: 0px 5px;
  vertical-align: middle;
  width: 21px;
}
@media (max-width: 1024px) {
  .article-details .article-detail .ft .fav-share-container .share {
    width: auto;
  }
  .article-details .article-detail .ft .fav-share-container .share .share-icon {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
  .article-details .article-detail .ft .fav-share-container .share .share-icon:first-of-type {
    margin-left: 10px;
  }
  .article-details .article-detail .ft .fav-share-container .share a img {
    width: 30px;
  }
}
.article-details .article-detail .ft .other-article {
  zoom: 1;
  padding: 30px 0px 0px 0px;
  clear: both;
}
.article-details .article-detail .ft .other-article:before,
.article-details .article-detail .ft .other-article:after {
  content: "";
  display: table;
}
.article-details .article-detail .ft .other-article:after {
  clear: both;
}
.article-details .article-aside {
  width: 30%;
  float: right;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .article-details .article-aside {
    float: none;
    clear: both;
    width: 80%;
    padding: 0 12px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .article-details .article-aside .aside-expert {
    text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 20px;
  }
}
.article-details .article-aside .aside-expert .heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.article-details .article-aside .aside-expert .bd {
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .article-details .article-aside .aside-expert .bd {
    zoom: 1;
    display: inline-block;
  }
  .article-details .article-aside .aside-expert .bd:before,
  .article-details .article-aside .aside-expert .bd:after {
    content: "";
    display: table;
  }
  .article-details .article-aside .aside-expert .bd:after {
    clear: both;
  }
}
.article-details .article-aside .aside-article {
  padding-bottom: 40px;
  border-top: 1px solid #efefef;
}
.article-details .article-aside .aside-article .heading {
  font-size: 20px;
  text-align: center;
  padding: 30px 0px;
}
.article-details .article-aside .aside-article .bd {
  text-align: center;
}
.article-details .article-aside .aside-article .bd p {
  margin: 0px;
  margin-bottom: 20px;
}
.article-details .article-aside .aside-hot-tag {
  padding-bottom: 30px;
  text-align: center;
}
.article-details .article-aside .aside-hot-tag .heading {
  font-size: 20px;
  padding: 40px 0px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.article-details .article-aside .aside-hot-tag .bd a {
  margin: 10px;
  margin-top: 0px;
  display: inline-block;
  line-height: 30px;
}
.article-details .article-aside .aside-hot-tag .bd .size-4 {
  font-size: 18px;
  font-weight: bold;
}
.article-details .article-aside .aside-hot-tag .bd .size-3 {
  font-size: 16px;
  font-weight: bold;
}
.article-details .article-aside .aside-hot-tag .bd .size-2 {
  font-size: 14px;
  font-weight: bold;
}
.article-details .article-aside .aside-hot-tag .bd .size-1 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .article-details .article-aside .aside-product {
    text-align: center;
  }
}
.article-details .article-aside .aside-product .heading {
  font-size: 20px;
  border-top: 1px solid #efefef;
  padding: 40px 0px;
  text-align: center;
}
.article-details .article-aside .aside-product .bd {
  zoom: 1;
}
@media (max-width: 768px) {
  .article-details .article-aside .aside-product .bd {
    width: 100%;
    zoom: 1;
    display: inline-block;
  }
  .article-details .article-aside .aside-product .bd:before,
  .article-details .article-aside .aside-product .bd:after {
    content: "";
    display: table;
  }
  .article-details .article-aside .aside-product .bd:after {
    clear: both;
  }
}
.article-details .article-aside .aside-product .bd:before,
.article-details .article-aside .aside-product .bd:after {
  content: "";
  display: table;
}
.article-details .article-aside .aside-product .bd:after {
  clear: both;
}
@media (min-width: 569px) and (max-width: 768px) {
  .article-details .article-aside .aside-product .bd .product {
    float: left;
    width: 50%;
  }
}
.article-details .article-aside .aside-expert {
  zoom: 1;
}
.article-details .article-aside .aside-expert:before,
.article-details .article-aside .aside-expert:after {
  content: "";
  display: table;
}
.article-details .article-aside .aside-expert:after {
  clear: both;
}
@media (min-width: 569px) and (max-width: 768px) {
  .article-details .article-aside .aside-expert .doctor {
    float: left;
    width: 50%;
  }
}
.article-details .promo-articles {
  clear: both;
}
@media (max-width: 768px) {
  .article-details .promo-articles {
    padding: 0 12px;
  }
}
.article-details .promo-articles .heading {
  border-top: 1px solid #efefef;
  font-size: 24px;
  padding: 50px 10px;
  text-align: center;
}
.article-details .more-article-experts {
  text-align: center;
  padding: 30px 0 40px;
  font-size: 16px;
}
.article-landing .article-kv-sb a {
  position: relative;
  display: block;
}
.article-landing .article-kv-sb a img.title-img {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-landing .hero-image {
  position: relative;
}
.article-landing .hero-image .img {
  min-height: 350px;
}
.article-landing .hero-image .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
.article-landing .hero-image .content .inner {
  display: table-cell;
  text-align: center;
}
.article-landing .hero-image .content .inner h2 {
  font-size: 32px;
  font-weight: normal;
}
.article-landing .hero-image .content .inner .title-img {
  width: 296px;
  height: 200px;
  margin: 80px auto 0;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
@media (max-width: 320px) {
  .article-landing .hero-image .content .inner .title-img {
    margin-top: 25px;
  }
}
.article-landing .article-items {
  width: 70%;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 980px) {
  .article-landing .article-items {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .article-landing .article-items {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .article-landing .article-items {
    padding-left: 20px;
    padding-top: 40px;
  }
}
.article-landing .article-items p.summary {
  line-height: 36px;
  font-size: 16px;
  zoom: 1;
}
.article-landing .article-items p.summary:before,
.article-landing .article-items p.summary:after {
  content: "";
  display: table;
}
.article-landing .article-items p.summary:after {
  clear: both;
}
.article-landing .article-items p.summary a {
  float: right;
  padding: 0 10px;
}
.article-landing .article-items p.noresult {
  font-size: 20px;
  text-align: center;
  margin: 50px 0 50px 0;
}
.article-landing .article-items .item-wrapper {
  margin-top: 25px;
}
.article-landing .article-items .item-wrapper .item .cover-image {
  margin-bottom: 40px;
  max-height: 375px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .cover-image {
    margin-bottom: 20px;
  }
}
.article-landing .article-items .item-wrapper .item .cover-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.article-landing .article-items .item-wrapper .item .cover-image img {
  display: block;
  width: 100%;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.article-landing .article-items .item-wrapper .item .left {
  width: 66%;
  float: left;
  line-height: 31px;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .left {
    width: 77%;
  }
}
.article-landing .article-items .item-wrapper .item .right {
  width: 30%;
  float: right;
  text-align: right;
  max-height: 31px;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .right {
    width: 23%;
    text-align: left;
    max-height: 50px;
  }
  .article-landing .article-items .item-wrapper .item .right span.number-styl {
    width: 35px;
    display: inline-block;
  }
}
.article-landing .article-items .item-wrapper .item .title {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .title {
    margin-bottom: 10px;
  }
}
.article-landing .article-items .item-wrapper .item .subtitle {
  margin-bottom: 30px;
  line-height: 180%;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .subtitle {
    margin-bottom: 10px;
  }
}
.article-landing .article-items .item-wrapper .item .info {
  padding: 0px 0px 10px 0;
  zoom: 1;
}
.article-landing .article-items .item-wrapper .item .info:before,
.article-landing .article-items .item-wrapper .item .info:after {
  content: "";
  display: table;
}
.article-landing .article-items .item-wrapper .item .info:after {
  clear: both;
}
.article-landing .article-items .item-wrapper .item .info img {
  vertical-align: middle;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .info {
    padding: 10px 0px;
  }
}
.article-landing .article-items .item-wrapper .item .info .author {
  float: left;
  margin-right: 30px;
  height: 20px;
}
.article-landing .article-items .item-wrapper .item .info .author .author-txt {
  margin-left: 1px;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .info .author {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.article-landing .article-items .item-wrapper .item .info .date {
  display: inline-block;
  margin-right: 30px;
}
.article-landing .article-items .item-wrapper .item .info .date .date-text {
  margin-left: 7px;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .info .date {
    width: 200px;
    margin-top: 8px;
  }
}
.article-landing .article-items .item-wrapper .item .info .share {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .info .share {
    width: 65px;
    margin: 0;
  }
}
.article-landing .article-items .item-wrapper .item .info .share .share-container {
  padding: 5px;
  border: 1px transparent solid;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .info .share .share-container {
    padding: 5px 0px !important;
  }
  .article-landing .article-items .item-wrapper .item .info .share .share-container:hover {
    padding: 5px 0px !important;
  }
}
.article-landing .article-items .item-wrapper .item .info .share .share-container img {
  vertical-align: middle;
  margin-right: 5px;
}
.article-landing .article-items .item-wrapper .item .info .share:hover .share-container {
  padding: 5px;
  border: 1px #f0f0f0 solid;
  border-bottom: none;
  z-index: 1;
}
.article-landing .article-items .item-wrapper .item .info .share:hover .popup {
  display: block;
}
.article-landing .article-items .item-wrapper .item .info .share .popup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #f0f0f0 solid;
  width: 110px;
  position: absolute;
  top: 25px;
  margin-top: 4px;
  display: none;
  background: #fff;
  padding: 10px;
  z-index: 0;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .info .share .popup {
    right: 0;
    top: 26px;
  }
}
.article-landing .article-items .item-wrapper .item .info .share .popup a {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  height: 30px;
  line-height: 30px;
}
.article-landing .article-items .item-wrapper .item .info .share .popup a:last-child {
  margin-bottom: 0;
}
.article-landing .article-items .item-wrapper .item .info .share .popup a .share-icon-smwechat {
  background: url("../img/icon/wechat_1.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.article-landing .article-items .item-wrapper .item .info .share .popup a .share-icon-smweibo {
  background: url("../img/icon/weibo_1.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.article-landing .article-items .item-wrapper .item .info .share .popup a .share-icon-smtqq {
  background: url("../img/icon/Qzone_black.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.article-landing .article-items .item-wrapper .item .info .share .popup a:hover {
  color: #ed1c24;
}
.article-landing .article-items .item-wrapper .item .info .share .popup a:hover .share-icon-smwechat {
  background: url("../img/icon//weChat_green.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.article-landing .article-items .item-wrapper .item .info .share .popup a:hover .share-icon-smweibo {
  background: url("../img/icon/weibo_red.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.article-landing .article-items .item-wrapper .item .info .share .popup a:hover .share-icon-smtqq {
  background: url("../img/icon/Qzone_yellow.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.article-landing .article-items .item-wrapper .item .info .share .popup .icon {
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.article-landing .article-items .item-wrapper .item .info .share .popup .icon img {
  width: 100%;
  height: 100%;
}
.article-landing .article-items .item-wrapper .item .info .fav {
  display: inline-block;
  margin-right: 0px;
}
@media (max-width: 568px) {
  .article-landing .article-items .item-wrapper .item .info .fav {
    width: 65px;
    margin-top: 8px;
  }
}
.article-landing .article-items .item-wrapper .item .info .fav .icon-fav-hover-s {
  margin-right: 5px;
}
.article-landing .article-items .item-wrapper .item .info .fav a.like {
  position: static;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 7px 0 0;
}
.article-landing .article-items .item-wrapper .item .read-more {
  margin-bottom: 80px;
  font-sie: 20px;
}
.article-landing .article-items .item-wrapper .item .read-more a {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 20px;
  font-size: 16px;
  background: #eb2826;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.article-landing .article-items .item-wrapper .item .read-more a:hover {
  background: #d90200;
}
.article-landing .article-items .item-wrapper .item .tag {
  margin-bottom: 35px;
  color: #bfbfbf;
}
.article-landing .article-items .item-wrapper .item .tag a color #000:hover {
  color: #ed1c24;
}
.article-landing .article-items .item-wrapper .item .tag img {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.article-landing .article-aside {
  width: 30%;
  float: right;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .article-landing .article-aside {
    float: none;
    clear: both;
    width: 80%;
    padding: 0 12px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .article-landing .article-aside .aside-expert {
    text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 20px;
  }
}
.article-landing .article-aside .aside-expert .heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.article-landing .article-aside .aside-expert .bd {
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .article-landing .article-aside .aside-expert .bd {
    zoom: 1;
    display: inline-block;
  }
  .article-landing .article-aside .aside-expert .bd:before,
  .article-landing .article-aside .aside-expert .bd:after {
    content: "";
    display: table;
  }
  .article-landing .article-aside .aside-expert .bd:after {
    clear: both;
  }
}
.article-landing .article-aside .aside-article {
  padding-bottom: 40px;
  border-top: 1px solid #efefef;
}
.article-landing .article-aside .aside-article .heading {
  font-size: 20px;
  text-align: center;
  padding: 30px 0px;
}
.article-landing .article-aside .aside-article .bd {
  text-align: center;
}
.article-landing .article-aside .aside-article .bd p {
  margin: 0px;
  margin-bottom: 20px;
}
.article-landing .article-aside .aside-hot-tag {
  padding-bottom: 30px;
  text-align: center;
}
.article-landing .article-aside .aside-hot-tag .heading {
  font-size: 20px;
  padding: 40px 0px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.article-landing .article-aside .aside-hot-tag .bd a {
  margin: 10px;
  margin-top: 0px;
  display: inline-block;
  line-height: 30px;
}
.article-landing .article-aside .aside-hot-tag .bd .size-4 {
  font-size: 18px;
  font-weight: bold;
}
.article-landing .article-aside .aside-hot-tag .bd .size-3 {
  font-size: 16px;
  font-weight: bold;
}
.article-landing .article-aside .aside-hot-tag .bd .size-2 {
  font-size: 14px;
  font-weight: bold;
}
.article-landing .article-aside .aside-hot-tag .bd .size-1 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .article-landing .article-aside .aside-product {
    text-align: center;
  }
}
.article-landing .article-aside .aside-product .heading {
  font-size: 20px;
  border-top: 1px solid #efefef;
  padding: 40px 0px;
  text-align: center;
}
.article-landing .article-aside .aside-product .bd {
  zoom: 1;
}
@media (max-width: 768px) {
  .article-landing .article-aside .aside-product .bd {
    width: 100%;
    zoom: 1;
    display: inline-block;
  }
  .article-landing .article-aside .aside-product .bd:before,
  .article-landing .article-aside .aside-product .bd:after {
    content: "";
    display: table;
  }
  .article-landing .article-aside .aside-product .bd:after {
    clear: both;
  }
}
.article-landing .article-aside .aside-product .bd:before,
.article-landing .article-aside .aside-product .bd:after {
  content: "";
  display: table;
}
.article-landing .article-aside .aside-product .bd:after {
  clear: both;
}
@media (min-width: 569px) and (max-width: 768px) {
  .article-landing .article-aside .aside-product .bd .product {
    float: left;
    width: 33.33%;
  }
}
.article-landing .article-aside .aside-expert {
  zoom: 1;
}
.article-landing .article-aside .aside-expert:before,
.article-landing .article-aside .aside-expert:after {
  content: "";
  display: table;
}
.article-landing .article-aside .aside-expert:after {
  clear: both;
}
@media (min-width: 569px) and (max-width: 768px) {
  .article-landing .article-aside .aside-expert .doctor {
    float: left;
    width: 33.33%;
  }
}
.doctor-details-3 .hero-image {
  position: relative;
  background-position: left bottom;
}
@media (max-width: 568px) {
  .doctor-details-3 .hero-image {
    height: 300px;
  }
  .doctor-details-3 .hero-image .img {
    background-position: -130px;
  }
}
.doctor-details-3 .content {
  position: absolute;
  top: 40%;
  right: 21.7%;
  bottom: 20px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  .doctor-details-3 .content {
    right: 10%;
  }
}
@media (max-width: 568px) {
  .doctor-details-3 .content {
    right: auto;
    top: auto;
    width: 100%;
    text-align: center;
  }
}
.doctor-details-3 .content h2 {
  font-size: 32px;
  margin: 0px;
  font-weight: 100;
}
.doctor-details-3 .content h3 {
  font-size: 18px;
  margin: 0px;
  font-weight: 100;
}
.doctor-details-3 .content .links {
  padding-top: 10px;
  font-weight: bold;
  line-height: 30px;
}
.doctor-details-3 .content .links a:hover i {
  background-position: bottom center;
}
.doctor-details-3 .content .icon-order {
  background: url("../img/icon/doctor-details-icon-1.png") no-repeat top center;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  margin-right: 5px;
}
.doctor-details-3 .content .icon-call {
  background: url("../img/icon/doctor-details-icon-2.png") no-repeat top center;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  margin-right: 5px;
}
.doctor-details-3 .block-box {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.doctor-details-3 .block-box .inner {
  background: rgba(255,255,255,0.5);
}
@media (max-width: 568px) {
  .doctor-details-3 .block-box .inner {
    color: #000;
  }
}
.doctor-details-3 .block-box .follow {
  margin-bottom: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.doctor-details-3 .block-box .follow:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.doctor-details-3 .block-box .follow:hover a {
  background: url("../img/icon/icon-heart-red.svg") no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position-y: center;
}
.doctor-details-3 .block-box .follow a.active {
  background: url("../img/icon/icon-heart-red.svg") no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position-y: center;
}
.doctor-details-3 .block-box .follow a {
  display: inline-block;
  background: url("../img/icon/icon-heart-white.svg") no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position-y: center;
  padding-left: 25px;
}
.doctor-details-3 .block-box h2 {
  font-size: 32px;
  font-weight: 100;
  margin: 0px;
  padding: 60px 0px;
  padding-bottom: 55px;
}
@media (max-width: 568px) {
  .doctor-details-3 .block-box h2 {
    padding: 35px 10px;
    font-size: 24px;
  }
}
.doctor-details-3 .block-box p {
  font-size: 14px;
  line-height: 200%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 10px;
  padding-bottom: 60px;
}
@media (max-width: 568px) {
  .doctor-details-3 .block-box p {
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .doctor-details-3 .good-at {
    background: url("../img/doctor-good-at.jpg") no-repeat top center;
  }
}
.doctor-details-3 .contact-container {
  border-bottom: none;
}
.doctor-details-3 .contact-container h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 100;
  padding: 60px 0px;
}
@media (max-width: 568px) {
  .doctor-details-3 .contact-container h2 {
    padding: 55px 0px;
  }
}
.doctor-details-3 .contact-container .selectlocation {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.doctor-details-3 .more-experts {
  text-align: center;
  padding: 30px;
  font-size: 16px;
}
.contact-custom-select {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.contact-custom-select span {
  display: block;
  padding: 20px 10px;
  padding-right: 30px;
  background: url("../img/icon/doctor-details-selectarrow.png") no-repeat 97% center;
  cursor: pointer;
}
.contact-custom-select span:hover {
  color: #ed1c24;
}
.contact-custom-select .select-option {
  left: 0px;
  right: 0px;
  width: 100%;
  padding-bottom: 20px;
  display: none;
}
.contact-custom-select .select-option .option {
  padding: 5px 10px;
  cursor: pointer;
}
.contact-custom-select .select-option .option:hover {
  color: #ed1c24;
}
.product-details p {
  max-width: 600px;
  width: 90%;
  margin: auto;
  text-align: center;
}
.product-details h2,
.product-details h3 {
  font-weight: normal;
}
.product-details img {
  width: 95%;
  height: auto;
}
.product-details .content1 img {
  max-width: 236px;
}
.product-details .content2 img {
  max-width: 378px;
}
.product-details .content3 img {
  max-width: 598px;
}
.product-details .content4 img {
  max-width: 584px;
}
.product-details .content5 img {
  max-width: 524px;
}
.product-details .content6 img {
  max-width: 537px;
}
.product-details .content7 img {
  max-width: 300px;
}
.product-details .mes-share {
  margin: 50px auto;
  text-align: center;
}
.product-details .mes-share .collection-pruduct {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 50px;
}
.product-details .mes-share .collection-pruduct a {
  position: relative;
  width: auto;
  top: 0px;
  background: url("../img/icon/icon-heart-white.svg") no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position-y: center;
  padding-left: 25px;
}
.product-details .mes-share .collection-pruduct a:hover {
  background: url("../img/icon/icon-heart-red.svg") no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position-y: center;
  color: #ed1c24;
}
.product-details .mes-share .collection-pruduct:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product-details .mes-share .share {
  display: inline-block;
  font-size: 14px;
}
.product-details .mes-share .share p {
  width: auto;
}
.product-details .mes-share .share a.share-icon {
  height: 30px;
  width: 30px;
}
@media (max-width: 568px) {
  .product-details .mes-share .collection-pruduct {
    margin-right: 30px;
  }
}
.product-details .banner {
  min-height: 410px;
  color: #fff;
  background-repeat: no-repeat;
}
.product-details .block-box {
  border-bottom: 0;
}
.product-details .block-box p {
  padding-bottom: 20px;
  max-width: 600px;
  width: 80%;
}
.product-details .container img {
  display: block;
  margin: auto;
}
.product-details .container h2 {
  padding-top: 50px;
  padding-bottom: 1em;
}
.product-details .container p,
.product-details .container dd,
.product-details .container dt {
  line-height: 200%;
}
.product-details .container p {
  width: 60%;
}
@media (max-width: 700px) {
  .product-details .container p {
    width: 85%;
  }
}
.product-details .hero-image {
  min-height: 300px;
}
.product-details .hero-image .content {
  position: absolute;
  top: 90px;
  left: 50%;
  margin: auto;
  width: 400px;
  margin-left: -200px;
  text-align: center;
}
@media (max-width: 600px) {
  .product-details .hero-image .content {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .product-details .hero-image .content {
    top: 40px;
  }
}
.product-details .hero-image .content img {
  width: auto;
}
@media (max-width: 600px) {
  .product-details .hero-image .content img {
    width: 75%;
  }
}
.product-details .hero-image .content h2 {
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 0;
}
.product-details .hero-image .content h3 {
  margin-top: 10px;
  margin-bottom: 35px;
}
.product-details .hero-image .content,
.product-details .hero-image .content a {
  color: #fff;
  font-weight: bold;
}
.product-details .hero-image .content a:nth-of-type(2) {
  margin-left: 20px;
}
.product-details .content2 p {
  padding-bottom: 20px;
}
.product-details .banner2 {
  background-image: url("../img/product-details-banner-2.jpg");
}
.product-details .banner3 {
  background-image: url("../img/product-details-banner-3.jpg");
}
.product-details .banner3 p {
  width: 55%;
}
@media (max-width: 600px) {
  .product-details .banner3 p {
    width: 85%;
  }
}
.product-details .banner4 {
  background-image: url("../img/product-details-banner-4.jpg");
  background-color: #f0f0f0;
  color: #000;
}
.product-details .banner4 p {
  max-width: 340px;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .product-details .banner4 p {
    margin-left: 230px;
  }
  .product-details .banner4 h2 {
    margin-left: 340px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .product-details .banner4 {
    background-image: none;
  }
  .product-details .banner4 h2,
  .product-details .banner4 p {
    margin: auto;
    text-align: center;
    width: 85%;
  }
}
.product-details .banner5 {
  background-image: url("../img/product-details-banner-5.jpg");
}
.product-details .content4 p {
  width: 65%;
}
.product-details .content4 p:nth-of-type(1) {
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .product-details .content4 p {
    width: 85%;
  }
}
.product-details .content5 {
  max-width: 100%;
  background-color: #f0f0f0;
  padding-bottom: 0;
}
.product-details .content5 img {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .product-details .content5 img {
    width: 65%;
  }
}
.product-details .content6 {
  max-width: 100%;
  padding-bottom: 0;
  background: -webkit-linear-gradient(left, #dabea0, #f5e1cb, #dabea0);
  background: -moz-linear-gradient(left, #dabea0, #f5e1cb, #dabea0);
  background: -o-linear-gradient(left, #dabea0, #f5e1cb, #dabea0);
  background: -ms-linear-gradient(left, #dabea0, #f5e1cb, #dabea0);
  background: linear-gradient(to right, #dabea0, #f5e1cb, #dabea0);
  color: #000;
}
.product-details .content6 h2 {
  padding-bottom: 20px;
}
.product-details .content6 h3 {
  font-size: 1.6em;
  margin: 0.5em auto;
}
.product-details .content6 div {
  margin: auto;
  max-width: 590px;
  border-top: 1px solid #000;
  padding-bottom: 20px;
}
.product-details .content6 div p {
  padding-bottom: 0;
  width: 80%;
}
@media (max-width: 568px) {
  .product-details .content6 div p {
    width: 85%;
  }
}
.product-details .content6 .textContainer {
  border: 0px;
}
.product-details .content7 {
  text-align: left;
}
.product-details .content7 .img-wrapper {
  width: 50%;
  display: inline;
  float: left;
}
.product-details .content7 .img-wrapper img {
  float: right;
  margin-right: 50px;
}
.product-details .content7 .c7-content {
  float: left;
  display: inline;
  width: 50%;
  margin-left: -30px;
}
.product-details .content7 .c7-content h2 {
  text-align: left;
  margin: 0;
  padding-bottom: 0;
}
.product-details .content7 .c7-content dl {
  margin-top: 40px;
}
.product-details .content7 .c7-content dl dt {
  clear: both;
  display: block;
  float: left;
  width: 50px;
}
.product-details .content7 .c7-content dl dd {
  display: block;
  float: left;
  width: 70%;
  margin: 0;
}
@media (max-width: 600px) {
  .product-details .content7 .c7-content dl dd {
    width: 80%;
  }
}
@media (max-width: 550px) {
  .product-details .content7 .img-wrapper,
  .product-details .content7 .c7-content {
    display: block;
    float: none;
    margin: auto;
    width: 90%;
  }
  .product-details .content7 .img-wrapper img,
  .product-details .content7 .c7-content img {
    float: none;
  }
}
.product-details .product-more {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
div.form_box h2 {
  margin: 10px 0 10px 0;
  padding: 10px 0;
  color: #ed1c24;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px #cacaca solid;
}
div.form_box span.error_msg {
  color: #ed1c24;
}
div.form_box div.field {
  padding: 5px 0;
  zoom: 1;
}
div.form_box div.field:before,
div.form_box div.field:after {
  content: "";
  display: table;
}
div.form_box div.field:after {
  clear: both;
}
div.form_box div.field div.field_col_right {
  float: right;
  text-align: left;
  width: 202px;
}
div.form_box div.field label {
  display: inline-block;
}
div.form_box div.field input[disabled] {
  background-color: #9e9e9e;
}
div.form_box div.field input[type='text'],
div.form_box div.field input[type='password'],
div.form_box div.field .textual_input {
  width: 190px;
  border: 1px #cacaca solid;
  line-height: 24px;
  height: 24px;
  padding: 0 5px;
}
div.form_box div.field input[type='text']:focus,
div.form_box div.field input[type='password']:focus,
div.form_box div.field .textual_input:focus {
  border-color: #505050;
}
div.form_box div.field:first-of-type {
  margin-top: 30px;
}
div.form_box div.field_error span.error_msg {
  color: #ed1c24;
  display: inline-block;
  margin: 5px 0 0 0;
}
div.form_box div.field_error input[type='text'],
div.form_box div.field_error input[type='password'] {
  border-color: #ed1c24;
}
div.form_box div.field_mobile_code {
  position: relative;
}
div.form_box div.field_mobile_code input[type='button'] {
  position: absolute;
  right: 1px;
  top: 6px;
  line-height: 24px;
  height: 24px;
  border: none;
  color: #fff;
  background-color: #9e9e9e;
}
div.form_box div.field_button {
  margin: 20px 0 0 0;
  text-align: right;
}
div.form_box div.field_button input[type='button'],
div.form_box div.field_button input[type='submit'],
div.form_box div.field_button .textual_input {
  border: none;
  background-color: #ed1c24;
  color: #fff;
  width: 95px;
  line-height: 26px;
}
div.form_box div.field_button input[type='button']:hover,
div.form_box div.field_button input[type='submit']:hover,
div.form_box div.field_button .textual_input:hover {
  background-color: #d4142e;
}
div.login-reg div.form_backgorund {
  position: relative;
}
div.login-reg div.form_backgorund div.form_box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 100%;
  margin-left: -200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 35px;
  background-color: rgba(255,255,255,0.9);
}
@media (max-width: 380px) {
  div.login-reg div.form_backgorund div.form_box {
    left: 0;
    margin-left: 0 !important;
    padding: 10px 35px;
  }
}
@media (max-width: 320px) {
  div.login-reg div.form_backgorund div.form_box {
    padding: 10px 5px;
  }
}
div.login-reg div.form_backgorund {
  position: relative;
}
div.login-reg div.form_backgorund div.reg_box {
  min-height: 485px;
  margin-top: -242px;
}
div.login-reg div.form_backgorund div.reg_box h2 img {
  width: 18px;
  padding: 0 4px;
  vertical-align: text-bottom;
}
div.login-reg div.form_backgorund div.reg_box div.field_checkbox div.field_col_right {
  float: right;
  text-align: left;
  width: 202px;
}
div.login-reg div.form_backgorund div.reg_box div.field_checkbox input[type='checkbox'] {
  float: left;
  margin: 3px 5px 0 0;
}
div.login-reg div.form_backgorund div.reg_box div.field_checkbox label {
  float: left;
  width: 182px !important;
  line-height: 22px;
}
@media (max-width: 380px) {
  div.login-reg div.form_backgorund div.reg_box div.field_checkbox label {
    width: 100px;
  }
}
div.login-reg div.form_backgorund div.reg_box div.field_checkbox label a {
  text-decoration: underline;
}
div.login-reg #BgDiv {
  background-color: #000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
div.login-reg #DialogDiv {
  display: none;
  position: fixed;
  margin-left: -350px;
  left: 50%;
  top: 5%;
  width: 700px;
  height: 90%;
  z-index: 10001;
  background-color: #fff;
}
div.login-reg #DialogDiv .panel_close {
  height: 5%;
  font-size: 14px;
  position: relative;
}
div.login-reg #DialogDiv .panel_close a {
  position: absolute;
  right: -45px;
  font-size: 12px;
}
div.login-reg #DialogDiv .form {
  height: 95%;
}
div.login-reg #DialogDiv .form iframe {
  width: 100%;
  height: 100%;
}
.privacy-page {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  color: #b6b6b6;
  padding: 20px;
}
.privacy-page h2 {
  margin: 0;
  padding: 0;
  font-size: 2em;
}
div.form_box h2 {
  margin: 10px 0 10px 0;
  padding: 10px 0;
  color: #ed1c24;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px #cacaca solid;
}
div.form_box span.error_msg {
  color: #ed1c24;
}
div.form_box div.field {
  padding: 5px 0;
  zoom: 1;
}
div.form_box div.field:before,
div.form_box div.field:after {
  content: "";
  display: table;
}
div.form_box div.field:after {
  clear: both;
}
div.form_box div.field div.field_col_right {
  float: right;
  text-align: left;
  width: 202px;
}
div.form_box div.field label {
  display: inline-block;
}
div.form_box div.field input[disabled] {
  background-color: #9e9e9e;
}
div.form_box div.field input[type='text'],
div.form_box div.field input[type='password'],
div.form_box div.field .textual_input {
  width: 190px;
  border: 1px #cacaca solid;
  line-height: 24px;
  height: 24px;
  padding: 0 5px;
}
div.form_box div.field input[type='text']:focus,
div.form_box div.field input[type='password']:focus,
div.form_box div.field .textual_input:focus {
  border-color: #505050;
}
div.form_box div.field:first-of-type {
  margin-top: 30px;
}
div.form_box div.field_error span.error_msg {
  color: #ed1c24;
  display: inline-block;
  margin: 5px 0 0 0;
}
div.form_box div.field_error input[type='text'],
div.form_box div.field_error input[type='password'] {
  border-color: #ed1c24;
}
div.form_box div.field_mobile_code {
  position: relative;
}
div.form_box div.field_mobile_code input[type='button'] {
  position: absolute;
  right: 1px;
  top: 6px;
  line-height: 24px;
  height: 24px;
  border: none;
  color: #fff;
  background-color: #9e9e9e;
}
div.form_box div.field_button {
  margin: 20px 0 0 0;
  text-align: right;
}
div.form_box div.field_button input[type='button'],
div.form_box div.field_button input[type='submit'],
div.form_box div.field_button .textual_input {
  border: none;
  background-color: #ed1c24;
  color: #fff;
  width: 95px;
  line-height: 26px;
}
div.form_box div.field_button input[type='button']:hover,
div.form_box div.field_button input[type='submit']:hover,
div.form_box div.field_button .textual_input:hover {
  background-color: #d4142e;
}
div.login-reg div.form_backgorund {
  position: relative;
}
div.login-reg div.form_backgorund div.form_box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 100%;
  margin-left: -200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 35px;
  background-color: rgba(255,255,255,0.9);
}
@media (max-width: 380px) {
  div.login-reg div.form_backgorund div.form_box {
    left: 0;
    margin-left: 0 !important;
    padding: 10px 35px;
  }
}
@media (max-width: 320px) {
  div.login-reg div.form_backgorund div.form_box {
    padding: 10px 5px;
  }
}
div.login-reg div.form_backgorund {
  position: relative;
}
div.login-reg div.form_backgorund div.login_box {
  min-height: 400px;
  margin-top: -200px;
}
div.login-reg div.form_backgorund div.login_box div.field_checkbox a {
  float: right;
}
div.login-reg div.form_backgorund div.login_box div.other_login {
  margin: 30px 0 0 0;
}
div.login-reg div.form_backgorund div.login_box div.other_login a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
@media (max-width: 1024px) {
  div.login-reg div.form_backgorund div.login_box div.other_login a {
    width: 35px;
    height: 35px;
  }
}
div.login-reg div.form_backgorund div.login_box div.other_login a.sina {
  background: url("../img/icon/weibo_1.svg") no-repeat center;
}
div.login-reg div.form_backgorund div.login_box div.other_login a.sina:hover {
  background: url("../img/icon/weibo_red.svg") no-repeat center;
}
div.login-reg div.form_backgorund div.login_box div.other_login a.qq {
  background: url("../img/icon/QQ_black.svg") no-repeat center;
}
div.login-reg div.form_backgorund div.login_box div.other_login a.qq:hover {
  background: url("../img/icon/QQ_blue.svg") no-repeat center;
}
div.login-reg div.form_backgorund div.login_box div.other_login a.reg {
  display: inline-block;
  float: right;
  margin-right: 3px;
  white-space: nowrap;
}
div.form_box h2 {
  margin: 10px 0 10px 0;
  padding: 10px 0;
  color: #ed1c24;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px #cacaca solid;
}
div.form_box span.error_msg {
  color: #ed1c24;
}
div.form_box div.field {
  padding: 5px 0;
  zoom: 1;
}
div.form_box div.field:before,
div.form_box div.field:after {
  content: "";
  display: table;
}
div.form_box div.field:after {
  clear: both;
}
div.form_box div.field div.field_col_right {
  float: right;
  text-align: left;
  width: 202px;
}
div.form_box div.field label {
  display: inline-block;
}
div.form_box div.field input[disabled] {
  background-color: #9e9e9e;
}
div.form_box div.field input[type='text'],
div.form_box div.field input[type='password'],
div.form_box div.field .textual_input {
  width: 190px;
  border: 1px #cacaca solid;
  line-height: 24px;
  height: 24px;
  padding: 0 5px;
}
div.form_box div.field input[type='text']:focus,
div.form_box div.field input[type='password']:focus,
div.form_box div.field .textual_input:focus {
  border-color: #505050;
}
div.form_box div.field:first-of-type {
  margin-top: 30px;
}
div.form_box div.field_error span.error_msg {
  color: #ed1c24;
  display: inline-block;
  margin: 5px 0 0 0;
}
div.form_box div.field_error input[type='text'],
div.form_box div.field_error input[type='password'] {
  border-color: #ed1c24;
}
div.form_box div.field_mobile_code {
  position: relative;
}
div.form_box div.field_mobile_code input[type='button'] {
  position: absolute;
  right: 1px;
  top: 6px;
  line-height: 24px;
  height: 24px;
  border: none;
  color: #fff;
  background-color: #9e9e9e;
}
div.form_box div.field_button {
  margin: 20px 0 0 0;
  text-align: right;
}
div.form_box div.field_button input[type='button'],
div.form_box div.field_button input[type='submit'],
div.form_box div.field_button .textual_input {
  border: none;
  background-color: #ed1c24;
  color: #fff;
  width: 95px;
  line-height: 26px;
}
div.form_box div.field_button input[type='button']:hover,
div.form_box div.field_button input[type='submit']:hover,
div.form_box div.field_button .textual_input:hover {
  background-color: #d4142e;
}
div.login-reg div.form_backgorund {
  position: relative;
}
div.login-reg div.form_backgorund div.form_box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 100%;
  margin-left: -200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 35px;
  background-color: rgba(255,255,255,0.9);
}
@media (max-width: 380px) {
  div.login-reg div.form_backgorund div.form_box {
    left: 0;
    margin-left: 0 !important;
    padding: 10px 35px;
  }
}
@media (max-width: 320px) {
  div.login-reg div.form_backgorund div.form_box {
    padding: 10px 5px;
  }
}
div.login-reg div.form_backgorund {
  position: relative;
}
div.login-reg div.form_backgorund div.forget_box {
  min-height: 400px;
  margin-top: -200px;
}
div.login-reg .success {
  display: none;
}
div.login-reg .success p {
  margin-top: 40px;
}
div.login-reg .success button {
  position: absolute;
  bottom: 68px;
  left: 50%;
  margin-left: -48px;
  outline-style: none;
}
.personal {
  position: relative;
  margin: 0 auto;
}
.personal img {
  height: auto;
}
.personal .personal-stop {
  position: absolute;
  content: ".";
  bottom: 61px;
}
.personal .clock-wrapper {
  text-align: center;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
.personal .clock-wrapper #preload {
  display: none;
}
.personal .clock-wrapper .inner {
  min-height: 400px;
  background-image: url("../img/clock/bg/1.jpg");
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  backgroud-repeat: no-repeat;
  -webkit-animation-name: heroImage;
  -moz-animation-name: heroImage;
  -o-animation-name: heroImage;
  -ms-animation-name: heroImage;
  animation-name: heroImage;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  -ms-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
}
.personal .clock-wrapper section {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 0;
  padding-top: 60px;
  z-index: 2;
}
.personal .clock-wrapper section .img-content-wrapper {
  display: inline-block;
  width: 300px;
  text-align: right;
}
.personal .clock-wrapper section .timer-wrapper {
  vertical-align: top;
  display: inline-block;
  margin-left: 50px;
}
.personal .clock-wrapper section .timer-wrapper #ch_timer {
  background-image: url("../img/clock/chtimer-person.png");
  background-position: center;
  width: 94px;
  height: 45px;
  margin: 0 auto;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c1 {
  background-image: url("/shochen/101.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c2 {
  background-image: url("/shochen/201.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c3 {
  background-image: url("/shochen/301.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c4 {
  background-image: url("/shochen/401.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c5 {
  background-image: url("/shochen/501.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c6 {
  background-image: url("/shochen/601.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c7 {
  background-image: url("/shochen/701.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c8 {
  background-image: url("/shochen/801.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c9 {
  background-image: url("/shochen/901.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c10 {
  background-image: url("/shochen/1001.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c11 {
  background-image: url("/shochen/1101.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c12 {
  background-image: url("/shochen/101.png");
}
.personal .clock-wrapper section .timer-wrapper #clock {
  margin-top: 14px;
  width: 110px;
  font-size: 26px;
  letter-spacing: 1px;
}
@media (max-width: 568px) {
  .personal .clock-wrapper {
    text-align: center;
  }
  .personal .clock-wrapper .inner {
    min-height: 400px;
    padding-bottom: 10px;
  }
  .personal .clock-wrapper section .img-content-wrapper {
    text-align: center;
  }
  .personal .clock-wrapper section .img-content-wrapper .content {
    margin-top: 80px;
    margin-right: 0;
  }
  .personal .clock-wrapper section .timer-wrapper {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -55px;
  }
}
.user-head {
  min-height: 100px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.user-head .image-wapper {
  width: 50%;
  margin: auto;
  float: left;
  zoom: 1;
}
.user-head .image-wapper:before,
.user-head .image-wapper:after {
  content: "";
  display: table;
}
.user-head .image-wapper:after {
  clear: both;
}
.user-head .image-wapper img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.user-head .image-wapper img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.user-head .content {
  width: 50%;
  float: left;
  margin-top: 10px;
}
.user-head .content p {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.user-head .content p img {
  padding-right: 5px;
  width: 20px;
  vertical-align: text-bottom;
}
.personal-content {
  font-size: 16px;
  padding-top: 10px;
}
.personal-content .mobile-personal-content {
  display: none;
}
.personal-content ul {
  height: 40px;
  padding-bottom: 6px;
  border-bottom: solid 1px #000;
}
.personal-content ul li.active {
  border: solid 1px #000;
  border-bottom-color: transparent;
  background: #fff;
}
.personal-content ul li {
  float: left;
  padding: 12px 20px;
}
.personal-content ul li a {
  display: block;
}
.personal-content ul li.personal-edit {
  float: right;
}
.personal-content ul li.personal-edit a.personal-edit-icon {
  padding-left: 25px;
  background: url("../img/icon/Edit_black.svg") no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: left;
}
.personal-content ul li.personal-edit a.personal-edit-icon:hover {
  background: url("../img/icon/Edit_red.svg") no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: left;
}
.personal-content ul li.personal-edit img {
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .personal-content ul li {
    padding: 12px 10px;
  }
}
@media (max-width: 735px) {
  .personal-content {
    text-align: center;
  }
  .personal-content ul {
    border: none;
    height: auto;
    width: auto;
    margin: 30px auto;
    text-align: left;
  }
  .personal-content ul li {
    float: none;
    display: block;
    width: 93%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0px 12px 20px;
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .personal-content ul li:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .personal-content ul li.active {
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .personal-content ul li.active:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .personal-content ul li.active a {
    color: #ed1c24;
  }
  .personal-content ul li:nth-child(5) {
    display: none;
  }
  .personal-content ul li:nth-child(6) {
    display: none;
  }
  .personal-content .mobile-personal-content {
    display: block;
    text-align: center;
  }
  .personal-content .mobile-personal-content a {
    width: 44%;
  }
  .personal-content .mobile-personal-content a.personal-message {
    display: inline-block;
    padding: 10px 0px;
    border: 1px solid #e5e5e5;
    margin-right: 2%;
  }
  .personal-content .mobile-personal-content a.personal-message span.messsage-number-1 {
    color: #ed1c24;
  }
  .personal-content .mobile-personal-content a.personal-message span.messsage-number-0 {
    color: #000;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    border: 1px solid #e5e5e5;
    background: url("../img/icon/Edit_black.svg") no-repeat;
    background-position: 30%;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    vertical-align: middle;
    padding-left: 10px;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background: url("../img/icon/Edit_red.svg") no-repeat;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    background-position: 30%;
  }
}
@media (max-width: 640px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 27%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 27%;
  }
}
@media (max-width: 568px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 25%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 25%;
  }
}
@media (max-width: 440px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 15%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 15%;
  }
}
@media (max-width: 360px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 8%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 8%;
  }
}
@media (max-width: 330px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 5%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 5%;
  }
}
.personal .word-image-limit {
  max-width: 282px;
}
.personal-follow-article {
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom: solid 1px rgba(0,0,0,0.11);
}
@media (max-width: 768px) {
  .personal-follow-article {
    width: 90%;
  }
}
.personal-follow-article div.list-empty {
  padding: 60px 0px 40px 0px;
  margin: 0px auto;
  text-align: center;
}
.personal-follow-article div.list-empty p {
  font-size: 28px;
  margin: 0px;
}
.personal-follow-article .follow-article-content {
  margin-bottom: 60px;
  zoom: 1;
}
.personal-follow-article .follow-article-content:before,
.personal-follow-article .follow-article-content:after {
  content: "";
  display: table;
}
.personal-follow-article .follow-article-content:after {
  clear: both;
}
.personal-follow-article .follow-article-content p {
  font-size: 14px;
}
.personal-follow-article .follow-article-content a>img.title-icon {
  width: 120px;
  height: auto;
  float: left;
}
.personal-follow-article .follow-article-content a.delete-icon {
  width: 50px;
  display: block;
  float: right;
  text-align: right;
}
.personal-follow-article .follow-article-content a.delete-icon p {
  margin: 2px;
}
.personal-follow-article .follow-article-content a:hover {
  color: #ff646c;
  cursor: pointer;
}
.personal-follow-article .follow-article-content a:hover p {
  display: block !important;
}
.personal-follow-article .follow-article-content .follow-article-detail {
  max-width: 59%;
  float: left;
  margin-left: 45px;
  zoom: 1;
}
.personal-follow-article .follow-article-content .follow-article-detail:before,
.personal-follow-article .follow-article-content .follow-article-detail:after {
  content: "";
  display: table;
}
.personal-follow-article .follow-article-content .follow-article-detail:after {
  clear: both;
}
.personal-follow-article .follow-article-content .follow-article-detail h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: normal;
}
.personal-follow-article .follow-article-content .follow-article-detail .follow-article-subscri {
  margin-bottom: 20px;
  zoom: 1;
}
.personal-follow-article .follow-article-content .follow-article-detail .follow-article-subscri:before,
.personal-follow-article .follow-article-content .follow-article-detail .follow-article-subscri:after {
  content: "";
  display: table;
}
.personal-follow-article .follow-article-content .follow-article-detail .follow-article-subscri:after {
  clear: both;
}
.personal-follow-article .follow-article-content .follow-article-detail .follow-article-subscri p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 22px;
}
.personal-follow-article .follow-article-content .follow-article-detail .follow-article-subscri p a {
  font-size: 14px;
  color: #f60014;
}
.personal-follow-article .follow-article-content .follow-article-detail a.mobile-delete-icon {
  display: none;
}
@media (max-width: 568px) {
  .personal-follow-article {
    padding-top: 0px;
    margin-top: 40px;
  }
  .personal-follow-article .follow-article-content {
    padding: 0px 10px;
  }
  .personal-follow-article .follow-article-content a.delete-icon {
    display: none;
  }
  .personal-follow-article .follow-article-content a>img.title-icon {
    float: none;
    width: 100%;
    height: auto;
  }
  .personal-follow-article .follow-article-content .follow-article-detail {
    max-width: 100%;
    float: none;
    margin: 0px;
  }
  .personal-follow-article .follow-article-content .follow-article-detail h3 {
    margin: 30px 0px;
  }
  .personal-follow-article .follow-article-content .follow-article-detail .follow-article-subscri {
    margin-bottom: 25px;
  }
  .personal-follow-article .follow-article-content .follow-article-detail a.mobile-delete-icon {
    font-size: 14px;
    display: block;
    float: right;
    border: solid 1px #f0f0f0;
    padding: 9px 15px;
    margin: 0px;
    white-space: nowrap;
  }
}
.personal-promo-articles {
  max-width: 880px;
  margin: auto;
  padding-bottom: 50px;
  font-size: 0;
}
.personal-promo-articles .heading {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 26px;
}
.personal-promo-articles .promot-art {
  display: inline-block;
  padding: 0px 8px;
}
@media (max-width: 768px) {
  .personal-promo-articles .promot-art {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .personal-promo-articles .promot-art {
    width: 100%;
  }
}
.personal-promo-articles .promot-art .fav {
  bottom: 29px;
}
.personal-promo-articles .promot-art .cover-image {
  height: auto;
}
@media (min-width: 1024px) {
  .personal-promo-articles .promot-art .cover-image {
    height: 114px;
  }
}
.personal {
  position: relative;
  margin: 0 auto;
}
.personal img {
  height: auto;
}
.personal .personal-stop {
  position: absolute;
  content: ".";
  bottom: 61px;
}
.personal .clock-wrapper {
  text-align: center;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
.personal .clock-wrapper #preload {
  display: none;
}
.personal .clock-wrapper .inner {
  min-height: 400px;
  background-image: url("../img/clock/bg/1.jpg");
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  backgroud-repeat: no-repeat;
  -webkit-animation-name: heroImage;
  -moz-animation-name: heroImage;
  -o-animation-name: heroImage;
  -ms-animation-name: heroImage;
  animation-name: heroImage;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  -ms-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
}
.personal .clock-wrapper section {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 0;
  padding-top: 60px;
  z-index: 2;
}
.personal .clock-wrapper section .img-content-wrapper {
  display: inline-block;
  width: 300px;
  text-align: right;
}
.personal .clock-wrapper section .timer-wrapper {
  vertical-align: top;
  display: inline-block;
  margin-left: 50px;
}
.personal .clock-wrapper section .timer-wrapper #ch_timer {
  background-image: url("../img/clock/chtimer-person.png");
  background-position: center;
  width: 94px;
  height: 45px;
  margin: 0 auto;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c1 {
  background-image: url("../img/clock/person/1.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c2 {
  background-image: url("../img/clock/person/2.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c3 {
  background-image: url("../img/clock/person/3.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c4 {
  background-image: url("../img/clock/person/4.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c5 {
  background-image: url("../img/clock/person/5.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c6 {
  background-image: url("../img/clock/person/6.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c7 {
  background-image: url("../img/clock/person/7.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c8 {
  background-image: url("../img/clock/person/8.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c9 {
  background-image: url("../img/clock/person/9.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c10 {
  background-image: url("../img/clock/person/10.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c11 {
  background-image: url("../img/clock/person/11.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c12 {
  background-image: url("../img/clock/person/12.png");
}
.personal .clock-wrapper section .timer-wrapper #clock {
  margin-top: 14px;
  width: 110px;
  font-size: 26px;
  letter-spacing: 1px;
}
@media (max-width: 568px) {
  .personal .clock-wrapper {
    text-align: center;
  }
  .personal .clock-wrapper .inner {
    min-height: 400px;
    padding-bottom: 10px;
  }
  .personal .clock-wrapper section .img-content-wrapper {
    text-align: center;
  }
  .personal .clock-wrapper section .img-content-wrapper .content {
    margin-top: 80px;
    margin-right: 0;
  }
  .personal .clock-wrapper section .timer-wrapper {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -55px;
  }
}
.user-head {
  min-height: 100px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.user-head .image-wapper {
  width: 50%;
  margin: auto;
  float: left;
  zoom: 1;
}
.user-head .image-wapper:before,
.user-head .image-wapper:after {
  content: "";
  display: table;
}
.user-head .image-wapper:after {
  clear: both;
}
.user-head .image-wapper img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.user-head .image-wapper img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.user-head .content {
  width: 50%;
  float: left;
  margin-top: 10px;
}
.user-head .content p {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.user-head .content p img {
  padding-right: 5px;
  width: 20px;
  vertical-align: text-bottom;
}
.personal-content {
  font-size: 16px;
  padding-top: 10px;
}
.personal-content .mobile-personal-content {
  display: none;
}
.personal-content ul {
  height: 40px;
  padding-bottom: 6px;
  border-bottom: solid 1px #000;
}
.personal-content ul li.active {
  border: solid 1px #000;
  border-bottom-color: transparent;
  background: #fff;
}
.personal-content ul li {
  float: left;
  padding: 12px 20px;
}
.personal-content ul li a {
  display: block;
}
.personal-content ul li.personal-edit {
  float: right;
}
.personal-content ul li.personal-edit a.personal-edit-icon {
  padding-left: 25px;
  background: url("../img/icon/Edit_black.svg") no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: left;
}
.personal-content ul li.personal-edit a.personal-edit-icon:hover {
  background: url("../img/icon/Edit_red.svg") no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: left;
}
.personal-content ul li.personal-edit img {
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .personal-content ul li {
    padding: 12px 10px;
  }
}
@media (max-width: 735px) {
  .personal-content {
    text-align: center;
  }
  .personal-content ul {
    border: none;
    height: auto;
    width: auto;
    margin: 30px auto;
    text-align: left;
  }
  .personal-content ul li {
    float: none;
    display: block;
    width: 93%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0px 12px 20px;
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .personal-content ul li:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .personal-content ul li.active {
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .personal-content ul li.active:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .personal-content ul li.active a {
    color: #ed1c24;
  }
  .personal-content ul li:nth-child(5) {
    display: none;
  }
  .personal-content ul li:nth-child(6) {
    display: none;
  }
  .personal-content .mobile-personal-content {
    display: block;
    text-align: center;
  }
  .personal-content .mobile-personal-content a {
    width: 44%;
  }
  .personal-content .mobile-personal-content a.personal-message {
    display: inline-block;
    padding: 10px 0px;
    border: 1px solid #e5e5e5;
    margin-right: 2%;
  }
  .personal-content .mobile-personal-content a.personal-message span.messsage-number-1 {
    color: #ed1c24;
  }
  .personal-content .mobile-personal-content a.personal-message span.messsage-number-0 {
    color: #000;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    border: 1px solid #e5e5e5;
    background: url("../img/icon/Edit_black.svg") no-repeat;
    background-position: 30%;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    vertical-align: middle;
    padding-left: 10px;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background: url("../img/icon/Edit_red.svg") no-repeat;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    background-position: 30%;
  }
}
@media (max-width: 640px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 27%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 27%;
  }
}
@media (max-width: 568px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 25%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 25%;
  }
}
@media (max-width: 440px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 15%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 15%;
  }
}
@media (max-width: 360px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 8%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 8%;
  }
}
@media (max-width: 330px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 5%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 5%;
  }
}
.personal .word-image-limit {
  max-width: 282px;
}
.personal-message-content {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .personal-message-content {
    width: 90%;
  }
}
.personal-message-content .ask-access {
  margin-top: 40px;
  margin-bottom: 20px;
}
.personal-message-content .ask-access p {
  display: inline-block;
  font-size: 14px;
  margin: 0px;
}
.personal-message-content .ask-access a {
  display: inline-block;
  padding: 5px 18px;
  border: solid 1px #e5e5e5;
  margin-left: 15px;
}
@media (max-width: 568px) {
  .personal-message-content .ask-access p {
    display: block;
    text-align: center;
  }
  .personal-message-content .ask-access a {
    display: block;
    margin: auto;
    padding: 10px 0px;
    text-align: center;
    width: 93%;
    margin: 15px 10px 0px 10px;
  }
}
.personal-message-content div.list-empty {
  padding: 90px 0px 0px 0px;
  margin: 0px auto;
  text-align: center;
}
.personal-message-content div.list-empty p {
  font-size: 28px;
  margin: 0px;
}
.personal-message-content .message-table>table {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.personal-message-content .message-table>table thead {
  background-color: #f6f6f6;
}
.personal-message-content .message-table>table thead th {
  padding: 15px 0px;
}
.personal-message-content .message-table>table thead th:first-child {
  padding-left: 25px;
}
.personal-message-content .message-table>table>tbody>tr {
  height: 40px;
  border-bottom: solid 1px rgba(0,0,0,0.11);
}
.personal-message-content .message-table>table>tbody>tr>td {
  padding: 10px 0px;
  vertical-align: top;
}
.personal-message-content .message-table>table>tbody>tr>td:first-child {
  padding-left: 25px;
}
.personal-message-content .message-table>table>tbody>tr>td a.anwer-detail-open {
  color: #ef4f54;
}
.personal-message-content .message-table>table>tbody>tr>td a.mail-delete-pc span {
  display: none;
}
.personal-message-content .message-table>table>tbody>tr>td a.mail-delete-pc:hover span {
  display: inline;
}
.personal-message-content .message-table>table>tbody>tr>td.personal-response-time {
  position: relative;
}
.personal-message-content .message-table>table>tbody>tr>td.personal-response-time a {
  display: inline-block;
  position: absolute;
  right: 20px;
}
.personal-message-content .message-table>table>tbody>tr>td.personal-response-time a:hover {
  cursor: pointer;
}
.personal-message-content .message-table>table>tbody tr:last-of-type {
  border-bottom: none;
}
.personal-message-content .anwer-detail {
  padding-bottom: 25px;
  position: relative;
}
.personal-message-content .anwer-detail img {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
}
.personal-message-content .anwer-detail h3 {
  display: inline-block;
  font-size: 18px;
  padding-top: 20px 0px 0px 0px;
  margin: 0px;
  font-weight: normal;
  margin-left: 25px;
}
.personal-message-content .anwer-detail p {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
  white-space: normal;
  margin-left: 25px;
}
.personal-message-content .anwer-detail p:first-of-type {
  padding-top: 20px;
}
.personal-message-content .anwer-detail p a.spacial-mail-input {
  display: block;
  width: 150px;
  border: solid 1px #000;
  padding: 3px 0px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.personal-message-content .anwer-detail p a.spacial-mail-input:hover {
  border: solid 1px #ed1c24;
  color: #ed1c24;
  cursor: pointer;
}
@media (max-width: 568px) {
  .personal-message-content .anwer-detail p {
    padding-right: 10px;
  }
}
.personal-message-content .anwer-detail p.personal-time {
  color: #e6e6e6;
  padding-top: 20px;
}
.personal-message-content .doctor-response {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: solid 1px rgba(0,0,0,0.11);
  position: relative;
}
.personal-message-content .doctor-response img {
  position: absolute;
  left: 0px;
}
.personal-message-content .doctor-response p {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
  margin-left: 25px;
}
.personal-message-content .doctor-response p span.response-start {
  font-size: 16px !important;
  font-weight: 500px;
  margin: 0px;
}
@media (max-width: 568px) {
  .personal-message-content .doctor-response p {
    padding-right: 10px;
  }
}
.personal-message-content .doctor-response p.personal-time {
  color: #ebebeb;
  padding-top: 20px;
}
.personal-message-content .pagenumber-tab-pc {
  display: block;
  background-color: #f6f6f6;
  height: 20px;
  padding-top: 9px;
  padding-bottom: 15px;
  margin: auto;
  font-size: 14px;
  margin-top: 55px;
}
.personal-message-content .pagenumber-tab-pc .doctor-toolbar {
  position: relative;
}
.personal-message-content .pagenumber-tab-pc .doctor-toolbar div.tools {
  position: absolute;
  left: 5px;
  vertical-align: middle;
}
.personal-message-content .pagenumber-tab-pc .doctor-toolbar div.tools a.delete-button {
  display: inline-block;
  padding: 0 0 0 10px;
}
.personal-message-content .pagenumber-tab-pc .doctor-toolbar div.pagination-pagenum {
  vertical-align: middle;
  margin: auto;
}
.personal-message-content .pagenumber-tab-mobile {
  display: none;
}
@media (max-width: 568px) {
  .personal-message-content .message-table>table {
    border-bottom: solid 1px #e6e6e6;
  }
  .personal-message-content .message-table>table>thead>tr>th:nth-child(1) {
    padding-left: 10px;
    padding-right: 10px;
    width: 9% !important;
  }
  .personal-message-content .message-table>table>thead>tr>th:nth-child(2) {
    width: 91% !important;
  }
  .personal-message-content .message-table>table>thead>tr>th:nth-child(3) {
    display: none;
  }
  .personal-message-content .message-table>table>tbody>tr>td:nth-child(1) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .personal-message-content .message-table>table>tbody>tr>td:nth-child(3) {
    display: none;
  }
  .personal-message-content .message-table>table>tbody>tr>td {
    position: relative;
  }
  .personal-message-content .message-table>table>tbody>tr>td p.export-message {
    display: inline-block !important;
    margin: 0px;
    margin-top: 10px;
  }
  .personal-message-content .message-table>table>tbody>tr>td a.mail-delete {
    display: inline-block !important;
    position: absolute;
    right: 15px;
    bottom: 10px;
  }
  .personal-message-content .message-table>table>tbody>tr>td a:hover {
    cursor: pointer;
  }
  .personal-message-content .message-table>table>tbody>tr>td a.anwers-details {
    display: block;
  }
  .personal-message-content .message-table>table>tbody>tr>td.pc-table-display {
    display: none;
  }
  .personal-message-content .message-table>table>tbody>tr>td.mobile-table-display {
    display: block !important;
  }
}
div.spacial-input-message {
  width: 500px;
  background-color: #fff;
  position: absolute;
  z-index: 101;
  margin-top: -250px;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
div.spacial-input-message a.spacial-input-close {
  position: absolute;
  top: 7px;
  right: 10px;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 568px) {
  div.spacial-input-message {
    width: 95%;
    margin: 0px 9px;
    left: 0px;
  }
  div.spacial-input-message iframe {
    width: 100%;
  }
}
.personal-follow-product {
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom: solid 1px rgba(0,0,0,0.11);
}
@media (max-width: 768px) {
  .personal-follow-product {
    width: 90%;
  }
}
.personal-follow-product div.list-empty {
  padding: 60px 0px 40px 0px;
  margin: 0px auto;
  text-align: center;
}
.personal-follow-product div.list-empty p {
  font-size: 28px;
  margin: 0px;
}
.personal-follow-product .follow-product {
  margin-top: 0px;
  margin-bottom: 60px;
  zoom: 1;
}
.personal-follow-product .follow-product:before,
.personal-follow-product .follow-product:after {
  content: "";
  display: table;
}
.personal-follow-product .follow-product:after {
  clear: both;
}
.personal-follow-product .follow-product p {
  font-size: 14px;
}
.personal-follow-product .follow-product a>img.title-icon {
  width: 100px;
  height: 110px;
  float: left;
}
.personal-follow-product .follow-product a.delete-icon {
  width: 50px;
  display: block;
  float: right;
  text-align: right;
}
.personal-follow-product .follow-product a.delete-icon p {
  margin: 2px;
}
.personal-follow-product .follow-product a:hover {
  color: #ff646c;
  cursor: pointer;
}
.personal-follow-product .follow-product a:hover p {
  display: block !important;
}
.personal-follow-product .follow-product .follow-product-detail {
  max-width: 59%;
  display: inline;
  float: left;
  margin-left: 45px;
  zoom: 1;
}
.personal-follow-product .follow-product .follow-product-detail:before,
.personal-follow-product .follow-product .follow-product-detail:after {
  content: "";
  display: table;
}
.personal-follow-product .follow-product .follow-product-detail:after {
  clear: both;
}
.personal-follow-product .follow-product .follow-product-detail h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: normal;
}
.personal-follow-product .follow-product .follow-product-detail p.product-benifit {
  font-size: 16px;
  margin: 0px;
}
.personal-follow-product .follow-product .follow-product-detail .follow-product-subscri {
  margin: 20px 0px;
  zoom: 1;
}
.personal-follow-product .follow-product .follow-product-detail .follow-product-subscri:before,
.personal-follow-product .follow-product .follow-product-detail .follow-product-subscri:after {
  content: "";
  display: table;
}
.personal-follow-product .follow-product .follow-product-detail .follow-product-subscri:after {
  clear: both;
}
.personal-follow-product .follow-product .follow-product-detail .follow-product-subscri p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 22px;
}
.personal-follow-product .follow-product .follow-product-detail .follow-product-subscri p a {
  color: #f60014;
}
.personal-follow-product .follow-product .follow-product-detail a.mobile-delete-icon {
  display: none;
}
.personal-follow-product .follow-product .follow-product-detail .follow-share {
  zoom: 1;
}
.personal-follow-product .follow-product .follow-product-detail .follow-share:before,
.personal-follow-product .follow-product .follow-product-detail .follow-share:after {
  content: "";
  display: table;
}
.personal-follow-product .follow-product .follow-product-detail .follow-share:after {
  clear: both;
}
.personal-follow-product .follow-product .follow-product-detail .follow-share p {
  float: left;
}
.personal-follow-product .follow-product .follow-product-detail .follow-share img {
  padding-top: 5px;
  width: 30px;
  height: 30px;
  float: left;
  padding-left: 5px;
}
@media (max-width: 568px) {
  .personal-follow-product {
    padding-top: 0px;
    margin-top: 40px;
  }
  .personal-follow-product .follow-product {
    padding: 0px 10px;
  }
  .personal-follow-product .follow-product a.delete-icon {
    display: none;
  }
  .personal-follow-product .follow-product a>img.title-icon {
    float: none;
    width: 100%;
    height: auto;
  }
  .personal-follow-product .follow-product .follow-product-detail {
    float: none;
    margin: 0px;
    max-width: 100%;
  }
  .personal-follow-product .follow-product .follow-product-detail h3 {
    margin: 20px 0px;
    text-align: center;
  }
  .personal-follow-product .follow-product .follow-product-detail p.product-benifit {
    text-align: center;
  }
  .personal-follow-product .follow-product .follow-product-detail a.mobile-delete-icon {
    font-size: 14px;
    display: block;
    float: right;
    border: solid 1px #f0f0f0;
    padding: 9px 15px;
    margin: 0px;
    white-space: nowrap;
  }
}
.personal {
  position: relative;
  margin: 0 auto;
}
.personal img {
  height: auto;
}
.personal .personal-stop {
  position: absolute;
  content: ".";
  bottom: 61px;
}
.personal .clock-wrapper {
  text-align: center;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
.personal .clock-wrapper #preload {
  display: none;
}
.personal .clock-wrapper .inner {
  min-height: 400px;
  background-image: url("../img/clock/bg/1.jpg");
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  backgroud-repeat: no-repeat;
  -webkit-animation-name: heroImage;
  -moz-animation-name: heroImage;
  -o-animation-name: heroImage;
  -ms-animation-name: heroImage;
  animation-name: heroImage;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  -ms-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
}
.personal .clock-wrapper section {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 0;
  padding-top: 60px;
  z-index: 2;
}
.personal .clock-wrapper section .img-content-wrapper {
  display: inline-block;
  width: 300px;
  text-align: right;
}
.personal .clock-wrapper section .timer-wrapper {
  vertical-align: top;
  display: inline-block;
  margin-left: 50px;
}
.personal .clock-wrapper section .timer-wrapper #ch_timer {
  background-image: url("../img/clock/chtimer-person.png");
  background-position: center;
  width: 94px;
  height: 45px;
  margin: 0 auto;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c1 {
  background-image: url("../img/clock/person/1.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c2 {
  background-image: url("../img/clock/person/2.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c3 {
  background-image: url("../img/clock/person/3.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c4 {
  background-image: url("../img/clock/person/4.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c5 {
  background-image: url("../img/clock/person/5.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c6 {
  background-image: url("../img/clock/person/6.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c7 {
  background-image: url("../img/clock/person/7.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c8 {
  background-image: url("../img/clock/person/8.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c9 {
  background-image: url("../img/clock/person/9.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c10 {
  background-image: url("../img/clock/person/10.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c11 {
  background-image: url("../img/clock/person/11.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c12 {
  background-image: url("../img/clock/person/12.png");
}
.personal .clock-wrapper section .timer-wrapper #clock {
  margin-top: 14px;
  width: 110px;
  font-size: 26px;
  letter-spacing: 1px;
}
@media (max-width: 568px) {
  .personal .clock-wrapper {
    text-align: center;
  }
  .personal .clock-wrapper .inner {
    min-height: 400px;
    padding-bottom: 10px;
  }
  .personal .clock-wrapper section .img-content-wrapper {
    text-align: center;
  }
  .personal .clock-wrapper section .img-content-wrapper .content {
    margin-top: 80px;
    margin-right: 0;
  }
  .personal .clock-wrapper section .timer-wrapper {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -55px;
  }
}
.user-head {
  min-height: 100px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.user-head .image-wapper {
  width: 50%;
  margin: auto;
  float: left;
  zoom: 1;
}
.user-head .image-wapper:before,
.user-head .image-wapper:after {
  content: "";
  display: table;
}
.user-head .image-wapper:after {
  clear: both;
}
.user-head .image-wapper img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.user-head .image-wapper img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.user-head .content {
  width: 50%;
  float: left;
  margin-top: 10px;
}
.user-head .content p {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.user-head .content p img {
  padding-right: 5px;
  width: 20px;
  vertical-align: text-bottom;
}
.personal-content {
  font-size: 16px;
  padding-top: 10px;
}
.personal-content .mobile-personal-content {
  display: none;
}
.personal-content ul {
  height: 40px;
  padding-bottom: 6px;
  border-bottom: solid 1px #000;
}
.personal-content ul li.active {
  border: solid 1px #000;
  border-bottom-color: transparent;
  background: #fff;
}
.personal-content ul li {
  float: left;
  padding: 12px 20px;
}
.personal-content ul li a {
  display: block;
}
.personal-content ul li.personal-edit {
  float: right;
}
.personal-content ul li.personal-edit a.personal-edit-icon {
  padding-left: 25px;
  background: url("../img/icon/Edit_black.svg") no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: left;
}
.personal-content ul li.personal-edit a.personal-edit-icon:hover {
  background: url("../img/icon/Edit_red.svg") no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: left;
}
.personal-content ul li.personal-edit img {
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .personal-content ul li {
    padding: 12px 10px;
  }
}
@media (max-width: 735px) {
  .personal-content {
    text-align: center;
  }
  .personal-content ul {
    border: none;
    height: auto;
    width: auto;
    margin: 30px auto;
    text-align: left;
  }
  .personal-content ul li {
    float: none;
    display: block;
    width: 93%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0px 12px 20px;
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .personal-content ul li:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .personal-content ul li.active {
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .personal-content ul li.active:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .personal-content ul li.active a {
    color: #ed1c24;
  }
  .personal-content ul li:nth-child(5) {
    display: none;
  }
  .personal-content ul li:nth-child(6) {
    display: none;
  }
  .personal-content .mobile-personal-content {
    display: block;
    text-align: center;
  }
  .personal-content .mobile-personal-content a {
    width: 44%;
  }
  .personal-content .mobile-personal-content a.personal-message {
    display: inline-block;
    padding: 10px 0px;
    border: 1px solid #e5e5e5;
    margin-right: 2%;
  }
  .personal-content .mobile-personal-content a.personal-message span.messsage-number-1 {
    color: #ed1c24;
  }
  .personal-content .mobile-personal-content a.personal-message span.messsage-number-0 {
    color: #000;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    border: 1px solid #e5e5e5;
    background: url("../img/icon/Edit_black.svg") no-repeat;
    background-position: 30%;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    vertical-align: middle;
    padding-left: 10px;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background: url("../img/icon/Edit_red.svg") no-repeat;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    background-position: 30%;
  }
}
@media (max-width: 640px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 27%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 27%;
  }
}
@media (max-width: 568px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 25%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 25%;
  }
}
@media (max-width: 440px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 15%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 15%;
  }
}
@media (max-width: 360px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 8%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 8%;
  }
}
@media (max-width: 330px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 5%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 5%;
  }
}
.personal .word-image-limit {
  max-width: 282px;
}
.personal-follow-export {
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom: solid 1px rgba(0,0,0,0.11);
}
@media (max-width: 768px) {
  .personal-follow-export {
    width: 90%;
  }
}
.personal-follow-export div.list-empty {
  padding: 60px 0px 40px 0px;
  margin: 0px auto;
  text-align: center;
}
.personal-follow-export div.list-empty p {
  font-size: 28px;
  margin: 0px;
}
.personal-follow-export .follow-export {
  margin-top: 0px;
  margin-bottom: 35px;
  zoom: 1;
}
.personal-follow-export .follow-export:before,
.personal-follow-export .follow-export:after {
  content: "";
  display: table;
}
.personal-follow-export .follow-export:after {
  clear: both;
}
.personal-follow-export .follow-export p {
  font-size: 14px;
}
.personal-follow-export .follow-export a>img.title-icon {
  width: 104px;
  height: 104px;
  float: left;
  -webkit-border-radius: 172px;
  border-radius: 172px;
}
.personal-follow-export .follow-export a.delete-icon {
  width: 50px;
  display: block;
  float: right;
  text-align: right;
}
.personal-follow-export .follow-export a.delete-icon p {
  margin: 2px;
}
.personal-follow-export .follow-export a:hover {
  color: #ff646c;
  cursor: pointer;
}
.personal-follow-export .follow-export a:hover p {
  display: block !important;
}
.personal-follow-export .follow-export .follow-export-detail {
  max-width: 59%;
  display: inline;
  float: left;
  margin-left: 45px;
  zoom: 1;
}
.personal-follow-export .follow-export .follow-export-detail:before,
.personal-follow-export .follow-export .follow-export-detail:after {
  content: "";
  display: table;
}
.personal-follow-export .follow-export .follow-export-detail:after {
  clear: both;
}
.personal-follow-export .follow-export .follow-export-detail h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: normal;
}
.personal-follow-export .follow-export .follow-export-detail p.export-subscr {
  font-size: 16px;
  margin: 0px;
}
.personal-follow-export .follow-export .follow-export-detail .follow-export-subscri {
  margin: 20px 0px;
  zoom: 1;
}
.personal-follow-export .follow-export .follow-export-detail .follow-export-subscri:before,
.personal-follow-export .follow-export .follow-export-detail .follow-export-subscri:after {
  content: "";
  display: table;
}
.personal-follow-export .follow-export .follow-export-detail .follow-export-subscri:after {
  clear: both;
}
.personal-follow-export .follow-export .follow-export-detail .follow-export-subscri p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 22px;
}
.personal-follow-export .follow-export .follow-export-detail .follow-export-subscri p a {
  color: #f60014;
}
.personal-follow-export .follow-export .follow-export-detail a.mobile-delete-icon {
  display: none;
}
@media (max-width: 568px) {
  .personal-follow-export {
    padding-top: 0px;
    margin-top: 40px;
  }
  .personal-follow-export .follow-export {
    padding: 0px 10px;
    zoom: 1;
  }
  .personal-follow-export .follow-export:before,
  .personal-follow-export .follow-export:after {
    content: "";
    display: table;
  }
  .personal-follow-export .follow-export:after {
    clear: both;
  }
  .personal-follow-export .follow-export a.delete-icon {
    display: none;
  }
  .personal-follow-export .follow-export a>img.title-icon {
    display: block;
    float: none;
    margin: 0px auto;
    width: 80%;
    height: auto;
    -webkit-border-radius: 500px;
    border-radius: 500px;
  }
  .personal-follow-export .follow-export .follow-export-detail {
    float: none;
    margin: 0px;
    max-width: 100%;
  }
  .personal-follow-export .follow-export .follow-export-detail h3 {
    margin: 20px 0px;
    text-align: center;
  }
  .personal-follow-export .follow-export .follow-export-detail p.export-subscr {
    text-align: center;
  }
  .personal-follow-export .follow-export .follow-export-detail a.mobile-delete-icon {
    font-size: 14px;
    display: block;
    float: right;
    border: solid 1px #f0f0f0;
    padding: 9px 15px;
    margin: 0px;
    white-space: nowrap;
  }
}
.promote-doctor-landscape .doctor {
  float: left;
}
.personal {
  position: relative;
  margin: 0 auto;
}
.personal img {
  height: auto;
}
.personal .personal-stop {
  position: absolute;
  content: ".";
  bottom: 61px;
}
.personal .clock-wrapper {
  text-align: center;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
.personal .clock-wrapper #preload {
  display: none;
}
.personal .clock-wrapper .inner {
  min-height: 400px;
  background-image: url("../img/clock/bg/1.jpg");
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  backgroud-repeat: no-repeat;
  -webkit-animation-name: heroImage;
  -moz-animation-name: heroImage;
  -o-animation-name: heroImage;
  -ms-animation-name: heroImage;
  animation-name: heroImage;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  -ms-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
}
.personal .clock-wrapper section {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 0;
  padding-top: 60px;
  z-index: 2;
}
.personal .clock-wrapper section .img-content-wrapper {
  display: inline-block;
  width: 300px;
  text-align: right;
}
.personal .clock-wrapper section .timer-wrapper {
  vertical-align: top;
  display: inline-block;
  margin-left: 50px;
}
.personal .clock-wrapper section .timer-wrapper #ch_timer {
  background-image: url("../img/clock/chtimer-person.png");
  background-position: center;
  width: 94px;
  height: 45px;
  margin: 0 auto;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c1 {
  background-image: url("../img/clock/person/1.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c2 {
  background-image: url("../img/clock/person/2.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c3 {
  background-image: url("../img/clock/person/3.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c4 {
  background-image: url("../img/clock/person/4.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c5 {
  background-image: url("../img/clock/person/5.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c6 {
  background-image: url("../img/clock/person/6.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c7 {
  background-image: url("../img/clock/person/7.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c8 {
  background-image: url("../img/clock/person/8.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c9 {
  background-image: url("../img/clock/person/9.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c10 {
  background-image: url("../img/clock/person/10.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c11 {
  background-image: url("../img/clock/person/11.png");
}
.personal .clock-wrapper section .timer-wrapper #ch_timer.c12 {
  background-image: url("../img/clock/person/12.png");
}
.personal .clock-wrapper section .timer-wrapper #clock {
  margin-top: 14px;
  width: 110px;
  font-size: 26px;
  letter-spacing: 1px;
}
@media (max-width: 568px) {
  .personal .clock-wrapper {
    text-align: center;
  }
  .personal .clock-wrapper .inner {
    min-height: 400px;
    padding-bottom: 10px;
  }
  .personal .clock-wrapper section .img-content-wrapper {
    text-align: center;
  }
  .personal .clock-wrapper section .img-content-wrapper .content {
    margin-top: 80px;
    margin-right: 0;
  }
  .personal .clock-wrapper section .timer-wrapper {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -55px;
  }
}
.user-head {
  min-height: 100px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.user-head .image-wapper {
  width: 50%;
  margin: auto;
  float: left;
  zoom: 1;
}
.user-head .image-wapper:before,
.user-head .image-wapper:after {
  content: "";
  display: table;
}
.user-head .image-wapper:after {
  clear: both;
}
.user-head .image-wapper img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.user-head .image-wapper img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.user-head .content {
  width: 50%;
  float: left;
  margin-top: 10px;
}
.user-head .content p {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.user-head .content p img {
  padding-right: 5px;
  width: 20px;
  vertical-align: text-bottom;
}
.personal-content {
  font-size: 16px;
  padding-top: 10px;
}
.personal-content .mobile-personal-content {
  display: none;
}
.personal-content ul {
  height: 40px;
  padding-bottom: 6px;
  border-bottom: solid 1px #000;
}
.personal-content ul li.active {
  border: solid 1px #000;
  border-bottom-color: transparent;
  background: #fff;
}
.personal-content ul li {
  float: left;
  padding: 12px 20px;
}
.personal-content ul li a {
  display: block;
}
.personal-content ul li.personal-edit {
  float: right;
}
.personal-content ul li.personal-edit a.personal-edit-icon {
  padding-left: 25px;
  background: url("../img/icon/Edit_black.svg") no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: left;
}
.personal-content ul li.personal-edit a.personal-edit-icon:hover {
  background: url("../img/icon/Edit_red.svg") no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: left;
}
.personal-content ul li.personal-edit img {
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .personal-content ul li {
    padding: 12px 10px;
  }
}
@media (max-width: 735px) {
  .personal-content {
    text-align: center;
  }
  .personal-content ul {
    border: none;
    height: auto;
    width: auto;
    margin: 30px auto;
    text-align: left;
  }
  .personal-content ul li {
    float: none;
    display: block;
    width: 93%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0px 12px 20px;
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .personal-content ul li:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .personal-content ul li.active {
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .personal-content ul li.active:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .personal-content ul li.active a {
    color: #ed1c24;
  }
  .personal-content ul li:nth-child(5) {
    display: none;
  }
  .personal-content ul li:nth-child(6) {
    display: none;
  }
  .personal-content .mobile-personal-content {
    display: block;
    text-align: center;
  }
  .personal-content .mobile-personal-content a {
    width: 44%;
  }
  .personal-content .mobile-personal-content a.personal-message {
    display: inline-block;
    padding: 10px 0px;
    border: 1px solid #e5e5e5;
    margin-right: 2%;
  }
  .personal-content .mobile-personal-content a.personal-message span.messsage-number-1 {
    color: #ed1c24;
  }
  .personal-content .mobile-personal-content a.personal-message span.messsage-number-0 {
    color: #000;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    border: 1px solid #e5e5e5;
    background: url("../img/icon/Edit_black.svg") no-repeat;
    background-position: 30%;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    vertical-align: middle;
    padding-left: 10px;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background: url("../img/icon/Edit_red.svg") no-repeat;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    background-position: 30%;
  }
}
@media (max-width: 640px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 27%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 27%;
  }
}
@media (max-width: 568px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 25%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 25%;
  }
}
@media (max-width: 440px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 15%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 15%;
  }
}
@media (max-width: 360px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 8%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 8%;
  }
}
@media (max-width: 330px) {
  .personal-content .mobile-personal-content a.personal-edit-icon {
    background-position: 5%;
  }
  .personal-content .mobile-personal-content a.personal-edit-icon:hover {
    background-position: 5%;
  }
}
.personal .word-image-limit {
  max-width: 282px;
}
@media (max-width: 568px) {
  .user-head {
    display: none;
  }
}
.personal-modify form {
  margin-top: 60px;
  margin-bottom: 50px;
}
.personal-modify form .col_wrapper {
  float: left;
  width: 50%;
  margin: auto;
}
.personal-modify form .col_wrapper .photo_info {
  text-align: center;
  margin: auto;
}
.personal-modify form .col_wrapper .photo_info .button_wrapper {
  margin-top: 30px;
}
.personal-modify form .col_wrapper .photo_info .button_wrapper input[type='text'] {
  width: 230px;
  margin: 0;
  padding: 0;
}
.personal-modify form .col_wrapper .photo_info .button_wrapper input[type='button'] {
  position: relative;
  right: 75px;
  width: 72px;
  height: 24px;
  margin-right: -72px;
  border: 0;
  color: #fff;
  background-color: #9e9e9e;
}
.personal-modify form .col_wrapper .photo_info canvas {
  border: 1px solid #cacaca;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.personal-modify form .col_wrapper .photo_info canvas:nth-of-type(1) {
  margin-right: 10px;
  margin-left: 40px;
}
.personal-modify form .col_wrapper .photo_info canvas:nth-of-type(3) {
  width: 230px;
  display: block;
  margin: 26px auto;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.personal-modify form .col_wrapper .photo_info span {
  font-size: 20px;
  display: block;
  margin: 30px 0 0;
}
.personal-modify form .col_wrapper .photo_info p {
  margin: 15px 0px;
  color: #ed1c24;
}
.personal-modify form .col_wrapper .photo_info a {
  cursor: pointer;
}
.personal-modify form .col_wrapper .photo_info a#save_image {
  color: #f00;
  margin-right: 10px;
}
.personal-modify form .col_wrapper .textual_info {
  width: 320px;
  margin: auto;
  clear: right;
}
.personal-modify form .col_wrapper .textual_info .field:first-of-type {
  margin-top: 0;
}
.personal-modify form .col_wrapper .textual_info input[disabled] {
  background-color: #fff !important;
  color: #ccc;
}
@media (min-width: 376px) and (max-width: 675px) {
  .personal-modify form .col_wrapper {
    display: block;
    float: none;
    width: auto;
  }
  .personal-modify form .col_wrapper:first-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 375px) {
  .personal-modify form {
    margin-top: 40px;
  }
  .personal-modify form .col_wrapper {
    display: block;
    float: none;
    width: auto;
    padding-left: 5px;
  }
  .personal-modify form .col_wrapper .field .field_col_right input[type='button'] {
    right: 15px;
  }
  .personal-modify form .col_wrapper:first-of-type {
    margin-bottom: 50px;
  }
}
.search-result .pc-search-tab {
  font-size: 14px;
  padding-top: 10px;
}
.search-result .pc-search-tab ul {
  height: 40px;
  padding-bottom: 3px;
  border-bottom: solid 1px #000;
}
.search-result .pc-search-tab ul li {
  display: inline-block;
  padding: 12px 20px;
}
.search-result .pc-search-tab ul li a {
  display: block;
}
.search-result .pc-search-tab ul li span.health-number-1 {
  color: #ed1c24;
}
.search-result .pc-search-tab ul li.active {
  border: solid 1px #000;
  border-bottom: none;
  background: #fff;
}
@media (max-width: 800px) {
  .search-result .pc-search-tab ul li {
    padding: 12px 10px;
  }
}
@media (max-width: 567px) {
  .search-result .pc-search-tab {
    text-align: center;
  }
  .search-result .pc-search-tab ul {
    border: none;
    height: auto;
    width: auto;
    margin: 30px auto;
    text-align: left;
  }
  .search-result .pc-search-tab ul li {
    float: none;
    display: block;
    width: 93%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0px 12px 20px;
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .search-result .pc-search-tab ul li:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .search-result .pc-search-tab ul li.active {
    border: solid 1px #e6e6e6;
    border-top: solid 0px #e6e6e6;
  }
  .search-result .pc-search-tab ul li.active:first-of-type {
    border-top: solid 1px #e6e6e6;
  }
  .search-result .pc-search-tab ul li.active a {
    color: #ed1c24;
  }
}
.search-result .search-content {
  padding-top: 50px;
  padding-bottom: 30px;
}
.search-result .search-content p {
  font-size: 14px;
}
.search-result .search-content div.list-empty {
  padding: 70px 0px 120px 0px;
  margin: 0px auto;
  text-align: center;
}
.search-result .search-content div.list-empty p {
  font-size: 28px;
  margin: 0px;
}
.search-result .search-content .search-single {
  padding-bottom: 50px;
}
.search-result .search-content .search-single a>img.title-icon {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: auto;
}
.search-result .search-content .search-single .search-single-detail {
  display: inline-block;
  vertical-align: top;
  max-width: 59%;
  margin-left: 45px;
}
.search-result .search-content .search-single .search-single-detail h3 {
  font-size: 18px;
  margin: 0px;
  font-weight: normal;
}
.search-result .search-content .search-single .search-single-detail p.header-more {
  font-size: 16px;
  margin: 0px;
  margin-top: 10px;
}
.search-result .search-content .search-single .search-single-detail .search-single-subscri {
  margin-top: 15px;
}
.search-result .search-content .search-single .search-single-detail .search-single-subscri p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 22px;
}
.search-result .search-content .search-single .search-single-detail .search-single-subscri p a {
  font-size: 14px;
  color: #f60014;
}
@media (max-width: 568px) {
  .search-result .search-content .search-single {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-result .search-content .search-single a>img.title-icon {
    width: 100%;
    height: auto;
  }
  .search-result .search-content .search-single .search-single-detail {
    max-width: 95%;
    margin: 0px auto;
  }
  .search-result .search-content .search-single .search-single-detail h3 {
    margin-top: 25px;
    text-align: center;
  }
  .search-result .search-content .search-single .search-single-detail p.header-more {
    margin-top: 20px;
    text-align: center;
  }
  .search-result .search-content .search-single .search-single-detail .search-single-subscri {
    margin-top: 25px;
  }
}
.pagination-pagenum {
  margin: initial;
}
.search-container {
  padding: 0 20%;
  background-color: #f6f6f6;
  margin: 53px 0 43px 0;
}
.search-container .search-wrapper {
  padding: 18px 0 14px 0;
  position: relative;
}
.search-container .search-wrapper .tips {
  margin: 0 auto;
  text-align: center;
  padding-top: 12px;
  color: #b8b8b8;
}
.search-container .search-wrapper .result-ul {
  position: absolute;
  left: 2px;
  top: 18px;
  z-index: 3;
  white-space: nowrap;
  max-width: 90%;
  overflow-x: auto;
}
.search-container .search-wrapper .result-ul .result-li {
  display: inline-block;
  font-size: 14px;
  padding-left: 2px;
  margin-left: 2px;
  margin-top: 7px;
  cursor: pointer;
  height: 16px;
  line-height: 16px;
}
.search-container .search-wrapper .input-ul {
  position: relative;
  background: #fff;
  height: 28px;
  padding-left: 4px;
}
.search-container .search-wrapper .input-ul .input-li {
  background-color: #fff;
}
.search-container .search-wrapper .input-ul .input-li input {
  background-color: #fff;
  display: block;
  width: 90%;
  height: 26px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  font-size: 14px;
  border: 0;
  padding-left: 10px;
}
.search-container .search-wrapper .search-btn {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/icon/icon-search.png") no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 568px) {
  .search-container {
    padding: 0 2%;
  }
}
.article-landing {
  position: relative;
}
.article-landing .brand-kv {
  position: relative;
}
.article-landing .brand-kv img.title-img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 568px) {
  .article-landing .brand-kv img.title-img {
    width: 95%;
  }
}
.article-landing .title-img-wrapper {
  display: inline-block;
  width: 290px;
  position: absolute;
  left: 50%;
  margin-left: -145px;
  top: 50%;
  text-align: center;
}
.article-landing .title-img-wrapper .title-img {
  position: static;
  display: block;
}
.article-landing .title-img-wrapper .explore-btn {
  margin-top: 28px;
  display: inline-block;
  width: 68px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.article-landing .title-img-wrapper .explore-btn:hover {
  border: 1px solid #ed1c24 !important;
  color: #ed1c24 !important;
}
.logo {
  background: center center;
  text-align: center;
}
.logo .inner {
  width: 320px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  position: relative;
  top: 45px;
}
.logo .up-too {
  top: 20px;
}
.logo img {
  vertical-align: middle;
}
.h-wapper {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.h-wapper section {
  margin: 0 auto;
  position: relative;
  top: 42px;
  text-align: center;
  width: 60%;
  padding-bottom: 0px;
  word-break: break-word;
}
.h-wapper section h3 {
  font-size: 34px;
  margin: 0;
  font-weight: normal;
}
.h-wapper section p {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1000px) {
  .h-wapper section {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .h-wapper section {
    width: 98%;
  }
}
@media (max-width: 568px) {
  .h-wapper section {
    width: 90%;
  }
}
.health-nav {
  width: 600px;
  margin: 0 auto;
}
.health-nav ul {
  margin-top: 30px;
  font-size: 0;
  zoom: 1;
}
.health-nav ul:before,
.health-nav ul:after {
  content: "";
  display: table;
}
.health-nav ul:after {
  clear: both;
}
.health-nav ul li {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 3px;
  border-style: solid;
  border-color: transparent;
  position: relative;
  overflow: hidden;
}
.health-nav ul li.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: transparent;
}
.health-nav ul li.active .height-holder img.layer {
  display: none;
}
.health-nav ul li .height-holder {
  display: block;
  margin-top: 61%;
  overflow: hidden;
}
.health-nav ul li .height-holder img {
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.health-nav ul li .height-holder img.animate-s {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media (max-width: 568px) {
  .health-nav {
    width: 90%;
  }
}
.article-landing.one-empereus,
.h-wapper.one-empereus {
  background-image: url("../img/brand/brand-vision-3.jpg");
  min-height: 480px;
}
.article-landing.one-empereus section,
.h-wapper.one-empereus section {
  width: 40%;
}
.article-landing.one-empereus section p,
.h-wapper.one-empereus section p {
  width: 70%;
  margin: 15px auto 0 auto;
}
.article-landing.two-empereus,
.h-wapper.two-empereus {
  background: url("../img/brand/brand-beliefs-3.jpg") center bottom no-repeat;
  min-height: 480px;
}
.article-landing.three-empereus,
.h-wapper.three-empereus {
  background: #e6e6e6 url("../img/brand/brand-story-3.jpg") center bottom no-repeat;
  min-height: 920px;
}
.article-landing.three-empereus section,
.h-wapper.three-empereus section {
  padding-bottom: 230px;
}
@media (max-width: 600px) {
  .h-wapper.one-empereus section {
    width: 90%;
  }
  .h-wapper.one-empereus section p {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .h-wapper.one-empereus section {
    width: 90%;
  }
  .h-wapper.one-empereus section p {
    width: 70%;
  }
  .h-wapper.three-empereus section {
    padding-bottom: 310px;
  }
}
.article-landing.one,
.h-wapper.one {
  background: url("../img/brand/brand-vision-2.jpg") center bottom no-repeat;
  min-height: 480px;
}
.article-landing.two,
.h-wapper.two {
  background: url("../img/brand/brand-beliefs-2.jpg") right bottom no-repeat;
  min-height: 700px;
  color: #fff;
}
.article-landing.two section,
.h-wapper.two section {
  padding-bottom: 302px;
  width: 70%;
}
.article-landing.three,
.h-wapper.three {
  background: url("../img/brand/brand-story-2.jpg") center bottom no-repeat;
  min-height: 920px;
}
.article-landing.three section,
.h-wapper.three section {
  padding-bottom: 300px;
}
@media (max-width: 800px) {
  .h-wapper.two {
    color: #000;
  }
  .h-wapper.two section {
    width: 90%;
    padding-bottom: 0px;
  }
}
.article-landing.one-trt,
.h-wapper.one-trt {
  background-image: url("../img/brand/brand-vision-1.jpg");
  min-height: 480px;
}
.article-landing.one-trt section p,
.h-wapper.one-trt section p {
  width: 60%;
  margin: 16px auto 0 auto;
}
.article-landing.two-trt,
.h-wapper.two-trt {
  background: #f0f2f1 url("../img/brand/brand-beliefs-1.jpg") center bottom no-repeat;
  min-height: 480px;
  padding-bottom: 60px;
}
.article-landing.two-trt p,
.h-wapper.two-trt p {
  line-height: 32px;
}
@media (max-width: 374px) {
  .article-landing.two-trt,
  .h-wapper.two-trt {
    padding-bottom: 90px;
  }
}
.article-landing.three-trt,
.h-wapper.three-trt {
  min-height: 600px;
  padding-bottom: 35px;
}
.article-landing.three-trt img,
.h-wapper.three-trt img {
  margin-top: 20px;
  max-width: 100%;
}
.article-landing.three-trt section,
.h-wapper.three-trt section {
  width: 60%;
}
@media (max-width: 600px) {
  .h-wapper.one-trt section {
    width: 80%;
  }
  .h-wapper.three-trt section {
    width: 80%;
  }
}
.article-landing.one-motiv,
.h-wapper.one-motiv {
  background: #f0f2f1 url("../img/brand/brand-vision-4.jpg") center bottom no-repeat;
  min-height: 480px;
  padding-bottom: 55px;
}
.article-landing.one-motiv section,
.h-wapper.one-motiv section {
  width: 80%;
}
.article-landing.two-motiv,
.h-wapper.two-motiv {
  background-color: linear-gradient(left, #dbdee5, #b7bac1);
  background-image: url("../img/brand/brand-beliefs-4.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 500px;
}
.article-landing.two-motiv section,
.h-wapper.two-motiv section {
  padding-bottom: 280px;
}
.article-landing.three-motiv,
.h-wapper.three-motiv {
  min-height: 920px;
}
.article-landing.three-motiv section,
.h-wapper.three-motiv section {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .h-wapper.one-motiv {
    padding-bottom: 85px;
  }
  .h-wapper.one-motiv section {
    width: 90%;
  }
  .h-wapper.two-motiv section {
    padding-bottom: 310px;
  }
  .h-wapper.three-motiv img {
    width: 100%;
  }
}
.brand-strategy .footer-banner {
  min-height: 230px;
}
.brand-strategy .diagram-nav {
  background: #fff;
  border-bottom: 1px #e6e6e6 solid;
}
.brand-strategy .diagram-nav.fixed {
  z-index: 8;
  height: 42px;
  position: fixed;
  text-align: center;
  font-size: 14px;
  top: 60px;
  width: 100%;
}
.brand-strategy .diagram-nav.fixed ul {
  background: #fff;
  width: 100%;
  border-bottom: 1px #e6e6e6 solid;
}
.brand-strategy .diagram-nav.fixed ul li {
  float: none;
  margin: 0;
  background-image: none !important;
  padding: 12px 1.5%;
}
.brand-strategy .diagram-nav.fixed ul li a {
  padding-top: 0;
}
@media (max-width: 568px) {
  .brand-strategy .diagram-nav.fixed ul li {
    padding: 10px 20px;
  }
}
.brand-strategy .diagram-nav ul {
  margin: 0 auto;
  text-align: center;
  zoom: 1;
}
.brand-strategy .diagram-nav ul:before,
.brand-strategy .diagram-nav ul:after {
  content: "";
  display: table;
}
.brand-strategy .diagram-nav ul:after {
  clear: both;
}
.brand-strategy .diagram-nav ul li {
  min-width: 55px;
  display: inline-block;
  margin: 30px 1.5%;
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
}
.brand-strategy .diagram-nav ul li a {
  padding-top: 70px;
  display: block;
  font-size: 14px;
}
.brand-strategy .diagram-nav ul li:hover {
  color: #ed1c24;
}
.brand-strategy .diagram-nav ul li.active a {
  color: #ed1c24;
}
.brand-strategy .diagram-nav ul li.strategy-jtwh {
  background-image: url("../img/brand/jtwh_grey.png");
}
.brand-strategy .diagram-nav ul li.strategy-jtwh:hover {
  background-image: url("../img/brand/jtwh_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-jtwh.active {
  background-image: url("../img/brand/jtwh_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-jztx {
  background-image: url("../img/brand/jztx_grey.png");
}
.brand-strategy .diagram-nav ul li.strategy-jztx:hover {
  background-image: url("../img/brand/jztx_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-jztx.active {
  background-image: url("../img/brand/jztx_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-zlzt {
  background-image: url("../img/brand/zlzt_grey.png");
}
.brand-strategy .diagram-nav ul li.strategy-zlzt:hover {
  background-image: url("../img/brand/zlzt_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-zlzt.active {
  background-image: url("../img/brand/zlzt_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-video {
  background-image: url("../img/brand/video_grey.png");
}
.brand-strategy .diagram-nav ul li.strategy-video:hover {
  background-image: url("../img/brand/video_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-video.active {
  background-image: url("../img/brand/video_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-all {
  background-image: url("../img/brand/strategy_icon1_grey.png");
}
.brand-strategy .diagram-nav ul li.strategy-all:hover {
  background-image: url("../img/brand/strategy_icon1_red.png");
}
.brand-strategy .diagram-nav ul li.strategy-all.active {
  background-image: url("../img/brand/strategy_icon1_red.png");
}
.brand-strategy .diagram-nav ul li.structure {
  background-image: url("../img/brand/strategy_icon2_grey.png");
}
.brand-strategy .diagram-nav ul li.structure:hover {
  background-image: url("../img/brand/strategy_icon2_red.png");
}
.brand-strategy .diagram-nav ul li.structure.active {
  background-image: url("../img/brand/strategy_icon2_red.png");
}
.brand-strategy .diagram-nav ul li.relation {
  background-image: url("../img/brand/strategy_icon3_grey.png");
}
.brand-strategy .diagram-nav ul li.relation:hover {
  background-image: url("../img/brand/strategy_icon3_red.png");
}
.brand-strategy .diagram-nav ul li.relation.active {
  background-image: url("../img/brand/strategy_icon3_red.png");
}
.brand-strategy .diagram-nav ul li.manager {
  background-image: url("../img/brand/strategy_icon4_grey.png");
}
.brand-strategy .diagram-nav ul li.manager:hover {
  background-image: url("../img/brand/strategy_icon4_red.png");
}
.brand-strategy .diagram-nav ul li.manager.active {
  background-image: url("../img/brand/strategy_icon4_red.png");
}
.brand-strategy .diagram-nav ul li.carrier {
  background-image: url("../img/brand/strategy_icon5_grey.png");
}
.brand-strategy .diagram-nav ul li.carrier:hover {
  background-image: url("../img/brand/strategy_icon5_red.png");
}
.brand-strategy .diagram-nav ul li.carrier.active {
  background-image: url("../img/brand/strategy_icon5_red.png");
}
.brand-strategy .diagram-nav ul li.management {
  background-image: url("../img/brand/strategy_icon6_grey.png");
}
.brand-strategy .diagram-nav ul li.management:hover {
  background-image: url("../img/brand/strategy_icon6_red.png");
}
.brand-strategy .diagram-nav ul li.management.active {
  background-image: url("../img/brand/strategy_icon6_red.png");
}
.brand-strategy .diagram-nav ul li.other-link {
  background-image: url("../img/brand/strategy_icon7.png");
  -webkit-background-size: 65px 65px;
  -moz-background-size: 65px 65px;
  background-size: 65px 65px;
}
.brand-strategy .diagram-nav ul li.other-link:hover {
  background-image: url("../img/brand/strategy_icon7-red.png");
  -webkit-background-size: 65px 65px;
  -moz-background-size: 65px 65px;
  background-size: 65px 65px;
}
.brand-strategy .diagram-nav ul li.other-link.active {
  background-image: url("../img/brand/strategy_icon7-red.png");
  -webkit-background-size: 65px 65px;
  -moz-background-size: 65px 65px;
  background-size: 65px 65px;
}
.brand-strategy .diagram-nav-wrapper {
  width: 100%;
  max-width: 100%;
  height: 150px;
}
@media (max-width: 1023px) {
  .brand-strategy .diagram-nav-wrapper {
    height: auto;
  }
  .brand-strategy .diagram-nav-wrapper .diagram-nav ul {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .brand-strategy .diagram-nav-wrapper .diagram-nav ul li {
    margin: 0;
    background-image: none !important;
    padding-top: 15px;
    padding-bottom: 0px;
    min-width: 100px;
  }
  .brand-strategy .diagram-nav-wrapper .diagram-nav ul li a {
    padding-top: 0;
  }
}
@media (max-width: 568px) {
  .brand-strategy .diagram-nav-wrapper .diagram-nav ul li {
    min-width: 75px;
  }
}
.brand-strategy div.diagram-box {
  padding: 0 90px 50px;
  text-align: center;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: -6px;
  padding-bottom: 0;
}
.brand-strategy div.diagram-box#strategy0 {
  min-height: 1051px;
}
.brand-strategy div.diagram-box#strategy0 .text {
  margin-top: 47px;
  margin-bottom: 47px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy0 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box#strategy0 .diagram {
  margin-bottom: 30px;
}
.brand-strategy div.diagram-box#strategy1 {
  min-height: 796px;
}
.brand-strategy div.diagram-box#strategy1 .text {
  margin-top: 88px;
  margin-bottom: 45px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy1 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box#strategy1 .diagram {
  margin-bottom: 24px;
}
.brand-strategy div.diagram-box#strategy2 {
  min-height: 974px;
}
.brand-strategy div.diagram-box#strategy2 .text {
  margin-top: 80px;
  margin-bottom: 53px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy2 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box#strategy2 .diagram {
  margin-bottom: 40px;
}
.brand-strategy div.diagram-box#strategy3 {
  min-height: 2210px;
}
.brand-strategy div.diagram-box#strategy3 .text {
  margin-top: 80px;
  margin-bottom: 53px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy3 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box#strategy3 .diagram {
  margin-bottom: 30px;
}
.brand-strategy div.diagram-box#strategy4 {
  min-height: 914px;
}
.brand-strategy div.diagram-box#strategy4 .desc {
  line-height: 24px;
  margin: 30px 0;
}
.brand-strategy div.diagram-box#strategy4 .text {
  margin-top: 80px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy4 .text {
    margin: 40px 0 0;
  }
}
.brand-strategy div.diagram-box#strategy4 #video-container {
  cursor: pointer;
}
.brand-strategy div.diagram-box#strategy4 a {
  cursor: pointer;
}
.brand-strategy div.diagram-box#strategy4 video {
  z-index: -1;
}
.brand-strategy div.diagram-box#strategy4 video::-webkit-media-controls {
  display: none !important;
}
.brand-strategy div.diagram-box#strategy5 {
  min-height: 1222px;
}
.brand-strategy div.diagram-box#strategy5 .text {
  margin-top: 80px;
  margin-bottom: 53px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy5 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box#strategy6 {
  min-height: 940px;
  position: relative;
}
.brand-strategy div.diagram-box#strategy6 .text {
  margin-top: 80px;
  margin-bottom: 53px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy6 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box#strategy6 img.diagram-strategy6-mb {
  display: none;
}
.brand-strategy div.diagram-box#strategy6 .circle-number {
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
.brand-strategy div.diagram-box#strategy6 .circle-number .circle-num {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
.brand-strategy div.diagram-box#strategy6 .circle-number p {
  margin: 0px;
  font-weight: normal;
  padding-top: 33px;
}
.brand-strategy div.diagram-box#strategy6 .circle-number a {
  position: absolute;
  display: none;
  margin: 0px auto;
  left: 50%;
  top: 28%;
  width: 60px;
  margin-left: -30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .brand-strategy div.diagram-box#strategy6 img.diagram-strategy6-mb {
    display: block;
  }
  .brand-strategy div.diagram-box#strategy6 img.diagram-strategy6-pc {
    display: none;
  }
  .brand-strategy div.diagram-box#strategy6 .circle-number {
    display: none;
  }
}
.brand-strategy div.diagram-box#strategy6 .circle-1 {
  top: 42.5%;
  left: 22.3%;
  color: #ecaf34;
  border: solid 2px #ecaf34;
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.brand-strategy div.diagram-box#strategy6 .circle-1 .circle-pop-1 {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.brand-strategy div.diagram-box#strategy6 .circle-1 a {
  -webkit-transform: rotate(-300deg);
  -moz-transform: rotate(-300deg);
  -o-transform: rotate(-300deg);
  -ms-transform: rotate(-300deg);
  transform: rotate(-300deg);
}
@media (min-width: 1025px) {
  .brand-strategy div.diagram-box#strategy6 .circle-1:hover .circle-pop-1 {
    display: block;
  }
  .brand-strategy div.diagram-box#strategy6 .circle-1:hover a {
    display: block;
  }
}
.brand-strategy div.diagram-box#strategy6 .circle-2 {
  top: 64.6%;
  left: 68.6%;
  color: #2e9a57;
  border: solid 2px #2e9a57;
  -webkit-transform: rotate(294deg);
  -moz-transform: rotate(294deg);
  -o-transform: rotate(294deg);
  -ms-transform: rotate(294deg);
  transform: rotate(294deg);
}
.brand-strategy div.diagram-box#strategy6 .circle-2 .circle-pop-2 {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.brand-strategy div.diagram-box#strategy6 .circle-2 a {
  -webkit-transform: rotate(-294deg);
  -moz-transform: rotate(-294deg);
  -o-transform: rotate(-294deg);
  -ms-transform: rotate(-294deg);
  transform: rotate(-294deg);
}
@media (min-width: 1025px) {
  .brand-strategy div.diagram-box#strategy6 .circle-2:hover .circle-pop-2 {
    display: block;
  }
  .brand-strategy div.diagram-box#strategy6 .circle-2:hover a {
    display: block;
  }
}
.brand-strategy div.diagram-box#strategy6 .circle-3 {
  top: 64.8%;
  left: 22%;
  color: #ecaf34;
  border: solid 2px #ecaf34;
  -webkit-transform: rotate(245deg);
  -moz-transform: rotate(245deg);
  -o-transform: rotate(245deg);
  -ms-transform: rotate(245deg);
  transform: rotate(245deg);
}
.brand-strategy div.diagram-box#strategy6 .circle-3 .circle-pop-3 {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.brand-strategy div.diagram-box#strategy6 .circle-3 a {
  -webkit-transform: rotate(-245deg);
  -moz-transform: rotate(-245deg);
  -o-transform: rotate(-245deg);
  -ms-transform: rotate(-245deg);
  transform: rotate(-245deg);
}
@media (min-width: 1025px) {
  .brand-strategy div.diagram-box#strategy6 .circle-3:hover .circle-pop-3 {
    display: block;
  }
  .brand-strategy div.diagram-box#strategy6 .circle-3:hover a {
    display: block;
  }
}
.brand-strategy div.diagram-box#strategy7 .text {
  margin-top: 80px;
  margin-bottom: 53px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy7 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box#strategy8 .text {
  margin-top: 80px;
  margin-bottom: 53px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy8 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box#strategy9 {
  padding: 0;
}
.brand-strategy div.diagram-box#strategy9 .text {
  margin-top: 80px;
  margin-bottom: 53px;
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy9 .text {
    margin: 40px 0;
  }
}
.brand-strategy div.diagram-box:last-child {
  padding-bottom: 0;
}
@media (max-width: 568px) {
  .brand-strategy div.diagram-box {
    padding: 0 5px 20px;
  }
}
@media (max-width: 1024px) {
  .brand-strategy div.diagram-box#strategy0 {
    min-height: 1000px;
  }
  .brand-strategy div.diagram-box#strategy1 {
    min-height: 671px;
  }
  .brand-strategy div.diagram-box#strategy2 {
    min-height: 824px;
  }
  .brand-strategy div.diagram-box#strategy3 {
    min-height: 1888px;
  }
  .brand-strategy div.diagram-box#strategy4 {
    min-height: 788px;
  }
  .brand-strategy div.diagram-box#strategy5 {
    min-height: 1034px;
  }
  .brand-strategy div.diagram-box#strategy6 {
    min-height: 1024px;
  }
  .brand-strategy div.diagram-box#strategy7 {
    min-height: 1024px;
  }
  .brand-strategy div.diagram-box#strategy8 {
    min-height: 808px;
  }
  .brand-strategy div.diagram-box#strategy9 {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .brand-strategy div.diagram-box#strategy0 {
    min-height: 747px;
  }
  .brand-strategy div.diagram-box#strategy1 {
    min-height: 526px;
  }
  .brand-strategy div.diagram-box#strategy2 {
    min-height: 638px;
  }
  .brand-strategy div.diagram-box#strategy3 {
    min-height: 1378px;
  }
  .brand-strategy div.diagram-box#strategy4 {
    min-height: 673px;
  }
  .brand-strategy div.diagram-box#strategy5 {
    min-height: 775px;
  }
  .brand-strategy div.diagram-box#strategy6 {
    min-height: 718px;
  }
  .brand-strategy div.diagram-box#strategy7 {
    min-height: 766px;
  }
  .brand-strategy div.diagram-box#strategy8 {
    min-height: 648px;
  }
  .brand-strategy div.diagram-box#strategy9 {
    min-height: 538px;
  }
}
@media (max-width: 414px) {
  .brand-strategy div.diagram-box#strategy0 {
    min-height: 525px;
  }
  .brand-strategy div.diagram-box#strategy1 {
    min-height: 400px;
  }
  .brand-strategy div.diagram-box#strategy2 {
    min-height: 470px;
  }
  .brand-strategy div.diagram-box#strategy3 {
    min-height: 935px;
  }
  .brand-strategy div.diagram-box#strategy4 {
    min-height: 441px;
  }
  .brand-strategy div.diagram-box#strategy5 {
    min-height: 551px;
  }
  .brand-strategy div.diagram-box#strategy6 {
    min-height: 526px;
  }
  .brand-strategy div.diagram-box#strategy7 {
    min-height: 560px;
  }
  .brand-strategy div.diagram-box#strategy8 {
    min-height: 521px;
  }
  .brand-strategy div.diagram-box#strategy9 {
    min-height: 363px;
  }
}
@media (max-width: 375px) {
  .brand-strategy div.diagram-box#strategy0 {
    min-height: 525px;
  }
  .brand-strategy div.diagram-box#strategy1 {
    min-height: 400px;
  }
  .brand-strategy div.diagram-box#strategy2 {
    min-height: 470px;
  }
  .brand-strategy div.diagram-box#strategy3 {
    min-height: 935px;
  }
  .brand-strategy div.diagram-box#strategy4 {
    min-height: 441px;
  }
  .brand-strategy div.diagram-box#strategy5 {
    min-height: 551px;
  }
  .brand-strategy div.diagram-box#strategy6 {
    min-height: 526px;
  }
  .brand-strategy div.diagram-box#strategy7 {
    min-height: 560px;
  }
  .brand-strategy div.diagram-box#strategy8 {
    min-height: 521px;
  }
  .brand-strategy div.diagram-box#strategy9 {
    min-height: 363px;
  }
}
@media (max-width: 320px) {
  .brand-strategy div.diagram-box#strategy0 {
    min-height: 455px;
  }
  .brand-strategy div.diagram-box#strategy1 {
    min-height: 316px;
  }
  .brand-strategy div.diagram-box#strategy2 {
    min-height: 383px;
  }
  .brand-strategy div.diagram-box#strategy3 {
    min-height: 771px;
  }
  .brand-strategy div.diagram-box#strategy4 {
    min-height: 405px;
  }
  .brand-strategy div.diagram-box#strategy5 {
    min-height: 460px;
  }
  .brand-strategy div.diagram-box#strategy6 {
    min-height: 450px;
  }
  .brand-strategy div.diagram-box#strategy7 {
    min-height: 450px;
  }
  .brand-strategy div.diagram-box#strategy8 {
    min-height: 425px;
  }
  .brand-strategy div.diagram-box#strategy9 {
    min-height: 300px;
  }
}
.brand-strategy div.diagram-box h2 {
  display: none;
  margin: 50px 0;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
}
@media (max-width: 568px) {
  .brand-strategy div.diagram-box h2 {
    font-size: 24px;
    margin: 20px 0;
  }
}
.brand-strategy div.diagram-box img {
  max-width: 100%;
}
.brand-strategy div.diagram-box img.text {
  margin-top: 80px;
  margin-bottom: 50px;
}
.brand-strategy div.diagram-box#strategy5 p {
  line-height: 24px;
  margin-bottom: 0;
}
.brand-strategy div.diagram-box div.cricle-box {
  position: relative;
  background-color: #fff;
  width: 980px;
  height: 1000px;
}
.brand-strategy div.diagram-box div.cricle-box div.cricle-center {
  position: absolute;
  width: 180px;
  height: 180px;
  border: solid 0px #acadad;
  top: 500px;
  left: 500px;
  margin-left: -90px;
  margin-top: -80px;
  background-image: url("../img/cricle-person/cricle-logo.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: initial;
  -moz-background-size: initial;
  background-size: initial;
  background-position: center top;
}
.brand-strategy div.diagram-box div.cricle-box div.cricle-around {
  width: 120px;
  height: 120px;
  position: absolute;
  border: solid 1px #acadad;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: -60px;
  margin-top: -60px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center top;
}
.brand-strategy div.diagram-box div.cricle-box div.cricle-around div.person-ds {
  position: absolute;
  display: none;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #000;
  background-color: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.brand-strategy div.diagram-box div.cricle-box div.cricle-around div.person-ds h3 {
  margin: 35px 0px 5px 0px;
  padding: 0px;
  font-weight: 800;
}
.brand-strategy div.diagram-box div.cricle-box div.cricle-around div.person-ds p {
  line-height: 14px;
  margin: 0px auto;
  padding: 0px;
  font-weight: 500;
}
.brand-strategy div.diagram-box div.cricle-box div.cricle-around:hover {
  background-color: transparent;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.brand-strategy div.diagram-box div.cricle-box div.cricle-around:hover div.person-ds {
  display: block;
}
@media (max-width: 1024px) {
  .brand-strategy div.diagram-box div.cricle-pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .brand-strategy div.diagram-box img.cricle-mobile {
    display: none;
  }
}
.brand-strategy #wrapper {
  position: absolute;
  z-index: 1;
  top: 59px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
}
.brand-strategy #scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
@media (min-width: 1024px) {
  .brand-strategy #wrapper {
    position: static;
  }
  .brand-strategy #scroller {
    position: static;
  }
}
.history-page .container {
  max-width: 980px;
  text-align: center;
  padding: 50px 0;
}
.history-page .container,
.history-page .container p,
.history-page .container div {
  margin: auto;
}
.history-page .container p {
  max-width: 600px;
  line-height: 170%;
  font-size: 16px;
}
.history-page .container p.item {
  min-height: 102px;
  text-align: left;
}
.history-page .container h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.history-page .title {
  min-height: 300px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-position: left bottom;
  padding-bottom: 0;
}
.history-page .title .title-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-animation-name: heroImage;
  -moz-animation-name: heroImage;
  -o-animation-name: heroImage;
  -ms-animation-name: heroImage;
  animation-name: heroImage;
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  -ms-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
}
.history-page .history-page-kv {
  position: relative;
}
.history-page .history-page-kv .title-img {
  display: block;
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 568px) {
  .history-page .history-page-kv .title-img {
    left: 10px;
  }
}
.history-page .brief-history p:last-of-type {
  font-size: 15px;
}
.history-page .slideshow {
  background-color: #f0f0f0;
  font-size: 14px;
}
.history-page .slideshow .inner {
  position: relative;
  max-width: 600px;
}
.history-page .slideshow .inner .swiper-custom-navigation {
  position: relative;
  top: 405px;
  z-index: 2;
}
.history-page .slideshow .inner .swiper-custom-navigation a:first-of-type {
  margin-right: 50px;
}
.history-page .slideshow .inner .swiper-custom-navigation a:last-of-type {
  margin-left: 50px;
}
.history-page .slideshow .inner .swiper-button-prev,
.history-page .slideshow .inner .swiper-button-next {
  top: 180px;
}
.history-page .slideshow .inner .swiper-wrapper {
  margin-top: -35px;
}
.history-page .slideshow .inner .swiper-slide .imgwrapper {
  height: 460px;
}
.history-page .slideshow .inner .swiper-slide .imgwrapper img {
  max-height: 400px;
  width: auto;
}
.history-page .slideshow .inner .swiper-slide h3 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 30px;
}
.history-page .introduction p {
  margin-bottom: 50px;
}
.history-page .introduction a {
  padding: 5px 46px;
  border: 1px solid #000;
  font-size: 16px;
}
.history-page .introduction a:hover {
  border-color: #f00;
}
@media (max-width: 568px) {
  .history-page .container p {
    width: 90%;
  }
  .history-page .brief-history p {
    width: 90%;
  }
  .history-page .brief-history video {
    width: 90%;
    min-width: 300px;
  }
  .history-page .hero-image .title-img {
    width: 320px;
    left: 50%;
    margin-left: -160px;
  }
}
.history2-kv {
  position: relative;
}
.history2-kv img {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history2-kv .title-img-wrapper.history2 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
  margin-top: 63px;
  width: 90%;
}
.history2-kv .title-img-wrapper .l1 {
  font-size: 28px;
}
.history2-kv .title-img-wrapper .l2 {
  font-size: 22px;
}
.video-wrapper {
  text-align: center;
  padding: 50px 0 30px 0;
}
.video-wrapper p {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 40px;
}
.video-wrapper .logo {
  width: 126px;
  height: 157px;
}
.normal-his {
  padding: 50px 0 0 0;
  text-align: center;
}
.normal-his img {
  width: 400px;
  height: 167px;
}
.normal-his img.logo2 {
  width: 291px;
  height: 83px;
}
.normal-his h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
}
.normal-his section {
  width: 70%;
  margin: 0 auto;
  line-height: 26px;
  padding-bottom: 20px;
  font-size: 16px;
}
.normal-his .link-wrapper .link-btn {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #333;
  margin-right: 15px;
  font-size: 16px;
}
.normal-his .link-wrapper .link-btn:hover {
  border-color: #f00;
}
.normal-his .code-wrapper {
  zoom: 1;
  text-align: center;
  margin-bottom: 30px;
}
.normal-his .code-wrapper:before,
.normal-his .code-wrapper:after {
  content: "";
  display: table;
}
.normal-his .code-wrapper:after {
  clear: both;
}
.normal-his .code-wrapper .coder {
  display: inline-block;
  margin-right: 60px;
  margin-top: 45px;
}
.normal-his .code-wrapper .coder:last-child {
  margin-right: 0;
}
.normal-his .code-wrapper .coder img {
  width: 104px;
  height: 104px;
  display: block;
}
.h-wapper.one-his2 {
  background-image: url("../img/history2-banner2.jpg");
  min-height: 480px;
}
.h-wapper.one-his2 section {
  width: 80%;
}
.h-wapper.two-his2 {
  background: url("../img/history2-banner3.jpg") center bottom no-repeat;
  min-height: 480px;
}
.h-wapper.two-his2 section {
  padding-bottom: 340px;
}
.h-wapper.two-his2 section p {
  line-height: 32px;
}
.h-wapper.three-his2 {
  color: #fff;
  background-image: url("../img/history2-banner4.jpg");
  min-height: 480px;
}
.h-wapper.three-his2 section {
  padding-bottom: 100px;
  width: 70%;
}
@media (max-width: 680px) {
  .normal-his .link-wrapper .link-btn {
    display: block;
    width: 240px;
    margin: 0 auto 20px auto;
  }
  .normal-his section {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .h-wapper.three-his2 section {
    width: 90%;
  }
  .normal-his .code-wrapper .coder {
    margin-right: 0;
  }
  .video-wrapper .v-link {
    width: 300px;
    height: 169px;
  }
}
@media (max-width: 400px) {
  .normal-his img.nomal-his-big {
    width: 100%;
  }
}
.product-mo-hero-wrapper {
  position: relative;
}
.product-mo-hero-wrapper .hero-text {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 568px) {
  .product-mo-hero-wrapper .hero-text {
    -webkit-transform: translateX(-50%) scale(0.85);
    -moz-transform: translateX(-50%) scale(0.85);
    -o-transform: translateX(-50%) scale(0.85);
    -ms-transform: translateX(-50%) scale(0.85);
    transform: translateX(-50%) scale(0.85);
    top: 30px;
  }
}
.product-mo-hero-wrapper .hero-image .img {
  text-align: center;
}
.product-mo-hero-wrapper .hero-image .img img {
  width: auto;
  height: auto;
  display: block;
  padding-top: 80px;
  margin: auto;
}
@media (max-width: 568px) {
  .product-mo-hero-wrapper .hero-image .img img {
    padding-top: 105px;
    width: 80%;
    height: auto;
  }
}
.mo-desc-wrapper {
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.mo-desc-wrapper img {
  min-height: 160px;
}
.mo-main-wrapper h2 {
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  margin: 42px 0;
}
.mo-main-wrapper section {
  font-size: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.mo-main-wrapper section:hover .img-item.long img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.mo-main-wrapper section:hover .img-item .inner .desc h5 {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.mo-main-wrapper section:hover .img-item .inner .desc p {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.mo-main-wrapper section:hover .img-item .inner .desc h6 {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.mo-main-wrapper section:before,
.mo-main-wrapper section:after {
  content: "";
  display: table;
}
.mo-main-wrapper section:after {
  clear: both;
}
.mo-main-wrapper section .holder {
  margin-top: 30.6122%;
}
.mo-main-wrapper section .img-item {
  position: absolute;
  top: 0;
  height: 100%;
}
.mo-main-wrapper section .img-item img.bg {
  width: 100%;
  height: 100%;
}
.mo-main-wrapper section .img-item .inner {
  position: relative;
}
.mo-main-wrapper section .img-item .inner .height-holder {
  height: 35px;
}
.mo-main-wrapper section .img-item .inner .desc {
  width: 100%;
  font-size: 16px;
  position: absolute;
  left: 0%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mo-main-wrapper section .img-item .inner .desc img {
  width: 36%;
  margin-top: 10px;
}
.mo-main-wrapper section .img-item .inner .desc .detail_cc {
  margin: 0;
}
.mo-main-wrapper section .img-item .inner .desc h5 {
  font-size: 24px;
  font-weight: normal;
  margin: 31px 0 10px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.mo-main-wrapper section .img-item .inner .desc h6 {
  margin: 10px 0 15px 0;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.mo-main-wrapper section .img-item .inner .desc p {
  font-size: 12px;
  margin: -10px 0 0 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.mo-main-wrapper section .img-item .inner .desc .detail-link {
  display: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  padding: 5px 46px;
  border: 1px #505050 solid;
}
.mo-main-wrapper section .img-item .inner .desc .detail-link:hover {
  color: #ed1c24;
  border-color: #ed1c24;
}
.mo-main-wrapper section .img-item .inner .like {
  position: absolute;
  right: 11px;
  top: 14px;
  display: none;
}
.mo-main-wrapper section .img-item.long {
  width: 66.1274%;
  overflow: hidden;
}
.mo-main-wrapper section .img-item.long img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.mo-main-wrapper section .img-item.short {
  width: 33.8726%;
}
.mo-main-wrapper section .img-item.l {
  left: 0;
}
.mo-main-wrapper section .img-item.r {
  right: 0;
}
.mo-list-wrapper {
  font-size: 0;
  zoom: 1;
}
.mo-list-wrapper:before,
.mo-list-wrapper:after {
  content: "";
  display: table;
}
.mo-list-wrapper:after {
  clear: both;
}
.mo-list-wrapper .product {
  width: 23%;
  margin: 1%;
  height: 300px;
  float: left;
  padding: 10px 22px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .mo-list-wrapper .product {
    width: 31.3333333%;
    padding: 22px;
  }
}
@media (max-width: 568px) {
  .mo-list-wrapper .product {
    width: 48%;
    padding: 5px;
    height: 258px;
  }
}
.mo-list-wrapper .mo-h {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  margin: 50px auto 40px auto;
}
@media (max-width: 800px) {
  .mo-main-wrapper section .img-item .inner .desc h6 {
    margin: 0 0 10px 0;
  }
  .mo-main-wrapper section .img-item .inner .desc img {
    margin: 0;
    width: 30%;
  }
}
@media (max-width: 700px) {
  .mo-main-wrapper section {
    font-size: 0;
    text-align: center;
    position: relative;
    zoom: 1;
  }
  .mo-main-wrapper section:before,
  .mo-main-wrapper section:after {
    content: "";
    display: table;
  }
  .mo-main-wrapper section:after {
    clear: both;
  }
  .mo-main-wrapper section .holder {
    display: none;
  }
  .mo-main-wrapper section .img-item {
    position: static;
  }
  .mo-main-wrapper section .img-item img {
    width: 100%;
    height: 100%;
  }
  .mo-main-wrapper section .img-item.long {
    width: 100%;
  }
  .mo-main-wrapper section .img-item.short {
    width: 100%;
  }
  .mo-main-wrapper section .img-item .inner .desc h5 {
    margin: 20px 0 20px 0;
  }
  .mo-main-wrapper section .img-item .inner .desc h6 {
    margin: 10px 0 20px 0;
  }
  .mo-main-wrapper section .img-item .inner .desc img {
    margin: 0;
    margin-top: 20px;
    width: 40%;
  }
}
@media (max-width: 568px) {
  .mo-main-wrapper section .img-item .inner .desc h5 {
    margin: 20px 0 10px 0;
  }
  .mo-main-wrapper section .img-item .inner .desc h6 {
    margin: 0 0 14px 0;
  }
  .mo-main-wrapper section .img-item .inner .desc img {
    margin: 0;
    width: 40%;
    margin-top: 10px;
  }
  .mo-main-wrapper section .img-item .inner .desc .detail-link {
    visibility: visible;
  }
  .mo-main-wrapper section .img-item .inner .like-icon {
    display: block;
  }
}
.mask-backgroup {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #7d7d7a;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: 0px;
  display: none;
}
.pop-up {
  background-color: #fff;
  position: absolute;
  z-index: 101;
  margin-top: -147px;
  margin-left: -225px;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.pop-up a.share-close-button {
  position: absolute;
  top: 7px;
  right: 10px;
  text-align: right;
  cursor: pointer;
}
.pop-up .m-c-i {
  padding: 60px;
}
.pop-up .m-c-i img {
  width: auto;
  height: auto;
  vertical-align: top;
}
.pop-up .m-c-i img.describe {
  padding-right: 29px;
}
.pop-up .m-c-i img.pop-href {
  padding-left: 0px;
}
@media (min-width: 321px) and (max-width: 568px) {
  .pop-up {
    top: 25%;
    left: 0px;
    margin: auto;
    width: 100%;
    height: auto;
  }
  .pop-up .m-c-i {
    padding: 45px 28px;
  }
  .pop-up .m-c-i img {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
  }
  .pop-up .m-c-i img.describe {
    padding-right: 0px;
  }
  .pop-up .m-c-i img.pop-href {
    padding-left: 0px;
    float: right;
  }
}
@media (max-width: 320px) {
  .pop-up {
    top: 25%;
    left: 50%;
    margin: auto;
    margin-left: -160px;
    width: 320px;
  }
  .pop-up .m-c-i {
    padding: 40px 0px;
  }
  .pop-up .m-c-i img {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
  }
  .pop-up .m-c-i img.describe {
    padding: 0px;
  }
  .pop-up .m-c-i img.pop-href {
    padding: 0px;
    float: right;
  }
}
.hero-image-normal {
  position: relative;
}
.hero-image-normal .img {
  width: 100%;
  height: 376px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.hero-image-normal .title-img {
  display: block;
  position: absolute;
  right: 25%;
  top: 102px;
  width: 100px;
  height: 95px;
  background: url("../img/404_hero_img_text.png");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.article-list-wrapper {
  border-bottom: 1px solid #e6e6e6;
}
.article-list-wrapper .heading {
  border-top: 0;
}
.product-list-wrapper {
  text-align: center;
  font-size: 0;
  margin-bottom: 34px;
}
.product-list-wrapper .heading {
  font-size: 26px;
  padding: 50px 10px;
  margin-bottom: 20px;
}
.product-list-wrapper .product {
  display: inline-block;
  width: 25%;
}
@media (max-width: 568px) {
  .product-list-wrapper .product {
    display: block;
    width: 100%;
  }
}
.special-planning {
  margin: 0px auto;
  background-color: #e5e6e5;
  background-image: url("../img/special-planning-2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.special-planning .spacial-header {
  zoom: 1;
  margin: 80px auto 75px auto;
  text-align: center;
  max-width: 500px;
}
.special-planning .spacial-header:before,
.special-planning .spacial-header:after {
  content: "";
  display: table;
}
.special-planning .spacial-header:after {
  clear: both;
}
.special-planning .spacial-header h2 {
  font-size: 32px;
  margin: 0px auto;
  letter-spacing: 4px;
  font-weight: normal;
  padding-bottom: 55px;
}
.special-planning .spacial-header p.special-member {
  padding-bottom: 10px;
  margin: 0px;
}
.special-planning .spacial-header p.special-planning-c {
  font-size: 16px;
  margin: 0px auto;
  line-height: 36px;
  letter-spacing: 1px;
}
.special-planning .spacial-content {
  margin: 80px auto 0;
  text-align: center;
  max-width: 420px;
}
.special-planning .spacial-content h3 {
  font-size: 28px;
  margin: 0px auto;
  letter-spacing: 4px;
  font-weight: normal;
  padding-bottom: 55px;
}
.special-planning .spacial-content section {
  padding-bottom: 25px;
}
.special-planning .spacial-content section p {
  font-size: 16px;
  margin: 0px auto;
  letter-spacing: 1px;
  padding-bottom: 15px;
  line-height: 36px;
}
.special-planning .spacial-content section img {
  width: auto;
  height: auto;
}
.special-planning .spacial-details-link {
  margin-bottom: 70px;
  text-align: center;
}
.special-planning .spacial-details-link p.special-planning-d {
  width: 500px;
  line-height: 200%;
  font-size: 16px;
  margin: 0px auto;
  letter-spacing: 1px;
}
.special-planning .spacial-details-link p.special-planning-d a {
  text-decoration: underline;
}
.special-planning .spacial-details-link p.special-planning-d a:hover {
  cursor: pointer;
}
.special-planning .spacial-details-link img {
  padding: 60px 0;
  width: auto;
  height: auto;
}
.special-planning #BgDiv {
  background-color: #000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.special-planning #DialogDiv {
  display: none;
  position: fixed;
  margin-left: -350px;
  left: 50%;
  top: 5%;
  width: 700px;
  height: 90%;
  z-index: 10001;
  background-color: #fff;
}
.special-planning #DialogDiv .panel_close {
  height: 5%;
  font-size: 14px;
  position: relative;
}
.special-planning #DialogDiv .panel_close a {
  position: absolute;
  right: -45px;
  font-size: 12px;
}
.special-planning #DialogDiv .form {
  height: 95%;
}
.special-planning #DialogDiv .form iframe {
  width: 100%;
  height: 100%;
}
.special-planning .special-register {
  margin: auto;
  width: 500px;
  background-color: #fff;
}
.special-planning .reg_box {
  min-height: 485px;
  margin-bottom: 20px;
  padding: 0 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special-planning .reg_box h2 {
  padding-top: 50px;
  border-bottom: none;
  text-align: center;
  font-size: 32px;
  color: #000;
}
.special-planning .reg_box div.field input[type='submit'] {
  width: 320px;
  margin: 30px 0px;
}
.special-planning .reg_box div.field_checkbox div.field_col_right {
  float: right;
  text-align: left;
  width: 202px;
}
.special-planning .reg_box div.field_checkbox input[type='checkbox'] {
  float: left;
  margin: 3px 5px 0 0;
}
.special-planning .reg_box div.field_checkbox label {
  float: left;
  width: 182px !important;
  line-height: 22px;
}
.special-planning .reg_box div.field_checkbox label a {
  text-decoration: underline;
}
@media (max-width: 380px) {
  .special-planning .reg_box div.field_checkbox label {
    width: 100px;
  }
}
.special-planning .reg_box div.login-b p {
  margin-top: 0px;
}
.special-planning .reg_box div.login-b p a {
  text-decoration: underline;
}
.special-planning .reg_box div.spacial-other-login {
  padding: 0 0 50px 0;
}
.special-planning .reg_box div.spacial-other-login a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
@media (max-width: 1024px) {
  .special-planning .reg_box div.spacial-other-login a {
    width: 35px;
    height: 35px;
  }
}
.special-planning .reg_box div.spacial-other-login a.sina {
  background: url("../img/icon/weibo_1.svg") no-repeat center;
}
.special-planning .reg_box div.spacial-other-login a.sina:hover {
  background: url("../img/icon/weibo_red.svg") no-repeat center;
}
.special-planning .reg_box div.spacial-other-login a.smtqq {
  background: url("../img/icon/QQ_black.svg") no-repeat center;
}
.special-planning .reg_box div.spacial-other-login a.smtqq:hover {
  background: url("../img/icon/QQ_blue.svg") no-repeat center;
}
.special-planning img {
  margin: auto;
}
@media (max-width: 374px) {
  .special-planning {
    background-position: center top;
  }
  .special-planning .spacial-header {
    margin: 0px 15px;
  }
  .special-planning .spacial-header p.special-member {
    padding-top: 40px;
  }
  .special-planning .spacial-content {
    margin: 60px auto 0;
  }
  .special-planning .spacial-content h3 {
    padding-bottom: 30px;
  }
  .special-planning .spacial-details-link p.special-planning-d {
    width: 100%;
  }
  .special-planning .reg_box {
    width: 98%;
    margin-bottom: 0px;
    padding: 0px;
  }
  .special-planning .reg_box span.error_msg {
    padding-left: 10px;
  }
  .special-planning .reg_box div.field {
    margin: 0px 10px;
  }
  .special-planning .reg_box div.field input[type='submit'] {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 568px) {
  .special-planning {
    background-position: center top;
  }
  .special-planning .spacial-header {
    margin: 0px 15px;
  }
  .special-planning .spacial-header p.special-member {
    padding-top: 40px;
  }
  .special-planning .spacial-content {
    margin: 60px auto 0;
  }
  .special-planning .spacial-content h3 {
    padding-bottom: 30px;
  }
  .special-planning .spacial-details-link p.special-planning-d {
    width: 100%;
  }
  .special-planning .reg_box {
    width: 98%;
    margin-bottom: 0px;
    padding: 0px;
  }
  .special-planning .reg_box span.error_msg {
    padding-left: 30px;
  }
  .special-planning .reg_box div.field {
    margin: 0px 30px;
  }
  .special-planning .reg_box div.field input[type='submit'] {
    width: 100%;
  }
}
.special-planning img {
  width: 100%;
}
.special-planning div.special-pop-up {
  position: static;
  margin: auto;
  display: block;
}
div.special-pop-up {
  width: 500px;
  background-color: #fff;
  position: absolute;
  z-index: 101;
  margin-top: -250px;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
div.special-pop-up a.special-pop-close {
  position: absolute;
  top: 7px;
  right: 10px;
  text-align: right;
  cursor: pointer;
}
div.special-pop-up div.special-pop-content {
  margin: auto;
  padding: 60px 0px;
  max-width: 375px;
  z-index: 110;
  text-align: center;
  letter-spacing: 1px;
}
div.special-pop-up div.special-pop-content h3 {
  padding-bottom: 45px;
  padding-top: 10px;
  margin: 0px;
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
}
div.special-pop-up div.special-pop-content p {
  margin: 0px;
  font-size: 14px;
  line-height: 35px;
}
div.special-pop-up div.special-pop-content img {
  padding: 35px 0px;
  margin: auto;
  width: auto;
  height: auto;
}
div.special-pop-up div.special-pop-content div.special-dl {
  padding-bottom: 20px;
}
div.special-pop-up div.special-pop-content div.special-dl span.special-planning-dl {
  text-decoration: underline;
  cursor: pointer;
}
div.special-pop-up div.special-pop-content a {
  display: block;
  padding: 8px 0px;
  width: 200px;
  margin: auto;
  border: solid 1px #000;
  cursor: pointer;
}
div.special-pop-up div.special-pop-content a:hover {
  border-color: #ed1c24;
}
div.special-pop-up div.special-pop-content a:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  div.special-pop-up {
    width: 95%;
    margin: 0px 9px;
    left: 0px;
  }
  div.special-pop-up div.special-pop-content {
    padding: 50px 5px;
  }
  div.special-pop-up div.special-pop-content h3 {
    padding-bottom: 35px;
  }
  div.special-pop-up div.special-pop-content img {
    width: 90%;
  }
}
div.special-details-pop {
  width: 500px;
  background-color: #fff;
  position: absolute;
  z-index: 1001;
  margin-top: -250px;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
div.special-details-pop .scroll-wrapper {
  position: relative;
  height: 500px;
  overflow-y: hidden;
}
div.special-details-pop a.special-details-close {
  z-index: 2;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}
div.special-details-pop h3 {
  padding: 35px 0px 20px 0px;
  margin: 0px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
div.special-details-pop div.special-details-content {
  margin: auto;
  padding: 0px 50px 40px 50px;
  max-width: 420px;
  z-index: 110;
  text-align: left;
  letter-spacing: 1px;
}
div.special-details-pop div.special-details-content section {
  padding-bottom: 20px;
  width: 375px;
}
div.special-details-pop div.special-details-content section p {
  font-size: 14px;
  margin: 7px 0;
  line-height: 26px;
}
@media (max-width: 568px) {
  div.special-details-pop {
    width: 95%;
    margin: 0px 9px;
    left: 0px;
  }
  div.special-details-pop div.special-details-content {
    padding: 0px 5px 50px 5px;
  }
  div.special-details-pop div.special-details-content section {
    padding-bottom: 30px;
    width: 95%;
  }
  div.special-details-pop div.special-details-content section h3 {
    padding-bottom: 35px;
  }
}
div.spacial-pop-travel {
  width: 500px;
  background-color: #fff;
  position: absolute;
  z-index: 101;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e6e6e6;
}
div.spacial-pop-travel span.special-travel-close {
  top: 10px;
  right: 10px;
  z-index: 2;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
div.spacial-pop-travel div.travel-content {
  margin: auto;
  padding: 40px 0px;
  max-width: 420px;
  z-index: 110;
  text-align: center;
  letter-spacing: 1px;
}
div.spacial-pop-travel div.travel-content img {
  width: auto;
  height: auto;
}
div.spacial-pop-travel div.travel-content section {
  padding: 25px 0px 10px 0px;
  width: 375px;
  text-align: center;
  margin: auto;
}
div.spacial-pop-travel div.travel-content section h3 {
  margin: 0px;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 25px;
}
div.spacial-pop-travel div.travel-content section h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: normal;
  padding: 50px 0px 15px 0px;
}
div.spacial-pop-travel div.travel-content section p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}
div.spacial-pop-travel div.travel-content section .send-product img {
  margin-top: 20px;
}
div.spacial-pop-travel div.travel-content section .send-product span {
  display: block;
}
div.spacial-pop-travel div.travel-content section a {
  width: 200px;
  padding: 8px 0px;
  border: solid 1px #000;
  margin: 25px auto 0px auto;
  display: block;
  cursor: pointer;
}
div.spacial-pop-travel div.travel-content section a:hover {
  border: solid 1px #ed1c24;
  color: #ed1c24;
}
@media (max-width: 500px) {
  div.spacial-pop-travel {
    width: 95%;
    margin: 0px 9px;
    left: 0px;
  }
  div.spacial-pop-travel div.travel-content {
    padding: 40px 5px;
  }
  div.spacial-pop-travel div.travel-content img {
    width: 95%;
  }
  div.spacial-pop-travel div.travel-content section {
    width: 95%;
  }
  div.spacial-pop-travel div.travel-content section h3 {
    padding-bottom: 35px;
  }
  div.spacial-pop-travel div.travel-content section .send-product img {
    width: auto;
  }
}
.health-policy-pop {
  width: 500px;
  background-color: #fff;
  position: absolute;
  z-index: 1001;
  margin-top: -250px;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.health-policy-pop a.health-policy-close {
  z-index: 2;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 500px) {
  .health-policy-pop {
    width: 95%;
    margin: 0px 9px;
    left: 0px;
  }
  .health-policy-pop iframe {
    width: 100%;
  }
}
.spacial-input h2 {
  padding: 40px 0px 20px 0px;
  margin: 0px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.spacial-input .spacial-input-form {
  margin-bottom: 20px;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.spacial-input .spacial-input-form:before,
.spacial-input .spacial-input-form:after {
  content: "";
  display: table;
}
.spacial-input .spacial-input-form:after {
  clear: both;
}
.spacial-input .spacial-input-form div.field {
  margin: 10px 0px;
  zoom: 1;
}
.spacial-input .spacial-input-form div.field:before,
.spacial-input .spacial-input-form div.field:after {
  content: "";
  display: table;
}
.spacial-input .spacial-input-form div.field:after {
  clear: both;
}
.spacial-input .spacial-input-form div.field div.field_col_right {
  float: right;
  text-align: left;
  width: 202px;
}
.spacial-input .spacial-input-form div.field div.field_col_right input[type='text'] {
  border: solid 1px #cacaca;
  width: 190px;
  padding: 0px;
  height: 30px;
}
.spacial-input .spacial-input-form div.field div.field_col_right textarea {
  width: 190px;
  height: 80px;
  resize: none;
  padding: 0px;
}
.spacial-input .spacial-input-form div.field div.field_col_right span.error_msg {
  color: #ed1c24;
  display: inline-block;
  margin: 5px 0 0 0;
}
.spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select {
  width: 190px;
  display: inline-block;
  position: relative;
  border: 1px solid #cacaca;
  height: 30px;
  background: #fff;
}
.spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select span {
  display: block;
  padding: 8px 10px;
  padding-right: 30px;
  background: url("../img/icon/doctor-details-selectarrow.png") no-repeat 97% center;
  cursor: pointer;
  font-size: 12px;
}
.spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select span.off {
  color: #000;
}
.spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select span:hover {
  color: #ed1c24;
}
.spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select .select-option {
  position: absolute;
  left: -1px;
  right: 0px;
  top: 30px;
  width: 100%;
  font-size: 12px;
  padding: 10px 0px;
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  z-index: 2;
  height: 80px;
  overflow-y: hidden;
}
.spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select .select-option .option {
  padding: 5px 10px;
  cursor: pointer;
}
.spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select .select-option .option:hover {
  color: #ed1c24;
}
.spacial-input .spacial-input-form div.field label {
  float: left;
  width: 110px !important;
  line-height: 22px;
}
@media (max-width: 380px) {
  .spacial-input .spacial-input-form div.field label {
    width: 100px !important;
  }
}
.spacial-input .spacial-input-form div.field_button {
  text-align: center;
}
.spacial-input .spacial-input-form div.field_button input[type='submit'] {
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  background-color: #fff;
  border: solid 1px #000;
}
@media (max-width: 330px) {
  .spacial-input .spacial-input-form {
    padding: 10px 5px;
  }
  .spacial-input .spacial-input-form div.field div.field_col_right {
    width: 175px;
  }
  .spacial-input .spacial-input-form div.field div.field_col_right input[type='text'] {
    width: 170px;
  }
  .spacial-input .spacial-input-form div.field div.field_col_right textarea {
    width: 170px;
  }
  .spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select {
    width: 170px;
  }
  .spacial-input .spacial-input-form div.field_button input[type='submit'] {
    text-align: center;
  }
}
@media (min-width: 331px) and (max-width: 415px) {
  .spacial-input h2 {
    padding-bottom: 25px;
  }
  .spacial-input .spacial-input-form {
    padding: 10px 35px;
  }
  .spacial-input .spacial-input-form div.field div.field_col_right {
    width: 175px;
  }
  .spacial-input .spacial-input-form div.field div.field_col_right input[type='text'] {
    width: 170px;
  }
  .spacial-input .spacial-input-form div.field div.field_col_right textarea {
    width: 170px;
  }
  .spacial-input .spacial-input-form div.field div.field_col_right .region-custom-select {
    width: 170px;
  }
  .spacial-input .spacial-input-form div.field_button input[type='submit'] {
    text-align: center;
  }
}
div.input-success-content {
  margin: auto;
  padding: 0px 0px 50px 0px;
  max-width: 375px;
  z-index: 110;
  text-align: center;
  letter-spacing: 1px;
}
div.input-success-content h3 {
  padding-bottom: 40px;
  margin: 0px;
  font-size: 30px;
  font-weight: normal;
}
div.input-success-content p {
  padding-bottom: 20px;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
}
.news-details .news-detail {
  width: 70%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 980px) {
  .news-details .news-detail {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .news-details .news-detail {
    width: 100%;
    padding: 0 12px;
  }
}
.news-details .news-detail .heading-image {
  margin-top: 50px;
  padding-bottom: 0px;
  overflow: hidden;
}
.news-details .news-detail .heading-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.news-details .news-detail .heading-image img {
  width: 100%;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.news-details .news-detail .heading {
  padding: 10px 0px;
}
.news-details .news-detail .heading .news-title {
  font-weight: 100;
}
.news-details .news-detail .info .author {
  margin-right: 28px;
  display: inline-block;
}
@media (max-width: 568px) {
  .news-details .news-detail .info .author {
    margin-right: 15px;
  }
}
.news-details .news-detail .info .date {
  display: inline-block;
}
.news-details .news-detail .bd {
  line-height: 180%;
}
.news-details .news-detail .bd h2 {
  padding: 0;
  font-weight: 100;
}
.news-details .news-detail .bd p {
  line-height: 180%;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.news-details .news-detail .bd p img {
  display: block;
}
.news-details .news-detail .bd img {
  width: auto;
  max-width: 666px;
  margin: auto;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.news-details .news-detail .bd img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.news-details .news-detail .ft {
  zoom: 1;
  padding: 20px 0px;
}
.news-details .news-detail .ft:before,
.news-details .news-detail .ft:after {
  content: "";
  display: table;
}
.news-details .news-detail .ft:after {
  clear: both;
}
.news-details .news-detail .ft .tag {
  float: left;
  padding-top: 5px;
  color: #939393;
}
.news-details .news-detail .ft .tag img {
  vertical-align: middle;
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .news-details .news-detail .ft .tag {
    float: none;
    width: 100%;
  }
}
.news-details .news-detail .ft .tag a {
  color: #000;
  margin: 0px 5px;
}
.news-details .news-detail .ft .tag a:hover {
  color: #ed1c24;
}
.news-details .news-detail .ft .share {
  padding-top: 5px;
  float: right;
  text-align: right;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  .news-details .news-detail .ft .share {
    float: none;
    margin-right: 0px;
    text-align: left;
    padding-top: 20px;
  }
}
.news-details .news-detail .ft .share .share-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.news-details .news-detail .ft .share a img {
  margin: 0px 5px;
  vertical-align: middle;
  width: 21px;
}
@media (max-width: 1024px) {
  .news-details .news-detail .ft .share {
    width: auto;
  }
  .news-details .news-detail .ft .share .share-icon {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
  .news-details .news-detail .ft .share .share-icon:first-of-type {
    margin-left: 10px;
  }
  .news-details .news-detail .ft .share a img {
    width: 30px;
  }
}
.news-details .news-detail .ft .other-news {
  zoom: 1;
  padding: 30px 0px 0px 0px;
  clear: both;
}
.news-details .news-detail .ft .other-news:before,
.news-details .news-detail .ft .other-news:after {
  content: "";
  display: table;
}
.news-details .news-detail .ft .other-news:after {
  clear: both;
}
.news-details .news-aside {
  width: 30%;
  float: right;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .news-details .news-aside {
    float: none;
    clear: both;
    width: 80%;
    padding: 0 12px;
    margin: auto;
  }
}
.news-details .news-aside .aside-article {
  padding-bottom: 40px;
  border-top: 1px solid #efefef;
}
.news-details .news-aside .aside-article .heading {
  font-size: 20px;
  text-align: center;
  padding: 30px 0px;
}
.news-details .news-aside .aside-article .bd {
  text-align: center;
}
.news-details .news-aside .aside-article .bd p {
  margin: 0px;
  margin-bottom: 20px;
}
.news-details .news-aside .aside-hot-tag {
  padding-bottom: 30px;
}
.news-details .news-aside .aside-hot-tag .heading {
  font-size: 20px;
  padding: 40px 0px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.news-details .news-aside .aside-hot-tag .bd a {
  margin: 10px;
  margin-top: 0px;
  display: inline-block;
  line-height: 30px;
}
.news-details .news-aside .aside-hot-tag .bd .size-4 {
  font-size: 18px;
  font-weight: bold;
}
.news-details .news-aside .aside-hot-tag .bd .size-3 {
  font-size: 16px;
  font-weight: bold;
}
.news-details .news-aside .aside-hot-tag .bd .size-2 {
  font-size: 14px;
  font-weight: bold;
}
.news-details .news-aside .aside-hot-tag .bd .size-1 {
  font-size: 14px;
}
.news-details .promo-articles {
  clear: both;
}
@media (max-width: 768px) {
  .news-details .promo-articles {
    padding: 0 12px;
  }
}
.news-details .promo-articles .heading {
  border-top: 1px solid #efefef;
  font-size: 24px;
  padding: 50px 10px;
  text-align: center;
}
.news-details .more-article-experts {
  text-align: center;
  padding: 30px 0 40px;
  font-size: 16px;
}
.news-landing .hero-image {
  position: relative;
}
.news-landing .hero-image .img {
  min-height: 350px;
}
.news-landing .hero-image .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
.news-landing .hero-image .content .inner {
  display: table-cell;
  text-align: center;
}
.news-landing .hero-image .content .inner h2 {
  font-size: 32px;
  font-weight: normal;
}
.news-landing .hero-image .content .inner .title-img {
  width: 296px;
  height: 104px;
  margin: 80px auto 0;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
@media (max-width: 320px) {
  .news-landing .hero-image .content .inner .title-img {
    margin-top: 25px;
  }
}
.news-landing .search-news {
  padding: 50px 0px 30px 0px;
  text-align: left;
  font-size: 16px;
  margin: auto;
}
.news-landing .search-news a {
  padding: 8px 35px;
  border: solid 1px #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  margin: auto;
}
.news-landing .search-news .news-searchbox {
  display: inline-block;
}
.news-landing .search-news .news-searchbox .time-custom-select {
  width: 165px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  height: 42px;
  background: #fff;
  margin-right: 30px;
}
.news-landing .search-news .news-searchbox .time-custom-select span {
  display: block;
  padding: 10px 0px;
  padding-right: 30px;
  background: url("../img/icon/doctor-details-selectarrow.png") no-repeat 97% center;
  cursor: pointer;
  font-size: 16px;
}
.news-landing .search-news .news-searchbox .time-custom-select span.off {
  color: #000;
}
.news-landing .search-news .news-searchbox .time-custom-select span:hover {
  color: #ed1c24;
}
.news-landing .search-news .news-searchbox .time-custom-select .select-option {
  position: absolute;
  left: -1px;
  right: 0px;
  top: 42px;
  width: 100%;
  font-size: 16px;
  padding: 10px 0px;
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  z-index: 2;
  height: 130px;
  overflow-y: hidden;
}
.news-landing .search-news .news-searchbox .time-custom-select .select-option .option {
  padding: 6px 10px;
  cursor: pointer;
}
.news-landing .search-news .news-searchbox .time-custom-select .select-option .option:hover {
  color: #ed1c24;
}
@media (max-width: 568px) {
  .news-landing .search-news {
    margin: 0px auto;
    text-align: center;
  }
  .news-landing .search-news a {
    display: block;
    width: 200px;
    text-align: center;
  }
  .news-landing .search-news .news-searchbox {
    margin: auto;
  }
  .news-landing .search-news .news-searchbox .time-custom-select {
    margin-right: 5px;
    margin-bottom: 20px;
    width: 160px;
  }
  .news-landing .search-news .news-searchbox .time-custom-select span {
    padding: 10px;
    text-align: left;
  }
}
@media (max-width: 374px) {
  .news-landing .search-news .news-searchbox .time-custom-select {
    width: 132px;
  }
}
.news-landing .news-landing-box {
  border-top: solid 1px #e6e6e6;
}
.news-landing .news-items {
  width: 70%;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 980px) {
  .news-landing .news-items {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .news-landing .news-items {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .news-landing .news-items {
    padding-left: 20px;
    padding-top: 40px;
  }
}
.news-landing .news-items p.summary {
  line-height: 36px;
  font-size: 16px;
  zoom: 1;
}
.news-landing .news-items p.summary:before,
.news-landing .news-items p.summary:after {
  content: "";
  display: table;
}
.news-landing .news-items p.summary:after {
  clear: both;
}
.news-landing .news-items p.summary a {
  float: right;
  padding: 0 10px;
}
.news-landing .news-items p.noresult {
  font-size: 20px;
  text-align: center;
  margin: 50px 0 50px 0;
}
.news-landing .news-items .item-wrapper {
  margin-top: 25px;
}
.news-landing .news-items .item-wrapper .item .cover-image {
  margin-bottom: 40px;
  overflow: hidden;
  max-height: 375px;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .cover-image {
    margin-bottom: 20px;
  }
}
.news-landing .news-items .item-wrapper .item .cover-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.news-landing .news-items .item-wrapper .item .cover-image img {
  display: block;
  width: 100%;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.news-landing .news-items .item-wrapper .item .left {
  width: 66%;
  float: left;
  line-height: 31px;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .left {
    width: 77%;
  }
}
.news-landing .news-items .item-wrapper .item .right {
  width: 30%;
  float: right;
  text-align: right;
  max-height: 31px;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .right {
    width: 23%;
    text-align: left;
    max-height: 50px;
  }
  .news-landing .news-items .item-wrapper .item .right span.number-styl {
    width: 35px;
    display: inline-block;
  }
}
.news-landing .news-items .item-wrapper .item .title {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .title {
    margin-bottom: 10px;
  }
}
.news-landing .news-items .item-wrapper .item .subtitle {
  margin-bottom: 30px;
  line-height: 180%;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .subtitle {
    margin-bottom: 10px;
  }
}
.news-landing .news-items .item-wrapper .item .info {
  padding: 0px 0px 10px 0;
  zoom: 1;
}
.news-landing .news-items .item-wrapper .item .info:before,
.news-landing .news-items .item-wrapper .item .info:after {
  content: "";
  display: table;
}
.news-landing .news-items .item-wrapper .item .info:after {
  clear: both;
}
.news-landing .news-items .item-wrapper .item .info img {
  vertical-align: middle;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .info {
    padding: 10px 0px;
  }
}
.news-landing .news-items .item-wrapper .item .info .author {
  float: left;
  margin-right: 30px;
  height: 20px;
}
.news-landing .news-items .item-wrapper .item .info .author .author-txt {
  margin-left: 1px;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .info .author {
    width: 200px;
  }
}
.news-landing .news-items .item-wrapper .item .info .date {
  display: inline-block;
  margin-right: 30px;
}
.news-landing .news-items .item-wrapper .item .info .date .date-text {
  margin-left: 7px;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .info .date {
    width: 200px;
    margin-top: 8px;
  }
}
.news-landing .news-items .item-wrapper .item .info .share {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .info .share {
    width: 65px;
    margin: 0;
  }
}
.news-landing .news-items .item-wrapper .item .info .share .share-container {
  padding: 5px;
  border: 1px transparent solid;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .info .share .share-container {
    padding: 0px !important;
  }
  .news-landing .news-items .item-wrapper .item .info .share .share-container:hover {
    padding: 6px 1px !important;
  }
}
.news-landing .news-items .item-wrapper .item .info .share .share-container img {
  vertical-align: middle;
  margin-right: 5px;
}
.news-landing .news-items .item-wrapper .item .info .share:hover .share-container {
  padding: 5px;
  border: 1px #f0f0f0 solid;
  border-bottom: none;
  z-index: 1;
}
.news-landing .news-items .item-wrapper .item .info .share:hover .popup {
  display: block;
}
.news-landing .news-items .item-wrapper .item .info .share .popup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #f0f0f0 solid;
  width: 110px;
  position: absolute;
  top: 25px;
  margin-top: 4px;
  display: none;
  background: #fff;
  padding: 10px;
  z-index: 0;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .info .share .popup {
    right: 0;
    top: 27px;
  }
}
.news-landing .news-items .item-wrapper .item .info .share .popup a {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  height: 30px;
  line-height: 30px;
}
.news-landing .news-items .item-wrapper .item .info .share .popup a:last-child {
  margin-bottom: 0;
}
.news-landing .news-items .item-wrapper .item .info .share .popup a .share-icon-smwechat {
  background: url("../img/icon/wechat_1.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.news-landing .news-items .item-wrapper .item .info .share .popup a .share-icon-smweibo {
  background: url("../img/icon/weibo_1.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.news-landing .news-items .item-wrapper .item .info .share .popup a .share-icon-smtqq {
  background: url("../img/icon/Qzone_black.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.news-landing .news-items .item-wrapper .item .info .share .popup a:hover {
  color: #ed1c24;
}
.news-landing .news-items .item-wrapper .item .info .share .popup a:hover .share-icon-smwechat {
  background: url("../img/icon//weChat_green.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.news-landing .news-items .item-wrapper .item .info .share .popup a:hover .share-icon-smweibo {
  background: url("../img/icon/weibo_red.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.news-landing .news-items .item-wrapper .item .info .share .popup a:hover .share-icon-smtqq {
  background: url("../img/icon/Qzone_yellow.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.news-landing .news-items .item-wrapper .item .info .share .popup .icon {
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.news-landing .news-items .item-wrapper .item .info .share .popup .icon img {
  width: 100%;
  height: 100%;
}
.news-landing .news-items .item-wrapper .item .info .fav {
  display: inline-block;
  margin-right: 0px;
}
@media (max-width: 568px) {
  .news-landing .news-items .item-wrapper .item .info .fav {
    width: 65px;
    margin-top: 8px;
  }
}
.news-landing .news-items .item-wrapper .item .info .fav .icon-fav-hover-s {
  margin-right: 5px;
}
.news-landing .news-items .item-wrapper .item .info .fav a.like {
  position: static;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 7px 0 0;
}
.news-landing .news-items .item-wrapper .item .read-more {
  margin-bottom: 80px;
  font-sie: 20px;
}
.news-landing .news-items .item-wrapper .item .read-more a {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 20px;
  font-size: 16px;
  background: #eb2826;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.news-landing .news-items .item-wrapper .item .read-more a:hover {
  background: #d90200;
}
.news-landing .news-items .item-wrapper .item .tag {
  margin-bottom: 35px;
  color: #bfbfbf;
}
.news-landing .news-items .item-wrapper .item .tag a color #000:hover {
  color: #ed1c24;
}
.news-landing .news-items .item-wrapper .item .tag img {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.news-landing .news-aside {
  width: 30%;
  float: right;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .news-landing .news-aside {
    float: none;
    clear: both;
    width: 80%;
    padding: 0 12px;
    margin: auto;
  }
}
.news-landing .news-aside .aside-article {
  padding-bottom: 40px;
}
.news-landing .news-aside .aside-article .heading {
  font-size: 20px;
  text-align: center;
  padding: 30px 0px;
}
.news-landing .news-aside .aside-article .bd {
  text-align: center;
}
.news-landing .news-aside .aside-article .bd p {
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .news-landing .news-aside .aside-article {
    border-top: 1px solid #efefef;
  }
}
.news-landing .news-aside .aside-hot-tag {
  padding-bottom: 30px;
}
.news-landing .news-aside .aside-hot-tag .heading {
  font-size: 20px;
  padding: 40px 0px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.news-landing .news-aside .aside-hot-tag .bd a {
  margin: 10px;
  margin-top: 0px;
  display: inline-block;
  line-height: 30px;
}
.news-landing .news-aside .aside-hot-tag .bd .size-4 {
  font-size: 18px;
  font-weight: bold;
}
.news-landing .news-aside .aside-hot-tag .bd .size-3 {
  font-size: 16px;
  font-weight: bold;
}
.news-landing .news-aside .aside-hot-tag .bd .size-2 {
  font-size: 14px;
  font-weight: bold;
}
.news-landing .news-aside .aside-hot-tag .bd .size-1 {
  font-size: 14px;
}
.health-product-box .health-sgl-box {
  min-height: 410px;
  text-align: center;
}
.health-product-box .health-sgl-box section {
  padding: 40px 0px 20px 0px;
  margin: 0px auto;
  width: 650px;
}
.health-product-box .health-sgl-box section h3 {
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 25px;
  margin: 0px;
}
.health-product-box .health-sgl-box section p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
.health-product-box .health-sgl-box section a {
  cursor: pointer;
  font-size: 18px;
  display: block;
}
.health-product-box .health-sgl-box section span.product-name {
  padding-bottom: 25px;
  display: block;
  font-size: 18px;
}
.health-product-box .health-sgl-box section a.more-tips {
  width: 140px;
  text-align: center;
  margin: 0px auto;
  padding: 3px;
  margin-bottom: 50px;
  border: solid 1px #000;
}
.health-product-box .health-sgl-box section a.more-tips:hover {
  color: #ed1c24;
  border: solid 1px #ed1c24;
}
@media (max-width: 650px) {
  .health-product-box .health-sgl-box section {
    width: 95%;
    padding-top: 30px;
  }
  .health-product-box .health-sgl-box section h3 {
    padding-bottom: 20px;
  }
  .health-product-box .health-sgl-box img {
    width: 100%;
  }
}
.health-product-box .health-wine-product section {
  padding-top: 50px;
}
.health-product-box .health-wine-product section h3 {
  padding-bottom: 27px;
}
.health-product-box .health-wine-product section a.product-image {
  width: 429px;
  height: 288px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.health-product-box .health-wine-product section a.product-image img {
  margin: auto;
  padding-top: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.health-product-box .health-wine-product section a.product-image img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media (max-width: 568px) {
  .health-product-box .health-wine-product section a.product-image {
    width: 100%;
    height: auto;
  }
}
.health-product-box .health-wine-kv {
  position: relative;
}
.health-product-box .health-wine-kv .health-hero-text {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 568px) {
  .health-product-box .health-wine-kv .health-hero-text {
    -webkit-transform: translateX(-50%) scale(0.85);
    -moz-transform: translateX(-50%) scale(0.85);
    -o-transform: translateX(-50%) scale(0.85);
    -ms-transform: translateX(-50%) scale(0.85);
    transform: translateX(-50%) scale(0.85);
    top: 30px;
    width: 95%;
  }
}
.health-product-box .health-wine-kv .hero-image .img {
  text-align: center;
}
.health-product-box .health-wine-kv .hero-image .img img {
  width: auto;
  height: auto;
  display: block;
  padding-top: 80px;
  margin: auto;
}
@media (max-width: 568px) {
  .health-product-box .health-wine-kv .hero-image .img img {
    padding-top: 105px;
    width: 80%;
    height: auto;
  }
}
.health-product-box .health-wine-scrib {
  background: url("../img/health-wine/health-wine-1.jpg") no-repeat center;
}
.health-product-box .health-wine-make {
  background: url("../img/health-wine/health-wine-2.jpg") no-repeat center;
}
.health-product-box .health-wine-quality {
  background: url("../img/health-wine/health-wine-3.jpg") no-repeat center;
}
.health-product-box .health-wine-process {
  background: url("../img/health-wine/health-wine-4.jpg") no-repeat center;
}
.health-product-box .health-daxin-scrib {
  background: url("../img/health-wine/health-daxin-1.jpg") no-repeat center;
}
.health-product-box .health-daxin-make img {
  margin: 1px 0 -6px 0;
}
@media (max-width: 980px) {
  .health-product-box .health-daxin-make img {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .health-product-box .health-daxin-make {
    min-height: 360px;
  }
  .health-product-box .health-daxin-make img {
    margin: 38px 0 -6px 0;
  }
}
@media (max-width: 375px) {
  .health-product-box .health-daxin-make {
    min-height: 360px;
  }
  .health-product-box .health-daxin-make img {
    margin: 46px 0 -6px 0;
  }
}
.health-product-box .health-daxin-quality {
  background: url("../img/health-wine/health-daxin-3.jpg") no-repeat center;
}
.health-product-box .health-daxin-process {
  background: url("../img/health-wine/health-daxin-4.jpg") no-repeat center;
}
.health-product-box .health-jiangsan-scrib {
  background: url("../img/health-wine/health-jiangsan-1.jpg") no-repeat center;
}
.health-product-box .health-jiangsan-make {
  background: url("../img/health-wine/health-jiangsan-2.jpg") no-repeat center;
}
.health-product-box .health-jiangsan-quality {
  background: url("../img/health-wine/health-jiangsan-3.jpg") no-repeat center;
}
.health-product-box .health-jiangsan-process {
  background: url("../img/health-wine/health-jiangsan-4.jpg") no-repeat center;
}
.health-product-box .health-dalian-scrib {
  background: url("../img/health-wine/health-dalian-1.jpg") no-repeat center;
}
.health-product-box .health-dalian-make {
  background: url("../img/health-wine/health-dalian-2.jpg") no-repeat center;
}
.health-product-box .health-dalian-quality {
  background: url("../img/health-wine/health-dalian-3.jpg") no-repeat center;
}
.health-product-box .health-dalian-process {
  background: url("../img/health-wine/health-dalian-4.jpg") no-repeat center;
}
.health-product-box .health-liaosheng-scrib {
  background: url("../img/health-wine/health-liaosheng-1.jpg") no-repeat center;
}
.health-product-box .health-liaosheng-make {
  background: url("../img/health-wine/health-liaosheng-2.jpg") no-repeat center;
}
.health-product-box .health-liaosheng-quality {
  background: url("../img/health-wine/health-liaosheng-3.jpg") no-repeat center;
}
.health-product-box .health-liaosheng-process {
  background: url("../img/health-wine/health-liaosheng-4.jpg") no-repeat center;
}
.health-product-box .health-fuzhou-scrib {
  background: url("../img/health-wine/health-fuzhou-1.jpg") no-repeat center;
}
.health-product-box .health-fuzhou-make {
  background: url("../img/health-wine/health-fuzhou-2.jpg") no-repeat bottom;
}
.health-product-box .health-fuzhou-quality {
  background: url("../img/health-wine/health-fuzhou-3.jpg") no-repeat center;
}
.health-product-box .health-fuzhou-process {
  background: url("../img/health-wine/health-fuzhou-4.jpg") no-repeat center;
}
.health-product-box .health-haozhou-scrib {
  background: url("../img/health-wine/health-haozhou-1.jpg") no-repeat center;
}
.health-product-box .health-haozhou-make {
  background: url("../img/health-wine/health-haozhou-2.jpg") no-repeat bottom;
}
.health-product-box .health-haozhou-quality {
  background: url("../img/health-wine/health-haozhou-3.jpg") no-repeat center;
}
.health-product-box .health-haozhou-process {
  background: url("../img/health-wine/health-haozhou-4.jpg") no-repeat center;
}
.health-product-box .health-product-menu {
  background-color: #fff;
  text-align: center;
  border-bottom: 1px #e6e6e6 solid;
}
.health-product-box .health-product-menu.fixed {
  z-index: 9;
  height: 40px;
  position: fixed;
  top: 60px;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.health-product-box .health-product-menu.fixed ul {
  background: #fff;
  width: 100%;
  border-bottom: solid 1px #efeff0;
}
.health-product-box .health-product-menu.fixed ul li {
  float: none;
  margin: 0;
  background-image: none !important;
  padding: 12px 30px;
}
.health-product-box .health-product-menu.fixed ul li a {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .health-product-box .health-product-menu.fixed {
    width: 100%;
  }
  .health-product-box .health-product-menu.fixed ul li {
    padding: 12px 28px;
  }
}
.health-product-box .health-product-menu ul {
  margin: 0 auto;
}
.health-product-box .health-product-menu ul li {
  width: 84px;
  cursor: pointer;
  display: inline-block;
  margin: 30px;
}
.health-product-box .health-product-menu ul li a {
  display: block;
  padding-top: 65px;
  font-size: 14px;
}
.health-product-box .health-product-menu ul li:hover a {
  color: #ed1c24;
}
.health-product-box .health-product-menu ul li.health-daxin {
  background: url("../img/health-wine/icon/icon_01.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-daxin:hover {
  background: url("../img/health-wine/icon_mouseover/icon_01.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-daxin.active {
  background: url("../img/health-wine/icon_mouseover/icon_01.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-daxin.active a {
  color: #ed1c24;
}
.health-product-box .health-product-menu ul li.health-jiangsan {
  background: url("../img/health-wine/icon/icon_03.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-jiangsan:hover {
  background: url("../img/health-wine/icon_mouseover/icon_03.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-jiangsan.active {
  background: url("../img/health-wine/icon_mouseover/icon_03.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-jiangsan.active a {
  color: #ed1c24;
}
.health-product-box .health-product-menu ul li.health-health-wine {
  background: url("../img/health-wine/icon/icon_02.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-health-wine:hover {
  background: url("../img/health-wine/icon_mouseover/icon_02.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-health-wine.active {
  background: url("../img/health-wine/icon_mouseover/icon_02.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-health-wine.active a {
  color: #ed1c24;
}
.health-product-box .health-product-menu ul li.health-sea-pruduct {
  background: url("../img/health-wine/icon/icon_04.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-sea-pruduct:hover {
  background: url("../img/health-wine/icon_mouseover/icon_04.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-sea-pruduct.active {
  background: url("../img/health-wine/icon_mouseover/icon_04.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-sea-pruduct.active a {
  color: #ed1c24;
}
.health-product-box .health-product-menu ul li.health-liaosheng {
  background: url("../img/health-wine/icon/icon_05.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-liaosheng:hover {
  background: url("../img/health-wine/icon_mouseover/icon_05.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-liaosheng.active {
  background: url("../img/health-wine/icon_mouseover/icon_05.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-liaosheng.active a {
  color: #ed1c24;
}
.health-product-box .health-product-menu ul li.health-haozhou {
  background: url("../img/health-wine/icon/icon_06.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-haozhou:hover {
  background: url("../img/health-wine/icon_mouseover/icon_06.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-haozhou.active {
  background: url("../img/health-wine/icon_mouseover/icon_06.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-haozhou.active a {
  color: #ed1c24;
}
.health-product-box .health-product-menu ul li.health-fuzhou {
  background: url("../img/health-wine/icon/icon_07.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-fuzhou:hover {
  background: url("../img/health-wine/icon_mouseover/icon_07.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-fuzhou.active {
  background: url("../img/health-wine/icon_mouseover/icon_07.png") no-repeat center top;
}
.health-product-box .health-product-menu ul li.health-fuzhou.active a {
  color: #ed1c24;
}
@media (max-width: 1024px) {
  .health-product-box .health-product-menu ul li {
    margin: 30px 28px;
  }
}
@media (max-width: 768px) {
  .health-product-box .health-product-menu ul {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .health-product-box .health-product-menu ul li {
    margin: 0;
    background-image: none !important;
    padding-top: 15px;
    padding-bottom: 0px;
    min-width: 120px;
  }
  .health-product-box .health-product-menu ul li a {
    padding-top: 0;
  }
}
.recruitment a {
  cursor: pointer;
}
.recruitment .recruitment-kv {
  position: relative;
}
.recruitment .recruitment-kv .recruitment-hero-text {
  position: absolute;
  top: 165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 568px) {
  .recruitment .recruitment-kv .recruitment-hero-text {
    -webkit-transform: translateX(-50%) scale(0.85);
    -moz-transform: translateX(-50%) scale(0.85);
    -o-transform: translateX(-50%) scale(0.85);
    -ms-transform: translateX(-50%) scale(0.85);
    transform: translateX(-50%) scale(0.85);
    top: 120px;
    width: 95%;
  }
}
.recruitment .recruitment-kv .hero-image .img {
  text-align: center;
}
.recruitment .recruitment-kv .hero-image .img img {
  width: auto;
  height: auto;
  display: block;
  padding-top: 80px;
  margin: auto;
}
@media (max-width: 568px) {
  .recruitment .recruitment-kv .hero-image .img img {
    padding-top: 105px;
    width: 80%;
    height: auto;
  }
}
.recruitment .recruitment-menu {
  background-color: #fff;
  text-align: center;
  border-bottom: 1px #e6e6e6 solid;
}
.recruitment .recruitment-menu.fixed {
  z-index: 9;
  height: 34px;
  position: fixed;
  top: 60px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.recruitment .recruitment-menu.fixed ul {
  background: #fff;
  width: 100%;
  border-bottom: solid 1px #e6e6e6;
}
.recruitment .recruitment-menu.fixed ul li {
  float: none;
  height: 24px;
  margin: 0;
  background-image: none !important;
  padding: 5px 40px;
}
.recruitment .recruitment-menu.fixed ul li a {
  padding-top: 0;
}
@media (max-width: 568px) {
  .recruitment .recruitment-menu.fixed ul li {
    padding: 10px 20px;
  }
}
.recruitment .recruitment-menu ul {
  margin: 0 auto;
}
.recruitment .recruitment-menu ul li {
  min-width: 60px;
  cursor: pointer;
  display: inline-block;
  margin: 25px 33px;
}
.recruitment .recruitment-menu ul li a {
  display: block;
  padding-top: 75px;
  font-size: 14px;
}
.recruitment .recruitment-menu ul li:hover a {
  color: #ed1c24;
}
.recruitment .recruitment-menu ul li.social-recruitment {
  background: url("../img/recruitment/icon/recruitment-01.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.social-recruitment:hover {
  background: url("../img/recruitment/icon/recruitment-02.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.social-recruitment.active {
  background: url("../img/recruitment/icon/recruitment-02.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.social-recruitment.active a {
  color: #ed1c24;
}
.recruitment .recruitment-menu ul li.school-recruitment {
  background: url("../img/recruitment/icon/recruitment-03.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.school-recruitment:hover {
  background: url("../img/recruitment/icon/recruitment-04.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.school-recruitment.active {
  background: url("../img/recruitment/icon/recruitment-04.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.school-recruitment.active a {
  color: #ed1c24;
}
.recruitment .recruitment-menu ul li.hight-recruitment {
  background: url("../img/recruitment/icon/recruitment-05.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.hight-recruitment:hover {
  background: url("../img/recruitment/icon/recruitment-06.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.hight-recruitment.active {
  background: url("../img/recruitment/icon/recruitment-06.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.hight-recruitment.active a {
  color: #ed1c24;
}
.recruitment .recruitment-menu ul li.welfare-recruitment {
  background: url("../img/recruitment/welfare1_05.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.welfare-recruitment:hover {
  background: url("../img/recruitment/welfare1_04.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.welfare-recruitment.active {
  background: url("../img/recruitment/welfare1_04.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.welfare-recruitment.active a {
  color: #ed1c24;
}
.recruitment .recruitment-menu ul li.learn-us-rcm {
  background: url("../img/recruitment/icon/recruitment-09.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.learn-us-rcm:hover {
  background: url("../img/recruitment/icon/recruitment-10.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.learn-us-rcm.active {
  background: url("../img/recruitment/icon/recruitment-10.png") no-repeat center top;
}
.recruitment .recruitment-menu ul li.learn-us-rcm.active a {
  color: #ed1c24;
}
@media (max-width: 768px) {
  .recruitment .recruitment-menu ul {
    width: 100%;
    margin-bottom: 15px;
  }
  .recruitment .recruitment-menu ul li {
    margin: 0;
    background-image: none !important;
    padding-top: 15px;
    padding-bottom: 0px;
    min-width: 100px;
  }
  .recruitment .recruitment-menu ul li a {
    padding-top: 0;
  }
}
.recruitment .recruitment-filter {
  padding: 65px 0px;
  text-align: center;
  position: relative;
}
.recruitment .recruitment-filter h3 {
  position: absolute;
  font-size: 30px;
  font-weight: normal;
  margin: 0px;
  color: #fff;
  top: 44px;
  width: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.recruitment .recruitment-filter h3.school {
  background-color: #f98947;
}
.recruitment .recruitment-filter h3.social {
  background-color: #de5c5a;
}
.recruitment .recruitment-filter h3.hight {
  background-color: #a439e9;
}
.recruitment .recruitment-filter form {
  padding: 40px 0px 0px 0px;
  width: 885px;
  font-size: 14px;
  margin: auto;
  border-top: solid 1px #fff;
}
.recruitment .recruitment-filter form input {
  height: 40px;
}
.recruitment .recruitment-filter form input[type="text"] {
  width: 300px;
  margin-right: 20px;
  color: #000;
  padding: 0px;
  border: solid 1px #fff;
  padding-left: 15px;
}
.recruitment .recruitment-filter form input[type="submit"] {
  height: 42px;
  width: 125px;
  color: #fff;
  background-color: #393c4b;
  border: solid 1px #393c4b;
}
.recruitment .recruitment-filter form .work-searchbox {
  display: inline-block;
  width: 195px;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select {
  position: relative;
  border: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  height: 40px;
  background: #fff;
  margin-right: 20px;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select.school-select .iScrollVerticalScrollbar .iScrollIndicator {
  background-color: #f98947;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select.social-select .iScrollVerticalScrollbar .iScrollIndicator {
  background-color: #de5c5a;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select.hight-select .iScrollVerticalScrollbar .iScrollIndicator {
  background-color: #a439e9;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select span {
  display: block;
  padding: 10px 0px;
  padding-right: 30px;
  padding-left: 12px;
  text-align: left;
  cursor: pointer;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select span.school-off {
  background: url("../img/recruitment/icon/select-1.png") no-repeat 97% center;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select span.school-off:hover {
  color: #f98947;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select span.social-off {
  background: url("../img/recruitment/icon/select-2.png") no-repeat 97% center;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select span.social-off:hover {
  color: #de5c5a;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select span.hight-off {
  background: url("../img/recruitment/icon/select-3.png") no-repeat 97% center;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select span.hight-off:hover {
  color: #a439e9;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select span.off {
  color: #000;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select .select-option {
  position: absolute;
  left: -1px;
  right: 0px;
  top: 40px;
  width: 100%;
  padding: 10px 0px;
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  z-index: 2;
  height: 105px;
  overflow-y: hidden;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select .select-option .option {
  padding: 5px 10px;
  cursor: pointer;
}
.recruitment .recruitment-filter form .work-searchbox .work-custom-select .select-option .option:hover {
  color: #ed1c24;
}
@media (max-width: 885px) {
  .recruitment .recruitment-filter {
    width: 100%;
    padding: 50px 0px 20px 0px;
  }
  .recruitment .recruitment-filter h3 {
    top: 32px;
    font-size: 24px;
  }
  .recruitment .recruitment-filter form {
    width: 285px;
    margin: 0px auto;
    text-align: left;
    padding-top: 30px;
  }
  .recruitment .recruitment-filter form input[type="text"] {
    width: 100%;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .recruitment .recruitment-filter form .work-searchbox {
    width: 100%;
    margin: 0px auto;
  }
  .recruitment .recruitment-filter form .work-searchbox .work-custom-select {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.recruitment .school-recruitment-filter {
  background-image: url("../img/recruitment/school-bc.jpg");
}
.recruitment .social-recruitment-filter {
  background-image: url("../img/recruitment/social-bc.jpg");
}
.recruitment .hight-recruitment-filter {
  background-image: url("../img/recruitment/high-bc.jpg");
}
.recruitment .rcm-table-box {
  margin: auto;
  zoom: 1;
}
.recruitment .rcm-table-box:before,
.recruitment .rcm-table-box:after {
  content: "";
  display: table;
}
.recruitment .rcm-table-box:after {
  clear: both;
}
.recruitment .rcm-table-box .pagination-pagenum {
  float: right;
  zoom: 1;
}
.recruitment .rcm-table-box .pagination-pagenum:before,
.recruitment .rcm-table-box .pagination-pagenum:after {
  content: "";
  display: table;
}
.recruitment .rcm-table-box .pagination-pagenum:after {
  clear: both;
}
@media (max-width: 568px) {
  .recruitment .rcm-table-box .pagination-pagenum {
    float: none;
    text-align: center;
  }
}
.recruitment .rcm-table-box div.list-empty {
  padding: 70px 0px 120px 0px;
  margin: 0px auto;
  text-align: center;
}
.recruitment .rcm-table-box div.list-empty p {
  font-size: 28px;
  line-height: 45px;
  margin: 0px;
}
.recruitment .rcm-table-box table {
  width: 100%;
  margin: auto;
  margin: 40px 0px 60px 0px;
  text-align: left;
  font-size: 14px;
}
.recruitment .rcm-table-box table tr td {
  padding: 15px 0px;
}
.recruitment .rcm-table-box table tr td span {
  display: inline-block;
  width: 18px;
  height: 9px;
  padding: 0px 15px;
  vertical-align: middle;
  font-weight: bold;
  background-repeat: no-repeat;
}
.recruitment .rcm-table-box table tr td span.hight-details-open {
  background-image: url("../img/recruitment/icon/table-open-3.png");
}
.recruitment .rcm-table-box table tr td span.social-details-open {
  background-image: url("../img/recruitment/icon/table-open-2.png");
}
.recruitment .rcm-table-box table tr td span.school-details-open {
  background-image: url("../img/recruitment/icon/table-open-1.png");
}
.recruitment .rcm-table-box table tr td span.recruitment-close {
  background-position: center bottom;
}
.recruitment .rcm-table-box table tr td span.recruitment-open {
  background-position: center top;
}
.recruitment .rcm-table-box table tr th {
  padding: 20px 0px;
  font-size: 16px;
}
.recruitment .rcm-table-box table tr.pos-list {
  border-bottom: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
}
.recruitment .rcm-table-box table tr.pos-list-mb-title {
  display: none;
}
.recruitment .rcm-table-box table tr.pos-list-mb {
  display: none;
}
.recruitment .rcm-table-box table tr.position-details {
  border-bottom: solid 1px #e6e6e6;
}
.recruitment .rcm-table-box table tr.position-details td {
  padding-bottom: 30px;
}
.recruitment .rcm-table-box table tr.position-details td section {
  padding: 8px 0px 10px 10px;
}
.recruitment .rcm-table-box table tr.position-details td section p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}
.recruitment .rcm-table-box table tr.position-details td section p:first-of-type {
  padding-bottom: 15px;
}
.recruitment .rcm-table-box table tr.position-details td section.desrb-position {
  padding: 0px 0px 0px 10px;
  display: none;
}
.recruitment .rcm-table-box table tr.position-details td section.desrb-position p {
  padding: 8px 0px;
  margin: 0px;
}
.recruitment .rcm-table-box table tr.position-details td section.desrb-position:last-child {
  padding-bottom: 20px;
}
.recruitment .rcm-table-box table tr.position-details td a {
  display: inline-block;
  width: 140px;
  text-align: center;
  border: solid 1px #000;
  padding: 10px 0px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.recruitment .rcm-table-box table tr.position-details td a:first-of-type {
  margin-right: 20px;
}
@media (max-width: 320px) {
  .recruitment .rcm-table-box table tr.position-details td a {
    width: 135px;
  }
  .recruitment .rcm-table-box table tr.position-details td a:first-of-type {
    margin-right: 15px;
  }
}
.recruitment .rcm-table-box table tr.position-details td a:hover {
  color: #ed1c24;
  border: solid 1px #ed1c24;
}
.recruitment .rcm-table-box table tr.close {
  display: none;
}
.recruitment .rcm-table-box table tr.open {
  display: table-row;
}
@media (max-width: 800px) {
  .recruitment .rcm-table-box {
    margin-bottom: 30px;
  }
  .recruitment .rcm-table-box table {
    margin: 20px 0px 40px 0px;
  }
  .recruitment .rcm-table-box table tr th {
    padding: 20px 10px;
  }
  .recruitment .rcm-table-box table tr td:first-of-type {
    padding-left: 15px;
  }
  .recruitment .rcm-table-box table tr th:first-of-type {
    padding-left: 15px;
  }
}
@media (max-width: 567px) {
  .recruitment .rcm-table-box {
    margin-bottom: 30px;
  }
  .recruitment .rcm-table-box table {
    margin: 20px 0px 40px 0px;
  }
  .recruitment .rcm-table-box table tr.pos-list-pc {
    display: none;
  }
  .recruitment .rcm-table-box table tr.pos-list-pc-title {
    display: none;
  }
  .recruitment .rcm-table-box table tr.pos-list-mb-title {
    display: table-row;
  }
  .recruitment .rcm-table-box table tr.pos-list-mb {
    display: table-row;
  }
  .recruitment .rcm-table-box table tr td {
    padding: 15px 10px;
  }
  .recruitment .rcm-table-box table tr td section.desrb-position {
    display: block !important;
  }
  .recruitment .rcm-table-box table tr th {
    padding: 20px 10px;
  }
  .recruitment .rcm-table-box table tr td:first-of-type {
    padding-left: 15px;
  }
  .recruitment .rcm-table-box table tr th:first-of-type {
    padding-left: 15px;
  }
}
.offer-apply-details {
  border: solid 1px #e6e6e6;
  width: 500px;
  height: 530px;
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.offer-apply-details a.offer-apply-close {
  position: absolute;
  top: 7px;
  right: 10px;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 568px) {
  .offer-apply-details {
    width: 100%;
  }
  .offer-apply-details iframe {
    width: 100%;
  }
}
.recruitment .recruitment-kv .rcm-hero-text {
  position: absolute;
  text-align: center;
  width: 95%;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recruitment .recruitment-kv .rcm-hero-text h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px;
}
.recruitment .recruitment-kv .rcm-hero-text section {
  padding-top: 40px;
}
.recruitment .recruitment-kv .rcm-hero-text section p {
  font-size: 18px;
  line-height: 34px;
  margin: 0px;
}
@media (max-width: 1024px) {
  .recruitment .recruitment-kv .rcm-hero-text {
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .recruitment .recruitment-kv .rcm-hero-text section {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .recruitment .recruitment-kv .rcm-hero-text {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.75);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.75);
    -o-transform: translate3d(-50%, -50%, 0) scale(0.75);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0.75);
    transform: translate3d(-50%, -50%, 0) scale(0.75);
    width: 120%;
  }
}
.recruitment .rcm-position-box {
  text-align: center;
  margin: auto;
}
.recruitment .rcm-position-box h3 {
  font-size: 32px;
  font-weight: normal;
  padding-top: 50px;
  padding-bottom: 30px;
  margin: 0px;
}
.recruitment .rcm-position-box section {
  width: 600px;
  margin: auto;
  padding-bottom: 60px;
}
.recruitment .rcm-position-box section p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 568px) {
  .recruitment .rcm-position-box section {
    width: 95%;
  }
}
.recruitment .rcm-position-req {
  background: url("../img/recruitment/position_d_02.jpg") no-repeat center bottom;
}
.recruitment .rcm-position-flow {
  min-height: 410px;
  background-image: url("../img/recruitment/position_d_03.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media (max-width: 768px) {
  .recruitment .rcm-position-flow {
    -webkit-background-size: 125% 100%;
    -moz-background-size: 125% 100%;
    background-size: 125% 100%;
  }
}
@media (max-width: 640px) {
  .recruitment .rcm-position-flow {
    background: url("../img/recruitment/position_d_04.jpg") no-repeat center top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    min-height: 1250px;
  }
}
@media (max-width: 567px) {
  .recruitment .rcm-position-flow {
    min-height: 1050px;
  }
}
@media (max-width: 375px) {
  .recruitment .rcm-position-flow {
    min-height: 950px;
  }
}
@media (max-width: 320px) {
  .recruitment .rcm-position-flow {
    min-height: 856px;
  }
}
.recruitment .rcm-position-apply {
  padding: 50px 0px 25px 0px;
  border-bottom: solid 2px #e6e6e6;
}
.recruitment .rcm-position-apply a.apply-job {
  border: solid 1px #000;
  padding: 10px 0px;
  display: inline-block;
  width: 140px;
}
.recruitment .rcm-position-apply a.apply-job:first-of-type {
  margin-right: 20px;
}
.recruitment .rcm-position-apply a.apply-job:hover {
  color: #fff;
  background-color: #ed1c24;
  border: solid 1px #ed1c24;
}
.recruitment .rcm-position-share {
  padding: 25px 0px 60px 0px;
}
.recruitment .rcm-position-share div.share p {
  font-size: 14px;
}
.recruitment .rcm-position-share div.share .share-icon {
  width: 30px;
  height: 30px;
}
.recruitment .position-bottom {
  text-align: center;
  padding-top: 40px;
  font-size: 16px;
}
.recruitment .position-bottom a:hover {
  color: #ed1c24;
}
.personal-follow-work {
  zoom: 1;
}
.personal-follow-work a {
  cursor: pointer;
}
.personal-follow-work:before,
.personal-follow-work:after {
  content: "";
  display: table;
}
.personal-follow-work:after {
  clear: both;
}
.personal-follow-work div.list-empty {
  padding: 60px 0px 40px 0px;
  margin: 0px auto;
  text-align: center;
}
.personal-follow-work div.list-empty p {
  font-size: 28px;
  margin: 0px;
}
.personal-follow-work .pagination-pagenum {
  float: right;
  zoom: 1;
}
.personal-follow-work .pagination-pagenum:before,
.personal-follow-work .pagination-pagenum:after {
  content: "";
  display: table;
}
.personal-follow-work .pagination-pagenum:after {
  clear: both;
}
@media (max-width: 568px) {
  .personal-follow-work .pagination-pagenum {
    float: none;
    text-align: center;
  }
}
.personal-follow-work table {
  width: 100%;
  margin: auto;
  margin: 40px 0px 60px 0px;
  text-align: left;
  font-size: 14px;
}
.personal-follow-work table tr td {
  padding: 15px 0px;
}
.personal-follow-work table tr td a.work-delete {
  text-decoration: underline;
}
.personal-follow-work table tr td span.work-details-open {
  display: inline-block;
  width: 18px;
  height: 9px;
  padding: 0px 15px;
  vertical-align: middle;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: url("../img/recruitment/icon/table-open-2.png");
}
.personal-follow-work table tr td span.work-dl-open {
  background-position: center top;
}
.personal-follow-work table tr td span.work-dl-close {
  background-position: center bottom;
}
.personal-follow-work table tr td:first-of-type {
  padding-left: 20px;
}
.personal-follow-work table tr th {
  padding: 20px 0px;
  font-size: 16px;
}
.personal-follow-work table tr th:first-of-type {
  padding-left: 20px;
}
.personal-follow-work table tr.follow-work {
  border-bottom: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
}
.personal-follow-work table tr.follow-work-mb-title {
  display: none;
}
.personal-follow-work table tr.follow-work-mb {
  display: none;
}
.personal-follow-work table tr.follow-work-mb td section p {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 800px) {
  .personal-follow-work {
    margin-bottom: 30px;
  }
  .personal-follow-work table {
    margin: 20px 0px 40px 0px;
  }
  .personal-follow-work table tr th {
    padding: 20px 10px;
  }
  .personal-follow-work table tr td:first-of-type {
    padding-left: 15px;
  }
  .personal-follow-work table tr th:first-of-type {
    padding-left: 15px;
  }
}
@media (max-width: 567px) {
  .personal-follow-work {
    margin-bottom: 30px;
  }
  .personal-follow-work table {
    margin: 20px 0px 40px 0px;
  }
  .personal-follow-work table tr.follow-work-pc {
    display: none;
  }
  .personal-follow-work table tr.follow-work-pc-title {
    display: none;
  }
  .personal-follow-work table tr.follow-work-mb-title {
    display: table-row;
  }
  .personal-follow-work table tr.follow-work-mb {
    display: table-row;
  }
  .personal-follow-work table tr.close {
    display: none;
  }
  .personal-follow-work table tr.open {
    display: table-row;
  }
  .personal-follow-work table tr td {
    padding: 15px 10px;
  }
  .personal-follow-work table tr th {
    padding: 20px 10px;
  }
  .personal-follow-work table tr td:first-of-type {
    padding-left: 15px;
  }
  .personal-follow-work table tr th:first-of-type {
    padding-left: 15px;
  }
}
@media (max-width: 321px) {
  .personal-follow-work table thead tr th:nth-child(2) {
    width: 20% !important;
  }
}
.apply_box {
  margin: 50px auto 45px auto;
}
.apply_box form.apply-form {
  text-align: center;
}
.apply_box form.apply-form h2 {
  margin: 0px auto;
  font-size: 24px;
  margin-bottom: 20px;
}
.apply_box form.apply-form div.field {
  padding: 8px 90px;
  text-align: left;
}
.apply_box form.apply-form div.field div.other-file input[type='file'] {
  display: none;
}
.apply_box form.apply-form div.field div.other-file input[type='text'] {
  width: 69%;
  float: left;
  display: inline-block;
  background-color: #eee;
}
.apply_box form.apply-form div.field div.other-file button {
  width: 24%;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  float: right;
  height: 26px;
  cursor: pointer;
  background-color: #e6e6e6;
  border: solid 1px rgba(0,0,0,0.165);
}
.apply_box form.apply-form div.field div.field_col_right textarea {
  resize: none;
  width: 194px;
}
.apply_box form.apply-form div.field div.field_col_right span.error_ms {
  display: block;
  color: #ed1c24;
  padding-top: 5px;
}
@media (max-width: 499px) {
  .apply_box form.apply-form div.field {
    padding: 8px 40px;
  }
}
@media (max-width: 320px) {
  .apply_box form.apply-form div.field {
    padding: 8px 15px;
  }
}
.apply_box div.loading-bar {
  position: fixed;
  width: 100%;
  height: 120%;
  left: -2px;
  -webkit-transform: translateY(-61%);
  -moz-transform: translateY(-61%);
  -o-transform: translateY(-61%);
  -ms-transform: translateY(-61%);
  transform: translateY(-61%);
  background-color: rgba(1,2,2,0.5);
}
.apply_box div.loading-bar img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
  max-width: 250px;
}
.recruitment .learn-us .welfare-rcm-box-scb section.last-section {
  width: 660px;
}
.recruitment .learn-us .welfare-rcm-box-scb img.learn-lb {
  padding: 5px 0px 25px 0px;
  width: auto;
  height: auto;
}
.recruitment .learn-us .swiper-container .swiper-wrapper .swiper-slide img {
  width: 540px;
}
@media (max-width: 540px) {
  .recruitment .learn-us .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .recruitment .learn-us .swiper-container {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .recruitment .learn-us {
    padding-bottom: 0px;
  }
}
.recruitment .learn-1 {
  background-image: url("../img/learn/learn-b-1.jpg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (max-width: 568px) {
  .recruitment .swiper-special-2 {
    height: 360px !important;
  }
}
@media (max-width: 540px) {
  .recruitment .swiper-special-2 {
    height: 280px !important;
  }
}
@media (max-width: 378px) {
  .recruitment .swiper-special-2 {
    height: 240px !important;
  }
}
@media (max-width: 320px) {
  .recruitment .swiper-special-2 {
    height: 215px !important;
  }
}
.recruitment .learn-2 {
  background: background url("../img/learn/learn-d-1.jpg") no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.recruitment .learn-4 {
  background: background url("../img/learn/learn-l-2.jpg") no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.recruitment .learn-3 {
  background: background url("../img/learn/learn-h-1.jpg") no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (max-width: 548px) {
  .recruitment .learn-3 .welfare-rcm-box-scb img {
    width: 100%;
  }
}
.health-policy-see h3 {
  padding: 35px 0px 25px 0px;
  margin: 0px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.health-policy-see .scroll-wrapper {
  position: relative;
  height: 475px;
  overflow-y: hidden;
}
.health-policy-see .scroll-wrapper div.health-policy-content {
  margin: auto;
  padding: 0px 50px 40px 50px;
  max-width: 420px;
  z-index: 110;
  text-align: left;
  letter-spacing: 1px;
}
.health-policy-see .scroll-wrapper div.health-policy-content section {
  padding-bottom: 20px;
  width: 375px;
}
.health-policy-see .scroll-wrapper div.health-policy-content section h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding-bottom: 5px;
}
.health-policy-see .scroll-wrapper div.health-policy-content section p {
  font-size: 14px;
  margin: 7px 0;
  line-height: 26px;
}
.health-policy-see .scroll-wrapper div.health-policy-content section ol li {
  line-height: 26px;
}
@media (max-width: 500px) {
  .health-policy-see .scroll-wrapper div.health-policy-content {
    padding: 0px 8px 40px 8px;
  }
}
@media (max-width: 375px) {
  .health-policy-see .scroll-wrapper div.health-policy-content section {
    width: 100%;
  }
}
.recruitment .welfare-rcm-box {
  text-align: center;
  padding: 45px 0px;
}
.recruitment .welfare-rcm-box h4 {
  font-size: 18px;
  margin: 0px auto;
  font-weight: normal;
  color: #ed1c24;
  padding: 0px 0px 25px 0px;
}
.recruitment .welfare-rcm-box .swiper-container {
  width: 680px;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper {
  width: 548px;
  height: 480px;
  zoom: 1;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper:before,
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper:after {
  content: "";
  display: table;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper:after {
  clear: both;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide {
  margin: auto;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide div.content-side {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 80%;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-cricle-mb {
  display: none;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-cricle-mb img {
  padding-top: 25px;
  width: 85%;
  height: auto;
}
@media (max-width: 680px) {
  .recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-cricle-mb {
    display: block;
  }
  .recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-cricle-mb img {
    width: 75%;
    height: auto;
  }
}
@media (max-width: 567px) {
  .recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-cricle-mb img {
    width: 85%;
    height: auto;
  }
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle {
  min-height: 600px;
  position: relative;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.rcm-cricle {
  position: absolute;
  width: 280px;
  height: 280px;
  border: solid 2px #efefef;
  top: 40%;
  left: 50%;
  margin-left: -145px;
  margin-top: -145px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.rcm-cricle h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  padding: 118px 0px;
  margin: 0px;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.welfare-around {
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  border: solid 1px #f1f1f1;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.welfare-around p {
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 22px 0px;
  color: #fff;
  width: auto;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.welfare-around div.welfare-around-title {
  display: none;
  position: absolute;
  width: 217px;
  height: 90px;
  top: -105%;
  left: -215%;
  text-align: center;
  margin: 0px auto;
  z-index: 1000;
  background: url("../img/recruitment/welfare_04.png") no-repeat center bottom;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.welfare-around div.welfare-around-title section {
  position: absolute;
  font-size: 14px;
  width: 100%;
  color: #000;
  z-index: 100;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.welfare-around div.welfare-around-title section span {
  display: block;
  width: 168px;
  margin: auto;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.welfare-around:nth-child(8) p {
  padding: 15px 0;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle div.welfare-around:hover div.welfare-around-title {
  display: block;
}
@media (max-width: 640px) {
  .recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide .welfare-rcm-cricle {
    display: none;
  }
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide section.cilcle-bottom {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide section.cilcle-bottom h4 {
  padding-bottom: 0px;
}
.recruitment .welfare-rcm-box .swiper-container .swiper-wrapper .swiper-slide section.cilcle-bottom p {
  margin: 0px auto;
}
.recruitment .welfare-rcm-box .swiper-pagination {
  bottom: 0px;
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb {
  margin: auto;
  text-align: center;
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb h3 {
  font-size: 32px;
  font-weight: normal;
  padding: 0px 0px 13px 0px;
  margin: 0px;
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb h4.rcm-bottom {
  padding-top: 35px;
  padding-bottom: 0px;
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb img {
  width: 60%;
}
@media (min-width: 1920px) {
  .recruitment .welfare-rcm-box .welfare-rcm-box-scb img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .recruitment .welfare-rcm-box .welfare-rcm-box-scb img {
    width: 98%;
  }
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb img.test-title {
  width: auto;
  height: auto;
  margin: auto;
}
@media (max-width: 600px) {
  .recruitment .welfare-rcm-box .welfare-rcm-box-scb img.test-title {
    width: 95%;
  }
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb section {
  margin: auto;
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb section p {
  margin: 0px;
  font-size: 14px;
  line-height: 30px;
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb section h5 {
  margin: 0px;
  font-size: 18px;
  font-weight: normal;
  padding: 13px 0px 8px 0px;
}
.recruitment .welfare-rcm-box .welfare-rcm-box-scb section.last-section {
  padding-bottom: 25px;
}
@media (max-width: 680px) {
  .recruitment .welfare-rcm-box .swiper-container {
    width: 100%;
    height: 560px;
  }
  .recruitment .welfare-rcm-box .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .recruitment .welfare-rcm-box .swiper-container .swiper-wrapper div.swiper-slide div.content-side section.last-section {
    padding-bottom: 10px;
  }
  .recruitment .welfare-rcm-box .welfare-rcm-box-scb section {
    width: 95%;
  }
  .recruitment .welfare-rcm-box .welfare-rcm-box-scb section.last-section {
    width: 95%;
  }
}
@media (max-width: 568px) {
  .recruitment .welfare-rcm-box .swiper-container {
    height: 525px;
  }
}
@media (max-width: 480px) {
  .recruitment .welfare-rcm-box .swiper-container {
    height: 455px;
  }
}
@media (max-width: 440px) {
  .recruitment .welfare-rcm-box .swiper-container {
    height: 425px;
  }
}
@media (max-width: 400px) {
  .recruitment .welfare-rcm-box .swiper-container {
    height: 400px;
  }
}
@media (max-width: 375px) {
  .recruitment .welfare-rcm-box .swiper-container {
    height: 385px;
  }
}
@media (max-width: 320px) {
  .recruitment .welfare-rcm-box .swiper-container div.swiper-slide div.content-side-1 {
    top: 45% !important;
  }
  .recruitment .welfare-rcm-box .swiper-container div.swiper-slide .welfare-cricle-mb img {
    padding-top: 50px !important;
  }
}
.recruitment .welfare-rcm-2 {
  background: url("../img/recruitment/welfare1_01.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.recruitment .welfare-rcm-2 .welfare-rcm-box-scb section {
  width: 660px;
}
@media (max-width: 660px) {
  .recruitment .welfare-rcm-2 .welfare-rcm-box-scb section {
    width: 95%;
  }
}
.recruitment .welfare-rcm-2 .welfare-rcm-box-scb h3 {
  padding-bottom: 20px;
}
.recruitment .welfare-rcm-2 .welfare-rcm-box-scb h4 {
  padding-top: 25px;
  padding-bottom: 0px;
}
.recruitment .welfare-rcm-3 {
  background: url("../img/recruitment/welfare1_06.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.recruitment .welfare-rcm-3 .welfare-rcm-box-scb section {
  width: 660px;
}
@media (max-width: 500px) {
  .recruitment .welfare-rcm-3 .welfare-rcm-box-scb section {
    width: 95%;
  }
}
.recruitment .welfare-rcm-1 .welfare-rcm-box-scb section {
  width: 480px;
}
@media (max-width: 500px) {
  .recruitment .welfare-rcm-1 .welfare-rcm-box-scb section {
    width: 95%;
  }
}
.recruitment .welfare-rcm-test {
  background-color: #f7f7f7;
  padding: 55px 0px 40px 0px;
}
.recruitment .welfare-rcm-imag {
  background: url("../img/recruitment/welfare1_10.jpg") no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.recruitment .welfare-rcm-imag img {
  width: 750px;
}
@media (max-width: 882px) {
  .recruitment .welfare-rcm-imag img {
    width: 100%;
  }
}
.module-box {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
}
@media (min-width: 569px) {
  .module-box {
    min-height: 410px;
  }
}
.module-box:before,
.module-box:after {
  content: "";
  display: table;
}
.module-box:after {
  clear: both;
}
.module-box h2 {
  font-size: 32px;
  font-weight: 100;
  line-height: 100%;
  margin: 52px 0 24px 0;
}
@media (max-width: 568px) {
  .module-box h2 {
    font-size: 24px;
  }
}
.module-box h3 {
  font-size: 18px;
  font-weight: normal;
}
.module-box p,
.module-box dd,
.module-box dt {
  font-size: 14px;
  line-height: 200%;
}
.module-box p {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 568px) {
  .module-box p {
    width: 90%;
    padding-bottom: 45px;
  }
}
.module-box img {
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 568px) {
  .module-box img {
    max-width: 95%;
  }
}
.module-qualityassurance ul[data-count-items],
.module-benefits-b ul[data-count-items],
.module-distinguish-d ul[data-count-items],
.module-distinguish-e ul[data-count-items],
.module-usage-b ul[data-count-items],
.module-formation-b ul[data-count-items] {
  padding: 5px 5%;
}
.module-qualityassurance ul[data-count-items] li,
.module-benefits-b ul[data-count-items] li,
.module-distinguish-d ul[data-count-items] li,
.module-distinguish-e ul[data-count-items] li,
.module-usage-b ul[data-count-items] li,
.module-formation-b ul[data-count-items] li {
  vertical-align: top;
  margin: 0 20px;
  width: 120px;
  display: inline-block;
}
.module-qualityassurance ul[data-count-items] li h3,
.module-benefits-b ul[data-count-items] li h3,
.module-distinguish-d ul[data-count-items] li h3,
.module-distinguish-e ul[data-count-items] li h3,
.module-usage-b ul[data-count-items] li h3,
.module-formation-b ul[data-count-items] li h3 {
  border: 1px solid #000;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  vertical-align: middle;
  display: table-cell;
  padding: 5px;
  font-size: 16px;
}
.module-qualityassurance ul[data-count-items] li p,
.module-benefits-b ul[data-count-items] li p,
.module-distinguish-d ul[data-count-items] li p,
.module-distinguish-e ul[data-count-items] li p,
.module-usage-b ul[data-count-items] li p,
.module-formation-b ul[data-count-items] li p {
  margin-top: 30px;
  line-height: 150%;
}
.module-qualityassurance ul[data-count-items].counted-items-1 h3,
.module-benefits-b ul[data-count-items].counted-items-1 h3,
.module-distinguish-d ul[data-count-items].counted-items-1 h3,
.module-distinguish-e ul[data-count-items].counted-items-1 h3,
.module-usage-b ul[data-count-items].counted-items-1 h3,
.module-formation-b ul[data-count-items].counted-items-1 h3,
.module-qualityassurance ul[data-count-items].counted-items-2 h3,
.module-benefits-b ul[data-count-items].counted-items-2 h3,
.module-distinguish-d ul[data-count-items].counted-items-2 h3,
.module-distinguish-e ul[data-count-items].counted-items-2 h3,
.module-usage-b ul[data-count-items].counted-items-2 h3,
.module-formation-b ul[data-count-items].counted-items-2 h3 {
  position: relative;
  left: 45px;
}
.module-qualityassurance ul[data-count-items].counted-items-1 li,
.module-benefits-b ul[data-count-items].counted-items-1 li,
.module-distinguish-d ul[data-count-items].counted-items-1 li,
.module-distinguish-e ul[data-count-items].counted-items-1 li,
.module-usage-b ul[data-count-items].counted-items-1 li,
.module-formation-b ul[data-count-items].counted-items-1 li,
.module-qualityassurance ul[data-count-items].counted-items-2 li,
.module-benefits-b ul[data-count-items].counted-items-2 li,
.module-distinguish-d ul[data-count-items].counted-items-2 li,
.module-distinguish-e ul[data-count-items].counted-items-2 li,
.module-usage-b ul[data-count-items].counted-items-2 li,
.module-formation-b ul[data-count-items].counted-items-2 li {
  width: 210px;
  margin: 0 45px;
}
.module-qualityassurance ul[data-count-items].counted-items-1 li:nth-of-type(odd),
.module-benefits-b ul[data-count-items].counted-items-1 li:nth-of-type(odd),
.module-distinguish-d ul[data-count-items].counted-items-1 li:nth-of-type(odd),
.module-distinguish-e ul[data-count-items].counted-items-1 li:nth-of-type(odd),
.module-usage-b ul[data-count-items].counted-items-1 li:nth-of-type(odd),
.module-formation-b ul[data-count-items].counted-items-1 li:nth-of-type(odd),
.module-qualityassurance ul[data-count-items].counted-items-2 li:nth-of-type(odd),
.module-benefits-b ul[data-count-items].counted-items-2 li:nth-of-type(odd),
.module-distinguish-d ul[data-count-items].counted-items-2 li:nth-of-type(odd),
.module-distinguish-e ul[data-count-items].counted-items-2 li:nth-of-type(odd),
.module-usage-b ul[data-count-items].counted-items-2 li:nth-of-type(odd),
.module-formation-b ul[data-count-items].counted-items-2 li:nth-of-type(odd) {
  margin-left: 0;
}
.module-qualityassurance ul[data-count-items].counted-items-1 li:nth-of-type(even),
.module-benefits-b ul[data-count-items].counted-items-1 li:nth-of-type(even),
.module-distinguish-d ul[data-count-items].counted-items-1 li:nth-of-type(even),
.module-distinguish-e ul[data-count-items].counted-items-1 li:nth-of-type(even),
.module-usage-b ul[data-count-items].counted-items-1 li:nth-of-type(even),
.module-formation-b ul[data-count-items].counted-items-1 li:nth-of-type(even),
.module-qualityassurance ul[data-count-items].counted-items-2 li:nth-of-type(even),
.module-benefits-b ul[data-count-items].counted-items-2 li:nth-of-type(even),
.module-distinguish-d ul[data-count-items].counted-items-2 li:nth-of-type(even),
.module-distinguish-e ul[data-count-items].counted-items-2 li:nth-of-type(even),
.module-usage-b ul[data-count-items].counted-items-2 li:nth-of-type(even),
.module-formation-b ul[data-count-items].counted-items-2 li:nth-of-type(even) {
  margin-right: 0;
}
.module-qualityassurance ul[data-count-items].counted-items-1 li,
.module-benefits-b ul[data-count-items].counted-items-1 li,
.module-distinguish-d ul[data-count-items].counted-items-1 li,
.module-distinguish-e ul[data-count-items].counted-items-1 li,
.module-usage-b ul[data-count-items].counted-items-1 li,
.module-formation-b ul[data-count-items].counted-items-1 li {
  margin: 0;
}
@media (max-width: 568px) {
  .module-qualityassurance ul[data-count-items] h3,
  .module-benefits-b ul[data-count-items] h3,
  .module-distinguish-d ul[data-count-items] h3,
  .module-distinguish-e ul[data-count-items] h3,
  .module-usage-b ul[data-count-items] h3,
  .module-formation-b ul[data-count-items] h3 {
    position: relative;
    left: 45px;
  }
  .module-qualityassurance ul[data-count-items] li,
  .module-benefits-b ul[data-count-items] li,
  .module-distinguish-d ul[data-count-items] li,
  .module-distinguish-e ul[data-count-items] li,
  .module-usage-b ul[data-count-items] li,
  .module-formation-b ul[data-count-items] li {
    width: 210px;
    margin: 0 45px;
  }
  .module-qualityassurance ul[data-count-items] li:nth-of-type(odd),
  .module-benefits-b ul[data-count-items] li:nth-of-type(odd),
  .module-distinguish-d ul[data-count-items] li:nth-of-type(odd),
  .module-distinguish-e ul[data-count-items] li:nth-of-type(odd),
  .module-usage-b ul[data-count-items] li:nth-of-type(odd),
  .module-formation-b ul[data-count-items] li:nth-of-type(odd) {
    margin-left: 0;
  }
  .module-qualityassurance ul[data-count-items] li:nth-of-type(even),
  .module-benefits-b ul[data-count-items] li:nth-of-type(even),
  .module-distinguish-d ul[data-count-items] li:nth-of-type(even),
  .module-distinguish-e ul[data-count-items] li:nth-of-type(even),
  .module-usage-b ul[data-count-items] li:nth-of-type(even),
  .module-formation-b ul[data-count-items] li:nth-of-type(even) {
    margin-right: 0;
  }
  .module-qualityassurance ul[data-count-items] li,
  .module-benefits-b ul[data-count-items] li,
  .module-distinguish-d ul[data-count-items] li,
  .module-distinguish-e ul[data-count-items] li,
  .module-usage-b ul[data-count-items] li,
  .module-formation-b ul[data-count-items] li,
  .module-qualityassurance ul[data-count-items].counted-items-1 li,
  .module-benefits-b ul[data-count-items].counted-items-1 li,
  .module-distinguish-d ul[data-count-items].counted-items-1 li,
  .module-distinguish-e ul[data-count-items].counted-items-1 li,
  .module-usage-b ul[data-count-items].counted-items-1 li,
  .module-formation-b ul[data-count-items].counted-items-1 li,
  .module-qualityassurance ul[data-count-items].counted-items-2 li,
  .module-benefits-b ul[data-count-items].counted-items-2 li,
  .module-distinguish-d ul[data-count-items].counted-items-2 li,
  .module-distinguish-e ul[data-count-items].counted-items-2 li,
  .module-usage-b ul[data-count-items].counted-items-2 li,
  .module-formation-b ul[data-count-items].counted-items-2 li {
    margin: 0;
  }
}
@media (min-width: 569px) {
  .module-qualityassurance ul[data-count-items].counted-items-7 li:nth-of-type(5),
  .module-benefits-b ul[data-count-items].counted-items-7 li:nth-of-type(5),
  .module-distinguish-d ul[data-count-items].counted-items-7 li:nth-of-type(5),
  .module-distinguish-e ul[data-count-items].counted-items-7 li:nth-of-type(5),
  .module-usage-b ul[data-count-items].counted-items-7 li:nth-of-type(5),
  .module-formation-b ul[data-count-items].counted-items-7 li:nth-of-type(5),
  .module-qualityassurance ul[data-count-items].counted-items-7 li:nth-of-type(6),
  .module-benefits-b ul[data-count-items].counted-items-7 li:nth-of-type(6),
  .module-distinguish-d ul[data-count-items].counted-items-7 li:nth-of-type(6),
  .module-distinguish-e ul[data-count-items].counted-items-7 li:nth-of-type(6),
  .module-usage-b ul[data-count-items].counted-items-7 li:nth-of-type(6),
  .module-formation-b ul[data-count-items].counted-items-7 li:nth-of-type(6),
  .module-qualityassurance ul[data-count-items].counted-items-7 li:nth-of-type(7),
  .module-benefits-b ul[data-count-items].counted-items-7 li:nth-of-type(7),
  .module-distinguish-d ul[data-count-items].counted-items-7 li:nth-of-type(7),
  .module-distinguish-e ul[data-count-items].counted-items-7 li:nth-of-type(7),
  .module-usage-b ul[data-count-items].counted-items-7 li:nth-of-type(7),
  .module-formation-b ul[data-count-items].counted-items-7 li:nth-of-type(7) {
    margin: 0 60px;
  }
  .module-qualityassurance ul[data-count-items].counted-items-3 li,
  .module-benefits-b ul[data-count-items].counted-items-3 li,
  .module-distinguish-d ul[data-count-items].counted-items-3 li,
  .module-distinguish-e ul[data-count-items].counted-items-3 li,
  .module-usage-b ul[data-count-items].counted-items-3 li,
  .module-formation-b ul[data-count-items].counted-items-3 li,
  .module-qualityassurance ul[data-count-items].counted-items-6 li,
  .module-benefits-b ul[data-count-items].counted-items-6 li,
  .module-distinguish-d ul[data-count-items].counted-items-6 li,
  .module-distinguish-e ul[data-count-items].counted-items-6 li,
  .module-usage-b ul[data-count-items].counted-items-6 li,
  .module-formation-b ul[data-count-items].counted-items-6 li,
  .module-qualityassurance ul[data-count-items].counted-items-9 li,
  .module-benefits-b ul[data-count-items].counted-items-9 li,
  .module-distinguish-d ul[data-count-items].counted-items-9 li,
  .module-distinguish-e ul[data-count-items].counted-items-9 li,
  .module-usage-b ul[data-count-items].counted-items-9 li,
  .module-formation-b ul[data-count-items].counted-items-9 li,
  .module-qualityassurance ul[data-count-items].counted-items-5 li,
  .module-benefits-b ul[data-count-items].counted-items-5 li,
  .module-distinguish-d ul[data-count-items].counted-items-5 li,
  .module-distinguish-e ul[data-count-items].counted-items-5 li,
  .module-usage-b ul[data-count-items].counted-items-5 li,
  .module-formation-b ul[data-count-items].counted-items-5 li {
    margin: 0 60px;
  }
  .module-qualityassurance ul[data-count-items].counted-items-11,
  .module-benefits-b ul[data-count-items].counted-items-11,
  .module-distinguish-d ul[data-count-items].counted-items-11,
  .module-distinguish-e ul[data-count-items].counted-items-11,
  .module-usage-b ul[data-count-items].counted-items-11,
  .module-formation-b ul[data-count-items].counted-items-11 {
    margin: 0 35px;
  }
}
@media (max-width: 375px) {
  .module-qualityassurance ul[data-count-items] h3,
  .module-benefits-b ul[data-count-items] h3,
  .module-distinguish-d ul[data-count-items] h3,
  .module-distinguish-e ul[data-count-items] h3,
  .module-usage-b ul[data-count-items] h3,
  .module-formation-b ul[data-count-items] h3 {
    position: relative;
    left: 50px;
  }
  .module-qualityassurance ul[data-count-items] li,
  .module-benefits-b ul[data-count-items] li,
  .module-distinguish-d ul[data-count-items] li,
  .module-distinguish-e ul[data-count-items] li,
  .module-usage-b ul[data-count-items] li,
  .module-formation-b ul[data-count-items] li {
    margin: 0;
    width: 220px;
  }
}
.module-title-a {
  min-height: 350px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-position: left bottom;
  padding-bottom: 0;
}
.module-title-a .title-img {
  width: 100%;
  height: 100%;
  min-height: 350px !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-animation-name: heroImage;
  -moz-animation-name: heroImage;
  -o-animation-name: heroImage;
  -ms-animation-name: heroImage;
  animation-name: heroImage;
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  -ms-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
}
.module-title-a .title-content {
  position: absolute;
  top: 50px;
  left: 50%;
  margin: auto;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 320px) {
  .module-title-a .title-content {
    top: 25px;
  }
}
.module-title-a .title-content img {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.module-title-a .title-content h2 {
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.module-title-a .title-content h3 {
  margin-top: 10px;
  margin-bottom: 35px;
}
.module-title-a .title-content a {
  font-weight: bold;
}
.module-title-a .title-content a:nth-of-type(2) {
  margin-left: 20px;
}
.module-introduction-a {
  max-width: 980px;
  margin: 0 auto;
}
.module-introduction-a p {
  padding-bottom: 0px;
  max-width: 600px;
}
.module-introduction-a img {
  width: auto;
  height: auto;
  margin-top: 45px;
}
.module-introduction-a .health-icon {
  margin-top: 30px;
  margin-bottom: 50px;
}
.module-introduction-a .health-icon img.h-fd-img {
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
.module-introduction-a .health-icon .health-product-detail {
  text-align: left;
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
}
.module-introduction-a .health-icon .health-product-detail p {
  font-size: 9px !important;
  margin: 0px;
  line-height: 140%;
}
@media (max-width: 568px) {
  .module-introduction-a .health-icon {
    text-align: center;
  }
  .module-introduction-a .health-icon .health-product-detail {
    margin-left: 5px;
    text-align: left !important;
  }
}
.module-introduction-a .health-detail-1 {
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.module-introduction-a .health-detail-1 p {
  font-size: 9px !important;
  line-height: 140%;
}
@media (max-width: 568px) {
  .module-introduction-a .health-detail-1 p {
    width: 100%;
  }
}
.module-qualitytech-a {
  color: #fff;
}
.module-mechanism-a {
  max-width: 980px;
  min-height: 410px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 40px 0;
}
.module-mechanism-a h2:nth-of-type(2) {
  margin-top: 42px;
  font-weight: normal;
}
.module-mechanism-a p {
  max-width: 400px;
  padding-bottom: 0px;
}
@media (max-width: 568px) {
  .module-mechanism-a {
    background-image: none !important;
    background-color: #f0f0f0;
  }
}
.module-mechanism-b {
  background-color: #f0f0f0;
  padding-bottom: 50px;
  min-height: 0;
}
.module-mechanism-b h2 {
  margin: 42px 0 21px 0;
}
.module-mechanism-b p {
  padding: 0;
}
.module-forbidden-a {
  max-width: 980px;
  min-height: 410px;
  margin: 0 auto;
  background-color: #f0f0f0;
  padding-bottom: 60px;
}
.module-forbidden-a h2 {
  padding-bottom: 0px;
}
.module-forbidden-a .item h3 {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.module-forbidden-a .item p {
  max-width: 600px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.module-manufactory {
  max-width: 980px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.module-manufactory h3 {
  margin: 0px 0px 10px;
}
.module-manufactory p {
  max-width: 600px;
}
.module-manufactory span {
  display: block;
  font-size: 12px;
}
.module-manufactory-a {
  color: #fff;
}
.module-description-a {
  max-width: 980px;
  margin: 0 auto;
  border-bottom: 0;
}
.module-description-a p {
  padding-bottom: 0px;
  max-width: 600px;
}
.module-description-a img {
  margin-top: 36px;
  width: auto;
  height: auto;
}
@media (max-width: 568px) {
  .module-description-a img {
    width: 100%;
  }
}
.module-qualityassurance {
  padding-bottom: 0px;
}
.module-qualityassurance h2 {
  margin: 50px 0px;
}
.module-qualityassurance-a img {
  max-width: 100%;
  margin-top: 20px;
}
.module-qualityassurance-a p {
  padding-bottom: 26px;
}
.module-qualityassurance-b {
  padding-bottom: 15px;
}
.module-qualityassurance-c {
  padding-bottom: 15px;
  background-position: bottom center;
}
.module-qualityassurance-d {
  padding-bottom: 20px;
}
.qualityassurance-table {
  padding: 50px 0px;
  min-height: 410px;
  background-color: #f1f1f1;
  background-image: url("../img/product/product-nutrition-1.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
.qualityassurance-table table {
  margin: 0px auto;
  text-align: left;
  border-bottom: solid 2px #c1c1c1;
  border-top: solid 2px #c1c1c1;
}
.qualityassurance-table table tr {
  border-bottom: solid 1px #c1c1c1;
}
.qualityassurance-table table tr>td:nth-child(1) {
  padding-left: 60px;
  width: 350px;
}
.qualityassurance-table table tr>td:nth-child(1) span {
  display: block;
  width: 60%;
}
.qualityassurance-table table tr>td:nth-child(2) {
  padding-right: 60px;
  width: 130px;
}
.qualityassurance-table table thead {
  font-size: 16px;
}
.qualityassurance-table table thead tr>td {
  padding: 14px 0px;
}
.qualityassurance-table table tbody {
  font-size: 14px;
}
.qualityassurance-table table tbody tr>td {
  padding: 10px 0px;
}
.qualityassurance-table p {
  padding-top: 30px;
  padding-bottom: 0px;
}
@media (max-width: 568px) {
  .qualityassurance-table table tr>td:nth-child(1) {
    padding-left: 10px;
  }
  .qualityassurance-table table tr>td:nth-child(1) span {
    width: 85%;
  }
  .qualityassurance-table table tr>td:nth-child(2) {
    padding-right: 10px;
  }
  .qualityassurance-table p {
    width: 95%;
  }
}
.module-qualityassurance-e img {
  margin-top: 20px;
}
.module-qualityassurance-f {
  padding-bottom: 29px;
}
.module-qualityassurance-f img {
  margin-top: 20px;
}
.module-qualityassurance-f p {
  padding-bottom: 16px;
}
.module-information-a .swiper-wrapper {
  margin-top: 50px;
}
.module-information-a .img-wrapper,
.module-information-a .information-content {
  width: 50%;
  float: left;
}
.module-information-a .img-wrapper {
  margin: 0px auto;
}
.module-information-a .img-wrapper img {
  margin-top: 20px;
}
@media (min-width: 569px) {
  .module-information-a .img-wrapper img {
    margin-left: 50px;
  }
}
.module-information-a .img-wrapper .health-icon {
  margin-top: 17px;
  margin-bottom: 50px;
  text-align: left;
}
.module-information-a .img-wrapper .health-icon img.h-fd-img {
  margin: 0px 0px 0px 75px;
  display: inline-block;
  vertical-align: top;
}
.module-information-a .img-wrapper .health-icon .health-product-detail {
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
}
.module-information-a .img-wrapper .health-icon .health-product-detail p {
  font-size: 9px !important;
  margin: 0px;
  padding: 0px;
  line-height: 140%;
}
.module-information-a .img-wrapper .health-detail-1 {
  text-align: center;
  margin: auto;
  margin-top: 17px;
  margin-bottom: 50px;
}
.module-information-a .img-wrapper .health-detail-1 p {
  font-size: 9px !important;
  margin: 0px;
  padding: 0px;
  line-height: 140%;
}
@media (max-width: 568px) {
  .module-information-a .img-wrapper .health-icon {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 35px;
  }
  .module-information-a .img-wrapper .health-icon img.h-fd-img {
    margin: 0px;
  }
  .module-information-a .img-wrapper .health-icon .health-product-detail {
    margin-left: 5px;
    text-align: left !important;
  }
  .module-information-a .img-wrapper .health-detail-1 {
    margin-bottom: 30px;
  }
}
.module-information-a .information-content {
  text-align: left;
}
@media (max-width: 568px) {
  .module-information-a .information-content {
    text-align: center;
  }
}
.module-information-a .information-content h2 {
  margin: 30px auto 42px auto;
  font-size: 32px;
}
@media (max-width: 568px) {
  .module-information-a .information-content h2 {
    width: 90%;
  }
}
.module-information-a .information-content h3 {
  margin: 0 0 15px 0;
  padding-bottom: 0;
  font-size: 24px;
}
.module-information-a .information-content h4 {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
.module-information-a .information-content p {
  overflow: hidden;
  margin: 40px 80px 25px 0;
}
@media (max-width: 568px) {
  .module-information-a .information-content p {
    margin: 0;
  }
}
.module-information-a a.link {
  display: inline-block;
  margin: 40px 0 44px;
  font-size: 18px;
}
@media (max-width: 550px) {
  .module-information-a .swiper-wrapper {
    margin-top: 20px;
  }
  .module-information-a .img-wrapper,
  .module-information-a .information-content {
    display: block;
    float: none;
    margin: auto;
    width: 90%;
  }
  .module-information-a .img-wrapper img,
  .module-information-a .information-content img {
    float: none;
    margin-bottom: 10px;
  }
}
.module-formation {
  padding-bottom: 15px;
}
.module-formation h2 {
  margin: 50px 0px;
}
.module-formation ul li {
  width: 230px;
  display: inline-block;
}
.module-formation ul li p {
  margin-top: 30px;
}
.module-promot-a {
  max-width: 980px;
  min-height: 410px;
  margin: 0 auto;
  background: -webkit-linear-gradient(left, #d9bd9f, #f3dec7, #dabea0);
  background: -moz-linear-gradient(left, #d9bd9f, #f3dec7, #dabea0);
  background: -o-linear-gradient(left, #d9bd9f, #f3dec7, #dabea0);
  background: -ms-linear-gradient(left, #d9bd9f, #f3dec7, #dabea0);
  background: linear-gradient(to right, #d9bd9f, #f3dec7, #dabea0);
}
.module-promot-a .item {
  max-width: 600px;
  margin: 0 auto;
  border-top: solid 1px;
}
.module-promot-a .item h3 {
  font-size: 18px;
  padding-bottom: 0px;
  padding-top: 30px;
  margin: 0 auto;
}
.module-promot-a .item p {
  padding-top: 0px;
  padding-bottom: 0px;
}
.module-promot-a img {
  margin-top: 80px;
  width: auto;
}
@media (max-width: 568px) {
  .module-promot-a img {
    width: 100%;
  }
}
.module-promot-b {
  min-height: 410px;
  margin: 0 auto;
  background: -webkit-linear-gradient(left, #d9bd9f, #f3dec7, #dabea0);
  background: -moz-linear-gradient(left, #d9bd9f, #f3dec7, #dabea0);
  background: -o-linear-gradient(left, #d9bd9f, #f3dec7, #dabea0);
  background: -ms-linear-gradient(left, #d9bd9f, #f3dec7, #dabea0);
  background: linear-gradient(to right, #d9bd9f, #f3dec7, #dabea0);
}
.module-promot-b .item {
  max-width: 600px;
  margin: 0 auto;
  border-top: solid 1px;
  padding: 20px 0px;
}
.module-promot-b .item h3 {
  padding: 0px 0px 10px;
  margin: 0 auto;
}
.module-promot-b .item p {
  padding-top: 0px;
  padding-bottom: 0px;
}
.module-promot-b .item:first-of-type {
  border-top: none;
}
.module-promot-b span {
  display: block;
  font-size: 12px;
  padding-top: 20px;
}
.module-promot-b img {
  margin-top: 52px;
  width: auto;
}
@media (max-width: 568px) {
  .module-promot-b img {
    width: 100%;
  }
}
.module-distinguish {
  max-width: 980px;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.module-distinguish-a {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.module-distinguish-b {
  background-repeat: no-repeat;
  background-position: center;
}
.module-distinguish-b p {
  max-width: 600px;
}
.module-distinguish-c img {
  width: auto;
  height: auto;
}
@media (max-width: 568px) {
  .module-distinguish-c img {
    width: 100%;
  }
}
.module-distinguish-d {
  padding-bottom: 15px;
}
.module-distinguish-d h2 {
  margin: 50px 0px;
}
.module-distinguish-e {
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 20px;
}
.module-distinguish-e h2 {
  margin: 50px 0px;
}
@media (max-width: 986px) {
  .module-distinguish-e {
    background-color: #fff;
  }
}
.module-benefits {
  max-width: 980px;
  margin: 0 auto;
}
.module-benefits-a img {
  width: auto;
  height: auto;
}
@media (max-width: 568px) {
  .module-benefits-a img {
    width: 100%;
  }
}
.module-benefits-c {
  color: #fff;
}
.module-benefits-b {
  padding-bottom: 15px;
}
.module-benefits-b h2 {
  margin: 50px 0px;
}
.module-usage {
  max-width: 980px;
  margin: 0 auto;
}
.module-usage-a p {
  padding-bottom: 0px;
  max-width: 600px;
}
.module-usage-a img {
  margin-top: 42px;
  width: auto;
  height: auto;
}
@media (max-width: 568px) {
  .module-usage-a img {
    width: 100%;
  }
}
.module-usage-b {
  background-color: #f0f0f0;
  padding-bottom: 20px;
}
.module-usage-b h2 {
  margin: 50px 0px;
}
.module-usage-c {
  background-color: #f0f0f0;
}
.module-usage-c p {
  padding-bottom: 0px;
  max-width: 600px;
}
.module-usage-c img {
  margin-top: 42px;
  width: auto;
  height: auto;
}
@media (max-width: 568px) {
  .module-usage-c img {
    width: 100%;
  }
}
.nutrition-table {
  margin: 0px auto;
  padding-top: 45px;
  max-width: 600px;
}
.nutrition-table h3 {
  margin: 0px auto;
  padding-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}
.nutrition-table table {
  margin: 0px auto;
  width: 100%;
  text-align: left;
}
.nutrition-table table tr {
  border-bottom: solid 1px #f6f6f6;
}
.nutrition-table table tr>td {
  padding: 14px 0px;
}
.nutrition-table table tr>td:nth-child(1) {
  padding-left: 60px;
}
.nutrition-table table>thead>tr {
  font-size: 18px;
}
.nutrition-table table>thead>tr>td span {
  font-size: 18px;
  margin: 0px auto;
  padding: 14px 0px;
}
.nutrition-table table>thead>tr>td span.font-spef {
  font-family: "lantinghei sc", "Hiragino Sans GB", "Microsoft Yahei", "Helvetica neue", Helvetica, Tahoma, sans-serif;
}
.nutrition-table table>tbody>tr>td span {
  font-size: 22px;
}
.nutrition-table table>tbody>tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
}
@media (max-width: 568px) {
  .nutrition-table {
    width: 100%;
  }
  .nutrition-table h3 {
    font-size: 24px;
  }
  .nutrition-table table {
    width: 95%;
    margin: 0px 8px;
  }
  .nutrition-table table tr td:nth-child(1) {
    padding-left: 10px;
    width: 40% !important;
  }
  .nutrition-table table tr td:nth-child(2) {
    width: 40% !important;
  }
}

/*# sourceMappingURL=default.css.map */