* {
	padding: 0;
	margin: 0;
	font-family: '微软雅黑';
}

li {
	list-style: none;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

i {
	font-style: normal;
}

a {
	color: #000;
	text-decoration: none;
}

.fr {
	float: right;
}

em {
	font-style: normal;
}

.fl {
	float: left;
}

.re {
	position: relative;
}

.ab {
	position: absolute;
}

.bc {
	position: absolute;
}

.c33 {
	color: #333;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.tc {
	text-align: center;
}

.btn-bottom-confirm {
	cursor: pointer;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px !important;
}

.pad20 {
	padding: 20px;
}

.iblock {
	display: inline-block;
}

.hoverBlue:hover {
	color: #2b82e1;
	cursor: pointer;
}

.hoverRed:hover {
	color: #ff0000;
	cursor: pointer;
}

.hoverGreen:hover {
	color: var(--color);
	cursor: pointer;
}

.blue {
	color: #5397db !important;
}

/* .var(--color) {
	color: #ff0000;
} */

.green {
	color: var(--color);
}

.yellow {
	color: #ec9d2d;
}

.col8 {
	color: #888;
}

.reimg {
	position: relative;
	top: 3px;
}

.ml20 {
	margin-left: 20px;
}

.blue {
	color: #2b82e1;
}

.bgf {
	background: #fff;
}

/*顶部样式开始*/
body {
	background-color: #fafafa;
}

.aaa {
	height: 60px;
	width: 100%;
	background: url(../../images/banner.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.headContainer {
	width: 100%;
	z-index: 999;
	background: #ECEEF0;
	/*  position: fixed;
  top: 0; */
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.headTop {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #666;
	/* overflow:hidden; */
	/*top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;*/
}

.headTop span {
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.logo {
	width: 200px;
	margin-top: 16px;
}

.headTop div {
	height: 40px;
}

.backShop {
	/*  margin-left: 8px; */
}

.backShop:hover {
	color: #1160b8;
}

.backImg {
	top: 3px;
	margin-left: 35px;
}

.line {
	margin-left: 10px;
	color: #ccc !important;
}

.logout {
	margin-left: 10px;
}

.logout:hover {
	color: #1160b8;
}

.headContainer .username:hover {
	color: #1160b8;
}

.person {
	top: 3px;
	margin-right: 8px;
}

/*顶部样式结束*/
/*底部*/
footer {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
	margin-top: 100px;
}

.footer {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.footerTop {
	padding-bottom: 20px;
	border-bottom: 2px solid #DDD;
}

.footerTopUL {
	display: flex;
}

.footerTopUlLi {
	flex: 1;
}

.footerTopOL li {
	font-size: 12px;
	margin-top: 10px;
	color: #666;
	box-sizing: border-box;
	padding-right: 10px;
}

.footerTopOL li:first-child {
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	margin-top: 10px;
}


.footerBottom {
	font-size: 12px;
	color: #666;
	padding-bottom: 30px;
	margin-top: 25px;
}

.footerBottomUl {
	margin: 0 auto;
	height: 120px;
	width: 420px;
}

.footerBottomUlLi {
	margin-bottom: 15px;
}

.footerBottomOl {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}

.footerBottomOlLi {
	flex: 1;
	text-align: center;
	border-left: 1px solid #666;
}

.footerBottomOlLi:first-child {
	border: none;
}

.footerBottomUlLiLine {
	margin: 0 8px;
	color: #888;
}

.footerBottomUlLiBeian {
	margin-left: 18px;
}

.footerBottomUlLiLast {
	text-align: center;
}

.footerHover:hover {
	color: #333;
	cursor: pointer;
}

/*网页低部 E*/

.formModle .moRen {
	height: 300px;
}

.formModle .moRen img {
	width: 100%;
}

.noRecords {
	display: block !important;
	padding-top: 140px;
	text-align: center;
}

.noRecords img {
	display: inline-block;
	width: 140px;
}

.noRecords p {
	margin-top: 6px;
	font-size: 16px;
	color: var(--color);
}

/*可复用模态框 S*/
.addCartModal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.addCartModal .addCartModalMasker {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.addCartModal .addCartModalContent {
	padding-top: 10px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
}

.addCartModal .addCartModalText {
	padding: 0 20px;
	text-align: center;
}

.addCartModal .addCartModalBtns {
	height: 30px;
	line-height: 30px;
	display: flex;
	margin: 10px 0 0;
}

.addCartModal .addCartModalStop,
.addCartModal .addCartModalToCart {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.addCartModal .addCartModalStop {
	background-color: #eaeaea;
	border-radius: 0 0 0px 4px;
}

.addCartModal .addCartModalToCart {
	background-color: var(--color);
	color: #fff;
	border-radius: 0 0 4px 0px;
}
/*可复用模态框 P*/
.MoPwdCartModal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.MoPwdCartModal .MoPwdCartModalMasker {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.MoPwdCartModal .MoPwdCartModalContent {
	padding-top: 10px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
}

.MoPwdCartModal .MoPwdCartModalText {
	padding: 0 20px;
	text-align: center;
}

.MoPwdCartModal .MoPwdCartModalBtns {
	height: 30px;
	line-height: 30px;
	display: flex;
	margin: 10px 0 0;
}

.MoPwdCartModal .MoPwdCartModalStop,
.MoPwdCartModal .MoPwdCartModalToCart {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.MoPwdCartModal .MoPwdCartModalStop {
	background-color: #eaeaea;
	border-radius: 0 0 0px 4px;
}

.MoPwdCartModal .MoPwdCartModalToCart {
	background-color: var(--color);
	color: #fff;
	border-radius: 0 0 4px 0px;
}

/*可复用模态框 E*/
/*通用提示框，过2秒自动消失 S*/
.wangTipsModal,
.wangTipsModal1 {
	width: 300px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 0 1px 2px #eee;
}

.wangTipsModal p,
.wangTipsModal1 p {
	line-height: 36px;
	text-align: center;
}

.wangTipsModal .wangTipsTitle,
.wangTipsModal1 .wangTipsTitle {
	background-color: var(--color);
	color: #fff;
	border-radius: 4px 4px 0 0;
}

.wangTipsModal .wangTipsBtn,
.wangTipsModal1 .wangTipsBtn {
	border: 1px solid #ddd;
	width: 60%;
	margin: 15px 20% 20px;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px #eee;
	cursor: pointer;
}

.wangTipsModal .wangTipsText,
.wangTipsModal1 .wangTipsText {
	box-sizing: border-box;
	padding: 0 5%;
	/* text-align: left; */
	font-size: 14px;
}

.wangTipsModal .wangTipsBtn:hover,
.wangTipsModal1 .wangTipsBtn:hover {
	background-color: var(--color);
	color: #fff;
}

.wangTipsModal1 .wangTipsBtns {
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
}

.wangTipsModal1 .wangTipsBtns span {
	display: inline-block;
	height: 36px;
	width: 40px;
	border-radius: 2px;
	padding: 0 15px;
	cursor: pointer;
}

.wangTipsModal1 .wangTipsBtns .wangTipsCancel {
	color: #888;
	border: 1px solid #ddd;
}

.wangTipsModal1 .wangTipsBtns .wangTipsCancel:hover {
	color: #666;
	border: 1px solid #ccc;
}

.wangTipsModal1 .wangTipsBtns .wangTipsSure {
	color: #fff;
	border: 1px solid #FF4101;
	background-color: #FF4101;
	margin-left: 25px;
}

.wangTipsModal1 .wangTipsBtns .wangTipsSure:hover {
	border: 1px solid #f00;
	background-color: #f00;
}

/*通用提示框，过2秒自动消失 E*/
.headCont {
	height: 95px;
	background: #fff;
}

.btn-backShop {
	margin-left: 20px;
	width: 100px;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
	text-align: center;
}

.form-head {
	background: #F7F7F7;
}

.yf-property-center .nav {
	padding: 18px 0;
	width: 140px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
}

.yf-property-center .nav li {
	line-height: 38px;
	text-align: center;
	border-left: 3px solid transparent;
	cursor: pointer;
	color: #666;
}

.yf-property-center .nav li span {
	font-size: 16px;
	color: #666;
}

.yf-property-center .nav li.active {
	background: var(--rgba1);
	border-left-color: var(--color);
	color: var(--color);
}

.yf-property-center .nav li.active span {
	color: var(--color);
}

.yf-property-center .contents {
	margin-left: 20px;
	width: 1040px;
}

.container {
	width: 1200px;
	margin: 15px auto 40px;
}

.transactions {
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 20px 20px 0;
	background-color: #fff;
	border: 1px solid #eee;
}

.transactions h4 {
	position: relative;
	line-height: 50px;
	border-bottom: 1px solid #E8E8E8;
	padding-left: 20px;
}

.transactions h4:before {
	content: '';
	width: 3px;
	height: 16px;
	background: var(--color);
	border-radius: 0px 100px 100px 0px;
	position: absolute;
	left: 0;
	top: 17px;
}

.transactions h4 em {
	font-size: 14px;
	color: #666;
}

.transactions h4 i {
	display: inline-block;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	margin-top: 1px;
}

/*列表*/
.formModle-contant {
	border: 1px solid #E8E8E8;
	min-height: 500px;
}

.formModle {}

.formModle li {
	font-size: 14px;
	/* height: 40px; */
	color: #666;
	border-top: 1px solid #ddd;
	display: flex;
}

.formModle li:first-child {
	border: none;
}

.formModle li.form-head span {
	color: #999 !important;
}

.formModle li:first-child span {
	line-height: 40px;

}

.formModle li span {
	display: inline-block;
	text-align: center;
	line-height: 50px;
}

.formModle li span:nth-child(1) {
	flex: 2;
}

.formModle li span:nth-child(2) {
	flex: 2.5;
}

.formModle li span:nth-child(3) {
	flex: 1;
	color: #222;
}

.formModle li span:nth-child(4) {
	flex: 1;
}

.formModle li span:nth-child(5) {
	flex: 1;
	color: #222;
}

.formModle li span:nth-child(6) {
	flex: 1;
}

.formModle li span:nth-child(7) {
	flex: 1;
}

.formModle li span i {
	cursor:pointer;
}
.formModle li span em{
	cursor:pointer;
}
.blueText{
	color: #5397DB;
}

/*最近交易 结束*/
.moneyNum {
	font-weight: bold;
	font-size: 18px;
	color: var(--color);
}

.pro-title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	color: #222;
}
