﻿.Map {
    background-color: #fff;
}

.Dark .Head {
    background-color: rgb(20 25 31 / 50%);
    backdrop-filter: saturate(180%) blur(10px);
}

#ProductDetail h6 {
    margin: 0;
    padding: .6em 0;
    width: 100%;
    color: #222;
    font-size: 22px;
    font-weight: 500;
}

#ProductDetail .SubButton:hover {
    background-image: url(../../_Image/Button_b80000.svg);
}

#ProductDetail ul.Column,
#ProductDetail .UlWapper ul.Column:nth-last-of-type(1) {
    margin: 0;
    padding: 0;
}

#ProductDetail ul.Column li {
    padding: 0 0 0 1.5em;
    list-style: none;
    text-align: justify;
    color: #333;
    line-height: 2em;
    font-size: 18px;
    background-image: url(../../_Image/li.svg);
    background-repeat: no-repeat;
    background-size: .6em;
    background-position: left 11px;
}

#ProductDetail .Type1.Dark ul.Column li {
    background-image: url(../../_Image/li_w.svg);
}

#ProductDetail ul.Column li span {
    color: #333;
    font-size: 18px;
    line-height: 2em;
}

#ProductDetail .Dark ul.Column li span {
    color: rgba(255, 255, 255, .8);
}

#ProductDetail .UlWapper ul.Column {
    float: left;
    padding: 0 2vw 0 0;
}

#ProductDetail .Top .Container .Left table tr td small,
#ProductDetail #Spec table tr small {
    white-space: nowrap;
}

#ProductDetail .Top {
    position: relative;
    height: calc(100vh - 80px);
    background-color: #101018;
    background-image: url(../../_Image/product/detail/topbg.jpg);
    background-position: center top;
    background-size: auto 105%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ProductDetail .Top .Container {
    position: relative;
    margin: auto;
}

#ProductDetail .Top .Container .Left {
    float: left;
    color: #fff;
}

#ProductDetail .Top .Container .Left h2 {
    padding: 10px 0 10px 20px;
    border-left: 10px solid #b80000;
}

#ProductDetail .Top .Container .Left h2 .Model {
    margin: 0;
    display: block;
    font-size: 56px;
    line-height: 1em;
    white-space: nowrap;
}

#ProductDetail .Top .Container .Left h2 .Model:nth-child(2) {
    margin: .2em 0 0 0;
}

#ProductDetail .Top .Container .Left h2 .Model:nth-last-child(2):after {
    content: "series";
    font-size: .5em;
    font-weight: 400;
}

#ProductDetail .Top .Container .Left h2 .Name {
    margin: 0;
    display: block;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 400;
}

#ProductDetail .Top .Container .Left h2 .Name span {
    white-space: nowrap;
}

#ProductDetail .Top .Container .Left p.Feature {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
}

#ProductDetail .Top .Container .Left table {
    letter-spacing: .05em;
    border-collapse: collapse;
}

#ProductDetail .Top .Container .Left table tr th {
    padding: .4em 1em .4em 0;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    color: #7db4d3;
    border-bottom: 1px solid rgba(125, 180, 211, .3);
    white-space: nowrap;
}

#ProductDetail .Top .Container .Left table tr td {
    padding: .4em 0 .4em .5em;
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#ProductDetail .Top .Container .Left table tr td strong {
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
}

#ProductDetail .Top .Container .Left table.TooLong tr th {
    padding: .4em 0;
    letter-spacing: 0;
}

#ProductDetail .Top .Container .Left table tr td.TooLong {
    transform-origin: 0;
    transform: scaleX(.9);
    letter-spacing: 0;
}

#ProductDetail .Top .MachinePic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
    max-height: calc(80vh - 80px);
    z-index: 2;
}

#ProductDetail .Top .ProcessingPic {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    max-height: 100%;
}

#ProductDetail nav {
    text-align: center;
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
}

#ProductDetail nav.InTop {
    position: absolute;
    bottom: 0;
    width: 1500px;
    border-top: 1px solid #777;
}

#ProductDetail nav.NotInTop {
    display: none;
    position: fixed;
    top: 80px;
    width: 101%;
    background-color: #101018;
    z-index: 998;
}

#ProductDetail nav a {
    display: inline-block;
    padding: 40px 20px;
    color: #888;
    border-bottom: 5px solid transparent;
    transition: all .2s;
    cursor: pointer;
}

#ProductDetail nav a:hover,
#ProductDetail nav a.Hover {
    color: #fff;
    border-bottom: 5px solid #b80000;
}

#ProductDetail section {
    background-repeat: no-repeat;
}

#ProductDetail article .Container,
#ProductDetail section .Container {
    width: 1280px;
}

#ProductDetail section .Wapper {
    padding: 120px 0;
}

#ProductDetail article.BgGray,
#ProductDetail section.BgGray {
    background-color: #e9eaef;
}

#ProductDetail section h3 {
    margin: 0 0 1em 0;
    color: #333;
    font-size: 48px;
    line-height: 1.2em;
}

#ProductDetail section h4 {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 26px;
    font-weight: 400;
}

#ProductDetail article p,
#ProductDetail section p {
    margin: 0;
    text-align: justify;
    color: #333;
    font-size: 18px;
    line-height: 2em;
}

#ProductDetail section.Dark h3,
#ProductDetail section.Dark h4,
#ProductDetail section.Dark p {
    color: #fff;
}

#ProductDetail section.Dark p {
    font-weight: 300;
}

#ProductDetail article .H2 {
    text-align: center;
}

#ProductDetail article .H2 h2 {
    margin: 1.5em auto;
    display: inline-block;
    vertical-align: middle;
    color: #111;
    font-size: 48px;
    line-height: 1em;
    font-weight: 500;
}

#ProductDetail article .H2 h2::before,
#ProductDetail article .H2 h2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 330px;
    height: 2px;
}

#ProductDetail article .H2 h2::before {
    margin: 0 .5em 0 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #005ebc 50%, #000 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #005ebc 50%, #000 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #005ebc 50%, #000 100%);
}

#ProductDetail article .H2 h2::after {
    margin: 0 0 0 .5em;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #b80000 50%, #000 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #b80000 50%, #000 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #b80000 50%, #000 100%);
}

#ProductDetail article.Dark .H2 h2 {
    color: #fff;
}

#ProductDetail article.Dark .H2 h2::before {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #005ebc 50%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #005ebc 50%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #005ebc 50%, #fff 100%);
}

#ProductDetail article.Dark .H2 h2::after {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #b8fff0 50%, #fff 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #b80000 50%, #fff 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #b80000 50%, #fff 100%);
}

#ProductDetail article section.Type1 {
    background-repeat: no-repeat;
    background-size: contain;
    /* 沒有這條走心較優 */

}

#ProductDetail article section.Type1 .Wapper {
    padding: 170px 0;
    width: 40%;
}

#ProductDetail article section.Type1 .Wapper.RightAlign {
    float: right;
}

#ProductDetail article section.Type1 .Wapper.LeftAlign {
    float: left;
}

#ProductDetail article section.Type2 {
    background-image: url(../../_Image/product/detail/type2bg.jpg);
}

#ProductDetail article section.Type2 .Type2List {
    padding: 100px 0;
}

#ProductDetail article section.Type2 .Type2List .Type2Item {
    margin: 0 0 100px 0;
    background-color: #fff;
}

#ProductDetail article section.Type2 .Type2List .Type2Item:nth-last-of-type(1) {
    margin: 0 0 0 0;
}

#ProductDetail article section.Type2 .Type2List .Type2Item:nth-of-type(odd) {
    border-right: 5px #b80000 solid;
}

#ProductDetail article section.Type2 .Type2List .Type2Item:nth-of-type(even) {
    border-left: 5px #b80000 solid;
}

#ProductDetail article section.Type2 .Type2List .Type2Item img {
    width: 50%;
    float: left;
}

#ProductDetail article section.Type2 .Type2List .Type2Item:nth-of-type(even) img {
    float: right;
}

#ProductDetail article section.Type2 .Type2List .Type2Item .Wapper {
    float: right;
    padding: 100px 50px;
    width: 50%;
    box-sizing: border-box;
}

#ProductDetail article section.Type2 .Type2List .Type2Item h3 {
    margin: 0 0 .5em 0;
}

#ProductDetail article section.Type3 {
    padding: 100px 0;
}

#ProductDetail article section.Type3 .TabList .TabItem {
    padding: 10px 15px;
    margin: 0 15px 0 0;
    min-width: 135px;
    height: 85px;
    display: inline-block;
    font-size: 20px;
    border-radius: 0 0 15px 0;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(../../_Image/button_999.svg);
    background-position: calc(100% - 15px) 50px;
    background-repeat: no-repeat;
    background-size: 22px;
    cursor: pointer;
}

#ProductDetail article section.Type3 .TabList .TabItem:hover {
    color: #b80000;
    border: 1px solid #b80000;
    background-image: url(../../_Image/button_fff+b80000.svg);
}

#ProductDetail article section.Type3 .TabList .TabItem.Selected,
#ProductDetail article section.Type3.Dark .TabList .TabItem.Selected,
#ProductDetail article section.Type3.Dark .TabList .TabItem.Selected:hover {
    color: #fff;
    background-color: #b80000;
    background-image: url(../../_Image/button_fff+b80000.svg);
    border: 1px solid transparent;
    cursor: auto;
}

#ProductDetail article section.Type3.Dark .TabList .TabItem {
    color: rgba(255, 255, 255, .8);
    background-color: #3d3d4c;
    border: 1px solid #3d3d4c;
}

#ProductDetail article section.Type3.Dark .TabList .TabItem:hover {
    color: #fff;
    border: 1px solid #fff;
    background-image: url(../../_Image/button_white.svg);
}

#ProductDetail article section.Type3 .Type3List .Type3Item {
    display: none;
}

#ProductDetail article section.Type3 .Type3List .Type3Item:nth-of-type(1) {
    display: block;
}

#ProductDetail article section.Type3 .Type3List .Type3Item .Wapper {
    float: left;
    padding: 0;
    margin: 50px 50px 0 0;
    width: calc(50% - 25px);
}

#ProductDetail article section.Type3 .Type3List .Type3Item img {
    float: right;
    padding: 0;
    margin: -85px 0 0 0;
    max-width: calc(50% - 25px);
    max-height: calc(100vh - 180px - 0px);
}

#ProductDetail article section.Type3 .Type3List.Quantity1 .Type3Item img {
    margin: 0;
}

#ProductDetail article section.Type3 .Type3List .Type3Item h3 {
    margin: .5em 0;
}

/* #ProductDetail article section.Type3 .Type3List .Type3Item h4 {
    margin: auto;
} */

#ProductDetail article section.Type3 .Type3List .Type3Item .Strong {
    display: inline-block;
    margin: 1em 0 0 0;
    padding: 1em 2em;
    color: #005ebc;
    border-radius: 3px;
    background-color: rgba(0, 94, 188, 0.07);
}

#ProductDetail article section.Type3 .Type3List .Type3Item .Strong strong {
    font-size: 2em;
}

#ProductDetail section#Video {
    background-color: #101018;
    background: -moz-linear-gradient(top, #101018 0%, #181824 100%);
    background: -webkit-linear-gradient(top, #101018 0%, #181824 100%);
    background: linear-gradient(to bottom, #101018 0%, #181824 100%);
}

#ProductDetail section#Video .Container {
    padding: 5vh 0;
}

#ProductDetail section#Video .embed-container {
    position: relative;
    margin: auto;
    padding-bottom: calc(90vh - 191px);
    height: 0;
    overflow: hidden;
    max-width: calc((90vh - 191px)/56.25*100);
    /* 56.25% Youtube螢幕比 */
}

#ProductDetail section#Video .embed-container iframe,
#ProductDetail section#Video .embed-container object,
#ProductDetail section#Video .embed-container embed {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

#ProductDetail section#Overview {
    background-image: url(../../_Image/product/detail/overviewbg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
}

#ProductDetail section#Overview .Wapper {
    margin: auto;
    padding: 120px 0 0 0;
    max-width: 1024px;
}

#ProductDetail section#Overview .Wapper:nth-child(1) {
    text-align: center;
}

#ProductDetail section#Overview .Wapper:nth-child(3),
#ProductDetail section#Overview .Wapper:nth-child(4) {
    padding: 0 0 100px 0;
}

#ProductDetail section#Overview h3 {
    display: inline;
    position: relative;
    font-size: 60px;
    font-weight: bold;
    background: -moz-linear-gradient(170deg, #6cb5ff 0%, #123456 50%, #000 100%);
    background: linear-gradient(175deg, #6cb5ff 0%, #123456 50%, #000 100%);
    background: -webkit-linear-gradient(280deg, #6cb5ff 0%, #123456 50%, #000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#ProductDetail section#Overview p {
    margin: 5% auto auto auto;
}

#ProductDetail #Overview .Column h4 {
    margin: 1.2em 0 .5em 0;
    font-weight: 500;
}

#ProductDetail #Overview .Column h4:nth-child(1) {
    margin: 0 0 .5em 0;
}

#ProductDetail #Overview ul.Column li {
    margin: .5em 0;
}

#ProductDetail #Overview .VarList {
    margin: 0 auto 120px auto;
    text-align: center;
    vertical-align: middle;
}

#ProductDetail #Overview .VarList h4 {
    padding: 0 15px;
    font-size: 40px;
    color: #183e62;
}

#ProductDetail #Overview .VarList .VarItem {
    margin: 0 15px 30px 15px;
    padding: 20px 10px;
    display: inline-block;
    min-width: 200px;
    border-radius: 30px 5px 5px 5px;
    background-color: rgba(255, 255, 255, 8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#ProductDetail #Overview .VarList .VarItem .Title {
    padding: 30px 15px;
    width: 100%;
    color: #000;
    font-size: 46px;
    font-weight: 500;
    line-height: 1em;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#ProductDetail #Overview .VarList .VarItem ul {
    margin: 0 20px;
    padding-left: 0;
    padding: 15px 0 0 0;
}

#ProductDetail #Overview .VarList .VarItem ul li {
    list-style: none;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
}

#ProductDetail #Overview .VarList .VarItem ul li.On {
    color: #fff;
    font-weight: 300;
    background-color: #183e62;
    border: 1px solid #183e62;
}

#ProductDetail #Overview .VarList .VarItem ul li.Off {
    color: #aaa;
}

#ProductDetail #Overview .VarList .MarkList {
    padding: 0 15px;
    text-align: right;
}

#ProductDetail #Overview .VarList .MarkList .MarkItem {
    padding: 0 0 0 1em;
    display: inline-block;
    font-size: 15px;
    color: rgba(0, 0, 0, .8);
}

#ProductDetail #Overview .VarList .MarkList .MarkItem::before {
    content: "";
    margin: 0 .5em 0 0;
    display: inline-block;
    width: 2.5em;
    height: 1em;
    border-radius: 2px;
    transform: translateY(2px);
}

#ProductDetail #Overview .VarList .MarkList .MarkItem:nth-child(1)::before {
    background-color: #183e62;
}

#ProductDetail #Overview .VarList .MarkList .MarkItem:nth-child(2)::before {
    background-color: rgba(255, 255, 255, 2);
    border: 1px solid rgba(0, 0, 0, .2);
}

#ProductDetail section#Overview .ImgList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #fff;
}

#ProductDetail section#Overview .ImgList .ImgItem {
    flex: 0 0 25%;
    display: block;
    box-shadow: 0 0 0 5px #fff;
}

#ProductDetail section#Overview .ImgList .ImgItem img {
    width: 100%;
}

#ProductDetail section#Overview .ImgList .ImgItem div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 15px 10px;
    display: block;
    width: 100%;
    text-align: center;
    color: #778;
}

#ProductDetail section#Overview .ImgList .ImgItem div span {
    white-space: nowrap;
}

#ProductDetail article#Auto {
    padding: 0 0 20px 0;
}

#ProductDetail article#Auto .AutoList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
}

.slick-prev {
    transform: translateY(-90%) translateX(-100%);
}

.slick-next {
    transform: translateY(-90%) translateX(100%);
}

#ProductDetail article#Auto .AutoList.Quantity1 {
    width: 338px;
}

#ProductDetail article#Auto .AutoList.Quantity2 {
    width: calc(338px + 2vw + 338px);
}

#ProductDetail article#Auto .AutoList.Quantity3 {
    width: calc(338px + 2vw + 338px + 2vw + 338px);
}

#ProductDetail article#Auto .AutoList.Quantity4 {
    width: calc(338px + 2vw + 338px + 2vw + 338px + 2vw + 338px);
}

#ProductDetail article#Auto .AutoList .AutoItem {
    width: 338px;
    margin: 0 2vw 0 0;
}

#ProductDetail article#Auto .AutoList.Quantity1 .AutoItem {
    width: 338px;
    margin: 0;
}

#ProductDetail article#Auto .AutoList .AutoItem img {
    display: block;
    margin: auto;
    width: 100%;
}

#ProductDetail article#Software {
    padding: 0 0 50px 0;
    background-color: #101018;
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: 55% auto;
}

#ProductDetail article#Software section.Type3 {
    padding: 0 0 100px 0;
}

#ProductDetail #Spec {
    padding: 0 0 100px 0;
}

#ProductDetail #Spec .Container.Mobile {
    display: none;
}

#ProductDetail #Spec table {
    min-width: 768px;
    border-collapse: collapse;
    margin: auto auto 50px auto;
    letter-spacing: 0.05em;
}

#ProductDetail #Spec table tbody {
    width: 100%;
}

#ProductDetail #Spec table tr {
    border-bottom: 1px solid #ccc;
}

#ProductDetail #Spec .FirstRowFixed {
    display: none;
    position: fixed;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

#ProductDetail #Spec table tr.FirstRow th,
#ProductDetail #Spec table tr.FirstRow:hover th {
    background-color: #183e62;
}

#ProductDetail #Spec table tr.FirstRow th.Color2,
#ProductDetail #Spec table tr.FirstRow:hover th.Color2 {
    background: none;
    background-color: #101018;
}

#ProductDetail #Spec table tr:hover {
    background-color: rgba(233, 234, 239, .5);
    transition: all .2s;
}

#ProductDetail #Spec table tr.FirstRow th {
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    border-right: 1px solid #5981a5;
}

#ProductDetail #Spec table tr th,
#ProductDetail #Spec table tr td {
    padding: 19px 10px;
    text-align: center;
    color: #333;
    font-size: 18px;
    border-right: 1px solid #ccc;
}

#ProductDetail #Spec table tr th {
    text-align: left;
    font-weight: 400;
}

#ProductDetail #Spec table tr th>small {
    float: right;
    display: block;
    height: 100%;
    transform: translateY(3px);
    line-height: 26px;
}

#ProductDetail #Spec table tr th>div {
    float: right;
    line-height: 28px;
}

#ProductDetail #Spec table tr.SubTitle th small {
    float: none;
    display: inline;
    height: auto;
    transform: none;
    line-height: normal;
}

#ProductDetail #Spec table tr.SubTitle th {
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    background-color: #e9eaef;
}

#ProductDetail #Spec table tr:hover td {
    color: #000;
}

#ProductDetail #Spec table tr.FirstRow th:nth-last-of-type(1),
#ProductDetail #Spec table tr.SubTitle th,
#ProductDetail #Spec table tr td:nth-last-of-type(1) {
    border-right: none;
}

#ProductDetail #Spec>span {
    display: block;
    text-align: center;
    color: #556;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#ProductDetail #Opt {
    padding: 0 15px 100px 15px;
}

#ProductDetail #Opt span {
    transform: translateY(-200%);
    display: block;
    width: 100%;
    text-align: center;
    color: #556;
}

#ProductDetail #Opt .OptList {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1280px;
}

#ProductDetail #Opt.Quantity4n .OptList {
    width: 1024px;
}

#ProductDetail #Opt .OptList .OptItem {
    margin: 0 15px 30px 15px;
    width: calc((1280px - 160px)/5);
}

#ProductDetail #Opt.Quantity4n .OptList .OptItem {
    width: calc((1024px - 160px)/4);
}

#ProductDetail #Opt .OptList .OptItem img,
#ProductDetail #Opt .OptList .OptItem h6,
#ProductDetail #Opt .OptList .OptItem p {
    width: 100%;
    text-align: center;
}

#ProductDetail .Replenish {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1.5em;
    width: calc(100% - 3em);
    font-size: 16px;
}

#ProductDetail .Replenish tr {
    border-bottom: 1px solid #e9eaef;
}

#ProductDetail .Replenish tr th,
#ProductDetail .Replenish tr td {
    padding: 10px;
}

#ProductDetail .Replenish tr td {
    text-align: center;
}

#ProductDetail .Replenish tr th:nth-child(1) {
    text-align: left;
    font-weight: normal;
}

#ProductDetail .Replenish tr:nth-child(1) th {
    border-bottom: 1px solid #b80000;
    font-weight: bold;
}

@media screen and (max-width: 1699px) {
    #ProductDetail section#Video .Container {
        padding: 5vh 50px;
    }

    #ProductDetail #Overview .VarList.Quantity5up .VarItem {
        margin: 0 5px 30px 5px;
        padding: 10px 10px;
        min-width: 190px;
    }
}

@media screen and (max-width: 1679px) {
    #ProductDetail article section.Type2 .Type2List .Type2Item .Wapper {
        padding: 80px 50px;
    }

    #ProductDetail .Top .ProcessingPic {
        max-width: 40%;
        max-height: 90%;
    }

    .slick-prev {
        transform: translateY(-90%) translateX(-90%);
        padding: 10px;
    }

    .slick-next {
        transform: translateY(-90%) translateX(90%);
        padding: 10px;
    }
}

@media screen and (max-width: 1439px) {
    .Container {
        padding: 0 50px;
    }

    .Map .Container {
        padding: 0 30px;
    }

    #ProductDetail article .Container,
    #ProductDetail section .Container {
        width: 100%;
    }

    #ProductDetail .Top .ProcessingPic {
        max-width: 40%;
    }

    #ProductDetail .Top .Container .Left h2 .Model {
        font-size: 46px;
    }

    #ProductDetail .Top .Container .Left h2 .Name {
        font-size: 24px;
    }

    #ProductDetail .Top .Container .Left table tr td {
        font-size: 20px;
    }

    #ProductDetail article .H2 h2 {
        font-size: 56px;
    }

    #ProductDetail section#Overview h3,
    #ProductDetail section h3 {
        font-size: 46px;
    }

    #ProductDetail article#Auto .AutoList.Quantity3 {
        width: calc(370px + 35px + 370px + 35px + 370px);
    }

    #ProductDetail article#Auto .AutoList.Quantity2 {
        width: calc(370px + 35px + 370px);
    }

    #ProductDetail article#Auto .AutoList .AutoItem {
        width: calc((1180px - 35px - 35px)/3);
        margin: 0 35px 0 0;
    }

    #ProductDetail #Opt .OptList {
        width: calc(100% - 100px);
    }

    #ProductDetail #Opt .OptList .OptItem {
        width: calc((100% - 150px)/5);
    }

    #ProductDetail #Opt .OptList .OptItem span {
        top: calc((100vw - 505px)/5/1.2);
    }
}

@media screen and (max-width: 1249px) {
    #ProductDetail .Top .ProcessingPic {
        max-width: 50%;
        top: -80px;
    }

    #ProductDetail article .Container,
    #ProductDetail section .Container {
        width: 100%;
    }

    #ProductDetail article .H2 h2 {
        font-size: 50px;
    }

    #ProductDetail section#Overview h3,
    #ProductDetail section h3 {
        font-size: 40px;
    }

    #ProductDetail .Top {
        height: calc(100vh - 60px);
        background-position: 30% top;
    }

    #ProductDetail .Top .MachinePic {
        top: 60%;
    }

    #ProductDetail nav a {
        padding: 30px 20px;
    }

    #ProductDetail nav.NotInTop {
        top: 60px;
    }

    #ProductDetail article section.Type3 .Type3List .Type3Item .Strong {
        padding: .5em 1em;
    }

    #ProductDetail section#Video .embed-container {
        padding-bottom: 56.25%;
        max-width: 100%;
    }

    #ProductDetail article section.Type1 .Wapper {
        padding: 6vw 0;
    }

    #ProductDetail article section.Type2 .Type2List {
        padding: 80px 0;
    }

    #ProductDetail article section.Type2 .Type2List .Type2Item {
        margin: 0 0 80px 0;
    }

    #ProductDetail article section.Type2 .Type2List .Type2Item .Wapper {
        padding: 50px;
    }

    #ProductDetail article section.Type3 .Type3List .Type3Item img {
        max-height: none;
    }

    #ProductDetail section#Overview .Wapper {
        padding: 80px 50px 0 50px;
        width: 100%;
    }

    #ProductDetail section#Overview .Wapper:nth-child(3) {
        padding: 0 50px 80px 50px;
        width: 100%;
    }

    #ProductDetail section#Overview .ImgList .ImgItem {
        flex: 0 0 50%;
    }

    #ProductDetail #Overview .VarList {
        margin: 0 auto 5vw auto;
    }

    #ProductDetail #Overview .VarList h4 {
        font-size: 30px;
    }

    #ProductDetail #Overview .VarList.Quantity4up h4 {
        text-align: center;
    }

    #ProductDetail #Overview .VarList.Quantity4up .VarItem {
        margin: 0 0 12px 0;
        padding: 12px 17px;
        min-width: auto;
        border-radius: 17px 4px 4px 4px;
    }

    #ProductDetail #Overview .VarList.Quantity4up .VarItem .Title {
        padding: 17px 9px;
        font-size: 26px;
    }

    #ProductDetail #Overview .VarList.Quantity4up .VarItem ul {
        margin: 0;
    }

    #ProductDetail #Overview .VarList.Quantity4up .VarItem ul li {
        margin: 7px 0;
        padding: 5px 10px;
        font-size: 17px;
        border-radius: 4px;
    }

    #ProductDetail #Overview .VarList.Quantity4up .MarkList {
        padding: 17px 17px 32px 17px;
        text-align: center;
    }

    #ProductDetail article#Auto .AutoList.Quantity3,
    #ProductDetail article#Auto .AutoList.Quantity2 {
        width: calc(100vw - 100px);
    }

    #ProductDetail article#Auto .AutoList .AutoItem {
        margin: 0 20px 0 0;
    }

    #ProductDetail article#Auto .AutoList.Quantity3 .AutoItem {
        width: calc((100vw - 100px - 20px - 20px)/3);
    }

    #ProductDetail article#Auto .AutoList.Quantity2 .AutoItem {
        width: calc((100vw - 100px - 20px - 20px)/2);
    }

    #ProductDetail article#Auto .AutoList .AutoItem.Small h6 {
        font-size: 18px;
    }

    #ProductDetail article#Auto .AutoList .AutoItem.Small p {
        font-size: 14px;
    }

    #ProductDetail #Spec table tr th,
    #ProductDetail #Spec table tr td {
        padding: 5px 10px;
        font-size: 14px;
    }

    #ProductDetail #Spec table tr th>div {
        line-height: inherit;
    }

    #ProductDetail #Spec table small,
    #ProductDetail #Spec table tr.SubTitle th small,
    #ProductDetail #Spec table tr th>small {
        font-size: inherit;
        line-height: inherit;
    }

    #ProductDetail #Spec table tr.FirstRow th,
    #ProductDetail #Spec table tr.SubTitle th {
        font-size: 16px;
    }

    #ProductDetail #Spec .FirstRowFixed {
        top: 150px;
    }

    #ProductDetail #Opt.Quantity4n .OptList {
        width: 100%;
    }

    #ProductDetail #Opt.Quantity4n .OptList .OptItem {
        width: calc((1024px - 160px)/4);
    }
}

@media screen and (max-width: 1023px) {
    .slick-prev {
        transform: translateY(-95%) translateX(calc(-100% - 20px));
        padding: 20px;
    }

    .slick-next {
        transform: translateY(-95%) translateX(calc(100% + 20px));
        padding: 20px;
    }

    #ProductDetail .Replenish {
        margin: 0;
        width: 100%;
    }

    #ProductDetail article .H2 h2 {
        font-size: 45px;
    }

    #ProductDetail article .H2 h2::before,
    #ProductDetail article .H2 h2::after {
        width: 200px;
    }

    #ProductDetail section#Overview h3,
    #ProductDetail section h3 {
        font-size: 35px;
    }

    #ProductDetail section .Wapper {
        padding: 100px 50px;
    }

    #ProductDetail .Top {
        height: auto;
        background-position: center bottom;
        background-size: 150% auto;
    }

    #ProductDetail .Top .ProcessingPic {
        top: 0;
        max-width: 60%;
    }

    #ProductDetail .Top .Container {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        padding: 50px;
    }

    #ProductDetail .Top .ProcessingPic {
        max-width: 60%;
    }

    #ProductDetail .Top .MachinePic {
        position: static;
        left: auto;
        top: auto;
        transform: translateY(-15%);
        display: block;
        margin: auto;
        max-width: none;
        max-height: none;
        width: 75%;
    }

    #ProductDetail section#Overview .Wapper:nth-child(3) {
        padding: 0 50px 50px 50px;
    }

    #ProductDetail article section.Type2 .Type2List .Type2Item:nth-of-type(odd),
    #ProductDetail article section.Type2 .Type2List .Type2Item:nth-of-type(even) {
        border-right: none;
        border-left: none;
        border-bottom: 5px #b80000 solid;
    }

    #ProductDetail article section.Type2 .Type2List .Type2Item img,
    #ProductDetail article section.Type2 .Type2List .Type2Item .Wapper {
        width: 100%;
    }

    #ProductDetail #Overview .VarList.Quantity3up {
        width: 500px;
    }

    #ProductDetail #Overview .VarList.Quantity4up {
        width: 100%;
    }

    #ProductDetail #Overview .VarList.Quantity5up {
        width: 500px;
    }

    #ProductDetail article section.Type1 .Wapper {
        width: 55%;
    }

    #ProductDetail article section.Type3 .Type3List .Type3Item img {
        margin: 50px 0 0 0;
    }

    #ProductDetail article section.Type3 .Type3List.Quantity1 .Type3Item .Wapper {
        margin: 0 50px 0 0;
    }

    #ProductDetail article section.Type3 .Type3List.Quantity1 .Type3Item img {
        margin: 0;
    }

    #ProductDetail article#Software {
        background-size: 60% auto;
        background-position: center right;
    }

    #ProductDetail article#Software section.Type3 {
        padding: 0 0 50px 0;
    }

    #ProductDetail article#Software section.Type3 .Type3List .Type3Item .Wapper {
        width: 60%;
    }

    #ProductDetail #Spec table {
        min-width: 100%;
    }

    #ProductDetail #Opt {
        padding: 0;
    }

    #ProductDetail #Opt .OptList {
        justify-content: left;
    }

    #ProductDetail #Opt.Quantity4n .OptList {
        justify-content: center;
        width: 100%;
    }

    #ProductDetail #Opt .OptList .OptItem {
        width: calc(50% - 30px);
    }

    #ProductDetail #Opt.Quantity4n .OptList .OptItem {
        width: calc((100% - 160px)/2);
    }

    #ProductDetail #Opt .OptList .OptItem img {
        vertical-align: middle;
        display: inline-block;
        width: 100px;
    }

    #ProductDetail #Opt .OptList .OptItem h6 {
        padding: 0 0 0 1em;
        vertical-align: middle;
        display: inline-block;
        width: calc(100% - 100px - 1.5em);
        text-align: left;
    }

    #ProductDetail #Opt .OptList .OptItem p {
        text-align: left;
        width: 100%;
    }

    #ProductDetail #Opt .OptList .OptItem span {
        right: calc(100% - 100px);
        top: auto;
        bottom: 0;
        font-size: 10px;
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .Container {
        padding: 0 30px;
    }

    .Map .Container {
        padding: 0 15px;
    }

    .slick-prev {
        transform: translateY(-90%) translateX(-100%);
        padding: 12px;
    }

    .slick-next {
        transform: translateY(-90%) translateX(100%);
        padding: 12px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 50px;
    }

    #ProductDetail section h4 {
        font-size: 20px;
    }

    #ProductDetail .Top {
        background-position: center 95%;
        background-size: 155% auto;
    }

    #ProductDetail .Top .Container {
        padding: 30px;
    }

    #ProductDetail .Top .ProcessingPic {
        display: none;
    }

    #ProductDetail .Top .MachinePic {
        width: 100%;
    }

    #ProductDetail .Top .Container .Left {
        width: 100%;
    }

    #ProductDetail .Top .Container .Left h2 .Model {
        font-size: 36px;
    }

    #ProductDetail .Top .Container .Left p.Feature {
        font-size: 18px;
    }

    #ProductDetail .Top .Container .Left table {
        width: 100%;
    }

    #ProductDetail .Top .Container .Left table tr td.TooLong {
        transform: none;
    }

    #ProductDetail nav,
    #ProductDetail nav.InTop {
        width: 100%;
        overflow-x: scroll;
    }

    #ProductDetail nav .InTopScoll {
        width: 450px;
    }

    #ProductDetail nav a {
        padding: 10px;
    }

    #ProductDetail section .Wapper {
        padding: 50px 30px;
    }

    #ProductDetail article .H2 h2 {
        font-size: 36px;
        width: 100%;
    }

    #ProductDetail article .H2 h2::before,
    #ProductDetail article .H2 h2::after {
        width: 20%;
    }

    #ProductDetail section#Overview h3,
    #ProductDetail section h3 {
        margin: 0 0 .5em 0;
        font-size: 30px;
    }

    #ProductDetail article p,
    #ProductDetail section p,
    #ProductDetail ul.Column li span,
    #ProductDetail #Overview ul.Column li {
        font-size: 16px;
        letter-spacing: .05em;
    }

    #ProductDetail article section.Type1 {
        box-sizing: border-box;
        border: 15px solid #fff;
        border-radius: 50px 0;
    }

    #ProductDetail article section.Type1:nth-last-of-type(2) {
        margin: 0 0 50px 0;
    }

    #ProductDetail article section.Type1 .Container {
        padding: 0;
    }

    #ProductDetail article section.Type1 .Container .Wapper {
        padding: 20px 15px 15px 15px;
        width: 100%;
        border-radius: 0 0 50px 0;
    }

    #ProductDetail article section.Type2 .Type2List .Type2Item .Wapper {
        padding: 30px;
    }

    #ProductDetail section#Overview .Wapper {
        padding: 30px 30px 0 30px;
        width: 100%;
    }

    #ProductDetail section#Overview .Wapper:nth-child(3) {
        padding: 0 30px 30px 30px;
    }

    #ProductDetail #Overview .VarList {
        margin: 0 auto 5vw auto;
    }

    #ProductDetail #Overview .VarList h4 {
        font-size: 30px;
        text-align: center;
    }

    #ProductDetail #Overview .VarList .VarItem {
        margin: 0 0 10px 0;
        padding: 10px 15px;
        min-width: auto;
        border-radius: 15px 3px 3px 3px;
    }

    #ProductDetail #Overview .VarList .VarItem .Title {
        padding: 15px 7px;
        font-size: 24px;
    }

    #ProductDetail #Overview .VarList .VarItem ul {
        margin: 0;
    }

    #ProductDetail #Overview .VarList .VarItem ul li {
        margin: 5px 0;
        padding: 3px 8px;
        font-size: 15px;
        border-radius: 3px;
    }

    #ProductDetail #Overview .VarList .MarkList {
        padding: 15px 15px 30px 15px;
        text-align: center;
    }

    #ProductDetail #Overview .VarList.Quantity4up {
        max-width: 470px;
    }

    #ProductDetail #Overview .VarList.Quantity5up {
        width: 100%;
    }

    #ProductDetail section#Video .Container {
        padding: 15px;
    }

    #ProductDetail article#Auto .AutoList.Quantity3,
    #ProductDetail article#Auto .AutoList.Quantity2,
    #ProductDetail article#Auto .AutoList.Quantity1,
    #ProductDetail article#Auto .AutoList.Quantity1 .AutoItem {
        margin: auto;
        width: calc(100vw - 100px);
    }

    #ProductDetail article#Auto .AutoList.Quantity3 .AutoItem,
    #ProductDetail article#Auto .AutoList.Quantity2 .AutoItem {
        width: calc(100vw - 100px);
        margin: 0 20px 0 0;
    }

    #ProductDetail article#Auto .AutoList .AutoItem.Small h6 {
        font-size: 22px;
    }

    #ProductDetail article#Auto .AutoList .AutoItem.Small p {
        font-size: 16px;
    }

    #ProductDetail .UlWapper ul.Column:nth-last-of-type(1) {
        margin: 0;
    }

    #ProductDetail article section.Type3 {
        padding: 50px 0;
    }

    #ProductDetail article section.Type3 .TabList .TabItem {
        margin: 0;
        padding: 5px 10px;
        min-width: 120px;
        height: 75px;
        font-size: 18px;
        background-position: calc(100% - 15px) 40px;
    }

    #ProductDetail article section.Type3 .TabList.Quantity3 .TabItem {
        margin: 0 0 5px 0;
    }

    #ProductDetail article#Software section.Type3 .TabList .TabItem {
        margin: 0 8px 0 0;
    }

    #ProductDetail article section.Type3 .Type3List .Type3Item .Wapper {
        margin: 40px 0 0 0;
        width: 100%;
        float: none;
    }

    #ProductDetail article section.Type3 .Type3List .Type3Item img {
        float: none;
        margin: 30px auto auto auto;
        display: block;
        width: 100%;
        max-width: none;
    }

    #ProductDetail article section.Type3 .Type3List.Quantity1 .Type3Item img {
        margin: 25px 0 0 0;
    }


    #ProductDetail article#Software {
        background-size: 115vw;
        background-position: center 200px;
    }

    #ProductDetail article#Software section.Type3 {
        padding: 0;
    }

    #ProductDetail article#Software section.Type3 .Type3List .Type3Item .Wapper {
        margin: 58vw 0 0 0;
        width: 100%;
    }

    #ProductDetail #Spec {
        padding: 0 0 70px 0;
    }

    #ProductDetail #Spec .Container.Computer {
        display: none;
    }

    #ProductDetail #Spec .Container.Mobile {
        display: block;
    }

    #ProductDetail #Spec .Container.Mobile .Mobile {
        display: none;
        width: 100%;
    }

    #ProductDetail #Spec .Container.Mobile .Mobile#tab_1 {
        display: table;
    }

    #ProductDetail #Spec .Container.Mobile .Select.Fixed {
        position: fixed;
        left: 30px;
        top: 111px;
        width: calc(100% - 60px);
        background-color: #fff;
    }

    #ProductDetail #Spec .Container.Mobile .Select.Fixed .SelectTitle {
        margin: 10px 0;
    }

    #ProductDetail #Spec .Container.Mobile .Select.Fixed select {
        margin: 10px 0;
    }

    #ProductDetail #Spec .Container.Mobile .Mobile tr.SubTitle:nth-child(1) th {
        padding: 100px 0 0 0;
    }

    #ProductDetail #Spec .SelectTitle {
        float: left;
        display: block;
        line-height: 44px;
        width: 100px;
        color: #183e62;
        font-size: 16px;
    }

    #ProductDetail #Spec select {
        float: left;
        display: block;
        margin: 0 0 20px 0;
        padding: 10px 20px;
        width: calc(100% - 100px);
        height: 44px;
        color: #456789;
        font-size: 18px;
        letter-spacing: .05em;
        background-color: #fff;
        border: 1px solid #a5abc7;
        border-radius: 3px;
    }

    #ProductDetail #Spec table tbody {
        width: 100%;
    }

    #ProductDetail #Spec table tr.SubTitle th,
    #ProductDetail #Spec table tr th,
    #ProductDetail #Spec table tr td {
        padding: 5px;
    }

    #ProductDetail #Spec table tr th small,
    #ProductDetail #Spec table tr th>div {
        float: none;
        transform: none;
        display: inline;
        line-height: normal;
    }

    #ProductDetail #Opt {
        padding: 0 0 30px 0;
    }

    #ProductDetail #Opt span {
        transform: none;
        padding: 0 30px 30px 30px;
        font-size: 15px;
    }

    #ProductDetail #Opt .OptList {
        padding: 0 30px;
        width: calc(100% - 60px);
    }

    #ProductDetail #Opt.Quantity4n .OptList {
        padding: 0;
    }

    #ProductDetail #Opt .OptList .OptItem {
        margin: 0 0 20px 0;
        width: 100%;
    }

    #ProductDetail #Opt.Quantity4n .OptList .OptItem {
        margin: 0 30px 15px 30px;
        width: calc(100% - 30px);
    }

    #ProductDetail #Opt .OptList .OptItem img {
        width: 80px;
    }

    #ProductDetail #Opt .OptList .OptItem h6 {
        width: calc(100% - 80px - 1.5em);
        font-size: 18px;
    }

    #ProductDetail #Opt .OptList .OptItem span {
        right: calc(100% - 80px);
    }
}

@media screen and (max-width: 330px) {
    #ProductDetail .Top .Container .Left h2 .Model {
        font-size: 34px;
    }

    #ProductDetail .Top .Container .Left h2 .Name {
        font-size: 22px;
    }

    #ProductDetail .Top .Container .Left table tr th {
        font-size: 15px;
    }

    #ProductDetail .Top .Container .Left table tr td {
        font-size: 18px;
    }
}