.content {
    background: linear-gradient(180deg, #1f1654, #1f174e);
    margin-bottom: 50px;
}

.module-one {
    /* height: 371px; */
    width: 1250px;
    /* background: url(../images/vipequity/show1.png);
    background-size: 100% 100%; */
    margin: 0px auto 42px;
    position: relative;

}

.module-one img {
    width: 100%;
    height: 100%;

}

.module-two {
    width: 1250px;
    /* height: 583px;
    background: url(../images/vipequity/show2.png);
    background-size: 100% 100%; */
    margin: 0 auto 32px;
}

.module-two img {
    width: 100%;
    height: 100%;
}

.share-up {
    width: 1250px;
    margin: 0 auto;
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.share {
    min-width: 247px;
    line-height: 62px;
    border: 2px solid #ff7fad;
    height: 62px;
    color: #FF98BD;
    display: inline-block;
    border-radius: 34px;
    text-align: center;
    margin-right: 63px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 24px;
    position: relative;
}

.share span {
    width: 100%;
    padding-bottom: 30px;
    display: inline-block;
}

.share:hover {
    color: #FF98BD;
}

.skip {
    min-width: 247px;
    line-height: 62px;
    border: 2px solid #ff7fad;
    height: 62px;
    color: #ffffff;
    background-color: #EA3576;
    display: inline-block;
    border-radius: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

.share-layer {
    width: 353px;
    min-height: 240px;
    background: #ffffff;
    border-radius: 8px;
    display: none;
    position: absolute;
    top: 85px;
    z-index: 10;
}

.outer-layer {
    padding: 0 32px;
}

.copy {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ea3576;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.url {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    margin-right: 8px;
    display: inline-block;
    outline: none;
    border: none;
    resize: none;
    min-width: 168px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.layer-box {
    width: 300px;
    height: 305px;
    background: url(../images/vipequity/layer.png) no-repeat;
    background-size: 100% 100%;
}

.close {
    width: 0.5rem;
    height: 0.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.code-erwei {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    text-align: center;
}

.code-erwei img {
    width: 100%;
    height: 100%;
}

img {

    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.text-intro {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    padding-bottom: 16px;
}

.item-li {
    margin-right: 10px;
    padding-bottom: 30px;
}

.item-li .herf {
    width: 100%;
    display: block;
}

.share:hover .share-layer {
    color: #FF98BD;
    display: block;
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.text-description {
    font-size: 17px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #dcd4ff;
    position: absolute;
    width: 100%;
    bottom: 170px;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
}

.vebal-description {
    font-size: 17px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #dcd4ff;
    position: absolute;
    width: 100%;
    bottom: 140px;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
}

.myskin {
    background-color: transparent;
    /*背景透明*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /*前景无阴影*/
}
.share:hover{
    border: 2px solid #ea3576;
    color: #ea3576;
}