﻿body {
}

/********************************************************************
*****************general********************/
.wi-wsp-hide {
  display: none !important;
}
/*****************general********************
********************************************************************/
/********************************************************************
*****************account-control********************/
.wi-wsp-contact-list-item-a {
  color: #145d73;
  text-decoration: none;
  word-break: break-all;
}

.wi-control-account-list {
}

.wi-wsp-contact-list-item-a:hover {
  color: #576b95;
  text-decoration: underline;
}

.wi-wsp-contact-list-item {
  display: flex;
  align-items: center;
  min-height: 26px;
  padding-bottom: 2px;
  box-sizing: border-box;
}

.wi-wsp-contact-list-item-with-margin {
  margin-right: 10px;
}

.wi-wsp-contact-list-item-icon-file {
  height: 100%;
}

.wi-wsp-contact-list-item a {
  height: 100%;
}

.wi-wsp-contact-list-item-icon {
  margin-right: 5px;
}

.wi-wsp-contact-list-item-left {
  min-width: 60px;
  text-align: end;
  word-break: keep-all;
}

.wi-wsp-contact-list-item-right {
  word-wrap: break-word;
  word-break: break-all;
}

.wi-wsp-contact-list-item-image {
  height: 150px;
}
/*****************account-control********************
********************************************************************/
/********************************************************************
*****************account-side-panel********************/
.wi-control-account-side-panel-top {
  display: flex;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 5px;
}

.wi-control-account-side-panel-icon {
  font-size: 26px;
  background-color: white;
  color: #009aff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wi-control-account-side-panel-caption {
  font-weight: 700;
  font-size: 22px;
  margin-left: 15px;
  line-height: 45px;
  height: 38px;
}

.wi-control-account-side-panel {
  border-bottom-width: 1px;
  border-bottom-color: #6a6a6a;
  border-bottom-style: solid;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
}

.wi-control-account-side-panel-bottom {
  margin-left: 30px;
}

.wi-wsp-contact-list-item-right-small {
  font-size: 13px;
}

/*****************account-side-panel********************
********************************************************************/
/********************************************************************
*****************information********************/
.wi-wsp-control-informationControl {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.wi-wsp-control-information-top-image-content {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}

.wi-wsp-control-information-top-image {
  width: 100%;
  height: 100%;
}

.wi-wsp-control-informationControl-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 18px;
  /*padding-top: 37px;*/
  margin-top: 0;
}

.wi-wsp-control-informationControl-information {
  margin: 18px 0;
  font-weight: 100;
  font-size: 13px;
  color: #a7a7a7;
}

.wi-wsp-control-informationControl-content {
  font-size: 12px;
  text-align: justify;
  word-wrap: break-word;
  line-height: 26px;
}


/****************page**********************************************/
.wi-wsp-control-informationControl-page-title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
  /*padding-top: 5px;
    margin-top: 15px;*/
  border-bottom: solid 1px #c7c7c7;
  box-sizing: border-box;
  padding-bottom: 15px;
  padding-left: 5px;
  white-space: nowrap;
}

.wi-wsp-control-informationControl-page-content {
  font-size: 12px;
  text-align: justify;
  word-wrap: break-word;
  line-height: 26px;
  /*color: #616161;*/
}
/****************page**********************************************/
.wi-wsp-control-informationControl-attachment {
  border-bottom: 0.5px solid #ddd;
  margin-bottom: 30px;
}

.wi-wsp-control-informationControl-person {
  margin-right: 10px;
}
/*****************information********************
********************************************************************/
/********************************************************************
*****************middle-open********************/
.wi-wsp-control-middleopen-middle-content {
  width: 100%;
  display: flex;
  /*overflow:hidden;*/
  z-index: 2;
  margin-top: -15px;
}

.wi-wsp-control-middleopen-middle iframe {
  height: 100%;
}

.wi-wsp-control-middleopen {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s .9s;
  -moz-transition: visibility 0s .9s;
  transition: visibility 0s .9s;
}

.wi-wsp-control-middleopen-is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.wi-wsp-control-middleopen-left {
  display: none;
}

  .wi-wsp-control-middleopen-left::after {
    background-color: #f9fafa;
  }

.wi-wsp-control-middleopen-right {
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

  .wi-wsp-control-middleopen-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    background-color: #c0c3c3;
  }

.wi-wsp-control-middleopen-is-open .wi-wsp-control-middleopen-right::after {
  background-color: #f9fafa;
}

.wi-wsp-control-middleopen-left, .wi-wsp-control-middleopen-right {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}

  .wi-wsp-control-middleopen-left::after, .wi-wsp-control-middleopen-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s .4s,background-color .5s .4s;
    -moz-transition: -moz-transform .5s .4s,background-color .5s .4s;
    transition: transform .5s .4s,background-color .5s .4s;
  }

.wi-wsp-control-middleopen-middle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 32px;
  /*padding-right: 64px;
    padding-bottom: 64px;
    padding-left: 64px;*/
  visibility: hidden;
  -webkit-transition: visibility 0s .4s;
  -moz-transition: visibility 0s .4s;
  transition: visibility 0s .4s;
  box-sizing: border-box;
  display: flex;
  padding-left: 3px;
  padding-right: 3px;
}

.wi-wsp-control-middleopen-is-open .wi-wsp-control-middleopen-middle {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0s .5s;
  -moz-transition: visibility 0s .5s;
  transition: visibility 0s .5s;
}

.wi-wsp-control-middleopen-close {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1px;
  right: 10px;
  height: 30px;
  width: 30px;
  font-size: 30px;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity .2s 0s;
  -moz-transition: opacity .2s 0s;
  transition: opacity .2s 0s;
  cursor: pointer;
}

.wi-wsp-control-middleopen-is-open .wi-wsp-control-middleopen-close {
  opacity: 1;
  -webkit-transition: opacity .2s .5s;
  -moz-transition: opacity .2s .5s;
  transition: opacity .2s .5s;
}

@media only screen and (max-width:500px) {
  .wi-wsp-control-middleopen-middle {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width:0px) {
  .wi-wsp-control-middleopen {
  }

  .wi-wsp-control-middleopen-left {
    display: block;
    -webkit-perspective-origin: 100% 50%;
    -moz-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }

    .wi-wsp-control-middleopen-left::after {
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translateX(100%) rotateY(90deg);
      -moz-transform: translateX(100%) rotateY(90deg);
      -ms-transform: translateX(100%) rotateY(90deg);
      -o-transform: translateX(100%) rotateY(90deg);
      transform: translateX(100%) rotateY(90deg);
    }

  .wi-wsp-control-middleopen-left, .wi-wsp-control-middleopen-right {
    width: 50%;
    float: left;
    height: 100%;
  }

  .wi-wsp-control-middleopen-is-open .wi-wsp-control-middleopen-left::after, .wi-wsp-control-middleopen-is-open .wi-wsp-control-middleopen-right::after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s 0s,background-color .5s 0s;
    -moz-transition: -moz-transform .5s 0s,background-color .5s 0s;
    transition: transform .5s 0s,background-color .5s 0s;
  }

  .wi-wsp-control-middleopen-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
}

.wi-wsp-control-is-hide {
  overflow: hidden;
}
/*****************middle-open********************
********************************************************************/
/********************************************************************
*****************navigate01********************/
.wi-wsp-control-navigate {
  font-size: 12px;
  width: 100%;
}

  .wi-wsp-control-navigate .wi-control-container-content {
    margin-left: 0px;
    padding-left: 0px;
  }



.wi-control-lane-select-l1 > .wi-control-lane-head {
  background-color: #0a212d;
  color: white;
  /*font-weight: bold;*/
}

.wi-control-lane-select-l1 > .wi-control-container-content > .wi-control-lane-content-list {
  -webkit-box-shadow: 0px 2px 0px #b8c0c5, 1px 2px 2px #b8c0c5;
  -moz-box-shadow: 0px 2px 0px #b8c0c5, 1px 2px 2px #b8c0c5;
  box-shadow: 0px 2px 0px #b8c0c5, 1px 2px 2px #b8c0c5;
  margin-bottom: 15px;
  border-left: 1px solid #b8c0c5;
}

.wi-control-lane-content-list {
  margin-bottom: 5px;
  margin-top: -3px;
  font-size: 11px;
  margin-left: 2px;
  padding-left: 0px;
}

.wi-control-lane-select-l1 > .wi-control-container-content > .wi-control-lane-content-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 30px;
  left: 2px;
  border-left: 8px solid #0a212d;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 2;
}

.wi-control-lane-select-l2 {
  color: #0063a5;
  font-weight: bold;
}


.wi-control-lane-head {
  display: flex;
  border-bottom: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
  min-height: 30px;
  cursor: pointer;
  margin-left: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wi-control-lane-head-left {
  line-height: 30px;
  padding-left: 12px;
  flex-grow: 1;
  z-index: 3;
}

.wi-control-lane-head-right .wi-control-button {
  background-color: transparent;
  color: #000;
}

.wi-control-lane-head-right .wi-control-button-icon {
  color: black;
}

.wi-control-lane-head-button-expanded {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wi-control-lane-head-caption-l3 {
  font-size: 10px;
}

.wi-control-lane-head-caption:hover {
  color: #0063a5;
}

.wi-control-lane-select-l1 > .wi-control-lane-head .wi-control-lane-head-caption:hover {
  color: white;
}

.wi-control-lane-select-l1 > .wi-control-lane-head .wi-control-button-icon {
  color: white;
}
/*****************navigate01********************
********************************************************************/
/********************************************************************
*****************navigate02********************/
.wi-wsp-control-navigate02-item {
  display: block;
  text-align: center;
  width: 120px;
  height: 54px;
  line-height: 50px;
  font-size: 16px;
  border: 3px solid transparent;
  color: #3d3d3d;
  cursor: pointer;
}

.wi-wsp-control-navigate02-small-list {
  position: absolute;
  left: 0;
  width: 100vw;
  background-color: rgba(69, 72, 75, 0.7);
  padding-left: 6px;
}

.wi-wsp-control-navigate02-relative {
  position: relative;
}

.wi-wsp-control-navigate02-small {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
}

.wi-wsp-control-navigate02-small-item {
  border-left: 1px solid #34495e;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-top: 2px;
  margin-left: 5px;
  margin-bottom: 5px;
  color: white;
  font-size: 14px;
  flex-grow: 1;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
}
/*****************navigate02********************
********************************************************************/
/********************************************************************
*****************navigate03********************/
a {
  color: black;
  text-decoration: none;
}

.wi-wsp-control-navigate3-parent {
  width: 100%;
  position: fixed;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.wi-wsp-control-navigate3-next {
  height: 100vh;
  overflow: auto;
}

.wi-wsp-control-navigate3-left-open {
  left: -300px;
}

.wi-wsp-control-navigate3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(0,0,0,0.8);
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  height: 80px;
  max-height: 10vh;
  display: flex;
  align-items: center;
}

  .wi-wsp-control-navigate3 + .wi-gcs-layout-row {
    height: 100vh;
    overflow: auto;
  }

.wi-wsp-control-navigate3-root {
  position: absolute;
  right: -300px;
  height: 100vh;
  top: 0;
  width: 300px;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.wi-wsp-control-navigate3-root-small {
  right: -260px;
  width: 260px;
}

.wi-wsp-control-navigate3-item {
  position: fixed;
  right: -260px;
  height: 100vh;
  top: 0;
  width: 260px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
}

.wi-wsp-control-navigate3-logo-content, .wi-wsp-control-navigate3-top-navigate, .wi-wsp-control-navigate3-button {
  margin-left: auto;
  margin-right: auto;
}

.wi-wsp-control-navigate3-logo-content {
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wi-wsp-control-navigate3-logo {
  height: 100%;
  max-height: 60px;
}

.wi-wsp-control-navigate3-button {
  background-color: white;
  color: #161e46;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 0 13px;
  height: 30px;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}

.wi-wsp-control-navigate3-icon {
  color: #161e46;
  cursor: pointer;
}

.wi-wsp-control-navigate3-caption {
  font-weight: bold;
  margin-left: 10px;
  word-break: keep-all;
}

.wi-wsp-control-navigate3-parent-open {
}

.wi-wsp-control-navigate3-child-open {
  right: 0px;
}

.wi-wsp-control-navigate3-root-caption, .wi-wsp-control-navigate3-item-caption {
  text-align: center;
  border-bottom: 2px solid #9b7726;
  color: #9b7726;
  height: 30px;
  font-size: 22px;
}

.wi-wsp-control-navigate3-root-item, .wi-wsp-control-navigate3-son-item {
  height: 34px;
  font-size: 18px;
  margin-top: 21px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

  .wi-wsp-control-navigate3-root-item:hover,
  .wi-wsp-control-navigate3-son-item:hover,
  .wi-wsp-control-navigate3-list-item:hover {
    color: #9b7726;
  }

    .wi-wsp-control-navigate3-root-item:hover a,
    .wi-wsp-control-navigate3-son-item:hover a,
    .wi-wsp-control-navigate3-list-item:hover a {
      color: #9b7726;
    }

.wi-wsp-control-navigate3-list-item {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.wi-wsp-control-navigate3-back {
  display: flex;
  margin-top: 21px;
  font-size: 18px;
  cursor: pointer;
  height: 34px;
  align-items: center;
  margin-left: -4px;
}

.wi-wsp-control-navigate3-item-icon {
  font-size: 13px;
  box-sizing: border-box;
}

.wi-wsp-control-navigate3-item-text {
  margin-left: 5px;
}

.wi-wsp-control-navigate3-list-bottom-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.wi-wsp-control-navigate3-shadow {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.3s, height 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.3s, height 0.5s;
  transition: opacity 0.5s, width 0.1s 0.3s, height 0.5s;
  background-color: #9b7726;
}

.wi-wsp-control-navigate3-parent-open .wi-wsp-control-navigate3-shadow {
  height: 100%;
  opacity: 0.9;
}

.wi-wsp-control-navigate3-item-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9b7726;
  transform: translateX(-100%) translateX(-1px);
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.wi-wsp-control-navigate3-root-item:hover > .wi-wsp-control-navigate3-item-shadow,
.wi-wsp-control-navigate3-son-item:hover > .wi-wsp-control-navigate3-item-shadow,
.wi-wsp-control-navigate3-list-item:hover > .wi-wsp-control-navigate3-item-shadow {
  transform: translateX(100%) translateX(1px);
}

.wi-wsp-control-navigate3-item-line {
  position: absolute;
  left: 0;
  width: 100%;
  background: #9b7726;
  transform: translateX(-100%) translateX(-1px);
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  top: calc(100% - 2px);
  height: 2px;
}

.wi-wsp-control-navigate3-root-item:hover > .wi-wsp-control-navigate3-item-line,
.wi-wsp-control-navigate3-son-item:hover > .wi-wsp-control-navigate3-item-line,
.wi-wsp-control-navigate3-list-item:hover > .wi-wsp-control-navigate3-item-line {
  transform: translateX(0);
}

@media only screen and (max-width:500px) {
  .wi-wsp-control-navigate3-left-open {
    left: -260px;
  }

  .wi-wsp-control-navigate3-logo {
    height: 25px;
  }

  .wi-wsp-control-navigate3-caption {
    display: none;
  }

  .wi-wsp-control-navigate3-button {
    border-radius: 5px;
    background-color: #34495e;
  }

  .wi-wsp-control-navigate3-icon {
    color: white;
  }
}

/*****************navigate03********************
********************************************************************/
/********************************************************************
*****************message-control********************/
.wi-wsp-message-control {
  box-sizing: border-box;
  /*background-color: white;*/
  /*border-top-color: #bbb;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #bbb;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #bbb;
    border-left-style: solid;
    border-left-width: 1px;*/
  width: 100%;
  display: flex;
  justify-content: center;
}

.wi-wsp-message-control-content {
  width: 100%;
  max-width: 800px;
}

.wi-wsp-message-control-head {
  height: 75px;
  border-bottom: 1px solid #bbb;
  padding-top: 25px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 20px;
}

.wi-wsp-message-control-operation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 25px;
}

.wi-wsp-message-control-submit {
  /*color: #676666;*/
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 1px 1px 1px black;
  -webkit-box-shadow: 1px 1px 1px black;
  -moz-box-shadow: 1px 1px 1px black;
}

.wi-wsp-message-control-item {
  margin-top: 18px;
  max-width: 100%;
  display: flex;
}

.wi-wsp-message-control-item-padding {
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}

.wi-wsp-message-control-item-icon {
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #34495e;
}

.wi-wsp-message-control-item-input {
  background-color: white;
  min-height: 29px;
  height: auto;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  text-indent: 5px;
  line-height: 26px;
}

.wi-wsp-message-control-item textarea {
  min-height: 120px;
}
/*****************message-control********************
********************************************************************/
/********************************************************************
*****************product********************/
.wi-wsp-control-product-item-image-content {
  padding: 6px;
  width: 211px;
  height: 141px;
  overflow: hidden;
  border-width: 1px;
  border-color: #999;
  border-style: solid;
  box-sizing: border-box;
}

.wi-wsp-control-product-item-image {
  width: 100%;
  height: 100%;
}

.wi-wsp-control-product-top-image-content {
  width: 300px;
  height: 200px;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  border-color: #666;
  border-style: solid;
  flex-shrink: 0;
  margin-right: 30px;
}

.wi-wsp-control-product-top-image {
  width: 100%;
  height: 100%;
}

.wi-wsp-control-product-item-name-content {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url(/WPT/APS/WSP/pst/1617/t01/image/shadow.jpg);
}

.wi-wsp-control-product-item-name {
  color: #666;
  font-size: 12px;
  line-height: 36px;
}

.wi-wsp-control-product-item {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.wi-wsp-control-product-top-content {
  min-width: 300px;
}

.wi-wsp-control-product-top-introduction-content {
  width: 100%;
  color: #666;
  font-size: 12px;
  max-height: 100%;
  line-height: 26px;
}

.wi-wsp-control-product-top {
  display: flex;
  margin-bottom: 20px;
  /*justify-content: space-around;*/
}

.wi-wsp-button-product-right, .wi-wsp-button-product-left {
  display: flex;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  align-items: center;
  padding-bottom: 36px;
  justify-content: center;
}

.wi-wsp-button-product-right {
  padding-left: 10px;
}

/*****************product********************
********************************************************************/
/********************************************************************
*****************bottom********************/
.wi-wsp-main-bottom {
  width: 100%;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: left;
  position: relative;
  background: #292f38;
  height: auto;
  color: #4d5560;
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,0.10);
  z-index: 3;
}

#wi-wsp-bottom-container {
  /*display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
}

  #wi-wsp-bottom-container a {
    color: #939393;
  }

.wi-wsp-belong {
}

.wi-wsp-support {
  text-align: center;
  width: 100%;
  /*display: inline-block;*/
  line-height: 26px;
  display: flex;
  align-items: center;
}

.wi-wsp-bottom-icon {
  font-size: 16px;
  margin-right: 5px;
}

.wi-wsp-number {
  line-height: 26px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.wi-wsp-number-has-margin {
  /*margin-left: 25px;*/
}

.wi-wsp-support .wi-wsp-belong {
  color: black;
  text-decoration: none;
}

.wi-wsp-support:hover .wi-wsp-belong:hover {
  color: #576b95;
  text-decoration: underline;
}

.wi-wsp-main-head-content {
  display: flex;
  align-items: center;
}

.wi-wsp-main-head-logo {
  max-height: 62px;
  cursor: pointer;
}

.wi-wsp-main-head-name {
  margin-left: 5px;
  font-weight: bold;
  font-size: 22px;
  color: white;
}
/*.wi-control-navigate-small-head .wi-wsp-main-head-logo {
    height: 25px;
}*/
.wi-wsp-copyright {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  justify-content: center;
  align-items: center;
}

.wi-wsp-pns {
  display: flex;
  justify-content: start;
  align-items: center;
}

.wi-wsp-pns-icon, .wi-wsp-number-icon {
  font-size: 24px;
}

.wi-wsp-bottom-title {
  line-height: 20px;
  font-size: 15px;
  color: white;
  text-align: center;
  font-weight: bold;
  /*display: none;*/
}

.wi-wsp-pns-image {
  width: 20px;
  height: 20px;
  display: none;
}

.wi-wsp-pns-caption {
  margin-left: 5px;
  line-height: 20px;
}

.wi-wsp-aic {
}

.wi-wsp-aic-image {
}

.wi-wsp-evidence {
  display: flex;
}

.wi-wsp-bottom-account {
  color: #939393;
}

.wi-wsp-support-account a {
  color: black
}

.wi-wsp-bottom-account img {
  height: 20px;
}

.wi-wsp-bottom-account .wi-wsp-contact-list-item-icon {
  font-size: 16px;
}

.wi-wsp-bottom-item {
  padding-left: 20px;
  padding-right: 20px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #4c4c4c;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.wi-wsp-bottom-pns {
  padding-left: 20px;
  padding-right: 20px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #4c4c4c;
  height: 100%;
}
/*****************bottom********************
********************************************************************/
/********************************************************************
*****************product-view********************/
.wi-product-view-container {
  width: 100%;
  background-color: #dbf6f3;
  padding-bottom: 15px;
}

.wi-wsp-product-item-top-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

  .wi-wsp-product-item-top-image img {
    width: 100%;
    height: 100%;
  }

.wi-wsp-product-view-top {
}
/*.wi-wsp-product-view-top-image-content,*/
.wi-wsp-product-view-image-content {
  border-top-color: #dedada;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dedada;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dedada;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dedada;
  border-left-style: solid;
  border-left-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.wi-wsp-product-view-image-content {
  width: 100%;
  height: 100%;
}

.wi-wsp-product-view-top-image-content {
  width: 270px;
  height: 270px;
  margin-right: 10px;
}

.wi-wsp-product-view-image, .wi-wsp-product-view-top-image {
  width: 100%;
  height: 100%;
}

.wi-wsp-product-view-infor {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  flex: 1;
}

.wi-wsp-product-view-infor-item {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.wi-wsp-product-view-infor-item-caption {
  color: #6f6f6f;
  min-width: 42px;
  text-align: end;
}

.wi-wsp-product-view-punctuation {
  color: #6f6f6f;
}

.wi-wsp-product-view-infor-item-value {
  margin-left: 5px;
}

.wi-wsp-product-view-name {
  font-size: 20px;
  font-weight: 800;
}

.wi-wsp-product-view-bottom {
  /*margin-top: 20px;*/
}

.wi-wsp-product-view-title {
  background-color: #0a212d;
  color: white;
  font-weight: 800;
  padding-left: 12px;
  box-sizing: border-box;
  line-height: 30px;
}

.wi-wsp-product-view-image-area {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  margin-right: 10px;
}

.wi-wsp-product-view-introduction {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  box-sizing: border-box;
  border-top-color: #dedada;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dedada;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dedada;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dedada;
  border-left-style: solid;
  border-left-width: 1px;
  flex: 1;
  min-width: 300px;
}

.wi-product-watcher-item {
  width: 100%;
  height: 100%;
}

.wi-product-watcher-img {
  width: 100%;
}

.wi-wsp-product-view-content {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.wi-control-display-list-left, .wi-control-display-list-right {
  font-size: 20px;
}

/*****************product-view********************
********************************************************************/
/********************************************************************
*****************media********************/
@media screen and (max-width:500px) {
  .wi-wsp-aic {
    width: 50px;
  }

  .wi-wsp-certificate {
    width: 200px;
  }

  #wi-wsp-bottom-container {
    /*justify-content: center;*/
    max-width: 300px;
  }

  .wi-wsp-copyright {
    margin-left: 0;
  }

  .wi-wsp-bottom-item {
    border: none;
    justify-content: center;
  }

  .wi-wsp-bottom-pns {
    border: none;
  }

  .wi-wsp-bottom-title {
    display: none;
  }

  .wi-wsp-aic-image {
    height: 50px;
  }

  #wi-wsp-bottom-aic {
    padding: 0;
  }

  #wi-wsp-bottom-certificate {
    padding-right: 0;
  }

  .wi-wsp-product-view-content {
    justify-content: center;
  }

  .wi-wsp-product-view-infor, .wi-wsp-product-view-introduction {
    border: none;
  }

  .wi-wsp-main-head-logo {
    height: 25px;
  }
}

@media screen and (min-width: 1050px) {
  .wi-wsp-control-informationControl {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 939px) {
  .wi-wsp-control-informationControl {
    width: 100%;
    min-width: 300px;
    /*padding-top: 5px;
        padding-bottom: 5px;*/
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

/*****************media********************
********************************************************************/
