html {
    font-size: 14px;
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}

div,
li,
ul,
a,
p {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

li {
    list-style: none;
}
.form-title {
    border-bottom: 2px solid black;
    padding: 30px 10px 10px 10px;
    margin-top: 0;
}
.policie_wrapper{
        border: 1px solid black;
        padding: 20px;
        margin-bottom: 10px;
        position: relative;
}

.policie_wrapper .textnum{
    bottom: 10px;
}
.policies_del{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 25px;
}
.main-content {
    background: white;
    padding: 0 35px 10px;
}

.pad-left {
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}
.innertxt{
    line-height: 35px;
}
.user-name{
    line-height: 46px;
    margin-right: 30px;
}
.photo{
	border:1px solid black;
	margin:1.5rem;
	width: 120px;
	height: 130px;
}
.famous{
	border:1px solid #e6e6e6;
	margin-left:0; 
	padding:0 0 1rem 0;
}
.infoname{
	width: 9rem;
	margin-left: 1.5rem;
}
textarea{
	border-radius: 5px;
	margin: 1rem 0;
}
.photo-wrap{
	padding: 0;
}
.persontxt{
	margin-top: 1.5rem;
}
.tags{
	width: 135px;
	margin-left: 15px;
}
.closebtn {
    position: absolute;
    right: 4px;
    top: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    display: block;
    background: #e6e6e6;
    cursor: pointer;
}
.snav{
    padding-left: 170px;
    margin-bottom: 20px;
}
.save-btn{
    width: 200px;
    margin:auto;
}
.relative{
    position:relative;
}
.del-btn{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.service-name{
    margin-top: 20px;
}
.attention{
    color: red;
}
.history-content{
    margin-top: 20px;
}

.checkbox_list div{
        width: 90%;
        margin:auto;
        font-size: 14px;
    }
.checkbox_list div span{
    width: 130px;
    display: block;
    float: left;
    padding: 0 0 10px 0;
}