﻿/*
  Theme Name: Suppke - Health Supplement Landing Page HTML5 Template
  Support: admin@gmail.com
  Description: Health Supplement Landing Page HTML5 Template
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header 头部
3. Slider 滑块
4. Features 特点
5. Services 服务
6. Video 视频
7. Gallery  商品展示
8. Fact
9. Faq  常见问题
10. Pricing 加根
11. Doctors
12. Product 产品
13. Blog
14. Pagination 分页
15. Brand 商标
16. Newsletter 史诗通讯
17. Footer 底部
18. Preloader 预加载

*/

/* 1. Theme default css */
*{
  margin: 0;
  padding: 0px;
}
@import url('f82949e483b249928af22094568840d9.css');
body {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #747373;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
a,
button {
  color: #1696e7;
  outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #333;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  color: #747373;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #747373;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #747373;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
/* 轮播图 */

.cursorCss {
  display: inline-block;
  width: 130px;
  height: 54px;
  font-weight: 800;
  line-height: 54px;
  background: rgba(182, 153, 101, 1);
  color: #fff !important;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  cursor: default;
  transition: 0.4s;
  /* transition: 0.5s cubic-bezier(.28,.19,.32,.99); */
  /* transition: 0.5s cubic-bezier(.28,.19,.32,.99); */
}
.cursorCss:hover {
  transform: translateY(-10px);
  background-color: #fff !important;
  color: rgba(182, 153, 101, 1) !important;
  /* transform: rotate(360deg) scale(1.2); */
  /* transform:scale(0.8); */
  /* transform:scale(2); */
}

.cursorCss2 {
  width: 131px;
  font-weight: 800;
  height: 54px;
  letter-spacing: 0.05rem;
  background: #fff;
  line-height: 54px;
  border: 2px solid rgba(182, 153, 101, 1);
  color: rgba(182, 153, 101, 1) !important;
  cursor: default;
  transition: 0.4s;
}
.cursorCss:hover {
  transform: translateY(-10px);
  background-color: #fff !important;
  color: rgba(182, 153, 101, 1) !important;
  /* transform: rotate(360deg) scale(1.2); */
  /* transform:scale(0.8); */
  /* transform:scale(2); */
}

.cursorCss2:hover {
  background-color: rgba(182, 153, 101, 1) !important;
  color: #fff !important;
}

/* button style */
.btn {
  -moz-user-select: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 40px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover {
  box-shadow: none;
  background: transparent;
}
.btn.transparent-btn {
  background: transparent;
}
.btn.transparent-btn:hover {
  color: #fff;
}
.home-yellow .btn:hover {
  box-shadow: none;
  background: transparent;
}
.home-yellow .btn.transparent-btn {
  background: transparent;
}
.home-yellow .btn.transparent-btn:hover {
  color: #fff;
}
.white-btn {
  background: #fff;
  color: #57468c;
}
.white-btn:hover {
  background: #5613c3;
  color: #fff;
}
.breadcrumb > .active {
  color: #888;
}
.btn,
.transparent-btn,
.cart-plus-minus input {
  border: 2px solid #b69965;
}
.home-yellow .btn,
.home-yellow .transparent-btn,
.home-yellow .cart-plus-minus input {
  border: 2px solid #f99a00;
}
.btn,
.transparent-btn:hover,
.section-title .bar::before,
.video-play a.popup-video,
.product-menu button.active,
.single-gallery-img::before,
.single-pricing:hover .pricing-btn .btn i,
.single-pricing:hover .pricing-btn .btn,
.single-pricing.active .pricing-btn .btn,
.cart-plus-minus::before,
.cart-plus-minus::after,
.blog-content a i,
.sidebar-title h3::before,
.sidebar-title h3::after,
.tag-list ul li a:hover,
.pagination li.active a,
.pagination li a:hover,
.single-features::before,
#scrollUp {
  background: #b69965 none repeat scroll 0 0;
  transition: all 0.4s ease-in-out;
}
.home-yellow .btn,
.home-yellow .transparent-btn:hover,
.home-yellow .section-title .bar::before,
.home-yellow .video-play a.popup-video,
.home-yellow .product-menu button.active,
.home-yellow .single-gallery-img::before,
.home-yellow .single-pricing:hover .pricing-btn .btn i,
.home-yellow .single-pricing:hover .pricing-btn .btn,
.home-yellow .single-pricing.active .pricing-btn .btn,
.home-yellow .cart-plus-minus::before,
.home-yellow .cart-plus-minus::after,
.home-yellow .blog-content a i,
.home-yellow .sidebar-title h3::before,
.home-yellow .sidebar-title h3::after,
.home-yellow .tag-list ul li a:hover,
.home-yellow .pagination li.active a,
.home-yellow .pagination li a:hover,
.home-yellow #scrollUp {
  background: #f99a00 none repeat scroll 0 0;
}
.single-pricing.active .pricing-btn .btn i {
  background: #b69965;
}
.home-yellow .single-pricing.active .pricing-btn .btn i {
  background: #cc7e00;
}
.btn:hover,
.transparent-btn,
.header-action ul li a,
.main-menu .navbar-nav li.nav-item.active a.nav-link,
.slider-content h2 span,
.single-delivery-services:hover .ds-content h5,
.fact-bg .section-title h2 span,
.doctor-info h6,
.single-delivery-services:hover .ds-icon i,
.fact-content h5,
.price-count h4 > span,
.product-details-content > h6,
.product-rating ul li,
.cart-plus-minus input,
.qtybutton,
.product-info ul li span,
.product-desc-wrap .nav-tabs .nav-item.show .nav-link,
.product-desc-wrap .nav-tabs .nav-link.active,
.review-rating ul li,
.review-meta h6 span,
.blog-content span,
.blog-content h3 a:hover,
.blog-list-tag ul li,
.blog-list-tag ul li a,
.blog-list-tag ul li a:hover,
.blog-list-content h2 a:hover,
.blog-list-meta ul li.blog-more-read a:hover,
.sidebar-form form button,
.rc-post-content h5 a:hover,
.cat-list ul li a:hover,
.blog-next-prev ul li a:hover,
.blog-details-tag a:hover,
.comment-reply-link:hover,
.footer-social ul li a:hover,
.breadcrumb-content .breadcrumb li.active,
.f-rc-content h5 a:hover,
.fw-link ul li a:hover,
.copyright-text p span {
  color: #b69965;
}
.home-yellow .btn:hover,
.home-yellow .transparent-btn,
.home-yellow .header-action ul li a,
.home-yellow .main-menu .navbar-nav li.nav-item.active a.nav-link,
.home-yellow .slider-content h2 span,
.home-yellow .single-delivery-services:hover .ds-content h5,
.home-yellow .fact-bg .section-title h2 span,
.home-yellow .doctor-info h6,
.home-yellow .single-delivery-services:hover .ds-icon span,
.home-yellow .fact-content h5,
.home-yellow .price-count h4 > span,
.home-yellow .product-details-content > h6,
.home-yellow .product-rating ul li,
.home-yellow .cart-plus-minus input,
.home-yellow .qtybutton,
.home-yellow .product-info ul li span,
.home-yellow .product-desc-wrap .nav-tabs .nav-item.show .nav-link,
.home-yellow .product-desc-wrap .nav-tabs .nav-link.active,
.home-yellow .review-rating ul li,
.home-yellow .review-meta h6 span,
.home-yellow .blog-content span,
.home-yellow .blog-content h3 a:hover,
.home-yellow .blog-list-tag ul li,
.home-yellow .blog-list-tag ul li a,
.home-yellow .blog-list-tag ul li a:hover,
.home-yellow .blog-list-content h2 a:hover,
.home-yellow .blog-list-meta ul li.blog-more-read a:hover,
.home-yellow .sidebar-form form button,
.home-yellow .rc-post-content h5 a:hover,
.home-yellow .cat-list ul li a:hover,
.home-yellow .blog-next-prev ul li a:hover,
.home-yellow .blog-details-tag a:hover,
.home-yellow .comment-reply-link:hover,
.home-yellow .footer-social ul li a:hover,
.home-yellow .breadcrumb-content .breadcrumb li.active,
.home-yellow .f-rc-content h5 a:hover,
.home-yellow .fw-link ul li a:hover,
.home-yellow .copyright-text p span {
  color: #f99a00;
}
.single-pricing:hover,
.single-pricing.active,
.pagination li.active a,
.pagination li a:hover {
  border-color: #b69965;
}
.home-yellow .single-pricing:hover,
.home-yellow .single-pricing.active,
.home-yellow .pagination li.active a,
.home-yellow .pagination li a:hover {
  border-color: #f99a00;
}

/* 2. Header */
#scrollUp {
  position: fixed;
  top: 78.5%;
  border: 1px solid #d6b161;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  right: 2rem;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 4rem;
}

.dzvb {
  border: 1px solid #d6b161;

  color: #fff;
  width: 4rem !important;
  height: 4rem !important;
  text-align: center;
  line-height: rem;
  background-color: #b69965;
  position: fixed;
  top: 70%;
  right: 2rem;
  z-index: 10;
  cursor: pointer;
}
.dzvb:hover {
  border: 1px solid #d6b161;
  background-color: #fff;
  color: #d6b161;
}

.login {
  border-radius: 1px;
  float: right;
  height: 2rem;
  line-height: 0.1rem;
  font-weight: 600;
}
.login1 {
  float: right;
  margin-right: 1rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: rgb(203, 185, 137);
}

.logo {
  width: 165px;
  height: 60px;
  background: url('../images/logo.png') no-repeat center;
  background-size: contain;
}
/* 最底部的logo */
.logo1 {
  background: url('../images/logo1.png') no-repeat center;
  background-size: contain;
}
.Carousel-bg {
  background-image: url('../images/banner1.png');
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 275px 0;
}
.banner2 {
  background-image: url('../images/banner2.png');
}
.banner3 {
  background-image: url('../images/banner3.png');
}
/* 上一个，下一个按钮，控制轮播图 */
.carousel-control-prev-icon {
  width: 2rem;
  height: 4rem;
  background: url('../images/left.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 5.5rem;
}
.carousel-control-next-icon {
  width: 2rem;
  height: 4rem;
  background: url('../images/right.png') no-repeat;
  background-size: 100% 100%;
}
.main-header {
  background: rgba(255, 255, 255, 0.347);
  padding: 0 0;
}
.home-yellow .main-header {
  border-bottom: 1px solid #f99a004d;
}
.header-action {
  margin-left: 32px;
}
.header-action ul li {
  display: inline-block;
  position: relative;
}
.header-action ul li a {
  display: block;
  font-size: 14px;
}
.header-action ul li.search-icon a {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.header-action ul li.shop-cart a {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  position: relative;
}

.dropdown-menu {
  top: 80%;
  margin-left: -1.5rem;
  width: 3rem !important;
}
.dropdown-menu1 {
  min-width: 6rem;
}
.dropdown-menu li {
  text-align: center;
  line-height: 2.2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
.dropdown-menu li:hover a {
  color: #b69965;
}
.dropdown-toggle::after {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateX(-50%);
}
.dropdown-menu a {
  color: #222222;
}

.header-action ul li.shop-cart .cart-count {
  position: absolute;
  height: 8px;
  width: 8px;
  background: #ed1d24;
  border-radius: 50%;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.header-action ul li.search-icon::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 25px;
  width: 1px;
  background: #d7d7d7;
  transform: translateY(-50%);
  border-radius: 50%;
}
.search-icon {
  padding-right: 10px;
  margin-right: 10px;
}
.transparent-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 0;
}
.main-menu .navbar {
  padding: 0;
}
.main-menu .navbar-nav li.nav-item {
  margin-left: 32px;
  display: block;
}
.main-menu .navbar-nav li.nav-item:first-child {
  margin-left: 0px;
}
.main-menu .navbar-nav li.nav-item a.nav-link {
  color: #b69965;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.header-btn {
  margin-left: 30px;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  padding: 0;
  border-bottom: none;
}
.home-yellow .sticky-menu {
  border-bottom: none;
}
.breadcrumb-bg {
  background-image: url(../images/video_bg.png);
  min-height: 498px;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.breadcrumb-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b69965;
  opacity: 0.9;
}
.breadcrumb-content h2 {
  font-size: 58px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.breadcrumb-content .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  justify-content: center;
}
.breadcrumb-content .breadcrumb li {
  display: block;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}
.breadcrumb-content .breadcrumb li a {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: '|';
}

/* 3. Slider */
.slider-bg {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.slider-content {
  position: absolute;
  z-index: 2;
  /* margin-left: 3rem; */
}
.slider-content h2 {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -2px;
}
.slider-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 35px;
  letter-spacing: 0.3px;
}
.slider-btn .transparent-btn {
  margin-left: 20px;
}
.slider-btn span {
  transition: 0.5s cubic-bezier(0.28, 0.19, 0.32, 0.99);
}
.slider-img {
  z-index: 1;
}
.slider-img img {
  width: 100%;
  display: inline-block;
}
.slider-content {
  padding-top: 60px;
}
.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: none;
  background-color: rgb(249, 154, 0, 0.2);
  cursor: pointer;
  z-index: 1;
  transition: 0.3s linear;
  font-size: 18px;
  color: #f99a00;
  padding: 0;
}
.slider-active .slick-arrow:hover {
  color: #fff;
  background: #f99a00;
  width: 60px;
}
.slider-active .slick-next {
  left: auto;
  right: 0;
}

/* 4. Features */
.features-bg {
  background-color: #f8f8f8;
  background-position: center;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 90px;
  overflow: hidden;
  position: relative;
}
/* 方案模块的动画效果 */
.single-features {
  height: 290px;
  color: #fff;
  background: url('../images/fangan1.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 45px 45px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}
.single-features-bg2 {
  background-size: 100% 100%!important;
  background: url('../images/fangan2.png')
    no-repeat;
}
.single-features-bg3 {
  background-size: 100% 100%!important;
  background: url('../images/fangan3.png')
    no-repeat;
}
.single-features-bg4 {
  background-size: 100% 100%!important;
  background: url('../images/fangan4.png')
    no-repeat;
}
.single-features-bg5 {
  background-size: 100% 100%!important;
  background: url('../images/fangan5.png')
    no-repeat;
}
.single-features-bg6 {
  background-size: 100% 100%!important;

  background: url('../images/fangan6.png')
    no-repeat;
}
.single-features:hover {
  transform: translateY(-10px);
}
.single-features:hover .cover {
  opacity: 0.6;
  background: #b69965;
}
.features-icon {
  margin: 10px auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 3px solid rgba(248, 248, 248, 1);
}
/* 方案的图标样式 */
.features-icon img {
  font-size: 60px;
  color: #fff;
  transition: 1.5s linear;
  transform: rotateY(0deg);
}
.features-content {
  color: #fff;
}
.features-content h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.features-content p {
  color: #fff;
  margin-bottom: 0;
}
/* 方案图标反转 */
.single-features:hover .features-icon img {
  transform: rotateY(360deg);
}

/* 5. Services   服务*******************************************************/

.section-title h2 {
  font-size: 36px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.section-title .bar {
  height: 3px;
  width: 265px;
  background: #b69965;
  margin: 20px auto 30px;
  position: relative;
  overflow: hidden;
}
.section-title .bar1 {
  height: 1px;
  width: 165px;
  border-top: 2px solid #b69965;

  background: #b69965;
  margin: 20px auto 30px;
  position: relative;
}
.section-title .bar2 {
  height: 2px;
  width: 80%;
  margin: 20px auto 30px;
  position: relative;
  border-bottom: 1px solid #c4c4c4;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(163px);
    transform: translateX(163px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(163px);
    transform: translateX(163px);
  }
}
.section-title p {
  line-height: 28px;
}
.supplement1 {
  overflow: hidden;
}

.imgbox {
  position: relative;
}
.d-services-img {
  position: absolute;
  top: 0;
}
.single-delivery-services {
  /* width: 24rem; */
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.single-delivery-services.pr-40 .ds-icon {
  margin-left: 17px;
}

/* 首页服务模块的 6个小图标 */
.single-delivery-services .ds-icon i {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  transition: 0.3s linear;
}
.single-delivery-services:hover .ds-icon i {
  background-color: #b69965;
  color: #fff;
  border: 1px solid #b69965;
}

.single-delivery-services .ds-icon .icon2 {
  background-image: url('../images/2.png');
}
.single-delivery-services:hover .ds-icon .icon2 {
  background-image: url('../images/2.1.png');
  background-size: contain;
}
.home-yellow .single-delivery-services:hover .ds-icon i {
  border: 2px dashed #f99a00;
}
.ds-content h5 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.3s linear;
}
.ds-content p {
  margin-bottom: 0;
}
.single-delivery-services.pl-40 .ds-icon {
  margin-right: 17px;
}
.d-services-img {
  height: 0px;
  padding-bottom: 120%;
  background: url('../images/services_img.png')
    no-repeat;
  background-size: 100% 166%;
  text-align: center;
  position: relative;
  bottom: -120px;
}
.d-services-img::before {
  content: '';
  position: absolute;
  background-image: url(../images/ellips_shape.png);
  width: 578px;
  height: 578px;
  background-repeat: no-repeat;
  left: -90px;
  top: -15px;
  z-index: -1;
}
.d-services-img::after {
  content: '';
  position: absolute;
  background-image: url(../images/services_shape.png);
  width: 709px;
  height: 585px;
  background-repeat: no-repeat;
  left: -155px;
  top: -20px;
  z-index: -1;
}
.home-yellow .d-services-img::after {
  background-image: url(../images/s_services_shape.png);
}
.services-style-two .single-delivery-services {
  background: #fff;
  padding: 35px 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 15px rgba(25, 25, 25, 0.1);
}
.services-style-two .single-delivery-services.pr-40 .ds-icon {
  margin-left: 20px;
}
.services-style-two .single-delivery-services.pl-40 .ds-icon {
  margin-right: 20px;
}
.single-delivery-services:last-child {
  margin-bottom: 0;
}

/* 7. 方案中间模块 */
.gallery-bg {
  background-position: center;
  background-size: cover;
}
.product-menu {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 27px 0px rgba(149, 149, 149, 0.22);
  padding: 25px 0;
}
.product-menu button {
  font-size: 15px;
  font-weight: 500;
  border: none;
  padding: 8px 20px;
  background: transparent;
  color: #687d95;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}
.product-menu button.active {
  color: #fff;
  box-shadow: 0px 0px 24px 0px #b69965;
}
.home-yellow .product-menu button.active {
  box-shadow: 0px 0px 24px 0px rgb(249, 154, 0, 0.3);
}
.single-gallery-img {
  height: 100%;
  display: block;
  position: relative;
}
.single-gallery-img::before {
  color: #fff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 468px;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.gallery-overlay {
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 9;
  transform: translateX(-30px);
  transition: 0.4s ease-in-out;
  opacity: 0;
}
/* 我们的优势 口口口口 */
.gallery {
  box-sizing: border-box;
  /* padding-left: 0px !important;
  padding-right: 0px !important; */
  padding: 30px;
  padding-top: 120px;
  height: 468px;
  background-color: rgb(240, 238, 238);
}
.gallery-title {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
/* 上划线 未hover */
.line {
  position: relative;
  box-sizing: border-box;
  height: 4px;
  width: 45px;
  background: #e2bd77;
  bottom: 40px;
  border-radius: 10px;
}

.gallery span {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  position: relative;

  display: inline-block;
}
/* 经过盒子内容字体变白色 */
.gallery-padding0:hover h5,
.gallery-padding0:hover span {
  color: #fff !important;
}

.gallery-padding0:hover .line {
  background-color: #fff;
}

.gallery-overlay-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.gallery-overlay-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 60px;
  height: 4px;
  width: 0px;
  background: #fff;
  border-radius: 10px;
}
.gallery-overlay-title a {
  display: inline-block;
}
.gallery-overlay h5 {
  margin-top: 10%;
}
.gallery-overlay span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
.single-gallery-img:hover::before {
  height: 468px;
  opacity: 0.86;
}
.single-gallery-img:hover .gallery-overlay {
  transform: translateX(0px);
  opacity: 1;
}
.single-gallery-img:hover .gallery-overlay-title::before {
  width: 45px;
  transition: 1s ease-in-out;
}

/* 9. 我们的优势背景  */
.faq-bg {
  background-color: #fff;
  background-position: center;
  background-size: cover;
}
.mini-width {
  min-height: 0px !important;
}
.faq-img {
  width: 379px;
  height: 100%;
  float: right;
  margin-right: 30px;
  background: url('../images/youshi.png')
    no-repeat;
  background-position: top right;
  background-size: 100% 100%;
}
.por {
  position: relative;
}
.black {
  width: 301px;
  height: 267px;
  background-color: rgb(0, 0, 0);
  margin-top: 10px;
}
.faq-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.padding-responsive{
padding: 33px;
}
.bx-wrapper{
 margin: auto !important;
}
.line-height {
  box-sizing: border-box;
  line-height: 379px;
  padding: 13% 0;
}
/* 10. Pricing */
.single-pricing {
  box-shadow: 0px 0px 46px 0px rgba(97, 104, 212, 0.2);
  border-radius: 8px;
  border-top: 7px solid #eae6e4;
  border-bottom: 7px solid #eae6e4;
  padding: 50px 30px;
  background: #fff;
  transition: 0.3s linear;
}
.pricing-head > h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}
.pricing-head > h5 > span {
  font-weight: 600;
}
.pricing-head > span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  color: #9098a9;
  margin-bottom: 25px;
}
.pricing-head p {
  line-height: 1.1;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #717f99;
}
.price-count h4 {
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 0px 27px 0px rgba(97, 104, 212, 0.17);
  padding: 18px 10px;
  border-radius: 50px;
  margin: 0 10px;
}
.price-count h4 {
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 0px 27px 0px rgba(97, 104, 212, 0.17);
  padding: 18px 10px;
  border-radius: 50px;
  margin: 0 10px;
  color: #444172;
}
.pricing-btn .btn {
  border: none;
  box-shadow: none;
  background: #b69965;
  padding: 10px 15px 10px 28px;
  transition: 0.3s linear;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.pricing-btn .btn i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #657529;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 12px;
  transition: 0.3s linear;
}
.pricing-btn .btn::before {
  display: none;
}
.single-pricing:hover .pricing-btn .btn {
  color: #fff;
}
.single-pricing.active .pricing-btn .btn {
  color: #fff;
}

/* 11. Doctors */
.doctor-bg {
  background-image: url(../images/doctors_bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.doctor-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #b69965;
  opacity: 0.97;
}
.white-title h2 {
  color: #fff;
}
.white-title .bar {
  background: #dbdbdb;
}
.white-title p {
  color: #dbdbdb;
}
.doctor-thumb {
  float: left;
  margin-right: 23px;
  margin-top: 35px;
}
.doctor-thumb img {
  border-radius: 50%;
  border: 3px solid #fff;
}
.doctor-content {
  overflow: hidden;
}
.doctor-icon {
  margin-bottom: 10px;
}
.doctor-content p {
  font-size: 14px;
  line-height: 30px;
  color: #dbdbdb;
  margin-bottom: 20px;
}
.doctor-info h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.doctor-info span {
  font-style: italic;
  color: #dbdbdb;
  margin-left: 5px;
}

/* 12. Product */
.product-active {
  margin-bottom: 20px;
}
.product-wrap {
  margin-right: 15px;
}
.single-product-nav {
  text-align: center;
  margin: 0 10px;
}
.single-product-nav img {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.single-product img {
  width: 100%;
  padding: 0 10px;
}
.slick-slide:focus {
  outline: none;
}
.product-details-content > h3 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 10px;
}
.product-details-content > h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-rating ul li {
  display: inline-block;
  font-size: 12px;
  margin-left: -3px;
}
.product-rating ul li:first-child {
  margin-left: 0px;
}
.product-rating ul {
  display: inline-block;
  margin-right: 30px;
}
.product-rating span {
  display: inline-block;
}
.product-details-content > p {
  color: #747373;
  margin-bottom: 45px;
}
.cart-plus {
  width: 134px;
  position: relative;
  margin-right: 30px;
}
.cart-plus-minus {
  position: relative;
}
.cart-plus-minus::before {
  content: '';
  position: absolute;
  left: 40px;
  height: 100%;
  width: 2px;
  top: 0;
}
.cart-plus-minus input {
  width: 100%;
  padding: 11px 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
}
.qtybutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  font-weight: normal;
  width: 35px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.dec.qtybutton {
  font-size: 23px;
}
.inc.qtybutton {
  right: 3px;
  left: auto;
}
.cart-plus-minus::after {
  content: '';
  position: absolute;
  right: 40px;
  height: 100%;
  width: 2px;
  top: 0;
}
.perched-info {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 25px;
}
.product-info h5 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product-info ul li {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-info ul li:last-child {
  margin-bottom: 0;
}
.product-info ul li span {
  margin-right: 5px;
}
.product-desc-wrap .nav-tabs {
  border-bottom: none;
}
.product-desc-wrap .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 50px;
  display: block;
}
.product-desc-wrap .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #b69965;
}
.product-desc-wrap .nav-tabs .nav-item.show .nav-link,
.product-desc-wrap .nav-tabs .nav-link.active {
  background-color: unset;
  border-color: unset;
}
.product-desc-wrap .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.product-details-content {
  margin-top: 30px;
}
.desc-content {
  margin-bottom: 0;
  color: #747373;
}
.product-review-wrap h5 {
  font-size: 13px;
  color: #545353;
  margin-bottom: 23px;
  font-weight: 600;
}
.single-review {
  display: flex;
  align-items: center;
}
.review-avatar {
  margin-right: 25px;
}
.review-content {
  overflow: hidden;
}
.review-rating ul li {
  display: inline-block;
  font-size: 13px;
}
.review-rating {
  margin-bottom: 5px;
}
.review-meta h6 {
  color: #393939;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.review-content p {
  margin-bottom: 0;
}
.review-avatar img {
  border: 4px solid #ebebeb;
}
.tab-pane.active {
  animation: slide-down 0.3s ease-out;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bgimg {
  background: url('../images/huoban.png') no-repeat;
  background-size: 100%;
}
.carousel-indicators li {
  position: relative;
  /* top: 15%;   */
  height: 5px;
  background-color: rgb(179, 145, 72);
}
.carousel-indicators li::before {
  background-color: rgb(167, 158, 131);
  /* bottom: -80px; */
  height: 9px;
  top: 8%;
}

/* 15. Brand */
.signle-brand {
  text-align: center;
}
.signle-brand img {
  display: inline-block;
}

/* 16. Newsletter */
.newsletter-wrap {
  box-shadow: 0px 2px 12.09px 0.91px rgba(68, 68, 68, 0.24);
  background: #fff;
  background-image: url(../images/newsletter_bg.jpg);
  border: 8px solid #b69965;
  padding: 40px 50px;
  background-position: center;
  background-size: cover;
  margin-bottom: -90px;
}
.home-yellow .newsletter-wrap {
  border: 8px solid #f99a00;
}
.newsletter-form form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsletter-content h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.newsletter-content span {
  font-size: 16px;
  color: #5b5b5b;
  font-weight: 500;
  font-style: italic;
  display: block;
}
.newsletter-form form input {
  padding: 19px 25px;
  border: none;
  background: #edecec;
  font-size: 14px;
  width: 465px;
}
.newsletter-form form input::placeholder {
  font-size: 14px;
}
.newsletter-form form button {
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
  padding: 19px 30px;
  border-radius: 0;
}

/* 17. Footer */
.footer-wrap {
  background-position: center;
  background-size: cover;
  background-image: url('../images/footer_bg.jpg');
}
.footer-text p {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
.footer-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-social ul li a {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #949697;
  background: #222222;
  border-radius: 50%;
  font-size: 14px;
}
.fw-title h5 {
  font-size: 24px;
  color: #dcb772;

  margin-bottom: 0;
  opacity: 0.75;
  text-transform: capitalize;
  font-weight: 600;
}
.f-rc-post ul li {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px dashed #464547;
  margin-bottom: 20px;
}
.f-rc-post ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
.f-rc-thumb {
  margin-right: 20px;
}
.f-rc-content span {
  font-size: 14px;
  color: #838383;
  display: block;
  margin-bottom: 3px;
  font-weight: 400;
}
.f-rc-content h5 {
  font-size: 14px;
  font-weight: 500;
  color: #aeaeae;
  margin-bottom: 0;
  padding-right: 50px;
  line-height: 1.4;
}
.f-rc-thumb img {
  border-radius: 3px;
}
.fw-link ul li {
  /* letter-spacing: 2px; */
  color: #d8d5d5;
  margin-bottom: 20px;
  line-height: 1;
}
.fw-link ul li a {
  color: #d8d5d5;
  font-size: 16px;
  font-weight: 400;
}
.fw-link ul li a i {
  margin-right: 5px;
}
.contactUs {
  font-size: 16px;
  letter-spacing: 1px;
}
.footer-form form input {
  border: none;
  padding: 12px 16px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 12px;
}
.footer-form form textarea {
  border: none;
  padding: 12px 16px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  height: 98px;
}
.footer-form form button {
  padding: 14px 40px;
  border-radius: 3px;
}
.footer-form form textarea::placeholder,
.footer-form form input::placeholder {
  font-size: 12px;
  color: #8b8b8b;
}
.copyright-wrap {
  background: rgb(199, 166, 101);
  font-size: 24px;
  padding: 10px 0;
}
.copyright-text {
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
.copyright-text p {
  margin: 0;
  color: #fff;
}

/* 18. Preloader */
#preloader {
  background-color: #b69965;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.ydzNB {
  display: inline-block;
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  border: 2px solid #d6b161;
  border-radius: 20px;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 5px !important;
  /* border:2px solid #ccc */
}
.form-control:focus {
  border: 1px solid #d6b161 !important;

  box-shadow: none !important;
}
.iconego-close {
  cursor: pointer;
  position: absolute;
  top: -10rem;
}
.bx-default-pager {
  display: none;
}
.authCode {
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 4px;
  width: 5rem;
  height: 2.3rem;
  line-height: 2.2rem;
  margin-left: 2px;
  border: 1px solid #d1d1d1;
}
.getAuthCode {
  font-size: 0.8rem;
  color: rgb(241, 241, 241);
  border-radius: 4px;
  width: 5rem;
  height: 2.3rem;
  line-height: 2.2rem;
  margin-left: 2px;
  background-color: #b69965;
  cursor: pointer;
}
.formSpan {
  font-size: 14px;
  font-family: Helvetica, Tahoma, Arial, STXihei, '华文细黑', 'Microsoft YaHei',
    '微软雅黑', SimSun, '宋体', Heiti, '黑体', sans-serif;
}
.formSpan span {
  font-family: Helvetica, Tahoma, Arial, STXihei, '华文细黑', 'Microsoft YaHei',
    '微软雅黑', SimSun, '宋体', Heiti, '黑体', sans-serif;
  font-size: 14px;
  font-weight: 550;
  color: #292828;
  line-height: 2.3rem;
}
.sbmBtn {
  font-family: Helvetica, Tahoma, Arial, STXihei, '华文细黑', 'Microsoft YaHei',
    '微软雅黑', SimSun, '宋体', Heiti, '黑体', sans-serif;
  color: #fff;
  font-size: 14px;
  width: 7rem;
  height: 2.5rem;
  background-color: #b69965;
  border: 1px solid #b69965;
  margin-left: 37%;
  margin-bottom: 1.5rem;
}
.sbmBtn:active {
  background-color: #c4a772;
}
.iconego-close {
  position: absolute;
  right: 1rem;
  top: -6.5rem;
}
/* 倒数第二个轮播文字样式 */
.spanColor {
  color: rgb(24, 23, 23);
  font-size: 15px;
}
.modal-dialog {
  height: 34rem;
  max-width: 100% !important;
  /* min-width: 60rem !important; */
  margin: auto;
  margin-top: 6rem;
}
.modal-body {
  height: 33rem;
}
#form1{
  padding-top: 4rem;
  text-align: center;
  position: relative;
  top: 50%;
 
}
.help-block {
  margin-left: 12px;
  color: red;
}
.getCodeImgData {
  cursor: pointer;
}
#btnSendCode {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 0;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #c49633;
}
.tips {
  display: inline-block;
  position: absolute;
  right: -30%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: 7.5rem;
  right: -42%;
  font-size: 13px;
}
.tips_false {
  color: red;
}
.tips_true {
  color: rgb(8, 117, 8);
}
.tips_true i {
  color: rgb(8, 117, 8) !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}
#demo img{
  width: 100%;
}
#demo .carousel-item div{
 padding: 5px;

}
/* .container{
  background-color: rgb(67, 112, 211);
}
.container .container{
  background-color: #ccc;
} */
.bx-prev{
  z-index: 0 !important;
}
.bx-next{
  z-index: 0 !important;
}