/* 广告位 */
.home_ggw {
	width: 1200px;
	margin: 20px auto 64px;
}

.personal_main {
	width: 1200px;
	box-sizing: border-box;
	padding: 0 25px;
	margin: 50px auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 0 0 #eee;
}

/* 业绩记录 */
.trackrecord {
	width: 100%;
	box-sizing: border-box;
}

.bid_main_fenye {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

.trackrecord .list {
	width: 100%;
	box-sizing: border-box;
}

.trackrecord .list .list_main {
	width: 100%;
	box-sizing: border-box;
	padding: 28px 0;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trackrecord .list .list_main .zuo {
	display: flex;
	justify-content: end;
	align-items: center;
	flex: auto;
}

.trackrecord .list .list_main .zuo .text {
	font-size: 28px;
	color: #1a1a1a;
	margin-right: 18px;
	max-width: 70%;
}

.zhuangtai {
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.zhuangtai.lv {
	background: #5ac081;
}

.zhuangtai.huang {
	background: #ff8d00;
}

.zhuangtai.hong {
	background: #ff3600;
}

.zhuangtai.hui {
	background: #cccccc;
}

.trackrecord .list .list_main .you {
	font-size: 20px;
	color: #b2b2b2;
	flex-shrink: 0;
}

.trackrecord .list .nrxia {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: end;
	align-items: end;
	padding: 24px 0;
	height: 230px;
	overflow-y: auto;
}

.trackrecord .list .nrxia .text {
	font-size: 20px;
	color: #4c4c4c;
	margin-right: 20px;
}

.trackrecord .list .nrxia .xiazai {
	font-size: 18px;
	color: #5ac081;
	border-bottom: 1px solid #57ba7c;
	flex-shrink: 0;
}

/* 表格 */
.submit {
	width: 100%;
	box-sizing: border-box;
}

.submit .submit_tips {
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
}

.submit .submit_tips .bti {
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.submit .submit_tips .bti .text {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	margin-right: 12px;
}

.submit .submit_tips p {
	font-size: 20px;
	color: #b2b2b2;
}

.submit .submit_biaoge {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 10px;
}

.submit .submit_biaoge .submit_biaoge_main {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 0;
}

.submit .submit_biaoge .submit_biaoge_main .zou {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	padding-left: 25px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.didian {
	background: url(../image/didianb.png) 0 50% no-repeat;
	background-size: 19px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.shijian {
	background: url(../image/shijian.png) 0 50% no-repeat;
	background-size: 19px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.dengji {
	background: url(../image/dengji.png) 0 50% no-repeat;
	background-size: 19px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.jigo {
	background: url(../image/renz.png) 0 50% no-repeat;
	background-size: 19px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.zhuti {
	background: url(../image/zhuti.png) 0 50% no-repeat;
	background-size: 19px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.mingc {
	background: url(../image/mingc.png) 0 50% no-repeat;
	background-size: 20px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.lianxi {
	background: url(../image/shouji.png) 0 50% no-repeat;
	background-size: 14px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.email {
	background: url(../image/youxiang.png) 0 50% no-repeat;
	background-size: 20px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.miaosu {
	background: url(../image/bianji.png) 0 50% no-repeat;
	background-size: 20px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.yingye {
	background: url(../image/biaodanm.png) 0 50% no-repeat;
	background-size: 20px;
}

.submit .submit_biaoge .submit_biaoge_main .zou.zhaop {
	background: url(../image/zhaop.png) 0 50% no-repeat;
	background-size: 20px;
}

.submit .submit_biaoge .submit_biaoge_main .you {
	width: 1000px;
	flex-shrink: 0;
}

.submit .submit_biaoge .submit_biaoge_main .you .text {
	width: 100%;
	height: 50px;
	border: 1px solid #E6E6E6;
	font-size: 18px;
	text-indent: 1em;
}

.submit .submit_biaoge .submit_biaoge_main .you .text::placeholder {
	color: #b2b2b2;
}

.submit .submit_biaoge .submit_biaoge_main .you textarea {
	width: 100%;
	height: 256px;
	border: 1px solid #E6E6E6;
	resize: none;
	font-size: 18px;
	text-indent: 1em;
	box-sizing: border-box;
	padding: 10px 0;
}

.submit .submit_biaoge .submit_biaoge_main .you textarea::placeholder {
	color: #b2b2b2;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjkaiguan {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 20px;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjkaiguan .kg {
	width: 124px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #b2b2b2;
	font-size: 18px;
	border: 1px solid #e5e5e5;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjkaiguan .kg.click {
	border-color: #5ac081;
	background-color: #5ac081;
	color: #FFFFFF;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjduan {
	width: 100%;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjduan .top {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjduan .top span {
	font-size: 20px;
	color: #000000;
	margin: 0 18px;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjduan input {
	flex: auto;
	height: 50px;
	border: 1px solid #E6E6E6;
	text-indent: 1em;
	font-size: 18px;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjduan input::placeholder {
	color: #b2b2b2;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjduan .bot {
	display: flex;
	justify-content: end;
	align-items: center;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjduan .bot p {
	font-size: 20px;
	color: #000000;
	margin: 0 18px;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjdian {
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjdian input {
	flex: auto;
	height: 50px;
	border: 1px solid #E6E6E6;
	text-indent: 1em;
	font-size: 18px;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjdian input::placeholder {
	color: #b2b2b2;
}

.submit .submit_biaoge .submit_biaoge_main .you .sjdian p {
	font-size: 20px;
	color: #000000;
	margin: 0 18px;
}

.submit .submit_xiazai {
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 28px 0;
}

.submit .submit_xiazai .submit_xiazai_tishi {
	display: flex;
	justify-content: end;
	align-items: center;
}

.submit .submit_xiazai .submit_xiazai_tishi:nth-child(1) {
	margin-right: 92px;
}

.submit .submit_xiazai .submit_xiazai_tishi .da {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	padding: 0 28px;
	background: url(../image/xiazai.png) 0 50% no-repeat;
	background-size: 21px;
}

.submit .submit_xiazai .submit_xiazai_tishi .xiao {
	font-size: 18px;
	color: #5ac081;
	border-bottom: 1px solid #57ba7c;
}

.submit .submit_xiazai .hong {
	font-size: 14px;
	color: #f32121;
}

.submit .submit_anniu {
	width: 340px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	margin: 110px auto 60px;
	background-image: -webkit-linear-gradient(0deg, rgb(90, 192, 129) 0%, rgb(90, 192, 169) 100%);
}

.submit .quxiao {
	width: 100%;
	height: 30px;
}

.submit .jindu {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.submit .jindu .jianto {
	width: 23px;
	height: 21px;
	background: url(../image/zhuangjianto.png) 0 0 no-repeat;
	background-size: cover;
	margin: 0 44px;
}

.submit .jindu .textimg {
	text-align: center;
}

.submit .jindu .textimg .img {
	width: 72px;
	height: 72px;
	margin: 0 auto 10px;
}

.submit .jindu .textimg .img img {
	width: 100%;
}

.submit .jindu .textimg .text {
	font-size: 20px;
	color: #4c4c4c;
}

.management_main {
	width: 1200px;
	box-sizing: border-box;
	margin: 50px auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 0 0 #eee;
}

.txback {
	width: 100%;
	height: 300px;
	position: relative;
	box-sizing: border-box;
	background: url(../image/wodeback.jpg) 0 0 no-repeat;
	background-size: cover;
	margin: 0 0 140px;
}

.txback .toxaimg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.txback .toxaimg .img {
	width: 160px;
	height: 160px;
	border: 6px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}

.txback .toxaimg .img::after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	width: 100%;
	height: 20%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	content: attr(data-tips);
	transition: all 300ms;
}

.txback .toxaimg .img:hover::after {
	left: calc(100% + 20px);
	opacity: 1;
}

.txback .toxaing .img img {
	width: 100%;
}

.txback .toxaimg .name {
	display: flex;
	justify-content: center;
	align-items: center;
}

.txback .toxaimg .name .name_text {
	font-size: 32px;
	color: #1a1a1a;
	text-align: center;
	margin: 0 auto;
}

.txback .toxaimg .name .name_svg {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-left: 10px;
}

.txback .toxaimg .name .name_svg svg {
	width: 100%;
	height: 100%;
}

.submit.zhgl {
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
}

.submit.zhgl .submit_biaoge .submit_biaoge_main .you {
	width: 920px;
}

.submit.zhgl .submit_biaoge .submit_biaoge_main .you p {
	font-size: 18px;
	color: #b2b2b2;
}

.submit.zhgl .submit_biaoge .submit_biaoge_main .you .wrenz {
	font-size: 18px;
	color: #ff2525;
	background: url(../image/gantan.png) 0 50% no-repeat;
	background-size: 22px;
	padding-left: 32px;
}

.submit.renz .submit_biaoge .submit_biaoge_main .you {
	width: 950px;
}

.submit.renz .submit_biaoge .submit_biaoge_main .you p {
	font-size: 18px;
	color: #5ac081;
	border-bottom: 1px solid #57ba7c;
	display: inline-block;
}
