.product{
    width: 1226px;
    margin: 0 auto;
    margin-top: 12px;
}

.show-bar{
    background-color: #dae5ff;
    border-radius: 10px 10px 0 0;
    height: 80px;
    position: relative;
}


.show-desc{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    height: 25px;
    width: 6px;
    background-color: #9550ff;
    border-radius: 5px;
}

.show-text{
    height: 80px;
    line-height: 80px;
    margin-left: 40px;
    font-size: 20px;
    color: #9550ff;
}

.wid-line{
    display: none;
    height: 1px;
    background-color: #444444;
}

.frame-con{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
}

.product-info{
    float: left;
    position: relative;
    width: 320px;
    height: 430px;
    background-color: #e8e8ee;
    /*border: 1px solid #202020;*/
    margin: 14px 30px 0 30px;
    padding: 10px;
}

.product-info img{
    cursor: pointer;
    height: 200px;
    width: 100%;
}

.product-info h3{
    margin: 10px 0 6px 0;
    padding: 0px;
}

.product-info p{
    line-height: 24px;
    font-size: 17px;
    color: #555555;
}

.product-info a{
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    background-color: rgb(1,122,198);
    border-radius: 10px;
    color: #fff;
    font-family: "simhei";
    left: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: none;
}