.index {
    padding-top: 0;
    padding-bottom: 54px;
}

.shuke_ctr {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: auto;
}

.shuke_ctt {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.shuke_ctt img {
    width: 100%;
}

.shuke_goods_ico img {
    width: 100%;
}

.shuke_link1 {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    z-index: 9;
}

.shuke_link2,.shuke_link3 {
    position: absolute;
    width: 43%;
    height: 90%;
    left: 5%;
    top: 5%;
    z-index: 9;
}

.shuke_link3 {
    left: 52%;
}

/*弹层*/
.index_mask_ctr {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
    display: none;
}

.index_mask_ctt {
    margin: 0 auto;
    margin-top: 20%;
    width: 80%;
    height: 420px;
    border: 5px #6f4d5b solid;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.index_mask_info {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: 360px;
    line-height: 24px;
    font-size: 14px;
    overflow: scroll;
}

.index_mask_btn {
    margin: 7px 30%;
    float: left;
    width: 40%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #6f4d5b;
    border-radius: 15px;
}

