* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #F0F0F0;
    font-size: 14px;
    color: #111;
    transition: 0.2s;
    padding-top: 30px;
}

li {
    list-style-type: none;
    transition: 0.2s;
}

.cb {
    clear: both;
}

.add_tips {
    padding: 20px 20px 60px 20px;
    border: 1px solid #FF8080;
    background: #fdf8f8;
    border-radius: 10px;
    margin: 10px;
}

    .add_tips li {
        line-height: 36px;
    }

        .add_tips li:hover {
            color: #F00;
        }

        .add_tips li img {
            border-radius: 6px;
            position: absolute;
            top: 5px;
            left: 56px;
        }

.title {
    height: 30px;
    width: 120px;
    line-height: 30px;
    color: #222;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: bolder;
}

.left {
    width: 700px;
    margin: 20px auto;
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
    position: relative;
}

    .left .back {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 25px;
        cursor: pointer;
        background: #444;
        color: #FFF;
        position: absolute;
        left: 20px;
        top: -50px;
        transition: 0.2s;
    }

        .left .back:hover {
            background: #ffb000;
        }

    .left .box {
        border: 1px solid #FFF;
    }

        .left .box .name {
            height: 40px;
            width: 100%;
            line-height: 40px;
            color: #444;
            text-align: left;
            margin: 0 auto 10px;
            font-size: 20px;
            font-weight: bolder;
            text-indent: 10PX;
        }

            .left .box .name i {
                color: #999;
            }

        .left .box .list {
            width: 100%;
            min-height: 40px;
            clear: both;
            margin-bottom: 10px;
        }

        .left .box .add_name {
            display: block;
            width: 80px;
            height: 40px;
            line-height: 40px;
            float: left;
            text-align: center;
            font-size: 15px;
        }

            .left .box .add_name i {
                color: #999;
            }

            .left .box .add_name span {
                color: #F00;
                font-weight: 900;
            }

        .left .box .add_info {
            width: calc(100% - 140px);
            float: left;
            position: relative;
        }

            .left .box .add_info input {
                display: block;
                width: 100%;
                height: 40px;
                line-height: 36px;
                border: 2px solid #999;
                border-radius: 8px;
                text-indent: 10px;
                box-sizing: border-box;
                transition: 0.3s;
                background: #FAFAFA;
            }

            .left .box .add_info select {
                display: block;
                width: 100%;
                height: 40px;
                line-height: 36px;
                border: 2px solid #999;
                border-radius: 8px;
                text-indent: 10px;
                box-sizing: border-box;
                transition: 0.3s;
                background: #FAFAFA;
            }

            .left .box .add_info textarea {
                display: block;
                width: 100%;
                height: 100px;
                line-height: 36px;
                border: 2px solid #999;
                border-radius: 8px;
                text-indent: 10px;
                box-sizing: border-box;
                transition: 0.3s;
                background: #FAFAFA;
            }

            .left .box .add_info input:hover, .add_info select:hover, .add_info textarea:hover {
                border-color: #222;
                background: #FFF;
            }

            .left .box .add_info .upload {
                position: absolute;
                right: 0;
                top: 0;
                height: 40px;
                line-height: 36px;
                width: 60px;
                margin-left: 10px;
                text-align: center;
                border-radius: 0 6px 6px 0;
                cursor: pointer;
                border: 2px solid #999;
            }

            .left .box .add_info .submit {
                width: 100%;
                height: 40px;
                line-height: 36px;
                border-radius: 8px;
                cursor: pointer;
                background: #ffb000;
                color: #FFF;
                transition: 0.3s;
            }

                .left .box .add_info .submit:hover {
                    background: #ffc800;
                }




.right {
    width: 740px;
    margin: 20px auto;
}

.add_list {
    padding: 20px 30px 20px 90px;
    margin-bottom: 5px;
    border-radius: 8px;
    background: #FFF;
    position: relative;
}

    .add_list:hover {
        background: #FAFAFA;
    }

.add_logo {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #F00;
    background-position: center center;
    background-size: 50px 50px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-image: url(logo.png);
}

.add_list_info {
    height: 24px;
    line-height: 24px;
}

    .add_list_info h5 {
        float: left;
        width: 120px;
        text-align: left;
    }

    .add_list_info i {
        float: left;
        width: 100px;
    }

    .add_list_info span {
        float: right;
        padding: 4px 10px;
        border-radius: 13px;
        color: #FFF;
        font-size: 13px;
        line-height: 16px;
    }

.add_list_message {
    padding: 2px 10px 5px 0;
    line-height: 24px;
    color: #999;
    font-size: 13px;
}

.add_list_reply {
    padding: 10px 12px;
    background: #fdf8f8;
    border-radius: 5PX;
    border: 1PX solid #FF8080;
    font-size: 13px;
    margin-top: 8px;
}

.button_top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 80%;
    left: 50%;
    margin-left: 400px;
    text-align: center;
    background: #444;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 20px;
}

    .button_top:hover {
        background: #ffb000;
    }

    .button_top i {
        line-height: 40px;
    }
