﻿@charset "UTF-8";
#GTX1070 {
    background: url("../images/gtx1070_1920.jpg") center -66px no-repeat;
    height: 1122px;
}

#GTX1070 .frame {
    position: absolute;
    left: 850px;
    top: 204px;
    width: 495px;
    height: 247px;
}

#GTX1070 .frame2 {
    color: #ddd;
    padding: 1080px 130px 0;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

#GTX1070 .frame2 .title {
    text-align: center;
    font-size: 30px;
    /* font-weight: bold;
*/
    margin-bottom: 10px;
}

#GTX1070 .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) {
    #GTX1070 {
        background: url("../images/gtx1070_1366.jpg") center -50px no-repeat;
        height: 842px;
    }
    #GTX1070 .frame {
        left: 562px;
        top: 182px;
        width: 410px;
        height: 197px;
    }
    #GTX1070 .frame2 {
        padding: 840px 50px 0;
        font-size: 16px;
    }
    .nbox {
        width: 590px;
    }
}

@media screen and (max-width: 960px) {
    #GTX1070 {
        background: url(../images/gtx1070_960.jpg) center -80px no-repeat;
        height: 912px;
    }
    #GTX1070 .frame {
        left: 396px;
        top: 144px;
        width: 318px;
        height: 254px;
    }
    #GTX1070 .frame2 {
        padding: 870px 30px 0;
    }
    .nbox {
        width: 312px;
    }
}

@media screen and (max-width: 640px) {
    #GTX1070 {
        background: url("../images/gtx1070_640.jpg") center -370px no-repeat;
        height: 1280px;
    }
    #GTX1070 .frame {
        left: 9px;
        top: 46px !important;
        width: 295px;
        height: 292px;
    }
    #GTX1070 .frame2 {
        padding: 1050px 0 0;
        font-size: 14px;
        line-height: 18px;
    }
    #GTX1070 .frame2 .title {
        font-size: 18px;
    }
    #GTX1070 .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%;
    }
}
