﻿@charset "UTF-8";
/* CSS Document */
* {
    word-wrap: break-word;
}

@font-face {
    font-family: "HelveticaNeue-Light";
    src: url('/fonts/helveticaneue-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    background: fixed url(about:blank);
}

body {
    font: 12px/24px "Microsoft YaHei";
    font-family: "HelveticaNeue-Light";
    color: #333333;
    background: #fff;
}

body, html, a, img, div, form, select, input, ul, ol, li, h1, h2, h3, h4, h5, h6, dd, dl, dt, p, label, em, span, cude, i {
    margin: 0;
    padding: 0;
}

a {
    color: #484848;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

    a:hover {
        color: #2fc26e;
        text-decoration: underline;
        outline: none;
    }

ol, ul, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

img {
    border: none;
    vertical-align: top;
}

@media screen and (max-width: 1240px) .w {
    width: 980px;
}

.header {
    height: 108px;
    background: #fb6c72;
    width: 100%;
    color: #FFFFFF;
}

.w {
    width: 1200px;
    margin: 0 auto;
    padding: 0 auto;
    overflow: hidden;
}

.headerlogo {
    float: left;
}

    .headerlogo img {
        height: 80px;
        margin: 14px 12px 14px 0;
    }

.headerLogoText {
    font-size: 24px;
    margin-top: 26px;
    line-height: 1;
    float: left;
}

.headerSearch {
    float: left;
    margin-left: 126px;
    margin-top: 34px;
}

.search-box {
    width: 470px;
    height: 40px;
}

    .search-box .txt {
        float: left;
        display: inline;
        width: 380px;
        height: 40px;
        background: #fc9195;
        border: none;
        border-radius: 20px;
        outline: none;
    }

        .search-box .txt img {
            height: 40px;
        }

        .search-box .txt input {
            background: none;
            border: none;
            outline: none;
            vertical-align: middle;
            color: #fff;
            display: inline;
            line-height: 40px;
        }

    .search-box .btn {
        background: #fff;
        float: left;
        display: inline;
        width: 80px;
        height: 40px;
        margin-left: 10px;
        font-size: 18px;
        border-radius: 30px;
        line-height: 26px;
        color: #fb6c72;
        text-align: center;
        border: none;
        outline: none;
    }

        .search-box .btn:active {
            opacity: 0.9;
        }
/*首页*/
.c-nav {
    overflow: hidden;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

    .c-nav .firstDD {
        color: #fb6c72;
    }

    .c-nav dd {
        width: 100px;
        height: 50px;
        background: #fff;
        float: left;
        text-align: center;
        line-height: 50px;
        margin: 5px 10px;
    }

        .c-nav dd:hover {
            background: #fff3f4;
            border-radius: 30px;
            height: 50px;
        }

        .c-nav dd:active {
            opacity: 0.8;
        }

.triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #fb6c72;
}

.shequTxt {
    width: 100%;
    height: 60px;
    font-size: 30px;
    color: #fb6c72;
    text-align: center;
    background: #fde1e1;
    line-height: 60px;
}

.shequCircle {
    margin: 20px 24px;
    overflow: hidden;
}

    .shequCircle div {
        float: left;
        font-size: 18px;
        text-align: center;
        margin: 0 14px;
        line-height: 1;
    }

        .shequCircle div img {
            display: block;
            margin-bottom: 22px;
            height: 100px;
        }

.nextPage {
    overflow: hidden;
    background: #FFFFFF;
    margin: 40px 240px 70px 240px;
}

    .nextPage dd {
        float: left;
        width: 34px;
        height: 34px;
        border-radius: 5px;
        border: 1px solid #e9e9e9;
        margin: 0 6px;
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 34px;
    }

    .nextPage .on {
        background-color: #eee;
    }

    .nextPage dd:active {
        background: #fb6c72;
        color: #FFFFFF;
        border: 1px solid #fb6c72;
    }

    .nextPage .pageL {
        background-repeat: no-repeat;
    }

        .nextPage .pageL:active {
            background-image: url(images/pageLeft1.png);
            background-repeat: no-repeat;
        }

    .nextPage .pageR {
        background-repeat: no-repeat;
    }

        .nextPage .pageR:active {
            background-image: url(images/pageRight1.png);
            background-repeat: no-repeat;
        }

.speechReply {
    overflow: hidden;
    margin-right: 40px;
    margin-top: 15px;
}

    .speechReply dd {
        float: right;
        font-size: 12px;
        color: #999;
        margin-left: 60px;
        line-height: 1;
    }

.speech {
    background: #fff;
    padding: 14px 20px 18px 20px;
    border-bottom: 1px solid #e2e2e2;
}

    .speech:active {
        background: #fdf5f6;
    }

.last-speech {
    background: #fff;
    padding: 14px 20px 18px 20px;
}

    .last-speech:active {
        background: #fdf5f6;
    }

.speecInformation {
    display: flex;
}

    .speecInformation img {
        display: inline-block;
    }

    .speecInformation .uesrInfor {
        display: table-cell;
        line-height: 1;
        padding-left: 12px;
        font-size: 14px;
        color: #333;
        padding-right: 46px;
    }

        .speecInformation .uesrInfor .userName {
            margin-top: 12px;
            margin-bottom: 7px;
            font-size: 14px;
        }

        .speecInformation .uesrInfor .userIntro {
            line-height: normal;
            margin-top: 28px;
            font-size: 16px;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            width: 500px;
        }

        .speecInformation .uesrInfor .userState {
            font-size: 12px;
        }

.m-nav {
    overflow: hidden;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

    .m-nav .firstDD {
        color: #fb6c72;
    }

    .m-nav dd {
        width: 100px;
        height: 50px;
        background: #fff;
        float: left;
        text-align: center;
        line-height: 50px;
        margin: 5px 10px;
    }

        .m-nav dd:hover {
            background: #fff3f4;
            border-radius: 30px;
            height: 50px;
        }

        .m-nav dd:active {
            opacity: 0.8;
        }

.mid2Left {
    float: left;
}

.mid2 {
    overflow: hidden;
}

.mid2right {
    float: left;
}

.midImg {
    margin-bottom: 20px;
}

    .midImg img {
        display: inline-table;
    }

    .midImg div {
        display: inline-block;
        margin-left: 16px;
        font-size: 18px;
        line-height: 1;
    }

        .midImg div p {
            margin-top: 22px;
        }

            .midImg div p:active {
                color: #fb6c72;
            }

.squareImg {
    overflow: hidden;
}

    .squareImg div {
        float: left;
        font-size: 18px;
        text-align: center;
        line-height: 1;
        margin-bottom: 30px;
        margin-right: 20px;
    }

        .squareImg div img {
            display: block;
            margin-bottom: 22px;
            height: 132px;
        }

.midLing dl {
    padding: 6px;
    overflow: hidden;
}

.midLing {
    margin: 8px 0;
    box-shadow: 0px 0px 4px #fde1e1;
    width: 438px;
    height: 438px;
}

    .midLing dl dd {
        margin: 0 11px;
        float: left;
        font-size: 16px;
        height: 44px;
        width: 120px;
        border-radius: 30px;
        text-align: center;
        line-height: 44px;
        margin-bottom: 12px;
    }

    .midLing dl .colRed {
        color: #fb6c72;
        background: #fde1e1;
    }

    .midLing dl .colPor {
        color: #937cff;
        background: #ece8ff;
    }

    .midLing dl .colGre {
        color: #5fe6bc;
        background: #ecf9f5;
    }

    .midLing dl .colOrg {
        color: #ffae13;
        background: #fff5e2;
    }

    .midLing dl .colBlue {
        color: #16bcff;
        background: #e9f8fe;
    }

.eatImg {
    overflow: hidden;
    margin: 0 15px;
    padding-top: 20px;
}

    .eatImg div {
        float: left;
        font-size: 16px;
        text-align: center;
        margin: 0 16px;
        line-height: 1;
    }

        .eatImg div img {
            display: block;
            margin-bottom: 14px;
            height: 70px;
        }

.midImg2 img {
    height: 200px;
    display: block;
}

.midImg2 {
    margin-top: 70px;
}

.conBanner1 {
    overflow: hidden;
}

.bannerPage {
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.bannerPag img {
    height: 400px;
    display: block;
}

.bannerPage .pageLeft {
    background-image: url(images/bannerLeft-Flip.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    margin-left: 20px;
}

.bannerPage .pageRight {
    background-image: url(images/bannerright-Flip.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 0;
    margin-right: 20px;
}

.bannerPage .pageLeft:active {
    opacity: 0.8;
}

.bannerPage .pageRight:active {
    opacity: 0.8;
}

.conLog {
    float: left;
    box-shadow: 0px 0px 4px #fde1e1;
    margin-left: 18px;
    margin-top: 3px;
    padding-top: 34px;
    width: 438px;
}

.infor1 {
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 70px;
}

    .infor1 img {
        height: 54px;
        vertical-align: middle;
        margin-right: 14px;
    }

.login {
    width: 140px;
    height: 36px;
    border-radius: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #fb6c72;
    margin-left: 150px;
}

.loginTxt {
    font-size: 18px;
    margin-bottom: 44px;
    text-align: center;
    line-height: 1;
    margin-top: 44px;
}

.login:active {
    opacity: 0.8;
}
/*开心社区*/
.conhot {
    height: 60px;
    font-size: 18px;
    color: #fab596;
    line-height: 60px;
    box-shadow: 0 0 4px #fde1e1;
    margin-left: 2px;
    padding-left: 24px;
    margin-top: 2px;
}

.car2 img {
    margin-right: 15px;
    height: 94px;
    margin-bottom: 16px;
    display: block;
}

.Carousel {
    margin-top: 18px;
    margin-left: 5px;
    margin-bottom: 16px;
    overflow: hidden;
}

    .Carousel div {
        float: left;
        color: #343230;
        font-size: 16px;
        text-align: center;
        line-height: 1;
    }

.car1 img:active {
    opacity: 0.8;
}

.fen {
    overflow: hidden;
}

.conLeft {
    float: left;
    width: 740px;
}

.conRight {
    float: left;
    margin-bottom: 3px;
    margin-left: 18px;
    width: 440px;
    font-family: "Microsoft YaHei";
}

.RankingBlue {
    box-shadow: 0px 0px 4px #ebf8fa;
}

.RinkingBtielt {
    background: #e9f8fe;
    overflow: hidden;
    width: 438px;
}

    .RinkingBtielt span {
        color: #16bcff;
        font-size: 18px;
        line-height: 50px;
        float: left;
        padding-left: 20px;
        height: 0px;
        width: 138px;
        margin: 0 auto;
        border-bottom: 50px solid #c9effe;
        border-right: 25px solid transparent;
    }

    .RinkingBtielt img {
        height: 50px;
        display: block;
        float: right;
        vertical-align: middle;
    }

.userInform {
    float: left;
}

.tie {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-top: 3px;
}

.userImg {
    overflow: hidden;
    padding: 13px 20px 13px 12px;
}

    .userImg img {
        float: left;
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }

.userP1 {
    line-height: 1;
    font-size: 16px;
    color: #333;
    margin: 4px 0 10px 0;
}

.userP2 {
    line-height: 1.2;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 280px;
}

.userP1:active {
    color: #66d2fe;
}

.midImg3 img {
    height: 200px;
    display: block;
}

.midImg3 {
}

.RankingRed {
    box-shadow: 0px 0px 4px #ffeff0;
}

.RinkingBtielt1 {
    background: #ffecef;
    overflow: hidden;
    width: 438px;
}

    .RinkingBtielt1 span {
        color: #fb6c72;
        font-size: 18px;
        line-height: 50px;
        float: left;
        padding-left: 20px;
        height: 0px;
        width: 138px;
        margin: 0 auto;
        border-bottom: 50px solid #fecfd7;
        border-right: 25px solid transparent;
    }

    .RinkingBtielt1 img {
        height: 50px;
        display: block;
        float: right;
        vertical-align: middle;
    }

.userImg2 {
    overflow: hidden;
    padding: 10px 20px 10px 12px;
}

    .userImg2 img {
        float: left;
        width: 50px;
        height: 50px;
        margin-right: 12px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }

.userP3 {
    overflow: hidden;
}

    .userP3 p {
        font-size: 14px;
        line-height: 1;
        color: #999;
    }

.firatP {
    float: left;
}

.secP {
    float: right;
}

.userP4 {
    line-height: 1;
    font-size: 16px;
    color: #333;
    margin: 4px 0 10px 0;
}

    .userP4:active {
        color: #ff788f;
    }

.hotUser {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin: 0 40px;
    color: #fb6c72;
}

.userImg3 {
    overflow: hidden;
    margin: 0px 40px;
    padding: 24px 0;
    border-top: 1px solid #e2e2e2;
}

    .userImg3 img {
        float: left;
        margin-left: 10px;
        width: 80px;
        height: 80px;
        margin-right: 12px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }

.userP5 {
    line-height: 1;
    font-size: 16px;
    color: #333;
    margin: 16px 0 22px 0;
}

    .userP5:active {
        color: #ff788f;
    }

.liang {
    float: right;
    font-size: 14px;
    color: #999;
}

    .liang span {
        font-size: 14px;
        line-height: 1;
        margin-top: 44px;
        margin-right: 20px;
    }

.speecInformation1 {
    margin-top: 20px;
    overflow: hidden;
}

    .speecInformation1 img {
        float: left;
    }

    .speecInformation1 .uesrInfor1 {
        float: left;
        line-height: 1;
        padding-left: 12px;
        font-size: 14px;
        color: #333;
        padding-right: 46px;
    }

        .speecInformation1 .uesrInfor1 .userName1 {
            margin-top: 12px;
            margin-bottom: 7px;
            font-size: 14px;
        }

        .speecInformation1 .uesrInfor1 .userIntro1 {
            line-height: normal;
            margin-top: 28px;
            font-size: 16px;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.speecInformatio1n .uesrInfor1 .userState1 {
    font-size: 12px;
}

.speechTitle {
    margin: 18px 0 30px 18px;
    font-size: 18px;
    color: #333;
    line-height: 1;
}

.sty1 {
    line-height: normal;
    font-size: 16px;
    color: #666;
    margin: 0 20px 0 30px;
}

.titleText {
    text-indent: 32px;
}

.sty1 p {
    line-height: 26px;
}

.playImg {
    /*height: 382px;*/
    margin-top: 20px;
    margin-bottom: 23px;
}

.fabiao {
    font-size: 14px;
    color: #333;
    line-height: 1;
    padding: 30px 0px;
    margin-right: 20px;
}


.speecInformation2 {
    display: flex;
}

    .speecInformation2 img {
        display: inline-block;
    }

    .speecInformation2 .uesrInfor2 {
        display: table-cell;
        line-height: 1;
        padding-left: 12px;
        font-size: 14px;
        color: #333;
    }

        .speecInformation2 .uesrInfor2 .userName2 {
            margin-top: 4px;
            margin-bottom: 12px;
            font-size: 16px;
            line-height: 1;
            color: #333;
        }

        .speecInformation2 .uesrInfor2 .userIntro2 {
            line-height: normal;
            margin-top: 12px;
            font-size: 16px;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-right: 20PX;
        }

        .speecInformation2 .uesrInfor2 .userState2 {
            font-size: 14px;
            line-height: 1;
        }

.userAn {
    font-size: 16px;
    color: #333;
    line-height: normal;
    padding: 18px;
    background: #fdf5f6;
    margin-top: 10px;
}

.speech2 {
    background: #fff;
    padding: 14px 0px 18px 0px;
}

.Reply {
    overflow: hidden;
    margin-left: 222px;
    margin-top: 74px;
    margin-bottom: 66px;
}

    .Reply span {
        float: left;
        text-align: -webkit-center;
    }

        .Reply span div {
            line-height: 1;
            text-align: center;
        }

.replySay {
    margin-bottom: 14px;
    margin-top: 4px;
    font-size: 18px;
    color: #333;
}

.replyName {
    color: #666;
    font-size: 14px;
    margin-top: 14px;
}

.Reply span img {
    display: block;
}

.RinkingBtielt3 {
    background: #ffecef;
    overflow: hidden;
    width: 438px;
    border-left: 4px solid #fecfd7;
}

    .RinkingBtielt3 span {
        color: #fb6c72;
        font-size: 18px;
        line-height: 50px;
        float: left;
        padding-left: 20px;
    }

    .RinkingBtielt3 img {
        height: 50px;
        display: block;
        float: right;
        vertical-align: middle;
    }

.RinkingBtielt4 {
    background: #e9f8fe;
    overflow: hidden;
    width: 438px;
    border-left: 4px solid #c9effe;
}

    .RinkingBtielt4 span {
        color: #16bcff;
        font-size: 18px;
        line-height: 50px;
        float: left;
        padding-left: 20px;
    }

    .RinkingBtielt4 img {
        height: 50px;
        display: block;
        float: right;
        vertical-align: middle;
    }

.midImg4 {
    padding: 12px 13px;
}

    .midImg4 img {
        display: inline-table;
        width: 88px;
        height: 50px;
    }

    .midImg4 div {
        display: inline-block;
        margin-left: 12px;
        font-size: 16px;
        line-height: 1;
    }

        .midImg4 div p {
            font-size: 16px;
            margin-top: 5px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

            .midImg4 div p:active {
                color: #66d2fe;
            }

.sec {
    font-size: 16px;
    color: 16px;
    line-height: 1;
    padding: 16px 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.w-nav {
    overflow: hidden;
    color: #333;
    font-size: 16px;
    box-shadow: 0 0 4px #fecfd7;
    margin-left: 3PX;
    margin-top: 3px;
    width: 720px;
}

    .w-nav .firstDD {
        color: #fb6c72;
    }

    .w-nav dd {
        width: 120px;
        height: 47px;
        background: #fff;
        float: left;
        text-align: center;
        line-height: 47px;
    }

        .w-nav dd:hover {
            background: #fff3f4;
            height: 47px;
        }

        .w-nav dd:active {
            opacity: 0.8;
            color: #fb6c72;
        }

.tajie {
    padding: 13px 0 0 10px;
    text-align: -webkit-center;
    overflow: hidden;
}

    .tajie dd {
        margin-right: 24px;
        text-align: center;
        float: left;
    }

        .tajie dd img {
            height: 80px;
            margin-bottom: 14px;
            display: block;
        }

        .tajie dd p {
            font-size: 16px;
            color: #333;
            line-height: 1;
            margin-bottom: 16px;
        }

.mm_nav {
    background: #fff4f6;
    overflow: hidden;
}

    .mm_nav dd {
        float: left;
        font-size: 14px;
        height: 40px;
        width: 96px;
        color: #ff8195;
        line-height: 40px;
        text-align: center;
    }

    .mm_nav img {
        float: left;
    }

.lastPage2 {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 202px;
    ;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 6px 20px;
}

.nextPage2 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 202px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fb6c72;
    padding: 6px 20px;
}

.fffff {
    overflow: hidden;
    margin-top: 96px;
    margin-bottom: 106px;
}

    .fffff span {
        float: left;
    }

.xiangguan {
    border-left: 4px solid #fb6c72;
    color: #fb6c72;
    line-height: 30px;
    padding-left: 12px;
    font-size: 18px;
}

.kong {
    height: 7px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.header2 {
    overflow: hidden;
    height: 60px;
    background: #fb6c72;
    width: 100%;
    color: #FFFFFF;
}

    .header2 span {
        float: left;
        font-size: 18px;
        line-height: 60px;
    }

.baner2 img {
    width: 100%;
}

.header2 span:active {
    opacity: 0.8;
}

.RinkingBtielt6 {
    background: #fdf0ea;
    overflow: hidden;
    width: 438px;
    border-left: 4px solid #ffc5aa;
}

    .RinkingBtielt6 span {
        color: #fe7233;
        font-size: 18px;
        line-height: 50px;
        float: left;
        padding-left: 20px;
    }

    .RinkingBtielt6 img {
        height: 50px;
        display: block;
        float: right;
        vertical-align: middle;
    }

.midLing1 dl {
    padding: 6px;
    overflow: hidden;
}

.midLing1 {
    margin: 8px 0;
    width: 438px;
    padding-bottom: 16px;
}

    .midLing1 dl dd {
        margin: 0 11px;
        float: left;
        font-size: 16px;
        height: 44px;
        width: 120px;
        border-radius: 30px;
        text-align: center;
        line-height: 44px;
        margin-bottom: 12px;
    }

    .midLing1 dl .colRed {
        color: #fb6c72;
        background: #fde1e1;
    }

    .midLing1 dl .colPor {
        color: #937cff;
        background: #ece8ff;
    }

    .midLing1 dl .colGre {
        color: #5fe6bc;
        background: #ecf9f5;
    }

    .midLing1 dl .colOrg {
        color: #ffae13;
        background: #fff5e2;
    }

    .midLing1 dl .colBlue {
        color: #16bcff;
        background: #e9f8fe;
    }

.midImg8 {
    padding: 12px 13px;
    overflow: hidden;
}

    .midImg8 .num {
        float: left;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        border-radius: 20px;
        background: #8dd9ea;
    }

    .midImg8 div {
        float: left;
        margin-left: 12px;
        font-size: 16px;
        line-height: 1;
    }

        .midImg8 div p {
            font-size: 16px;
            margin-top: 5px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

            .midImg8 div p:active {
                color: #66d2fe;
            }

.userP7 {
    line-height: 1;
    font-size: 16px;
    color: #333;
    margin: 4px 0 10px 0;
}

    .userP7:active {
        color: #fe7233;
    }

.footer {
    background: #fb6c72;
    color: #FFFFFF;
    height: 300px;
}

.foot-erweima {
    overflow: hidden;
    margin: 40px 0 0 270px;
}

    .foot-erweima img {
        float: left;
    }

.test-content {
    font-size: 16px;
    float: left;
    margin-left: 120px;
    line-height: 3.1;
}

.test-link {
    font-size: 14px;
    line-height: 1;
    margin: 12px 0 18px 222px;
}

.company {
    margin: 18px 0 0 240px;
    font-size: 14px;
    line-height: 1;
}
