.main-bg {
    width: 100%;
    height: auto;
    background-color: #ffecce;
    background-image: url("https://cdn.jiangchongniao.com/img/share-bg.png");
    background-size: 100% 900px;
    background-repeat: no-repeat;
}

.main {
    padding-bottom: 80px;
}

.share-bg {
    height: auto;
    max-width: 1100px;
    margin: 0 auto;
}

.share-bg img {
    width: 100%;
}

.input-share-code,
.input-share-other {
    width: 98%;
    margin: 0 auto;
    background-color: #FFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.input-share-other {
    margin-top: 60px;
    margin-bottom: 60px;
}

.input-share-title {
    font-size: 32px;
    font-weight: bold;
    color: #80441d;
}

.input-share-desc {
    color: #666;
    font-size: 16px;
    line-height: 40px;
}

.input-share-code input {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #DDD;
    outline: none;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 20px;
}

.input-share-btn {
    width: 80%;
    margin: 0 auto;
    max-width: 220px;
    border-radius: 5px;
    background-color: #80441d;
    color: #FFF;
    font-size: 19px;
    line-height: 48px;
    text-align: center;
    margin-top: 30px;
    user-select: none;
    cursor: pointer;
}

.input-share-btn:hover {
    box-shadow: 0 0 20px rgba(128, 68, 29, 0.2);
    opacity: 0.97;
}

.share-code,
.share-link {
    font-size: 20px;
    color: #80441d;
    line-height: 30px;
    margin-top: 20px;
}

.share-code span,
.share-link span {
    margin-left: 20px;
    background-color: #80441d;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    border-radius: 15px;
    color: #FFF;
    padding-top: 4px;
    padding-bottom: 4px;
}

.share-link {
    padding-bottom: 30px;
}

#share-must-new {
    display: none;
}

.copy-ok {
    width: 200px;
    height: 160px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-align: center;
    padding-top: 40px;
    display: none;
}

.copy-ok p {
    margin-top: 30px;
}

.input-share-error {
    height: 30px;
    line-height: 30px;
    color: #FF1111;
    text-align: center;
    font-size: 14px;
}