/* The setting of product list style in the experiment page */

section {
    width: 1520px;
    margin: 0 auto;
    margin-bottom: 100px;
}

section .index-structure {
    width: 400px;
    height: 50px;
    margin-top: 0;
    margin-right: 200px;
    padding-top: 22px;
    font-size: 15px;
    font-weight: 300;
}

.index-structure-add {
    border-bottom: solid 1px rgba(0, 0, 128, 0.6);
    color: rgba(0, 0, 128, 0.6);
}

section .products {
    margin-top: 100px;
}

section .products .product-list li {
    width: 1300px;
    border: solid 2px rgba(211, 211, 211, 0.85);
    border-radius: 20px;
    margin: 50px auto;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

section .products .product-list li:hover{
    border-color: red;
}

section .products .product-list li div {
    display: inline-block;
    vertical-align: top;
}

section .products .product-list li div img {
    width: 200px;
    height: 200px;
}

section .products .product-list li div:nth-child(1) {
    margin-left: 30px;
}

section .products .product-list li div:nth-child(2) {
    width: 1000px;
    margin-left: 50px;
}

section .products .product-list li .product-info span {
    border-bottom: double 3px lightgray;
}

section .products .product-list li .product-info p a:hover {
    color: red;
}

section .products .product-list li .product-info h1 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

section .products .product-list li .product-info h2 {
    font-size: 20px;
    font-weight: bold;
}

section .products .product-list li:nth-child(1) .product-img {
    padding-top: 5px;
}

section .products .product-list li:nth-child(1) .product-info h1 {
    margin-bottom: 10px;
}

section .products .product-list li:nth-child(1) .product-info p {
    margin-top: 50px;
}

section .products .product-list li:nth-child(2) {
    height: 300px;
}

section .products .product-list li:nth-child(2) .product-img {
    padding-top: 50px;
}

section .products .product-list li:nth-child(2) .product-info p {
    margin-top: 20px;
}

section .products .product-list li:nth-child(3) {
    height: 300px;
}

section .products .product-list li:nth-child(3) .product-img {
    padding-top: 50px;
}

section .products .product-list li:nth-child(3) .product-info p {
    margin-top: 30px;
}

section .products .product-list li:nth-child(4) {
    height: 300px;
}

section .products .product-list li:nth-child(4) .product-img {
    padding-top: 50px;
}

section .products .product-list li:nth-child(4) .product-info p {
    margin-top: 40px;
}

section .products .product-list li:nth-child(5) {
    height: 300px;
}

section .products .product-list li:nth-child(5) .product-img {
    padding-top: 50px;
}

section .products .product-list li:nth-child(5) .product-info p{
    margin-top: 20px;
}

section .products .product-list li:nth-child(6) .product-img {
    padding-top: 5px;
}

section .products .product-list li:nth-child(6) .product-info p{
    margin-top: 30px;
}

section .products .product-list li:nth-child(7) .product-img {
    padding-top: 5px;
}

section .products .product-list li:nth-child(7) .product-info p{
    margin-top: 20px;
}

section .products .product-list li:nth-child(8) {
    height: 350px;
}

section .products .product-list li:nth-child(8) .product-img {
    padding-top: 75px;
}

section .products .product-list li:nth-child(8) .product-info h2{
    margin-top: 20px;
}

section .products .product-list li:nth-child(9) {
    height: 520px;
}

section .products .product-list li:nth-child(9) .product-img {
    padding-top: 150px;
}

section .products .product-list li:nth-child(9) .product-info h2{
    margin-top: 20px;
}