.disnone{
	display:block;
}

#MainWrap .productHeader{
  width: 100%;
  height: auto;
  float: left;
  background-color:#6e316c;
  padding: 0;
  margin: 0;
  margin-top:60px;
  border-top:1px solid #6e316c;
  box-sizing: border-box;
  background-image: url(../images/digital_signage_products/smp_header_bg.jpg);
  background-position:center center;
  background-repeat:no-repeat;
}

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

.tabletBackground{
display:none;
}

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

.productHeader .contents h2{
position:absolute;
bottom:47%;
left:10%;
z-index:9;
width:auto;
height:auto;
color:white;
}

.productHeader .contents span{
    position: absolute;
    bottom: 74%;
    left: 10%;
    z-index: 9;
    width: auto;
    height: auto;
	color: #ffffff;
    background-color: #e5a900;
    border: 5px solid #e5a900;
    border-radius: 10px;
    font-weight: 400;
}

.productHeader .contents h1{
position:absolute;
bottom:18%;
left:10%;
z-index:10;
width:auto;
height:auto;
color:white;
}

.productHeader .contents a{
text-decoration:none;
}

.productHeader .contents a:hover{
text-decoration:underline;
}

.productHeader .contents .link1{
position:absolute;
bottom:11%;
left:10%;
z-index:11;
width:auto;
height:auto;
color:white;
}

.productHeader .contents .link2{
position:absolute;
bottom:11%;
left:22.5%;
z-index:11;
width:auto;
height:auto;
color:white;
}

.productHeader .contents .link3{
position:absolute;
bottom:11%;
left:35.5%;
z-index:11;
width:auto;
height:auto;
color:white;
}
.productHeader .contents .link4{
position:absolute;
bottom:11%;
left:46.5%;
z-index:11;
width:auto;
height:auto;
color:white;
}

/*--產品highlight開始--------------------------------------------------------------------------------*/
.highlight{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
padding:40px 0 84px 0;
}

.highlight .contents {
  width: 1300px;
  height: auto;
  padding: 0 5px;
  margin: 70px auto;
  box-sizing: border-box;

}

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

.highlight .contents .box2 {
  width: 41.33%;
  height: auto;
  float: left;
  margin: 1% 1.5%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

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

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

.highlight .contents .box span ul {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  text-align: left;
  padding-left:20px;
}
/*--Ready to Use開始--------------------------------------------------------------------------------*/
.readyToUse{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#fff;
  padding-top:10px;
}

.readyToUse .contents {
  width: 1300px;
  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 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;
color: #e5a900;
}

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

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

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

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

.readyToUse2 .flexibleWrapper {
    position: relative;
    padding-bottom: 53%; /* 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%;
}

/*--smp8000_tailored開始--------------------------------------------------------------------------------*/

/* .tailored8000{ */
  /* margin: 0; */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* background-color:#fff; */
  /* padding-bottom:0%; */
  /* padding-top:0; */
  /* color: #595959; */
/* } */

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

/* .tailored8000 .contents h2{ */
  /* width: 90%; */
  /* float: left; */
  /* display: block; */
  /* color: #595959; */
  /* margin: 15px 5% 40px 5%; */
  /* text-align:center; */
  /* padding-bottom:1.5%; */
/* } */

/* .tailored8000 .contents .box1 { */
  /* width: 51.2%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 5% 0 0 0; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: center; */
/* } */

/* .tailored8000 .contents .box2 { */
  /* width: 40.8%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0.8% 4%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: left; */
/* } */

/* .tailored8000 .contents .box3 { */
    /* width: 70%; */
    /* float: left; */
    /* margin-left: 15%; */
    /* margin-right: 15%; */
    /* padding: 4% 0 8% 0; */
    /* display: block; */
    /* text-align: center; */
/* } */

/* .tailored8000 .contents .box1 .box11 { */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: center; */
  /* background-image: url("../images/digital_signage_products/smp-8000/digital_signage_player_video_wall_multi_display_smp8000.jpg");  */
  /* background-repeat:no-repeat; */
  /* -moz-background-size:contain; */
/* -webkit-background-size:contain; */
/* -o-background-size:contain; */
/* background-size:contain; */
/* } */

/* .tailored8000 .contents .box1 .box11 span{ */
  /* margin-right:60px; */
  /* margin-top:26px; */
  /* float:right; */
/* } */

/* .tailored8000 .contents  .box1 .box11 .box121{ */
  /* width: 14.82%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: center; */
/* } */

/* .tailored8000 .contents  .box1 .box11 .box122{ */
  /* width: 12.7%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: center; */
/* } */

/* .tailored8000 .contents  .box1 .box11 .box122:hover{ */
	/* -webkit-filter: brightness(1.2); */
	/* filter: brightness(1.2); */
/* } */

/* .tailored8000 .contents .box2 .box21 { */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: left; */
/* } */

/* .tailored8000 .contents .box2 .box21 a { */
/* text-decoration:none; */
/* color: #e5a900; */
/* } */

/* .tailored8000 .contents .box2 .box21 a:hover { */
/* text-decoration:underline; */
/* } */

/* .tailored8000 .contents .box2 .box22 { */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: left; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box221 { */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: left; */
  /* margin:4% 0 1% 0; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box221 span{} */

/* .tailored8000 .contents .box2 .box22 .box222 { */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: center; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box222 .box2221{ */
  /* width: 50%;/*一個字落單的問題*/  
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: center; */
  /* cursor:pointer; */
  /* margin:1% 0% 1% 0%; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box222 .box2221:hover{ */
/* opacity:0.6; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box222 .box2221 .photo{ */
  /* width: 30%; */
  /* height: 100px; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box222 .box2221 .descript{ */
  /* width: 65%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* margin-left:4%; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align:left;   */
  /* color: #595959; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box222 .box2221 .descript b{ */
/* color:#3c3c3c; */
/* } */

/* .tailored8000 .contents .box3 .box31 { */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: left; */
/* } */

/* .tailored8000 .contents .box3 .box31 a { */
/* text-decoration:none; */
/* color: #e5a900; */
/* } */

/* .tailored8000 .contents .box3 .box31 a:hover { */
/* text-decoration:underline; */
/* } */

/* .tailored8000 .contents .box3 .box33 { */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: left; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box331 { */
    /* width: 100%; */
    /* height: auto; */
    /* float: left; */
		/* margin: 0%; */
    /* padding: 0px; */
    /* text-decoration: none; */
    /* box-sizing: border-box; */
    /* text-align: center; */
    /* margin: 0 0 1% 0; */

/* } */

/* .tailored8000 .contents .box3 .box33 .box331 span{ */
/* } */

/* .tailored8000 .contents .box3 .box33 .box3330 { */
    /* width: 50%; */
    /* height: auto; */
    /* float: left; */
    /* margin: 0 25% 6% 0; */
    /* padding: 0px; */
    /* text-decoration: none; */
    /* box-sizing: border-box; */
    /* text-align: left; */
/* } */

/* .tailored8000 .contents .box3 .box33.box333 { */
  /* width: 100%; */
  /* height: auto; */
  /* float: left; */
  /* margin: 0%; */
  /* padding: 0px; */
  /* text-decoration: none; */
  /* box-sizing: border-box; */
  /* text-align: left; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box333 .box3331{ */
  /* width: 50%;/*一個字落單的問題*/ 
    /* height: auto; */
    /* float: left; */
    /* margin: 4% 0 1% 0; */
    /* padding: 0 4%; */
    /* text-decoration: none; */
    /* box-sizing: border-box; */
    /* text-align: center; */

/* } */

/* .tailored8000 .contents .box3 .box33 .box3330 .box3331 .photo:hover{ */
/* opacity:0.6; */
/* } */



/* .tailored8000 .contents .box3 .box33 .box3330 .box3331 .photo{ */
	/* width: 23%; */
    /* height: 80px; */
    /* float: left; */
    /* margin: 0; */
    /* padding: 0px; */
    /* text-decoration: none; */
    /* box-sizing: border-box; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box3330 .box3331 .descript{ */
    /* width: 73%; */
    /* height: auto; */
    /* float: left; */
    /* margin: 0%; */
    /* padding: 0px; */
    /* margin-left: 4%; */
    /* text-decoration: none; */
    /* box-sizing: border-box; */
    /* text-align: left; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box333 .box3331 .photo{ */
    /* width: 100%; */
    /* height: 80px; */
    /* float: left; */
    /* margin: 4% 0; */
    /* padding: 0px; */
    /* text-decoration: none; */
    /* box-sizing: border-box; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box333 .box3331 .descript{ */
	/* width: 100%; */
    /* height: auto; */
    /* float: left; */
    /* margin: 0%; */
    /* padding: 1% 0 0 0; */
		/* margin-left: 4%; */
    /* text-decoration: none; */
    /* box-sizing: border-box; */
    /* text-align: left; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box333 .box3331 .descript b{ */
/* color:#3c3c3c; */
/* } */

/*--conveyinstant開始--------------------------------------------------------------------------------*/

.conveyinstant{
	margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding-top: 10px;
	position: relative;	    
	background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 0 0 45px 0;
}

.conveyinstant .contents{
	width: 1300px;
    height: auto;
    padding: 0;
	margin: 45px auto;
    box-sizing: border-box;
}
.conveyinstant .contents .photo img {
    vertical-align: bottom;
}
.conveyinstant .contents .box {
    width: 100%;
    height: auto;
    float: left;
    /*margin: 1% 2%;*/
    padding: 20px;
    text-decoration: none;
    box-sizing: border-box;
	text-align: center;	    background-color: rgba(0, 0, 0, 0.5);
}
.conveyinstant .contents .box h2 {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    margin: 15px 0 20px 0;
}
.conveyinstant .contents .box span {
    width: 90%;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: left;
	padding: 0 0 30px 0;
}
/*--easy2Use開始--------------------------------------------------------------------------------*/
.easy2use .box .pcPhoto{
display:block;
background:white;
}

.easy2use .box .tabletPhoto{
display:none;
}

.easy2use{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#fff;
  padding-top:100px;
}

.easy2use .box {
  width: 100%;
  height: auto;
  float: left;
  margin: 0%;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
      position:relative;
}


.easy2use .box .upBox{
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
  position:absolute;
  top:0;
  z-index:1;
}

.easy2use .box .upBox h2{
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  font-weight:300;
  text-align:center;
  margin: 15px 0 10px 0;
  margin-top:30px;
}

.easy2use .box .upBox span {
  width: 50%;
  float: left;
  margin-left:25%;
  margin-right:25%;
  margin-top:400px;
  display: block;
  color: #fff;
  text-align:left;
}

.easy2use .box .upBox span a{
text-decoration:none;
color:#e5a900;
}

.easy2use .box .upBox span a:hover{
text-decoration:underline;
}

.easy2use .box  .upBox .threeIcon{
  width: 300px;
  height: auto;
  margin: 0% auto;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.easy2use .box .upBox .threeIcon b{
  width: 100%;
  height: auto;
  float: left;
  margin: 1% 0%;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  color:#fff;
}

.easy2use .box .mobileBox{
display:none;
}

.easy2use .box .upBox .threeIcon .box21{
  width: 29.33%;
  height: auto;
  float: left;
  margin: 1% 2%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

/*-------------play back mode And Scheduling開始-----------------*/
.playbackAndScheduling{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#fff;
  padding-top:85px;
}

.playbackAndScheduling .contents {
  width: 1500px;
  height: auto;
  padding: 0 5px;
  margin: 45px auto;
  box-sizing: border-box;
}
.playbackAndScheduling .contents .box {
  width: 35.7%;
  height: auto;
  float: left;
  margin: 1% 1%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
	background-color:white;
	margin-top:7%;
}

.playbackAndScheduling .contents .box2 {
  width: 60.3%;
  height: auto;
  float: left;
  margin: 1% 1%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
		background-color:white;
  background-image: url("../images/digital_signage_products/digital_signage_software_three_playback_modes.png"); 
  background-repeat:no-repeat;
    -moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
  	padding-top:11.2%;
}

.playbackAndScheduling .contents .box3 {
display:none;
}

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

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

.playbackAndScheduling .contents .box2 .description {
  width: 100%;
  float: left;
  height:5%;
  display: block;
  color: #595959;
  text-align: justify;
}

.playbackAndScheduling .contents .box2 .description:nth-child(1) {
margin-top:3%;	
margin-bottom:1%;
}



.playbackAndScheduling .contents .box2 .description:nth-child(3) {
  width: 100%;
  float: left;
  height:100px;
  display: block;
  color: #595959;
  text-align: justify;
	margin-bottom:5%;
}



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

.playbackAndScheduling .contents .box2 .description:nth-child(1)  span {
	margin-top:1%;
}

.playbackAndScheduling .contents .box2 .description:nth-child(2)  span {
	margin-top:0%;
}

.playbackAndScheduling .contents .box2 .description:nth-child(3)  span {
	margin-top:-1%;
}

.playbackAndScheduling .contents .box2 .description .photo {
  width: auto;
  height: auto;
  float: left;
    box-sizing: border-box;
}

.playbackAndScheduling .contents .box2 .second {
  width: 18%;
    float: left;
  display: block;
  color: #595959;
  text-align: left;
	margin-left:1%;
	margin-top:2%;
}

/*-------------play back mode And Scheduling2開始-----------------*/
.playbackAndScheduling2{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#fff;
}

.playbackAndScheduling2 .contents {
  width: 1500px;
  height: auto;
  padding: 0 5px;
  margin: 45px auto;
  box-sizing: border-box;
}
.playbackAndScheduling2 .contents .box {
  width: 64.5%;
  height: auto;
  float: left;
  margin: 1% 1%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
		background-color:white;
}

.playbackAndScheduling2 .contents .box2 {
width: 31.5%;
  height: auto;
  float: left;
  margin: 1% 1%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
	background-color:white;
	margin-top:4%;
	  margin-bottom:0%;
}

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

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

.playbackAndScheduling2 .contents .box2 span {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  	text-align:left;

}
/*-------------location Based開始-----------------*/
.locationBased{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#fff;
  padding-top:5.5%;
}


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


.locationBased .box .tabletPhoto{
	display:none;
}

.locationBased .box .contents {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
  position:absolute;
  z-index:1;
  top:0;
}

.locationBased .box .contents .blackBox {
  width: 60%;
  height: auto;
  float:left;
  display: block;
  color: #595959;
  font-weight:300;
  margin-left:13%;
  margin-top:4.5%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  background: rgba(0%,0%,0%,0.5);
}

.locationBased .box .contents .blackBox h2 {
  width: 100%;
  float:left;
  display: block;
  font-weight:300;
  margin: 15px 0 10px 15px;
  color:white;
  text-align:left;
}

.locationBased .box .contents span {
  width: 90%;
  float: left;
  display: block;
  color: #fff;
  text-align: left;
  margin: 5px 0 15px 15px;
}

.locationBased .box .contents span a{
text-decoration:none;
color:#e5a900;
}

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

.locationBased .box .mobileText{
display:none;
}



/*-------------flexible title開始-----------------*/
.flexibleTitle{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#f7f7f7;
  padding-top:110px;
}

.flexibleTitle .contents {
  width: 1500px;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}
.flexibleTitle .contents .box {
  width: 100%;
  height: auto;
  float: left;
  margin: 0%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
.flexibleTitle .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  margin: 15px 0 0px 0;
  text-align:center;
	  margin-bottom:1%;
}

.flexibleTitle .contents .box span {
  width: 100%;
margin:0 auto;
  display: block;
  color: #595959;
  text-align: center;
  	  margin-bottom:4%;
}

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


.flexibleHtml .contents{
  width: 1500px;
  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: 29%;
  height: auto;
  float: left;
  margin: 1% 2%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  margin-bottom:0%;
}

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

.flexibleHtml .contents .box2 a:hover{
color:#e5a900;
}

.flexibleHtml .contents .box2:hover {
cursor:pointer;
color:#e5a900;
}

.flexibleHtml .contents .box2 .xpost{
color:#e5a900;
display:inline;
}

.flexibleHtml .contents .box2 .xpost:hover{
text-decoration:underline;
}

.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: 1500px;
  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;
}

/*-------------flexible end開始-----------------*/
.flexibleEnd{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#f7f7f7;
  padding-bottom:0%;
}

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

.flexibleEnd .contents .box span {
  width: 100%;
margin:0 auto;
  display: block;
  color: #595959;
  text-align: center;
  	  margin-bottom:4%;
}

.flexibleEnd .contents .box span a {
text-decoration:none;
color: #e5a900;
}

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

/*-------------instant remote開始-----------------*/
.instantRemote{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#f7f7f7;
  padding-top:15px;
  padding-bottom:145px;
}

.instantRemote .contents {
  width: 1460px;
  height: auto;
  padding: 0 5px;
  margin: 45px auto;
  box-sizing: border-box;
}

.instantRemote .contents .bigBox {
  width: 100%;
  height: auto;
  float: left;
  margin: 0%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
	background-color:white;
	margin-bottom:0%;
}

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

.instantRemote .contents .bigBox .box .Photo {
display:block;
  width: 100%;
  height: auto;
  float: left;
}

.instantRemote .contents .bigBox .box .Photo1 {
display:none;
  width: 100%;
  height: auto;
  float: left;
}

.instantRemote .contents .bigBox .box .Photo2 {
display:none;
  width: 100%;
  height: auto;
  float: left;
}

.instantRemote .contents .bigBox .box .Photo3 {
display:none;
  width: 100%;
  height: auto;
  float: left;
}

.instantRemote .contents .bigBox .box .Photo4{
display:none;
  width: 100%;
  height: auto;
  float: left;
}

.instantRemote .contents .bigBox .box2 {
  width: 40%;
  height: auto;
  float: left;
  margin: 28px 5% 0 5%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
}

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

.instantRemote .contents .bigBox .box2 span {
  width: 100%;
    float: left;
  display: block;
  color: #595959;
  text-align: left;
	margin-top:3%;
}


/*-------------Rich Library and Cloud Resources開始-----------------*/
.IndexContentUs {
  width: 100%;
  height: 435px;
  float: left;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  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: 600px;
  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;
  float: left;
  background-color:#fff;
padding-top:15px;
padding-bottom:10px;
}

.compare .contents {
  width: 1000px;
  height: auto;
  padding: 0 5px;
  margin: 45px auto;
  box-sizing: border-box;
}
.compare .contents .box2 {
  width: 55%;
  height: auto;
  float: left;
  margin: 7% 2%;
  padding: 15px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.compare .contents .box {
  width: 37%;
  height: auto;
  float: left;
  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: 100%;
  height: auto;
  float: left;
  color: #595959;
}
.compare .contents .box span {
  width: 80%;/*一個字落單的問題*/
  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;
  color: #e5a900;
  padding-top:2%;

}

.compare .contents .box a:hover {
text-decoration:underline;
}
/*-------------enhencement開始-----------------*/
.enhencement{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#fff;
padding-top:15px;
padding-bottom:15px;
}

.enhencement .contents {
  width: 1300px;
  height: auto;
  padding: 0 5px;
  margin: 45px auto;
  box-sizing: border-box;
}
.enhencement .contents h2{
	width: 100%;
	float: left;
	display: block;
	color: #595959;
	text-align:center;
	margin: 0 0 10px 0;
	padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.enhencement .contents .box2 {
  width: 55%;
  height: auto;
  float: left;
  margin: 7% 2%;
  padding: 15px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.enhencement .contents .box {
	width: 31.3%;
	margin: 4% 1% 10% 1%;
    /* width: 21%; */
    height: auto;
    float: left;
    /* margin: 4% 2% 10% 2%; */
  padding: 15px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

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

}
.enhencement .contents .box .Photo {
  width: 100%;
  height: auto;
  float: left;
  color: #595959;
}
.enhencement .contents .box span {
  width: 100%;/*一個字落單的問題*/
  float: left;
  display: block;
  color: #595959;
  text-align: left;

}

.enhencement .contents .box a {
  width: 100%;
  float: left;
  display: block;
  text-align: left;
  text-decoration:none;
  color: #e5a900;
  padding-top:2%;

}

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




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

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

/* .tailored8000 .contents .box3 { */
    /* width: 60%; */
    /* float: left; */
    /* margin-left: 20%; */
	/* margin-right: 20%; */
/* } */

.playbackAndScheduling .contents {
  width: 1366px;
}

.playbackAndScheduling2 .contents {
  width: 1366px;
}

.playbackAndScheduling .contents .box2 .description:nth-child(1) {
margin-top:1%;	
margin-bottom:1%;
}
.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;
    -webkit-transform: scale(0.75);    /*12×0.75=9*/
    -o-transform: scale(1);            /*opera 已改为 blink 内核，所以需要修正*/
			border:1px solid #ebebeb;
}

.playbackAndScheduling .contents .box2 .description:nth-child(1)  span {
	margin-top:1%;
}

.playbackAndScheduling .contents .box2 .description:nth-child(2)  span {
	margin-top:0%;
}

.playbackAndScheduling .contents .box2 .description:nth-child(3)  span {
	margin-top:0%;
}

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

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


.flexible .contents{
  width: 1366px;
}

.flexibleTitle .contents {
  width: 1366px;
}

.instantRemote .contents {
  width: 1366px;
}

.instantRemote .contents .bigBox .box2 {
  margin: 4.5% 5% 0 5%;
}

.instantRemote .contents .bigBox .box .Photo {
display:none;
}

.instantRemote .contents .bigBox .box .Photo1 {
display:block;
}


.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 .box .contents .blackBox {
  width: 61%;
  margin-left:8%;
  margin-top:3%;
}

/* .tailored8000 .contents .box2 .box22 .box222 .box2221{ */
  /* width: 50%;/*一個字落單的問題*/
  /* margin:1% 0% 1% 0%; */
/* } */

.locationBased .box .contents span {
  width: 900px;
}

.easy2use .box .upBox span {
  width: 62%;/*一個字落單的問題*/
  float: left;
  margin-left:19%;
  margin-right:19%;
  margin-top:330px;
  display: block;
  color: #fff;
  text-align:left;
}

 	
}
/*--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: 1000px;
    margin: 35px auto;
  }
  .highlight .contents .box {
    width: 59%;
    margin: 1%;
    padding: 0px 15px;
  }

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

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

/* .tailored8000 .contents .box3 { */
    /* width: 70%; */
    /* float: left; */
    /* margin-left:15%; */
	/* margin-right: 15%; */
/* } */


.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 h2 {
  margin: 15px 0 18px 0;
}

/* .tailored8000 .contents h2 { */

  /* margin: 15px 5% 25px 5%; */
/* } */


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


/* .tailored8000 .contents { */
  /* margin-top:7%; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box221 { */
  /* margin:7% 0 3% 0; */
/* } */

/* .tailored8000 .contents .box1 .box11 span{ */
  /* margin-right:5px; */
  /* margin-top:15px; */
  /* float:right; */
/* } */

.playbackAndScheduling .contents {
  width: 1280px;
}

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

.playbackAndScheduling .contents .box2 .description:nth-child(1) {
margin-top:0%;
margin-bottom:1%;
}

.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;
    -webkit-transform: scale(0.75);    /*12×0.75=9*/
    -o-transform: scale(1);            /*opera 已改为 blink 内核，所以需要修正*/
	border:1px solid #ebebeb;
}

.playbackAndScheduling .contents .box2 .description:nth-child(1)  span {
	margin-top:2%;
}

.playbackAndScheduling .contents .box2 .description:nth-child(2)  span {
	margin-top:0%;
}

.playbackAndScheduling .contents .box2 .description:nth-child(3)  span {
	margin-top:0%;
}

.playbackAndScheduling2 .contents {
  width: 1280px;
}

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

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

.playbackAndScheduling2{
  padding-bottom:8%;
}



.flexible .contents{
  width: 1280px;
}

.flexibleTitle .contents {
  width: 1280px;
}

.instantRemote .contents {
  width: 1280px;
}

.IndexContentUs {
  padding: 90px 0;
}

.flexibleHtml .contents{
  width: 1280px;
}

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

/* .tailored8000 .contents .box1 .box11 span{ */
  /* margin-right:0%; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box2221{ */
/* min-height:100px; */
/* } */

.locationBased .box .contents .blackBox {
  width: 75%;
  margin-left:7%;
  margin-top:1.5%;
}

.locationBased .box .contents span {
  width: 950px;
}

.conveyinstant .contents{
  width: 1280px;
} 	

.easy2use .box .upBox span {
  width: 74%;
  float: left;
  margin-left:13%;
  margin-right:13%;
  margin-top:240px;
  display: block;
  color: #fff;
  text-align:left;
}

.instantRemote .contents .bigBox .box2 {
  margin: 4% 5% 0 5%;
}

.enhencement .contents {
width: 1024px;
}

.enhencement .contents .box{
    width: 29.3%;
    margin: 1% 2%;
    padding: 20px;
    min-height: 590px;
}

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


.productHeader .contents h2{
bottom:59%;
left:8%;
}
.productHeader .contents span{
    bottom: 60%;
    left: 25%;
}

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

.productHeader .contents .link1{

left:8%;
}

.productHeader .contents .link2{

left:23%;
}

.productHeader .contents .link3{

left:38.7%;
}

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

/* .tailored8000{ */
  /* padding-bottom:8%; */
/* } */

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

/* .tailored8000 .contents .box3 { */
    /* width: 80%; */
    /* float: left; */
    /* margin-left: 10%; */
	/* margin-right: 10%; */
	/* padding: 4% 0 0% 0; */
/* } */


.conveyinstant .contents {
  width: 1152px;
}

.playbackAndScheduling .contents {
  width: 1152px;
}

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

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

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

.playbackAndScheduling2 .contents {
  width: 1152px;
}

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

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

.playbackAndScheduling2{
  padding-bottom:10%;
}

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


.flexible .contents{
  width: 1152px;
}

.flexibleTitle .contents {
  width: 1152px;
}

.instantRemote .contents {
  width: 1152px;
}

.instantRemote .contents .bigBox .box2 {
  margin:1.5% 5% 0 5%;
}

.flexibleHtml .contents{
  width: 1152px;
}

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

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


.easy2use .box .upBox span {
  width: 78%;
  float: left;
  margin-left:11%;
  margin-right:11%;
  margin-top:200px;
  display: block;
  color: #fff;
  text-align:left;
}

 	
}
/*--1152寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1152px) {
.productHeader .contents h2{
bottom:53%;
left:5.5%;
font-size:1.125em;
}
.productHeader .contents span{
bottom:70%;
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%;
}

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


.playbackAndScheduling .contents {
  width: 1000px;
}

.playbackAndScheduling .contents {
  width: 1000px;
}

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


.playbackAndScheduling .contents .box3{
  width: 100%;
  padding-top:0%;
}

.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;
}

.enhencement .contents {
width: 1000px;
}

.flexible .contents{
  width: 1000px;
}

.flexibleTitle .contents {
  width: 1000px;
}

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

.instantRemote {
background:white;
 margin:0;
 padding:0;
}

.flexibleEnd{
	padding-bottom:90px;
}

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

.instantRemote .contents .bigBox .box2 {
  margin: 0% 5%;
}


.instantRemote .contents .bigBox {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
	background-color:white;
	margin-bottom:10%;
}

.instantRemote .contents .bigBox .box {
  width: 50%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}


.instantRemote .contents .bigBox .box2 {
  width: 40%;
  height: auto;
  float: left;
  margin:45px 5%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
}



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

.instantRemote .contents .bigBox .box2 span {
  width: 100%;
    float: left;
  display: block;
  color: #595959;
  text-align: left;
	margin-top:3%;
}

.instantRemote .contents .bigBox .box .Photo {
display:none;
}

.instantRemote .contents .bigBox .box .Photo1 {
display:none;
}

.instantRemote .contents .bigBox .box .Photo2 {
display:block;
}

.IndexContentUs {
  padding: 85px 0;
}

.flexibleHtml .contents{
  width: 1024px;
}

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

.locationBased .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; */
  /* -webkit-transform: scale(0.75);    /*12×0.75=9*/ 
  /* -o-transform: scale(1);            /*opera 已改为 blink 内核，所以需要修正*/ 
/* } */

.conveyinstant .contents {
  width: 1024px;
}

.easy2use .box .upBox span {
  width: 88%;
  float: left;
  margin-left:6%;
  margin-right:6%;
  margin-top:150px;
  display: block;
  color: #fff;
  text-align:left;
}

 	
}

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

.tabletBackground{
display:block;
}
	
.productHeader .contents h2{
    left: 4%;
    bottom: 45%;
}
.productHeader .contents span{
    left: 4%;
    bottom: 70%;
}

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

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

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

.productHeader .contents .link3{
bottom:9%;
left:44.8%;
}
.productHeader .contents .link4{
bottom:9%;
left:62.8%;
}
.highlight {
	padding-top:10px;
	padding-bottom:53px;
}
  .highlight .contents {
    width: 768px;
    margin: 35px auto;
  }
  .highlight .contents .box {
	width: 62%;
    margin: 1%;
    padding: 0;
  }

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

/* .tailored8000 .contents .box3 { */
    /* width: 65%; */
    /* margin-left: 17.5%; */
    /* margin-right: 17.5%; */
    /* padding: 4% 0 0% 0; */
/* } */


  .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%;/*一個字落單的問題*/
}

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

/* .tailored8000{ */
/* padding-bottom:0px; */
/* padding-top:0%; */
/* } */

/* .tailored8000 .contents .box1 { */
  /* width: 100%; */
/* } */

/* .tailored8000 .contents .box2 { */
  /* width: 100%; */
  /* margin: -10% 0% 0% 0%; */
  /* padding:0% 18%; */
/* } */

/* .tailored8000 .contents h2{ */
/* width:100%; */
/* margin-right:0%; */
/* margin-left:0%; */
/* } */

.playbackAndScheduling{
padding-top:27px;
}

.playbackAndScheduling2{
padding-top:40px;
padding-bottom:15px;
}

.playbackAndScheduling .contents {
  width: 768px;
}

.playbackAndScheduling2 .contents {
  width: 768px;
}


.flexible .contents{
  width: 98%;
}

.flexibleTitle{
padding-top:75px;
}

.flexibleTitle .contents {
  width: 98%;
}

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

.instantRemote {
padding-bottom:0;
}

.instantRemote .contents {
  width: 100%;
}

.instantRemote .contents .bigBox .box2 {
  margin: 15px 5% 0 5%;
}

.IndexContentUs {
  width: 100%;
  height: 435px;
  float: left;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  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%;/*一個字落單的問題*/
}

.enhencement .contents {
    width: 768px;
    margin: 0px auto;
}

.enhencement .contents .box{
width: 46%;
}

.flexibleHtml .contents{
  width: 768px;
}

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

.flexibleEnd{
	padding-bottom:50px;
}


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

/* .tailored8000 .contents .box2 .box22 .box2221{ */
/* min-height:auto; */
/* } */

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

.locationBased .box .tabletPhoto{
	display:block;
}

.locationBased .box .contents .blackBox {
  margin-top:13%;
 width:70%;
 margin-right:15%;
 margin-left:15%;
}

.locationBased .box .contents .blackBox h2 {
  width: 82%;/*一個字落單的問題*/
  float:left;
  display: block;
  font-weight:300;
  margin: 25px 9% 10px 9%;/*一個字落單的問題*/
  color:white;
  text-align:center;
}


.locationBased .box .contents span {
  width: 90%;
  float: left;
  display: block;
  color: #fff;
  text-align: left;
  margin-left:5.5%;
  margin-right:4.5%;
}

.locationBased .box .contents span a{
width:100%;
display:block;
text-align:center;
}

.conveyinstant {padding-top:70px;}

.conveyinstant .contents {
  width: 100%;
}

.easy2use{
padding-top:40px;
}

.easy2use .box .pcPhoto{
background:#f4f4f4;
}

.easy2use .box {
  width: 100%;
  height: auto;
  float: left;
  margin: 0%;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  position:relative;
}

.easy2use .box .upBox{
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
  position:absolute;
  top:0;
  z-index:1;
}

.easy2use .box .upBox h2{
  width: 100%;
  float: left;
  display: block;
  font-weight:300;
  text-align:center;
  margin: 15px 0 10px 0;
  margin-top:0px;
}

.easy2use .box .upBox span {
display:none;
}

.easy2use .box  .upBox .threeIcon{
display:none;
}

.easy2use .box .mobileBox{
display:block;
background:#f4f4f4;
  width: 100%;
  height: auto;
  float: left;
  margin: 0%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  padding-bottom:92px;
}

.easy2use .box .mobileBox span {
  width: 72%;
  float: left;
  margin-left:14%;
  margin-right:14%;
  margin-top:20px;
  display: block;
  color: #595959;
  text-align:left;
}

.easy2use .box .mobileBox span a{
text-decoration:none;
display:block;
width:100%;
color:#e5a900;
text-align:center;
}

.easy2use .box .mobileBox span a:hover{
text-decoration:underline;
}

.easy2use .box  .mobileBox .threeIcon{
  width: 300px;
  height: auto;
  margin: 0% auto;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.easy2use .box .mobileBox .threeIcon b{
  width: 100%;
  height: auto;
  float: left;
  margin: 1% 0%;
  margin-top:20px;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  color:#595959;
}

.easy2use .box .mobileBox .threeIcon .box21{
  width: 29.33%;
  height: auto;
  float: left;
  margin: 1% 2%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
	
}


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

.flexible {
display:none;
}

.flexibleMobile {
display:block;
}

.productHeader .contents h2{
    bottom: 50%;
}

.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;
overflow: hidden;
  }

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

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

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

    .highlight .contents .box span ul{
		width:335px;/*一個字落單的問題*/
	}


 .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);
}

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

.flexibleTitle .contents .box span{
width:70%;/*一個字落單的問題*/
padding-top:140px;/*一個字落單的問題*/
}

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

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

/* .tailored8000 .contents .box2 .box22 .box222 .box2221 .descript{ */

/* } */
/* .tailored8000{ */
  /* padding-bottom:0px; */
/* } */

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

/* .tailored8000 .contents .box3 { */
    /* width: 70%; */
    /* margin-left: 15%; */
    /* margin-right: 15%; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box331{ */
/* margin: 2% 0 1% 0; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box333 .box3331 { */
    /* width: 100%; */
    /* margin: 8% 0 4% 0; */
    /* padding: 0; */
/* } */

.playbackAndScheduling{
padding-top:30px;
}

.playbackAndScheduling2{
padding-bottom:30px;
}

.playbackAndScheduling .contents {
  width: 600px;
}

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

.playbackAndScheduling2 .contents {
  width: 600px;
}

.instantRemote{
	padding-top:0%;
	padding-bottom:20px;
}

.instantRemote .contents {
  width: 100%;
}


.instantRemote .contents .bigBox .box .Photo {
display:none;
}

.instantRemote .contents .bigBox .box .Photo2 {
display:none;
}

.instantRemote .contents .bigBox .box .Photo3 {
display:block;
}

.instantRemote .contents .bigBox .box2 {
  margin: 23px 5% 0 5%;
}


    
.IndexContentUs {
  padding: 105px 0;
}

.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: 42%;
  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%;/*一個字落單的問題*/
}

.enhencement .contents {
width: 600px;
}
.enhencement .contents .box{
   min-height: 480px;
}
.flexibleTitle{
	padding-top:75px;
}
  
  .flexibleHtml .contents{
  width: 736px;
}

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



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

.locationBased .box .contents .blackBox h2 {
  width: 90%;
  float:left;
  display: block;
  font-weight:300;
  margin: 15px 5% 10px 5%;
  color:white;
  text-align:center;
}

.locationBased .box .contents .blackBox span {
	width:92%;/*一個字落單的問題*/
margin-left:4%;/*一個字落單的問題*/
margin-right:0%;/*一個字落單的問題*/
}


.locationBased .box .contents span {
  width: 90%;
  float: left;
  display: block;
  color: #fff;
  text-align:left;
  margin-left:5%;
  margin-right:5%;
}

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

.easy2use{
	padding-top:40px;
}

.easy2use .box .upBox{
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
  position:absolute;
  top:0;
  z-index:1;
}


.easy2use .box .upBox h2{
    width: 80%;
    float: left;
    display: block;
    font-weight: 300;
    text-align: center;
    margin: 0px 10% 10px 10%;
    margin-top: -40px;
}

.easy2use .box .upBox span {
	display: none;
}

.easy2use .box .upBox .threeIcon{
display: none;
}

.easy2use .box .upBox .threeIcon b{
display: none;
}

.easy2use .box .mobileBox{
display:block;
background:#f4f4f4;
  width: 100%;
  height: auto;
  float: left;
  margin: 0%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  padding-bottom:92px;
}

.easy2use .box .mobileBox span {
  width: 72%;
  float: left;
  margin-left:14%;
  margin-right:14%;
  margin-top:20px;
  display: block;
  color: #595959;
  text-align:left;
}

.easy2use .box .mobileBox span a{
text-decoration:none;
display:block;
width:100%;
color:#e5a900;
text-align:center;
}

.easy2use .box .mobileBox span a:hover{
text-decoration:underline;
}

.easy2use .box  .mobileBox .threeIcon{
  width: 300px;
  height: auto;
  margin: 0% auto;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.easy2use .box .mobileBox .threeIcon b{
  width: 100%;
  height: auto;
  float: left;
  margin: 1% 0%;
    margin-top:20px;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  color:#595959;
}

.easy2use .box .mobileBox .threeIcon .box21{
  width: 29.33%;
  height: auto;
  float: left;
  margin: 1% 2%;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.flexibleEnd{
	padding-bottom:62px;
}

	
}


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

  .flexibleHtml .contents{
  width: 600px;
}


.instantRemote .contents .bigBox .box .Photo {
display:none;
}

.instantRemote .contents .bigBox .box .Photo2 {
display:none;
}

.instantRemote .contents .bigBox .box .Photo3 {
display:none;
}

.instantRemote .contents .bigBox .box .Photo4 {
display:block;
}

.instantRemote .contents {
  width: 100%;
}

.instantRemote .contents .bigBox .box{
  width: 100%;
}

.instantRemote .contents .bigBox .box2{
  width: 90%;
  margin:1% 5% 5% 5%;
}

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

.IndexContentUs {
  padding: 110px 0;
}

.locationBased .box .contents .blackBox {
  margin-top:3%;
}

.locationBased .box .contents .blackBox span {
width:96%;/*一個字落單的問題*/
margin-left:4%;/*一個字落單的問題*/
margin-right:0%;/*一個字落單的問題*/
}

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

.easy2use .box .pcPhoto{
display:none;
}

.easy2use .box .tabletPhoto{
display:block;
}

.easy2use{
	padding-top:145px;
}

.easy2use .box .upBox span{
  margin-top:0px;
}

}

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

.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 .box .contents .blackBox {
  margin-top:1%;
  width:96%;
  margin-right:2%;
  margin-left:2%;
}

.locationBased .box .contents .blackBox span {
width:92%;/*一個字落單的問題*/
margin-left:4%;/*一個字落單的問題*/
margin-right:0%;/*一個字落單的問題*/
}

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

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

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

.flexibleTitle .contents .box span{
width:75%;/*一個字落單的問題*/
padding-top:140px;/*一個字落單的問題*/
}


}

/*--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: 7%;
    font-size: 1.8em;
}

#MainWrap .productHeader .contents h1{
    top: 5%;
}

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

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

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

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

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

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

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

.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%;
}

/* .tailored8000 .contents .box3 { */
    /* width: 80%; */
    /* margin-left: 10%; */
    /* margin-right: 10%; */
/* } */

/* .tailored8000 .contents .box3 .box33 .box333 .box3331 .photo { */
/* height: auto; */
/* } */

  .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);
}


/* .tailored8000 .contents h2 { */
/* text-align:center; */
/* margin-top:0; */
/* padding-top:0; */
/* } */

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

.flexibleTitle .contents .box h2 {
width:72%;/*一個字落單的問題*/
margin-left:14%;/*一個字落單的問題*/
margin-right:14%;/*一個字落單的問題*/
margin-bottom:20px;
}

.flexibleTitle .contents .box span {
width:80%;/*一個字落單的問題*/
padding-top:0;/*一個字落單的問題*/
margin-bottom:8%;
}

.flexibleEnd{
	padding-top:30px;
}

.flexibleEnd .contents .box span {
margin-bottom:15%;
}

/* .tailored8000 .contents { */
  /* margin-top:15%; */
/* } */

/* .tailored8000 .contents .box2 { */
  /* padding:0% 5%; */
/* } */

/* .tailored8000{ */
	/* padding-top:0px; */
  /* padding-bottom:18px; */
/* } */

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

/* .tailored8000 .contents .box1 .box11 span{ */
/* display:none; */
/* } */

/* .tailored8000 .contents .box1 .box11 { */
  /* background-image: url("../images/digital_signage_products/smp-8000/digital_signage_player_video_wall_multi_display_smp8000_m.jpg");  */
/* } */

/* .tailored8000 .contents .box2 .box22 .box222 .box2221{ */
  /* width: 100%; */
/* } */

/* .tailored8000 .contents .box2 .box21 p{ */
	/* margin-right:3%; */
	/* margin-left:3%; */
/* } */

/* .tailored8000 .contents .box2 .box22 .box221 { */
	/* width:94%; */
	/* margin-right:3%; */
	/* margin-left:3%; */
	/* margin-bottom:15px; */
/* } */

.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;
}


.flexible .contents{
  width: 100%;
}

.instantRemote{
padding-bottom:10px;
}


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

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

.instantRemote .contents .bigBox .box2 span {
	margin-top:1%;
}

.instantRemote .contents .bigBox .box2 {
width:94%;
margin:3% 3%;
}

.instantRemote .contents .bigBox .box2 span{
  margin-top:0%;
}

  
  .IndexContentUs {
  width: 100%;
  height: 400px;
  float: left;
  border-top: 1px solid #FFF;
  border-bottom: 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 .box2{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 15px 15px 0 15px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
.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%;/*一個字落單的問題*/
}

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

.enhencement .contents .box{
width: 98%;
}

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

.enhencement .contents .box a {
    text-align: center;
}
  
  
.flexibleHtml .contents{
  width: 100%;
}

.locationBased{
	padding-top:35px;
	padding-bottom:72px;
}

.locationBased .box .contents .blackBox {
  width: 90%;
  height: auto;
  float:left;
  display: block;
  color: #595959;
  font-weight:300;
  margin-left:5%;
  margin-right:5%;
  margin-top:120px;
  padding: 10px;
}

.locationBased .box .contents .blackBox h2 {
  width: 86%;/*一個字落單的問題*/
  float:left;
  display: block;
  font-weight:300;
  margin: 25px 7% 25px 7%;/*一個字落單的問題*/
  color:white;
  text-align:center;
}

.locationBased .box .contents span {
display:none;
}

.locationBased .box .mobileText{
display:block;
  width: 90%;
  margin:10px 5% 0 5%;
  float: left;
  color: #595959;
  text-align: left;
}

.locationBased .box .mobileText span a{
color:#e5a900;
text-decoration:none;
display:block;
text-align:center;
width:100%;
}

.locationBased .box .mobileText span a:hover{
text-decoration:underline;
}

.flexibleTitle{
	padding-top:57px;
}

.flexibleHtml .contents .box2 {
  min-height:120px;
  width:96%;
  padding:10px;
}

.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 .box2  .index-phone{
width:30%;
font-size:5em;
float:left;
margin-top:4px;
margin-right:2%;
}

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

.flexibleHtml .contents .box2  h3{
width:68%;
float:left;
text-align:left;
}

.flexibleHtml .contents .box2  span{
width:60%;
text-align:left;
float:left;
}

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

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

.easy2use{
padding-top:0px;
}

.easy2use .box .upBox h2{
width: 96%;
float: left;
display: block;
font-weight:300;
text-align:center;
margin: 0px 2% 10px 2%;
margin-top:5px;
}
.easy2use .box .upBox span{
	display: none;
}

.flexibleEnd{
	padding-bottom:15px;
}

.easy2use .box .mobileBox{
	padding-bottom:73px;
}

.easy2use .box .mobileBox span {
width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}


}

/*--568寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 568px) {
/* .tailored8000 .contents .box1 .box11 span{ */
/* font-size:0px; */
/* background-image: url(../images/digital_signage_products/smp-8000/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:80%;/*一個字落單的問題*/
margin-left:10%;/*一個字落單的問題*/
margin-right:10%;/*一個字落單的問題*/
}

.locationBased .box .contents .blackBox h2 {
 width: 86%;/*一個字落單的問題*/
  margin: 25px 7% 25px 7%;
}

.locationBased .box .mobileText span{
	display:block;
	width:92%;/*一個字落單的問題*/
	margin-left:4%;/*一個字落單的問題*/
	margin-right:4%;/*一個字落單的問題*/
}

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

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


.IndexContentUs{
	padding-top:100px;
}



}

/*--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 .box .contents .blackBox h2 {
width:100%;
  margin: 25px 0 25px 0px;
}

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

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

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

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

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

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

.IndexContentUs{
	padding-top:55px;
}

.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 .box .contents .blackBox h2 {
  margin: 5px 0 5px 0px;
}

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

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


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

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

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

.instantRemote .contents .bigBox .box2 span{
  width:96%;/*一個字落單的問題*/
  margin-right:3%;/*一個字落單的問題*/
  margin-left:1%;/*一個字落單的問題*/
}

.IndexContentUs{
	padding-top:40px;
}

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


}

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

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

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

.locationBased .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;
}

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

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




