.body-content {
	background: #f6f6f6;
	min-width: 1200px;
}

.body-content .body-main {
	width: 1200px;
	margin: auto;
	padding-bottom: 34px;
}

.body-content .body-main .left-top {
	width: 840px;
	background: #fff;
}

.body-content .body-main .left-top .left-top-title {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #DFEBFF;
	padding-left: 15px;
}

.body-content .body-main .left-top .left-top-title span {
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #0E5CDC;
	line-height: 18px;
}

.body-content .body-main .left-top .left-top-title .agreementBt {
	background: #fff4f4;
	height: 30px;
	line-height: 28px;
	width: 90px;
	text-align: center;
	border-radius: 15px;
	color: #ff6c6f;
	border: 1px solid #ff6c6f;
	font-size: 12px;
	cursor: pointer;
	float: right;
	margin-top: 15px;
}

.body-content .body-main .left-top .left-top-main {
	/*border-bottom: 1px dashed #ececec;*/
	height: 42px;
	display: flex;
	align-items: center;
}

.body-content .body-main .left-top .left-top-main .item {
	flex: 1;
	color: #666;
}

.body-content .body-main .left-top .left-top-div {
	background: #F2F7FF;
	padding: 15px 23px;
}

.body-content .body-main .right-top {
	width: 340px;
	background: #fff;
	color: #666;
	line-height: 40px;
	padding: 9px 0 9px 0;
	margin-left: 20px;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.body-content .body-main .right-top .right-top-logo {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	overflow: hidden;
}

.body-content .body-main .right-top i {
	font-size: 20px;
}

.body-content .body-main .right-top .input-div {
	height: 30px;
	padding: 0 10px;
	margin-top: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.body-content .body-main .right-top .input-div input {
	width: 73px;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 5px;
	border: 1px solid #E8F1FF;
	border-radius: 3px;
}

.body-content .body-main .right-top .operatePrice {
	color: #666;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.body-content .body-main .right-top .operatePrice div {
	width: 16px;
	height: 16px;
	display: flex;
	border: 2px solid #b2cbf4;
	color: #b2cbf4;
	margin-left: 8px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.body-content .body-main .right-top .operatePrice div:hover {
	background: #fafafa;
	border: 2px solid #0e5cdc;
	color: #0e5cdc;
}

.body-content .body-main .right-top .operatePrice div.unactive {
	color: #b2cbf4;
}

.body-content .body-main .right-top .applyBt {
	width: 100px;
	height: 30px;
	background: #0E5CDC;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}

.body-content .body-main .right-top a {
	color: #A6A6A6;
}

.body-content .body-main .right-top a:hover {
	text-decoration: none;
}

.body-content .body-main .right-top .errMsg-center {
	margin: 10px;
}


.body-content .body-main .bottom-part {
	width: 840px;
}

.body-content .body-main .bottom-part .left-bottom {
	width: 840px;
	float: left;
	background: #fff;
	min-height: 630px;
}

.body-content .body-main .bottom-part .left-bottom .left-bottom-tab {
	height: 60px;
	line-height: 60px;
	background: #f9f9f9;
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.body-content .body-main .bottom-part .left-bottom .left-bottom-tab li {
	float: left;
	height: 60px;
	width: 200px;
	cursor: pointer;
}

.body-content .body-main .bottom-part .left-bottom .left-bottom-tab li.active {
	background: #fff;
	color: #ff6c6f;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

.body-content .body-main .bottom-part .left-bottom .left-bottom-product {
	margin: 5px auto;
	width: 796px;
}

.body-content .body-main .bottom-part .left-bottom .left-bottom-product .item-head-title {
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #0E5CDC;
	font-size: 12px;
	font-weight: bold;
	color: #0E5CDC;
}

.body-content .body-main .bottom-part .left-bottom .left-bottom-product .item-head-bg {
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #0E5CDC;
}

.body-content .body-main .bottom-part .left-bottom .left-bottom-product .item-content {
	line-height: 26px;
	margin: 10px 0px;
	min-height: 104px;
}

.body-content .body-main .bottom-part .left-bottom .item-list {
	padding: 30px 70px;
	border-bottom: 1px solid #ececec;
}

.body-content .body-main .bottom-part .left-bottom .item-list .item-list-title {
	font-size: 18px;
	color: #666;
	line-height: 38px;
}

.body-content .body-main .bottom-part .left-bottom .item-list .item-list-content {
	line-height: 22px;
	color: #222;
}

.body-content .body-main .bottom-part .right-bottom {
	width: 340px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 20px;
}

.body-content .body-main .bottom-part .right-bottom .right-bottom-title {
	height: 60px;
	line-height: 60px;
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #ececec;
}

.body-content .body-main .bottom-part .right-bottom .right-bottom-item {
	margin-top: 50px;
	color: #878787;
}

.body-content .body-main .bottom-part .right-bottom .right-bottom-item .item-content {
	line-height: 30px;
	color: #b7b7b7;
	font-size: 12px;
	margin-top: 10px;
}

.body-content .body-main .bottom-part .right-bottom .right-bottom-item .item-content>div {
	width: 33%;
	float: left;
}

.body-content .body-main .bottom-part .right-bottom .right-bottom-item .item-bt {
	margin-top: 10px;
}

.body-content .body-main .body-title {
	font-size: 11px;
	color: #0E5CDC;
}

.body-content .body-main .body-title .title-a {
	color: #1C1C1C;
}

.body-content .body-main .body-title .title-img {
	width: 11px;
	height: 11px;
}

.body-content .body-main .left-top .left-top-div .div-dkqx {
	display: flex;
	flex-direction: row;
	margin-bottom: 11px;
}

.body-content .body-main .left-top .left-top-div .div-sxed {
	display: flex;
	flex-direction: row;
}

*,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
input,
textarea,
p,
th,
td {
	align-items: flex-start;
}

.body-content .body-main .bottom-part .left-bottom b {
	font-size: 11px;
	color: #1C1C1C;
	line-height: 23px;
}

.body-content .body-main .bottom-part .left-bottom p {
	font-size: 11px;
	color: #1C1C1C;
	line-height: 23px;
}

input[type=checkbox],
input[type=radio] {
	margin: 0;
	line-height: normal;
}