.p_set {
    padding: 15px 40px;
    width: 900px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
}

    .p_set .title {
        margin: 15px 0px;
        font-size: 16px;
    }

    .p_set .p1 {
        float: left;
        width: 145px;
        letter-spacing: 5px;
    }

    .p_set .pc {
        float: left;
        width: 755px;
        height: 55px;
    }

    .p_set .pc1 {
    }

        .p_set .pc1 input, .p_set .pc2 input, .p_set .pc6 input {
            width: 300px;
            height: 30px;
            line-height: 30px;
            border:1px #e5e5e5 solid;
            outline: none;
            font-size: 16px;
        }

    .p_set .pc2 {
    }

        .p_set .pc2 input {
        }

    .p_set .pc3 {
    }

        .p_set .pc3 input[type='radio'] {
            margin-right: 20px;
        }

        .p_set .pc3 input + input[type='radio'] {
            margin-left: 35px;
        }

    .p_set .pc4 {
    }

        .p_set .pc4 input {
            height: 30px;
            line-height: 30px;
            border-color: #e5e5e5;
            outline: none;
            width: 60px;
            margin: 0px 7px;
            font-size: 16px;
            border: 1px #e5e5e5 solid;
            .p_set .pc6 input;
        }

    .p_set .pc5 {
        height: 150px;
    }

        .p_set .pc5 textarea {
            height: 130px;
            width: 100%;
            font-size: 16px;
            outline: none;
            border: 1px #e5e5e5 solid;
        }

    .p_set .pc6 {
    }

        .p_set .pc6 input {
            width: 100%;
            height: 30px;
            line-height: 30px;
            outline: none;
            border: 1px #e5e5e5 solid;
            font-size: 16px;
        }

    .p_set .btnSave {
        width: 120px;
        height: 30px;
        line-height: 30px;
        background-color: #EB5E23;
        cursor: pointer;
        text-align: center;
        color: white;
        border-radius: 5px;
        margin: 10px auto;
        font-size: 18px;
    }

    .p_set .pc7 {
        width: 145px;
        height: 180px;
        border: 1px #e5e5e5 solid;
        text-align: center;
        position: absolute;
        right: 0px;
        top: 62px;
    }

        .p_set .pc7 span {
            background-color: #eeeeee;
            /* color: white; */
            display: block;
            height: 30px;
            cursor: pointer;
            position: absolute;
            bottom: 0px;
            width: 100%;
        }

.avator-btn-wrap {
    position: relative;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}

.avator-btn-fake:link {
    display: block;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background: #ffbd31;
    text-align: center;
}

.avator-btn-wrap input {
    position: absolute;
    top: -3px;
    right: -3px;
    font-size: 50px;
    background: none;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}
