/* 个人办事-公共样式 */

.mt20 {
	margin-top: 20px;
}



/* 当前位置 */

.location {
	margin-top: 6px;
	height: 40px;
	line-height: 40px;
}

.location p {
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

.location a {
	color: #333;
	text-decoration:none;
}

.location span {
	color: #d71312;
}

.dialog-btn-cancel{
	display:none !important;
}


.rarelyusedapply-btn {
	height: 35px;
    background: #CBB486;
    border: 1px solid #CBB486;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    padding: 0 8px;
    display: inline-block;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width:36%;
}

.rarelyusedapply-btn:hover {
    background: #B9916A;
}