﻿@charset "UTF-8";
#gpu {
    background: url("../images/gpu_1920.jpg") center 6px no-repeat;
    height: 1798px;
}

#gpu .frame {
    position: absolute;
    left: 850px;
    top: 204px;
    width: 495px;
    height: 247px;
}

#gpu .frame2 {
    color: #ddd;
    padding: 1180px 130px 0;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

#gpu .frame2 .title {
    text-align: center;
    font-size: 30px;
    /* font-weight: bold;
*/
    margin-bottom: 10px;
}

#gpu .frame2 .content {
    padding: 5px 10px 0;
    margin-bottom: 30px;
}

.nrule {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nrule li {
    margin-bottom: 25px;
}

.nrule li:after {
    content: '';
    display: table;
    clear: both;
}

.nbox {
    width: 830px;
    float: right;
}

.ntitle {
    font-weight: bold;
}

@media screen and (max-width: 1366px) {
    #gpu {
        background: url("../images/gpu_1366.jpg") center -40px no-repeat;
        height: 1442px;
    }
    #gpu .frame {
        left: 562px;
        top: 235px;
        width: 410px;
        height: 197px;
    }
    #gpu .frame2 {
        padding: 900px 50px 0;
        font-size: 16px;
    }
    .nbox {
        width: 590px;
    }
}

@media screen and (max-width: 960px) {
    #gpu {
        background: url("../images/gpu_960.jpg") center -80px no-repeat;
        height: 1650px;
    }
    #gpu .frame {
        left: 320px;
        top: 144px;
        width: 318px;
        height: 254px;
    }
    #gpu .frame2 {
        padding: 910px 30px 0;
    }
    .nbox {
        width: 312px;
    }
}

@media screen and (max-width: 640px) {
    #gpu {
        background: url("../images/gpu_640.jpg") center -190px no-repeat;
        height: 2150px;
    }
    #gpu .frame {
        left: 9px;
        top: 46px !important;
        width: 295px;
        height: 292px;
    }
    #gpu .frame2 {
        padding: 1240px 0 0;
        font-size: 14px;
        line-height: 18px;
    }
    #gpu .frame2 .title {
        font-size: 18px;
    }
    #gpu .frame2 .content {
        padding: 5px 0 0;
    }
    .nbox {
        width: auto;
        margin-bottom: 10px;
    }
    .nrule li {
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .nrule li img {
        width: 100%;
    }
}