﻿
#GTX1060 {
    background: url("../images/GPU_1920.jpg") center 0 no-repeat;
    height: 1692px;
}

#GTX1060 .frame {    
    position: absolute;
    left: 860px;
    top: 174px;
    width: 505px;
}

#GTX1060 .frame2 {
    color: #ddd;
    padding: 1080px 130px 0;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

#GTX1060 .frame2 .title {
    text-align: center;
    font-size: 30px;
    /*font-weight: bold;
*/
    margin-bottom: 10px;
}

#GTX1060 .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) {
    #GTX1060 {
        background-image: url("../images/GPU_1366.jpg");
        height: 1432px;
    }
    #GTX1060 .frame {           
        left: 592px;
        top: 202px;
        width: 365px;
    }
    #GTX1060 .frame2 {
        padding: 910px 50px 0;
        font-size: 16px;
    }
    .nbox {
        width: 590px;
    }
}

@media screen and (max-width: 960px) {
    #GTX1060 {
        background-image: url("../images/GPU_960.jpg");
        height: 1715px;
    }
    #GTX1060 .frame {                  
        position: static;
        text-align: center;     
        margin: 0 25px;
        padding-top: 640px;
        width: auto;

    }     
    #GTX1060 .frame2{      
        padding: 200px 20px 0;  
        line-height:1.3;
    }    
    #GTX1060 .frame2 .content{
        text-align:center;
    }
    .nbox {
        width: 340px;
    }
}

@media screen and (max-width: 640px) {
    #GTX1060 {
        background-image: url("../images/GPU_640.jpg");
        height: 2120px;
    }
    #GTX1060 .frame {        
        padding-top: 516px;
        margin: 0 15px;
    }
    #GTX1060 .frame2 {
        padding: 370px 10px 0;
        font-size: 14px;
        line-height: 18px;
        text-align:center;
    }
    #GTX1060 .frame2 .title {
        font-size: 18px;
    }
    #GTX1060 .frame2 .content {
        padding: 5px 0 0;
    }
    .nbox {
        width: auto;
        margin-bottom: 10px;
    }
    .nrule li {
        margin-bottom: 10px;
        padding: 0 10px;
    }
}
