@charset "UTF-8";
body {
  overflow-x: hidden;
}

.wraper {
  width: 89.58%;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  padding: 0;
}

.only-m {
  display: none !important;
}

.indexNavMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.indexNavMain .topNav {
  float: right;
  margin-right: 5.2%;
  font: normal 16px/100px "游明朝";
  color: #000;
}
.indexNavMain .topNav a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
}
.indexNavMain .topNav a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 0.3s;
}
.indexNavMain .topNav a:hover::after {
  width: 100%;
}
.indexNavMain .phoneNavBtn {
  display: none;
}

.leftMenu_z, #leftMenu {
  display: none;
}

.bannerMain {
  position: relative;
}
.bannerMain .banner {
  display: block;
  width: 100%;
  height: auto;
}
.bannerMain .logo {
  position: absolute;
  top: 20px;
  left: 5.21%;
  width: 200px;
}
.bannerMain .txt {
  position: absolute;
  left: 50%;
  top: 36.7%;
  margin-left: -600px;
}
.bannerMain .txt h2 {
  font: normal 32px/54px "游明朝";
  color: #b7855d;
}
.bannerMain .txt p {
  font: normal 16px/54px "游明朝";
  color: #c56d27;
}
.bannerMain .txt .btn {
  display: block;
  width: 202px;
  height: 54px;
  margin-top: 35px;
  background-color: #b7855d;
  font: normal 22px/54px "YuGothM";
  color: #fff;
  text-align: center;
}
.bannerMain .txt .btn:hover {
  color: #b7855d;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.title img {
  display: block;
  margin: 0 auto;
}

.part01 {
  padding-bottom: 55px;
}
.part01 ul {
  padding-top: 100px;
}
.part01 ul li .img {
  float: left;
  width: 50%;
  height: 457px;
  position: relative;
}
.part01 ul li .img .imgbox {
  width: 100%;
  height: 457px;
  overflow: hidden;
  position: relative;
}
.part01 ul li .img img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -480px;
  transition: all 0.5s;
}
.part01 ul li .img img:hover {
  transform: scale(1.08);
}
.part01 ul li .img .tag {
  position: absolute;
  right: -32px;
  top: -32px;
  width: 96px;
  height: 96px;
  background-color: #f0ebe8;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  text-align: center;
  color: #51342a;
  font: normal 20px/30px "游明朝";
}
.part01 ul li .img .tag span {
  display: block;
  margin-top: 20px;
}
.part01 ul li .img .tag strong {
  display: block;
  font-size: 30px;
}
.part01 ul li .txt {
  position: relative;
  float: right;
  width: 50%;
  height: 457px;
  padding-right: 5.21%;
  box-sizing: border-box;
}
.part01 ul li .txt h3 {
  position: relative;
  width: 600px;
  padding-top: 40px;
  color: #51342a;
  font: normal 32px/42px "游明朝";
  text-align: center;
}
.part01 ul li .txt h3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 45px;
  height: 28px;
  margin-left: -22px;
  background: url(../images/beauty-icon01.png) no-repeat center center;
}
.part01 ul li .txt p {
  width: 600px;
  padding: 40px 34px 0 58px;
  color: #b7855d;
  font: normal 16px/42px "YuGothM";
  box-sizing: border-box;
}
.part01 ul li .txt .more {
  position: absolute;
  right: 10.42%;
  bottom: 10px;
}
.part01 ul li .txt .more img {
  margin-left: 8px;
}
.part01 ul li:nth-child(2) {
  margin: 90px 0;
  padding: 52px 0 50px;
  background-image: linear-gradient(90deg, #f0ebe8 0, #f0ebe8 71.35%, #fff 71.35%);
}
.part01 ul li:nth-child(2) .img {
  float: right;
}
.part01 ul li:nth-child(2) .img .tag {
  left: -32px;
  right: initial;
}
.part01 ul li:nth-child(2) .txt {
  float: left;
  padding-right: 0;
  padding-left: 5.21%;
}
.part01 ul li:nth-child(2) .txt h3 {
  float: right;
}
.part01 ul li:nth-child(2) .txt p {
  float: right;
  padding: 40px 40px 0 48px;
}
.part01 ul li:nth-child(2) .txt .more {
  right: initial;
  left: 10.42%;
}

.part02 {
  background: url(../images/beauty-bg05.png) no-repeat center top;
}
.part02 h2 {
  position: relative;
  font: normal 42px/172px "NOTOSERIFJP-BOLD";
  color: #51342a;
}
.part02 h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 84px;
  width: 85px;
  height: 10px;
  background: url(../images/beauty-icon05.png) no-repeat;
}
.part02 ul li {
  position: relative;
  float: left;
  width: 30.17%;
  padding-top: 52px;
  margin-bottom: 40px;
  transition: all 0.5s;
}
.part02 ul li h3 {
  position: absolute;
  width: 96%;
  left: 2%;
  top: 8px;
  background-color: #fff;
  font: normal 26px/62px "NotoSansJP";
  text-align: center;
  color: #75564b;
  z-index: 2;
}
.part02 ul li .img {
  position: relative;
}
.part02 ul li .img img {
  display: block;
  width: 100%;
}
.part02 ul li .txt {
  height: 156px;
  margin-top: 18px;
  overflow: hidden;
}
.part02 ul li .txt p {
  color: #b7855d;
  font: normal 14px/26px "NotoSansJP";
  text-align: justify;
}
.part02 ul li:nth-child(3n+2) {
  margin-left: 4.745%;
  margin-right: 4.745%;
}
.part02 ul li:hover {
  transform: translateY(-10px);
}

.part03 {
  padding-bottom: 64px;
}
.part03 .titleBox {
  padding-top: 65px;
}
.part03 .titleBox h2 {
  font: normal 42px/54px "NOTOSERIFJP-BOLD";
  color: #51342a;
}
.part03 .titleBox p {
  position: relative;
  height: 188px;
  padding-left: 10px;
  margin-left: 320px;
  margin-top: -54px;
  background: #f0ebe8;
  color: #b7855d;
  font: normal 16px/84px "游明朝";
}
.part03 .titleBox p::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #f0ebe8;
}
.part03 ul {
  margin-top: -98px;
}
.part03 ul li {
  float: left;
  width: 30.17%;
}
.part03 ul li .img {
  position: relative;
  margin-bottom: 13px;
  overflow: hidden;
}
.part03 ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.part03 ul li .img img:hover {
  transform: scale(1.07);
}
.part03 ul li .txt {
  height: 180px;
}
.part03 ul li .txt h3 {
  margin-bottom: 15px;
  color: #51342a;
  font: bold 24px/36px "游明朝";
  text-align: center;
}
.part03 ul li .txt p {
  color: #75564b;
  font: normal 14px/28px "NotoSansJP";
}
.part03 ul li .btn {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 20px;
  background-color: #b7855d;
  font: normal 16px/42px "NotoSansJP";
  color: #fff;
  text-align: center;
}
.part03 ul li .btn img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 42px;
}
.part03 ul li .btn:hover {
  background-color: #51342a;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.part03 ul li:nth-child(3n+2) {
  margin-left: 4.745%;
  margin-right: 4.745%;
}

.part04 {
  padding: 0 0 34px;
  background: #f0ebe8 url(../images/beauty-bg01.png) no-repeat center top;
  background-size: 100% auto;
}
.part04 h2 {
  font: normal 42px/254px "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part04 ul li {
  margin-bottom: 34px;
}
.part04 ul li .img {
  float: left;
  width: 298px;
  height: 298px;
  margin-left: 213px;
  margin-right: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.part04 ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.part04 ul li .img img:hover {
  transform: scale(1.08);
}
.part04 ul li .txt {
  float: left;
  width: 400px;
}
.part04 ul li .txt strong {
  display: block;
  padding-top: 10px;
  color: #8f7a48;
  font: normal 32px/64px "LucidaBright";
}
.part04 ul li .txt h3 {
  color: #51342a;
  font: normal 32px/60px "游明朝";
}
.part04 ul li .txt p {
  color: #51342a;
  font: normal 16px/36px "NotoSansJP";
}

.part05 {
  padding: 20px 0;
  background-color: #b7855d;
}
.part05 h2 {
  padding: 80px 0 28px;
  color: #eee1d7;
  font: bold 32px/38px "游明朝";
}
.part05 .btn {
  display: block;
  width: 246px;
  height: 54px;
  color: #b7855d;
  background-color: #fff;
  font: normal 22px/54px "Yu Gothic UI";
  text-align: center;
}
.part05 .btn:hover {
  color: #fff;
  background-color: #51342a;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.part05 img {
  float: right;
}

.part06 {
  position: relative;
  padding: 94px 0 70px;
}
.part06 h2 {
  margin-bottom: 96px;
  font: normal 42px/120px "NOTOSERIFJP-BOLD";
  color: #51342a;
}
.part06 h2 span {
  position: relative;
  display: block;
  width: 50%;
  padding-left: 15px;
  background-color: #f0ebe8;
  box-sizing: border-box;
}
.part06 h2 span::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #f0ebe8;
}
.part06 ul li {
  position: relative;
  float: left;
  width: 33.2%;
  margin-bottom: 2px;
  overflow: hidden;
}
.part06 ul li img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.part06 ul li img:hover {
  transform: scale(1.08);
}
.part06 ul li p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(132, 60, 3, 0.5);
  color: #fff;
  font: normal 26px/60px "YuGothM";
  text-align: center;
}
.part06 ul li:nth-child(3n+2) {
  margin-left: 0.2%;
  margin-right: 0.2%;
}
.part06 .btn {
  display: block;
  width: 246px;
  height: 54px;
  margin: 40px auto;
  color: #fff;
  background-color: #51342a;
  font: normal 22px/54px "Yu Gothic UI";
  text-align: center;
}
.part06 .btn:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.part06 .bg {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -600px;
}

.part07 {
  position: relative;
  background-color: #f2eeec;
}
.part07 .topImg {
  position: relative;
}
.part07 .topImg img {
  display: block;
  width: 100%;
}
.part07 .topImg .tit {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  transform: translateY(-45%);
}
.part07 .topImg h2 {
  font: normal 60px/108px "YuGothM";
  color: #5f2d08;
}
.part07 .topImg span {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #b7855d;
  color: #b7855d;
  font: normal 18px/42px "NotoSansJP";
}
.part07 ul {
  padding-top: 100px;
}
.part07 ul li {
  float: left;
  width: 30.17%;
  margin-bottom: 40px;
  transition: all 0.5s;
}
.part07 ul li .img {
  position: relative;
}
.part07 ul li .img img {
  display: block;
  width: 100%;
}
.part07 ul li .img h3 {
  position: absolute;
  width: 84%;
  left: 8%;
  bottom: -10px;
  background-color: #fff;
  border: 1px solid #eee1d7;
  font: normal 18px/42px "NotoSansJP";
  text-align: center;
  color: #51342a;
}
.part07 ul li .txt {
  height: 130px;
  margin-top: 36px;
  overflow: hidden;
}
.part07 ul li .txt p {
  color: #75564b;
  font: normal 14px/26px "NotoSansJP";
  text-align: justify;
}
.part07 ul li:nth-child(3n+2) {
  margin-left: 4.745%;
  margin-right: 4.745%;
}
.part07 ul li:hover {
  transform: translateY(-10px);
}

.part08 {
  padding-bottom: 44px;
  background: #fff url(../images/beauty-bg04.png) no-repeat center top;
}
.part08 h2 {
  font: normal 42px/254px "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part08 > div {
  background-color: #f5f1ed;
  text-align: right;
  position: relative;
}
.part08 .left {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.part08 .left img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  height: 100%;
}
.part08 .right {
  display: inline-block;
  width: 50%;
  padding: 2.9% 3% 5%;
  margin-left: 50%;
  box-sizing: border-box;
}
.part08 .right h3 {
  position: relative;
  padding-top: 55px;
  padding-bottom: 40px;
  color: #51342a;
  font: normal 26px/48px "游明朝";
  text-align: center;
}
.part08 .right h3 span {
  display: block;
  font-size: 32px;
}
.part08 .right h3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 45px;
  height: 28px;
  margin-left: -22px;
  background: url(../images/beauty-icon01.png) no-repeat center center;
}
.part08 .right .txt {
  text-align: left;
  margin-bottom: 60px;
}
.part08 .right .txt p {
  color: #75564b;
  font: normal 16px/36px "YuGothM";
}
.part08 .right ul li {
  float: left;
  width: 23.6%;
  margin-right: 1.86%;
}
.part08 .right ul li div {
  overflow: hidden;
}
.part08 .right ul li div img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.part08 .right ul li div img:hover {
  transform: scale(1.07);
}
.part08 .right ul li p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #75564b;
}
.part08 .right ul li:last-child {
  margin-right: 0;
}

.part09 img {
  display: block;
  width: 100%;
}

.part10 {
  padding-bottom: 4.4%;
  background: #f5f1ed url(../images/beauty-bg02.png) no-repeat center top;
  background-size: 100% auto;
}
.part10 h2 {
  padding-top: 11.8%;
  padding-bottom: 3.6%;
}
.part10 h2 img {
  display: block;
  margin: 0 auto;
}
.part10 .wraper {
  background-color: #fff;
  padding-bottom: 6.05%;
}
.part10 .txt {
  padding-top: 7.5%;
  position: relative;
}
.part10 .txt > p {
  position: relative;
  padding-left: 192px;
  padding-right: 400px;
  color: #75564b;
  font: normal 16px/48px "YuGothM";
}
.part10 .txt > p strong {
  position: absolute;
  left: 0;
  top: 0;
  color: #978177;
  font-weight: normal;
}
.part10 .txt > p span {
  display: block;
  color: #51342a;
}
.part10 .txt .rightBox {
  position: absolute;
  right: 0;
  bottom: 126px;
  text-align: right;
  font: normal 12px/32px "YuGothM";
}
.part10 .txt .rightBox p {
  padding: 0 10px;
  border: 1px solid #9f8b83;
  color: #978177;
  text-align: left;
  letter-spacing: 0;
}
.part10 .txt .rightBox span {
  font-size: 14px;
  color: #9f8b83;
  line-height: 60px;
}
.part10 .btn {
  padding-top: 10px;
}
.part10 .btn p {
  padding: 15px 0;
  color: #9f8b83;
  font: normal 14px/28px "YuGothM";
}
.part10 .btn a {
  display: block;
  width: 242px;
  height: 52px;
  background-color: #b7855d;
  font: normal 22px/52px "YuGothM";
  color: #fff;
  text-align: center;
}
.part10 .btn a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 52px;
}
.part10 .btn a:hover {
  background-color: #51342a;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.part11 {
  padding-top: 90px;
}
.part11 h2 {
  position: relative;
  font: normal 42px/96px "NOTOSERIFJP-BOLD";
  color: #51342a;
}
.part11 h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 48px;
  width: 85px;
  height: 10px;
  background: url(../images/beauty-icon05.png) no-repeat;
  z-index: 2;
}
.part11 h2::after {
  content: "";
  position: absolute;
  left: 320px;
  top: 0;
  width: 100%;
  height: 120px;
  background: #f0ebe8;
}
.part11 ul {
  padding-top: 90px;
}
.part11 ul li {
  float: left;
  width: 22.6%;
  margin-right: 3.2%;
  margin-bottom: 70px;
  transition: all 0.5s;
}
.part11 ul li .img {
  position: relative;
  width: 73%;
  margin: 0 auto 32px;
}
.part11 ul li .img img {
  display: block;
  width: 100%;
}
.part11 ul li h3 {
  background-color: #f2eeec;
  font: normal 16px/48px "NOTOSERIFJP-BOLD";
  text-align: center;
  color: #51342a;
}
.part11 ul li p {
  margin-top: 26px;
  color: #75564b;
  font: normal 14px/26px "NotoSansJP";
  text-align: justify;
}
.part11 ul li:nth-child(4n) {
  margin-right: 0;
}
.part11 ul li:hover {
  transform: translateY(-10px);
}

.part12 {
  position: relative;
  line-height: 0;
}
.part12 a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 278px;
  height: 68px;
  margin-left: -139px;
  margin-top: -34px;
  border: 1px solid #b18d73;
  box-sizing: border-box;
  font: normal 38px/66px "YuGothM";
  color: #75564b;
  text-align: center;
}
.part12 a:hover {
  background-color: #b18d73;
  color: #fff;
}

.part13 {
  padding-bottom: 75px;
  background: url(../images/beauty-bg06.png) no-repeat center top;
}
.part13 h2 {
  position: relative;
  font: normal 42px/200px "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part13 ul li {
  float: left;
  width: 30.17%;
  padding-bottom: 15px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ebe1d7;
  transition: all 0.5s;
}
.part13 ul li .img {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}
.part13 ul li .img img {
  display: block;
  width: 100%;
}
.part13 ul li p {
  height: 104px;
  color: #75564b;
  padding: 0 5px;
  font: normal 14px/26px "NotoSansJP";
  text-align: justify;
}
.part13 ul li p span {
  display: block;
  width: 94px;
  margin-left: -5px;
  background-color: #ebe1d7;
  padding-left: 5px;
}
.part13 ul li:nth-child(3n+2) {
  margin-left: 4.745%;
  margin-right: 4.745%;
}
.part13 ul li:hover {
  transform: translateY(-10px);
}
.part13 .main02 .img {
  float: left;
  width: 45.3%;
}
.part13 .main02 .img img {
  display: block;
  width: 100%;
}
.part13 .main02 .txt {
  float: right;
  width: 51.7%;
  margin-top: 60px;
}
.part13 .main02 .txt h3 {
  position: relative;
  margin-bottom: 50px;
  color: #93613a;
  font: normal 30px/50px "YuGothM";
  text-align: center;
}
.part13 .main02 .txt h3 span {
  position: relative;
  z-index: 2;
}
.part13 .main02 .txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: #fad0af;
  z-index: 1;
}
.part13 .main02 .txt p {
  font: normal 22px/46px "YuGothM";
  text-align: center;
  color: #c8a48a;
}
.part13 .main02 .txt::before {
  content: "";
  position: absolute;
  right: 24.17%;
  bottom: 20px;
  width: 45px;
  height: 28px;
  margin-left: -22px;
  background: url(../images/beauty-icon01.png) no-repeat;
}

.goTop {
  position: fixed;
  bottom: 27px;
  right: 50px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 20;
}
.goTop img {
  display: block;
  width: 100%;
}
.goTop:hover {
  opacity: 0.5;
}

.subBannerMain {
  position: relative;
  height: 400px;
  background: url(../images/beauty-bg05.png) no-repeat center top;
}
.subBannerMain .logo {
  position: absolute;
  top: 20px;
  left: 5.21%;
  width: 100px;
}
.subBannerMain .txt {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  text-align: center;
}
.subBannerMain .txt h2 {
  font: normal 48px/54px "游明朝";
  color: #b7855d;
}
.subBannerMain .txt p {
  font: normal 24px/54px "游明朝";
  color: #c56d27;
}

.subPriceList {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}
.subPriceList table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.subPriceList table tr {
  font: normal 16px/26px "YuGothM";
  color: #111;
  text-align: center;
}
.subPriceList table td, .subPriceList table th {
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 10px 0;
  font: normal 20px/40px "YuGothM";
  color: #111;
}
.subPriceList table td:nth-child(1), .subPriceList table th:nth-child(1) {
  width: 88%;
}
.subPriceList table td:nth-child(2), .subPriceList table th:nth-child(2) {
  width: 12%;
}
.subPriceList table th {
  background-color: #fef6c7;
  font-weight: bold;
}

@media (min-width: 0) and (max-width: 1480px) {
  .indexNavMain .topNav {
    margin-right: 25px;
  }
  .indexNavMain .topNav a {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 0) and (max-width: 1380px) {
  .wraper {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .bannerMain .logo {
    left: 25px;
  }
}
@media (min-width: 0) and (max-width: 1280px) {
  .w1200 {
    width: 1000px;
  }
  .bannerMain .logo {
    width: 150px;
    top: 15px;
  }
  .bannerMain .txt {
    left: 0;
    margin-left: 25px;
  }
  .part01 ul li .txt {
    padding-right: 3%;
  }
  .part01 ul li .txt h3 {
    width: 100%;
  }
  .part01 ul li .txt p {
    width: 100%;
    padding: 20px 0 0 30px;
    line-height: 32px;
  }
  .part01 ul li:nth-child(2) .txt {
    float: left;
    padding-right: 0;
    padding-left: 3%;
  }
  .part01 ul li:nth-child(2) .txt p {
    padding: 20px 30px 0 0;
  }
  .part02 ul li h3 {
    font-size: 22px;
  }
  .part03 .titleBox p {
    margin-left: 240px;
  }
  .part03 ul li .txt {
    height: 210px;
  }
  .part04 ul li .img {
    margin-left: 60px;
  }
  .part06 .bg {
    right: 50px;
    margin-right: 0;
  }
  .part06 ul li p {
    font-size: 20px;
    line-height: 40px;
  }
  .part07 .topImg h2 {
    font-size: 48px;
    line-height: 80px;
  }
  .part08 .right h3 {
    font: normal 24px/36px "游明朝";
  }
  .part08 .right .txt p {
    line-height: 30px;
  }
  .part10 .txt {
    width: 90% !important;
    padding-top: 30px;
    padding-bottom: 140px;
  }
  .part10 .txt > p {
    padding-right: 0;
  }
  .part10 .txt .rightBox {
    bottom: 0;
  }
  .part10 .btn {
    width: 90% !important;
    padding-top: 0;
  }
  .part11 ul li {
    width: 48%;
    margin-right: 4%;
  }
  .part11 ul li .img {
    width: 50%;
  }
  .part11 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .part13 ul li p {
    height: 130px;
  }
  .part13 .main02 .txt {
    margin-top: 40px;
  }
  .part13 .main02 .txt h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 1180px) {
  .indexNavMain .topNav {
    margin-right: 15px;
  }
  .indexNavMain .topNav a {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (min-width: 0) and (max-width: 1080px) {
  .w1200 {
    width: 900px;
  }
  .part13 .main02 .txt {
    margin-top: 30px;
  }
  .part13 .main02 .txt h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .part13 .main02 .txt p {
    font-size: 20px;
    line-height: 40px;
  }
}/*# sourceMappingURL=beauty-pc.css.map */