/**!
 * 诉求申请
 * author: gaojing;
 * date: 2018-04-08
 */
.mt28 {
    margin-top: 28px;
}

.left-col {
	margin-right: 28px;
	width: 348px;
	height: 766px;
	background: url(imagesleft.png);
}

.appeal-title {
	margin-top: 56px;
	height: 20px;
	background: url(imagesappeal-title.png) center no-repeat;
}

.notice-item {
	margin: 44px 23px 0 16px;
	color: #fff;
}

.notice-item > .title {
	color: #ffef97;
	font-weight: bold;
}

.notice-item > p {
	margin-bottom: 8px;
	line-height: 30px;
}

.right-col {
	width: 724px;
}

.appeal-wrap {
	height: 764px;
	border: 1px solid #bfdcff;
}

.sub-hd {
    margin: 0 0 0 -1px;
    height: 51px;
    line-height: 51px;
    font-size: 0px;
    background: #e2f4fe;
}

.sub-hd > h4 {
    margin-top: -1px;
    position: relative;
    display: inline-block;
    height: 52px;
}

.sub-hd .txt {
    padding: 0 69px 0 20px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}

.sub-hd .bg1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sub-hd .bg2 {
    position: absolute;
}

.form-row {
    min-height: 32px;
    line-height: 32px;
    margin-top: 20px;
    clear: both;
}

.form-item {
    width: 100%;
    float: left;
}

.form-item > .lbl {
	display: block;
    float: left;
    padding-right: 10px;
    width: 135px;
    box-sizing: border-box;
    text-align: right;
}

.form-item > .val-wrap {
    float: left;
    width: 78%;
    min-height: 32px;
}


.single .form-item > .val-wrap {
    width: 43%;
}

.form-item > .val-wrap > .txt {
	padding: 0 10px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #333;
    border: 1px solid #e0e0e0;
    outline: none;
    box-sizing: border-box;
    
}

.form-col {
	margin-right: 67px;
}

.requied {
	position: absolute;
	margin-left: 10px;
	color: #ff0000;
}

.val-wrap .chosen-container {
    margin: 0; 
    float: none; 
}

.val-wrap .type {
	width: 100%;
}

.val-wrap .chosen-container-single .chosen-single {
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
}

.val-wrap .chosen-container-single .chosen-single div {
    width: 40px;
}

.val-wrap .chosen-container .chosen-results li {
	padding: 5px 10px;
}

.val-wrap .chosen-container-single .chosen-single div b {
    background: url(../images/order-down2.png) no-repeat center center;
}

.val-wrap .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(../images/order-up2.png) no-repeat center center;
}

.form-item > .val-wrap > label {
    vertical-align: middle;
    cursor: pointer;
    margin-right: 40px;
    margin-left: 10px;
}

.val-wrap .content {
	padding: 5px 10px;
	width: 100%;
	height: 208px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	outline: none;
	resize: none;
}

.operate-bar {
	margin-top: 30px;
	text-align: center;
}

.btn-sm {
	margin: 0 8px;
	width: 90px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	border: 0;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

.btn-sm.reset {
	background: #d6d6d6;
}

.btn-sm.submit {
	background: #66c2fa;
}
.container{
width: 1200px;
    margin: auto;
}
