@charset "utf-8";
/* CSS document*/
.user-wrapper {
	width: 100%;
	padding: 30px 0 50px;
}
.user-wrapper .container {
	width: 984px;
	margin: 0 auto;
}
.user-side {
	width: 188px;
	float: left;
	padding-right: 16px;
}
.user-side-nav {
	padding-bottom: 20px;
}
.user-side-nav h4 {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	line-height: 40px;
	color: #454545;
}
.user-side-nav > ul >li {
	height: 65px;
	padding: 0 20px 0 25px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 64px;
}
.user-side-nav > ul >li span {
	float: right;
}
.user-side-nav > ul > .active a{
	color: #d82003;
}
.user-side-nav > ul >li  a:hover {
	color: #d82003;
}
.user-notice .zgzlwlx {
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
	line-height: 38px;
	color: #3c3c3c;
	padding-left: 164px;
	background:url(../images/zgzlwlx.png) no-repeat;
}
.user-notice h4 {
	padding-bottom: 10px;
}
.user-notice p {
	font-size: 12px;
	line-height: 30px;
}
.user-notice .qr-code {
    width: 113px;
    height: 113px;
    margin: 20px auto;
    background: url(../images/register-notice-qrcode.png) no-repeat;
    overflow: hidden;
}
.user-content {
	width: 796px;
	float: left;
}
.user-content .title {
	height: 51px;
	border-bottom: 1px solid #e7e7e7; 
}
.user-content .title h4 {
	display: inline-block;
	border-bottom: 2px solid #d82003;
	padding-bottom: 9px;
	line-height: 34px;
}
.user-info-content {
	width: 460px;
	padding-top: 60px;
	padding-left: 60px;
}
.user-info-content p {
	color: #6b6b6b;
	padding-bottom: 30px;
}
.info-form .form-group label{
	width: 110px;
	float: left;
	padding-top: 12px;
}
.info-form .form-group .input-area {
	width: 290px;
	float: left;
	color: #b3b3b3;
}
.form-horizontal .form-group .form-control {
	height: 44px;
	padding: 11px 12px;
}
.form-horizontal .form-group .input-area  .radio {
	height: 38px;
	padding-top: 2px;
}
.form-horizontal .form-group .input-area .radio label {
	width: 60px;
}
.form-horizontal .form-group .input-area .select {
	width: 130px;
    height: 44px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-horizontal .form-group .input-area-inline select {
	background: #f8f8f8;
}
.user-content .form-group .btn {
	width: 192px;
	height: 54px;
	font-size: 18px;
}

.my-complaint-content {
	width:100%;
	padding-top: 15px;
}
.complaint-form  .form-group label{
	width: 110px;
	float: left;
	padding-top: 12px;
	font-size: 16px;
}
.complaint-form  .form-group label > i{
	padding: 0 5px 0 0;
    color: #c00;
    display: inline-block;
}
.complaint-form .form-group .input-area {
	width: 686px;
	float: left;
	color: #b3b3b3;
}
.complaint-form .form-group .input-area-inline {
	width: 270px;
	float: left;
	color: #b3b3b3;
}
.complaint-form .form-group .input-group.date {
	position: relative;
}
.complaint-form .form-group .input-group.date .input-group-addon {
	position: absolute;
	right: 20px;
	top:2px;
	z-index: 2;
}
.complaint-form .form-group .input-area-inline .date-icon {
	width: 26px;
	height: 26px;
	display: block;
	background: url(../images/date-icon.png)no-repeat;
}
.complaint-form .form-group .inline-rd {
	padding-left: 26px;
}
.complaint-form .form-group .inline-text {
	float: right;
	width: 350px;
}
.form-horizontal .form-group textarea.form-control{
	height: 180px;
	resize: none;
}
.form-horizontal .form-group h5 {
	height: 44px;
	line-height: 44px;
	color: #bfbfbf;
}
.form-horizontal .form-group .complaint-btn-group {
	padding-top: 100px;
}
.list-table {
	padding: 20px;
}
.list-table .table > thead > tr > th {
	font-weight: normal;
	height: 60px;
	vertical-align: middle;
	border:0px;
	text-align: center;
}
.list-table .pr-info{
	width: 300px;
}
.list-table .pr-info .pr-img {
	width: 82px;
	height: 82px;
	float: left;
	overflow: hidden;
}
.list-table .pr-info p {
	width: 212px;
	float: left;
	padding-left: 15px;
	color: #464646;
	line-height: 22px;
	text-align: left;
}
.list-table .tr-merge {
	background: #f3f3f3;
}
.list-table .tr-merge span {
	padding: 0 20px;
	display: inline-block;
}
.list-table .tr-main {
	background: #fafafa;
}
.list-table .tr-spacing {
	height: 30px;
	background: #fff;
}
.list-table .table > tbody > tr > td {
	padding: 12px 8px;
	border-top: 0px;
	vertical-align: middle;
	text-align: center;
}
.list-table .table > tbody > .tr-main > td {
	padding: 28px 8px;
}
.list-table .table > tbody > tr > .operate a{
	display: inline-block;
	line-height: 24px;
}
.list-table .color-gray {
	color: #adadad;
}
.complaint-progress {
	margin-top: 20px;
	padding: 10px 37px;
	margin-bottom:30px;
	border:1px solid #d82003;
}
.complaint-progress ul {
	width:880px;
	margin-left:-80px;
	position: relative;
	padding:20px 0;
}
.complaint-progress ul:before {
	position: absolute;
	top:32px;
	left:120px;
	width: 640px;
	height: 1px;
	background: #d82003;
	content: '';
}
.complaint-progress2 ul:before {
	position: absolute;
	top:32px;
	left:100px;
	width: 750px;
	height: 1px;
	background: #d82003;
	content: '';
}

.complaint-progress ul li {
	width: 220px;
	float: left;
	text-align: center;
	position:relative;
	z-index:2;
}
.complaint-progress2 ul li {
	width: 55px;
	float: left;
	margin-left: 70px;
	text-align: center;
	position:relative;
	z-index:2;
}
.complaint-progress ul li i {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/complaint-progress-icon.png) no-repeat;
}
.complaint-progress ul li h6 {
	padding-top:10px;
	line-height:24px;
	color:#9c9c9c;
}
.complaint-progress ul .active i {
	background-position: -26px 0px;
}
.info-title {
	font-size:16px;
	line-height:24px;
	padding-bottom:10px;
}
.info-group-inline ul li{
	width:240px;
	height:37px;
	float:left;
	margin-right:38px;
	line-height:36px;
	border-bottom:1px solid #ececec;
	overflow:hidden;
	font-size:12px;
}
.info-group-inline ul li span {
	color:#a0a0a0;
}
.info-group {
	line-height:36px;
	border-bottom:1px solid #ececec;
	font-size:12px;
}
.info-group span {
	color:#a0a0a0;
}
.info-group .width-block {
	display:block;
	padding-bottom:10px;
}
.info-group .img-list {
	width: 828px;
	margin-left: -16px;
	padding: 20px 0;
}
.info-group .img-list > li{
	width:276px;
	height:176px;
	float: left;
	padding: 0 16px 16px;
}
.info-group .img-list > li img {
	width: 244px;
	height: 160px;
	overflow: hidden;
}
.info-group .color-red {
	color:#d82003;
}
.info-group.no-bdl {
	border-bottom: 0px;
}
.complaint-info-content > .info-group > textarea.form-control{
	height: 129px;
	resize: none;
	margin-bottom: 50px;
}
.ev-title {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.evaluation-wrapper {
}
.evaluation-wrapper .ld {
	width: 360px;
	float: left;
}
.evaluation-wrapper .ld ul li {
	
	margin-bottom: 15px;
}
.evaluation-wrapper .ld span{
	color:#444444;
	display: inline-block;
}
.evaluation-wrapper .rd {
	width: 436px;
	float: left;
}
.ev-star {
	padding-left: 20px;
	float: right;
	margin-right: 18%;
}
.ev-star img {
	margin: 0 7px;
}

.evaluation-wrapper .rd textarea.form-control {
	height: 229px;
	margin-top: 10px;
	resize: none;
}
.ev-btn-wrapper {
	padding-top: 64px;
}
.password-wrapper {
	padding: 40px 0;
	margin: 0 auto;
}
.password-progress {
	width: 468px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.password-progress > li {
	width: 156px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 2;
}
.password-progress > li:before {
	position: absolute;
	top: 12px;
    left: 0px;
    width: 156px;
    height: 3px;
    background: #f2f2f2;
    content: '';
}
.password-progress > .active:before {
	background: #ee2222;
}
.password-progress > li i {
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	font-style: normal;
	background: url(../images/password-progess-icon.png) 0px -26px;
	font-size: 12px;
	color: #999999;
	position: relative;
	z-index: 2;
}
.password-progress > li p {
	line-height: 22px;
	margin-top: 10px;
}
.password-progress > .active i {
	background-position: 0px 0px;
	color: #d82003;
}
.password-progress > .active  p {
	color: #ee2222;
}
.password-progress > li i em {
	width: 12px;
	height: 9px;
	display: inline-block;
	background: url(../images/small-checkmark-icon.png);
}
.password-progress > .active i em {
	background-position: 0px -10px;
}
.password-form-wrapper {
	width: 600px;
	margin: 0 auto;
	color: #a8a8a8;
}
.password-form-wrapper .password-form  label{
	width: 130px;
    float: left;
    padding-top: 12px;
}
.password-form-wrapper .password-form .input-area {
	width: 470px;
    float: left;
    color: #b3b3b3;
}
.password-form-wrapper .form-control {
	width: 290px;
}
.password-form-wrapper .form-control.m-length {
	float: left;
	width: 170px;
}
.password-form-wrapper .verification-img {
	width: 100px;
    height: 44px;
    overflow: hidden;
    margin: 0 10px;
}
.password-form-wrapper .verification-switching {
	line-height: 44px;
	color: #ee2222;
}
.password-form-wrapper .mobile-verification {
	height: 34px;
	margin: 5px 10px 5px;
	padding: 0 18px;
	line-height: 34px;
 	display: inline-block;
 	background: #f9f9f9;
 	border:1px solid #efefef;
 	border-radius: 3px;
}
.password-form-wrapper .mobile-verification-tip {
	font-size: 12px;
	padding-top: 6px;
}
.password-form-wrapper .countdown {
	color: #ee2222;
	font-weight: bold;
}
.password-form-wrapper .password-form .input-area .text{ 
	line-height: 44px;
}
.password-form-wrapper .password-form  em.error {
	padding-top: 6px;
	display: inline-block;
    font-size: 12px;
    color: #E43737;
    font-style: normal;
}
.password-form-wrapper .bd {
	padding-top: 20px;
}
.password-success {
	text-align: center;
}
.password-success .ok-remind {
	width: 29px;
	height: 22px;
	display: inline-block;
	background: url(../images/small-checkmark-icon.png) -13px 0px no-repeat;
	vertical-align: middle;
}
.password-success span {
	font-size: 18px;
	color: #d82003;
	display: inline-block;
	padding-left: 10px;
}




























