/* nav */
.navmenu {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0 10px;
  border-radius: 10px;
  background: #5c787c;
  font-size: 14px;
}

.navmenu input,
.navmenu label {
  display: none;
}

.navmenu-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #5c787c;
}

.navmenu-item {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  line-height: 59px;
  font-size: 14px;
  transition: color .2s;
}

.navmenu-item:hover {
  color: #fff;
  text-decoration: underline;
}
.details_swiper {
  position: relative;
  width: 100%;
  max-height: 320px;
  margin-bottom: 15px;
  overflow: hidden;
}

.details_swiper input[type="radio"],
.details_swiper .handle_img {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
}

.details_swiper input[type="radio"] {
  opacity: 0;
}

.details_swiper .handle_img {
  pointer-events: none;
}

.details_swiper .radio_left,
.details_swiper .handle_left {
  left: 20px;
}

.details_swiper .radio_right,
.details_swiper .handle_right {
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.radio_left:checked ~ .handle_left,
.radio_right:checked ~ .handle_right {
  display: none;
}

.radio_right:checked ~ .details_swiper_content {
  transform: translateX(-50%);
}

.white.details_swiper_slide_content {
  color: #fff;
}
.black.details_swiper_slide_content {
  color: #333;
}

.details_swiper_content {
  position: relative;
  display: flex;
  width: 200%;
  top: 0;
  left: 0;
  transition: transform .4s ease;
}

.details_swiper_slide {
  position: relative;
  width: 50%;
}

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

.details_swiper_slide_content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.details_swiper_slide_content h3 {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: normal;
}

.details_swiper_slide_content p {
  margin: 10px 0;
  letter-spacing: 1px;
  line-height: 16px;
  font-size: 16px;
}
.csl-600 span {
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  display: flex;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  opacity: .8;
  transition: opacity .2s;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}

.csl-600 span:nth-of-type(1) {
  left: 21%;
}

.csl-600 span:nth-of-type(2) {
  left: 41%;
}

.csl-600 span:nth-of-type(3) {
  left: 61%;
}

.csl-600 span:nth-of-type(4) {
  left: 81%;
}
.details_swiper_content .bnr-content{
  width: 40%;
  left: 10%;

}
.content1 {
	position: absolute;
	top: 183%;
	left: -3%;
	font-size: 12px !important;
}
.content2 {
	position: absolute;
	top: 183%;
	left: 27%;
	font-size: 12px !important;
}

@media screen and (max-width: 998px) {
  .install-content{
    transform: translateY(-220%);
    width: 50%;
    font-size: 6px;
  }
  .navmenu {
    border-radius: 0;
    margin-bottom: 10px;
  }

  .navmenu label {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 49px;
    font-size: 18px;
    color: #fff;
  }

  .navmenu input {
    display: none;
  }

  .navmenu-list {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 100%;
    flex-direction: column;
    width: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
  }

  .navmenu input:checked~.navmenu-list {
    opacity: 1;
    pointer-events: visible;
  }

  .navmenu-item {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    background: #5c787c;
  }
}



 /* swp-320 */
 .swp-320 {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 15px;
  overflow: hidden;
}

.swp-320 input[type="radio"] {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.radio-left,
.handle-left {
  left: 4%;
}

.radio-right,
.handle-right {
  right: 4%;
}

.swp-handle {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.handle-right {
  transform: translateY(-50%) scaleX(-1);
}

.radio-left:checked~.handle-left {
  display: none;
}

.radio-right:checked~.handle-right {
  display: none;
}

.radio-left:checked~.swp-content {
  transform: translateX(0);
}

.radio-right:checked~.swp-content {
  transform: translateX(-50%);
}

.swp-content {
  position: relative;
  display: flex;
  width: 200%;
  transition: all .4s ease;
}

.swp-slide {
  width: 50%;
}

.swp-slide img {
  display: block;
  width: 100%;
}

.white.swp-slide-content h3,
.white.swp-slide-content p {
  color: #fff;
}

.black.swp-slide-content h3,
.black.swp-slide-content p {
  color: #333;
}

.swp-slide-content {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 20%;
}

.swp-slide-content h3 {
  margin: 0 0 20px 0;
  line-height: 1.5;
  font-size: 28px;
  font-weight: normal;
}

.swp-slide-content p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}

.swp-slide:nth-child(1) .swp-slide-content {
  left: 4%;
}

.swp-slide:nth-child(2) .swp-slide-content {
  top: 30%;
  left: 54.5%;
}

@media screen and (max-width: 768px) {
  .swp-320 {
    margin-bottom: 10px;
  }

  .swp-slide-content {
    top: 50%;
    width: 35%;
    transform: translateY(-50%) scale(.6);
    transform-origin: left center;
  }

  .swp-slide:nth-child(1) .swp-slide-content {
    left: 2%;
  }

  .swp-slide:nth-child(2) .swp-slide-content {
    left: 52%;
    transform: translateY(-50%) scale(.6);
    transform-origin: left center;
  }

  .swp-slide-content h3 {
    margin: 0 0 5px 0;
    line-height: 22px;
    font-size: 18px;
  }

  .swp-slide-content p {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
  }
}



/* carousel-600 */
.csl-600 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
}

.csl-container {
  position: relative;
  width: 55%;
  overflow: hidden;
}

.csl-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 500%;
}

.csl-slide {
  position: relative;
  width: 20%;
}

.csl-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.csl-slide span {
  position: absolute;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 4px 8px;
  text-align: center;
  font-size: 14px;
}

.csl-slide span.white {
  border: 1px solid #fff;
  color: #fff;
}

.csl-slide span.black {
  border: 1px solid #222;
  color: #222;
}

.csl-slide span.left-top {
  left: 6%;
  top: 6%;
}

.csl-slide span.right-top {
  right: 6%;
  top: 6%;
}

.csl-slide span.left-bottom {
  left: 6%;
  bottom: 6%;
}

.csl-slide span.right-bottom {
  right: 6%;
  bottom: 6%;
}

.csl-text {
  display: flex;
  width: 45%;
  background-color: #f4f5f6;
  color: #333;
  overflow: hidden;
}

.csl-text-wrapper {
  width: 80%;
  margin: auto;
}

.csl-text-title {
  margin: 0 0 30px 0;
  line-height: 28px;
  font-size: 28px;
  font-weight: normal;
}

.csl-text-list {
  margin: 0;
  padding-left: 20px;
}

.csl-text-list li {
  list-style-type: disc;
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
}

/* thumbnail-600 */
.tbl-600 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tbl-item {
  position: relative;
  display: inline-block;
  width: calc(100% / 5 - 10px);
}

.tbl-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: background .2s ease;
}

.tbl-item:hover::after {
  background: rgba(0, 0, 0, 0);
}

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

@media screen and (max-width: 998px) {
  .csl-600 {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .csl-container,
  .csl-text {
    width: 100%;
  }

  .csl-text {
    padding: 20px 0;
  }

  .csl-text-title {
    margin: 0 0 10px 0;
    line-height: 22px;
    font-size: 18px;
  }

  .csl-text-list li {
    line-height: 16px;
    font-size: 12px;
  }

  .csl-slide span {
    font-size: 12px;
  }
}



/* banner */
.bnr {
  position: relative;
  margin-bottom: 10px;
}

.bnr>img {
  display: block;
  width: 100%;
}

img.bnr-logo {
  display: inline-block;
  width: 160px;
  position: absolute;
  top: 10%;
  left: 9%;
}

.bnr-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bnr-content h3 {
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  line-height: 32px;
  font-size: 28px;
  font-weight: normal;
}

.bnr-content p {
  margin: 0;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 16px;
}
.bnr-content .content1,.bnr-content .content2 {
  line-height: 18px;
  text-align: center;
  top: 239%;
}

/* banner-number */
.bnr-1 .bnr-content {
  left: 9%;
  top: 44%;
  width: 27em;
  color: #fff;
}

.bnr-2 .bnr-content {
  left: 10%;
  width: 25em;
  color: #333;
}

.bnr-3 .bnr-content {
  right: 9%;
  width: 25em;
  color: #333;
}

.bnr-4 .bnr-content {
  left: 6%;
  top: 50%;
  width: 26em;
  color: #333;
}


.label {
  position: absolute;
  font-size: 16px;
}

.bnr-2 .label {
  left: 50%;
  bottom: 10%;
}

.bnr-3 .label {
  left: 30%;
  bottom: 20%;
  color: #fff;
}

.bnr-4 .label {
  left: 30%;
  bottom: 20%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .bnr {
    margin-bottom: 10px;
  }

  img.bnr-logo {
    width: 80px;
  }

  .bnr-content h3 {
    margin: 0 0 10px 0;
    line-height: 22px;
    font-size: 18px;
  }

  .bnr-content p {
    line-height: 16px;
    font-size: 12px;
  
  }

  .label {
    font-size: 12px;
  }

  .bnr-3 .label {
    bottom: 10%;
  }

  .bnr-4 .label {
    bottom: 10%;
  }

  .bnr-1 .bnr-content {
    width: 60%;
    transform: translateY(-50%) scale(.6);
    transform-origin: left center;
  }

  .bnr-2 .bnr-content {
    transform: translateY(-50%) scale(.6);
    transform-origin: left center;
  }
  
  .bnr-3 .bnr-content {
    right: 5%;
    width: 14em;
    transform: translateY(-50%) scale(.6);
    transform-origin: right center;
  }
  
  .bnr-4 .bnr-content {
    width: 20em;
    transform: translateY(-50%) scale(.6);
    transform-origin: left center;
  }
}


.icons {
  width: 90%;
  margin: 0 auto;
}

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


/* size */
.size {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px;
}

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


.info {
  width: 85%;
  margin: 60px auto;
  padding-left: 30px;
  border-left: 1px solid #7b7b7b;
}

.info h4 {
  margin: 20px 0;
  font-weight: normal;
  font-size: 18px;
}

.info p {
  margin: 10px 0;
  padding: 0;
  line-height: 28px;
  font-size: 14px;
}

.table {
  width: 85%;
  margin: 20px auto;
}

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


.install {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.install h3 {
  margin: 0 0 20px 0;
  font-weight: normal;
  font-size: 24px;
}

.install img {
  width: 100%;
}

.install-content{
  color: #222;
  position:absolute;
  top: 50%;
  width: 32%;
  left: 54%;
}

@media screen and (max-width: 768px) {
  .bnr-2 .bnr-content {
    width: 14em;
}
.bnr-4 .bnr-content {
  width: 14em;
}
  .size {
    flex-direction: column;
    margin: 20px auto;
  }

  .size img {
    width: 100%;
  }

  .table {
    width: 100%;
  }

  .info {
    border-left: none;
    padding: 0;
    margin: 20px auto;
  }

  .install {
    margin: 30px auto;
  }

  .install h3 {
    font-size: 16px;
  }
  .install {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .install-content{
    color: #222;
    position:absolute;
    top: 197%;
    width: 51%;
    left: 46%;
  }
}





/* symbol-list */
.symbol-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  margin-top: 80px;
}

.symbol-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.symbol-item span {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .symbol-list {
    transform: scale(.5);
    transform-origin: left center;
    width: 100%;
    margin-top: 20px;
  }
}


/* selling */
.selling {
  margin-top: 40px;
}

.selling-title {
  display: inline-block;
  max-width: 460px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  border-radius: 0 20px 20px 0;
  background: #5c787c;
  line-height: 64px;
  font-size: 24px;
  color: #fff;
}

.selling-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}

.selling-item {
  cursor: pointer;
  width: calc(100% / 5 - 10px);
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.selling-item img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.selling-item:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 998px) {
  .selling-title {
    max-width: 300px;
    width: 100%;
    padding-left: 20px;
    border-radius: 0 15px 15px 0;
    line-height: 49px;
    font-size: 18px;
  }

  .selling-item {
    width: calc(100% / 2 - 10px);
  }
}