﻿.footer-about{
	background-color: #fff;
	color: black;
	border-top: 2px solid #B1B7BB;
	margin-top: 80px;
}
.about-content{
	min-height: 620px;
	width: 1440px;
	margin: 0 auto;
	position: relative;
}
.about-content div.about-content-desc{
	font-size: 15px;
	line-height: 25px;
	width: 690px;
	position: relative;
	left: 530px;
	padding: 20px;
	overflow: hidden;
}
.middle-content{
	width: 1440px;
	padding: 50px 5% 30px;
	min-height: 620px;
	margin: 0 auto;
}
.middle-content .middle-link{
	display: table;
	margin: auto;
}
.middle-content .middle-link li{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.middle-content .middle-link li a{
	color: #000000;
}
.middle-content .middle-link li span{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #E81414;
	border-radius: 50%;
	margin-right: 10px;
}
.middle-content .publicity-tips{
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.middle-content .detail-desc{
	line-height: 17px;
	font-size: 13px;
	margin: 15px auto;
}
.message-content{
	width: 1440px;
	min-height: 620px;
	position: relative;
}
.message-content .message-content-desc{
	position: absolute;
	left: 530px;
	width: 690px;
	overflow: hidden;
	padding: 20px;
}
/* 个人中心样式 */
.myinfo_outer{
	width: 100%;
	position: relative;
}
.myinfo_outer>img{
	width: 100%;
}
.myinfo_outer .myinfo_content{
	width: 90%;
	height: 640px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	top: 30px;
}
.myinfo_outer .myinfo_content .myinfo_content_left{
	width: 250px;
	height: 640px;
	background-color: rgba(0,0,0,0.2);
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-top{
	margin-bottom: 20px;
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-top .company_img{
	display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    overflow: hidden;
    margin: 30px 15px 0px 30px;
    vertical-align: middle;
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-top .company_img>img{
	width: 100%;
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-top .company_text{
	display: inline-block;
    vertical-align: middle;
	padding: 0 30px;
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-top .company_text p.name{
	font-size: 15px;
    color: #E6E7E9;
    margin-top: 30px;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-top .company_text p.phone{
	font-size: 13px;
    color: #E6E7E9;
    margin-top: 10px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-top .company_text span.qiye{
	padding: 3px 10px;
    border-radius: 20px;
    background-color: #FFCA5E;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	display: inline-block;
    vertical-align: middle;
	margin-top: 5px;
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-middle{
	font-size: 12px;
    text-align: center;
    width: 192px;
    border-radius: 20px;
    background-color: #324058;
    height: 28px;
    line-height: 28px;
    margin: 0px auto 20px;
    color: #fff;
}
.myinfo_outer .myinfo_content .myinfo_content_left .content-left-middle>span{
	text-decoration: underline;
	cursor: pointer;
}
.myinfo_outer .content-left-footer .sx_list .sx_list_top{
	height: 51px;
    line-height: 51px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border-left: 3px solid transparent;
}
.myinfo_outer .content-left-footer .sx_list .sx_list_top.active{
	border-left: 3px solid #87AFFF;
}
.myinfo_outer .content-left-footer .sx_list .sx_list_top .sx_list_top_img{
	display: inline-block;
    padding: 19px 20px;
    line-height: 0px;
}
.myinfo_outer .content-left-footer .sx_list .sx_list_top .sx_list_top_img>img{
	width: 14px;
	height: 14px;
}
.myinfo_outer .content-left-footer .sx_list .sx_list_top:after{
	content: '';
    display: inline-block;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    width: 0px;
    height: 0px;
    margin-right: 17px;
    float: right;
    margin-top: 21px;
    transition: all 0.3s ease-in-out;
}
.myinfo_outer .content-left-footer .sx_list .sx_msg_top:after{
	display: none;
}
.myinfo_outer .content-left-footer .sx_msg_list .sx_msg_top:after{
	display: none!important;
}
.myinfo_outer .content-left-footer .sx_list .sx_list_ul{
	display: none;
}
.myinfo_outer .content-left-footer .sx_list .sx_list_ul .sx_list_li{
	display: block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}
.myinfo_outer .content-left-footer .sx_list .sx_list_ul .sx_list_li:hover{
	background-color: rgba(0,0,0,0.6);
}
.myinfo_outer .content-left-footer .sx_list .sx_list_ul .sx_list_li.active{
	background-color: rgba(0,0,0,0.6);
}
.myinfo_outer .content-left-footer .sx_list .sx_list_ul .sx_list_li>a{
	color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-left: 60px;
}
.myinfo_outer .content-left-footer .sx_list.active ul.sx_list_ul{
	display: block;
	background-color: rgba(0,0,0,0.4);
}
.myinfo_outer .content-left-footer .sx_list.active .sx_list_top:after{
	content: '';
    display: inline-block;
    transform: rotate(90deg);
}
.myinfo_outer .myinfo_content .myinfo_content_right{
	width: calc(100% - 250px);
	background-color: #f1f3f7;
	padding: 30px;
	height: 100%;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #C4CDD6;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	background: #EDEDED;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .myinfo_main_header{
	width: 100%;
	height: 75px;
	background-color: #fff;
	text-align: left;
	padding-left: 40px;
	position: relative;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .myinfo_main_header .myinfo_header_left a.title{
	display: inline-block;
    color: #6486ca;
    line-height: 73px;
    font-size: 15px;
    padding: 0px 20px;
    font-weight: bold;
}
.tbody_main tr:hover{box-shadow: 0 0 10px #445162;cursor: pointer;}
  
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .myinfo_main_header .search{
	width: 200px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .myinfo_main_header .search>img{
	width: 15px;
	height: 15px;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .myinfo_main_header .search>input.search_input{
	width: 100%;
	padding: 4px 10px;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .no_result{
	margin-top: 68px;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .no_result>img{
	width: 43px;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .no_result p.txt{
	font-size: 12px;
    color: #A9A9A9;
    margin: 10px auto;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .no_result p.txt_tip{
	margin: 15px auto;
}
.myinfo_outer .myinfo_content .myinfo_content_right .myinfo_main .no_result p.re_evaluate{
	background-color: #419bf9;
    width: 300px;
    height: 37px;
    color: #fff;
    line-height: 37px;
	margin: 0 auto;
	cursor: pointer;
}
table.table_main{
    color: #9BAbBe;
    width: 100%;
    border-spacing: 0px;
    table-layout: fixed;
    border-bottom: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
	max-width: 100%;
    background-color: transparent;
}
table.table_main thead.thead_main{
	background-color: #F8F9FB;
}
table.table_main thead.thead_main tr{
	height: 38px;
	line-height: 38px;
}
table.table_main thead.thead_main tr .table_title{
	background-color: #445162;
    color: #fff;
    border-bottom: 1px solid #E8EDF8;
	text-align: center;
}
table.table_main tbody.tbody_main{
	text-align: center;
    background-color: #fff;
    clear: both;
    border-spacing: 0px;
}
table.table_main tbody.tbody_main tr:nth-child(2n-1){
	background-color: #F7F7F7;
}
table.table_main tbody.tbody_main tr td.tbody_desc{
    padding: 20px 0px;
    min-height: 30px;
    vertical-align: top;
	font-weight: 700;
}
table.table_main tbody.tbody_main tr td.tbody_desc_title{
	text-align: left;
	padding-left: 30px;
	font-weight: normal;
}
table.table_main tbody.tbody_main tr td.tbody_desc>a{
	color: #445162;
    display: block;
    margin-bottom: 10px;
}
table.table_main tbody.tbody_main tr td.tbody_desc span.belong{
    color: #F75831;
    border: 1px solid #F75831;
    padding: 0px 5px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}
table.table_main tbody.tbody_main tr td.tbody_operate .operate_btn{
	color: #445162;
    display: block;
	font-weight: normal;
	cursor: pointer;
}
table.table_main tbody.tbody_main tr td.tbody_operate .operate_btn.focus{
	margin-bottom: 10px;
}
.consultModal .modal-content{
	background-color: #1d2430;
}
.consultModal .modal-content .modal-header{
	border-radius: 4px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.consultModal .modal-content .modal-header button.close{
    cursor: pointer;
    font-size: 30px;
    color: #9AA9B8;
	margin-top: -8px;
	opacity: 1;
}
.consultModal .modal-content .modal-body{
    padding: 15px;
	color: #fff;
	word-break: break-all;
}
.consultModal .modal-content .modal-body .body_text{
	display: block;
	padding: 0 20px;
	color: #9AA9B8;
	font-size: 18px;
	text-align: center;
}
.consultModal .modal-content .modal-footer{
	padding: 30px 15px 40px;
	border: none;
}
.consultModal .modal-content .modal-footer .close_btn{
	width: 130px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	background-color: #1EAFE9;
	margin: auto;
}
.account{
	height: 100%;
}
.account_title{
	height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #F2F4F8;
    font-size: 17px;
    padding-left: 30px;
    font-weight: bold;
    background-color: #fff;
}
.account_content{
	width: 100%;
	min-height: calc(100% - 76px);
	background-color: #fff;
}
.account_content ul.account_msg{
	padding: 20px 30px;
	overflow: hidden;
}
.account_content ul.account_msg li.account_msg_desc{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.account_content ul.account_msg li.account_msg_desc.none{
	display: none;
}
.account_content ul.account_msg li.account_msg_password{
	width: 100%;
}
.account_content ul.account_msg li.account_msg_desc .msg_title{
    font-weight: bold;
    color: #9AAABD;
    font-size: 12px;
	margin-bottom: 10px;
}
.account_content ul.account_msg li.account_msg_desc .msg_input{
	display: inline-block;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    padding: 0px 20px;
    border-radius: 2px;
    height: 36px;
    background-color: #fff;
    color: #A3B1C1;
    font-size: 12px;
    border: 1px solid #E8EDF8;
    line-height: 36px;
}
.account_content button#resetBtn{
	width: 103px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    background-color: #419bf9;
    display: block;
    border-radius: 4px;
    clear: both;
    border: 0px;
	cursor: pointer;
	margin-left: 30px;
}
.account_content .result{
	height: 200px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.account_content .result .result_title{
	color: #5c5c5c;
    font-size: 12px;
}
.account_content .result .result_tip{
	margin-bottom: 20px;
}
.account_content .result .result_rank{
	width: 100px;
    height: 100px;
    margin: 20px auto;
    background-color: #419bf9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	font-size: 17px;
	line-height: 100px;
	color: #fff;
}
.account_content .result .anew_appraisal{
	background-color: #419bf9;
    width: 300px;
    height: 37px;
    margin: 20px auto;
    color: #fff;
    line-height: 37px;
    text-align: center;
	cursor: pointer;
}
.account_content .result .anew_appraisal>a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.notice_content .notice_left{
	height: 504px;
	padding-top: 30px;
}
.notice_content .notice_left li{
	padding: 10px 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product_detail{
	height: 100%;
}
.product_detail .product_detail_title{
	height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #F2F4F8;
    font-size: 17px;
    color: #4a4a4a;
    padding-left: 30px;
    font-weight: bold;
    background-color: #fff;
}
.product_detail .product_detail_outer{
	width: 100%;
	background-color: #fff;
	height: 520px;
	padding: 30px;
	overflow-y: auto;
}
.product_detail .product_detail_outer::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.product_detail .product_detail_outer::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #C4CDD6;
}
.product_detail .product_detail_outer::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	background: #EDEDED;
}
#msgTab{
	border-bottom: 1px solid #E8EDF8;
	margin-top: 40px;
}
#msgTab li>a{
	border: 1px solid #E8EDF8!important;
	color: #757575;
	margin-right: 10px;
	border-bottom: none;
}
#msgTab li.active>a{
	color: #fff;
	background-color: #445162;
}
.product_tab .product_msg_desc{
	width: 100%;
	margin-top: 20px;
	background-color: #FAFBFE;
}
.product_tab .product_msg_desc li{
	padding: 10px;
	color: #757575;
	display: flex;
}
.product_tab .product_msg_desc li:nth-child(2n-1){
	background-color: #F7F8FD;
}
.product_tab .product_msg_desc li .msg_title{
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_tab .product_msg_desc li .msg_desc{
	width: calc(100% - 250px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_tab .product_msg_desc>a{
	display: block;
	color: black;
}
.only_company{
	text-align: center;
	padding-top: 30px;
	color: #419bf9;
}
/* 个人中心样式 */