@charset "UTF-8";
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5; }

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::-moz-selection {
  background: #064740;
  color: #fff; }
::selection {
  background: #064740;
  color: #fff; }

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #064740;
  color: #fff; }

a {
  text-decoration: none; }

img {
  outline: none;
  border: none; }

.checkbox {
  vertical-align: middle;
  display: inline-block; }
  .checkbox input[type="checkbox"] {
    display: none; }
    .checkbox input[type="checkbox"]:checked + span {
      background: #fae103;
      border-color: #fae103; }
      .checkbox input[type="checkbox"]:checked + span i {
        color: #000; }
  .checkbox span {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .checkbox span i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 15px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.radio {
  vertical-align: middle;
  display: inline-block; }
  .radio input[type="radio"] {
    display: none; }
    .radio input[type="radio"]:checked + .radio-fake {
      background: #fae103;
      border-color: #fae103; }
      .radio input[type="radio"]:checked + .radio-fake i {
        color: #000; }
  .radio-fake {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .radio-fake i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 13px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
  .radio-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 8px; }

label {
  cursor: pointer; }

button {
  border: none;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer; }
  button i {
    margin-left: 5px; }

input,
button {
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif; }

.container {
  margin: 0 auto;
  padding: 0px;
  width: 1170px; }
  .container-2 {
    margin: 0 auto;
    padding: 0px;
    width: 960px; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 992px) {
    .container-2 {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .container {
      margin: 0px 15px; }
      .container-2 {
        margin: 0px 15px; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.hide {
  display: none; }

.mobileShow {
  display: none; }

@media screen and (max-width: 991px) {
  .pcShow {
    display: none; }
  .mobileShow {
    display: initial; } }

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: url(../images/bg-white.png) top left repeat; }

#content {
  overflow-x: hidden; }

header {
  position: relative;
  z-index: 2; }
  header .container {
    position: relative; }
  header .logo {
    position: absolute;
    top: 0px;
    left: 0px; }
    header .logo a {
      display: block;
      background: #fff;
      border-radius: 0px 0px 8px 8px;
      padding: 14px 18px;
      -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.09);
      box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.09); }
      header .logo a img {
        display: block;
        width: 112px; }
  @media screen and (max-width: 991px) {
    header .logo a {
      padding: 15px; }
      header .logo a img {
        width: 100px; } }

.pinRight {
  position: fixed;
  top: 10%;
  right: 30px;
  z-index: 9;
  opacity: 1;
  -webkit-animation: pinRight 0.6s ease-in-out backwards;
  animation: pinRight 0.6s ease-in-out backwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  @media screen and (max-width: 1800px) {
    .pinRight {
      right: 20px; } }
  @media screen and (max-width: 991px) {
    .pinRight {
      -webkit-animation: none;
      animation: none;
      position: relative;
      top: 0px;
      right: 0px; } }

@-webkit-keyframes pinRight {
  0% {
    right: -100px;
    opacity: 0; } }

@keyframes pinRight {
  0% {
    right: -100px;
    opacity: 0; } }

.pinLeft {
  position: fixed;
  bottom: 60px;
  left: 0px;
  z-index: 9;
  opacity: 1; }
  @media screen and (max-width: 991px) {
    .pinLeft {
      -webkit-animation: none;
      animation: none;
      position: relative;
      bottom: 0px; } }

.navbar .nav {
  margin: 24px 0px; }
  .navbar .nav a {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    background: rgba(147, 131, 68, 0.5);
    border-radius: 100%;
    margin: 0 auto;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: solid 3px rgba(255, 255, 255, 0.5); }
  .navbar .nav-tit {
    position: absolute;
    left: -130px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 17px;
    color: #000;
    background: #938344;
    padding: 3px 0px;
    width: 111px;
    border-radius: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  @media screen and (min-width: 992px) {
    .navbar .nav.active a,
    .navbar .nav a:hover {
      background: #938344;
      border-color: #fff; }
      .navbar .nav.active a .nav-tit,
      .navbar .nav a:hover .nav-tit {
        visibility: visible;
        opacity: 1; } }

@media screen and (max-width: 1800px) {
  .navbar .nav-tit {
    font-size: 16px;
    width: 110px;
    left: -126px; } }

@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    right: -100%;
    top: 60px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .navbar.show {
      right: 15px; }
      .navbar.show .nav {
        -webkit-animation: mobileNav 0.2s ease-out alternate backwards;
        animation: mobileNav 0.2s ease-out alternate backwards; }
        .navbar.show .nav:nth-of-type(1) {
          -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s; }
        .navbar.show .nav:nth-of-type(2) {
          -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s; }
        .navbar.show .nav:nth-of-type(3) {
          -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s; }
        .navbar.show .nav:nth-of-type(4) {
          -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s; }
        .navbar.show .nav:nth-of-type(5) {
          -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
        .navbar.show .nav:nth-of-type(6) {
          -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s; }
    .navbar .nav {
      position: relative;
      right: 0%;
      opacity: 1; }
      .navbar .nav a {
        width: auto;
        height: auto;
        border-radius: 0px;
        background: none;
        border: none; }
      .navbar .nav-tit {
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        background: #ffea00;
        color: #000;
        padding: 7px 0px;
        border-radius: 30px; }
        .navbar .nav-tit:before {
          display: none; }
      .navbar .nav.active a {
        background: none;
        border: none; }
        .navbar .nav.active a .nav-tit {
          background: url(../images/bg-blue.png) top left repeat;
          color: #fff; } }

@-webkit-keyframes mobileNav {
  0% {
    opacity: 0;
    right: -100%; } }

@keyframes mobileNav {
  0% {
    opacity: 0;
    right: -100%; } }

.pinCta-btn {
  margin: 12px 0px; }
  .pinCta-btn a {
    display: block;
    border-radius: 100%;
    width: 83px;
    height: 83px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 4px #fff;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.7);
    background: url(../images/bg-blue.png) top left repeat;
    padding-top: 14px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
    top: 0px; }
    .pinCta-btn a:hover {
      -webkit-box-shadow: 0px 5px 18px #000;
      box-shadow: 0px 5px 18px #000;
      top: -4px; }
  .pinCta-btn:nth-of-type(2) a {
    background: url(../images/bg-red.png) top left repeat; }
  .pinCta-btn:nth-of-type(3) a {
    background: #064740; }

@media screen and (max-width: 1800px) {
  .pinCta-btn a {
    font-size: 17px;
    line-height: 22px;
    width: 78px;
    height: 78px; }
    .pinCta-btn a i {
      font-size: 12px; } }

@media screen and (max-width: 991px) {
  .pinCta {
    position: fixed;
    bottom: 20px;
    left: 15px;
    right: 15px;
    border-radius: 25px;
    border: solid 3px #fff; }
    .pinCta-btn {
      float: left;
      width: 33.33333%;
      margin: 0px; }
      .pinCta-btn a {
        border-radius: 0px;
        width: auto;
        height: auto;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0px; }
        .pinCta-btn a br {
          display: none; }
        .pinCta-btn a:hover {
          top: 0px; }
      .pinCta-btn:nth-of-type(1) a {
        border-radius: 20px 0px 0px 20px; }
      .pinCta-btn:nth-of-type(3) a {
        border-radius: 0px 20px 20px 0px; } }

.shareBtn {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 10px 10px 0px;
  padding: 10px 5px; }
  .shareBtn-item {
    padding: 5px; }
    .shareBtn-item a {
      text-decoration: none;
      width: 38px;
      display: block;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      position: relative;
      top: 0px; }
      .shareBtn-item a img {
        display: block;
        width: 100%; }
      .shareBtn-item a:hover {
        top: -5px; }
  @media screen and (max-width: 991px) {
    .shareBtn {
      position: fixed;
      top: 7px;
      right: 80px;
      border-radius: 0px;
      background: none;
      padding: 0px; }
      .shareBtn-item {
        float: left; }
        .shareBtn-item a {
          width: 36px; } }

.menuBtn {
  display: none;
  position: fixed;
  width: 23px;
  top: 12px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 5;
  background: #eeef00;
  padding: 7px 12px;
  border-radius: 4px; }
  .menuBtn span {
    display: block;
    background: #000;
    height: 2px;
    margin: 4px 0px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border-radius: 3px; }
    .menuBtn span:nth-of-type(1), .menuBtn span:nth-of-type(2) {
      position: absolute;
      width: 23px;
      top: 13px; }
  .menuBtn.active span {
    opacity: 0; }
    .menuBtn.active span:nth-of-type(1), .menuBtn.active span:nth-of-type(2) {
      opacity: 1;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .menuBtn.active span:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menuBtn.active span:nth-of-type(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media screen and (max-width: 991px) {
    .menuBtn {
      display: block; } }

.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff url(../images/bg-blue.png) top left repeat;
  -webkit-box-shadow: 0px 0px 10px 10px #fff;
  box-shadow: 0px 0px 10px 10px #fff;
  z-index: 100;
  -webkit-animation: loading 0.8s ease-in forwards;
  animation: loading 0.8s ease-in forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }
  .loading-bg-white {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-animation: loadingBg 0.4s ease-in-out backwards;
    animation: loadingBg 0.4s ease-in-out backwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
    .loading-bg-white div {
      background: url(../images/bg-white.png) top left repeat;
      position: absolute;
      top: 0px;
      width: 50%;
      height: 100%;
      -webkit-animation: loadingBgWhite 0.8s ease-in-out forwards;
      animation: loadingBgWhite 0.8s ease-in-out forwards;
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s; }
      .loading-bg-white div .loading-bg-reel {
        position: absolute;
        top: 10%;
        width: 50px;
        height: 80%;
        background: url(../images/bg-white.png) top left repeat; }
      .loading-bg-white div:nth-of-type(1) {
        left: 0px; }
      .loading-bg-white div:nth-of-type(2) {
        right: 0px; }
  .loading-bg-red {
    background: url(../images/bg-red.png) top left repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: 20px;
    -webkit-animation: loadingBgRed 0.5s ease-in-out backwards;
    animation: loadingBgRed 0.5s ease-in-out backwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }

@-webkit-keyframes loadingBg {
  0% {
    width: 0%; } }

@keyframes loadingBg {
  0% {
    width: 0%; } }

@-webkit-keyframes loadingBgRed {
  0% {
    height: 0%; } }

@keyframes loadingBgRed {
  0% {
    height: 0%; } }

@-webkit-keyframes loadingBgWhite {
  80% {
    opacity: 0; }
  100% {
    width: 0%; } }

@keyframes loadingBgWhite {
  80% {
    opacity: 0; }
  100% {
    width: 0%; } }

@-webkit-keyframes loading {
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes loading {
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    visibility: hidden; } }

.banner {
  position: relative; }
  .banner img {
    display: block;
    max-width: 100%; }
  .banner-top {
    position: relative;
    background: url(../images/bg-red.png) top left repeat; }
    .banner-top-line {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      height: 8px;
      width: 100%;
      background: #938344; }
      .banner-top-line:before {
        content: '';
        position: absolute;
        top: 13px;
        left: 0px;
        height: 2px;
        width: 100%;
        background: #d7ceaa; }
  .banner-cloud-1, .banner-cloud-2 {
    position: absolute; }
  .banner-cloud-1 {
    top: 50px;
    right: 367px;
    -webkit-animation: bannerCloud 40s ease infinite alternate;
    animation: bannerCloud 40s ease infinite alternate;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .banner-cloud-2 {
    top: 104px;
    right: -77px;
    -webkit-animation: bannerCloud 60s ease infinite alternate;
    animation: bannerCloud 60s ease infinite alternate;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .banner-left-house {
    position: absolute;
    top: 66px;
    left: 0px; }
  .banner-left-flower {
    position: absolute;
    left: -8px;
    top: -31px;
    -webkit-animation: bannerFlower 2s ease-in-out infinite alternate;
    animation: bannerFlower 2s ease-in-out infinite alternate;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .banner-right-house {
    position: absolute;
    top: 0px;
    right: 0px; }
  .banner-right-flower {
    position: absolute;
    right: 0px;
    top: 376px;
    -webkit-animation: bannerFlower 2.5s ease-in-out infinite alternate;
    animation: bannerFlower 2.5s ease-in-out infinite alternate;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }
  .banner-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .banner-tit h1 {
      margin: 0px;
      padding: 0px; }
    .banner-tit img {
      position: absolute; }
    .banner-tit-bg {
      position: relative !important;
      top: -7px;
      right: -15px; }
    .banner-tit-cloud-1 {
      top: 176px;
      left: 22px;
      -webkit-animation: bannerTitCloud 10s ease-in infinite;
      animation: bannerTitCloud 10s ease-in infinite; }
    .banner-tit-cloud-2 {
      top: 257px;
      right: -24px;
      -webkit-animation: bannerTitCloud 15s ease-in infinite;
      animation: bannerTitCloud 15s ease-in infinite; }
    .banner-tit-1 {
      top: -40px;
      right: 79px;
      -webkit-animation: banner-tit 0.8s ease-in-out backwards;
      animation: banner-tit 0.8s ease-in-out backwards;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1; }
    .banner-tit-2 {
      top: -4px;
      right: 59px;
      -webkit-animation: banner-tit 0.8s ease-in-out backwards;
      animation: banner-tit 0.8s ease-in-out backwards;
      -webkit-animation-delay: 1.7s;
      animation-delay: 1.7s;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1; }
    .banner-tit-seal {
      top: 354px;
      right: 243px;
      -webkit-animation: banner-tit-seal 0.3s ease-in backwards;
      animation: banner-tit-seal 0.3s ease-in backwards;
      -webkit-animation-delay: 2.5s;
      animation-delay: 2.5s; }
  .banner-woman {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .banner-woman img {
      max-width: 100%; }
    .banner-woman-img {
      position: relative;
      top: 149px;
      left: -228px; }
    .banner-woman-flower {
      position: absolute;
      top: 248px;
      left: -184px; }
  .banner .container {
    position: relative; }
  .banner-text {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 3px #000; }
    .banner-text > div {
      border: solid 4px #938344;
      display: inline-block;
      padding: 6px; }
      .banner-text > div > div {
        position: relative;
        border: solid 2px #938344;
        padding: 15px; }
        .banner-text > div > div:before {
          content: '';
          position: absolute;
          top: -23px;
          left: -23px;
          width: 35px;
          height: 35px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: solid 4px #938344; }
    .banner-text-img {
      position: absolute;
      bottom: -34px;
      right: -96px; }
  .banner-petal div {
    position: absolute; }
    .banner-petal div img {
      max-width: none; }
  .banner-petal-1 {
    top: 220px;
    left: 570px;
    -webkit-animation: bannerPeta 2s ease-in-out infinite;
    animation: bannerPeta 2s ease-in-out infinite; }
    .banner-petal-1 img {
      -webkit-animation: bannerPetalImg 2.5s ease-in infinite alternate;
      animation: bannerPetalImg 2.5s ease-in infinite alternate;
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      transform: rotateX(0deg) rotateY(0deg); }
  .banner-petal-2 {
    top: 230px;
    right: 620px;
    -webkit-animation: bannerPeta 3s ease-in-out infinite;
    animation: bannerPeta 3s ease-in-out infinite; }
    .banner-petal-2 img {
      -webkit-animation: bannerPetalImg 2.2s ease-in infinite alternate;
      animation: bannerPetalImg 2.2s ease-in infinite alternate;
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      transform: rotateX(0deg) rotateY(0deg); }
  .banner-petal-3 {
    top: 610px;
    left: 450px;
    -webkit-animation: bannerPeta 4s ease-in-out infinite;
    animation: bannerPeta 4s ease-in-out infinite; }
    .banner-petal-3 img {
      -webkit-animation: bannerPetalImg 2s ease-in infinite alternate;
      animation: bannerPetalImg 2s ease-in infinite alternate;
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      transform: rotateX(0deg) rotateY(0deg); }
  @media screen and (max-width: 1800px) {
    .banner-tit, .banner-woman {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0.75);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.75);
      transform: translateX(-50%) translateY(-50%) scale(0.75); }
    .banner-woman-img {
      top: 89px;
      left: -219px; }
    .banner-left-house {
      width: 300px; }
    .banner-left-flower {
      width: 490px; }
    .banner-right-house {
      width: 240px; }
    .banner-right-flower {
      width: 340px; }
    .banner-text {
      top: 0px;
      letter-spacing: -0.9px; }
    .banner-cloud-1 {
      width: 165px; }
    .banner-cloud-2 {
      width: 275px; }
    .banner-petal-1 {
      top: 11vw;
      left: 28vw; }
    .banner-petal-2 {
      top: 12vw;
      right: 30vw; }
    .banner-petal-3 {
      top: 28vw;
      left: 23vw; } }
  @media screen and (max-width: 1399px) {
    .banner-tit, .banner-woman {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.6);
      transform: translateX(-50%) translateY(-50%) scale(0.6); }
    .banner-left-house {
      width: 260px; }
    .banner-left-flower {
      width: 400px; }
    .banner-right-house {
      width: 210px; }
    .banner-right-flower {
      width: 250px; } }
  @media screen and (max-width: 1199px) {
    .banner-tit {
      -webkit-transform: translateX(-50%) translateY(-55%) scale(0.6);
      -ms-transform: translateX(-50%) translateY(-55%) scale(0.6);
      transform: translateX(-50%) translateY(-55%) scale(0.6); }
      .banner-tit-cloud-1 {
        width: 165px; }
    .banner-woman {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0.55);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.55);
      transform: translateX(-50%) translateY(-50%) scale(0.55); }
      .banner-woman-img {
        left: -250px; }
    .banner-left-house {
      width: 240px; }
    .banner-left-flower {
      width: 360px; }
    .banner-right-house {
      width: 200px; }
    .banner-right-flower {
      width: 230px;
      top: 330px; }
    .banner-text {
      position: relative;
      top: 58px;
      width: auto;
      font-size: 18px; }
    .banner-cloud-1 {
      width: 135px;
      right: 180px; }
    .banner-cloud-2 {
      width: 195px;
      right: 0px; }
    .banner-petal-1 img {
      width: 36px; }
    .banner-petal-2 img {
      width: 56px; }
    .banner-petal-3 img {
      width: 130px; } }
  @media screen and (max-width: 991px) {
    .banner-tit {
      -webkit-transform: translateX(-50%) translateY(-60%) scale(0.6);
      -ms-transform: translateX(-50%) translateY(-60%) scale(0.6);
      transform: translateX(-50%) translateY(-60%) scale(0.6); }
      .banner-tit-bg {
        max-width: none !important; }
      .banner-tit-cloud-1 {
        width: 205px; }
    .banner-woman {
      -webkit-transform: translateX(-50%) translateY(-56%) scale(0.55);
      -ms-transform: translateX(-50%) translateY(-56%) scale(0.55);
      transform: translateX(-50%) translateY(-56%) scale(0.55); }
    .banner-left-house {
      width: 21vw; }
    .banner-left-flower {
      width: 35vw; }
    .banner-right-house {
      width: 20vw; }
    .banner-right-flower {
      width: 23vw;
      top: 29vw; }
    .banner-text {
      top: 0px;
      padding: 0px 30px;
      padding-top: 21vw; }
      .banner-text br {
        display: none; }
      .banner-text-img {
        width: 85px;
        right: -60px; }
    .banner-petal-2 {
      right: 22vw; }
    .banner-petal-3 {
      top: 44vw;
      left: 11vw; } }
  @media screen and (max-width: 767px) {
    .banner-top {
      padding-top: 415px; }
      .banner-top-bg {
        max-width: none !important;
        position: absolute;
        width: 768px;
        left: 50%;
        top: 0px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .banner-top-line {
        height: 5px; }
        .banner-top-line:before {
          top: 8px; }
    .banner-cloud-1, .banner-cloud-2 {
      display: none !important; }
    .banner-tit {
      top: -50px;
      -webkit-transform: translateX(-50%) translateY(0%) scale(0.52);
      -ms-transform: translateX(-50%) translateY(0%) scale(0.52);
      transform: translateX(-50%) translateY(0%) scale(0.52); }
    .banner-woman {
      -webkit-transform: translateX(-50%) translateY(0%) scale(0.55);
      -ms-transform: translateX(-50%) translateY(0%) scale(0.55);
      transform: translateX(-50%) translateY(0%) scale(0.55);
      top: 0px; }
      .banner-woman-img {
        left: -180px;
        max-width: none !important;
        width: 234px; }
      .banner-woman-flower {
        display: none !important; }
    .banner-left-flower {
      width: 70vw; }
    .banner-right-house {
      top: 11vw; }
    .banner-right-flower {
      width: 190px;
      top: 260px; }
    .banner-text {
      padding: 0px 10px;
      font-size: 17px;
      letter-spacing: 0px; }
    .banner-petal-1 {
      top: 86px; }
    .banner-petal-2 {
      right: 10vw; }
    .banner-petal-3 {
      top: 286px;
      left: 12vw; }
      .banner-petal-3 img {
        width: 100px; } }

@-webkit-keyframes bannerFlower {
  100% {
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg); } }

@keyframes bannerFlower {
  100% {
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg); } }

@-webkit-keyframes bannerCloud {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0; } }

@keyframes bannerCloud {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0; } }

@-webkit-keyframes bannerPeta {
  0% {
    -webkit-transform: translateX(-20vw) translateY(-14vw);
    transform: translateX(-20vw) translateY(-14vw);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes bannerPeta {
  0% {
    -webkit-transform: translateX(-20vw) translateY(-14vw);
    transform: translateX(-20vw) translateY(-14vw);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes bannerPetalImg {
  100% {
    -webkit-transform: rotateX(90deg) rotateY(20deg);
    transform: rotateX(90deg) rotateY(20deg); } }

@keyframes bannerPetalImg {
  100% {
    -webkit-transform: rotateX(90deg) rotateY(20deg);
    transform: rotateX(90deg) rotateY(20deg); } }

@-webkit-keyframes bannerTitCloud {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; } }

@keyframes bannerTitCloud {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; } }

@-webkit-keyframes banner-tit {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0; } }

@keyframes banner-tit {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0; } }

@-webkit-keyframes banner-tit-seal {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

@keyframes banner-tit-seal {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

.footer {
  border-top: solid 4px #1a4f9c; }
  .footer-top {
    padding: 15px 0px 25px;
    background: #fff; }
  .footer-logo {
    float: left;
    padding-top: 15px; }
  .footer-phone {
    float: right;
    color: #ea5404; }
    .footer-phone-tit {
      font-size: 32px; }
    .footer-phone-phone {
      font-size: 48px; }
      .footer-phone-phone a {
        color: #ea5404; }
  .footer-info {
    font-size: 13px; }
  .footer-contactInfo {
    font-size: 0px;
    margin: 0px -10px;
    padding-top: 15px; }
    .footer-contactInfo-item {
      font-size: 13px;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      padding: 0px 10px;
      position: relative; }
      .footer-contactInfo-item:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        top: 0px;
        right: 0px;
        background: #ccc; }
      .footer-contactInfo-item-name {
        font-size: 15px;
        font-weight: bold; }
      .footer-contactInfo-item-address {
        margin: 5px 0px; }
      .footer-contactInfo-item:last-of-type:before {
        display: none; }
  .footer-warning {
    font-size: 15px;
    background: #f0f0f0;
    padding: 20px 0px; }
    .footer-warning ul {
      margin: 0px;
      padding-left: 18px; }
      .footer-warning ul li {
        padding: 7px 0px; }
    .footer-warning a {
      text-decoration: none;
      border-bottom: solid 1px; }
    .footer-warning-remark {
      font-size: 13px; }
  @media screen and (max-width: 767px) {
    .footer-logo {
      float: none;
      text-align: center; }
      .footer-logo img {
        width: 130px; }
    .footer-phone {
      float: none;
      text-align: center; }
      .footer-phone-tit {
        font-size: 18px; }
      .footer-phone-phone {
        font-size: 28px; }
    .footer-info {
      text-align: center; }
    .footer-contactInfo {
      margin: 0px; }
      .footer-contactInfo-item {
        display: block;
        width: auto;
        border-bottom: solid 1px #ccc;
        padding: 10px 0px; }
        .footer-contactInfo-item:before {
          display: none; }
        .footer-contactInfo-item-phone {
          float: left;
          margin-right: 10px; }
        .footer-contactInfo-item:first-of-type {
          padding-top: 0px; }
        .footer-contactInfo-item:last-of-type {
          padding-bottom: 0px;
          border-bottom: none; } }

.topBtn {
  position: fixed;
  bottom: -70px;
  right: 45px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .topBtn a {
    display: block;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    background: #f4c70b;
    text-align: center;
    color: #000;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
    top: 0px;
    padding-top: 5px;
    border: solid 4px #fff; }
    .topBtn a i {
      display: block;
      margin: 0 auto; }
    .topBtn a:hover {
      top: -8px; }
  @media screen and (max-width: 991px) {
    .topBtn {
      display: none; } }

section.item {
  padding: 55px 0px 1px;
  position: relative; }
  section.item.type2 {
    background: url(../images/bg-red.png) top left repeat;
    color: #fff; }
    section.item.type2 .tit-type2 > div {
      background: url(../images/bg-white.png) top left repeat;
      color: #161d26; }
    section.item.type2 .tit-type2-left, section.item.type2 .tit-type2-right {
      border-color: #f2c6a3; }
      section.item.type2 .tit-type2-left:before, section.item.type2 .tit-type2-right:before {
        border-color: #f2c6a3; }
    section.item.type2 .chart-source {
      color: #f98787; }
    section.item.type2 .line-dashed {
      border-color: #fff; }

@media screen and (max-width: 1800px) {
  section.item {
    padding: 55px 0px 30px; } }

@media screen and (max-width: 1199px) {
  section.item {
    padding: 55px 0px 50px; } }

@media screen and (max-width: 767px) {
  section.item {
    padding: 20px 0px; } }

.item-tattoo {
  position: absolute;
  z-index: 0; }
  .item-tattoo img {
    max-width: 100%; }
  .item-tattoo-left-1 {
    top: 50px;
    left: 50px; }
  .item-tattoo-left-2 {
    top: 0px;
    left: 0px;
    -webkit-animation: bannerPeta 6s ease-in-out infinite;
    animation: bannerPeta 6s ease-in-out infinite; }
    .item-tattoo-left-2 img {
      -webkit-animation: bannerPetalImg 6s ease-in infinite;
      animation: bannerPetalImg 6s ease-in infinite;
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      transform: rotateX(0deg) rotateY(0deg); }
  .item-tattoo-left-3 {
    top: 50px;
    left: 0px;
    -webkit-animation: bannerFlower 2s ease-in-out infinite alternate;
    animation: bannerFlower 2s ease-in-out infinite alternate;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .item-tattoo-right-1 {
    bottom: 50px;
    right: 0px;
    -webkit-animation: bannerPeta 6s ease-in-out infinite;
    animation: bannerPeta 6s ease-in-out infinite; }
  .item-tattoo-right-2 {
    bottom: 0px;
    right: -10px;
    -webkit-animation: bannerFlower 2.5s ease-in-out infinite alternate;
    animation: bannerFlower 2.5s ease-in-out infinite alternate;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }

.item-text {
  text-align: center;
  font-size: 20px;
  margin: 15px 0px; }
  .item-text-focus {
    color: #ad1d1f; }

.item-divide {
  width: 100%;
  display: block; }

@media screen and (max-width: 1800px) {
  .item-tattoo-left-1 {
    width: 105px; }
  .item-tattoo-left-2 {
    width: 215px; }
  .item-tattoo-left-3 {
    width: 310px; }
  .item-tattoo-right-1 {
    width: 215px; }
  .item-tattoo-right-2 {
    width: 240px; } }

@media screen and (max-width: 1399px) {
  .item-tattoo-left-1 {
    width: 85px;
    left: 10px; }
  .item-tattoo-left-2 {
    width: 115px; }
  .item-tattoo-left-3 {
    width: 250px; }
  .item-tattoo-right-1 {
    width: 115px; }
  .item-tattoo-right-2 {
    width: 120px; } }

@media screen and (max-width: 1199px) {
  .item-tattoo {
    display: none; } }

@media screen and (max-width: 767px) {
  .item-text {
    font-size: 18px; }
    .item-text.type2 {
      font-size: 18px; } }

.tit-type1 {
  font-size: 28px;
  color: #fff;
  margin: 35px 0px;
  padding: 0px; }
  .tit-type1 > div {
    position: relative;
    margin: 0 auto;
    border-radius: 32px;
    width: 256px;
    text-align: center;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #161d26; }
    .tit-type1 > div > div {
      background: url(../images/bg-blue.png) top left repeat;
      position: relative;
      border-radius: 28px;
      padding: 7px 0px; }
      .tit-type1 > div > div:before, .tit-type1 > div > div:after {
        content: '';
        position: absolute;
        top: 22px;
        width: 12px;
        height: 12px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      .tit-type1 > div > div:before {
        left: 20px; }
      .tit-type1 > div > div:after {
        right: 20px; }
  .tit-type1-left, .tit-type1-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tit-type1-left {
    left: -68px; }
  .tit-type1-right {
    right: -68px; }

.tit-type2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 22px 0px;
  padding: 0px; }
  .tit-type2 > div {
    position: relative;
    display: inline-block;
    background: url(../images/bg-red.png) top left repeat;
    border-radius: 8px;
    padding: 6px 15px; }
  .tit-type2-left, .tit-type2-right {
    width: 17px;
    height: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 3px #ad1d1f;
    position: absolute;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .tit-type2-left:before, .tit-type2-right:before {
      content: '';
      position: absolute;
      width: 17px;
      height: 17px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 3px #ad1d1f; }
  .tit-type2-left {
    left: -30px; }
    .tit-type2-left:before {
      top: 4px;
      left: -10px; }
  .tit-type2-right {
    right: -30px; }
    .tit-type2-right:before {
      top: -10px;
      right: -10px; }

.tit-type3 {
  margin: 22px 0px; }
  .tit-type3 > div {
    display: inline-block;
    font-size: 0px;
    position: relative;
    padding-left: 44px; }
  .tit-type3-no, .tit-type3-tit {
    font-size: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 3px #161d26; }
  .tit-type3-no {
    color: #fff;
    background: #161d26;
    width: 44px;
    text-align: center;
    padding: 2px 0px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .tit-type3-tit {
    color: #161d26;
    background: url(../images/bg-white.png) top left repeat;
    padding: 2px 18px; }
  .tit-type3-topLeft, .tit-type3-topRight, .tit-type3-bottomLeft, .tit-type3-bottomRight {
    position: absolute;
    width: 17px;
    height: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 3px #161d26; }
  .tit-type3-topLeft {
    top: -7px;
    left: -7px; }
  .tit-type3-topRight {
    top: -7px;
    right: -7px; }
  .tit-type3-bottomLeft {
    left: -7px;
    top: 33px; }
  .tit-type3-bottomRight {
    bottom: -7px;
    right: -7px; }

@media screen and (max-width: 767px) {
  .tit-type1 {
    font-size: 22px; }
    .tit-type1 > div {
      width: 210px; }
      .tit-type1 > div > div:before, .tit-type1 > div > div:after {
        top: 18px;
        width: 10px;
        height: 10px; }
    .tit-type1-left, .tit-type1-right {
      width: 60px; }
    .tit-type1-left {
      left: -49px; }
    .tit-type1-right {
      right: -49px; }
  .tit-type2 {
    font-size: 18px;
    padding: 0px 40px; }
  .tit-type3 > div {
    display: block; }
  .tit-type3-no, .tit-type3-tit {
    font-size: 18px; } }

.info-item-tit {
  font-size: 18px;
  color: #f4c70b;
  margin: 8px 0px;
  padding: 0px;
  position: relative;
  padding-left: 22px; }
  .info-item-tit:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f4c70b;
    top: 6px;
    left: 0px; }
  .info-item-tit + .info-item-text {
    padding-left: 22px; }

.info-item-text {
  font-size: 18px;
  margin: 8px 0px; }
  .info-item-text-focus {
    color: #ad1d1f; }

@media screen and (max-width: 767px) {
  .info-item-tit, .info-item-text {
    font-size: 17px; } }

.chart-table {
  font-size: 18px;
  margin: 20px 0px; }
  .chart-table-row {
    background: rgba(255, 245, 206, 0.36);
    border-radius: 5px;
    display: table;
    width: 100%; }
    .chart-table-row:nth-of-type(2n+0) {
      background: none; }
  .chart-table-col {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    padding: 11px 6px; }
  .chart-table-focus {
    color: #ad1d1f; }

.chart-img {
  margin: 20px 0px; }
  .chart-img img {
    max-width: 100%;
    width: 100%;
    display: block; }

.chart-source {
  font-size: 15px;
  color: #292929;
  margin: 20px 0px; }

@media screen and (max-width: 767px) {
  .chart-table {
    font-size: 12px;
    letter-spacing: 0.8px; }
  .chart-source {
    font-size: 12px; } }

.line-dashed {
  border-bottom: dashed 1px #483b30;
  margin: 45px 0px; }
  .line-dashed.type2 {
    border-bottom: solid 2px #fff; }

.raidersFocus-twoChart-item {
  float: left;
  width: 56%; }
  .raidersFocus-twoChart-item:nth-of-type(2) {
    float: right;
    width: 42.67%; }

@media screen and (max-width: 991px) {
  .raidersFocus-twoChart-item {
    float: none;
    width: auto; }
    .raidersFocus-twoChart-item .chart-img img {
      width: 70%;
      margin: 0 auto; }
    .raidersFocus-twoChart-item:nth-of-type(2) {
      float: none;
      width: auto; }
      .raidersFocus-twoChart-item:nth-of-type(2) .chart-img img {
        width: 50%; } }

@media screen and (max-width: 767px) {
  .raidersFocus-twoChart-item .chart-img img {
    width: 100% !important; } }

.inspirationalQuotes-item {
  border: solid 4px #938344;
  padding: 3px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px 0px; }
  .inspirationalQuotes-item > div {
    border: solid 2px #938344;
    padding: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .inspirationalQuotes-item-text {
    font-size: 20px;
    letter-spacing: -0.25px; }
  .inspirationalQuotes-item-remark {
    font-size: 18px;
    text-align: right;
    padding-top: 3px; }
  .inspirationalQuotes-item:before, .inspirationalQuotes-item:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 4px #938344; }
  .inspirationalQuotes-item:before {
    top: -12px;
    left: -12px; }
  .inspirationalQuotes-item:after {
    bottom: -12px;
    right: -12px; }

@media screen and (max-width: 767px) {
  .inspirationalQuotes-item-text {
    font-size: 17px; }
  .inspirationalQuotes-item-remark {
    font-size: 14px; } }

.target.item {
  padding-bottom: 50px; }

.target-item {
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 19px; }
  .target-item-area {
    font-size: 0px;
    padding: 0px 39px;
    margin: 30px 0px;
    position: relative; }
    .target-item-area-tag {
      position: absolute;
      z-index: 1;
      font-size: 18px;
      line-height: 32px;
      color: #fff;
      background: #161d26; }
      .target-item-area-tag:before {
        content: '';
        position: absolute;
        top: 0px;
        border-top: solid 16px transparent;
        border-bottom: solid 16px transparent; }
      .target-item-area-tag-1 {
        border-radius: 10px 0px 0px 10px;
        padding: 0px 12px 0px 20px;
        left: -40px;
        top: 160px; }
        .target-item-area-tag-1:before {
          border-left: solid 20px #161d26;
          right: -20px; }
      .target-item-area-tag-2 {
        border-radius: 0px 10px 10px 0px;
        padding: 0px 20px 0px 12px;
        right: -40px;
        top: 348px; }
        .target-item-area-tag-2:before {
          border-right: solid 20px #161d26;
          left: -20px; }
  .target-item-tit {
    margin: 0px;
    padding: 12px 36px;
    font-size: 20px;
    color: #fff;
    background: url(../images/bg-blue.png) top left repeat;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    text-align: center; }
    .target-item-tit:before, .target-item-tit:after {
      content: '';
      position: absolute;
      top: 20px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 13px;
      height: 13px; }
    .target-item-tit:before {
      left: 12px; }
    .target-item-tit:after {
      right: 12px; }
  .target-item-text {
    margin: 4px 0px;
    padding: 15px;
    font-size: 18px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .target-item-text-1 {
      background: #ffe3cc; }
    .target-item-text-2 {
      background: #f3cbab;
      border-radius: 0px 0px 10px 10px; }
    .target-item-text .target-item-area-tag {
      display: none; }
  .target-item-cta {
    text-align: center;
    padding-top: 15px; }
    .target-item-cta a {
      display: inline-block;
      position: relative;
      width: 172px;
      border-radius: 10px;
      background: #f4c70b;
      font-size: 18px;
      color: #000;
      padding: 10px 0px;
      -webkit-animation: target-item-cta 0.5s ease-in-out infinite alternate;
      animation: target-item-cta 0.5s ease-in-out infinite alternate;
      top: 0px; }
      .target-item-cta a:before {
        content: '';
        position: absolute;
        left: 50%;
        top: -12px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: solid 12px #f4c70b;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent; }
      .target-item-cta a:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused; }

@media screen and (max-width: 1199px) {
  .target-item {
    padding: 0px 10px; }
    .target-item-area {
      padding: 0px 70px; }
      .target-item-area-tag-1 {
        left: -14px; }
      .target-item-area-tag-2 {
        right: -14px; } }

@media screen and (max-width: 991px) {
  .target-item-area {
    padding: 0px 20px; }
    .target-item-area-tag {
      font-size: 14px;
      line-height: 26px; }
      .target-item-area-tag:before {
        border-top-width: 13px;
        border-bottom-width: 13px; }
      .target-item-area-tag-1 {
        padding: 0px 5px 0px 10px;
        top: 210px; }
        .target-item-area-tag-1:before {
          border-left-width: 10px;
          right: -10px; }
      .target-item-area-tag-2 {
        padding: 0px 10px 0px 5px;
        top: 448px; }
        .target-item-area-tag-2:before {
          border-right-width: 10px;
          left: -10px; } }

@media screen and (max-width: 767px) {
  .target.item {
    padding-bottom: 20px; }
  .target-item {
    display: block;
    width: auto; }
    .target-item-area-tag {
      display: none; }
    .target-item-tit {
      font-size: 18px; }
      .target-item-tit:before, .target-item-tit:after {
        top: 18px; }
    .target-item-text {
      height: auto !important;
      font-size: 17px; }
      .target-item-text .target-item-area-tag {
        display: block;
        top: 13px; }
        .target-item-text .target-item-area-tag-1 {
          left: -41px; }
        .target-item-text .target-item-area-tag-2 {
          right: -41px; }
    .target-item-cta {
      padding-bottom: 30px; } }

@-webkit-keyframes target-item-cta {
  100% {
    top: 10px; } }

@keyframes target-item-cta {
  100% {
    top: 10px; } }

.notice.item {
  padding-bottom: 50px; }
  .notice.item.type2 {
    background: url(../images/bg-blue.png) top left repeat; }

.notice .tit-type1 {
  color: #161d26; }
  .notice .tit-type1 > div {
    border-color: #f3cbab; }
    .notice .tit-type1 > div > div {
      background: url(../images/bg-white.png) top left repeat; }
      .notice .tit-type1 > div > div:before, .notice .tit-type1 > div > div:after {
        background: #161d26; }

.notice-list {
  font-size: 17px;
  margin: 15px 0px;
  padding-left: 18px; }
  .notice-list li {
    padding: 6px 0px; }

@media screen and (max-width: 767px) {
  .notice.item {
    padding-bottom: 20px; } }

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