.main-product1 {
    background: #f8f8f8;
    width: 73.125rem;
    position: absolute;
    left: 20%;
    top: 20%;
}

.layui-container {
    width: 73.125rem
}

.rollBox {

    width: 73.125rem;
    overflow: hidden;
}

.rollBox .leftBottom {
    height: 15%;
    width: 15%;
    overflow: hidden;
    float: left;
    left: 14%;
    display: none;
    margin: 6.25rem 0 0 0;
    position: absolute;
    cursor: pointer;
    text-align: center;
    border-radius: 1.25rem;
}

.rollBox .rightBottom {
    right: 0;
    display: none;
    height: 15%;
    width: 15%;
    overflow: hidden;
    float: right;
    right: 15%;
    margin: 6.25rem 0 0 0;
    position: absolute;
    cursor: pointer;
    text-align: center;

    border-radius: 1.25rem;
}

.rollBox:hover .leftBottom {
    display: block
}

.rollBox:hover .rightBottom {
    display: block;
}

.rollBox .cont {
    width: 73.125rem;
    overflow: hidden;
    float: left;
}

.rollBox .srcCont {
    width: 625000rem;
}

.rollBox .cont .pic {
    width: 24.375rem;
    float: left;
    text-align: center;
}

.rollBox .cont .pic img {
    /* width: 14.1875rem;
    height: 23.75rem; */
    width: 23.75rem;
    height: 14.1875rem;
    padding: 0 .0625rem;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.rollBox .cont .pic p {
    line-height: 1.625rem;
    color: #505050;
}

.rollBox .cont a:link,
.rollBox .cont a:visited {
    color: #626466;
    text-decoration: none;
}

.rollBox .cont a:hover {
    color: #f00;
    text-decoration: underline;
}

.rollBox #listImg1,
.rollBox #listImg2 {
    float: left;
}