@import '//at.alicdn.com/t/font_2078772_a5si6301tqs.css';
/**********************
 ** 配色
 **********************/
/**********************
 ** 全局
 **********************/
#header {
  position: relative;
  height: 70px;
  z-index: 10;
}
#header .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .header .logo {
  position: relative;
}
#header .header .logo a {
  display: inline-block;
  padding: 10px;
  white-space: nowrap;
  color: #000000;
}
#header .header .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}
#header .header .logo span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  font-size: x-large;
}
#header .header .shownav {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
#header .header .shownav.active i {
  color: #FF4444;
  transform: rotate(90deg);
}
#header .header .shownav i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: x-large;
  transition: all 0.3s ease;
}
#nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
#nav .nav .list {
  position: relative;
}
#nav .nav .item {
  float: left;
  position: relative;
}
#nav .nav .item.active {
  box-sizing: border-box;
}
#nav .nav .item.active .link {
  color: #FF4444;
}
#nav .nav .item:hover .drop {
  display: block;
}
#nav .nav .link {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  font-size: larger;
}
#nav .nav .drop {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 10px 0 0 0;
}
#nav .nav .list2 {
  background: #eeeeee;
}
#nav .nav .link2 {
  display: block;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 20px;
}
#nav .nav .link2:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-head {
  position: relative;
  text-align: center;
  margin: 0 0 60px;
}
.ui-head h2 {
  line-height: 30px;
  font-size: xx-large;
  color: #333333;
}
.ui-head h3 {
  line-height: 50px;
  font-size: x-large;
  color: #FF4444;
}
.ui-foot {
  position: relative;
  text-align: center;
}
.ui-foot .more a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px;
  line-height: 50px;
  border-radius: 5px;
  background: #67C23A;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: large;
  text-transform: uppercase;
}
.ui-foot .more a:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.ui-scale {
  position: relative;
  padding: 0 0 100%;
}
.ui-scale.x1 {
  padding: 0 0 100%;
}
.ui-scale.x2 {
  padding: 0 0 75%;
}
.ui-scale.x3 {
  padding: 0 0 133%;
}
.ui-scale img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
}
.article {
  position: relative;
}
.article p {
  margin: 0 0 1em;
}
#footer {
  position: relative;
  z-index: 1;
  margin: 100px 0 0;
}
@media (max-width: 992px) {
  #footer {
    margin: 40px 0 0;
  }
}
#footer .footer {
  position: relative;
  padding: 20px 0;
  background: #666666;
}
#footer .copyright {
  position: relative;
  text-align: center;
}
#footer .copyright p {
  display: inline-block;
  line-height: 24px;
  color: #ffffff;
}
#footer .copyright p a {
  margin: 0 10px;
}
#sketch {
  position: relative;
}
#sketch .sketch {
  position: relative;
  background: #3a8ee6;
  padding: 30px 0;
}
#sketch .sketch h2 {
  line-height: 40px;
  font-size: x-large;
  text-transform: uppercase;
  color: #ffffff;
}
/**********************
 ** 首页
 **********************/
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide img {
  display: block;
  width: 100%;
  background: #fafafa;
}
#banner .swiper-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-align: center;
  padding: 15px 0;
}
#banner .swiper-dots span {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.home-fees {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
}
.home-fees .main {
  display: flex;
  text-align: center;
}
.home-fees .main dl {
  flex: 1;
  background: #ffffff;
  border: 1px solid #3a8ee6;
  margin: 40px;
  text-align: left;
  padding: 0 0 10px;
}
.home-fees .main dt {
  border-bottom: 1px solid #3a8ee6;
  background: #3a8ee6;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0 0 10px;
  font-size: large;
}
.home-fees .main dd {
  padding: 5px 20px;
  font-size: larger;
}
.home-fees .main2 {
  margin-top: 20px;
}
.home-fees .table {
  position: relative;
  text-align: left;
  overflow: hidden;
  overflow-x: auto;
}
.home-fees .table table {
  position: relative;
  width: 100%;
}
.home-fees .table thead td {
  background: #3a8ee6;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.home-fees .table td {
  position: relative;
  padding: 15px 15px;
  background: #ffffff;
  border: 1px solid #3a8ee6;
  line-height: 1.3;
  font-size: 14px;
}
.home-guarantee {
  position: relative;
  padding: 60px 0;
}
.home-guarantee .main {
  margin: 0 150px 50px;
}
.home-guarantee .main .list {
  margin: -40px;
}
.home-guarantee .main .list .item {
  float: left;
  width: 50%;
  text-align: center;
}
.home-guarantee .main .list .item .cell {
  margin: 40px;
}
.home-guarantee .main .list .item .cell p {
  line-height: 1.6;
  font-size: larger;
}
.home-team {
  position: relative;
  padding: 60px 0;
  background: #3a8ee6;
}
.home-team .ui-head h2 {
  color: #ffffff;
}
.home-team .main {
  position: relative;
  overflow: hidden;
  padding: 0 0 40px;
}
.home-team .main .list {
  margin: -20px 80px 20px;
  display: flex;
}
@media screen and (max-width: 992px) {
  .home-team .main .list {
    display: block;
  }
}
.home-team .main .list .item {
  flex: 1;
}
.home-team .main .list .item .cell {
  height: 100%;
  margin: 20px;
  padding: 50px 50px 30px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  box-sizing: border-box;
}
.home-team .main .list .item .cell .img {
  max-width: 200px;
  margin: 0 auto 20px;
}
.home-team .main .list .item .cell .img img {
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.home-team .main .list .item .cell .exp {
  position: relative;
}
.home-team .main .list .item .cell .exp h3 {
  text-align: center;
  font-size: large;
  color: #ffffff;
  margin: 0 0 10px;
}
.home-team .main .list .item .cell .exp p {
  line-height: 24px;
  font-size: 16px;
  color: #ffffff;
}
.home-treatments {
  position: relative;
  padding: 60px 0;
}
.home-treatments .main {
  margin: 0 auto 50px;
}
.home-treatments .main .list {
  margin: -20px;
}
.home-treatments .main .list .item {
  float: left;
  width: 33.33%;
  text-align: center;
}
.home-treatments .main .list .item .cell {
  margin: 20px;
}
.home-treatments .main .list .item .cell h3 {
  line-height: 2;
  font-size: large;
  font-weight: normal;
}
/**********************
 ** 关于我们
 **********************/
.about-information {
  position: relative;
  padding: 40px 0;
}
.about-information .article {
  position: relative;
}
.about-information .article p {
  margin: 0 0 1em;
}
.about-information .article img {
  max-width: 100%;
}
.about-lister .list .item {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 -1px 0;
}
.about-lister .list .item .cell {
  position: relative;
  padding: 50px 100px;
  overflow: hidden;
}
.about-lister .list .item .img {
  float: left;
  width: 150px;
  text-align: center;
}
.about-lister .list .item .img .ui-scale {
  margin: 0 0 10px;
}
.about-lister .list .item .img .ui-scale img {
  border-radius: 50%;
  border: 2px solid #eeeeee;
}
.about-lister .list .item .img h3 {
  line-height: 30px;
  font-weight: normal;
  font-size: larger;
}
.about-lister .list .item .img p {
  line-height: 20px;
  color: #999999;
}
.about-lister .list .item .exp {
  margin: 0 0 0 240px;
  line-height: 20px;
}
.about-lister .list .item .exp p {
  margin: 0 0 1rem 0;
}
/**********************
 ** 联系我们
 **********************/
.findus-address {
  position: relative;
  padding: 50px 0 50px;
}
.findus-address .list dt {
  font-size: large;
  color: #000000;
}
.findus-map {
  position: relative;
  padding: 0 0 100px;
}
/**********************
 ** 联系我们
 **********************/
.faq-lister {
  padding: 50px 0 0;
}
.faq-lister .list {
  margin: -35px 0 50px;
}
.faq-lister .list .item {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.faq-lister .list .item dt {
  line-height: 30px;
  font-size: large;
  color: #333333;
  margin: 0 0 10px;
}
.faq-lister .list .item dd {
  line-height: 24px;
}
/**********************
 ** 联系我们
 **********************/
.treatments-content {
  min-height: calc(100vh - 238px - 150px);
  padding: 50px 0 100px;
}
@media screen and (max-width: 992px) {
  .treatments-content {
    min-height: calc(100vh - 248px);
  }
}
/**********************
 ** 手机 768
 ** 平板 992
 **********************/
@media screen and (max-width: 992px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .ui-head h2 {
    font-size: x-large;
  }
  #header {
    height: 50px;
  }
  .header .wrap {
    padding: 0;
  }
  .header .logo a {
    padding: 10px !important;
  }
  .header .logo img {
    height: 30px !important;
  }
  .header .logo span {
    display: none !important;
  }
  .header .shownav {
    display: block !important;
  }
  #nav {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
  }
  #nav .nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #eeeeee;
    overflow: hidden;
    overflow-y: auto;
    animation: fadeInRight 0.2s ease;
  }
  #nav .nav .item {
    float: none;
  }
  #nav .nav .link {
    padding: 0 40px 0 20px;
    line-height: 40px;
  }
  #nav .nav .drop {
    position: relative !important;
    top: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  #nav .nav .link2 {
    line-height: 40px;
    opacity: 0.6;
  }
  .ui-head {
    margin-bottom: 30px;
  }
  .sketch {
    padding: 15px 0 !important;
  }
  .sketch h2 {
    font-size: large !important;
  }
  .treatments-content {
    padding: 30px 0;
  }
  .home-fees .main {
    display: block;
    margin: 0 0 -40px;
  }
  .home-fees .main2 {
    margin: 50px 0 -40px;
  }
  .home-fees .table thead td {
    font-size: 12px;
  }
  .home-fees .table td {
    padding: 5px;
    line-height: 1.3;
    font-size: 12px;
  }
  .home-guarantee {
    padding: 30px 0;
  }
  .home-guarantee .main {
    margin: 0 0 20px !important;
  }
  .home-guarantee .main .list {
    margin: 0 -20px !important;
  }
  .home-guarantee .main .list .item {
    float: none !important;
    width: 100% !important;
  }
  .home-guarantee .main .list .item .cell {
    margin: 20px !important;
  }
  .home-team {
    padding: 30px 0;
  }
  .home-team .main {
    padding: 0 0 10px;
  }
  .home-team .list {
    margin: -5px !important;
  }
  .home-team .list .item {
    float: none !important;
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .home-team .list .item .cell {
    margin: 5px !important;
  }
  .home-team .list .item .cell .exp p {
    height: auto !important;
  }
  .home-treatments {
    padding: 30px 0;
  }
  .home-treatments .item {
    width: 100% !important;
  }
  .home-treatments .item .cell {
    margin: 5px !important;
  }
  .about-information {
    padding: 30px 0;
  }
  .about-lister .cell {
    padding: 30px 10px !important;
  }
  .about-lister .cell .img {
    width: 200px !important;
    float: none !important;
    margin: 0 auto 20px;
  }
  .about-lister .cell .exp {
    margin: 0 !important;
  }
}
/**********************
 ** 笔记本 1200
 **********************/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
/****************
 * forms
 **/
.forms-list {
  min-height: calc(100vh - 238px - 150px);
  padding: 50px 0 0;
}
@media (max-width: 992px) {
  .forms-list {
    min-height: calc(100vh - 210px - 100px);
    padding: 20px 0 0;
  }
}
.forms-list .list {
  position: relative;
}
.forms-list .item {
  margin: 15px 0;
}
.forms-list .link {
  position: relative;
}
.forms-list .title {
  line-height: 1.5;
}
.forms-details .thead {
  margin: 20px 0;
}
.forms-details .thead h2 {
  line-height: 1.2;
  font-size: x-large;
  font-weight: normal;
  color: #333333;
}
@media (max-width: 992px) {
  .forms-details .thead h2 {
    font-size: large;
  }
}
.forms-details .tips {
  position: relative;
}
@media (max-width: 992px) {
  .forms-details .tips {
    margin: 0 -20px;
  }
}
.forms-details .tips p {
  padding: 20px 20px;
  line-height: 1.5;
  background: #fdf6ec;
  color: #e6a23c;
  font-size: 12px;
}
@media (max-width: 992px) {
  .forms-details .tips p {
    padding: 10px 20px;
  }
}
.forms-details .form {
  position: relative;
  display: block;
}
.forms-details .form .form-thead {
  background: #fdf6ec;
  color: #e6a23c;
  padding: 20px 20px;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .forms-details .form .form-thead {
    padding: 10px 20px;
    margin: 10px -20px;
  }
}
.forms-details .form .form-thead h2 {
  line-height: 20px;
  font-size: medium;
  font-weight: normal;
}
.forms-details .form .form-thead span {
  line-height: 20px;
  font-size: medium;
  font-weight: normal;
}
.forms-details .form .form-tips span {
  font-size: x-small;
  color: #999999;
}
.forms-details .form .form-tips p {
  margin: 0 0 1em;
}
.forms-details .form .form-item {
  position: relative;
}
.forms-details .form .form-item .form-label {
  padding: 10px 0;
  line-height: 1.5;
  font-size: medium;
  color: #3a8ee6;
  font-weight: bold;
}
@media (max-width: 992px) {
  .forms-details .form .form-item .form-label {
    font-size: medium;
  }
}
.forms-details .form .form-item .form-value .input {
  display: flex;
  margin: 0 0 10px;
}
.forms-details .form .form-item .form-value .input.flex input {
  flex: none;
  width: 50px;
}
.forms-details .form .form-item .form-value .input.flex input + input {
  margin-left: 20px;
}
.forms-details .form .form-item .form-value .input input {
  width: 280px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
@media (max-width: 992px) {
  .forms-details .form .form-item .form-value .input input {
    flex: 1;
    max-width: 350px;
  }
}
.forms-details .form .form-item .form-value .input input:focus {
  border-color: #3a8ee6;
}
.forms-details .form .form-item .form-value .textarea textarea {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .forms-details .form .form-item .form-value .textarea textarea {
    flex: 1;
    padding: 10px;
    max-width: 330px;
  }
}
.forms-details .form .form-item .form-value .textarea textarea:focus {
  border-color: #3a8ee6;
}
.forms-details .form .form-item .form-value .radio,
.forms-details .form .form-item .form-value .checkbox {
  position: relative;
}
.forms-details .form .form-item .form-value .radio label,
.forms-details .form .form-item .form-value .checkbox label {
  display: inline-block;
  padding: 5px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .forms-details .form .form-item .form-value .radio label,
  .forms-details .form .form-item .form-value .checkbox label {
    width: 100%;
    padding: 5px 0;
    display: block;
    margin-right: 0;
  }
}
.forms-details .form .form-submit {
  position: relative;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .forms-details .form .form-submit {
    margin: 10px 0 0;
  }
}
.forms-details .form .form-submit .submit {
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 3px;
  background: #FF4444;
  color: #ffffff;
  font-size: large;
  cursor: pointer;
}
@media (max-width: 992px) {
  .forms-details .form .form-submit .submit {
    width: calc(100% - 0px);
  }
}
.forms-details .form .form-submit .submit:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
