.about-banner {
    width: 100%;
    height: 160px;
    background: url(img/about_banner.jpg) no-repeat center;
}

.color-blue {
    color: #2468f2;
}

.link-margin-top {
    margin-top: 100px;
}

/*links 主体*/
.links-main {
    padding-bottom: 20px;
    width: 100%;
    /*border-bottom: 1px solid #e6e6e6;*/
    /*background-color: #fff;*/
    border-radius: 10px;
}

.links-wrap-div {
    margin-top: 36px;
    /*border: 1px solid #e6e6e6;*/
    border-bottom: none;
    border-right: none;
}

.links-bg-a {
    float: left;
    width: 23.3%;
    height: 120px;
    /*border: 1px solid #e6e6e6;*/
    margin-right: 20px;
    border-radius: 5px;
    border-top: none;
    border-left: none;
}

.links-bg-a:hover {
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.links-bg-a img {
    display: block;
    width: 100%;
    height: 100%;
}

/*share-link*/
.share-link-wrapper {
    width: 100%;
    padding-bottom: 100px;
}

.links-introduce-p {
    margin-bottom: 35px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}

.share-link-left {
    width: 90%;
    padding-left: 50px;
    background: url(img/links-share-virtical-bg.png) no-repeat 0 0;
}

.share-link-left-title {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #2468f2;
}

.share-link-left-title-introduce {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.step2-introduce {
    margin-bottom: 34px;
}

.share-code-title, .txt-link-code, .logo-link-code {
    margin-left: 0;
}

.link-email {
    color: #009ed6;
    margin-top: 30px;
}

.link-email i {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(img/link_icon_list.png) no-repeat 0 -16px;
    margin-right: 12px;
}

.share-link-right {
    padding-left: 5%;
}

.share-link-right i {
    display: none;
}

.share-code-title {
    display: inline-block;
    color: #999;
    font-size: 14px;
    position: relative;
}

.share-code-title span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 16px;
}

.logo-link-code,
.txt-link-code {
    position: relative;
    margin-top: 15px;
    /*border: 1px solid #bebebe;*/
}

.share-code-title .txt-code-icon {
    background: url(img/link_icon_list.png) no-repeat -2px -45px;
}

.share-code-title .logo-code-icon {
    background: url(img/link_icon_list.png) no-repeat -2px -85px;
}

.link-code-box {
    margin-bottom: 10px;
    width: 80%;
    max-width: 550px;
    height: 100%;
    background-color: #fff;
    color: #666666;
    padding: 6px 2%;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.link-preview-box,
.link-preview-box-2 {
    position: absolute;
    top: -48px;
    right: -100px;
    width: 35%;
    *width: 33%;
    height: 68px;
    line-height: 68px;
}

.link-preview-box-2 {
    height: 50px;
    line-height: 50px;
}

.preview-text {
    padding-left: 10%;
    font-size: 14px;
    color: #999;
}

.preview-info,
.preview-info-2 {
    width: 50%;
    height: 50px;
    margin-left: 26px;
}

.preview-info {
    width: 122px;
    height: 44px;
}

.preview-info img {
    width: 100%;
    height: 100%;
}

.preview-info-2 {
    margin-top: 0;
    background: none;
    font-size: 14px;
    line-height: 30px;

}

.preview-info-2 a {
    color: #0000ee;
}

.copy-code-1,
.copy-code-2 {
    float: left;
    margin: 10px 0 20px 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 2px;
    background: #2468f2;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.ie7-fix {
    *height: 1px;
    width: 100%;
}

.copied-remind {
    display: none;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 24px;
    background: url(img/links-ok.png) no-repeat 0 center;
    font-size: 14px;
    color: #ff8800;
}

/*提示无flash*/
.noflash-remind {
    display: none;
    float: right;
    font-size: 14px;
    color: #d60f0d;
}

.link-deck dl.first-dl {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .link-margin-top {
        margin-top: 20px;
    }

    .share-link-left {
        width: 100%;
        padding: 0 15px 15px 60px;
        background: url(img/links-share-virtical-bg.png) no-repeat 18px 0;
    }

    .link-preview-box, .link-preview-box-2 {
        display: none;
    }

    .step2-introduce {
        margin-bottom: 30px;
    }

    .preview-text {
        padding-left: 0;
        float: left;
    }

    .preview-info-2 {
        margin-top: 2px;
        float: right;
    }

    .preview-info {
        width: auto;
        height: 44px;
        float: right;
    }

    .links-main {
        display: none;
    }

    .links-introduce-p {
        margin-bottom: 15px;
        text-align: left;
        font-size: 14px;
        line-height: 23px;
        padding: 0 20px;
    }

    .link-code-box {
        max-width: 100%;
        width: 100%;
        font-size: 12px;
        margin-bottom: 0;
    }

    .copy-code-1 {
        margin: 10px 0 15px 0;
    }

    .share-link-left-title {
        margin-bottom: 15px;
    }

    .share-link-wrapper {
        padding-bottom: 0;
    }

    .share-link-left-title-introduce:last-child {
        margin-bottom: 0;
    }
}