#kv {
    margin-bottom: 300px;
    height: 35vw;
}

#kv .bgphoto {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-image: url(image/kv.jpg);
    z-index: 1;
}

#kv .intel img {
    display: block;
    height: 120px;
    margin-bottom: 10px;
}

#kv .kv-slogan img {
    width: 40vw;
}

#kv .intel-inline {
    display: none;
}

#kv .intel {
    position: absolute;
    top: 35px;
    right: 45px;
    font-size: 24px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 10;
}

#kv .content-area {
    bottom: 0px;
    padding-bottom: 180px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 99%);
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 99%);
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 99%);
}

#kv .modern14 {
    margin-top: 50px;
}

#kv .modern14 img {
    width: 14vw;
}

#kv p.msiText {
    margin-top: 100px;
    width: 52vw;
    font-size: 24px;
}

@media (max-width: 3450px) {
    #kv {
        height: 39vw;
    }
    #kv .bgphoto {
        background-size: 90%;
    }
}

@media (max-width: 2570px) {
    #kv {
        height: 45vw;
    }
    #kv .bgphoto {
        background-size: 100%;
    }
    #kv .kv-slogan img {
        width: 40vw;
    }
    #kv .modern14 {
        margin-top: 40px;
    }
    #kv .content-area {
        padding-bottom: 100px;
    }
}

@media (max-width: 1930px) {
    #kv .intel {
        font-size: 16px;
    }
    #kv p.msiText {
        margin-top: 10px;
        font-size: 18px;
    }
}

@media (max-width: 1540px) {
    #kv {
        height: 44vw;
    }
    #kv .bgphoto {
        background-size: 90%;
    }
    #kv .modern14 {
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    #kv {
        height: 50vw;
    }
    #kv .bgphoto {
        background-size: 140%;
    }
    #kv .content-area {
        bottom: -300px;
        padding-bottom: 120px;
        background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 99%);
        background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 99%);
        background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 99%);
    }
    #kv .bgphoto {
        width: 100%;
    }
    #kv .kv-slogan img {
        width: 70vw;
    }
    #kv .modern14 {
        margin-top: 20px;
    }
    #kv .modern14 img {
        width: 26vw;
    }
    #kv p.msiText {
        margin-top: 35px;
        width: 75%;
    }
    #kv .intel {
        display: none;
    }
    #kv .intel-inline {
        display: flex;
        width: 100%;
        margin-top: 35px;
        top: auto;
        right: auto;
        position: relative;
        text-align: left;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    #kv .intel-inline img {
        margin-right: 15px;
        margin-bottom: 0px;
        height: 80px;
    }
}

@media (max-width: 770px) {
    #kv {
        height: 55vw;
    }
    #kv .modern14 img {
        width: 40vw;
    }
    #kv .content-area {
        bottom: -300px;
        padding-bottom: 60px;
        background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 99%);
        background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 99%);
        background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 99%);
    }
}

@media (max-width: 500px) {
    #kv {
        height: 80vw;
    }
    #kv .bgphoto {
        background-size: 170%;
    }
    #kv .content-area {
        bottom: -300px;
        padding-bottom: 60px;
        background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 99%);
        background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 99%);
        background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 99%);
    }
}

@media (max-width: 400px) {
    #kv .modern14 {
        margin-top: 20px;
    }
    #kv .content-area {
        bottom: -350px;
        padding-bottom: 60px;
        background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 99%);
        background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 99%);
        background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 99%);
    }
}

@media (max-width: 300px) {
    #kv .modern14 {
        margin-top: 10px;
    }
    #kv .content-area {
        bottom: -420px;
        padding-bottom: 60px;
        background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 99%);
        background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 99%);
        background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 99%);
    }
}


/* <!-- photos start --> */

#photos {
    width: 65%;
    margin: 0 auto 100px;
}

#photos .photos-item {
    float: left;
    overflow: hidden;
}

#photos .clearboth {
    clear: both;
}

#photos .pi50 {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    position: relative;
}

#photos .pi251 {
    width: calc(25% - 15px);
    margin-right: 20px;
}

#photos .pi252 {
    width: calc(25% - 15px);
    margin-right: 0px;
}

#photos .pi5025 {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
}

#photos .pih100b {
    background-image: url(image/nb_video.jpg);
    padding-top: calc(100% + 10px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#photos .pih1001 {
    background-image: url(image/gallery_fgray.png);
    padding-top: 100%;
    background-size: 250%;
    background-position: 90% 70%;
}

#photos .pih1002 {
    background-image: url(image/gallery_mtop.png);
    padding-top: 100%;
    background-size: 260%;
    background-position: 30% 70%;
}

#photos .pih50 {
    background-image: url(image/gallery_b.png);
    padding-top: 50%;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

#photos .photos-item div {
    transition: 1s;
}

#photos .photos-item:hover div {
    transform: scale(1.1);
}

#photos .play-icon {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#photos .play-icon img {
    width: 30%;
}

@media (max-width: 1200px) {
    #photos {
        width: 75%;
    }
    #photos .pi50 {
        width: calc((100% - 12px) / 2);
        margin-right: 12px;
    }
    #photos .pi251 {
        width: calc(25% - 9px);
        margin-right: 12px;
    }
    #photos .pi252 {
        width: calc(25% - 9px);
        margin-right: 0px;
    }
    #photos .pi5025 {
        width: calc((100% - 12px) / 2);
        margin-top: 12px;
    }
    #photos .pih100b {
        padding-top: calc(100% + 6px);
    }
}

@media (max-width: 500px) {
    #photos .pi50 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 8px;
    }
    #photos .pih100b {
        padding-top: 100%;
    }
    #photos .pi251 {
        width: calc((100% - 8px) / 2);
        margin-right: 8px;
    }
    #photos .pi252 {
        width: calc((100% - 8px) / 2);
        margin-right: 0px;
    }
    #photos .pi5025 {
        width: 100%;
        margin-top: 8px;
    }
}


/* <!-- id-design start --> */

#id-design {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 60px;
}

#id-design .content {
    position: relative;
    width: 52%;
    margin: 0 auto -35px;
    z-index: 5;
}

#id-design .photo {
    position: relative;
    width: 65%;
    margin: 0 auto;
    z-index: 5;
}

#id-design .bgt {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 28vw 140vw;
    border-color: transparent transparent #c0dae4 transparent;
}

#id-design .iddesignd {
    display: block;
}

#id-design .iddesignm {
    display: none;
}

#id-design p.msiText span {
    font-size: 14px;
    display: block;
    padding-top: 10px;
}

@media (max-width: 1920px) {
    #id-design .bgt {
        border-width: 0 0 30vw 150vw;
    }
}

@media (max-width: 1200px) {
    #id-design {
        padding-bottom: 15px;
    }
    #id-design .bgt {
        border-width: 0 0 30vw 170vw;
    }
    #id-design .content {
        width: 75%;
        margin-bottom: 20px;
    }
    #id-design .photo {
        width: 75%;
    }
    #id-design .iddesignd {
        display: none;
    }
    #id-design .iddesignm {
        display: block;
    }
}

@media (max-width: 500px) {
    #id-design .photo {
        width: 80%;
    }
    #id-design .bgt {
        border-width: 0 0 35vw 170vw;
    }
}


/* <!-- cpu start --> */

#cpu {
    padding-top: 100px;
    padding-bottom: 30px;
}

#cpu .bgt {
    position: absolute;
    z-index: 0;
    top: -1px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 140vw 410px 0;
    border-color: transparent #c0dae4 transparent transparent;
}

#cpu .cpu-info-photo {
    margin-bottom: 30px;
}

#cpu .cpu-info-photo img {
    margin-right: 30px;
    height: 120px;
}

#cpu .cpu-info-photo img:last-child {
    margin-right: 0px;
}

#cpu .data-num-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 25px;
}

#cpu .photo .block-photo {
    background-image: url(image/CPU_Beige_Moosse.jpg);
}

#cpu .data-num {
    display: flex;
    margin-right: 0px;
    text-align: left;
    max-width: 1000px;
    justify-content: flex-start;
    align-items: baseline;
    white-space: nowrap;
    font-size: 20px;
}

#cpu .data-num span {
    font-size: 34px;
    margin: 10px 5px 10px 0;
}

#cpu .data-num-block .noteText {
    font-size: 14px;
    margin: 0px;
}

#cpu p.msiText span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
}

@media (max-width: 2550px) {
    #cpu .cpu-info-photo img {
        height: 85px;
    }
}

@media (max-width: 1920px) {
    #cpu p.msiText span {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    #cpu {
        padding-top: 150px;
        padding-bottom: 0px;
    }
    #cpu p.msiText span {
        font-size: 12px;
    }
    #cpu .bgt {
        border-width: 0 100vw 18vw 0;
    }
    #cpu .data-num-block {
        align-items: center;
    }
    #cpu .data-num {
        font-size: 15px;
        text-align: center;
    }
    #cpu .data-num span {
        font-size: 28px;
        margin: 10px 5px 10px 0;
    }
}

@media (max-width: 500px) {
    #id-design .photo {
        width: 80%;
    }
    #cpu .bgt {
        border-width: 0 100vw 21vw 0;
    }
}


/* <!-- gpu start --> */

#gpu {
    padding-top: 250px;
    padding-bottom: 250px;
    overflow: hidden;
}

#gpu .bgt1 {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 97.5px 0 97.5px 168.9px;
    border-color: transparent transparent transparent #d7d7d7;
}

#gpu .bgt2 {
    position: absolute;
    z-index: 0;
    bottom: 65px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26vw 60vw 13vw 0;
    border-color: transparent #f5d2b9 transparent transparent;
}

#gpu .bgr1 img,
#gpu .bgr2 img {
    width: 100%;
}

#gpu .bgr1 {
    position: absolute;
    z-index: 0;
    width: 1170px;
    height: 1170px;
    top: -570px;
    left: -770px;
}

#gpu .photo .block-photo {
    background-image: url(image/GPU_CarbonGray.jpg);
}

#gpu .bgr2 {
    position: absolute;
    z-index: 1;
    width: 855px;
    height: 855px;
    bottom: -555px;
    right: -435px;
}

#gpu .gpu-info-photo {
    margin-bottom: 30px;
}

#gpu .gpu-info-photo img {
    margin-right: 30px;
    height: 70px;
}

#gpu .gpu-info-photo img:last-child {
    margin-right: 0px;
}

#gpu h2.msiText:nth-child(2n) {
    margin-top: 30px;
}

#gpu p.msiText span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
}

@media (max-width: 2550px) {
    #gpu {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    #gpu .gpu-info-photo img {
        height: 50px;
    }
}

@media (max-width: 1920px) {
    #gpu p.msiText span {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    #gpu {
        padding-top: 180px;
        padding-bottom: 170px;
        overflow: hidden;
    }
    #gpu p.msiText span {
        font-size: 12px;
    }
    #gpu .bgr1 {
        width: 720px;
        height: 720px;
        top: -410px;
        left: -450px;
    }
    #gpu .bgr2 {
        display: none;
    }
    #gpu .bgt1 {
        border-width: 63px 0 63px 106px;
    }
    #gpu .bgt2 {
        bottom: 95px;
        border-width: 34vw 76vw 16vw 0;
        border-color: transparent #f5d2b9 transparent transparent;
    }
}

@media (max-width: 500px) {
    #gpu .bgr1 {
        width: 500px;
        height: 500px;
        top: -250px;
        left: -350px;
    }
    #gpu .bgt1 {
        border-width: 40px 0 40px 60px;
    }
    #gpu {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    #gpu .bgt2 {
        bottom: 110px;
        border-width: 34vw 76vw 16vw 0;
    }
}


/* <!-- lightweight start --> */

#lightweight {
    padding-bottom: 240px;
}

#lightweight .content {
    position: relative;
    z-index: 5;
    width: 80%;
    margin: 0 auto;
    padding: 7% 50% 8% 7%;
}

#lightweight .content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(image/Ultra_Portable_Bluestoned.jpg);
    background-size: cover;
    background-position: center;
}

#lightweight .data-num-block {
    width: 95px;
    margin-top: 90px;
    font-size: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lightweight .data-num span {
    font-size: 40px;
}

#lightweight .data-num-bottom {
    font-size: 16px;
}

#lightweight .bgr {
    position: absolute;
    z-index: 1;
    width: 855px;
    height: 855px;
    top: -300px;
    right: -435px;
}

#lightweight .bgt {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 520px 0 0 180vw;
    border-color: transparent transparent transparent #f5d2b9;
}

@media (max-width: 2550px) {
    #lightweight .content {
        padding: 70px 50% 8% 70px;
    }
}

@media (max-width: 1200px) {
    #lightweight {
        padding-bottom: 40px;
    }
    #lightweight .content-bg {
        background-image: url(image/Ultra_Portable_Bluestonem.jpg);
    }
    #lightweight .content {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        color: #515151;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #lightweight .content p.msiText {
        padding: 0 12.5%;
    }
    #lightweight .content .data-num-block {
        margin-top: 30px;
    }
    #lightweight .content-bg {
        margin-top: 30px;
        position: relative;
        padding-top: 50%;
    }
    #lightweight .bgr {
        position: absolute;
        z-index: 1;
        width: 400px;
        height: 400px;
        top: 180px;
        right: -200px;
    }
    #lightweight .bgt {
        border-width: 220px 0 0 180vw;
    }
}

@media (max-width: 500px) {
    #lightweight .bgr {
        width: 300px;
        height: 300px;
        top: 230px;
        /* right: -150px; */
        right: 0px;
    }
    #lightweight .bgt {
        border-width: 220px 0 0 99vw!important;
    }
    #keyboard .bgt .bgt-bgt {
        border-width: 150px 100vw 0 0vw!important;
    }
}


/* <!-- thunderbolt start --> */

.block .noteT {
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

#thunderbolt {
    padding-bottom: 250px;
}

#thunderbolt .content {
    position: relative;
    z-index: 5;
    display: flex;
}

#thunderbolt .photo .block-photo {
    background-image: url(image/Speed_to_New_Direction_BeigeMoosse.jpg);
}

#thunderbolt .bgt1 {
    position: absolute;
    z-index: 0;
    bottom: 80px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 110px 430px 180px 0;
    border-color: transparent #c0dae4 transparent transparent;
}

#thunderbolt .bgt2 {
    position: absolute;
    z-index: 0;
    top: -1px;
    left: 0;
}

#thunderbolt .bgt2 .bgt2-top {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #f5d2b9;
}

#thunderbolt .bgt2 .bgt2-bgt {
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 210px 90vw 0 51vw;
    border-color: #f5d2b9 transparent transparent transparent;
}

#thunderbolt .bgr1 img,
#thunderbolt .bgr2 img {
    width: 100%;
}

#thunderbolt .bgr1 {
    position: absolute;
    z-index: 1;
    width: 525px;
    height: 525px;
    top: 15px;
    left: -90px;
}

#thunderbolt .bgr2 {
    position: absolute;
    z-index: 1;
    width: 540px;
    height: 540px;
    bottom: -160px;
    right: -395px;
}

#thunderbolt .thunderbolt-info-photo {
    margin-bottom: 30px;
}

#thunderbolt .thunderbolt-info-photo img {
    margin-right: 30px;
    height: 100px;
}

#thunderbolt .thunderbolt-info-photo img:last-child {
    margin-right: 0px;
}

@media (max-width: 1200px) {
    #thunderbolt {
        padding-top: 240px;
        padding-bottom: 200px;
        overflow: hidden;
    }
    #thunderbolt .bgt1 {
        top: 140px;
        border-width: 65px 255px 105px 0;
    }
    #thunderbolt .bgt2 .bgt2-top {
        height: 45px;
    }
    #thunderbolt .bgt2 .bgt2-bgt {
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 120px 72vw 0 52vw;
        border-color: #f5d2b9 transparent transparent transparent;
    }
    #thunderbolt .bgr1 {
        width: 400px;
        height: 400px;
        top: -200px;
        left: -210px;
    }
    #thunderbolt .bgr2 {
        display: none;
    }
}

@media (max-width: 500px) {
    #thunderbolt .thunderbolt-info-photo {
        margin-bottom: 25px;
    }
    #thunderbolt .bgt2 {
        left: auto;
        right: 0;
    }
    #thunderbolt .bgt2 .bgt2-top {
        display: none;
    }
    #thunderbolt .bgt2 .bgt2-bgt {
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20vw 72vw 0 50vw;
        border-color: #f5d2b9 transparent transparent transparent;
    }
    #thunderbolt .bgr1 {
        width: 300px;
        height: 300px;
        top: -150px;
        left: -160px;
    }
    #thunderbolt .bgt1 {
        top: 20vw;
        border-width: 9vw 35vw 14vw 0;
    }
    #thunderbolt {
        padding-top: 180px;
        padding-bottom: 180px;
        overflow: hidden;
    }
}


/* <!-- audio start --> */

#audio {
    padding-bottom: 240px;
}

#audio .audio-info-photo {
    margin-bottom: 30px;
}

#audio .audio-info-photo img {
    margin-right: 30px;
    height: 120px;
}

#audio .photo .block-photo {
    background-image: url(image/Hi_Res_CarbonGray.jpg);
}

#audio .audio-info-photo img:last-child {
    margin-right: 0px;
}

#audio .audio-chart {
    width: 100%;
    margin-top: 50px;
}

#audio .audio-chart img {
    width: 100%;
}

#audio .bgr1 {
    position: absolute;
    z-index: 1;
    width: 540px;
    height: 540px;
    top: -380px;
    right: -395px;
}

#audio .bgr2 {
    position: absolute;
    z-index: 1;
    width: 750px;
    height: 750px;
    bottom: -560px;
    left: -350px;
}

#audio .bgt {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 440px 140vw;
    border-color: transparent transparent #d7d7d7 transparent;
}

#audio .audio-chart-block {
    width: 100%;
    margin-top: 25px;
}

#audio .audio-chart {
    display: flex;
}

#audio .acf-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    text-align: center;
    overflow: visible;
}

#audio .acf-item img {
    width: 100%;
}

#audio .acf-item .text {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #66858e;
}

#audio .acf-item:last-child {
    margin-right: 0px;
}

@media (max-width: 2550px) {
    #audio .audio-info-photo img {
        height: 85px;
    }
    #audio .acf-item {
        padding: 0 5px;
    }
    #audio .acf-item .text {
        margin-top: 10px;
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    #audio {
        padding-bottom: 40px;
    }
    #audio .audio-chart {
        width: 70%;
        margin: 0 auto;
    }
    #audio .acf-item .text {
        font-size: 12px;
    }
    #audio .bgt {
        border-width: 0 0 350px 220vw;
    }
    #audio .bgr1 {
        width: 395px;
        height: 395px;
        top: -200px;
        right: -250px;
    }
    #audio .bgr2 {
        width: 510px;
        height: 510px;
        bottom: -290px;
        left: -380px;
    }
}

@media (max-width: 900px) {
    #audio .audio-chart {
        width: 80%;
    }
    #audio .acf-item .text {
        margin-top: 10px;
        font-size: 12px;
    }
    #audio {
        overflow: visible;
    }
}

@media (max-width: 500px) {
    #audio .audio-chart {
        width: 90%;
    }
    #audio .bgt {
        border-width: 0 0 250px 200vw;
    }
    #audio .bgr2 {
        width: 510px;
        height: 510px;
        bottom: -200px;
        left: -380px;
    }
    #audio .bgr1 {
        width: 350px;
        height: 350px;
        top: -380px;
        /* right: -200px; */
        right: 29px;
    }
}


/* <!-- keyboard start --> */

#keyboard {
    padding-bottom: 240px;
}

#keyboard .bgt {
    position: absolute;
    z-index: 0;
    top: -1px;
    left: 0;
}

#keyboard .bgt .bgt-top {
    position: relative;
    width: 100%;
    height: 210px;
    background-color: #d7d7d7;
}

#keyboard .photo .block-photo {
    background-image: url(image/freely_and_comfortably_Bluestone.jpg);
}

#keyboard .bgt .bgt-bgt {
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 270px 85vw 0 51vw;
    border-color: #d7d7d7 transparent transparent transparent;
}

#keyboard .bgr {
    position: absolute;
    z-index: 1;
    width: 750px;
    height: 750px;
    top: -190px;
    left: -350px;
}

#keyboard .data-num-block {
    display: flex;
    margin-top: 25px;
}

#keyboard .data-num {
    font-size: 20px;
    margin-left: 5px;
    text-align: center;
    margin-right: 30px;
}

#keyboard .data-num:last-child {
    margin-right: 0px;
}

#keyboard .data-num span {
    font-size: 35px;
}

#keyboard .data-num.kt span {
    line-height: 51px;
}

#keyboard .data-num div {
    font-size: 14px;
}

#keyboard .data-num img {
    height: 45px;
}

@media (max-width: 1200px) {
    #keyboard {
        padding-top: 160px;
        padding-bottom: 150px;
    }
    #keyboard .bgt .bgt-top {
        display: none;
    }
    #keyboard .bgt .bgt-bgt {
        border-width: 150px 100vw 0 85vw;
    }
    #keyboard .bgr {
        display: none;
    }
    #keyboard .data-num.kt span {
        line-height: 46px;
    }
    #keyboard .data-num img {
        height: 40px;
    }
}

@media (max-width: 500px) {
    #keyboard {
        padding-top: 140px;
        padding-bottom: 130px;
    }
    #keyboard .data-num.kt span {
        line-height: 46px;
    }
    #keyboard .data-num img {
        height: 40px;
    }
}


/* <!-- io start --> */

#io {
    padding-bottom: 200px;
}

#io .info {
    padding-right: 5%;
}

#io .photo .block-photo {
    background-image: url(image/io_bluestone.png);
}

#io .bgt {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 300px;
    border-color: transparent transparent transparent #c0dae4;
    transform: rotate(-30deg);
    transform-origin: 0% 100%;
}

#io .bgr {
    position: absolute;
    z-index: 1;
    width: 520px;
    height: 520px;
    top: 60px;
    right: -260px;
}

#io .io-chart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}

#io .io-item {
    width: calc((100% - 60px) / 3);
    text-align: center;
    margin-right: 30px;
    margin-bottom: 15px;
}

#io .io-item:nth-child(3n) {
    margin-right: 0px;
}

#io .io-item-icon img {
    height: 60px;
}

#io .io-item-txt {
    font-size: 14px;
    line-height: 23px;
}

@media (max-width: 2550px) {
    #io .io-item-icon img {
        height: 30px;
    }
}

@media (max-width: 1200px) {
    #io {
        padding-bottom: 170px;
    }
    #io .io-item {
        margin-bottom: 35px;
    }
    #io .bgr {
        top: auto;
        bottom: 170px;
        right: -360px;
    }
    #io .io-item-icon img {
        height: 35px;
    }
    #io .info {
        padding-right: 0px;
    }
}

@media (max-width: 500px) {
    #io {
        padding-bottom: 160px;
    }
    #io .io-item-icon img {
        height: 20px;
    }
    #io .io-chart {
        width: 85%;
    }
    #io .info {
        padding-bottom: 20px;
    }
    #io .bgr {
        width: 420px;
        height: 420px;
        top: -400px;
        bottom: auto;
        /* right: -280px; */
        right: -5px;
    }
    #io .bgt {
        bottom: -50px;
        border-width: 60px 0 60px 180px;
    }
}


/* <!-- msi-center start --> */

#msi-center {
    overflow: hidden;
}

#msi-center .mcc-list-mask #mcc-item1 {
    background-image: url(image/System_Diagnosis.png);
}

#msi-center .mcc-list-mask #mcc-item2 {
    background-image: url(image/Optimization.png);
}

#msi-center .mcc-list-mask #mcc-item3 {
    background-image: url(image/User_Scenario.png);
}

#msi-center .mcc-list-mask #mcc-item4 {
    background-image: url(image/System_Diagnosis.png);
}

#msi-center .mcc-list-mask #mcc-item5 {
    background-image: url(image/Optimization.png);
}

#msi-center .msi-center-icon {
    font-size: 36px;
    margin-bottom: 20px;
}

#msi-center .msi-center-icon div {
    margin-top: 25px;
}

#msi-center .msi-center-icon img {
    height: 145px;
}

#msi-center h2.msiText {
    width: 52%;
    margin: 0 auto 20px;
}

#msi-center p.msiText {
    width: 52%;
    margin: 0 auto;
}

#msi-center .msi-center-carousel-block {
    width: 80%;
    margin: 0 auto;
}

#msi-center .msi-center-carousel {
    width: 100%;
    padding-top: 55%;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center 90%;
    background-image: url(images/mcc_bg.jpg);
    margin-top: 60px;
    position: relative;
}

#msi-center .mcc-description-block {
    position: absolute;
    bottom: 3vw;
    left: 0;
    width: 100%;
    height: 3vw;
}

#msi-center .mcc-description {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

#msi-center p.msiText.mccd-title {
    font-weight: 900;
    margin-bottom: 10px;
    width: 100%;
    display: none;
    font-size: 28px;
}

#msi-center p.msiText.mccd-text {
    width: 100%;
    display: none;
    line-height: 30px;
}

#msi-center .mcc-nb-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#msi-center .mcc-nb-block .mcc-nb {
    position: relative;
    width: 70%;
}

#msi-center .mcc-nb-block .mcc-nb img {
    width: 100%;
}

#msi-center .mcc-list-mask {
    position: absolute;
    top: 27.1%;
    left: 21.75%;
    width: 56.4%;
    padding-top: 32.2%;
    background-color: white;
    overflow: hidden;
}

#msi-center .mcc-list {
    position: absolute;
    top: 0;
    white-space: nowrap;
    font-size: 0px;
}

#msi-center .mcc-item {
    display: inline-block;
    width: 397px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#msi-center .mcc-prev {
    position: absolute;
    padding-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    z-index: 5;
    background: -moz-linear-gradient( left, rgba(192, 218, 228, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient( left, rgba(192, 218, 228, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient( to right, rgba(192, 218, 228, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#msi-center .mcc-next img,
#msi-center .mcc-prev img {
    height: 55px;
}

#msi-center .mcc-next {
    position: absolute;
    padding-right: 10px;
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    background: -moz-linear-gradient( right, rgba(192, 218, 228, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient( right, rgba(192, 218, 228, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient( to left, rgba(192, 218, 228, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#msi-center .msi-center-carousel-ctrl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

#msi-center .mccc-dot {
    border: 0.5411px solid #515151;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 9px;
    cursor: pointer;
}

#msi-center .mccc-dot.active {
    background-color: #c0dae4;
    border-width: 0px;
    cursor: pointer;
}

#msi-center .mccc-dot:hover {
    background-color: #c0dae4;
    border-width: 0px;
}

#msi-center p.msiText span {
    font-size: 14px;
    display: block;
    padding-top: 10px;
}

@media (max-width: 2550px) {
    #msi-center .msi-center-carousel {
        padding-top: 60%;
    }
    #msi-center .msi-center-icon {
        font-size: 20px;
    }
    #msi-center .msi-center-icon img {
        height: 70px;
    }
    #msi-center .msi-center-carousel-ctrl {
        margin-top: 25px;
    }
    #msi-center .mccc-dot {
        width: 14px;
        height: 14px;
    }
    #msi-center .mcc-description-block {
        bottom: 3.5vw;
        height: 4vw;
    }
}

@media (max-width: 1910px) {
    #msi-center .msi-center-carousel {
        padding-top: 60%;
    }
    #msi-center p.msiText {
        font-size: 18px;
        line-height: 23px;
    }
    #msi-center p.msiText.mccd-title {
        font-size: 18px;
    }
    #msi-center p.msiText.mccd-text {
        line-height: 16px;
    }
}

@media (max-width: 1200px) {
    #msi-center .msi-center-carousel {
        padding-top: 60%;
    }
    #msi-center p.msiText,
    #msi-center h2.msiText {
        width: 75%;
    }
    #msi-center .msi-center-carousel-block {
        width: 100%;
        margin: 0 auto;
    }
    #msi-center .msi-center-carousel-ctrl {
        margin-top: 50px;
    }
    #msi-center .mcc-description-block {
        bottom: 3.6vw;
        height: 6vw;
    }
    #msi-center p.msiText.mccd-title {
        margin-bottom: 5px;
    }
}

@media (max-width: 800px) {
    #msi-center .msi-center-carousel {
        padding-top: 80%;
        background-size: 190%;
        background-position: center 91%;
    }
    #msi-center .mcc-next img,
    #msi-center .mcc-prev img {
        height: 40px;
    }
    #msi-center .mcc-nb-block .mcc-nb {
        width: 90%;
    }
    #msi-center .mcc-description-block {
        position: absolute;
        bottom: 4.5vw;
        left: 0;
        width: 100%;
        height: 10vw;
    }
    #msi-center .mcc-description {
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }
    #msi-center .mcc-next,
    #msi-center .mcc-prev {
        width: 10%;
    }
}

@media (max-width: 500px) {
    #msi-center .msi-center-carousel {
        padding-top: 90%;
        background-size: 230%;
        background-position: center 91%;
    }
    #msi-center .mcc-description-block {
        bottom: 5vw;
        height: 14vw;
    }
    #msi-center .mcc-description {
        width: 85%;
    }
}

@media (max-width: 400px) {
    #msi-center .msi-center-carousel {
        padding-top: 100%;
        background-size: 270%;
        background-position: center 92%;
    }
    #msi-center .mcc-description-block {
        bottom: 4.5vw;
        height: 20vw;
    }
    #msi-center .mcc-description {
        width: 85%;
    }
}


/* <!-- mil-std-810g start --> */

#mil-std-810g {
    width: 80%;
    padding: 150px 0;
    margin: 0 auto;
    max-width: 2200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#mil-std-810g .content {
    padding-top: 30px;
    flex: 0 0 25%;
}

#mil-std-810g .icon {
    margin-right: 30px;
    flex: 0 0 200px;
}

#mil-std-810g .icon img {
    width: 100%;
}

#mil-std-810g .learnmore {
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #5c5c5c;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
}

#mil-std-810g .learnmore:hover {
    background-color: #ccc;
}

#mil-std-810g .learnmore a {
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
}

#mil-std-810g .learnmore a:hover {
    color: #515151;
}

@media (max-width: 1200px) {
    #mil-std-810g {
        width: 75%;
        padding: 180px 0 150px;
    }
    #mil-std-810g .content {
        padding-top: 30px;
        flex: 0 0 65%;
    }
    #mil-std-810g p.msiText {
        text-align: left;
        padding: 0px;
    }
    #mil-std-810g .icon {
        margin-right: 30px;
        flex: 0 0 35%;
    }
}

@media (max-width: 750px) {
    #mil-std-810g {
        flex-direction: column;
    }
    #mil-std-810g .content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
    }
    #mil-std-810g p.msiText {
        text-align: center;
        padding: 0px;
    }
    #mil-std-810g .icon {
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }
    #mil-std-810g .icon img {
        width: 120px;
    }
}


/* <!--Readers' Choice Laptop Winner - BP start--> */

#BP img {
    max-width: 100%;
}

#BP .container {
    max-width: 1440px;
    margin: auto;
}

#BP {
    background: url("image/BP_bg.jpg")no-repeat;
    background-size: cover;
}

#BP .BP__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
}

#BP .BP__wrapper .BP__imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    width: 55%;
}

#BP .BP__wrapper .BP__textbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0;
    order: 2;
    text-align: center;
    width: 45%;
}

#BP .BP__wrapper .BP__textbox figure img {
    width: 130px;
}

#BP h2 {
    color: #454664;
    font-size: 38px;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'DINCond-Bold', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

#BP p {
    color: #454664;
    font-style: italic;
    font-size: 18px;
    font-family: 'DINCond-Medium', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

#BP span {
    color: #454664;
    font-size: 18px;
    display: block;
    font-family: 'DINCond-Medium', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

@media (max-width: 960px) {
    #BP {
        background: url("image/BP_bg-m.jpg")no-repeat;
    }
    #BP .BP__wrapper {
        flex-direction: column;
    }
    #BP .BP__wrapper .BP__imgbox {
        width: 100%;
        order: 2;
    }
    #BP .BP__wrapper .BP__textbox {
        width: 100%;
        order: 1;
    }
    #BP h2 {
        font-size: 24px;
    }
    #BP p {
        font-size: 16px;
    }
    #BP span {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('fonts/DINPro-Medium.otf') format('opentype');
    src: url('fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinpro-medium-webfont.woff') format('woff'), url('fonts/dinpro-medium-webfont.ttf') format(' truetype'), url('fonts/dinpro-medium-webfont.svg') format('svg');
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('fonts/DINPro-Regular.otf') format('opentype');
    src: url('fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-Regular.woff') format('woff'), url('fonts/DINPro-Regular.ttf') format(' truetype'), url('fonts/DINPro-Regular.svg') format('svg');
}

@font-face {
    font-family: 'DINPro_Bold';
    src: url('fonts/din_pro_bold.eot');
    src: url('fonts/din_pro_bold.eot?#iefix') format('embedded-opentype'), url('fonts/din_pro_bold.woff') format('woff'), url('fonts/din_pro_bold.ttf') format(' truetype'), url('fonts/din_pro_bold.svg') format('svg');
}

@font-face {
    font-family: 'DINPro-Black';
    src: url('fonts/DINPro-Black.eot');
    src: url('fonts/DINPro-Black.woff2') format('woff2'), url('fonts/DINPro-Black.woff') format('woff'), url('fonts/DINPro-Black.ttf') format('truetype'), url('fonts/DINPro-Black.svg#DINPro-Black') format('svg'), url('fonts/DINPro-Black.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: "DINCond-bold";
    src: local("DINCond-bold"), url("fonts/DINCond-Bold.ttf");
}


/*

    .block img {
        max-width: 100%;
        width: expression(document.body.clientWidth>100?"100%":"auto");
        overflow: hidden;
    }


    .block .imgxs {
        display: none;
    }
*/

#win11.block a.button {
    color: #fff;
}

#win11 a.link {
    color: #0078d4;
}

.win11.block a {
    text-decoration: none;
}

.win11 .button {
    color: #FFF;
}

.win11 .imglg {
    display: block;
    max-width: 100%;
    float: right;
    padding: 5%;
}

.win11 .imgxs {
    display: none;
}

.win11 {
    background: #d2e4f0 url("image/Win-11-bg.png") bottom center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2vh 0;
}

.win11__block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    max-width: 2200px;
}

.win11__block>div {
    margin: 10px;
    padding: 20px;
    width: 45%;
}

.win11__block>div.text-box img {
    width: 35%;
    margin-bottom: 3%;
}

.win11 h2 {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}

.win11 p {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #000;
    margin: 10px 0 20px 0;
    font-weight: 400;
}

.link {
    color: #0078d4;
}

.win11__block .text-box .notetext {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #999;
    margin: 10px 0 20px 0;
    font-weight: 400;
    font-size: 12px;
}

.button {
    display: inline-block;
    font-family: 'DINPro-Regular';
    color: #fff;
    background-color: #0078d4;
    text-decoration: none;
    padding: 5px 20px;
    margin-right: 10px;
}

@media (max-width: 1680px) {
    .win11 {
        background-size: cover;
    }
}

@media (max-width: 1536px) {
    .win11 {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .win11 {
        background: #d2e4f0;
        background-size: contain;
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 0;
        padding-top: 5%;
    }
    .win11__block {
        width: 90%;
        flex-direction: column;
    }
    .win11__block>div {
        margin: 0px;
        padding: 10px 0px 0px 0px;
        width: 100%;
    }
    .win11 .imgxs {
        display: block;
    }
    .win11 .imglg {
        display: none;
    }
}

@media (max-width: 700px) {
    .win11__block>div.text-box img {
        width: 50%;
    }
    .button span {
        font-size: 16px;
    }
}

@media (max-width: 415px) {
    .win11__block>div.text-box img {
        width: 50%;
    }
    .button span {
        font-size: 13px;
    }
}