.index-embeddedSoftware,
.index-intuitiveUIDesign,
.index-flexibleTaskScheduling,
.index-IntegrateWebServices,
.index-playbackModes,
.index-playbackModes,
.index-selfDesigned,
.index-unlimitedMediaZones,
.index-unlimitedMediaZones,
.index-cloudResources,
.index-increasedSystemReliability,
.index-EasyStorageExpansion {
    font-size: 5em;
    color: #595959;
}


.threeOptionOutborder {
    margin: 0 auto;
    width: 500px;
    margin-top: 10px;
}

.threeOption {
    display: block;
    float: left;
    width: 33.33%;
}

.addHeight {
    margin-top: 40px;
}

/* 以下新增0905 */
/* pop up video */
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;

    /* using flexbox for vertical centering */

    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(0, 0, 0, 0.82);
    /* overlay color */
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1.0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.video-modal .close_btn {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 0.8;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s;
}

.video-modal .close_btn:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.menubackground:root {
    --primary-color: #007ED4;
    --secondary-color: #E9F5FC;
    --tertiary-color: #F8F8F8;
    --neutral-color: #595959;
    --neutral-variant-color: #757575;
    --neutral-variant-color-2: #F8F8F8;
    --gradient-color: linear-gradient(90deg, rgba(0, 160, 233, 1) 0%, rgba(0, 126, 212, 1) 100%);
    --shadow-dropdown: 0px 0px 15px rgba(142, 163, 175, 0.2);
    --shadow-dropdown-hover: 0px 3px 15px rgba(142, 163, 175, 0.2);
}

body {
    background-color: #f4f4f4;
    margin: 0px;
}

a {
    color: var(--primary-color);
}

/*  */
.menubackground {
    margin: 0;
    width: 100%;
    height: 51px;
    float: left;
    margin-top: 60px;
}

.menubackground.smpMediaPlayer {
    background-color: #70326D;
}

/* 子選單 productName_and_subButtonAll */
.productName span {
    /* border: 1px solid red; */
    max-width: 1200px;
}

.subButtonAll {
    max-width: 1200px;
}

/* 子選單 productName_and_subButtonAll end*/

.max_w1200 {
    max-width: 1200px;
}

/* product header */
.productHeader .contents {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-top: 110px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 530px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.productHeader .contents.smpMediaPlayer {
    background-image: url(../images/digital_signage_products/smp-media-player/smp_header_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.header_wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    /* max-width: 1600px; */
    max-width: 1200px;
    gap: 16px;
    /* padding: 0 2.5%; */
}

#MainWrap .productHeader.smpMediaPlayer {
    background-color: #70326D;
}

.productHeader .contents h1 {
    z-index: 10;
    height: auto;
    color: #595959;
    font-size: 2em;
}

.header_link_wrap {
    display: flex;
    width: 40%;
    max-width: 500px;
    flex-wrap: wrap;
    column-gap: 20px;
}

@media only screen and (max-width: 1600px) {
    .header_link_wrap {
        max-width: 400px;
    }
}

.productHeader .contents .product_link {
    z-index: 11;
    width: auto;
    height: auto;
    color: #595959;
}

.wrapper--tag>b {
    display: flex;
    column-gap: 24px;
    align-items: center;
    padding: 5px 15px;
    border-radius: 2px;
    width: fit-content;
    height: fit-content;
    margin-left: 10px;
    font-size: 1em;
}

.title_and_tag {
    display: flex;
    align-items: center;
}

.title_and_tag span {
    padding-right: 5px;
}

.colorGray {
    color: #595959;
}


.tag--player {
    background-color: #FAE8F9;
    color: #552853;
}

.tag--server {
    background-color: #E9F5FC;
    color: #007ED4;
}

.tag--software {
    background-color: #DAF8E8;
    color: #104E37;
}

.tag--cloud {
    background-color: #FFF8E7;
    color: #773200;
}

.tag--robustie {
    background-color: #693ca5;
    color: #F8F8F8;
}

.tag--flexie {
    background-color: #1089c6;
    color: #F8F8F8;
}

.d-flex {
    display: flex;
}

.productHeader .contents .title_and_Logo {
    display: flex;
}

.productHeader .contents .logo {
    height: auto;
    /* box-shadow: 0 0 10px #0072a3; */
    border-radius: 20px;
    width: 90px;
}

.productHeader .contents .logo_text {
    max-width: 350px;
    padding-right: 5px;
    padding-left: 20px;
    height: 64px;
    align-self: flex-end;
}

.productHeader .contents .title_and_Logo img {
    display: block;
}

.mobile_bg {
    display: none;
}


/* 以上新增0905 */

.productOverview {
    /* background-image: url(../images/digital_signage_products/smp_header_bg.jpg); */
    margin: 60px 0 0 0;
    display: block;
    width: 100%;
    height: 375px;
    background-color: #6F326D;
    background-size: auto;
}

.productOverview .productWarp {
    /* background-image: url(../images/digital_signage_products/smp-media-player/smp_header_pc.jpg); */
    background-image: url(../images/digital_signage_products/smp-media-player/smp-media-player_banner-3-3.jpg);
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    height: 375px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 375px;
}


.productOverview .productWarp .mobileBackground {
    display: none;
}

.productOverview .productWarp h1 {
    width: 600px;
    float: left;
    display: block;
    color: white;
    margin: 0;
    text-align: left;
    font-weight: 300;
    margin-top: 9%;
    margin-left: 10%;
}

.productOverview .productWarp .linkTextArea {
    width: 62%;
    float: left;
    margin-top: 2%;
    margin-left: 10%;
}

/* .productOverview .productWarp .linkTextArea .myLink1{ */
/* float: left; */
/* color:white; */
/* text-decoration:none; */
/* cursor:pointer; */
/* } */

/* .productOverview .productWarp .linkTextArea .myLink2{ */
/* float: left; */
/* color:white; */
/* text-decoration:none; */
/* margin-left:40px; */
/* cursor:pointer; */
/* } */

.productOverview .productWarp .linkTextArea .myLink3 {
    float: left;
    color: white;
    text-decoration: none;
    /* margin-left:40px; */
    cursor: pointer;
}

.productOverview .productWarp .linkTextArea .myLink4 {
    float: left;
    color: white;
    text-decoration: none;
    cursor: pointer;
    display: none;
}

.productOverview .productWarp .linkTextArea .myLink1:hover {
    text-decoration: underline;
}

.productOverview .productWarp .linkTextArea .myLink2:hover {
    text-decoration: underline;
}

.productOverview .productWarp .linkTextArea .myLink3:hover {
    text-decoration: underline;
}

.productOverview .productWarp .linkTextArea .myLink4:hover {
    text-decoration: underline;
}

.productOverview .productWarp .downloadCenter {
    margin-right: 12.5%;
    margin-top: -10%;
    width: 300px;
    float: right;
}

.productOverview .productWarp .downloadCenter .fox {
    width: 300px;
    height: 150px;
    margin: 0px auto;
    text-align: right;
}


.productOverview .productWarp .downloadCenter .fox .box1 {
    width: 90px;
    height: 143px;
    margin: 0px auto;
    float: left;
}

.productOverview .productWarp .downloadCenter .fox .box2 {
    width: 210px;
    height: 85px;
    margin: 0px auto;
    float: left;
}

.productOverview .productWarp .downloadCenter .fox .box3 {
    width: 210px;
    height: 58px;
    margin: 0px auto;
    float: left;
}

/*-------------productHeader 開始-----------------*/
.tabletBackground {
    display: none;
}

.mobileBackground {
    display: none;
}

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

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

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

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

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

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

.productHeader .contents .box {
    width: 300px;
    height: 150px;
    position: absolute;
    bottom: 6%;
    right: 9%;
}

.productHeader .contents .box1 {
    width: 90px;
    height: 143px;
    margin: 0px auto;
    float: left;
}

.productHeader .contents .box2 {
    width: 210px;
    height: 85px;
    margin: 0px auto;
    float: left;
}

.productHeader .contents .box3 {
    width: 210px;
    height: 58px;
    margin: 0px auto;
    float: left;
}

/*-------------features10item 開始-----------------*/
.features10item {
    margin: 0;
    width: 100%;
    height: auto;
    /* float: left; */

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */

    /* padding-top: 2.8%;
    padding-bottom: 4.3%; */
    padding: 48px 0;
}

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

.features10item .contents .plusBoxHide {
    display: none;
}

.features10item .contents .fox {
    width: 100%;
    height: auto;
    /* margin: 0 auto; */
    /* padding: 12px 0; */
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

.features10item .contents .fox h1 {
    width: 100%;
    display: block;
    color: #595959;
    font-weight: 300;
    margin: 12px 0;
}

.features10item .contents .fox span {
    width: 60%;
    display: block;
    color: #595959;
    font-weight: 300;
    margin: 0px 20% 0px 20%;
    margin-bottom: 1%;
    text-align: center;
}

.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.features10item .contents .box {
    width: 18%;
    height: auto;
    margin: 1% 1%;
    padding: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}


.features10item .contents .box h2 {
    width: 100%;
    display: block;
    color: #595959;
    font-weight: 300;
    margin: 15px 0 10px 0;
}

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

.features10item .contents .box .Photo {
    width: 100%;
    height: auto;
    color: #595959;
}

/*----------digitalSignagePlayers1-START---------------*/
.SMPmediaPlayerBox {
    display: flex;
    align-items: flex-end;
    column-gap: 12px;
    margin-bottom: 20px;
}


/* all solution_section */
.solution_section .contents {
    max-width: 1200px;
}

#MainWrap .contents .neo2box span .video_link_btn {
    display: inline-block;
    font-weight: 400;
    word-spacing: 2px;
    letter-spacing: 2px;
    background-color: #552853;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    margin: 12px 0;
    transition: all 0.3s;
}


#MainWrap .contents .neo2box span .video_link_btn:hover {
    background-color: #6b3469;
    box-shadow: 0 2px 10px #552853bb;
    transform: translateY(-2px);
}

#MainWrap .contents .neo2box span .video_link_btn:hover {
    text-decoration: none;
    /* background: linear-gradient(90deg, rgba(0, 126, 212, 1) 0%, rgba(0, 126, 212, 1) 100%); */
}

#MainWrap .contents .neo2box span .video_link_btn i {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 8px 10px;
    margin-left: 10px;
    line-height: 1;
    box-shadow: 0px 4px 8px rgba(198, 107, 0, 0.25);
    transform: translateX(-3px);
    transition: all ease-out 0.3s;
}


#MainWrap .contents .neo2box span .video_link_btn:hover i {
    transform: translateX(1px);
}

.digitalSignagePlayers {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
}

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

.digitalSignagePlayers .contents h1 {
    display: block;
    width: 100%;
    color: #595959;
    font-weight: 300;
    text-align: center;
    margin-top: 64px;
    padding-bottom: 12px;
}

/*----------digitalSignagePlayers2-START---------------*/
.digitalSignagePlayers2 {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #f4f4f4;
}

.digitalSignagePlayers2 .contents {
    margin: 40px auto 40px auto;
    box-sizing: border-box;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.digitalSignagePlayers2 .contents .box {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-sizing: border-box;
    text-align: left;
    width: 50%;
}

.contents .box img.product_logo {
    max-width: 90px;
    border-radius: 10px;
}

.digitalSignagePlayers2 .contents .box h2 {
    color: #595959;
    font-weight: 400;
    text-align: left;
}

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

.digitalSignagePlayers2 .contents .box span a {
    text-decoration: none;
    color: #007ED4;
}

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

/*--------------product-downloads end-----------------*/

/*----------contentManagementServer-START---------------*/
.contentManagementServer {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
}

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

.contentManagementServer .contents h1 {
    display: block;
    width: 100%;
    color: #595959;
    font-weight: 300;
    text-align: center;
    margin-top: 64px;
    padding-bottom: 12px;
}

/*----------digitalSignagePlayers3 ---------------*/
.digitalSignagePlayers3 {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
}

.digitalSignagePlayers3 .contents {
    margin: 64px auto;
    box-sizing: border-box;
    display: flex;
    column-gap: 35px;
    align-items: center;
}

.digitalSignagePlayers3 .contents .box {
    text-decoration: none;
    box-sizing: border-box;
    text-align: left;
    width: 768px;
}

.digitalSignagePlayers3 .contents .box h2 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    font-weight: 400;
    text-align: left;
}

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

.digitalSignagePlayers3 .contents .box span a {
    text-decoration: none;
    color: var(--primary-color);
}

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

.product_wrap.compare a {
    display: inline-block;
    font-weight: 400;
    word-spacing: 2px;
    letter-spacing: 2px;
    background-color: #552853;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    margin-top: 12px;
    transition: all 0.3s;
}

/*----------digitalSignagePlayers3 end---------------*/

/*----------digitalSignagePlayers4---------------*/
.digitalSignagePlayers4 {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
}

.digitalSignagePlayers4 .contents {
    margin: 40px auto 72px auto;
    box-sizing: border-box;
    display: flex;
    column-gap: 35px;
    align-items: center;
}

.digitalSignagePlayers4 .contents .box {
    text-decoration: none;
    box-sizing: border-box;
    text-align: left;
    width: 50%;
}

.digitalSignagePlayers4 .contents .box h2 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    font-weight: 400;
    text-align: left;
}

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

.digitalSignagePlayers4 .contents .box span a {
    text-decoration: none;
    color: #007ED4;
}

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

/*----------digitalSignagePlayers4-END---------------*/
/*-------------morePowerful 開始-----------------*/
.morePowerful .contents .neo2box {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* width: 100vw; */
}

.morePowerful .contents .neo2box img {
    width: 80%;
    max-width: none;
    margin-bottom: 3%;
}

.morePowerful {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    /* padding-top: 2.7%;
    padding-bottom: 5.7%; */
    padding: 64px 0;
    overflow: hidden;
}

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

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

.morePowerful .contents .box h1 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    font-weight: 300;
    margin: 15px 0 0px 0;
}

.morePowerful .contents .box h2 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    font-weight: 300;
    margin: 10px 0 10px 0;
}

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

.morePowerful .contents .box span a {
    text-decoration: none;
    color: #007ED4;
}

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

/*-------------smpneo2 開始-----------------*/
.smpneo2 {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #f4f4f4;
    padding-top: 48px;
    padding-bottom: 60px;
}

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

.smpneo2 .contents .line2 {
    width: 69%;
    margin: 0 15.5% 2% 15.5%;
}

.playerBoxs {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 50px;
    margin: 0 auto;
    width: 95%;
}

.smpneo2 .contents .box {
    display: block;
    /* width: 25%; */
    /* 改用grid */
    /* min-width: 240px; */
    height: auto;
    float: left;
     /* margin: 1% 2%; */
    padding: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 3%;
}

.smpneo2 .contents .box:hover {
    opacity: 0.8;
}

.smpneo2 .contents .box img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.smpneo2 .contents h1,
.contents .neo2box h1 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    font-weight: 300;
    margin: 15px 0 10px 0;
    text-align: center;
}

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

.smpneo2 .adjust {
    float: left;
    display: block;
    color: #595959;
    text-align: left;
    text-align: center;
    width: 70%;
    /*修正文字斷行問題*/
    margin-right: 15%;
    /*修正文字斷行問題*/
    margin-left: 15%;
    /*修正文字斷行問題*/
}

.smpneo2 .contents .box h2 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    font-weight: 300;
    margin: 0px 0 10px 0;
}

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

.smpneo2 .contents span a {
    text-decoration: none;
    color: #007ED4;
}

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

/*-------------smppro 開始-----------------*/
.smppro {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding-top: 3.8%;
    padding-bottom: 1%;
}

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

.smppro .contents .box {
    width: 29.33%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

.smppro .contents .box:hover {
    opacity: 0.8;
}

.smppro .contents .box img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.smppro .contents h1 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    font-weight: 300;
    margin: 15px 0 10px 0;
    text-align: center;
}

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

.smppro .contents .line2 {
    width: 57%;
    margin: 0 21.5% 2.8% 21.5%;
}

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

.smppro .contents .box span {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    text-align: center;
    margin-bottom: 10%;
}

.smppro .contents span a {
    text-decoration: none;
    color: #007ED4;
}

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

/*-------------features3item 開始-----------------*/
.features3item {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding-bottom: 7.4%;
}

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

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

.features3item .contents .box span {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    text-align: center;
    padding-top: 4%;
}

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

.features3item .contents span a {
    text-decoration: none;
    color: #007ED4;
}

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

/*----------finalButton2-START---------------*/
.finalButton2 {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #e7e7e7;
    padding-top: 1%;
    padding-bottom: 3%;
}

.finalButton2 .contents {
    width: 500px;
    height: auto;
    padding: 0 5px;
    margin: 5% auto;
    box-sizing: border-box;
}

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

.finalButton2 .contents .box h2 {
    width: 100%;
    float: left;
    display: block;
    color: #595959;
    line-height: 1.5em;
    margin: 15px 0 10px 0;
    text-align: center;
}

.finalButton2 .contents .box .Photo {
    width: 100%;
    height: auto;
    float: left;
    color: #595959;
}

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

.finalButton2 .contents .box .mylinks {
    float: left;
    margin-top: 5%;
    text-decoration: none;
    color: #007ED4;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

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

.finalButton2 .contents .box a {
    text-decoration: none;
    color: #007ED4;
}

/*--1680寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1680px) {
    .header_wrap {
        max-width: 1200px;
        padding: 0 5%;
    }

}

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

    /* 0907新增↓ */
    .morePowerful .contents {
        width: 100%;
    }

    /* 0907新增↑ */

    .header_wrap {
        max-width: 1024px;
        padding: 0 5%;
        gap: 15px;
    }

    .productOverview .productWarp h1 {
        margin-top: 12%;
    }

    .productOverview .productWarp {
        background-image: url(../images/digital_signage_products/smp-media-player/smp_header_tablet.jpg);
    }

    .productOverview .productWarp {
        width: 1024px;
    }

    .productOverview .productWarp .downloadCenter {
        margin-right: 0%;
        margin-top: -12%;
    }

    .productHeader .contents {
        /* width: 1024px; */
        height: 380px;
    }

    .features10item .contents {
        width: 1024px;
    }

    .smpneo2 {
        padding-bottom: 9%;
    }

    .smpneo2 .contents {
        width: 1024px;
    }

    .smppro .contents {
        width: 1024px;
    }

    .features3item .contents {
        width: 1024px;
    }

    .features10item .contents .box {
        width: 31.3%;
    }

    .features10item .contents .plusBoxHide {
        display: block;
    }


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

    .productHeader .contents .smpneoSeries {
        left: 5%;
    }

    .productHeader .contents .smpproSeries {
        left: 22%;
    }

    .productHeader .contents .sendInquiry {
        left: 38%;
    }

    .features10item .contents .fox span {
        width: 53%;
        margin: 0px 23.5% 0px 23.5%;
    }

    .smpneo2 .contents .line2 {
        width: 83%;
        margin: 0 8.5% 0 8.5%;
    }

    .smppro .contents .line2 {
        width: 73%;
        margin: 0 13.5% 0 13.5%;
    }

    .finalButton2 {
        padding-bottom: 1%;
    }

    .finalButton2 .contents {
        width: 500px;
        margin: 35px auto;
    }

    .smpneo2 .adjust {
        width: 90%;
        /*修正文字斷行問題*/
        margin-right: 5%;
        /*修正文字斷行問題*/
        margin-left: 5%;
        /*修正文字斷行問題*/
    }
}

/*--1152寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1152px) {
    .productHeader .contents .logo {
        width: 70px;
    }

    .productHeader .contents .header_wrap .title_and_Logo .logo_text {
        width: 210px;
    }

    .productHeader .contents h1 {
        font-size: 1.2em;
    }

    .wrapper--tag>b {
        font-size: .875em;
    }

}

/*--1024寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .productOverview {
        /* background-image: url(../images/digital_signage_products/smp-media-player/smp_header_tablet.jpg); */
    }

    .productHeader .contents.smpMediaPlayer {
        background-image: url(../images/digital_signage_products/smp-media-player/smp_header_tablet.jpg);
    }

    .productOverview .productWarp {
        background-image: url();
    }

    .productOverview .productWarp {
        width: 768px;
    }

    .productHeader .contents.smpMediaPlayer .logo {
        width: 70px;
    }

    .productHeader .contents.smpMediaPlayer .logo_text {
        width: 240px;
    }

    .title_and_Logo .f35 {
        font-size: 1.4em;
    }

    .productHeader .contents h2 {
        font-size: 2.2em;
    }

    .productHeader .contents h1 {
        max-width: 38%;
        font-size: 1.2em;
    }

    .header_wrap {
        width: 90%;
        max-width: 768px;
        padding: 0 2%;
    }

    .productOverview .productWarp h1 {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 6%;
    }

    .productOverview .productWarp .linkTextArea {
        width: 70%;
        margin: 0;
        margin-top: 2.5%;
        margin-left: 15%;
        margin-right: 15%;
    }


    .productOverview .productWarp .linkTextArea .myLink1 {
        text-align: center;
        margin: 0;
        width: 33.33%
    }

    .productOverview .productWarp .linkTextArea .myLink2 {
        text-align: center;
        margin: 0;
        width: 33.33%
    }

    .productOverview .productWarp .linkTextArea .myLink3 {
        text-align: center;
        margin: 0;
        width: 33.33%
    }

    .productOverview .productWarp .downloadCenter {
        margin: 0;
        margin-top: 4.5%;
        width: 100%;
        display: block;
        float: left;
    }

    .productOverview .productWarp .downloadCenter .fox {
        clear: both;
        margin: 0 auto;
    }


    .pcBackground {
        display: none;
    }

    .tabletBackground {
        display: block;
    }

    .productHeader .contents {
        /* width: 768px; */
        height: 330px;
    }

    .features10item {
        padding-top: 1.6%;
        padding-bottom: 2.5%;
    }

    .features10item .contents .fox span {
        padding-bottom: 1.3%;
    }

    .features10item .contents {
        width: 768px;
    }

    .morePowerful {
        padding-top: 1%;
        padding-bottom: 6.8%;
    }

    .morePowerful .contents {
        width: 768px;
    }

    /* 0905以下新增 */
    .digitalSignagePlayers2 .contents .box span,
    .digitalSignagePlayers3 .contents .box span,
    .digitalSignagePlayers4 .contents .box span,
    .intro .contents .box p {
        text-align: center;
    }

    .contents .box img.product_logo {
        width: 70px;
    }

    .SMPmediaPlayerBox {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
        margin-bottom: 10px;
    }

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

    /* 0905以上新增 */

    .smpneo2 {
        padding-top: 3%;
        padding-bottom: 9.5%;
    }

    .smpneo2 .contents {
        width: 768px;
    }

    .smppro {
        padding-top: 3%;
        padding-bottom: 0%;
    }

    .smppro .contents {
        width: 768px;
    }

    .features3item .contents {
        width: 768px;
    }

    .productHeader .contents .box {
        right: 0%;
    }

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

    /* 0905以下新增 */
    .digitalSignagePlayers3 {
        padding-bottom: 20px;
    }

    .digitalSignagePlayers3 .contents {
        flex-direction: column-reverse;
        margin-top: 0;
        width: 768px;
        margin: 35px auto;
    }

    /* 0905以上新增 */
    .productHeader .contents .smpneoSeries {
        left: 0%;
    }

    .productHeader .contents .smpproSeries {
        left: 19%;
    }

    .productHeader .contents .sendInquiry {
        left: 37%;
    }

    .features10item .contents .fox span {
        width: 68%;
        margin: 0px 16% 0px 16%;
    }

    .smpneo2 .contents .line2 {
        width: 72%;
        margin: 0 14% 0 14%;
        margin-bottom: 4%;
    }

    .smpneo2 .adjust {
        width: 100%;
        /*修正文字斷行問題*/
        margin-right: 0%;
        /*修正文字斷行問題*/
        margin-left: 0%;
        /*修正文字斷行問題*/
    }

    .smppro .contents .line2 {
        width: 85%;
        margin: 0 7.5% 0 7.5%;
        margin-bottom: 4%;
    }

    .features3item {
        padding-top: 2%;
        padding-bottom: 9.5%;
    }

    .finalButton2 {
        padding-top: 4%;
    }

    .finalButton2 .contents {
        width: 500px;
    }

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


}

/*--768寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .productOverview .productWarp h1 {
        margin-top: 8.7%;
    }

    .productOverview .productWarp {
        width: 600px;
        margin: 0px auto;
    }

    .productOverview .productWarp .linkTextArea {
        width: 80%;
        margin: 0;
        margin-top: 2.5%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .productHeader .contents {
        /* width: 600px; */
        margin: 0px auto;
    }

    .features10item {
        padding-top: 8.5%;
        padding-bottom: 0%;
        margin-bottom: 0;
    }


    .features10item .contents {
        width: 600px;
        margin: 0px auto;
    }

    .morePowerful {
        padding-top: 7.5%;
        padding-bottom: 9%;
    }

    .morePowerful .contents {
        width: 580px;
        margin: 0px auto;
    }

    /* 0906以下新增 */
    .playerBoxs {
        display: block;
        margin: 0 auto;
        width: 83%;
    }

    /* 0906以上新增 */
    .smpneo2 {
        padding-top: 10%;
        padding-bottom: 13%;
    }

    .smpneo2 .contents {
        width: 600px;
        margin: 0px auto;
    }

    .smpneo2 .contents .line2 {
        padding-bottom: 5.5%;
    }


    .smppro {
        padding-top: 10%;
    }

    .smppro .contents {
        width: 600px;
        margin: 0px auto;
    }

    .smppro .contents .box {
        width: 33%;
    }

    .smppro .contents .line2 {
        padding-bottom: 5.8%;
    }

    .features3item {
        padding-top: 3.2%;
        padding-bottom: 13%;
    }

    .features3item .contents {
        width: 600px;
        margin: 0px auto;
    }

    .features10item .contents .box {
        width: 48%;
    }

    .features10item .contents .myheight {
        height: 280px;
    }

    .features10item .contents .plusBoxHide {
        display: none;
    }

    .productHeader .contents .box {
        right: 0%;
    }

    .productHeader .contents h1 {
        left: 0%;
        bottom: 72%;
    }

    .productHeader .contents .smpneoSeries {
        left: 0%;
        bottom: 50%;
    }

    .productHeader .contents .smpproSeries {
        left: 0%;
        bottom: 35%;
    }

    .productHeader .contents .sendInquiry {
        left: 0%;
        bottom: 20%;
    }

    .features10item .contents .fox span {
        width: 80%;
        margin: 0px 10% 0px 10%;
    }

    .smpneo2 .contents .line2 {
        width: 83%;
        margin: 0 8.5% 0 8.5%;
    }

    .smppro .contents .line2 {
        width: 100%;
        margin: 0%;
    }

    .finalButton2 .contents {
        width: 500px;
        margin: 20px auto;
    }

    .finalButton2 .contents .box {
        width: 98%;
        margin: 1%;
        padding: 10px;
        margin-bottom: 10%;
    }

    .finalButton2 {
        padding-top: 5%;
        padding-bottom: 6%;
    }

    .finalButton2 .contents .box {
        width: 96%;
        margin: 5% 2%;
        padding: 10px;
        min-height: 225px;
    }
}

/*--600寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    .menubackground {
        margin: unset;
    }

    .productHeader .contents.smpMediaPlayer {
        background: #6F326D;
    }

    .productHeader .contents {
        padding: 0;
        height: 380px;
        align-items: flex-start;
        width: 100%;
        padding-top: 20px;
        align-items: flex-start;
        background-position: center;
        height: auto;
    }

    .header_wrap {
        width: 100%;
        padding: 0;
        gap: 0;
    }

    .productHeader .contents .header_wrap .title_and_Logo {
        margin: 0 auto;
        /* width: 70%; */
    }

    .productHeader .contents .header_wrap .title_and_Logo .logo_text {
        color: rgb(255, 255, 255);
    }

    .productHeader .contents h1 {
        font-size: 2em;
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 10px;
        max-width: none;
        padding: 0;
        width: 90%;

        z-index: 10;
        height: auto;
        color: rgb(255, 255, 255);
        font-size: 2em;
    }

    .productHeader .header_link_wrap {
        flex-direction: column;
        gap: 0px;
        width: 100%;
        max-width: none;
    }

    .productHeader .contents .product_link {
        z-index: 11;
        width: auto;
        height: auto;
        color: rgb(255, 255, 255);
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }

    .productOverview {
        height: auto;
        margin-top: 60px;
    }

    .productOverview .productWarp {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
        position: relative;
    }


    .productOverview .productWarp h1 {
        margin: 0;
        position: absolute;
        top: 8%;
    }

    .productOverview .productWarp .linkTextArea {
        width: 100%;
        margin: 0;
    }

    .productOverview .productWarp .mobileBackground {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        background: #542752;
    }

    .mobile_bg {
        display: block;
    }


    .productOverview .productWarp .downloadCenter {
        display: none;
        text-align: center;
    }

    .productOverview .productWarp .linkTextArea {
        background: #542752;
        margin: 0;
        padding: 0;
    }

    .productOverview .productWarp .linkTextArea .myLink1 {
        width: 100%;
        text-align: center;
        border: none;
        border-top: 1px solid #7f5d7d;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .productOverview .productWarp .linkTextArea .myLink2 {
        margin: 0;
        width: 100%;
        text-align: center;
        border: none;
        border-top: 1px solid #7f5d7d;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .productOverview .productWarp .linkTextArea .myLink3 {
        margin: 0;
        width: 100%;
        text-align: center;
        border: none;
        border-top: 1px solid #7f5d7d;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .productOverview .productWarp .linkTextArea .myLink4 {
        width: 100%;
        display: block;
        text-align: center;
        border: none;
        border-top: 1px solid #7f5d7d;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #MainWrap .productHeader .contents {
        padding: 0;
    }

    #MainWrap .productHeader {
        background-image: url(../images/digital_signage_products/smp-media-player/smp_header_bg_mobile.jpg);
        margin-top: 92px;
    }

    .mobileBackground {
        display: block;
        margin-top: 84px;
    }

    /* 0905以下新增 */
    .features10item .contents .fox h1 {
        margin: 0 auto;
        padding-top: 12px;
    }

    /* product_links */
    .header_wrap .tags {
        margin: 0 auto;
        padding: 12px 0 12px;
    }

    .whiteSelector {
        opacity: 1;
        height: 505px;
    }

    .digitalSignagePlayers3 .contents {
        width: 100%;
        margin: 0 auto;
        padding: 2%;

    }

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

    .digitalSignagePlayers3 .contents .box span {
        width: 96%;
        padding: 2%;
    }

    .smpseriesImg {
        width: 96%;
        display: block;
        margin: auto;
    }

    /* 0905以上新增 */

    .smpneo2series .contents {
        width: 100%;
        margin: 3% auto;
    }

    .features10item {
        padding-top: 0%;
        padding-bottom: 12%;
    }

    .features10item .contents {
        width: 100%;
        margin: 0 auto;
    }

    .morePowerful {
        padding-bottom: 15%;
    }

    .morePowerful .contents {
        width: 90%;
        margin: 3% auto;
    }

    .Guide_and_Tutorial_Box {
        padding-top: 10px;
        flex-direction: column;
    }

    #MainWrap .contents .neo2box span .video_link_btn {
        margin: 0;
    }

    .smpneo2 {
        padding-top: 13.2%;
        padding-bottom: 23%;
    }

    .smpneo2 .contents {
        width: 100%;
        margin: 3% auto;
    }

    .smppro {
        padding-top: 13.2%;
    }

    .smppro .contents {
        width: 100%;
        margin: 3% auto;
    }

    .features3item {
        padding-bottom: 30%;
    }

    .features3item .contents {
        width: 100%;
        margin: 3% auto;
    }

    .features10item .contents .myheight {
        height: 300px;
    }

    .smpneo2 .contents .box {
        width: 96%;
    }

    .smppro .contents .box {
        width: 96%;
    }

    .features3item {
        padding-bottom: 23%;
    }

    .features3item .contents .box {
        width: 96%;
    }

    .features10item .contents .fox span {
        margin: 0 auto;
        padding: 2%;
    }

    .smpneo2 .contents .line2 {
        width: 96%;
        margin: 2%;
    }

    .smppro .contents .line2 {
        width: 96%;
        margin: 2%;
    }

    .threeOptionOutborder {
        margin: 0 auto;
        width: 100%;
    }

    .threeOption {
        width: 100%;
        padding-top: 10px;
    }

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

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

    .finalButton2 .contents .box {
        width: 96%;
        margin: 5% 2%;
        padding: 10px;
        min-height: 225px;
    }

    .finalButton2 .contents .box:nth-child(4) {
        margin-bottom: 20%;
    }

    /* 0906以下新增 */
    #Wrap .finalButton.small-icon .contents .box {
        width: 40% !important;
    }

    @media only screen and (max-width: 280px) {
        #MainWrap .contents .neo2box span .video_link_btn i {
            display: none;
        }

        .productHeader .contents .header_wrap .title_and_Logo {
            width: 70%;
        }
    }
}