.disnone {
  display: block;
}

.disnone-bg {
  background-color: transparent;
}


.product_wrap.compare a.no-bg {
  background-color: transparent;
}


/*--Ready to Use開始--------------------------------------------------------------------------------*/
.readyToUse {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #fff;
}

.readyToUse .contents {
  width: 1200px;
  height: auto;
  padding: 30px 5px 0px 5px;
  margin: 0 auto;
  box-sizing: border-box;
}

.readyToUse .contents .box {
  width: 96%;
  height: auto;
  float: left;
  margin: 1% 2%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.readyToUse .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  margin: 15px 0 20px 0;
}

.readyToUse .contents .box span {
  width: 70%;
  margin: 0 auto;
  display: block;
  color: #595959;
  text-align: left;
  width: 69%;
  /*一個字落單的問題*/
}

.readyToUse .contents .box span a {
  text-decoration: none;
}

.readyToUse .contents .box span a:hover {
  text-decoration: underline;
}

.reverse {
  flex-direction: row-reverse;
}

/*--Ready to Use2(canvas)開始--------------------------------------------------------------------------------*/

.readyToUse2 {
  float: left;
  width: 100%;
  background-color: white;
  padding-bottom: 0;
}

.readyToUse2 .contents {
  width: 100%;
  /* height: auto; */
  height: 500px;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}

.readyToUse2 .flexibleWrapper {
  position: relative;
  padding-bottom: 43%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.readyToUse2 .flexibleWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--Ready to Use2(mobile)開始--------------------------------------------------------------------------------*/

.readyToUse2mobile {
  float: left;
  width: 100%;
  background-color: white;
  display: none;
}

.readyToUse2mobile .contents {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}

.readyToUse2mobile .flexibleWrapper {
  position: relative;
  padding-bottom: 78%;
  padding-top: 0px;
  height: 0;
}

.readyToUse2mobile .flexibleWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*-------------play back mode And Scheduling開始-----------------*/
.playbackAndScheduling {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  padding-bottom: 3%;
}

.playbackAndScheduling .contents {
  width: 1200px;
  height: auto;
  padding: 0 5px;
  margin: 0 auto;
  box-sizing: border-box;
}

.playbackAndScheduling .contents .box {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px auto;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.playbackAndScheduling .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  margin: 10px 0 10px 0;
  text-align: center;
}

.playbackAndScheduling .contents .box span {
  width: 70%;
  float: left;
  display: block;
  color: #595959;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
}


/*-------------Redundancy開始-----------------*/
.product_wrap.Redundancy {
  background-color: #f7f7f7;
}

/*-------------product wrap開始-----------------*/

/* .product_wrap .contents .box{
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
}

.product_wrap .contents .box:has(img){
  justify-content: center;
  align-items: center;
} */

/*-------------location Based開始-----------------*/
.locationBased {
  margin: 0 auto;
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  place-items: center;
  max-width: 1200px;
}

.locationBased * {
  box-sizing: border-box;
  border-radius: 10px;
}

.locationBased .page-content {
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  font-family: var(--font-sans);
  grid-template-columns: repeat(3, 1fr);
}

.locationBased .page-content .card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  width: 375px;
  height: 380px;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

.locationBased .page-content .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.locationBased .page-content .card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.320) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.540) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.790) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.locationBased .page-content .card:nth-child(1):before {
  background-image: url(../../images/digital_signage_products/instant_alert_broadcasting_m.png);
}

.locationBased .page-content .card:nth-child(2):before {
  background-image: url(../../images/digital_signage_products/multiple_ways_to_update_content_m.png);
}

.locationBased .page-content .card:nth-child(3):before {
  background-image: url(../../images/digital_signage_products/live_streaming_video_m.png);
}

.locationBased .page-content .card::after {
  background-color: rgba(0, 0, 0, 0.271);
}

.locationBased .page-content .card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.locationBased .page-content .content>*+* {
  margin-top: 1rem;
}

.locationBased .page-content .title {
  display: block;
  width: 300px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.locationBased .page-content .title.fr {
  width: 100%;
}

.locationBased .page-content .copy {
  font-size: 18px;
  line-height: 1.35;
  height: 140px;
}



@media (hover: hover) and (min-width: 600px) {
  .locationBased .page-content .card:after {
    transform: translateY(0);
  }

  .locationBased .page-content .title {
    height: 72px;
  }

  .locationBased .page-content .content {
    transform: translateY(calc(100% - 15rem));
  }

  .locationBased .page-content .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .locationBased .page-content .card:hover,
  .locationBased .page-content .card:focus-within {
    align-items: center;
  }

  .locationBased .page-content .card:hover:before,
  .locationBased .page-content .card:focus-within:before {
    transform: translateY(-4%);
  }

  .locationBased .page-content .card:hover:after,
  .locationBased .page-content .card:focus-within:after {
    transform: translateY(-50%);
  }

  .locationBased .page-content .card:hover .content,
  .locationBased .page-content .card:focus-within .content {
    transform: translateY(0);
  }

  .locationBased .page-content .card:hover .content>*:not(.title),
  .locationBased .page-content .card:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .locationBased .page-content .card:focus-within:before,
  .locationBased .page-content .card:focus-within:after,
  .locationBased .page-content .card:focus-within .content,
  .locationBased .page-content .card:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}



/*-------------flexible(html)內容開始-----------------*/
.flexibleHtml {
  float: left;
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 110px;
  padding-bottom: 110px;
}

.flexibleHtml .contents {
  width: 50%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}

.flexibleHtml .contents .box {
  width: 96%;
  height: auto;
  float: left;
  margin: 0% 2%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding-bottom: 29%;
}

.flexibleHtml .contents .box .center {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

.flexibleHtml .contents .box .photo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.flexibleHtml .contents .box .rj45 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: none;
}

.flexibleHtml .contents .box .usb {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
}

.flexibleHtml .contents .box .rs232 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: none;
}

.index-touchScreen {
  font-size: 7em;
  margin-bottom: 15px;
}

.index-rs232 {
  font-size: 7em;
  margin-bottom: 15px;
}

.index-phone {
  font-size: 7em;
  margin-bottom: 15px;
}

.index-webServer {
  font-size: 7em;
  margin-bottom: 15px;
}

.flexibleHtml .contents .box2 {
  width: 45%;
  height: auto;
  float: left;
  margin: 1% 2%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0%;
}

.flexibleHtml .contents {
  text-decoration: none;
  color: #595959;
}

.flexibleHtml .contents .icon1 {
  background-image: url(../images/digital_signage_products/secured_decentralized_management.png);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.flexibleHtml .contents .icon3 {
  background-image: url(../images/digital_signage_products/ready-to-use_digital_signage_server.png);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.flexibleHtml .contents .box2 .mobile {
  font-weight: 300;
  color: #595959;
  display: none;
}

.flexibleHtml .contents .box2 img {
  height: 130px;
  margin-bottom: 2%;
}

.flexibleHtml .contents .box2 h3 {
  margin-bottom: 1%;
}

/*-------------flexible(canvas)內容開始-----------------*/
.flexible {
  float: left;
  width: 100%;
  background-color: #f7f7f7;
}

.flexible .contents {
  width: 1200px;
  height: auto;
  padding: 0 5px;
  margin: 0px auto;
  box-sizing: border-box;
}

.flexible .contents .flexibleWrapper {
  position: relative;
  padding-bottom: 53%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.flexible .contents .flexibleWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------flexible(mobile)內容開始-----------------*/
.flexibleMobile {
  float: left;
  width: 100%;
  background-color: #f7f7f7;
  display: none;
}

.flexibleMobile .contents {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}

.flexibleMobile .contents .flexibleWrapper {
  position: relative;
  padding-bottom: 149%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.flexibleMobile .contents .flexibleWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*-------------Rich Library and Cloud Resources開始-----------------*/
.IndexContentUs {
  width: 100%;
  height: 435px;
  float: left;
  padding: 4.5% 0;
  text-align: center;
  box-sizing: border-box;
  background-image: url(../images/digital_signage_products/CAYIN_Digital_Signage_rich_library_and_cloud_resources.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 100%;
  background-color: #2b2f30;
}

.IndexContentUs .contents {
  width: 610px;
  margin: 0 auto;
}

.IndexContentUs .contents h2 {
  width: 100%;
  margin: 10px 0;
  float: left;
  color: #FFF;
  text-shadow: 0 0 5px #000;
  text-align: center;
  display: block;
}

.IndexContentUs .contents span {
  width: 100%;
  margin: 10px 0;
  float: left;
  color: #FFF;
  text-shadow: 0 0 5px #000;
  text-align: center;
  display: block;
}


/*-------------compare開始-----------------*/
/* .compare {
    margin: 0;
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .compare .contents {
    width: 1000px;
    height: auto;
    padding: 0 5px;
    margin: 45px auto;
    box-sizing: border-box;
    display: flex;
  }

  .compare .contents .box {
    width: 50%;
    height: auto;
    margin: 7% 2%;
    padding: 15px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .compare .contents .box h2 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    text-align: left;
    margin: 0 0 10px 0;
  }

  .compare .contents .box .Photo {
    width: 70%;
    height: auto;
    float: left;
    padding: 0 10%;
  }

  .compare .contents .box .Photo .app {
    width: 50%;
    height: auto;
    float: left;
  }

  .compare .contents .box span {
    float: left;
    display: block;
    color: #595959;
    text-align: left;
  }

  .compare .contents .box a {
    width: 100%;
    float: left;
    display: block;
    text-align: left;
    text-decoration: none;
    padding-top: 2%;
  } */



/*--1680寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1680px) {
  .productHeader .contents h2 {
    bottom: 51%;
  }

  .productHeader .contents span {
    bottom: 72%;
  }

  .productHeader .contents h1 {
    bottom: 20%;
  }

  .playbackAndScheduling .contents {
    width: 1366px;
  }

  .playbackAndScheduling2 .contents {
    width: 1366px;
  }

  .playbackAndScheduling .contents .box2 span {
    width: 18%;
    float: left;
    display: block;
    color: #595959;
    text-align: left;
    margin-left: 0.5%;
    padding: 10px;
    line-height: 1.5em;
    background: white;
    border-radius: 5px;
    font-size: 17px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    /*12×0.75=9*/
    -o-transform: scale(1);
    /*opera 已改为 blink 内核，所以需要修正*/
    border: 1px solid #ebebeb;
  }

  .playbackAndScheduling2 .contents .box2 {
    margin-top: 0.5%;
  }


  .flexible .contents {
    width: 1366px;
  }


  .IndexContentUs {
    padding: 7% 0;
  }

  .flexibleHtml .contents {
    width: 1366px;
  }

  .flexibleHtml .contents .box {
    padding-bottom: 32%;
  }

  .tailored8000 .contents .box1 .box11 span {
    margin-right: 40px;
    margin-top: 21px;
  }

  .locationBased .body .box {
    padding: 0 1%;
  }

  .locationBased .body .box .contents {
    padding: 4%;
    display: flex;
    justify-content: center;
  }

  .locationBased .body .box .contents .blackBox {
    width: 93%;
    /* height: 365px; */
    min-height: 410px;
  }

  .superMonitor .contents .box {
    width: 55%;
    height: auto;
    padding: 2.3% 4%;
  }

  .superMonitor {
    padding-bottom: 10%;
  }

}

/*--1366寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {
  .productHeader .contents h2 {
    bottom: 55%;
  }

  .productHeader .contents span {
    bottom: 70%;
  }

  .productHeader .contents h1 {
    bottom: 20%;
  }

  .productHeader .contents .link2 {
    left: 25%;
  }

  .productHeader .contents .link3 {
    left: 40.6%;
  }

  .productHeader .contents .link4 {
    left: 53.6%;
  }

  .highlight .contents {
    width: 80%;
    margin: 35px auto;
  }

  .highlight .contents .box {
    width: 100%;
    margin: 1%;
    padding: 0px 15px;
  }

  .highlight .contents .box2 {
    width: 37%;
    margin: 1%;
    padding: 55px 15px;
  }

  .highlight .contents .box h2 {
    margin-bottom: 10px;
  }

  .highlight .contents .box span {
    width: 85%;
  }

  .readyToUse .contents {
    width: 1000px;
    height: auto;
    padding: 30px 5px 0px 5px;
    margin: 45px auto;
    box-sizing: border-box;
  }

  .readyToUse .contents .box {
    width: 96%;
    height: auto;
    float: left;
    margin: 1% 2%;
    padding: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .readyToUse .contents .box span {
    width: 85%;
  }

  .readyToUse .contents .box h2 {
    margin: 15px 0 18px 0;
  }

  .playbackAndScheduling {
    padding-bottom: 8%;
  }

  .playbackAndScheduling .contents {
    width: 1280px;
    margin: 0 auto;
  }


  .playbackAndScheduling .contents .box2 span {
    width: 18%;
    float: left;
    display: block;
    color: #595959;
    text-align: left;
    margin-left: 0.2%;
    padding: 10px;
    line-height: 1.5em;
    background: white;
    border-radius: 5px;
    font-size: 17px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    /*12×0.75=9*/
    -o-transform: scale(1);
    /*opera 已改为 blink 内核，所以需要修正*/
    border: 1px solid #ebebeb;
  }

  .playbackAndScheduling2 .contents {
    width: 1280px;
  }

  .playbackAndScheduling2 .contents .box2 {
    margin-top: 0%;
    padding: 0 20px;
  }

  .playbackAndScheduling2 .contents .box2 span {
    width: 350px;
    /*一個字落單的問題*/
  }

  .playbackAndScheduling2 {
    padding-top: 5%;
    padding-bottom: 0;
  }

  .viewing .contents {
    width: 1280px;
  }

  .Redundancy .contents {
    width: 80%;
  }

  .flexible .contents {
    width: 1280px;
  }

  .IndexContentUs {
    padding: 90px 0;
  }

  .superMonitor .contents .box {
    width: 60%;
  }

  .superMonitor {
    padding-bottom: 15%;
  }

  .flexibleHtml .contents {
    width: 1280px;
  }

  .flexibleHtml .contents .box {
    padding-bottom: 34%;
  }

  .viewing {
    padding-bottom: 8%;
    padding-top: 8%;
  }

  .Redundancy {
    padding-bottom: 8%;
    padding-top: 8%;
  }

  .locationBased {
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .locationBased .body .box .contents {
    padding: 0 0 3px 0;
  }

  .locationBased .body .box .contents .blackBox {
    width: 94%;
    height: 345px;
  }

  .locationBased .body .box .contents .blackBox .blackboxtext {
    width: 95%;
  }

  .Redundancy .contents {
    width: 80%;
  }

  .product_wrap .contents {
    width: 80%;
  }
}

/*--1280寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  .productHeader .contents h2 {
    bottom: 59%;
    left: 8%;
  }

  .productHeader .contents span {
    bottom: 72%;
    left: 8%;
    font-size: 1.5em;
  }

  .productHeader .contents h1 {
    bottom: 21%;
    left: 8%;
  }

  .productHeader .contents .link1 {
    left: 8%;
  }

  .productHeader .contents .link2 {
    left: 23%;
  }

  .productHeader .contents .link3 {
    left: 38.7%;
  }

  .highlight .contents {
    width: 70%;
  }

  .highlight .contents .box {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .tailored8000 .contents {
    margin-top: 9%;
  }

  .tailored8000 {
    padding-bottom: 8%;
  }

  .tailored8000 .contents .box1 .box11 span {
    margin-right: 0px;
    margin-top: 12px;
    float: right;
  }

  .playbackAndScheduling {
    padding-bottom: 10%;
  }

  .playbackAndScheduling .contents {
    width: 1152px;
  }

  .playbackAndScheduling .contents .box3 {
    display: block;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .playbackAndScheduling .contents .box {
    margin-top: 0%;
  }

  .playbackAndScheduling .contents .box span {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .playbackAndScheduling2 .contents {
    width: 1152px;
  }

  .playbackAndScheduling2 .contents .box {
    width: 58.5%;
  }

  .playbackAndScheduling2 .contents .box2 {
    width: 37.5%;
  }

  .playbackAndScheduling2 {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .playbackAndScheduling2 .contents .box2 span {
    width: auto;
  }

  .viewing {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .viewing .contents {
    width: 1152px;
  }

  .viewing .contents .box {
    width: 58.5%;
  }

  .viewing .contents .box2 {
    width: 37.5%;
    margin-top: 0%;
  }

  .Redundancy {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .Redundancy .contents {
    width: 80%;
  }

  .Redundancy .contents .box {
    width: 60%;
  }

  .Redundancy .contents .box2 {
    padding-top: 3%;
  }

  .flexible .contents {
    width: 1152px;
  }

  .flexibleHtml .contents {
    width: 1152px;
  }

  .flexibleHtml .contents .box {
    padding-bottom: 38%;
  }


  .locationBased .body .box .contents {
    padding: 0 0 2px 0;
  }

  .locationBased .body .box .contents .blackBox {
    height: 350px;
    width: 94%;
  }

  .locationBased .body .box .contents .blackBox .blackboxtext {
    width: 92%;
  }

  .CMSPRO {
    padding-bottom: 20px;
  }

  .CMSPRO .contents .box2 {
    min-height: 485px;
  }


  .locationBased .flip {
    margin: 0;
    margin-bottom: 1rem;
  }

  .flip .back p {
    padding: 50px;
  }

  .font {
    height: 100px;
  }

  .locationBased .page-content {
    grid-gap: 1rem;
  }
}

/*--1152寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1152px) {
  .productHeader .contents h2 {
    bottom: 53%;
    left: 5.5%;
    font-size: 1.125em;
  }

  .productHeader .contents span {
    bottom: 65%;
    left: 5.5%;
    font-size: 1.125em;
  }

  .productHeader .contents h1 {
    left: 5.5%;
    font-size: 2.188em;
  }

  .productHeader .contents .link1 {
    left: 5.5%;
  }

  .productHeader .contents .link2 {
    left: 23%;
  }

  .productHeader .contents .link3 {
    left: 41.4%;
  }

  .playbackAndScheduling .contents {
    width: 1000px;
  }

  .playbackAndScheduling .contents {
    width: 1000px;
  }

  .playbackAndScheduling .contents .box {
    width: 100%;
  }

  .playbackAndScheduling .contents .box3 {
    width: 90%;
    padding-top: 0%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .playbackAndScheduling2 .contents {
    width: 1000px;
  }

  .playbackAndScheduling2 .contents .box {
    display: none;
  }

  .playbackAndScheduling2 .contents .box2 {
    width: 100%;
    padding-top: 0%;
    margin-bottom: 0.5%;
  }

  .playbackAndScheduling2 .contents .box3 {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin: 1% 1%;
    padding: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    background-color: white;
  }

  .viewing .contents {
    width: 1000px;
  }

  .flexible .contents {
    width: 1000px;
  }

  .IndexContentUs {
    padding: 85px 0;
  }

  .superMonitor {
    padding-bottom: 20%;
  }

  .superMonitor .contents .box {
    width: 54%;
  }

  .flexibleHtml .contents {
    width: 1024px;
  }

  .flexibleHtml .contents .box {
    padding-bottom: 41%;
  }

  .locationBased .body .box .contents .blackBox {
    width: 87%;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 1%;
    padding: 10px;
  }

  .tailored8000 .contents .box1 .box11 span {
    margin-right: 0px;
    margin-top: 9px;
    float: right;
    font-size: 20px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    /*12×0.75=9*/
    -o-transform: scale(1);
    /*opera 已改为 blink 内核，所以需要修正*/
  }

  .locationBased .body .box {
    padding: 0 1%;
  }

  .locationBased .body .box .contents .blackBox {
    width: 94%;
    height: 410px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 4px;
  }

  .locationBased .body .box .contents .blackBox .blackboxtext {
    width: 96%;
    margin: 2%;
  }

  .CMSPRO .contents .box2 {
    min-height: 565px;
  }

  .locationBased .page-content .title {
    height: 100%;
  }

  .locationBased .page-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }

  .locationBased .page-content .card .content {
    top: 10%;
    position: absolute;
  }

}

/*--1024寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .pcBackground {
    display: none;
  }

  .tabletBackground {
    display: block;
  }

  /* .productHeader .contents h2 {
    display: none;
  } */

  .productHeader .contents span {
    left: 4%;
    bottom: 50%;
  }

  .productHeader .contents h1 {
    left: 4%;
    bottom: 16%;
  }

  .productHeader .contents .link1 {
    bottom: 9%;
    left: 4%;
  }

  .productHeader .contents .link2 {
    bottom: 9%;
    left: 24%;
  }

  .productHeader .contents .link4 {
    bottom: 9%;
    left: 62.8%;
  }

  .productHeader .contents .link3 {
    bottom: 9%;
    left: 44.8%;
  }

  .highlight {
    padding-top: 10px;
    padding-bottom: 53px;
  }

  .highlight .contents {
    width: 768px;
    margin: 35px auto;
  }

  .highlight .contents .box span {
    width: 80%;
  }

  .highlight .contents .box2 {
    width: 34%;
    margin: 1%;
    padding: 60px 15px 140px 15px;
  }

  s.readyToUse .contents {
    padding-top: 5px;
  }

  .readyToUse .contents {
    width: 768px;
    margin: 35px auto;
  }

  .readyToUse .contents .box {
    width: 98%;
    margin: 1%;
    padding: 15px;
  }

  .readyToUse2 {
    display: none;
  }

  .readyToUse2mobile {
    display: block;
  }

  .readyToUse2mobile .contents {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px auto;
    box-sizing: border-box;
  }

  .readyToUse2mobile .flexibleWrapper {
    position: relative;
    padding-bottom: 76%;
    /* 16:9 */
    padding-top: 0px;
    height: 0;
  }

  .readyToUse .contents .box span {
    width: 93%;
    /*一個字落單的問題*/
  }

  .playbackAndScheduling2 {
    padding-bottom: 3%;
  }

  .playbackAndScheduling .contents {
    width: 768px;

  }

  .playbackAndScheduling .contents .box {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .playbackAndScheduling .contents .box span {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4%;
  }

  .playbackAndScheduling2 .contents {
    width: 768px;
    margin: 45px auto;
  }

  .viewing {
    padding-top: 10%;
    padding-bottom: 8%;
  }

  .viewing .contents {
    width: 768px;
  }

  .viewing .contents .box {
    margin-bottom: 0.5%;
    width: 100%;
    padding-top: 0%;
  }

  .viewing .contents .box2 {
    width: 100%;
    padding-top: 0%;
    margin-bottom: 0.5%;
  }

  .Redundancy .contents .box2 {
    width: 36%;
    padding-top: 6%;
  }

  .product_wrap .Redundancy {
    padding-top: 500px;
  }

  .flexible .contents {
    width: 98%;
  }

  .IndexContentUs {
    width: 100%;
    height: 435px;
    float: left;
    padding: 95px 0;
    text-align: center;
    box-sizing: border-box;
    background-image: url(../images/digital_signage_products/CAYIN_Digital_Signage_rich_library_and_cloud_resourcestablet.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: #2b2f30;
  }

  .IndexContentUs .contents span {
    width: 98%;
    /*一個字落單的問題*/
    margin-left: 1%;
    /*一個字落單的問題*/
    margin-right: 1%;
    /*一個字落單的問題*/
  }

  .compare {
    padding-top: 0px;
    padding-bottom: 17px;
  }

  .compare .contents {
    width: 768px;
  }

  .compare .contents .box span {
    width: 100%;
    /*一個字落單的問題*/
  }

  .superMonitor {
    padding-bottom: 5%;
  }

  .superMonitor .contents .BackgroundPic {
    background-image: url("");
    max-height: 10px;
    position: relative;
  }

  .superMonitor .contents .box {
    width: 100%;
    height: auto;
    float: left;
    padding: 4%;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    background: white;
    position: static;
  }

  .flexibleHtml .contents {
    width: 768px;
  }

  .flexibleHtml .contents .box2 {
    width: 46%;
    min-height: 285px;
    margin-bottom: 1%;
  }

  .locationBased .body .box {
    width: 100%;
    height: auto;
    float: left;
    margin: 0%;
    padding: 0;
    padding-bottom: 2%;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .locationBased .body .box .pcPhoto {
    display: none;
  }

  .locationBased .body .box .tabletPhoto {
    display: block;
    width: 25%;
    height: auto;
    float: left;
  }

  .locationBased .body .box .contents {
    width: 75%;
    float: left;
    bottom: inherit;
    position: relative;
    padding: 0;
  }

  .locationBased .body .box .contents .blackBox {
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 220px;
    text-align: left;
    padding: 0;
    background: transparent;
  }

  .locationBased .body .box .contents .blackBox .blackboxtext {
    text-align: left;
    margin: 3%;
  }

  .locationBased .body .box .contents .blackBox h2 {
    width: 100%;
    float: left;
    display: block;
    font-weight: 300;
    color: #595959;
    text-align: left;
  }

  .locationBased .body .box .contents span {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    text-align: left;
  }


  .CMSPRO .contents .box2 {
    min-height: 0;
    width: 100%;
    margin: 5% auto;
    padding: 0;
  }

}

/*--768寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

  .flexible {
    display: none;
  }

  .flexibleMobile {
    display: block;
  }

  .productHeader .contents .link1 {
    bottom: 7%;
    left: 4%;
  }

  .productHeader .contents .link2 {
    bottom: 7%;
    left: 28%;
  }

  .productHeader .contents .link3 {
    bottom: 7%;
    left: 53%;
  }

  .productHeader .contents .link4 {
    bottom: 7%;
    left: 73%;
  }

  .highlight {
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .highlight .contents {
    width: 600px;
    margin: 20px auto;
  }


  .highlight .contents .box {
    width: 100%;
    margin: 1%;
    padding: 25px 15px 60px 15px;
  }

  .highlight .contents .box2 {
    width: 34%;
    margin: 1%;
    padding: 60px 15px 140px 15px;
  }

  .highlight .contents .box h2 {
    width: 550px;
  }

  .highlight .contents .box span {
    width: 90%;
  }

  .readyToUse {
    padding-top: 35px;
  }

  .readyToUse .contents {
    width: 600px;
    margin: 20px auto;
  }

  .readyToUse .contents .box {
    width: 98%;
    margin: 1%;
    padding: 10px;
  }

  .readyToUse2 {
    overflow: hidden;
    height: 532px;
  }

  .readyToUse2 .contents {
    float: left;
    width: 100%;
    background-color: white;
    transform-origin: top center;
    transform: scale(1.5);
  }

  .readyToUse .contents .box h2 {
    width: 96%;
    /*一個字落單的問題*/
    margin-right: 2%;
    /*一個字落單的問題*/
    margin-left: 2%;
    /*一個字落單的問題*/
  }

  .readyToUse .contents .box span {
    width: 95%;
    /*一個字落單的問題*/
  }

  .tailored8000 .contents h2 {
    width: 80%;
    /*一個字落單的問題*/
    margin-right: 10%;
    /*一個字落單的問題*/
    margin-left: 10%;
    /*一個字落單的問題*/
  }

  .playbackAndScheduling {
    padding-top: 10px;
  }

  .playbackAndScheduling2 {
    padding-bottom: 30px;
  }

  .playbackAndScheduling .contents {
    width: 600px;
  }

  .playbackAndScheduling .contents .box h2 {
    width: 98%;
  }

  .playbackAndScheduling2 .contents {
    width: 600px;
  }

  .viewing .contents {
    width: 600px;
  }

  .Redundancy {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .Redundancy .contents {
    width: 600px;
  }

  .Redundancy .contents .box {
    width: 100%;
  }

  .Redundancy .contents .box2 {
    width: 85%;
    margin: 0 7.5%;
  }

  .locationBased .body .box .tabletPhoto {
    width: 46%;
  }

  .locationBased .body .box .contents {
    width: 54%;
    padding: 0;
  }

  .locationBased .body .box .contents .blackBox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }

  .locationBased .body .box .contents .blackBox .blackboxtext {
    width: 90%;
    margin: 2% 5%;
    color: #595959;
    padding-bottom: 20%;
  }

  .locationBased .body .box .contents .blackBox h2 {
    margin: 0;
    width: 100%;
    color: #595959;
  }

  .locationBased .body .box .contents .blackBox span {
    margin: 0;
    width: 100%;
    color: #595959;
  }

  .IndexContentUs {
    padding: 105px 0;
  }

  .CMSPRO {
    padding-bottom: 80px;
  }

  .compare {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .compare .contents {
    width: 600px;
  }

  .compare .contents .box2 {
    width: 54%;
    height: auto;
    float: left;
    margin: 3% 1% 10% 1%;
    padding: 15px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .compare .contents .box {
    width: 50%;
    height: auto;
    float: left;
    margin: 3% 1% 10% 1%;
    padding: 15px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .compare .contents .box span {
    width: 100%;
    /*一個字落單的問題*/
  }

  .superMonitor {
    padding-bottom: 9%;
  }

  .flexibleHtml .contents {
    width: 736px;
  }

  .flexibleHtml .contents .box2 {
    min-height: 275px;
  }

  .product_wrap {
    padding: 40px 0;
  }

  .product_wrap .contents {
    width: 90%;
    max-width: 600px;
    row-gap: 20px;
  }



  .product_wrap .contents .box.B-55-mg,
  .product_wrap .contents .box.B-45,
  .product_wrap .contents .box.B-50,
  .product_wrap .contents .box.B-50-mg {
    width: 100%;
    margin: 0;
  }

  .product_wrap .contents img {
    width: 100%;
    max-width: 450px;
  }

  .product_wrap.DSAdownloadlink .contents .app {
    width: 77%;
  }

  .flip .back p {
    padding: 0;
  }

}

/*--736寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 736px) {
  .flexibleHtml .contents {
    width: 600px;
  }

  .IndexContentUs {
    padding: 110px 0;
  }

  .locationBased .body .box {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .locationBased .body .box .tabletPhoto {
    /* width: 100%; */
    width: 60%;
    padding: 0;
    float: none;
  }

  .locationBased .body .box .contents {
    /* width: 48.5%; */
    width: 60%;
    padding: 0;
    float: none;
  }

  .locationBased .body .box .contents .blackBox {
    margin-top: 0;
    height: auto;
  }

  .blackBox .blackboxtext {
    width: 90%;
    margin: 2% 5%;
  }

  .locationBased .page-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--667寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 667px) {
  #MainWrap {
    overflow: hidden;
  }

  .IndexContentUs {
    padding: 115px 0;
  }

  .readyToUse2 {
    overflow: hidden;
    height: 442px;
  }

  .readyToUse2 .contents {
    float: left;
    width: 100%;
    background-color: white;
    transform-origin: top center;
    transform: scale(1.5);
  }

  .locationBased .body .box {
    padding-bottom: 8%;
  }

  .locationBased .body .box .tabletPhoto {
    float: none;
    /* width: 100%; */
    width: 60%;
  }

  .locationBased .body .box .contents {
    width: 59%;
  }

  .locationBased .body .box .contents .blackBox {
    width: 294px;
    margin: 2px;
  }

  .highlight .contents .box h2 {
    width: 360px;
  }

  .locationBased .page-content .card {
    height: 350px;
  }
}

/*--600寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  #MainWrap .productHeader .contents .pcBackground {
    display: none;
  }

  #MainWrap .productHeader .contents .tabletBackground {
    display: none;
  }

  /* #MainWrap .productHeader .contents h2 {
    display: none;
  } */

  #MainWrap .productHeader .contents span {
    bottom: 10%;
    font-size: 1.1em;
  }

  #MainWrap .productHeader .contents h1 {
    top: 5%;
    left: 30%;
    /* font-size: 1.1em; */
  }

  #MainWrap .productHeader .contents .tabletBackground {
    display: none;
  }

  #MainWrap .productHeader {
    background-image: url(../images/digital_signage_products/cmsse_header_bg_mobile.jpg);
  }

  #MainWrap .productHeader .contents .mobileBackground {
    display: block;
    margin-top: 50px;
  }

  .productHeader .contents .link1 {
    position: static;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    border-top: 1px solid #85715c;
    margin-top: 0;
    text-align: center;
  }

  .productHeader .contents .link2 {
    position: static;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    border-top: 1px solid #85715c;
    text-align: center;
  }

  .productHeader .contents .link3 {
    position: static;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    border-top: 1px solid #85715c;
    text-align: center;
  }

  .productHeader .contents .link4 {
    position: static;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    border-top: 1px solid #85715c;
    text-align: center;
    background: #5c4126;
  }

  .highlight {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .highlight .contents {
    width: 100%;
    margin: 20px auto;
  }

  .highlight .contents .box {
    width: 98%;
    margin: 0% 1px;
    padding: 10px;
  }

  .highlight .contents .box2 {
    display: none;
  }

  .highlight .contents .box3 {
    display: block;
    width: 94%;
    margin: 5% 1px 8% 1px;
    padding: 10px;
  }

  .highlight .contents .box h2 {
    text-align: center;
    width: 100%;
  }

  .highlight .contents .box span ul {
    padding: 0;
    margin: 5px 0% 5% 8%;
    width: 92%;
  }


  .readyToUse {
    padding-top: 35px;
  }

  .readyToUse .contents {
    width: 100%;
    margin: 20px auto;
  }

  .readyToUse .contents .box {
    width: 98%;
    margin: 0% 1px 0% 1px;
    padding: 10px;
  }

  .readyToUse .contents .box h2 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .readyToUse2 {
    overflow: hidden;
    height: auto;
    padding-bottom: 28%;
  }

  .readyToUse2 .contents {
    float: left;
    width: 100%;
    background-color: white;
    transform-origin: top center;
    transform: scale(1.7);
  }

  .readyToUse .contents .box span {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .playbackAndScheduling {
    padding-top: 16px;
  }

  .playbackAndScheduling2 {
    padding-top: 0%;
  }

  .playbackAndScheduling .contents {
    width: 100%;
  }

  .playbackAndScheduling .contents .box {
    width: 98%;
    height: auto;
    float: left;
    margin: 1% 1%;
    padding: 10px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .playbackAndScheduling .contents .box3 {
    width: 98%;
    height: auto;
    float: left;
    margin: 1% 1%;
    padding: 10px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .playbackAndScheduling2 .contents {
    width: 100%;
  }

  .playbackAndScheduling2 .contents .box2 {
    width: 98%;
    height: auto;
    float: left;
    margin: 1% 1%;
    padding: 10px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .playbackAndScheduling2 .contents .box3 {
    width: 98%;
    height: auto;
    float: left;
    margin: 1% 1%;
    padding: 10px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .viewing .contents {
    width: 100%
  }

  .Redundancy .contents {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .locationBased .body .box .contents {
    width: 61%;
  }

  .locationBased .body .box .contents .blackBox {
    margin: 3px;
    min-height: auto;
  }

  .IndexContentUs {
    width: 100%;
    height: 400px;
    float: left;
    border-top: 1px solid #FFF;
    padding: 100px 10px;
    text-align: center;
    box-sizing: border-box;
    background-image: url(../images/digital_signage_products/CAYIN_Digital_Signage_rich_library_and_cloud_resourcestablet.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: #2b2f30;
  }

  .IndexContentUs .contents {
    width: 94%;
    margin: 0 3%;
  }


  .compare {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .compare .contents {
    width: 96%;
    margin: 10% 2%;
  }

  .compare .contents .box {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0px 15px 15px 15px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
  }

  .compare .contents .box h2 {
    text-align: center;
  }

  .compare .contents .box span {
    text-align: center;
  }

  .compare .contents .box a {
    text-align: center;
  }

  .compare .contents .box span {
    width: 100%;
    /*一個字落單的問題*/
  }

  .compare .contents .box .svg {
    padding: 7% 0%;
  }

  .compare .contents .box .Photo {
    width: 55%;
    padding: 0 22.5%;
  }

  .superMonitor {
    padding-top: 60px;
  }

  .superMonitor .contents .box .monitorPhoto {
    display: none;
  }

  .superMonitor .contents .box .monitorPhoto2 {
    display: block;
    width: 50%;
  }

  .superMonitor .contents .BackgroundPic .box .photo {
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 3%;
    max-width: 200px;
  }

  .flexibleHtml .contents {
    width: 100%;
  }

  .locationBased {
    padding-top: 15%;
  }

  .flexibleHtml {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .flexible .contents {
    width: 100%;
  }

  .flexibleHtml .contents .box2 {
    width: 60%;
    height: auto;
    padding: 0;
    float: none;
    margin: 0px auto;
  }

  .flexibleHtml .contents .box2 .index-touchScreen {
    width: 30%;
    font-size: 5em;
    float: left;
    margin-top: 4px;
    margin-right: 2%;
  }

  .flexibleHtml .contents .box2 .index-rs232 {
    width: 30%;
    font-size: 4.5em;
    float: left;
    margin-top: 4px;
    margin-right: 2%;
  }

  .flexibleHtml .contents .box2h3 {
    width: 100%;
    float: left;
    text-align: left;
  }

  .flexibleHtml .contents .box2 span {
    width: 100%;
    text-align: left;
    float: left;
    padding-bottom: 15%;
  }

  .flexibleHtml .contents .box2 .xpost {
    display: none;
  }

  .flexibleHtml .contents .box2 .mobile {
    display: inline;
  }
}

/*--568寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 568px) {
  .tailored8000 .contents .box1 .box11 span {
    font-size: 0px;
    background-image: url(../images/digital_signage_products/8000tailored/text.gif);
    width: 20%;
    height: auto;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2%;
  }

  .readyToUse .contents .box h2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .locationBased .body .box .contents {
    width: 80%;
  }

  .locationBased .body .box .contents .blackBox {
    margin: 0;
  }

  .blackBox .blackboxtext {
    width: 90%;
    margin: 2% 5%;
  }

  .IndexContentUs {
    padding-top: 55px;
  }

  .compare .contents {
    flex-direction: column;
  }
}

/*--414寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 414px) {
  .readyToUse .contents .box h2 {
    width: 90%;
    /*一個字落單的問題*/
    margin-left: 5%;
    /*一個字落單的問題*/
    margin-right: 5%;
    /*一個字落單的問題*/
  }

  .readyToUse2 .contents {
    float: left;
    width: 100%;
    background-color: white;
    transform-origin: top center;
    transform: scale(1.7);
  }

  .tailored8000 .contents h2 {
    margin: 15px 0% 10px 0%;
    width: 100%;
    /*一個字落單的問題*/
  }

  .playbackAndScheduling .contents .box span {
    width: 99%;
    /*一個字落單的問題*/
  }

  .playbackAndScheduling2 .contents .box2 h2 {
    width: 375px;
    /*一個字落單的問題*/
  }

  .locationBased .body .box .contents {
    width: 100%;
  }

  .compare .contents .box span {
    width: 74%;
    /*一個字落單的問題*/
    margin-left: 13%;
    /*一個字落單的問題*/
    margin-right: 13%;
    /*一個字落單的問題*/
  }
}

/*--375寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
  .readyToUse .contents .box h2 {
    width: 100%;
    /*一個字落單的問題*/
    margin-left: 0%;
    /*一個字落單的問題*/
    margin-right: 0%;
    /*一個字落單的問題*/
  }

  .readyToUse2 .contents {
    float: left;
    width: 100%;
    background-color: white;
    transform-origin: top center;
    transform: scale(1.7);
  }

  .playbackAndScheduling2 .contents .box2 h2 {
    width: 100%;
    /*一個字落單的問題*/
  }

  .playbackAndScheduling2 .contents .box2 span {
    width: 99%;
    /*一個字落單的問題*/
  }

  .locationBased .body .box .contents {
    width: 100%;
  }

  .locationBased .body .box .contents .blackBox {
    margin-top: 0;
    width: 100%;
  }

  .IndexContentUs {
    padding-top: 40px;
    height: auto;
    padding-bottom: 12px;
  }

  .flexibleHtml .contents .box2 span {
    width: 100%;
  }

}

/*--320寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {

  .locationBased .body .box .contents .blackBox h2 {
    margin: 3px 0 3px 0px;
  }

  .locationBased .body .box .contents .blackBox {
    margin-top: 12px;
  }

  .locationBased .body .box .mobileText span {
    width: 98%;
    /*一個字落單的問題*/
    margin-left: 1%;
    /*一個字落單的問題*/
    margin-right: 1%;
    /*一個字落單的問題*/
  }

  .flexibleHtml .contents .box2.index-touchScreen {
    font-size: 4em;
  }

  .flexibleHtml .contents .box2.index-rs232 {
    font-size: 4em;
  }

  .flexibleHtml .contents .box2.index-phone {
    font-size: 4em;
  }

  .flexibleHtml .contents .box2.index-webServer {
    font-size: 4em;
  }

  .IndexContentUs {
    padding-top: 30px;
  }
}