/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;

}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #e53244;
}

ul {
	list-style-type: none;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: rgba(255,148,92,.6);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,148,92,.6);
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: rgba(255,148,92,.6);
}


.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



/* 共同部分 */
.mainBan{position: relative;}
.mainBan .mainBg{height: 253px; background-position: center;background-repeat: no-repeat;background-size: cover;}
.user_box{background-color: #f9f9f9;}
.user_box .avatar{position: absolute;top: 32%;left: 366px;}
.user_box .avatar img{box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.user_box .title{display: flex;justify-content: space-between;align-items: center;margin-top: 30px;padding-left: 20%;}
.user_box .title h2{font-size: 28px;color: #333;}
.user_box .title h2 span{color: #ff945c;}
.user_box .title a{font-size: 14px;color: #333;display: block;}

.user_con{margin-top: 60px;padding-bottom: 40px;}
.user_con .user_left{width: 20%;}
.user_con .user_right{width: 76%;}

.slideMenu{width: 242px;height: 840px;background-color: #fff;box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.slideMenu .slide_top{border-bottom: 1px solid #eee;padding: 30px 0;}
.slideMenu .slide_top a{font-size: 14px;color: #333;}
.slideMenu .slide_top div{text-align: center;}
.slideMenu .slide_top div:first-child{margin-bottom: 20px;}
.slideMenu .slide_top div a:first-child{margin-right: 15px;}
.slideMenu .slide_lis ul li{height: 65px;line-height: 65px;}
.slideMenu .slide_lis ul li a{margin-left: 50px;}
.slideMenu .slide_lis ul li a span{font-size: 16px;color: #333;margin-left: 10px;}
.slideMenu .slide_lis ul li.on{background-color: #f0f0f0;}

/* 发票管理 */
.invoice_txt{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding-right: 40px;padding-left: 20px;}
.invoice_txt .invoice_title{padding-top: 30px;padding-left: 20px;padding-bottom: 20px;}
.invoice_txt .invoice_title h2{font-size: 24px;color: #333;}
.invoice_table table{width: 100%;}
.invoice_table table tbody{width: 100%;}
.invoice_table table tbody tr th{font-size: 16px;color: #333;height: 70px;text-align: center;}
.invoice_table table tbody tr td{font-size: 14px;color: #333;height: 70px;text-align: center;}
.invoice_table table tbody tr{border-bottom: 1px solid #eee;}
.invoice_table table tbody tr td a{display: block;}


/* 我的装修 */
.reno_txt{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding-right: 40px;padding-left: 20px;}
.reno_txt .reno_title{padding-top: 30px;padding-left: 20px;padding-bottom: 20px;}
.reno_txt .reno_title h2{font-size: 24px;color: #333;}
.reno_table table{width: 100%;}
.reno_table table tbody{width: 100%;}
.reno_table table tbody tr th{font-size: 16px;color: #333;height: 70px;text-align: center;}
.reno_table table tbody tr td{font-size: 14px;color: #333;height: 70px;text-align: center;}
.reno_table table tbody tr{border-bottom: 1px solid #eee;}


/* 个人资料 */
.info_01{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding: 30px 20px;}
.info_01 .info_title h2{font-size: 24px;color: #333;}
.info_01 .info_title{border-bottom: 1px solid #eee;padding-bottom: 15px;}
.info_01 .info_txt{display: flex;justify-content: flex-start;align-items: center;}
.info_01 .info_txt ul li{font-size: 14px;color: #333;margin-top: 20px;}
.info_01 .info_txt ul{margin-right: 80px;}

.info_02{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);margin-top: 40px;padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.info_02 .house_top{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.info_02 .house_top .house_title h2{font-size: 24px;color: #333;}
.info_02 .house_top .house_add a{display: block;width: 107px;height: 39px; background-color: rgb(255, 148, 92);font-size: 14px;color: #fff;line-height: 39px;text-align: center;border-radius: 40px;}
.info_02 .house_table table{width: 100%;}
.info_02 .house_table table tbody tr th{font-size: 16px;color: #333;text-align: center;height: 90px;}
.info_02 .house_table table tbody tr td{font-size: 14px;color: #666;text-align: center;height: 90px;}
.info_02 .house_table table tbody tr td:last-child{display: flex;justify-content: space-around;align-items: center;}
.info_02 .house_table table tbody tr td a{display: block;}
.info_02 .house_table table tbody tr{border-bottom: 2px solid #f7f7f7;}

.info_03{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);margin-top: 40px;}
.info_03 .message_title h2{font-size: 24px;color: #333;}
.info_03 .message_title {border-bottom: 1px solid #eee;padding-bottom: 15px;padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.info_03 .message_txt .hd{height: 75px;line-height: 75px;background-color: #f9f9f9;}
.info_03 .message_txt .hd ul li{font-size: 16px;color: #333;font-weight: 600;float: left;width: 50%;text-align: center;position: relative;cursor: pointer;}
.info_03 .message_txt .hd ul li.on{color: #ff945c;}
.info_03 .message_txt .hd ul li.on::after{content: '';width: 117px;height: 3px;background-color: #ff945c;display: inline-block;position: absolute;top: 70px;left: 170px;}
.info_03 .message_txt .bd .nr table{width: 100%;}
.info_03 .message_txt .bd .nr table tbody tr th{font-size: 16px;color: #666;height: 90px;text-align: center;}
.info_03 .message_txt .bd .nr table tbody tr td{font-size: 14px;color: #333;height: 90px;text-align: center;}
.info_03 .message_txt .bd .nr table tbody tr td:last-child{display: flex;justify-content: space-around;align-items: center;}
.info_03 .message_txt .bd .nr table tbody tr td a{display: block;}
.info_03 .message_txt .bd .nr table tbody tr {border-bottom: 2px solid #f7f7f7;}
.info_03 .message_txt .bd .nr {padding: 0 40px;}

/* 我的房产 */
.house_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.house_box .house_top{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.house_box .house_top .house_title h2{font-size: 24px;color: #333;}
.house_box .house_top .house_add a{display: block;width: 107px;height: 39px; background-color: rgb(255, 148, 92);font-size: 14px;color: #fff;line-height: 39px;text-align: center;border-radius: 40px;}
.house_box .house_table table{width: 100%;}
.house_box .house_table table tbody tr th{font-size: 16px;color: #333;text-align: center;height: 90px;}
.house_box .house_table table tbody tr td{font-size: 14px;color: #666;text-align: center;height: 90px;}
.house_box .house_table table tbody tr td:last-child{display: flex;justify-content: space-around;align-items: center;}
.house_box .house_table table tbody tr td a{display: block;}
.house_box .house_table table tbody tr{border-bottom: 2px solid #f7f7f7;}

/* 我的信息 */
.message_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.message_box .message_title h2{font-size: 24px;color: #333;}
.message_box .message_title {border-bottom: 1px solid #eee;padding-bottom: 15px;padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.message_box .message_txt .hd{height: 75px;line-height: 75px;background-color: #f9f9f9;}
.message_box .message_txt .hd ul li{font-size: 16px;color: #333;font-weight: 600;float: left;width: 50%;text-align: center;position: relative;cursor: pointer;}
.message_box .message_txt .hd ul li.on{color: #ff945c;}
.message_box .message_txt .hd ul li.on::after{content: '';width: 117px;height: 3px;background-color: #ff945c;display: inline-block;position: absolute;top: 70px;left: 170px;}
.message_box .message_txt .bd .nr table{width: 100%;}
.message_box .message_txt .bd .nr table tbody tr th{font-size: 16px;color: #666;height: 90px;text-align: center;}
.message_box .message_txt .bd .nr table tbody tr td{font-size: 14px;color: #333;height: 90px;text-align: center; padding: 0px 10px;}
.message_box .message_txt .bd .nr table tbody tr td:last-child{
	/* display: flex;
	justify-content: space-around;
	align-items: center; */
	width: 100px;
}
.message_box .message_txt .bd .nr table tbody tr td:nth-child(1){ width: 90px;}
.message_box .message_txt .bd .nr table tbody tr td:nth-child(3){ width: 90px;}
.message_box .message_txt .bd .nr table tbody tr td a{display: block;}
.message_box .message_txt .bd .nr table tbody tr {border-bottom: 2px solid #f7f7f7;}
.message_box .message_txt .bd .nr {padding: 0 40px;}

/* 投诉建议 */
.complaint_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.complaint_box .complaint_title h2{font-size: 24px;color: #333;}
.complaint_box .complaint_title {border-bottom: 1px solid #eee;padding-bottom: 15px;padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.complaint_box .complaint_txt .hd{height: 75px;line-height: 75px;background-color: #f9f9f9;padding: 0 20px;}
.complaint_box .complaint_txt .hd ul{display: flex;justify-content: flex-start;align-items: center;}
.complaint_box .complaint_txt .hd ul li{font-size: 18px;color: #333;position: relative;cursor: pointer;margin-right: 80px;}
.complaint_box .complaint_txt .hd ul li.on{color: #ff945c;}
.complaint_box .complaint_txt .hd ul li.on::after{content: '';width: 100%;height: 3px; background-color: #ff945c;display: inline-block;position: absolute;top: 70px;left: 0;}
.complaint_box .complaint_txt .nr table{width: 100%;}
.complaint_box .complaint_txt .nr table tbody tr th{font-size: 16px;color: #333;height: 78px;text-align: center;}
.complaint_box .complaint_txt .nr table tbody tr td{font-size: 14px;color: #333;height: 57px;text-align: center;}
.complaint_box .complaint_txt .nr table tbody tr {border-bottom: 1px solid #eee;}
.complaint_box .complaint_txt .nr{padding-right: 20px;}

.suggest_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.suggest_box .suggest_title h2{font-size: 24px;color: #333;}
.suggest_box .suggest_title {border-bottom: 1px solid #eee;padding-bottom: 15px;padding-top: 30px;padding-left: 20px;padding-right: 20px;display: flex;justify-content: space-between;align-items: center;}
.suggest_box .suggest_title .suggest_back a{font-size: 14px;color: #333;}
.suggest_box .suggest_txt .hd{height: 75px;line-height: 75px;background-color: #f9f9f9;padding: 0 20px;}
.suggest_box .suggest_txt .hd ul{display: flex;justify-content: flex-start;align-items: center;}
.suggest_box .suggest_txt .hd ul li{font-size: 18px;color: #333;position: relative;cursor: pointer;margin-right: 80px;}
.suggest_box .suggest_txt .hd ul li.on{color: #ff945c;}
.suggest_box .suggest_txt .hd ul li.on::after{content: '';width: 100%;height: 3px; background-color: #ff945c;display: inline-block;position: absolute;top: 70px;left: 0;}
.suggest_box .suggest_con{padding: 20px 20px;}
.suggest_box .suggest_con .suggest_01{display: flex;justify-content: flex-start;align-items: center;}
.suggest_box .suggest_con .suggest_01 h3{font-size: 14px;color: #333;font-weight: 600;margin-right: 10px;}
.suggest_box .suggest_con .suggest_01 select{width: 153px;height: 38px;background-color: #fafafa;border: none;font-size: 14px;color: #333;}
.suggest_box .suggest_con .suggest_02{margin-top: 20px;}
.suggest_box .suggest_con .suggest_02 textarea{width: 100%;height: 165px;background-color: #fafafa;border: none;}
.suggest_box .suggest_con .suggest_03{margin-left: 35%;margin-top: 20px;margin-bottom: 20px;}
.suggest_box .suggest_con .suggest_03 .suggest_btn{width: 293px;height: 51px;background-color: rgb(255, 148, 92);border-radius: 4px;text-align: center;line-height: 51px;font-size: 18px;color: #fff;}
.suggest_box .suggest_con .suggest_03 .suggest_btn a{width: 100%;}


/* 开发票 */
.apply_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.apply_box .apply_title h2{font-size: 24px;color: #333;}
.apply_box .apply_title {border-bottom: 1px solid #eee;padding-bottom: 15px;padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.apply_box .apply_txt .hd{height: 75px;line-height: 75px;background-color: #f9f9f9;padding: 0 20px;}
.apply_box .apply_txt .hd ul{display: flex;justify-content: flex-start;align-items: center;}
.apply_box .apply_txt .hd ul li{font-size: 18px;color: #333;position: relative;cursor: pointer;margin-right: 80px;}
.apply_box .apply_txt .hd ul li.on{color: #ff945c;}
.apply_box .apply_txt .hd ul li.on::after{content: '';width: 100%;height: 3px; background-color: #ff945c;display: inline-block;position: absolute;top: 70px;left: 0;}
.apply_box .apply_con{padding: 40px 20px;}
.apply_box .apply_con .apply_01{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}
.apply_box .apply_con .apply_01 h3{font-size: 14px;font-weight: 600;color: #333;width: 60px;text-align: right;}
.apply_box .apply_con .apply_01 input{width: 445px;height: 48px;border: none;background-color: #fafafa;font-size: 14px;margin-left: 20px;padding: 0 10px;}
.apply_box .apply_con .apply_02{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 30px;}
.apply_box .apply_con .apply_02 h3{font-size: 14px;font-weight: 600;color: #333;width: 60px;text-align: right;}
.apply_box .apply_con .apply_02 input{width: 445px;height: 48px;border: none;background-color: #fafafa;font-size: 14px;margin-left: 20px;padding: 0 10px;}
.apply_box .apply_con .apply_03{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 30px;}
.apply_box .apply_con .apply_03 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.apply_box .apply_con .apply_03 p{font-size: 14px;color: #333;margin-left: 20px;}
.apply_box .apply_con .apply_04{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 30px;}
.apply_box .apply_con .apply_04 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.apply_box .apply_con .apply_04 p{font-size: 14px;color: #333;margin-left: 20px;}
.apply_box .apply_con .apply_04 p span{color: #ff4c23;}
.apply_box .apply_con .apply_05{border-bottom: 1px solid #f9f9f9;padding-bottom: 15px;margin-bottom: 20px;}
.apply_box .apply_con .apply_05 h3{font-size: 18px;color: #333;}
.apply_box .apply_con .apply_06{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 40px;}
.apply_box .apply_con .apply_06 h3{font-size: 14px;font-weight: 600;color: #333;width: 60px;text-align: right;}
.apply_box .apply_con .apply_06 input{width: 623px;height: 48px;border: none;background-color: #fafafa;font-size: 14px;margin-left: 20px;padding: 0 10px;}
.apply_box .apply_con .apply_btn{width: 208px;height: 55px;line-height: 55px;text-align: center;font-size: 18px;color: #fff;border-radius: 4px;background-color: rgb(255, 148, 92); box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);margin-left: 35%;}


/* 添加收货地址 */
.add_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding-bottom: 60px;}
.add_box .add_title{border-bottom: 1px solid #eee;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 20px;}
.add_box .add_title h2{font-size: 24px;color: #333;}
.add_box .add_con{padding: 0 20px;}
.add_box .add_con .add_01{display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;}
.add_box .add_con .add_01 .call_name{display: flex;justify-content: flex-start;align-items: center;margin-right: 40px;}
.add_box .add_con .add_01 .call_name h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.add_box .add_con .add_01 .call_name input{width: 230px;height: 48px;border: none;background-color: #fafafa;font-size: 14px;margin-left: 20px;padding: 0 10px;}
.add_box .add_con .add_01 .call_tel{display: flex;justify-content: flex-start;align-items: center;}
.add_box .add_con .add_01 .call_tel h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.add_box .add_con .add_01 .call_tel input{width: 230px;height: 48px;border: none;background-color: #fafafa;font-size: 14px;margin-left: 20px;padding: 0 10px;}
.add_box .add_con .add_02 {display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;}
.add_box .add_con .add_02 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;margin-right: 20px;}
.add_box .add_con .add_02 select{width: 115px;height: 48px;font-size: 14px;border: none;background-color: #fafafa;padding-left: 20px;}
.add_box .add_con .add_03{display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;}
.add_box .add_con .add_03 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.add_box .add_con .add_03 input{width: 675px;height: 48px;border: none;background-color: #fafafa;font-size: 14px;margin-left: 20px;padding-left: 20px;}
.add_box .add_con .add_btn a{display: inline-block; width: 208px;height: 55px;line-height: 55px;text-align: center;font-size: 18px;color: #fff;border-radius: 4px;background-color: rgb(255, 148, 92); box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);margin-left: 35%;margin-top: 30px;}


/* 收货地址 */
.address_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.address_box .address_top{border-bottom: 1px solid #eee;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 20px;display: flex;justify-content: space-between;align-items: center;}
.address_box .address_top .address_title h2{font-size: 24px;color: #333;}
.address_box .address_top .addree_add a{display: block;width: 115px;height: 39px;background-color: rgb(255, 148, 92);text-align: center;line-height: 39px;font-size: 14px;color: #fff;border-radius: 40px;}
.address_box .address_con{padding: 30px 20px;}
.address_box .address_con .address_01{width: 100%;height: 98px; background-color: rgb(255, 148, 92);padding: 15px 20px;margin-bottom: 15px;}
.address_box .address_con .address_01 .default{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #fff;padding-bottom: 10px;}
.address_box .address_con .address_01 .default h3{font-size: 14px;color: #fff;}
.address_box .address_con .address_01 .default .default_btn{font-size: 14px;color: #fff;}
.address_box .address_con .address_01 .default .default_btn a{font-size: 14px;color: #fff;}
.address_box .address_con .address_01 .default_bott{display: flex;justify-content: flex-start;align-items: center;margin-top: 15px;}
.address_box .address_con .address_01 .default_bott p{font-size: 14px;color: #fff;margin-right: 40px;}
.address_box .address_con .address_02{width: 100%;height: 98px;  background-color: rgb(249, 249, 249);padding: 15px 20px;margin-bottom: 15px;}
.address_box .address_con .address_02 .set{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.address_box .address_con .address_02 .set .set_check{display: flex;justify-content: flex-start;align-items: center;}
.address_box .address_con .address_02 .set .set_check input[type="checkbox"]{width: 15px;height: 15px; border: 1px solid #bfbfbf;background-color:rgb(249, 249, 249) !important; outline: none;}
.address_box .address_con .address_02 .set .set_check h3{font-size: 14px;color: #333;margin-left: 10px;}
.address_box .address_con .address_02 .set .set_btn{font-size: 14px;color: #000;}
.address_box .address_con .address_02 .set .set_btn a{font-size: 14px;color: #000;}
.address_box .address_con .address_02 .set_bott{display: flex;justify-content: flex-start;align-items: center;margin-top: 15px;}
.address_box .address_con .address_02 .set_bott p{font-size: 14px;color: #333;margin-right: 40px;}
.address_box .address_con .active {
	background-color: rgb(255, 148, 92);
}
.address_box .address_con .active .set .set_check input[type="checkbox"] {
	display: none;
}





/* 信息修改 */
.modify_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding: 30px 20px;}
.modify_box .modify_title{border-bottom: 1px solid #eee;padding-bottom: 15px;}
.modify_box .modify_title h2{font-size: 24px;color: #333;}
.modify_box .modify_con {padding-top: 40px;}
.modify_box .modify_con .modify_01{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 40px;}
.modify_box .modify_con .modify_01 h3{font-size: 14px;color: #333;font-weight: 600;margin-left: 20px;}
.modify_box .modify_con .modify_02{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.modify_box .modify_con .modify_02 .modify_name{display: flex;justify-content: flex-start;align-items: center;}
.modify_box .modify_con .modify_02 .modify_name h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_02 .modify_name  input{width: 258px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_02 .modift_uname{display: flex;justify-content: flex-start;align-items: center;}
.modify_box .modify_con .modify_02 .modift_uname h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_02 .modift_uname  input{width: 258px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_03{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 30px;}
.modify_box .modify_con .modify_03 .modify_phone{display: flex;justify-content: flex-start;align-items: center;}
.modify_box .modify_con .modify_03 .modify_phone h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_03 .modify_phone p{font-size: 14px;color: #333;margin-left: 40px;}
.modify_box .modify_con .modify_03 .modify_date{display: flex;justify-content: flex-start;align-items: center;margin-left: 150px;}
.modify_box .modify_con .modify_03 .modify_date h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_03 .modify_date p{font-size: 14px;color: #333;margin-left: 40px;}
.modify_box .modify_con .modify_04{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.modify_box .modify_con .modify_04 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_04 input{width: 600px;height: 48px;border:none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_05{display: flex;justify-content: flex-start;align-items: center;}
.modify_box .modify_con .modify_05 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_05 input{width: 600px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_06{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.modify_box .modify_con .modify_06 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_06 input{width: 350px;height: 48px;border:none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_10{display: flex;justify-content: flex-start;align-items: center;}
.modify_box .modify_con .modify_10 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_10 input{width: 600px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_11{display: flex;justify-content: flex-start;align-items: center;}
.modify_box .modify_con .modify_11 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_11 input{width: 600px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_09{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 40px;}
.modify_box .modify_con .modify_09 .modify_name{display: flex;justify-content: flex-start;align-items: center;}
.modify_box .modify_con .modify_09 .modify_name h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_09 .modify_name  input{width: 258px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_09 .modift_uname{display: flex;justify-content: flex-start;align-items: center;}
.modify_box .modify_con .modify_09 .modift_uname h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.modify_box .modify_con .modify_09 .modift_uname  input{width: 258px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.modify_box .modify_con .modify_btn a {
	display: block;
	width: 208px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: rgb(255, 148, 92);
	box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	margin-left: 35%;
	margin-top: 60px;
	margin-bottom: 40px;

}
.modify_box .modify_con .modify_btn .btn{
	border:none;
	display: inline-block;width: 208px;height: 55px;line-height: 55px;text-align: center;background-color: rgb(255, 148, 92);box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);border-radius: 4px;font-size: 18px;color: #fff;margin-left: 35%;margin-top: 60px;margin-bottom: 40px;}

/* 添加房产 */
.addhouse_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.addhouse_box .addhouse_title h2{font-size: 24px;color: #333;}
.addhouse_box .addhouse_title {padding-top: 30px;padding-left: 20px;padding-right: 20px;display: flex;justify-content: space-between;align-items: center;}
.addhouse_box .addhouse_title .addhouse_back a{font-size: 14px;color: #333;}
.addhouse_box .addhouse_con{padding-top: 60px;padding-left: 95px;padding-bottom: 60px;}
.addhouse_box .addhouse_01{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.addhouse_box .addhouse_01 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.addhouse_box .addhouse_01 input{width: 625px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.addhouse_box .addhouse_02{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.addhouse_box .addhouse_02 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;margin-right: 20px;}
.addhouse_box .addhouse_02 select{width: 95px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;}
.addhouse_box .addhouse_02 input{width: 340px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding: 0 20px;}
.addhouse_box .addhouse_03{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.addhouse_box .addhouse_03 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.addhouse_box .addhouse_03 input{height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.addhouse_box .addhouse_03 .block_01{width: 30%;}
.addhouse_box .addhouse_03 .block_02{width: 10%;}
.addhouse_box .addhouse_03 .block_03{width: 10%;}
.addhouse_box .addhouse_03 .block_04{width: 10%;}
.addhouse_box .addhouse_04{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.addhouse_box .addhouse_04 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;margin-right: 20px;}
.addhouse_box .addhouse_04 select{width: 90px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;}
.addhouse_box .addhouse_05{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.addhouse_box .addhouse_05 .style{display: flex;justify-content: flex-start;align-items: center;}
.addhouse_box .addhouse_05 .style h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.addhouse_box .addhouse_05 .style select{width: 185px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;margin-left: 20px;}
.addhouse_box .addhouse_05 .range{display: flex;justify-content: flex-start;align-items: center;margin-left: 40px;}
.addhouse_box .addhouse_05 .range h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.addhouse_box .addhouse_05 .range select{width: 180px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;margin-left: 20px;}
.addhouse_box .addhouse_06{display: flex;justify-content: flex-start;align-items: center;}
.addhouse_box .addhouse_06 .mode{display: flex;justify-content: flex-start;align-items: center;}
.addhouse_box .addhouse_06 .mode h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.addhouse_box .addhouse_06 .mode select{width: 185px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;margin-left: 20px;}
.addhouse_box .addhouse_06 .time{display: flex;justify-content: flex-start;align-items: center;margin-left: 40px;}
.addhouse_box .addhouse_06 .time h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;margin-right: 20px;}
.addhouse_box .addhouse_06 .time select{width: 105px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;}
.addhouse_box .addhouse_07 .area select{width: 125px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;}
.addhouse_box .addhouse_03 .area select{width: 125px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;}
.addhouse_box .addhouse_btn a{display: inline-block;width: 208px;height: 55px;line-height: 55px;font-size: 18px;color: #fff;text-align: center; background-color: rgb(255, 148, 92);box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);border-radius: 4px;margin-left: 30%;margin-top: 40px;}


.addhouse_box .addhouse_07{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.addhouse_box .addhouse_07 h3{margin-right: 20px;font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.addhouse_box .addhouse_07 input{height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.addhouse_box .addhouse_08{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.addhouse_box .addhouse_08 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.addhouse_box .addhouse_08 input{height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}
.addhouse_box .addhouse_09{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.addhouse_box .addhouse_09 h3{font-size: 14px;color: #333;font-weight: 600;width: 60px;text-align: right;}
.addhouse_box .addhouse_09 input{height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding: 0 20px;}

/* 我的工友 */
.work_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.work_box .work_title{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #eee;padding-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 30px;}
.work_box .work_title h2{font-size: 24px;color: #333;}
.work_box .work_title .work_btn a{display: block;width: 115px;height: 39px; background-color: rgb(255, 148, 92);font-size: 14px;color: #fff;line-height: 39px;text-align: center;border-radius: 40px;}
.work_box .work_con .work_01 table{width: 100%;}
.work_box .work_con .work_01 table tbody tr th{font-size: 16px;color: #333;height: 60px;text-align: center;}
.work_box .work_con .work_02{width: 100%;height: 118px;  background-color: rgb(249, 249, 249);margin-bottom: 10px;}
.work_box .work_con .work_02 .work_top{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #eee;padding: 20px 20px;}
.work_box .work_con .work_02 .work_top h3{font-size: 14px;color: #ff945c;}
.work_box .work_con .work_02 .work_top .work_icon{font-size: 14px;color: #333}
.work_box .work_con .work_02 .work_top .work_icon a{font-size: 14px;color: #333}
.work_box .work_con .work_02 .work_txt table{width: 100%;}
.work_box .work_con .work_02 .work_txt table tbody tr td{font-size: 14px;color: #333;text-align: center;height: 60px;}

/* 工友详情 */
.workdetail_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding: 30px 0;}
.workdetail_box .workdetail_title {padding: 0 20px;}
.workdetail_box .workdetail_title h2{font-size: 24px;color: #333;}
.workdetail_box .workdetail_con .workdetail_01 {padding: 0 20px;margin-top: 20px;}
.workdetail_box .workdetail_con .workdetail_01 .proess{width: 100%;height: 67px;background-color: rgb(249, 249, 249);padding-left: 20px;padding-top: 25px;}
.workdetail_box .workdetail_con .workdetail_01 .proess p{font-size: 14px;color: #333;}
.workdetail_box .workdetail_con .workdetail_02{padding: 0 20px;margin-top: 20px;}
.workdetail_box .workdetail_con .workdetail_02 h3{font-size: 18px;color: #333;}
.workdetail_box .workdetail_con .workdetail_03 {margin-top: 10px;}
.workdetail_box .workdetail_con .workdetail_03 table{width: 100%;}
.workdetail_box .workdetail_con .workdetail_03 table tbody tr th{font-size: 14px;color: #333;height: 50px;text-align: center;}
.workdetail_box .workdetail_con .workdetail_03 table tbody tr td{font-size: 14px;color: #333;height: 50px;text-align: center;background-color: #f9f9f9;}
.workdetail_box .workdetail_con .workdetail_04{padding: 0 20px;margin-top: 20px;}
.workdetail_box .workdetail_con .workdetail_04 p{font-size: 14px;color: #333;font-weight: 600;margin-bottom: 10px;}
.workdetail_box .workdetail_con .workdetail_04 p span{font-size: 14px;color: #333;font-weight: normal;}
.workdetail_box .workdetail_con .workdetail_05{padding: 0 20px;}
.workdetail_box .workdetail_con .workdetail_05 h3{font-size: 14px;color: #333;margin-bottom: 10px;}
.workdetail_box .workdetail_con .workdetail_05 p{font-size: 14px;color: #333;margin-bottom: 10px;}

/* 我要选工友 */
.choose_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding: 30px 20px;}
.choose_box .choose_title h2{font-size: 24px;color: #333;}
.choose_box .choose_con{padding: 40px 0;}
.choose_box .choose_con .choose_01{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.choose_box .choose_con .choose_01 h3{font-size: 14px;color: #333;font-weight: 600;width: 105px;text-align: right;margin-right: 20px;}
.choose_box .choose_con .choose_01 .choose_check{width: 676px;height: 48px;background-color: #f8f8f8;display: flex;justify-content: space-around;align-items: center;}
.choose_box .choose_con .choose_01 .choose_check input{margin: 0;}
.choose_box .choose_con .choose_02{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.choose_box .choose_con .choose_02 h3{font-size: 14px;color: #333;font-weight: 600;width: 105px;text-align: right;margin-right: 20px;}
.choose_box .choose_con .choose_02 select{width: 115px;height: 48px;font-size: 14px;border: none;background-color: #fafafa;padding-left: 25px;}
.choose_box .choose_con .choose_03{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.choose_box .choose_con .choose_03 h3{font-size: 14px;color: #333;font-weight: 600;width: 105px;text-align: right;}
.choose_box .choose_con .choose_03 input{width: 675px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding-left: 20px;}
.choose_box .choose_con .choose_04{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.choose_box .choose_con .choose_04 .mianji{display: flex;justify-content: flex-start;align-items: center;}
.choose_box .choose_con .choose_04 .mianji h3{font-size: 14px;color: #333;font-weight: 600;width: 105px;text-align: right;margin-right: 20px;}
.choose_box .choose_con .choose_04 .mianji input{width: 71px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;}
.choose_box .choose_con .choose_04 .mianji span{font-size: 14px;color: #333;margin-left: 10px;}
.choose_box .choose_con .choose_04 .gongqi{display: flex;justify-content: flex-start;align-items: center;}
.choose_box .choose_con .choose_04 .gongqi h3{font-size: 14px;color: #333;font-weight: 600;width: 105px;text-align: right;margin-right: 20px;}
.choose_box .choose_con .choose_04 .gongqi input{width: 74px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;}
.choose_box .choose_con .choose_04 .gongqi span{font-size: 14px;color: #333;margin-left: 10px;}
.choose_box .choose_con .choose_04 .total{display: flex;justify-content: flex-start;align-items: center;}
.choose_box .choose_con .choose_04 .total h3{font-size: 14px;color: #333;font-weight: 600;width: 105px;text-align: right;margin-right: 20px;}
.choose_box .choose_con .choose_04 .total input{width: 108px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;padding-left: 20px;}
.choose_box .choose_con .choose_04 .total span{font-size: 14px;color: #333;margin-left: 10px;}
.choose_box .choose_con .choose_05{display: flex;justify-content: flex-start;align-items: center;}
.choose_box .choose_con .choose_05 h3{font-size: 14px;color: #333;font-weight: 600;width: 105px;text-align: right;}
.choose_box .choose_con .choose_05 input{width: 675px;height: 48px;border: none;background-color: #f8f8f8;font-size: 14px;margin-left: 20px;padding-left: 20px;}
.choose_box .choose_con .choose_btn a{display: inline-block;width: 208px;height: 55px;line-height: 55px;text-align: center;font-size: 18px;color: #fff; background-color: rgb(255, 148, 92);  box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);border-radius: 4px;margin-left: 30%;margin-top: 40px;}


/* 消息详情 */
.mesdetail_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding: 30px 20px;}
.mesdetail_box .mesdetail_title{display: flex;justify-content: space-between;align-items: center;}
.mesdetail_box .mesdetail_title h2{font-size: 24px;color: #333;}
.mesdetail_box .mesdetail_title .mesdetail_back{font-size: 14px;color: #333;}
.mesdetail_box .mesdetail_con{padding-top: 40px;}
.mesdetail_box .mesdetail_con .mesdetail_01{display: flex;justify-content: flex-start;margin-bottom: 20px;}
.mesdetail_box .mesdetail_con .mesdetail_01 .mesdetail_left h3{font-size: 18px;color: #333;}
.mesdetail_box .mesdetail_con .mesdetail_01 .mesdetail_left p{font-size: 12px;color: #666;margin-top: 10px;}
.mesdetail_box .mesdetail_con .mesdetail_01 .mesdetail_right{width: 748px;height: 110px;background-color: #f8f8f8;margin-left: 10px;padding: 20px 20px;}
.mesdetail_box .mesdetail_con .mesdetail_01 .mesdetail_right p{font-size: 14px;color: #333;line-height: 25px;}
.mesdetail_box .mesdetail_con .mesdetail_02{display: flex;justify-content: flex-start;}
.mesdetail_box .mesdetail_con .mesdetail_02 .huifu textarea{width: 748px;height: 164px;border-radius: 4px;background-color: #f8f8f8;border: none;}
.mesdetail_box .mesdetail_con .mesdetail_02 .mesdetail_img{text-align: center;margin-left: 20px;}
.mesdetail_box .mesdetail_con .mesdetail_02 .mesdetail_img p{font-size: 18px;color: #333;margin-top: 10px;}
.mesdetail_box .mesdetail_con .mesdetail_02 .mesdetail_img img{ box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.mesdetail_box .mesdetail_con .mesdetail_btn a{display: inline-block;width: 293px;height: 51px;line-height: 51px;text-align: center;font-size: 18px;color: #fff;  background-color: rgb(255, 148, 92);border-radius: 4px;margin-left: 30%;margin-top: 40px;margin-bottom: 20px;}


/* 我的报价 */
.offer_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.offer_box .offer_title h2{font-size: 24px;color: #333;}
.offer_box .offer_title {border-bottom: 1px solid #eee;padding-bottom: 15px;padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.offer_box .offer_txt .hd{height: 75px;line-height: 75px;background-color: #f9f9f9;padding: 0 20px;}
.offer_box .offer_txt .hd ul{display: flex;justify-content: flex-start;align-items: center;}
.offer_box .offer_txt .hd ul li{font-size: 18px;color: #333;position: relative;cursor: pointer;margin-right: 80px;}
.offer_box .offer_txt .hd ul li.on{color: #ff945c;}
.offer_box .offer_txt .hd ul li.on::after{content: '';width: 100%;height: 3px; background-color: #ff945c;display: inline-block;position: absolute;top: 70px;left: 0;}
.offer_box .offer_txt .offer_table table{width: 100%;}
.offer_box .offer_txt .offer_table table tr th{font-size: 16px;color: #333;height: 85px;text-align: center;}
.offer_box .offer_txt .offer_table table tr td{font-size: 14px;color: #333;height: 110px;text-align: center;padding: 0 16px;}
.offer_box .offer_txt .offer_table table tr{border-bottom: 2px solid #f7f7f7;}
.offer_box .offer_txt .offer_table table tr .confirm{color: #ff945c;}
.offer_box .offer_txt .offer_table table tr .true{color: #17e5e0;}
.offer_box .offer_txt .offer_table table tr .over{color: #d4d4d4;}
.offer_box .offer_txt .offer_table table tr td a{display: block;}


/* 我的评价 */
.evaluate_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.evaluate_box .evaluate_title h2{font-size: 24px;color: #333;}
.evaluate_box .evaluate_title {border-bottom: 1px solid #eee;padding-bottom: 30px;padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.evaluate_box .evaluate_txt .hd{height: 75px;line-height: 75px;background-color: #f9f9f9;padding: 0 20px;}
.evaluate_box .evaluate_txt .hd ul{display: flex;justify-content: flex-start;align-items: center;}
.evaluate_box .evaluate_txt .hd ul li{font-size: 18px;color: #333;position: relative;cursor: pointer;margin-right: 80px;}
.evaluate_box .evaluate_txt .hd ul li.on{color: #ff945c;}
.evaluate_box .evaluate_txt .hd ul li.on::after{content: '';width: 100%;height: 3px; background-color: #ff945c;display: inline-block;position: absolute;top: 70px;left: 0;}
.evaluate_box .evaluate_txt .evaluate_table table{width: 100%;}
.evaluate_box .evaluate_txt .evaluate_table table tr th{font-size: 16px;color: #333;height: 80px;text-align: center;}
.evaluate_box .evaluate_txt .evaluate_table table tr td{font-size: 14px;color: #333;height: 80px;text-align: center;background-color: #f9f9f9;padding: 0 20px;}
.evaluate_box .evaluate_txt .evaluate_table table tr{border-bottom: 1px solid #eee;}
.evaluate_box .evaluate_txt .evaluate_table table tr td:nth-child(4){display: flex;justify-content: end; align-items: center;}
.evaluate_box .evaluate_txt .evaluate_table table tr td:nth-child(4) img{ margin-right: 5px; }
.evaluate_box .evaluate_txt .evaluate_table table tr td .pro h3{font-weight: 600;}
.evaluate_box .evaluate_txt .evaluate_table table tr td .pro p{margin-top: 10px;}
.evaluate_box .evaluate_txt .evaluate_table table tr td:first-child{color: #ff945c;}

/* 预选材料 */
.material_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding: 30px 0;}
.material_box .material_title{display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.material_box .material_title h2{font-size: 24px;color: #333;}
.material_box .material_title .material_back{font-size: 14px;color: #333;}
.material_box .material_title .material_back a{font-size: 14px;color: #333;}
.material_box .material_con{padding-top: 40px;}
.material_box .material_con .material_top {padding: 0 20px;}
.material_box .material_con .material_top .huxing{width: 599px;height: 53px; background-color: rgb(255, 148, 92);box-shadow: 0px 4px 8px 0px rgba(255, 134, 26, 0.3);display: flex;justify-content: flex-start;align-items: center;border-radius: 60px;padding-left: 40px;}
.material_box .material_con .material_top h3{font-size: 14px;color: #fff;margin-right: 20px;}
.material_box .material_con .material_top select{width: 90px;height: 53px;border: none;font-size: 14px;background-color: #ff945c;color: #fff;padding-left: 20px;}
.material_box .material_con .material_01 {margin-top: 40px;}
.material_box .material_con .material_01 .keting{display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.material_box .material_con .material_01 .keting h3{font-size: 18px;color: #333;font-weight: 600;}
.material_box .material_con .material_01 .keting .zixun a{font-size: 16px;color: #333;}
.material_box .material_con .material_01 .keting_table{margin-top: 20px;}
.material_box .material_con .material_01 .keting_table table{width: 100%;}
.material_box .material_con .material_01 .keting_table table tbody tr{background-color: #f9f9f9;}
.material_box .material_con .material_01 .keting_table table tbody tr th{font-size: 16px;color: #333;height: 53px;text-align: center;border-bottom: 2px solid #eee;}
.material_box .material_con .material_01 .keting_table table tbody tr td{font-size: 14px;color: #666;height: 53px;text-align: center;}
.material_box .material_con .material_01 .keting_table table tbody tr td select{width: 100%; height: 53px;font-size: 14px;color: #666;border: none;background-color: #f9f9f9;padding-left: 30px;}
.material_box .material_con .material_01 .keting_table table tbody tr td img{width: 100%;}
.material_box .material_con .material_01 .keting_bott{background-color: #f9f9f9;text-align: center;padding: 20px 0;}
.material_box .material_con .material_02 {margin-top: 40px;}
.material_box .material_con .material_02 .keting{display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.material_box .material_con .material_02 .keting h3{font-size: 18px;color: #333;font-weight: 600;}
.material_box .material_con .material_02 .keting .zixun a{font-size: 16px;color: #333;}
.material_box .material_con .material_02 .keting_table{margin-top: 20px;}
.material_box .material_con .material_02 .keting_table table{width: 100%;}
.material_box .material_con .material_02 .keting_table table tbody tr{background-color: #f9f9f9;}
.material_box .material_con .material_02 .keting_table table tbody tr th{font-size: 16px;color: #333;height: 53px;text-align: center;border-bottom: 2px solid #eee;}
.material_box .material_con .material_02 .keting_table table tbody tr td{font-size: 14px;color: #666;height: 53px;text-align: center;}
.material_box .material_con .material_02 .keting_table table tbody tr td select{width: 100%; height: 53px;font-size: 14px;color: #666;border: none;background-color: #f9f9f9;padding-left: 30px;}
.material_box .material_con .material_02 .keting_table table tbody tr td img{width: 100%;}
.material_box .material_con .material_02 .keting_bott{background-color: #f9f9f9;text-align: center;padding: 20px 0;}
.material_box .material_con .material_03 {margin-top: 40px;}
.material_box .material_con .material_03 .keting{display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.material_box .material_con .material_03 .keting h3{font-size: 18px;color: #333;font-weight: 600;}
.material_box .material_con .material_03 .keting .zixun a{font-size: 16px;color: #333;}
.material_box .material_con .material_03 .keting_table{margin-top: 20px;}
.material_box .material_con .material_03 .keting_table table{width: 100%;}
.material_box .material_con .material_03 .keting_table table tbody tr{background-color: #f9f9f9;}
.material_box .material_con .material_03 .keting_table table tbody tr th{font-size: 16px;color: #333;height: 53px;text-align: center;border-bottom: 2px solid #eee;}
.material_box .material_con .material_03 .keting_table table tbody tr td{font-size: 14px;color: #666;height: 53px;text-align: center;}
.material_box .material_con .material_03 .keting_table table tbody tr td select{width: 100%; height: 53px;font-size: 14px;color: #666;border: none;background-color: #f9f9f9;padding-left: 30px;}
.material_box .material_con .material_03 .keting_table table tbody tr td img{width: 100%;}
.material_box .material_con .material_03 .keting_bott{background-color: #f9f9f9;text-align: center;padding: 20px 0;}
.material_box .material_con .material_btn a{display: block;width: 208px;height: 55px;line-height: 55px;text-align: center;font-size: 18px;color: #fff;  background-color: rgb(255, 148, 92);  box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);border-radius: 4px;margin-left: 39%;margin-top: 20px;}


/* 退款管理 */
.refund_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.refund_box .refund_title{padding-top: 30px;padding-left: 20px;}
.refund_box .refund_title h2{font-size: 24px;color: #333;}
.refund_box .refund_con .refund_01{display: flex;justify-content: space-around;align-items: center;margin-top: 40px;}
.refund_box .refund_con .refund_01 div{display: flex;justify-content: flex-start;align-items: center;font-size: 16px;}
.refund_box .refund_con .refund_01 div h3{font-size: 16px;color: #333;font-weight: 600;}
.refund_box .refund_con .refund_01 div p{font-size: 16px;color: #333;margin-left: 30px;}
.refund_box .refund_con .refund_01 div a{font-size: 16px;color: #333;}
.refund_box .refund_con .refund_table {margin-top: 10px;}
.refund_box .refund_con .refund_table table{width: 100%;}
.refund_box .refund_con .refund_table table tbody tr {background-color: #f9f9f9;}
.refund_box .refund_con .refund_table table tbody tr th{font-size: 16px;color: #333;height: 60px;text-align: center;border-top: 1px solid #eee;}
.refund_box .refund_con .refund_table table tbody tr td{font-size: 14px;color: #333;height: 115px;border: 1px solid #eee;}
.refund_box .refund_con .refund_table table tbody tr td:first-child{display: flex;justify-content: center;align-items: center;}
.refund_box .refund_con .refund_table table tbody tr td .middle{margin-left: 10px;}
.refund_box .refund_con .refund_table table tbody tr td .middle h3{font-weight: 600;margin-bottom: 5px;}
.refund_box .refund_con .refund_table table tbody tr td .right{margin-left: 20px;}
.refund_box .refund_con .refund_table table tbody tr td .right p{margin-bottom: 5px;}
.refund_box .refund_con .refund_table table tbody tr td:nth-child(2){text-align: center;}
.refund_box .refund_con .refund_table table tbody tr td:nth-child(3){text-align: center;}
.refund_box .refund_con .refund_table table tbody tr td:nth-child(3) p{margin-bottom: 5px;}
.refund_box .refund_con .refund_table table tbody tr td:nth-child(4){text-align: center;}
.refund_box .refund_con .refund_table table tbody tr td:nth-child(4) p{margin-bottom: 5px;}
.refund_box .refund_con .refund_table table tbody tr td:last-child{text-align: center;}


/* 户型图 */
.apart_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.apart_box .apart_title h2{font-size: 24px;color: #333;}
.apart_box .apart_title {padding-top: 30px;padding-left: 20px;padding-right: 20px;display: flex;justify-content: space-between;align-items: center;}
.apart_box .apart_title .apart_back a{font-size: 14px;color: #333;}
.apart_box .apart_con{padding: 40px 20px;}
.apart_box .apart_con .apart_01{display: flex;justify-content: space-around;align-items: center;}
.apart_box .apart_con .apart_01 .apart_pic{border: 2px solid #eaeaea;padding-top: 10px;padding-left: 10px;padding-right: 10px;padding-bottom: 30px;position: relative;}
.apart_box .apart_con .apart_01 .apart_pic .apart_delete{position: absolute;bottom: -15px;left: 55px;width: 105px;height: 35px;display: flex;justify-content: flex-start;align-items: center;}
.apart_box .apart_con .apart_01 .apart_pic .apart_delete .delete_bg{width: 25px;height: 23px; background-image: url(../../public/image/delete_big.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.apart_box .apart_con .apart_01 .apart_pic .apart_delete span{font-size: 14px;color: #333;margin-right: 10px;}
.apart_box .apart_con .apart_01 .apart_pic:hover{border: 2px solid #ff945c;cursor: pointer;}
.apart_box .apart_con .apart_01 .apart_pic:hover .apart_delete span{color: #ff945c;}
.apart_box .apart_con .apart_01 .apart_pic:hover .apart_delete .delete_bg{background-image: url(../../public/image/delete_red.png);}
.apart_box .apart_con .apart_01 .apart_pic:hover .apart_delete {z-index: 10;}
.apart_box .apart_con .apart_02{margin-top: 30px;margin-bottom: 30px;}
.apart_box .apart_con .apart_02 .file h3{font-size: 16px;color: #333;}
.apart_box .apart_con .apart_02 .file p{font-size: 12px;color: #666;margin-top: 10px;}
.apart_box .apart_con .apart_02 .file{border: 1px dashed #ff945c;width: 365px;height: 83px;margin-left: 30%;text-align: center;padding-top: 20px;}
.apart_box .apart_con .apart_03 .upload{display: flex;justify-content: space-between; align-items: center;font-size: 14px;color: #666;border-bottom: 2px solid #fff;padding: 25px 20px;background-color: #f9f9f9;}
.apart_box .apart_con .apart_03 .upload .two{color: #22e3df;}
.apart_box .apart_con .apart_03 .upload .three{width: 350px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #ddd;border-radius: 60px;}
.apart_box .apart_con .apart_03 .upload .three p{line-height: 40px;}
.apart_box .apart_con .apart_03 .upload .four{cursor: pointer;}
.apart_box .apart_con .apart_04{margin-top: 30px;display: flex;justify-content: flex-start;align-items: center;padding-left: 30%;}
.apart_box .apart_con .apart_04 .apart_btn a{display: block;width: 208px;height: 55px;line-height: 55px;text-align: center;font-size: 18px;color: #fff; background-color: rgb(255, 148, 92);box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);border-radius: 4px;}
.apart_box .apart_con .apart_04 .apart_back a{font-size: 14px;color: #333;}
.apart_box .apart_con .apart_04 .apart_back{margin-left: 20px;}


/* 帮助中心 */
.help_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding: 30px 20px;}
.help_box .heip_title h2{font-size: 24px;color: #333;}
.help_box .help_con{padding-top: 40px;}
.help_con .menu-list ul .nLi{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee;}
.help_con .menu-list ul .nLi:last-child{margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.help_con .menu-list .link{position: relative; margin-bottom: 13px; cursor: pointer;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.help_con .menu-list .ask_title{ font-size: 16px;color: #000;}
.help_con .menu-list .ask_title span{color: #1fdfda;font-weight: bold;font-size: 20px;}
.help_con .menu-list .ask_title i{position: absolute; right: 40px; top: 40%; display: inline-block; width: 25px; height: 13px; background-image: url(../../public/image/down.png); background-position: top center; background-size: cover;  transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.help_con .menu-list .nr {padding: 10px 20px;}
.help_con .menu-list .nr p{font-size: 14px;color: #999;line-height: 30px;}
.help_con .menu-list .nr p span{font-size: 16px;color: #ff945c;}
.accordion1 .submenu1{display: none;}
.accordion1 li.open i.fa-arrow-ups{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}


/* 评价订单 */
.order_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.order_box .order_title{padding: 30px 20px;}
.order_box .order_title h2{font-size: 24px;color: #333;}
.order_box .order_con{padding-bottom: 40px;}
.order_box .order_01{border-bottom: 1px solid #eee;}
.order_box .order_01 .order_top{padding-left: 20px;padding-right: 20px}
.order_box .order_01 .order_info{border-bottom: 2px solid #eee;padding-bottom: 20px;}
.order_box .order_01 .order_info h3{font-size: 18px;color: #333;}
.order_box .order_01 .order_txt{padding-left: 20px;padding-right: 20px;padding-bottom: 20px;}
.order_box .order_01 .order_txt ul li{font-size: 14px;color: #333;margin-right: 30px;}
.order_box .order_01 .order_txt ul{display: flex;justify-content: flex-start; align-items: center;margin-top: 20px;}
.order_box .order_02 {padding: 20px 20px;}
.order_box .order_02 .head img{ box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.order_box .order_02 .head span{font-size: 16px;color: #333;font-weight: 600;margin-left: 10px;}
.order_box .order_03 .order_table table{width: 100%;}
.order_box .order_03 .order_table table tr{background-color: #f9f9f9;}
.order_box .order_03 .order_table table tr th{font-size: 16px;color: #333;height: 85px;text-align: center;}
.order_box .order_03 .order_table table tr td{font-size: 14px;color: #333; height: 90px;text-align: center;border-top: 1px solid #eee;}
.order_box .order_03 .order_table table tr td:first-child{display: flex;justify-content: center;align-items: center;}
.order_box .order_03 .order_table table tr td h3{font-weight: 600;margin-bottom: 5px;}
.order_box .order_03 .order_table table tr td s{color: #999;}
.order_box .order_03 .order_table table tr td:nth-child(2) p{margin-top: 5px;}
.order_box .order_03 .order_table table tr td input{border: none;background-color: transparent;}
.order_box .order_03 .order_table table tr td:nth-child(4){border-left: 1px solid #eee;border-right: 1px solid #eee;}
.order_box .order_btn a{display: inline-block;width: 208px;height: 55px;line-height: 55px;font-size: 18px;color: #fff;background-color: rgb(255, 148, 92);  box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);border-radius: 4px;margin-left: 35%;text-align: center;margin-top: 40px;}

/* 我的订单 */
.list_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.list_box .list_title h2{font-size: 24px;color: #333;}
.list_box .list_title {border-bottom: 1px solid #eee;padding-bottom: 15px;padding-top: 30px;padding-left: 20px;padding-right: 20px;}
.list_box .list_txt .hd{height: 75px;line-height: 75px;background-color: #f9f9f9;padding: 0 20px;}
.list_box .list_txt .hd ul{display: flex;justify-content: flex-start;align-items: center;}
.list_box .list_txt .hd ul li{font-size: 18px;color: #333;position: relative;cursor: pointer;margin-right: 80px;}
.list_box .list_txt .hd ul li.on{color: #ff945c;}
.list_box .list_txt .hd ul li.on::after{content: '';width: 100%;height: 3px; background-color: #ff945c;display: inline-block;position: absolute;top: 70px;left: 0;}
.list_box .list_txt .list_table table{width: 100%;}
.list_box .list_txt .list_table table tbody tr th{font-size: 16px;color: #333;height: 80px;padding: 0 20px;}
.list_box .list_txt .list_table table tbody tr td{font-size: 14px;color: #333;height: 90px;background-color: #f9f9f9;border-bottom: 1px solid #eee;padding: 0 4px;}
.list_box .list_txt .list_table table tbody tr td .list_top span{font-size: 15px;color: #333;font-weight: 600;margin-left: 10px;}
.list_box .list_txt .list_table table tbody tr td .list_top img{ box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.list_box .list_txt .list_table table tbody tr td .list_bott span{margin-right: 10px;}
.list_box .list_txt .list_table table tbody tr td .list_bott{margin-top: 10px;}
.list_box .list_txt .list_table table tbody tr .last{display: flex;justify-content: space-around; align-items: center;}
.list_box .list_txt .list_table table tbody tr .last div{text-align: center;}
.list_box .list_txt .list_table table tbody tr .last div p{margin-top: 5px;}
.list_box .list_txt .list_table table tbody tr .first{display: flex;justify-content: center;align-items: center;}
.list_box .list_txt .list_table table tbody tr .first h3{font-weight: 600;margin-bottom: 10px;}
.list_box .list_txt .list_table table tbody tr .fee{border-left: 1px solid #eee;border-right: 1px solid #eee;text-align: center;}
.list_box .list_txt .list_table table tbody tr .fee p{color: #ff4c23;}
.list_box .list_txt .list_table table tbody tr .fee p:first-child{font-weight: 600;margin-bottom: 10px;}
.list_box .list_txt .list_table table tbody tr .status{border-right: 1px solid #eee;text-align: center;}
.list_box .list_txt .list_table table tbody tr .status p{margin-bottom: 10px;}
.list_box .list_txt .list_table table tbody tr .status .one{color: #21dfdb;}
.list_box .list_txt .list_table table tbody tr .step{text-align: center;}
.list_box .list_txt .list_table table tbody tr .step p{margin-bottom: 10px;}


/* 进程管理 */
.progress_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);padding-bottom: 40px;}
.progress_box .progress_title{padding: 30px 20px;}
.progress_box .progress_title h2{font-size: 24PX;color: #333;}
.progress_box .progress_01 .top h3{font-size: 18px;color: #ff945c;}
.progress_box .progress_01 .top{border-bottom: 1px solid #eee;padding-bottom: 15px;padding-left: 20px;}
.progress_box .progress_01 .middle{display: flex;justify-content: space-between;align-items: center;padding: 20px 20px;}
.progress_box .progress_01 .middle .middle_left{display: flex;justify-content: flex-start;align-items: center;}
.progress_box .progress_01 .middle .middle_left .img{border: 2px solid #f5f5f5;}
.progress_box .progress_01 .middle .middle_left .middle_wz{margin-left: 10px;}
.progress_box .progress_01 .middle .middle_left .middle_wz h3{font-size: 14px;color: #333;margin-bottom: 10px;}
.progress_box .progress_01 .middle .middle_left .middle_wz p{font-size: 14px;color: #333;font-weight: 600;}
.progress_box .progress_01 .middle .middle_left .middle_wz p span{color: #21dfdb;}
.progress_box .progress_01 .middle .middle_right span{font-size: 14px;color: #333;margin-right: 10px;}
.progress_box .progress_01 .progress_table table{width: 100%;}
.progress_box .progress_01 .progress_table table tbody tr th{font-size: 16px;color: #333;height: 55px;text-align: center;}
.progress_box .progress_01 .progress_table table tbody tr td{font-size: 14px;color: #333;height: 55px;text-align: center;background-color: #f9f9f9;}
.progress_box .progress_02{margin-top: 40px;}
.progress_box .progress_02 .top h3{font-size: 18px;color: #ff945c;}
.progress_box .progress_02 .top{border-bottom: 1px solid #eee;padding-bottom: 15px;padding-left: 20px;}
.progress_box .progress_02 .progress_table table{width: 100%;}
.progress_box .progress_02 .progress_table table tbody tr th{font-size: 16px;color: #333;height: 55px;text-align: center;}
.progress_box .progress_02 .progress_table table tbody tr td{font-size: 14px;color: #333;height: 90px;text-align: center;background-color: #f9f9f9;}
.progress_box .progress_02 .progress_table table tbody tr .down a{display: block;}
.progress_box .progress_03{margin-top: 40px;}
.progress_box .progress_03 .top h3{font-size: 18px;color: #ff945c;}
.progress_box .progress_03 .top{border-bottom: 1px solid #eee;padding-bottom: 15px;padding-left: 20px;}
.progress_box .progress_03 .progress_table table{width: 100%;}
.progress_box .progress_03 .progress_table table tbody tr th{font-size: 16px;color: #333;height: 55px;text-align: center;}
.progress_box .progress_03 .progress_table table tbody tr td{font-size: 14px;color: #333;height: 75px;text-align: center;background-color: #f9f9f9;border-bottom: 1px solid #eee;}
.progress_box .progress_03 .progress_table table tbody tr .down a{display: block;}
.progress_box .progress_04{margin-top: 40px;}
.progress_box .progress_04 .top h3{font-size: 18px;color: #ff945c;}
.progress_box .progress_04 .top{border-bottom: 1px solid #eee;padding-bottom: 15px;padding-left: 20px;}
.progress_box .progress_04 .progress_table table{width: 100%;}
.progress_box .progress_04 .progress_table table tbody tr th{font-size: 16px;color: #333;height: 55px;text-align: center;}
.progress_box .progress_04 .progress_table table tbody tr td{font-size: 14px;color: #333;height: 90px;text-align: center;background-color: #f9f9f9;border-bottom: 1px solid #eee;}
.progress_box .progress_04 .progress_table table tbody tr .down a{display: block;}
.progress_box .progress_05{margin-top: 40px;}
.progress_box .progress_05 .top h3{font-size: 18px;color: #ff945c;margin-right: 10px;}
.progress_box .progress_05 .top{border-bottom: 1px solid #eee;padding-bottom: 15px;padding-left: 20px;display: flex;justify-content: flex-start;align-items: center;}
.progress_box .progress_05 .progress_table table{width: 100%;}
.progress_box .progress_05 .progress_table table tbody tr th{font-size: 16px;color: #333;height: 55px;text-align: center;}
.progress_box .progress_05 .progress_table table tbody tr td{font-size: 14px;color: #333;height: 58px;text-align: center;border: 1px solid #eee;}
.progress_box .progress_06{padding: 40px 20px;}
.progress_box .progress_06 h3{font-size: 16px;color: #333;margin-bottom: 10px;}
.progress_box .progress_06 textarea{width: 100%;height: 95px;background-color: #f9f9f9;border: none;}
.progress_box .progress_btn a{display: block;width: 208px;height: 55px;line-height: 55px;text-align: center;font-size: 18px;color: #fff; background-color: rgb(255, 148, 92);box-shadow: 0px 6px 10px 0px rgba(255, 148, 92, 0.4);border-radius: 4px;margin-left: 35%;}

/* 订单详情 */
.detail_box{width: 918px;background-color: #fff; box-shadow: 0px 6px 10px 0px rgba(35, 24, 21, 0.2);}
.detail_box .detail_title h2{font-size: 24px;color: #333;}
.detail_box .detail_title{padding: 30px 20px;}
.detail_box .detail_01 {padding: 0 20px;}
.detail_box .detail_01 .detail_stuas{width: 100%;height: 67px;background-color: #f9f9f9;display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.detail_box .detail_01 .detail_stuas h3{font-size: 14px;color: #333;}
.detail_box .detail_01 .detail_stuas .pingjia a{display: block;width: 87px;height: 32px;text-align: center;line-height: 32px;font-size: 14px;color: #fff;  background-color: rgb(255, 148, 92);border-radius: 4px;}
.detail_box .detail_02{padding: 30px 20px;}
.detail_box .detail_02 .detail_left{float: left;width: 345px;}
.detail_box .detail_02 .detail_left .detail_info {border-bottom: 2px solid #eee;padding-bottom: 20px;position: relative;}
.detail_box .detail_02 .detail_left .detail_info h3{font-size: 18px;color: #333;margin-bottom: 20px;}
.detail_box .detail_02 .detail_left .detail_pro {margin-top: 20px;}
.detail_box .detail_02 .detail_left .detail_pro .notice {color: #ff945c; margin-bottom: 10px; font-size: 14px;}
.detail_box .detail_02 .detail_left .detail_pro .wuliu {display: flex;justify-content: flex-start;align-items: center;margin-bottom: 60px;}
.detail_box .detail_02 .detail_left .detail_pro .wuliu::after{content: '';width: 1px;height: 44px;display: inline-block;position: absolute;left: 0;bottom: 0;}
.detail_box .detail_02 .detail_left .detail_pro .wuliu .wuliu_left{text-align: right;}
.detail_box .detail_02 .detail_left .detail_pro .wuliu .wuliu_left span{font-size: 36px;color: #333;}
.detail_box .detail_02 .detail_left .detail_pro .wuliu .wuliu_left p{font-size: 14px;color: #999;margin-top: 10px;}
.detail_box .detail_02 .detail_left .detail_pro .wuliu .wuliu_right {margin-left: 40px;}
.detail_box .detail_02 .detail_left .detail_pro .wuliu .wuliu_right p{font-size: 14px;color: #333;margin-top: 10px;}
.detail_box .detail_02 .detail_right{float: right;width: 50%;}
/* .detail_box .detail_02 .detail_right .detail_container .bg{width: 100%;height: 302px;background-position: center;background-repeat: no-repeat;background-size: cover;}  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16); */
.detail_box .detail_02 .detail_right h3{font-size: 18px;color: #333;}
.detail_box .detail_02 .detail_right .img{text-align: center;}
.detail_box .detail_02 .detail_right .img img{width: 100%;  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);}
.detail_box .detail_02 .detail_right .img p{font-size: 18px;color: #333;margin-top: 25px;}
.detail_box .detail_03{padding: 0 20px;}
.detail_box .detail_03 .detail_info{border-bottom: 2px solid #eee;padding-bottom: 15px;}
.detail_box .detail_03 .detail_info h3{font-size: 18px;color: #333;}
.detail_box .detail_03 .detail_txt{margin-top: 15px;}
.detail_box .detail_03 .detail_txt ul:first-child li{float: left;width: 25%;font-size: 14px;color: #333;}
.detail_box .detail_03 .detail_txt ul:nth-child(2) li{float: left;width: 33.33333%;font-size: 14px;color: #333;}
.detail_box .detail_03 .detail_txt ul:nth-child(2) {margin-top: 10px;}
.detail_box .detail_03 .detail_txt ul:nth-child(3){ margin-top: 10px; }
.detail_box .detail_03 .detail_txt ul:nth-child(3) li{ width: 100%; font-size: 14px; color: #333; }
.detail_box .detail_04{margin-top: 20px;}
.detail_box .detail_04 table{width: 100%;}
.detail_box .detail_04 table tbody tr {background-color: #f9f9f9;}
.detail_box .detail_04 table tbody tr th{font-size: 16px;color: #333;height: 85px;text-align: center;}
.detail_box .detail_04 table tbody tr td{font-size: 14px;color: #333;height: 90px;text-align: center;border-top: 1px solid #eee;}
.detail_box .detail_04 table tbody tr td:nth-child(4){border-left: 1px solid #eee;border-right: 1px solid #eee;}
.detail_box .detail_04 table tbody tr td:first-child{display:flex;justify-content: center;align-items: center;}
.detail_box .detail_04 table tbody tr td:first-child h3{font-weight: 600;margin-bottom: 10px;}
.detail_box .detail_04 table tbody tr td:last-child{color: #ff4c23;}
.detail_box .detail_04 table tbody tr td:last-child p:first-child{font-weight: 600;margin-bottom: 10px;}

.detail_container .swiper-pagination-bullet{width: 10px;height: 10px; background-color: #fff;border: 2px solid #ff945c}
.detail_container .swiper-pagination-bullet-active{background-color: #ff945c;}


/* 手机端提示语 */
.ph_txt{display: none;}

/* 新增样式 */
.main.register .section1 .register-area .sec-area .area-bottom .item2 #register2{
	padding-right: 60px;
}

.main.register .section1 .register-area .sec-area .area-bottom .item .item-r .im10 .im-select .im-arage{
	padding-left: 30px;
}

.main.register .section1 .register-area .sec-area .area-bottom .item .item-r .im10 .im-select .im-arage .selects{
	width: 220px;
}

.modify_box .modify_con .avatar-area .avatar-default{
	margin-bottom: 40px;
	margin-left: 40px;
}









/* 手机端 */

@media (max-width: 1700px){
    .user_box .avatar{
		left: 248px;
	}


}

@media (max-width: 1600px){
    .user_box .avatar{
		left: 210px;
	}


}

@media (max-width: 1550px){
    .user_box .avatar{
		left: 180px;
	}


}
@media (max-width: 1500px){
    .user_box .avatar{
		left: 160px;
	}


}

@media (max-width: 1440px){
    .user_box .avatar{
		left: 130px;
	}


}

@media (max-width: 1380px){
    .user_box .avatar{
		left: 98px;
	}


}

@media (max-width: 1300px){
    .user_box .avatar{
		left: 57px;
	}


}

@media (max-width: 1240px){
    .user_box .avatar{
		left: 28px;
	}


}

@media (max-width: 1200px){
    .user_box .avatar{
		left: 17px;
	}

    .whs{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 15px;
	}


}


