@charset "UTF-8";

/* common */
/* upper */
/* under */
/* common */
/* upper */
/* under */
html {
  font-weight: bold;
}


html body {
  /* common */
  /* header */
  /* footer */
}

html body .wrapper {
  width: 1000px;
  margin: 0 auto;
}

html body .title {
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  background: #1198D0;
  color: #fff;
  font-size: 45px;
}

html body .title i {
  display: block;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

html body .mulTitle {
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  background: #146ab0;
  color: #fff;
  font-size: 45px;
}

html body .mulTitle i {
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

html body .header {
  border-bottom: 15px solid #1198D0;
}

html body .header__inner {
  width: 100%;
  padding: 20px 0 20px 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html body .header__logo a {
  display: block;
  width: 260px;
  margin-left: 200px;
}

html body .header__logo a figure {
  width: 100%;
}

html body .header__logo a figure img {
  vertical-align: bottom;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

html body .header__menu__items {
  width: 100%;
  height: 42px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

html body .header__menu__items li {
  font-weight: bold;
  background-color: #1799D1;
  background-image: repeating-linear-gradient(-45deg, #DCF0F8, #DCF0F8 1px, transparent 0, transparent 10px);
  border: 4px solid #fff;
  border-radius: 10px;
  padding: 6px;
  margin-right: 8px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

html body .header__menu__items li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

html body .header__menu__items li:first-child {

  border: 4px solid #1799D1;
  background: #DCF0F8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9F9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9F9), color-stop(0.75, #F9F9F9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

html body .header__menu__items li:first-child a {
  color: #1799D1;
}

html body .header__menu__items li:last-child {
  background: #E8380D;
  margin-right: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0;
}

html body .footer {
  height: auto;
}

html body .footer__inner {
  width: 540px;
  margin: 0 auto;
  padding: 60px 0 55px 0;
}

html body .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #464646;
}

html body .footer__top figure {
  margin-right: 20px;
  width: 108px;
}

html body .footer__top figure img {
  width: 100%;
}

html body .footer__top div ul li {
  list-style: none;
}

html body .footer__top div ul li:last-child a {
  color: #464646;
  text-decoration: none;
}

html body .footer__bottom {
  margin-top: 50px;
}

html body .footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .footer__bottom ul li {
  list-style: none;
  font-size: 14px;
}

html body .footer__bottom ul li:not(:last-child) {
  margin-right: 45px;
}

html body .footer__bottom ul li a {
  text-decoration: none;
  color: #000;
}

html body .footer__copylight {
  font-size: 12px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #0B6FAD;
  color: #fff;
}

@media screen and (max-width: 1060px) {
  body {
    width: 1000px;
  }

  html body .wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }

  html body .wrapper {
    padding: 0 15px;
    width: 100%;
  }

  .header__menu {
    display: none;
  }

  html body .header__inner {
    padding: 15px;
    margin: 0;
  }

  html body .header {
    border-bottom: 7px solid #1198D0;
  }

  html body .header__logo a {
    display: block;
    width: 45%;
  }

  html body .header__logo a img {
    content: url(../img/sp_logo.png);
  }

  html body .main .about__title__img {
    width: 100%;
    margin-top: -25px;
  }

  html body .title {
    font-size: 28px;
  }

  html body .footer__top {
    display: block;
  }

  html body .footer__top div {
    font-size: 15px;
  }

  html body .footer__top figure {
    margin-right: 0;
    width: 100%;
  }

  html body .footer__top figure img {
    width: 100px;
  }

  html body .footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 10px;
    text-align: center;
  }

  html body .footer__bottom {
    margin-top: 20px;
    font-size: 14px;
  }

  html body .footer__bottom ul {
    display: inline-block;
    width: 240px;
  }

  html body .footer__bottom ul li {
    display: inline-block;
    margin-bottom: 10px;
  }

  html body .footer__bottom ul li:not(:last-child) {
    margin-right: 0;
  }

  html body .footer__bottom ul li:first-child {
    margin-right: 30px;
  }

  html body .footer__copylight {
    height: 42px;
    line-height: 42px;
    font-size: 11px;
  }
}

html body {
  /* main */
}

html body .main .bg {
  position: relative;
}

html body .main .bg__outer {
  width: 100%;
  height: auto;
  z-index: -1;
}

html body .main .bg__outer figure {
  width: 100%;
}

html body .main .bg__outer figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

html body .main .bg__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

html body .main .bg__inner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

html body .main .bg__inner__content p {
  width: 532px;
}

html body .main .bg__inner__content p figure {
  width: 100%;
}

html body .main .bg__inner__content p figure img {
  width: 100%;
}

html body .main .bg__inner__content h1 {
  margin-top: 10px;
  width: 800px;
}

html body .main .bg__inner__content h1 figure {
  width: 100%;
}

html body .main .bg__inner__content h1 figure img {
  width: 100%;
}

html body .main .bg__inner__info {
  width: 152px;
  height: 152px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  bottom: 80px;
  right: 50px;
}

html body .main .bg__inner__info figure {
  width: 100%;
}

html body .main .bg__inner__info figure img {
  width: 100%;
}

html body .main .about {
  width: 100%;
  background: #1799D1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #1799D1), to(#fff));
  /*background: linear-gradient(#1799D1 40%, #fff);*/
  background: #1799D1;
  position: relative;
}

html body .main .about__title {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1799D1;
  width: 770px;
  height: 200px;
  border-radius: 50%;
}

html body .main .about__title h2#about {
  font-size: 50px;
  text-align: center;
  color: #FFF23F;
}

html body .main .about__title h2#about span:nth-child(11),
html body .main .about__title h2#about span:nth-child(12) {
  color: #fff;
  font-size: 40px;
}

html body .main .about__text {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}

html body .main .about__prices {
  color: #fff;
  /*padding-top: 100px;*/
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

html body .main .about__prices li {
  padding: 30px 15px;
  border: 3px solid #fff;
  width: 32%;
  list-style: none;
  margin-left: 12px;
  position: relative;
  text-align: center;
  border-radius: 0 10px 10px 10px;
  cursor: pointer;
}
html body .main .about__prices_b li {
  width: 23%;
}

html body .main .about__prices li:nth-child(1) {
  background: #FF9B28;
}

html body .main .about__prices li:nth-child(2) {
  background: #3AA8DC;
}

html body .main .about__prices li:nth-child(3) {
  background: #F55F5A;
}


html body .main .about__prices_b li:nth-child(2) {
  background: #2cc460;
}

html body .main .about__prices_b li:nth-child(3) {
  background: #3AA8DC;
}

html body .main .about__prices_b li:nth-child(4) {
  background: #F55F5A;
}

html body .main .about__prices li:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #FFF338;
  top: -1px;
  left: -1px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

html body .main .about__prices li h3 {
  font-size: 40px;
  color: #FFF23F;
  border-bottom: 2px dashed #fff;
}

html body .main .about__prices li h3 span {
  font-size: 40px;
}

html body .main .about__prices li div .price {
  margin: 30px 0 0 0;
  color: #FFF23F;
  font-size: 45px;
}

html body .main .about__prices li div .price span {
  color: #fff;
  line-height: 10px;
  font-size: 25px;
  display: block;
}


html body .main .about__prices li div .g-bit {
  border-radius: 50px;
  width: 100%;
  font-size: 25px;
  display: block;
  color: #000;
  background: #fff;
}

html body .main .about__prices li div .g-bit span {
  font-size: 30px;
}

html body .main .about__prices li div .text {
  font-size: 25px;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  html body .main .about__prices li div .text {
    font-size: 19px;
  }
}

html body .main .about__warning span {
  font-weight: bold;
  font-size: 24px;
}

html body .main .about__warning ul {
  margin-left: 25px;
  margin-bottom: 40px;
}

html body .main .merit {
  margin-top: 40px;
}

html body .main .merit__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

html body .main .merit__inner ul li {
  width: 32%;
  list-style: none;
  margin-bottom: 35px;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  border: 5px solid #fff;
}

html body .main .merit__inner ul li h4 {
  font-size: 25px;
  text-align: center;
  padding: 10px;
  background: #E8380D;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

html body .main .merit__inner ul li p {
  color: #464646;
  padding: 15px;
}

html body .main .machine__inner {
  background: #FFFAB1;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 0, transparent 10px);
}

html body .main .machine__content {
  position: relative;
}

html body .main .machine__content h3 {
  color: #0B6FAD;
  font-size: 25px;
  letter-spacing: -2px;
  position: absolute;
  top: 50px;
  left: 10px;
}

html body .main .machine__content .topBox {
  color: #0B6FAD;
  font-size: 25px;
  letter-spacing: -2px;
  position: absolute;
  top: 50px;
  left: 10px;
}

html body .main .machine__content .topBox .leftTitle{
  float:left;
}

html body .main .machine__content .topBox .rightTitle{
  float:left;background: #146ab0;color:white;border-radius: 7px;padding-right: 11px;padding-left: 9px;margin-left: 10px;
}

html body .main .machine__content figure {
  margin: 0 auto;
  width: 890px;
}

html body .main .machine__content figure img {
  vertical-align: bottom;
  width: 100%;
}

html body .main .machine__content ul {
  font-size: 18px;
  color: #0B6FAD;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

html body .main .machine__content .ul_b_title {
  font-size : 17px;
  right: 0;
  top: 75%;
  width: 52%;
}
html body .main .machine__content .ul_b_left {
  font-size : 17px;
  right: 26%;
  top: 90%;
}
html body .main .machine__content .ul_b_right {
  font-size : 17px;
  right: 0;
  top: 90%;
}

html body .main .machine__content ul li {
  list-style: none;
}

html body .main .machine__content .rightDiv {
  position: absolute;
  right: 0;
  bottom: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid black;
  background: #fff;
  padding: 6px;
  font-size: 12px;
}

html body .main .machine__content .rightDiv table {
  text-align: left;
}

html body .main .machine__content .rightDiv table tr th {
  padding-right: 20px;
  word-break:keep-all;
}

html body .main .machine__content .rightDiv table:first-child {
  width: 275px;
  margin-right: 30px;
}

html body .main .machine__content .rightDiv table:last-child {
  font-size: 14px;
}

html body .main .flow__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
}

html body .main .flow__content ul li {
  position: relative;
  padding: 15px 10px;
  width: 22%;
  background: #D0ECF7;
  list-style: none;
}

html body .main .flow__content ul li:not(:last-child):after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  content: "";
  width: 20px;
  height: 60px;
  background: #63C1E5;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

html body .main .flow__content ul li figure:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  margin: 0 auto;
}

html body .main .flow__content ul li figure:first-child img {
  height: 100%;
  vertical-align: bottom;
}

html body .main .flow__content ul li figure.info {
  position: absolute;
  top: -10px;
  right: -15px;
}

html body .main .flow__content ul li span {
  display: block;
  margin: 5px 0 0 0;
  color: #1799D1;
  font-size: 25px;
  text-align: center;
}

html body .main .flow__warning {
  margin-bottom: 40px;
}

html body .main .flow__warning span {
  font-size: 24px;
  font-weight: bold;
}

html body .header {
  border-bottom: unset;
}

@media screen and (max-width: 480px) {
  html body .main .bg__inner {
    top: 15px;
  }

  html body .main .bg__inner__content h1 {
    margin-top: 0;
    width: 100%;
  }

  html body .main .bg__inner__content .bg__inner__text img {
    width: 90%;
    margin-left: 5%;
  }

  html body .main .bg__outer figure img {
    content: url(../img/sp-main-bg.png);
  }

  html body .main .bg__inner__info {
    width: 76px;
    height: 76px;
    bottom: 23px;
    right: 22px;
  }

  html body .main .about__text {
    width: 100%;
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    font-size: 14px;
    padding-top: 10px;
  }

  html body .main .about__prices {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .header_inner_ph {
    width: 50%;
  }

  .header__menu__items_ph {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 10px;
    background-color: #1799D1;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  }

  .shopcar_ph {
    width: 34px !important;
  }

  .iconfont-box {
    color: #1799D1;
    margin-top: 20px;
  }

  .icon-upfold {
    font-size: 30px !important;
  }

  .icon-packup {
    font-size: 30px !important;
  }

  .open_mune {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }


  .header__menu__items_ph li a {
    text-decoration: none;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    margin-top: 2px;
    border-radius: 8px;
    border: 2px solid #fff;
    color: white;
    font-weight: bold;
  }



  html body .main .about__prices__sp li {
    padding: 3px 8px;
    border: 2px solid #fff;
    border-radius: 0 10px 10px 10px;
    list-style: none;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    margin-top: 30px;
  }

  html body .main .about__prices__sp li:nth-child(1) {
    background: #FF9B28;
  }

  html body .main .about__prices__sp li:nth-child(2) {
    background: #3AA8DC;
  }

  html body .main .about__prices__sp li:nth-child(2) button {
    color: #3AA8DC !important;
  }

  html body .main .about__prices__sp li:nth-child(3) {
    background: #F55F5A;
  }

  html body .main .about__prices__sp li:nth-child(3) button {
    color: #F55F5A !important;
  }

  html body .main .about__prices__sp_b li:nth-child(2) {
    background: #2cc460;
  }

  html body .main .about__prices__sp li:nth-child(2) button {
    color: #2cc460 !important;
  }

  html body .main .about__prices__sp_b li:nth-child(3) {
    background: #3AA8DC;
  }

  html body .main .about__prices__sp li:nth-child(3) button {
    color: #3AA8DC !important;
  }

  html body .main .about__prices__sp_b li:nth-child(4) {
    background: #F55F5A;
  }

  html body .main .about__prices__sp li:nth-child(4) button {
    color: #F55F5A !important;
  }

  html body .main .about__prices__sp li:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFF338;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }

  html body .main .about__prices__sp li .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px dashed #fff;
    padding: 0 5px 3px;
  }

  html body .main .about__prices__sp li .ttl img {
    width: 113px;
  }

  html body .main .about__prices__sp li .ttl h3 {
    font-size: 27px;
    color: #FFF23F;
  }

  html body .main .about__prices__sp li .ttl h3 span {
    font-size: 19px;
  }

  html body .main .about__prices__sp li .ttl .price {
    color: #FFF23F;
    font-size: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  html body .main .about__prices__sp li .ttl .price span {
    color: #fff;
    line-height: 10px;
    font-size: 17px;
    display: block;
    margin-right: 5px;
    letter-spacing: 5px;
  }

  html body .main .about__prices__sp li .txtarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  html body .main .about__prices__sp li .txtarea .g-bit {
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    display: block;
    color: #000;
    background: #fff;
    padding: 0px 15px;
  }

  html body .main .about__prices__sp li .txtarea .g-bit span {
    font-size: 18px;
  }

  html body .main .about__prices__sp li .txtarea .text {
    font-size: 13.5px;
    color: white;
    text-align: left;
    margin-top: 10px;
    line-height: 1.4;
  }

  html body .main .about__prices__sp li .txtarea button {
    font-size: 18px;
    color: #FF9B28;
    background-color: #FFF338;
    margin-top: 10px;
    padding: 10px 20px 6px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 1px 0px #0000001f;
    box-shadow: 2px 2px 1px 0px #0000001f;
  }

  html body .main .about__warning {
    margin-top: 40px;
    font-size: 14px;
  }

  html body .main .about__warning span {
    font-size: 16px;
  }

  html body .main .about__warning ul {
    margin-left: 17px;
  }

  html body .main .merit {
    margin-top: 35px;
  }

  html body .main .merit__inner ul li {
    width: 48%;
    border: 3px solid #fff;
    margin-bottom: 15px;
  }

  html body .main .daqiyue {
    width: 94%;
    height: 100px;
  }

  html body .main .daqiyue .qiyue {
    font-size: 1rem;
    height: 86px;

    background-color: #fff;
  }

  html body .main .merit__inner ul li h4 {
    font-size: 13px;
    padding: 6px 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  html body .main .merit__inner ul li p {
    color: #464646;
    padding: 6px;
    font-size: 12px;
  }

  html body .main .machine__content figure {
    padding-top: 60px;
    width: 100%;
  }

  html body .main .machine__content figure .img_a {
    content: url(../img/sp-machine.png);
  }

  html body .main .machine__content figure .img_b {
    content: url(../img/sp-machine_b.png);
  }

  html body .main .machine__content h3 {
    font-size: 17px;
    top: 21px;
    left: 15px;
  }

  html body .main .machine__content .topBox {
    font-size: 17px;
    top: 21px;
    left: 15px;
  }

  html body .main .machine__content .rightDiv {
    position: unset;
    right: unset;
    bottom: unset;
    width: 100%;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: unset;
  }

  html body .main .machine__content ul {
    position: absolute;
    right: unset;
    left: 15px;
    top: 312px;
    font-size: 12px;
    line-height: 1.4;
  }

  html body .main .machine__content .ul_b_title {
    display: contents;
    font-size: 12px;
  }

  html body .main .machine__content .ul_b_left {
    display: contents;
    font-size: 12px;
  }

  html body .main .machine__content .ul_b_right {
    display: contents;
    font-size: 12px;
  }

  html body .main .machine__content .rightDiv table:first-child {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
  }

  html body .main .machine__content .rightDiv table:last-child {
    font-size: 12px;
  }

  html body .main .machine__content .rightDiv table tr th {
    padding-right: 20px;
    width: 100px;
  }

  html body .main .flow__content ul li {
    padding: 15px 10px;
    width: 45%;
    margin-bottom: 40px;
  }

  html body .main .flow__content ul li:nth-child(2):after {
    position: absolute;
    top: unset;
    right: unset;
    left: -29px;
    bottom: -35px;
    -webkit-transform: unset;
    transform: unset;
    content: "";
    width: 28px;
    height: 24px;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    background: #63C1E5;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  html body .main .flow__content ul li figure.info {
    width: 70px;
  }

  html body .main .flow__content ul li figure.info img {
    width: 100%;
  }

  html body .main .flow__content ul {
    margin: 30px 0 0;
  }

  html body .main .flow__content ul li span {
    font-size: 22px;
  }

  html body .main .flow__content ul li p {
    font-size: 12px;
  }

  html body .main .flow__warning {
    margin-bottom: 0;
  }

  html body .main .flow__warning p {
    font-size: 14px;
  }
}

.c-calculator table {
  width: 100%;
  border-collapse: collapse;
}

.c-calculator table thead {
  background-color: #CEE2EF;
  border-bottom: 1px solid #0072CE;
}

.c-calculator table th {
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
}

.c-calculator table th:first-child {
  width: 230px;
}

.c-calculator table th:nth-child(2) {
  width: 450px;
}

.c-calculator table th:nth-child(3) {
  width: 100px;
}

.c-calculator table td {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 25px 0;
}

.c-calculator table td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-calculator table td div a {
  display: block;
}

.c-calculator table td div a img {
  width: 15px;
  height: 13px;
}

.c-calculator table td div .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}

.c-calculator table td .del {
  color: #33A9E1;
}

.c-calculator .usage {
  text-align: right;
  color: #F03C00;
  font-size: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0072CE;
}

.c-calculator .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-calculator .coupon p {
  font-size: 15px;
  font-weight: normal;
  margin-left: 80px;
}

.c-calculator .coupon input {
  margin-left: 50px;
  border: 1px solid #0072CE;
  padding: 10px 5px;
  width: 386px;
}

.c-calculator .postage {
  text-align: right;
  padding: 30px 0;
}

.c-calculator .postage .txt {
  font-size: 16px;
  font-weight: normal;
}

.c-calculator .postage .number {
  margin-left: 130px;
  font-size: 26px;
}

.c-calculator .postage .wne {
  font-size: 16px;
}

.c-calculator .price {
  background-color: #CEE2EF;
  padding: 0.7em 1.2em;
}

.c-calculator .price .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  font-size: 22px;
  margin-top: 0.5em;
}

.c-calculator .price .item .right {
  width: 185px;
  font-weight: normal;
}

.c-calculator .price .item .left {
  width: calc(100% - 185px);
  font-weight: normal;
}

.c-calculator .price .item:first-child {
  margin-top: 0;
}

.c-calculator .price .item:first-child .right {
  font-weight: bold;
}

.c-calculator .price .item:first-child .left {
  font-weight: bold;
}

.c-check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.c-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-check input:checked~.checkmark:after {
  display: block;
}

.c-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #323232;
}

.c-check .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #323232;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.c-check1 {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.c-check1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-check1 input:checked~.checkmark:after {
  display: block;
}

.c-check1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 2px solid #323232;
}

.c-check1 .checkmark:after {
  left: 3px;
  top: -1px;
  width: 6px;
  height: 12px;
  border: solid #323232;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.c-btn {
  background-color: #F03C00;
  font-size: 18.5px;
  font-weight: normal;
  color: white;
  padding: 5px 20px;
  width: 155px;
}

.c-btn-white {
  background-color: white;
  color: #F03C00;
  border: 1px solid #F03C00;
}

.c-select {
  min-width: 121px;
  position: relative;
}

.c-select::after {
  content: "▽";
  position: absolute;
  right: 5px;
  top: 10px;
  display: inline-block;
}

.c-select select {
  width: 100%;
}

.c-title {
  font-size: 20px;
  color: #323232;
}

.c-menu {
  cursor: pointer;
}

.c-menu__link span {
  width: 30px;
  height: 2px;
  background-color: #0B6FAD;
  display: block;
  border-radius: 5px;
}

.c-menu__link span:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-menu.change {
  display: none;
}

.c-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  height: auto;
  z-index: 99;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  right: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: width 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 0;
  margin-top: 80px;
  background-color: #1198D0;
}

.c-overlay .content {
  padding: 20px 15px 30px;
}

.c-overlay .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-bottom: 20px;
}

.c-overlay ul {
  list-style: none;
}

.c-overlay ul li {
  padding: 15px 10px;
  border-bottom: 1px solid white;
}

.c-overlay ul li:first-child {
  border-top: 1px solid white;
}

.c-overlay ul li a {
  color: white;
  text-decoration: none;
}

.c-overlay .close {
  cursor: pointer;
  margin-right: 70px;
  width: 25px;
  height: 25px;
}

.c-overlay .close span {
  cursor: pointer;
  width: 30px;
  height: 2px;
  background-color: white;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-overlay .close span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-10px, 7px);
  transform: rotate(-45deg) translate(-10px, 7px);
}

.c-overlay .close span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(2px, 5px);
  transform: rotate(45deg) translate(2px, 5px);
  margin-top: 5px;
}

.c-overlay.change {
  width: 70%;
}

.c-overlay .btn {
  margin-top: 20px;
}

.c-overlay .btn button {
  border: 1px solid white;
  background-color: #E8380D;
  color: white;
  padding: 0.5em 0;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .c-title {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .c-calculator table th:first-child {
    width: 200px;
  }

  .c-calculator table th {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
  }

  .c-calculator table td {
    font-size: 13px;
    padding: 10px 5px;
    text-align: left;
  }

  .c-calculator table th:last-child {
    min-width: 50px;
  }

  .c-calculator .usage {
    font-size: 15px;
    padding-bottom: 6px;
  }

  .c-calculator .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }

  .c-calculator .coupon input {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 7px 5px;
  }

  .c-calculator .coupon p {
    margin-left: 0;
  }

  .c-calculator .postage {
    padding: 19px 0;
  }

  .c-calculator .price .item {
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-calculator .price .item .right {
    width: 100px;
  }

  .c-calculator .price .item .left {
    width: calc(100% - 100px);
  }

  .c-calculator .postage .number {
    margin-left: 20px;
    font-size: 20px;
  }
}

body {
  font-family: "Roboto", sans-serif;
}

.bold {
  font-weight: bold !important;
}

ul.breadcrumb {
  padding: 25px 0 50px;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  color: #787878;
  font-size: 15px;
}

ul.breadcrumb li a {
  color: #787878;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #787878;
  text-decoration: underline;
}

ul.breadcrumb li+li:before {
  padding: 0 17px;
  content: "﹥";
}

.px50 {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }

  .px50 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
body .loadmoreBtn {
  text-align: center;
}

body .loadmoreBtn a {
  border: 2px solid #4b4b4b;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  padding: 8px 20px;
  display: block;
  color: #4b4b4b;
  width: 250px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 20px;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

body .loadmoreBtn a:hover {
  background: #0072CE;
  color: #fff;
  border-color: #0072CE;
}


body .button {
  text-align: center;
  display: inline-block;
  padding: 8px;
  line-height: 28px;
  font-size: 26px !important;
  cursor: pointer;
  text-decoration: none;
  margin-top: 10px;
}

body .button.button-bl {
  width: 100%;
  box-shadow: 6px 2px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px;
}


body .button.button-bl:hover {
  background: #873b94;
}


.daqiyue {
  width: 66%;
  border-radius: 18px;
  border: 6px solid #5ABE64;
  box-shadow: 4px 5px 3px rgba(0, 0, 0, 48%);
  margin: 40px auto;
}

.qiyue {
  height: 50px;
  color: #5ABE64;
  font-size: 20px;
  background-color: white;
  text-align: center;
  line-height: 50px;
  border-radius: 14px;
}

.navbar-nav {
  justify-content: space-around;
  text-decoration: none;
  align-items: center;
  height: 100px;
  display: flex;
}

.navbar-item {
  text-decoration: none;
}

.notfound {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.notfound_footer {
  width: 100%;
  height: 30px;
  position: fixed;
  bottom: 0;
  text-align: center;
  line-height: 30px;
  background: #00CCCC;
}

.Shopcar {
  margin-top: -4px;
}

.picbox {
  border: 1px solid #000;
  display: flex;
  justify-content: space-around;
}

/* .one {
  display: none;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
} */

.machine__inner .sp-none .leftBox{
  float: left;width: 54%;
}
.machine__inner .sp-none .leftBox .leftTitle{
  padding-right: 20px;float: right;
}
.machine__inner .sp-none .leftBox .rightTitle{
  float: right;text-align: center;margin-top: 10px;
}
.machine__inner .sp-none .leftBox .leftTitle .borderType{
  background: white;color:#146ab0;border-radius: 7px;margin-top: 10px;margin-bottom: 10px;
  padding-right: 14px;padding-left: 14px;
}
.machine__inner .sp-none .rightBox {
  float: left;width: 30%;font-size: 17px;margin-top: 16px;
}
.machine__inner .rightBox .leftTitle{
  float: left;width: 10%;text-align: right;
}
.machine__inner .rightBox .rightTitle{
  float: left;width: 90%;text-align: left;
}
.machine__inner .pc-none .leftBox{
  font-size: 20px;width: 100%;
}
.machine__inner .pc-none .leftBox .leftTitle{
  padding-right: 20px;float: left;padding-left: 10px;
}
.machine__inner .pc-none .leftBox .rightTitle{
  float: left;text-align: center;margin-top: 10px;
}
.machine__inner .pc-none .leftBox .leftTitle .borderType{
  background: white;color:#146ab0;border-radius: 7px;margin-top: 10px;margin-bottom: 5px;
  padding-right: 12px;padding-left: 12px;
}
.machine__inner .pc-none .rightBox {
  float: left;width: 100%;font-size: 17px;padding-bottom: 10px;
}

html body .main .listBox {
  width: 100%;
  background: #FFFAB1;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 0, transparent 10px);
  position: relative;
  padding-top: 15px;
}
html body .main .listBox .listTitleBox {
  color: #0B6FAD;
  font-size: 25px;
  display: flex;
}
html body .main .listBox .listTitleBox .leftTitle{
  background: #146ab0;color:white;border-radius: 7px;padding-right: 11px;padding-left: 9px;
}
html body .main .listBox .listTitleBox .rightTitle{
  margin-left: 10px;
}
.goodsCode{
  float:left;width: 33%;text-align: center;color: red;font-size: 20px;margin-top: 10px;margin-bottom: 10px;
}
.goodsCode_b{
  float:left;width: 24%;text-align: center;color: red;font-size: 20px;margin-top: 10px;margin-bottom: 10px;
}
.goodsCode_sp{
  word-wrap: break-word!important;color: red!important;text-align: center!important;font-size: 20px!important;
}
.list_padding{
  padding-bottom: 20px;
}