.earnings {
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
    padding: 30px;
}

    .earnings > div p {
        color: #999;
        margin-bottom: 8px;
    }

        .earnings > div p .icon-earn {
            display: inline-block;
            width: 17px;
            height: 17px;
            background: url(../../img/SharedList/icon-list02.png) no-repeat;
            background-position: -56px -6px;
            vertical-align: middle;
            margin-right: 14px;
        }

        .earnings > div p span {
            font-size: 16px;
            color: #666;
            margin-right: 14px;
        }

        .earnings > div p .deposit {
            display: inline-block;
            width: 50px;
            height: 20px;
            border-radius: 3px;
            background-color: #07d3f2;
            color: #fff;
            text-align: center;
            line-height: 20px;
            margin-right: 20px;
        }

        .earnings > div p .what {
            font-size: 12px;
            margin-right:10px;
            color: #07d3f2;
        }

    .earnings > p a {
        display: inline-block;
        width: 108px;
        height: 30px;
        border-radius: 20px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        background-color: #07d3f2;
    }

.material {
    width: 100%;
    height: 260px;
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #fff;
}

    .material ul li {
        width: 400px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
    }

        .material ul li > span {
            font-size: 14px;
            color: #666;
            text-align: right;
            display: inline-block;
            width: 70px;
        }

        .material ul li > label {
            display: inline-block;
            max-width: 300px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            vertical-align: middle;
        }

        .material ul li a {
            font-size: 14px;
            color: #07d3f2;
        }

            .material ul li a b {
                display: inline-block;
                width: 14px;
                height: 14px;
                vertical-align: middle;
                background: url(../../img/SharedList/post_07.png) no-repeat;
                margin-right: 3px;
            }

.particulars {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px;
}

    .particulars > p {
        font-size: 16px;
        color: #666;
        margin-bottom: 12px;
    }

    .particulars table {
        border-bottom: 2px solid #07d3f2;
        font-size: 12px;
        color: #666;
        text-align: center;
    }

        .particulars table thead td {
            color: #07d3f2;
        }

.datumOne {
    padding: 10px 30px;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    height: 180px;
}

    .datumOne > div {
        overflow: hidden;
        width: 750px;
    }

        .datumOne > div ul li {
            height: 40px;
            width: 300px;
            line-height: 40px;
            color: #666;
            font-size: 14px;
            display: inline-block;
        }
         .datumOne > div ul li:nth-child(4){
             width:400px;
         }

            .datumOne > div ul li span {
                margin-left: 10px;
                color: #999;
                display: inline-block;
                max-width: 200px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                vertical-align: middle;
            }

            .datumOne > div ul li:nth-child(7) {
                width: 100%;
            }

.datumTwo {
    margin-bottom: 20px;
    padding: 24px 30px 10px 30px;
    overflow: hidden;
    background-color: #fff;
}

    .datumTwo .title {
        font-size: 16px;
        color: #666;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .datumTwo > div {
        width: 500px;
    }

        .datumTwo > div ul li {
            height: 40px;
            width: 360px;
            line-height: 40px;
            color: #666;
            font-size: 14px;
        }

            .datumTwo > div ul li span {
                margin-left: 20px;
                color: #999;
            }

.datumThree {
    margin-bottom: 40px;
    padding: 24px 30px 10px 30px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 40px;
}

    .datumThree .title {
        overflow: hidden;
    }

        .datumThree .title span:first-child {
            font-size: 16px;
            color: #666;
            font-weight: 600;
            margin-bottom: 6px;
        }

    .datumThree div {
        margin-top: 10px;
        color: #666;
        margin-left: 20px;
    }

.companies {
    width: 100%;
}

    .companies > p {
        height: 40px;
        width: 100%;
        background-color: #fff;
        padding-left: 20px;
        line-height: 40px;
    }

        .companies > p span {
            font-size: 14px;
            color: #666;
            margin-right: 60px;
            cursor: pointer;
        }

        .companies > p .chosca {
            color: #07d3f2;
            padding-bottom: 8px;
            border-bottom: 2px solid #07d3f2;
        }

    .companies > div {
        margin-top: 25px;
        background-color: #fff;
        padding: 20px;
    }

        .companies > div table {
            font-size: 12px;
            text-align: center;
            color: #666;
            border-bottom: 2px solid #07d3f2;
        }

            .companies > div table thead {
                color: #07d3f2;
            }

            .companies > div table tbody a {
                color: #07d3f2;
                margin-right: 5px;
            }

.chred {
    width: 100%;
    background-color: #fff;
    padding: 25px;
}

    .chred p:first-child {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
    }

    .chred .cks {
        width: 550px;
        height: 350px;
        border: 1px solid #eaeaea;
        margin-bottom: 10px;
    }

    .chred p.beause {
        font-size: 14px;
        color: red;
        margin-bottom: 20px;
    }

    .chred p a {
        margin-right: 20px;
    }

.myFriend {
    width: 100%;
}

    .myFriend > p {
        height: 42px;
        width: 100%;
        background-color: #fff;
        padding-left: 20px;
        line-height: 42px;
    }

        .myFriend > p span {
            font-size: 14px;
            color: #666;
            margin-right: 60px;
            cursor: pointer;
        }

            .myFriend > p span b {
                width: 19px;
                height: 19px;
                background-color: #e4393c;
                display: inline-block;
                border-radius: 50%;
                color: #fff;
                text-align: center;
                line-height: 19px;
                font-weight: 400;
                margin-left: 5px;
            }

        .myFriend > p .chosca {
            color: #07d3f2;
            padding-bottom: 8px;
            border-bottom: 2px solid #07d3f2;
        }

    .myFriend > div {
        background-color: #fff;
        margin-top: 20px;
        padding: 20px 40px;
    }

        .myFriend > div .myFrientCon {
            overflow: hidden;
        }

            .myFriend > div .myFrientCon>div>ul li {
                float: left;
                border: 1px solid #20c8e2;
                width: 237px;
                height: 217px;
                margin-right: 42px;
                margin-bottom: 15px;
            }

                .myFriend > div .myFrientCon ul li p {
                    text-align: center;
                    margin-bottom: 10px;
                    font-size: 14px;
                }

                    .myFriend > div .myFrientCon ul li p:nth-child(4) {
                        width: 230px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .myFriend > div .myFrientCon ul li p:first-child {
                        margin-top: 20px;
                        margin-bottom: 9px;
                    }

                        .myFriend > div .myFrientCon ul li p:first-child img {
                            width: 60px;
                            height: 60px;
                        }

                    .myFriend > div .myFrientCon ul li p.name {
                        font-size: 14px;
                    }

                        .myFriend > div .myFrientCon ul li p.name a {
                            color: #666;
                            font-weight: 600;
                        }

                .myFriend > div .myFrientCon ul li .operate span {
                    display: inline-block;
                    width: 78px;
                    height: 22px;
                    border-radius: 20px;
                    text-align: center;
                    line-height: 22px;
                    background-color: #07d3f2;
                    color: #fff;
                    cursor: pointer;
                }

                    .myFriend > div .myFrientCon ul li .operate span:first-child {
                        margin-right: 15px;
                    }

                .myFriend > div .myFrientCon ul li:nth-child(3n) {
                    margin-right: 0;
                }

        .myFriend > div .friendApply {
            background-color: #fff;
            padding: 30px;
            width: 100%;
            display: none;
        }

            .myFriend > div .friendApply ul li {
                width: 100%;
                overflow: hidden;
                border-bottom: 1px dotted #eaeaea;
                padding-bottom: 10px;
            }

                .myFriend > div .friendApply ul li .pull-left p {
                    margin-top: 10px;
                    font-size: 14px;
                    color: #666;
                }

                    .myFriend > div .friendApply ul li .pull-left p a {
                        font-size: 14px;
                        color: #07d3f2;
                        margin-right: 10px;
                    }

                .myFriend > div .friendApply ul li .pull-right p {
                    color: #999;
                    text-align: right;
                    font-size: 12px;
                    margin-top: 10px;
                }

                    .myFriend > div .friendApply ul li .pull-right p button {
                        height: 22px;
                        margin-left: 20px;
                        padding: 1px 12px;
                    }

.myInformation {
    width: 100%;
    padding: 24px 30px;
    background-color: #fff;
}

    .myInformation .basic {
        margin-bottom: 25px;
    }

        .myInformation .basic > p {
            font-size: 16px;
            color: #666;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .myInformation .basic ul {
            overflow: hidden;
        }

            .myInformation .basic ul li {
                float: left;
                width: 405px;
                margin-bottom: 13px;
                color: #666;
                font-size: 14px;
            }

                .myInformation .basic ul li span {
                    font-size: 14px;
                    color: #999;
                    display: inline-block;
                max-width: 300px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                vertical-align: middle;
                }

            .myInformation .basic ul .address {
                width: 810px;
            }

                .myInformation .basic ul .address img {
                    width: 249px;
                    height: 192px;
                }

            .myInformation .basic ul .logo img {
                width: 70px;
                height: 70px;
            }

            .myInformation .basic ul .btns button {
                margin-left: 70px;
            }

.editInfro {
    width: 100%;
    background-color: #fff;
    padding: 24px 30px;
}

    .editInfro .editTitle {
        font-size: 16px;
        color: #666;
        font-weight: 600;
        margin-bottom: 16px;
    }

.marCompany {
    width: 100%;
}

    .marCompany > p {
        height: 42px;
        font-size: 14px;
        color: #666;
        padding-left: 20px;
        line-height: 42px;
        background-color: #fff;
        margin-bottom: 20px;
    }

    .marCompany > div {
        width: 100%;
        padding: 30px;
        background-color: #fff;
    }

        .marCompany > div ul li {
            overflow: hidden;
            padding: 20px 0;
            border-bottom: 1px solid #ececec;
        }

            .marCompany > div ul li > div {
                overflow: hidden;
            }

                .marCompany > div ul li > div > p {
                    margin-right: 20px;
                    border: 1px solid #ebecec;
                    line-height:120px;
                }

                    .marCompany > div ul li > div > p img {
                        max-width: 120px;
                        max-height: 120px;
                    }

                .marCompany > div ul li > div div p {
                    margin-top: 10px;
                    width:676px;
                }

                    .marCompany > div ul li > div div p .person {
                        font-size: 14px;
                        margin-right: 20px;
                        color: #666;
                    }

                    .marCompany > div ul li > div div p:first-child a {
                        font-size: 16px;
                        color: #666;
                    }

                        .marCompany > div ul li > div div p:first-child a:hover {
                            color: #07d3f2;
                        }

.editPreson {
    width: 100%;
}

    .editPreson .namse {
        background-color: #fff;
        padding: 10px 30px;
    }

.phone {
    background-color: #fff;
    padding: 30px;
    overflow: hidden;
    margin-top: 20px;
}

    .phone .phineTitle {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .phone > div {
        width: 440px;
    }

        .phone > div .radio {
            float: left;
            margin-right: 10px;
            color: #666;
        }

        .phone > div .checkbox {
            font-size: 14px;
        }

            .phone > div .checkbox a {
                color: #07d3f2;
            }

    .phone > .guize {
        width: 200px;
        line-height: 22px;
        color: #999;
        font-size: 14px;
        margin-top: 20px;
    }

        .phone > .guize a {
            color: #07d3f2;
        }

.persons {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px;
    overflow: hidden;
}

.stares {
    margin-right: 70px;
}

    .stares b {
        display: inline-block;
        margin-right: 5px;
        background: url(../../img/SharedList/icon-list.png) no-repeat;
        width: 18px;
        height: 17px;
        vertical-align: middle;
        margin-top: -3px;
    }

    .stares .star-on {
        background-position: -85px -62px;
    }

    .stares .star-off {
        background-position: -114px -62px;
    }

    .stares .star-half {
        background-position: -86px -91px;
    }

.danpian {
    color: #acacac;
    margin-top: 10px;
}

    .danpian li {
        margin-bottom: 24px;
    }

    .danpian li {
        float: left;
        margin-right: 24px;
        cursor: pointer;
        list-style: none;
    }

        .danpian li input {
            display: none;
        }

        .danpian li label.selected {
            color: #43a9f3;
        }

        .danpian li span.selected {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: #43a9f3;
            vertical-align: middle;
            border-radius: 3px;
            margin-right: 3px;
        }

        .danpian li span.unselected {
            display: inline-block;
            width: 12px;
            height: 12px;
            border: 1px solid #acacac;
            background-color: #fff;
            vertical-align: middle;
            border-radius: 3px;
            margin-right: 3px;
        }
