@media screen and (min-width: 1600px) {
  .section {
    width: 1440px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 170px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 266px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 350px;
    min-height: 300px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(4n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 350px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 680px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 600px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 600px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 400px;
    height: 300px;
    display: block;
    top: 375px;
    left: 200px;
    position: absolute;
  }
  #pr-detail-full-banner article {
    width: 50%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -200px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .section {
    width: 1400px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 165px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 260px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 340px;
    min-height: 300px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(4n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 340px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 680px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 600px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 600px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 400px;
    height: 300px;
    display: block;
    top: 375px;
    left: 135px;
    position: absolute;
  }
  #pr-detail-full-banner article {
    width: 50%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -200px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .section {
    width: 1340px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 158px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 248px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 325px;
    min-height: 300px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(4n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 325px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 680px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 600px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 600px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 400px;
    height: 300px;
    display: block;
    top: 375px;
    left: 90px;
    position: absolute;
  }
  #pr-detail-full-banner article {
    width: 50%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -200px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .section {
    width: 1240px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 145px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 230px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 300px;
    min-height: 300px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(4n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 300px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 680px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 600px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 600px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 400px;
    height: 300px;
    display: block;
    top: 375px;
    left: 50px;
    position: absolute;
  }
  #pr-detail-full-banner article {
    width: 50%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -200px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .section {
    width: 1160px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 133px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 215px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 280px;
    min-height: 300px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(4n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 280px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 680px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 600px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 600px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 400px;
    height: 300px;
    display: block;
    top: 375px;
    left: 15px;
    position: absolute;
  }
  #pr-detail-full-banner article {
    width: 50%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -200px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .section {
    width: 1000px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 110px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 185px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 240px;
    min-height: 250px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(4n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 240px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 580px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 500px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 500px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 340px;
    height: 300px;
    display: block;
    top: 260px;
    left: 15px;
    position: absolute;
  }
  #pr-detail-full-banner article {
    width: 50%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -165px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 10px 0 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
  .section {
    width: 920px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 100px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 170px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 220px;
    min-height: 250px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(4n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 220px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 580px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 500px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 500px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 340px;
    height: 300px;
    display: block;
    top: 260px;
    left: 15px;
    position: absolute;
  }
  #pr-detail-full-banner article {
    width: 50%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -165px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 10px 0 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .section {
    width: 720px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 75px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 134px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 170px;
    min-height: 220px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(4n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 170px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 830px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 500px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 500px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 700px;
    height: 220px;
    float: left;
    display: block;
    margin-left: 35px;
  }
  #pr-detail-full-banner article {
    width: 33%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -440px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 10px 0 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .section {
    width: 440px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 38px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 81px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 213px;
    min-height: 220px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:nth-child(2n+0) {
    margin-right: 0;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 213px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 800px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 440px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 440px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 440px;
    height: 220px;
    float: left;
    display: block;
    margin-left: 20px;
  }
  #pr-detail-full-banner article {
    width: 33%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -315px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 10px 0 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 340px) and (max-width: 479px) {
  .section {
    width: 320px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
  }
  h2 {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    margin-top: 23px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #product-header {
    width: 100%;
    height: 60px;
    float: left;
    display: block;
    margin-top: 30px;
    background: url('../images/product-header.png') no-repeat center center;
    background-size: cover;
  }
  #products {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 30px 0;
  }
  #products .productBox {
    width: 318px;
    min-height: 220px;
    float: left;
    display: block;
    margin-bottom: 10px;
    padding: 20px 0;
    border: solid 1px #ddd;
  }
  #products .productBox:hover .pr-kind,
  #products .productBox:hover .pr-title {
    color: #5f3a39;
  }
  #products .productBox a img {
    border: none;
  }
  #products .productBox img {
    width: 318px;
    float: left;
    display: block;
  }
  #products .productBox .pr-kind,
  #products .productBox .pr-title {
    width: 100%;
    float: left;
    display: block;
    color: #7e878c;
    text-align: center;
    text-decoration: none;
  }
  #products .productBox .pr-title {
    min-height: 30px;
    margin: 20px 0 10px 0;
  }
  #products .productBox .pr-kind {
    height: 30px;
  }
  #pr-detail-full-banner {
    width: 100%;
    min-height: 770px;
    float: left;
    display: block;
    background-color: #ddd5d5;
  }
  #pr-detail-full-banner #big-img {
    width: 320px;
    display: block;
    margin: 80px auto;
  }
  #pr-detail-full-banner #big-img img {
    width: 320px;
    float: left;
    display: block;
  }
  #pr-detail-full-banner .short-detail {
    width: 320px;
    height: 300px;
    float: left;
    display: block;
    margin-left: 20px;
  }
  #pr-detail-full-banner article {
    width: 50%;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  #pr-detail-full-banner article .cricle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
  }
  #pr-detail-full-banner .buyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    margin-top: 90px;
    margin-left: -100px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 36px;
    background-image: -ms-linear-gradient(0deg, #4c4c4f 0%, #26262e 100%);
  }
  #pr-detail-full-banner .buyBtn:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #pr-detail-full-banner .buyBtn img {
    width: 14px;
    float: right;
    margin: 13px;
  }
  .pr-detail-full {
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin: 10px 0 50px 0;
  }
  .pr-detail-full h3 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 25px;
    font-weight: 400;
  }
  .pr-detail-full h4 {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .pr-detail-full ul {
    float: left;
    display: block;
    margin: 0;
  }
}
