body,
div,
section,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: normal;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5,
p {
	font-weight: normal;
	word-break: break-all;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none !important;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

body {
	background-color: #f5f5f5;
}

.header1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
}

.header1main {
	width: 1200px;
	margin: auto;
}

.header1main h2 {
	font-size: 14px;
	line-height: 50px;
	color: #FFFFFF;
	float: left;
}

.header1main h2 i {
	margin-right: 3px;
}

.header1main h3 {
	font-size: 14px;
	line-height: 50px;
	color: #FFFFFF;
	float: right;
}

.header1main h3 i {
	margin-right: 3px;
	font-size: 16px;
}

.header1ss {
	float: right;
	margin-right: 30px;
	height: 30px;
	margin-top: 10px;
	position: relative;
}

.header1ss input {
	width: 250px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #222222;
	background-color: #ffffff;
	border-radius: 1.875rem;
	border: none;
	outline-style: none;
	padding-right: 60px;
}

.header1ss button {
	width: 50px;
	position: absolute;
	padding: 0;
	right: 0;
	top: 0;
	border-radius: 1.875rem;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	border-radius: 1.875rem;
	border: none;
	outline-style: none;
	text-align: center;
	line-height: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 16px;
	transition: all 0.3s ease;
}

.header1ss button:hover {
	background-image: linear-gradient(75deg, rgb(191 154 98) 0%, rgb(231 190 127) 100%);
}

.header2 {
	background-color: #ffffff;
	padding: 20px 0;
}

.header2main {
	width: 1200px;
	margin: auto;
}

.header2logo {
	height: 50px;
	float: left;
}

.header2logo img {
	height: 100%;
}

.header2right {
	float: right;
	padding: 5px 0;
}

.header2right a {
	font-size: 15px;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
	color: #000000;
	margin-left: 10px;
	transition: all 0.3s ease;
}

.header2right a:hover {
	color: #e1b676;
}

.header2right .header2rightxz {
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	color: #ffffff;
	border-radius: 1.875rem;
}

.header2right .header2rightxz:hover {
	color: #ffffff;
}

.index01 {
	width: 1200px;
	margin: 20px auto;
	margin-bottom: 50px;
}

.index01main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.index01left {
	width: 25%;
	margin-right: 1%;
}

.index01center {
	width: 74%;
}

.index01left1 {
	background-color: #FFFFFF;
	padding: 20px 25px;
}

.index01left1 h3 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.index01left1 h3 a {
	font-size: 14px;
	float: right;
	color: #ef4136;
	font-weight: normal;
}

.index01left1 h3 a i {
	font-size: 12px;
}

.index01left1 h3 a:hover {
	color: #c9352c;
}

.index01left1lb a {
	line-height: 25px;
	font-size: 14px;
	position: relative;
	padding-left: 10px;
	color: #666;
	display: block;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index01left1lb a:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #bfbfbf;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index01left1lb a:hover {
	color: #ef4136;
}

.index01left2 {
	background-color: #FFFFFF;
	padding: 20px 25px;
	margin-top: 10px;
}

.index01left2 h4 {
	font-size: 15px;
	line-height: 30px;
	color: #2c2c2c;
}

.index01left2 h4 i {
	margin-right: 3px;
	float: left;
}

.index01left2 h5 {
	font-size: 16px;
	line-height: 30px;
	color: #ef4136;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.index01bottom {
	padding: 20px;
	background-color: #ffffff;
	margin-top: 10px;
	position: relative;
	padding-left: 155px;
}

.index01bottom1 {
	position: absolute;
	left: 20px;
	top: 20px;
	padding-right: 20px;
	text-align: center;
	border-right: 1px solid #dddddd;
}

.index01bottom1 h4 {
	font-size: 15px;
	line-height: 20px;
	color: #ef4136;
	font-weight: bold;
}

.index01bottom1 p {
	font-size: 12px;
	color: #7a7a7a;
	line-height: 15px;
}

.index01bottomlb {
	display: flex;
	flex-wrap: wrap;
}

.index01bottomlb li i {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

.index01bottomlb li {
	width: 11%;
	padding-left: 45px;
	position: relative;
}

.index01bottomlb .icon-you {
	width: 6.8%;
	text-align: center;
	font-size: 22px;
	color: #c0c0c0;
	line-height: 35px;
}

.index01bottomlb li h3 {
	font-size: 13px;
	line-height: 15px;
	color: #666666;
}

.index01bottomlb li p {
	font-size: 14px;
	line-height: 20px;
	color: #ef4136;
}

.index02 {
	width: 1200px;
	margin: auto;
	background-color: #ffffff;
	padding: 30px 20px;
	padding-bottom: 120px;
	margin-bottom: 50px;
}

.index02main {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.index02bgimg {
	width: 100%;
	position: absolute;
	width: 100%;
	bottom: -95px;
	left: 0;
}

.index02left {
	width: 48%;
	margin-right: 2%;
	position: relative;
	z-index: 1;
}

.index02right {
	width: 50%;
	position: relative;
	z-index: 1;
}

.index02left h2 {
	font-size: 37px;
	line-height: 40px;
	text-transform: uppercase;
	color: #44403c;
	font-weight: bold;
}

.index02left h3 {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #44403c;
	font-weight: bold;
}

.index02left h4 {
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	color: #44403c;
	font-weight: bold;
	margin-top: 10px;
}

.index02left h4 span {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #44403c;
	font-weight: normal;
	display: block;
	letter-spacing: 0.1px;
}

.index02left h1 {
	width: 70px;
	height: 8px;
	border-radius: 30px;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	margin-top: 10px;
	margin-bottom: 15px;
}

.index02left div p {
	font-size: 13px;
	line-height: 25px;
	color: #222222;
	margin-bottom: 20px;
	text-align: justify;
}

.index02left div p:last-child {
	margin-bottom: 0;
}

.index02left a {
	display: inline-block;
	line-height: 40px;
	padding: 0 35px;
	font-size: 15px;
	color: #FFFFFF;
	border-radius: 30px;
	margin-top: 30px;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	transition: all 0.3s ease;
}

.index02left a:hover {
	padding: 0 40px;
}

.index03 {
	width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}

.index03tit {
	margin-bottom: 20px;
}

.index03tit h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.index03tit h4 span {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

.index03tit h4 a {
	float: right;
	font-size: 14px;
	color: #222222;
	font-weight: normal;
	transition: all 0.3s ease;
}

.index03tit h4 a:hover {
	color: #e1b676;
}

.index03tit h4 a i {
	float: right;
	font-size: 12px;
}

.index03lb {
	display: flex;
	flex-wrap: wrap;
}

.index03lb li {
	width: 32.53%;
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 15px;
}

.index03lb li:nth-child(3n-1) {
	margin: 0 1.205%;
	margin-bottom: 15px;
}

.index03lb li h3 {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index03lb li h4 {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index03lb li p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #222;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.index03lb li a {
	font-size: 14px;
	line-height: 16px;
	color: #d5ac6e;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 5px;
	position: relative;
}

.index03lb li a:after {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #222222;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all 0.3s ease;
}

.index03lb li a:hover::after {
	width: 100%;
	background-color: #d5ac6e;
}

.index04lb {
	display: flex;
	flex-wrap: wrap;
}

.index04lb img {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 15px;
	background-color: #000000;
	transition: all 0.3s ease;
}

.index04lb img:nth-child(4n) {
	margin-right: 0;
	margin-bottom: 15px;
}

.index04lb img:hover {
	transform: scale(1.05);
	opacity: 0.9;
}

.index05 {
	width: 1200px;
	margin: auto;
	padding: 30px 20px;
	background-color: #ffffff;
	margin-bottom: 50px;
}

.index05js p {
	font-size: 16px;
	line-height: 40px;
	color: #000000;
}

.index05js a {
	display: inline-block;
	line-height: 40px;
	padding: 0 35px;
	font-size: 15px;
	color: #FFFFFF;
	border-radius: 30px;
	margin-top: 20px;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	transition: all 0.3s ease;
}

.index05js a:hover {
	padding: 0 40px;
}

footer {
	background-color: #ffffff;
	padding-top: 50px;
	border-top: 1px solid #e5e5e5;
}

.footer {
	width: 1200px;
	margin: auto;
	padding-bottom: 30px;
}

.footerleft {
	float: left;
}

.footerright {
	float: right;
}

.footerleft img {
	height: 50px;
	margin-bottom: 20px;
}

.footerleft h4 {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}

.footerleft h4 span {
	font-size: 12px;
	color: #666666;
	display: block;
	line-height: 15px;
	letter-spacing: -1.05px;
}

.footerleft h5 {
	width: 80px;
	height: 4px;
	margin: 10px 0;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
}

.footerleft p {
	font-size: 17.4px;
	line-height: 20px;
	color: #000000;
}

.footerright1 {
	display: flex;
	flex-wrap: wrap;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #d8d8d8;
}

.footerright1 div img {
	width: 120px;
	height: 120px;
}

.footerright {
	display: flex;
	flex-wrap: wrap;
}

.footerright1 div {
	margin-left: 20px;
}

.footerright1 div p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #666;
	margin-top: 5px;
}

.footerright2 h4 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}

.footerright2 p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.footer2 {
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 50px;
}

.footer2 a {
	color: #FFFFFF;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.mbx {
	width: 100%;
	background-color: #ffffff;
}

.mbxmain {
	width: 1200px;
	margin: auto;
	font-size: 15px;
	color: #666;
	line-height: 50px;
}

.mbxmain a {
	color: #666;
}

.mbxmain .icon-you {
	font-size: 14px;
	margin: 0 3px;
}

.about {
	width: 1200px;
	margin: 50px auto;
}

.aboutmain {
	background-color: #ffffff;
	padding: 20px;
}

.abouttit {
	margin-bottom: 30px;
}

.abouttit h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 2px;
}

.abouttit h4 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #666;
	text-transform: uppercase;
}

.abouttit h5 {
	width: 150px;
	height: 8px;
	border-radius: 30px;
	background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
}

.aboutlb {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.aboutlb li {
	position: relative;
	padding-left: 80px;
}

.aboutlb li i {
	font-size: 70px;
	line-height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	/* Chrome, Safari */
	background: linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	/* 标准语法 */
	-webkit-background-clip: text;
	/* Chrome, Safari */
	background-clip: text;
	-webkit-text-fill-color: transparent;
	/* Chrome, Safari */
	color: transparent;
}

.aboutlb li h4 {
	font-size: 36px;
	line-height: 45px;
}

.aboutlb li h4 span {
	font-size: 14px;
	color: #666;
	vertical-align: top;
}

.aboutlb li p {
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

.aboutjs {
	margin-bottom: 40px;
}

.aboutjs p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.aboutlb1 {
	display: flex;
	flex-wrap: wrap;
}

.aboutlb1 li {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 20px;
}

.aboutlb1 li:nth-child(4n) {
	margin-right: 0;
}

.aboutlb1 li img {
	width: 100%;
}

.aboutlb1 li p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.aboutlb1 li p:after {
	content: "";
	width: 45px;
	height: 3px;
	border-radius: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	margin: auto;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
}

.news {
	width: 1200px;
	margin: 50px auto;
}

.newslb1 {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.newslb1 img {
	width: 30%;
	height: 224px;
}

.newslb2 {
	width: 70%;
	padding: 30px;
}

.newslb2 h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.newslb2 h4 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.newslb2 h4 i {
	font-size: 14px;
	line-height: 16px;
	float: left;
	margin-right: 3px;
}

.newslb2 p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 25px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.newslb2 a {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 25px;
	border-radius: 30px;
	background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	transition: all 0.3s ease;
}

.newslb2 a i {
	float: right;
	margin-left: 3px;
	font-size: 12px;
}

.newslb2 a:hover {
	padding: 0 28px;
}

.newsdetail {
	width: 1200px;
	margin: 50px auto;
	padding: 20px;
	background-color: #ffffff;
}

.newsdetailtit {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
}

.newsdetailtit h4 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}

.newsdetailtit p {
	font-size: 14px;
	line-height: 16px;
	color: #666;
}

.newsdetailtit p i {
	font-size: 14px;
	margin-right: 3px;
	vertical-align: middle;
}

.newsdetail1 p {
	font-size: 14px;
	line-height: 25px;
}

.newsdetail1 img {
	max-width: 100%;
}

.pmgg {
	width: 1200px;
	padding: 20px;
	background-color: #ffffff;
	margin: 50px auto;
}

.pmggtit {
	display: flex;
	flex-wrap: wrap;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
}

.pmggtit p {
	font-size: 15px;
	line-height: 40px;
	color: #ffffff;
	padding: 0 10px;
}

.pmggtit p:nth-child(1) {
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.pmggtit p:nth-child(2),
.pmggtit p:nth-child(3),
.pmggtit p:nth-child(4) {
	width: 20%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.pmgglb a {
	display: flex;
	flex-wrap: wrap;
	color: #333333;
	transition: all 0.3s ease;
}

.pmgglb a:hover {
	color: #c9352c;
}

.pmgglb a:nth-child(2n) {
	background-color: #f5f5f5;
}

.pmgglb a p {
	font-size: 14px;
	line-height: 40px;
	padding: 0 10px;
}

.pmgglb a p:nth-child(1) {
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.pmgglb a p:nth-child(2),
.pmgglb a p:nth-child(3),
.pmgglb a p:nth-child(4) {
	width: 20%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.pmgz {
	width: 1200px;
	padding: 20px;
	background-color: #ffffff;
	margin: 50px auto;
}

.pmgztit {
	position: relative;
	padding-left: 12px;
	margin-bottom: 10px;
}

.pmgztit:after {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
}

.pmgztit h4 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 3px;
	color: #666;
	text-transform: uppercase;
}

.pmgztit p {
	font-size: 18px;
	line-height: 20px;
	color: #222222;
	font-weight: bold;
}

.pmgzxq p {
	font-size: 14px;
	color: #666;
	line-height: 40px;
}

.contact1 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

.contact1left {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	padding-right: 5%;
	margin-right: 5%;
	border-right: 1px solid #dddddd;
}

.contact1left input {
	width: 49%;
	margin-bottom: 15px;
	border-radius: 10px;
	height: 50px;
	padding: 0 10px;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	line-height: 48px;
}

.contact1left input:nth-child(1) {
	margin-right: 2%;
}

.contact1left input:nth-child(3) {
	width: 100%;
}

.contact1left textarea {
	width: 100%;
	font-family: "微软雅黑";
	margin-bottom: 15px;
	border-radius: 10px;
	height: 100px;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	outline-style: none;
}

.contact1left button {
	height: 40px;
	padding: 0 20px;
	border-radius: 10px;
	outline-style: none;
	color: #FFFFFF;
	background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	transition: all 0.3s ease;
}

.contact1left button:hover {
	padding: 0 25px;
}

.contact1right img {
	height: 50px;
	margin-bottom: 20px;
}

.contact1right p {
	font-size: 15px;
	line-height: 40px;
	color: #000000;
}

.contact1right p i {
	margin-right: 5px;
	font-size: 16px;
}

.contact2 .contact_map {
	width: 100%;
	margin-top: 30px;
	height: 500px;
}

.indexjp01 .index01center {
	width: 50%;
}

.indexjp01 .index01center .swiper-slide img {
	height: 408px;
	width: 100%;
}

.index01right {
	width: 23%;
	margin-left: 1%;
	background-color: #ffffff;
	padding: 20px;
	height: 408px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ef2241 !important;
}

.index01right1:nth-child(1) {
	margin-bottom: 20px;
}

.index01right1 h5 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;

}

.index01right1 h5 i {
	width: 18px;
	height: 18px;
	font-size: 12px;
	float: left;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	margin-right: 5px;
	background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
}

.index01right1 div {
	display: flex;
	flex-wrap: wrap;
}

.index01right1 div a {
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	display: block;
	width: 25%;
	padding: 0 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.index01right1 div a:hover {
	color: #ef4136;
}

.indexjp02 {
	width: 1200px;
	margin: 50px auto;
}

.indexjp02lb {
	width: 100%;
}

.indexjp02lb li {
	display: flex;
	background-color: #222222;
	margin-bottom: 10px;
	flex-wrap: wrap;
	overflow: hidden;
}

.indexjp02lb li:hover>.indexjp02lbleft {}

.indexjp02lb li:hover>.indexjp02lbleft img {
	opacity: 0.9;
	transform: scale(1.02);
}

.indexjp02lbleft {
	width: 60%;
	height: 322px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.indexjp02lbleft img {
	width: 100%;
	min-height: 322px;
	transition: all 0.3s ease;
}

.indexjp02lbright {
	width: 40%;
	padding: 40px;
	background-color: #FFFFFF;
	position: relative;
}

.indexjp02lbright h5 {
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	border-radius: 10px 0 10px 0;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
}

.indexjp02lbright h2 {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	margin-bottom: 8px;
}

.indexjp02lbright h3 {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 25px;
}

.indexjp02lbright h4 {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexjp02lbright h4 span {
	color: #ff0000;
}

.indexjp02lbright h1 {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexjp02lbright h1 span {
	color: #666;
}

.indexjp02lbright h4 b {
	color: #dfb370;
	font-weight: normal;
}

.indexjp02lbright div {
	margin-top: 50px;
}

.indexjp02lbright div a:nth-child(1) {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 40px;
	display: inline-block;
	margin-right: 10px;
	transition: all 0.3s ease;
	background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
}

.indexjp02lbright div a:nth-child(1):hover {
	opacity: 0.9;
}

.indexjp02lbright div a:nth-child(2) {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 40px;
	display: inline-block;
	transition: all 0.3s ease;
	background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
}

.indexjp02lbright div a:nth-child(2):hover {
	opacity: 0.9;
}

.indexjp03lb {
	display: flex;
	flex-wrap: wrap;
}

.indexjp03lb li {
	width: 24%;
	margin-right: 1.3333%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.indexjp03lb li:nth-child(4n) {
	margin-right: 0;
}

.indexjp03lb1 {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #000000;
}

.indexjp03lb1 img {
	width: 100%;
	min-height: 200px;
	transition: all 0.3s ease;
}

.indexjp03lb a:hover>.indexjp03lb1 img {
	opacity: 0.9;
	transform: scale(1.05);
}

.indexjp03lb2 {
	padding: 10px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.indexjp03lb2 h2 {
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.indexjp03lb2 h3 {
	font-size: 14px;
	color: #333;
	line-height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexjp03lb2 h3 span {
	color: #ff0000;
	font-size: 16px;
}
.indexjp03lb li{
	position: relative;
}
.indexjp03lb li h4 {
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	background-color: #ef4136;
	border-radius: 20px 0 0 20px;
	position: absolute;
	right: 0;
	bottom: 50px;
	padding: 0 10px;
}

.indexjp03lb3 {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mbxjp {
	background-color: rgba(0, 0, 0, 0);
}

.pmlb01 {
	position: relative;
	padding-left: 150px;
	min-height: 50px;
	max-height: 50px;
	overflow: hidden;
	transition: all 0.3s ease;
	border-bottom: 1px solid #eeeeee;
}

.pmlb01 h4 {
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	width: 150px;
	font-size: 14px;
	background-image: -moz-linear-gradient(0deg, rgb(241, 77, 66) 0%, rgb(255, 106, 97) 54%);
	background-image: -webkit-linear-gradient(0deg, rgb(241, 77, 66) 0%, rgb(255, 106, 97) 54%);
	background-image: -ms-linear-gradient(0deg, rgb(241, 77, 66) 0%, rgb(255, 106, 97) 54%);
	line-height: 50px;
}


.pmlb01 h4 span {
	display: block;
	width: 100%;
	color: #ffffff;
}

.pmlb01 div a {
	line-height: 30px;
	display: inline-block;
	padding: 0 20px;
	border-radius: 20px;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
	cursor: pointer;
}

.pmlb01 div {
	padding: 10px 20px;
	padding-right: 30px;
	position: relative;
}

.pmlb01 div i {
	font-size: 14px;
	color: #aaa;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 50px;
	transition: all 0.3s ease;
}

.pmlb01 div .pmlb01xz {
	color: #ff0000;
}

.pmlb01time {
	display: inline-block;
	position: relative;
	width: 200px;
}

.pmlb01 div p {
	display: inline-block;
	margin: 0 5px;
}

.pmlb01time input {
	height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	width: 100%;
}

.pmlb01 .pmlb01time i {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 30px;
	color: #aaaaaa;
	font-size: 20px;
}

.pmlb01:last-child {
	border: none;
}

.pmhxx1 {
	background: #ffffff;
	margin-bottom: 20px;
}

.jrpmdtbtn {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 40px;
	display: inline-block;
	transition: all 0.3s ease;
	background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	border-radius: 10px 0 10px 0;
	margin-top: 35px;
}
.bdmllb{
	width: 1200px;
	margin: auto;
	padding-bottom: 50px;
}
.bdmllbtit{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}
.bdmllbtit a{
	font-size: 15px;
	line-height: 35px;
	padding: 0 25px;
	color: #222222;
	display: inline-block;
	cursor: pointer;
	transition:all 0.3s ease;
}
.bdmllbtit .bdmllbtitxz{
	color: #FFFFFF;
	background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
	border-radius: 5px 5px 0 0;
}
.bdmllbtit a:hover{
	color: #ef4136;
}

.bdmllbtit .bdmllbtitxz:hover{
	color: #FFFFFF;
}
.bdmllbmain2 p{
	font-size: 15px;
	line-height: 25px;
	color: #222222;
}
.bdmllbmain1{
	display: none;
}
.bdmllbmain1:nth-child(1){
	display: block;
}


/* 新增竞拍 */
.pmdt1{
	width: 1200px;
	margin: auto;
	margin-bottom: 10px;
	padding: 1.25rem;
	background-color: #ffffff;
}
.pmdt1left{
	width: 27.5%;
	padding-right: 2.5%;
	margin-right: 2.5%;
	border-right: 1px solid #dddddd;
}
.pmdt1right{
	width: 70%;
	position: relative;
	padding: 0 2.2rem;
}
.pmdt1main{
	display: flex;
	flex-wrap: wrap;
}
.pmdt1left h2{
	font-size: 1.125rem;
	line-height: 1.75rem;
	height: 3.5rem;
	color: #000000;
	margin-bottom: 0.6rem;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 

}
.pmdt1left h3{
	font-size: 0.85rem;
	line-height: 1.5rem;
	color: #666;
}
.pmdt1left h3 span{
	color: #c9352c;
}
.pmdtqh .icon-you-copy1{
	font-size: 1.2rem;
	line-height: 2rem;
	height: 2rem;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease;
	cursor: pointer;
}
.pmdtqh .icon-you{
	font-size: 1.2rem;
	line-height: 2rem;
	height: 2rem;
	color: #aaa;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease;
	cursor: pointer;
}
.pmdtqh i:hover{
	opacity: 0.8;
}
.pmdt1right .swiper-slide img{
	height: 7rem;
	width:100%;
	border-radius: 0.3rem;
}
.pmdt1right .swiper-slide{
	overflow: hidden;
}
.pmdt1right .swiper-slide h3{
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pmdt1right .swiper-slide p{
	background-color: rgba(0, 0, 0, 0.5);
	    font-size: 0.75rem;
	    line-height: 1.5rem;
	    color: #ffffff;
	    position: absolute;
	    text-align: center;
	    right: -2rem;
	    top: 0.5rem;
	    transform: rotateZ(45deg);
	    width: 60%;
}
.pmdt1right .swiper-slide h4{
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #ffffff;
	position: absolute;
	left: 0rem;
	top: 5.5rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0.2rem;
}

.gallery-top {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top .swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 78%;
	width: 100%;
}

.gallery-thumbs {
	box-sizing: border-box;
	padding: 5px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: auto;
	opacity: 0.8;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-thumbs .xtxz{
	position: relative;
}
.gallery-thumbs .xtxz:after{
	content:"";
	width: 100%;
	height: 100%;
	background: #222222;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
}
.swiper-container11{
	width: 100%;
    position: relative;
    overflow: hidden;
    /* border: 1px solid #dddddd; */
    background: #f5f5f5;
}
.swiper-container12{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container12 .swiper-slide{
	background: #f5f5f5;
}
.pmdt2{
	width: 1200px;
	margin: auto;
}
.pmdt2left{
	width: 77%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 1.25rem;
	background-color: #ffffff;
}

.swiper-containerpmdt{
	width: 48%;
	height: 22rem;
	margin-right: 2%;
}
.pmdt2left1{
	width: 50%;
}
.gallery-top .swiper-slide img{
	height:17.2rem;
	width: 100%;
}
.gallery-thumbs .swiper-slide img{
	height: 4.5rem;
}
.pmdt2left1 h2{
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #000000;
	height: 3rem;
	margin-bottom: 0.5rem;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 

}

.pmdt2left1 h1{
	font-size: 0.875rem;
	line-height: 1.8rem;
	color: #000000;
	margin-bottom: 1.5rem;
}
.pmdt2left1 h1 b{
	color: #ef0000;
	font-weight: normal;
}
.pmdt2left1 h1 span{
	display: inline-block;
	padding: 0 1rem;
	margin-right: 0.5rem;
	line-height: 1.8rem;
	background-image: -moz-linear-gradient( 72deg, rgb(239,65,54) 0%, rgb(255,106,97) 100%);
	background-image: -webkit-linear-gradient( 72deg, rgb(239,65,54) 0%, rgb(255,106,97) 100%);
	background-image: -ms-linear-gradient( 72deg, rgb(239,65,54) 0%, rgb(255,106,97) 100%);
	color: #ffffff;
	border-radius: 0.2rem;
}
.pmdt2right1{
	padding: 1rem;
	background-color: #f5f5f5;
}
.pmdt2right1 h3{
	font-size: 0.875rem;
	line-height: 1rem;
	color: #000000;
	margin-bottom: 1rem;
}
.pmdt2right1 span{
	color: #ef0000;
	font-size: 1.125rem;
}
.pmdt2right1 a{
	background-image: -moz-linear-gradient( 75deg, rgb(213,172,110) 0%, rgb(255,209,139) 100%);
	background-image: -webkit-linear-gradient( 75deg, rgb(213,172,110) 0%, rgb(255,209,139) 100%);
	background-image: -ms-linear-gradient( 75deg, rgb(213,172,110) 0%, rgb(255,209,139) 100%);
	font-size: 1rem;
    line-height: 2.3rem;
    padding: 0 2rem;
	border-radius: 0.2rem;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
}
.pmdt2right1 h4{
	font-size: 0.75rem;
	line-height: 0.8rem;
	color: #666;
	margin-top: 0.2rem;
}
.pmdt2right2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}
.pmdt2right2 p{
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: #666;
	width: 33.33%;
}
.pmdt2right2 p span{
	color: #000000;
}
.pmdt2left1 h5{
	font-size: 0.75rem;
	line-height: 1.5rem;
	background-color: #fde3e1;
	padding: 0 1rem;
	border-radius: 0.2rem;
	color: #ef4136;
	margin-top: 2rem;
}
.wgcs{
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1rem;
	color: #aaa;
	margin: 0;
	margin-top: 1rem;
}
.wgcs i{
	vertical-align: middle;
}
.pmdt2right{
	width: calc(23% - 10px);
	float: right;
	background-color: #ffffff;
	height: 27.7rem;
	padding: 1rem;
}
.pmdt2left1 h5 i{
	font-size: 1.5rem;
	vertical-align: middle;
}
.pmdt2right3 h2{
	font-size: 0.875rem;
	line-height: 1rem;
	margin-bottom: 0.5rem;
}
.pmdt2right3 h2 span{
	font-size: 0.75rem;
	color: #666;
}
.pmdt2right1lb{
	background-color: #f2f2f2;
	padding: 0.5rem;
	height: 14rem;
	overflow-y: scroll;
}
.pmdt2right1lb div{
	background-color: #ffffff;
	margin-bottom: 0.5rem;
	padding: 0.5rem;
}
.pmdt2right1lb div h3{
	font-size: 0.75rem;
	line-height: 0.8rem;
	margin-bottom: 0.3rem;
}
.pmdt2right1lb div:nth-child(1) h3{
	color: #ef0000;
}
.pmdt2right1lb div h4{
	font-size: 0.75rem;
	line-height: 0.8rem;
	color: #666;
}

.pmdt2right1lb::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.pmdt2right1lb::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ef0000;
}

.pmdt2right1lb::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}
.pmdt2right4top{
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	background-image: -moz-linear-gradient( 75deg, rgb(213,172,110) 0%, rgb(255,209,139) 100%);
	background-image: -webkit-linear-gradient( 75deg, rgb(213,172,110) 0%, rgb(255,209,139) 100%);
	background-image: -ms-linear-gradient( 75deg, rgb(213,172,110) 0%, rgb(255,209,139) 100%);
}
.pmdt2right4top p{
	font-size: 0.75rem;
	width: 33.33%;
	text-align: center;
	line-height: 1.5rem;
	color: #ffffff;
}
.pmdt2right4bottom{
	max-height: 8.5rem;
    overflow: auto;
}

.pmdt2right4bottom::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.pmdt2right4bottom::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ef0000;
}

.pmdt2right4bottom::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}


.pmdt2right4bottom div{
	display: flex;
	flex-wrap: wrap;
}
.pmdt2right4bottom div p{
	font-size: 0.75rem;
	width: 33.33%;
	text-align: center;
	line-height: 1.2rem;
	color: #666;
}
.pmdt2right4bottom div:nth-child(1) p{
	color: #ef0000;
}
.pmdt3{
	width: 100%;
	padding: 2rem;
	background-color: #ffffff;
	margin-top: 10px;
}
.pmdt3tit{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 1rem;
}
.pmdt3tit p{
	font-size: 1rem;
	line-height: 2.5rem;
	padding: 0 1rem;
	margin-right: 0.5rem;
	border-radius: 8px 8px 0 0;
	background-color: #e4e4e4;
	color: #757880;
	transition: all 0.3s ease;
	cursor: pointer;
}
.pmdt3tit p span{
	color: #ef0000;
}
.pmdt3tit .pmdt3titxz{
	background-color: #ef4136;
	color: #ffffff;
}
.pmdt3tit p i{
	margin-right: 0.1rem;
}
.pmdt3tit p:hover{
	color: #c9352c;
}
.pmdt3lb div p{
	line-height: 1.8rem;
}
.pmdt3tit .pmdt3titxz:hover{
	color: #ffffff;
}
.pmdt3jl{
	width: 100%;
}
.pmdt3jl li{
	display: flex;
	flex-wrap: wrap;
}
.pmdt3jl li p{
	width: 25%;
	text-align: center;
	line-height: 2.5rem;
	font-size: 1rem;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.pmdt3jl{
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.pmdt3jl .pmdt3jl1:nth-child(1){
	background-color: #ef0000;
	color: #ffffff;
}
.pmdt3jl li:nth-child(2n){
	background-color: #f5f5f5;
}
.pmdt3jl section li p{
	font-size: 0.9rem;
}
.pmdt3tit .pmdt3titxz span{
	color: #ffffff;
}
.mfnotlogin{
	font-size: 14px;
	    line-height: 50px;
	    color: #FFFFFF;
		margin-left: 10px;
		float: right;
}
.mfnotlogin a{
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.mfnotlogin a:hover{
	color: #ddd;
}

.mflogined{
	font-size: 14px;
	    line-height: 50px;
	    color: #FFFFFF;
		margin-left: 10px;
		float: right;
}
.mflogined a{
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.mflogined .mflogout{
	color: #FFFFFF;
	transition: all 0.3s ease;
	margin-left: 5px;
	padding-left: 5px;
	position: relative;
}
.mflogined .mflogout:after{
	content: "";
	width: 0.0625rem;height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #ffffff;
}
.pmdt3jl1 li p span{
	font-size: 12px;
	width: 15px;
	line-height: 15px;
	vertical-align: text-top;
	background-color: #ef0000;
	color: #ffffff;
	border-radius: 2px;
	text-align: center;
}
.tcc {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
}

.tccmain {
	width: 300px;
	height: 140px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 20px;
	text-align: center;
}

.tccmain h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 35px;
	position: relative;
	color: #000000;
}

.tccmain h4:after {
	content: "";
	width: 80px;
	height: 3px;
	background-color: #FFA500;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
}

.tccmain div {
	text-align: center;
}

.tccmain div p {
	display: inline-block;
	width: 40%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	border-radius: 20px;
	background-color: #dddddd;
	margin-right: 5%;
}

.tccmain div a {
	display: inline-block;
	width: 40%;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	border-radius: 20px;
	background-color: #FFA500;
}

.pmdt02right3left1 button {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 25px;
	background-color: #dddddd;
	color: #FFFFFF;
	font-size: 20px;
	border: none;
	outline-style: none;
	transition: all 0.3s ease;
}

.pmdt02right3left1 button:hover {
	background-color: #FF5722;
}

.pmdt02right3left1 input {
	width: 135px;
	display: inline-block;
	vertical-align: bottom;
	height: 30px;
	border: none;
	background-color: #ef2241;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 0 10px;
}
.pmdt02right3left2{
	font-size: 0.9rem;
    line-height: 1.8rem;
    background: #edc17e;
    display: inline-block;
    color: #ffffff;
    padding: 0 1.5rem;
    border-radius: 5px;
    margin-right: 0.3rem;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}
.pmdt02right3left2:hover{
	background: #ddb06c;
}

.my {
	width: 100%;
	background-color: #eeeeee;
	padding: 50px 0;
}

.mymain {
	display: flex;
	width: 1200px;
	margin: auto;
	flex-wrap: wrap;
}

.myleft {
	width: 20%;
}

.myleft1 {
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 0px 20px 0px rgba(115, 117, 116, 0.35);
}

.myleft1 img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.myleft1 h4 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #222222;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.myleft1 h5 {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.myleft1 div {
	margin-top: 15px;
}

.myleft1 div a {
	font-size: 14px;
	display: inline-block;
	line-height: 23px;
	padding: 0 12px;
	background-color: #13b5b1;
	color: #FFFFFF;
	border-radius: 20px;
}

.myleft1 div a:nth-child(2) {
	margin-left: 5px;
	background-color: #FFA500;
}

.myright {
	width: 78%;
	margin-left: 2%;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(115, 117, 116, 0.35);
}

.myleft2 {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 0px 20px 0px rgba(115, 117, 116, 0.35);
}

.myleft2nr {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

.myleft2nr:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #DDDDDD;
}

.myleft2nr h4 {
	font-size: 18px;
	line-height: 20px;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: 3px solid #FFA500;
	padding-left: 8px;
}

.myleft2nr a {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	transition: all 0.3s ease;
}

.myleft2nr a i {
	font-size: 20px;
	color: #aaaaaa;
	float: left;
	line-height: 30px;
	margin-right: 3px;
	transition: all 0.3s ease;
}

.myleft2nr a:hover {
	color: #FFA500;
}

.myleft2nr a:hover>i {
	margin-right: 6px;
}

.myleft2nr .myleft2nrxz,
.myleft2nr .myleft2nrxz i {
	color: #FFA500;
}

.myright {
	padding: 40px;
}

.myrighttit {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.myxx {
	width: 48%;
	margin-left: 3%;
	margin-top: 20px;
}

.myxx1 {
	position: relative;
	padding-left: 195px;
	margin-bottom: 20px;
}

.myxx1 h4 {
	font-size: 15px;
	width: 180px;
	text-align: right;
	position: absolute;
	left: 0;
	font-weight: bold;
	top: 0;
	line-height: 30px;
}

.myxx1 input {
	width: 100%;
	height: 30px;
	padding: 0 10px;
	background-color: #eeeeee;
	border: none;
	outline-style: none;
	border-radius: 5px;
}

.myxx1sc i {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-color: #eeeeee;
	line-height: 70px;
	text-align: center;
	font-size: 45px;
	color: #666666;
}

.qrxg {
	width: 120px;
	height: 35px;
	background-color: #ff0000;
	border: none;
	color: #FFFFFF;
	line-height: 35px;
	border-radius: 5px;
	margin-left: 145px;
	margin-top: 20px;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
}

.qrxg:hover {
	background-color: #FFA500;
}

.myxx1sc {
	position: relative;
	display: inline-block;
}

.myxx .myxx1sc input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.layui-input-block {
	margin-left: 0px;
}
.tsinput input{
	width: 150%;
}
.sfzsl{
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.sfzsl img{
	width: 100px;
}
.sfzsl p{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 5px;
}
.wxts{
	font-size: 12px;
	line-height: 20px;
	padding: 20px;
	color: #ff0000;
	background-color: #ffecc9;
	border-radius: 5px;
	width: 120%;
	margin-left: 145px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.bmjl{
	width: 100%;
	margin-top: 30px;
}
.tmjltit{
	width: 100%;
	border-radius: 20px;
	background-color: #13b5b1;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	padding: 0 3%;
}
.tmjltit p{
	line-height: 40px;
	font-size: 16px;
}
.tmjltit p:nth-child(1){
	width: 50%;
}
.tmjltit p:nth-child(2){
	width: 15%;
	text-align: center;
	padding: 0 1%;
}
.tmjltit p:nth-child(3){
	width: 15%;
}
.tmjltit p:nth-child(4){
	width: 20%;
}
.tmjllb a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 3%;
	line-height: 50px;
	border-bottom: 1px solid #dddddd;
}
.tmjllb p{
	line-height: 50px;
	font-size: 15px;
}
.tmjllb p:nth-child(1){
	width: 50%;
}
.tmjllb p:nth-child(2){
	width: 15%;
	text-align: center;
	padding: 0 1%;
}
.tmjllb p:nth-child(3){
	width: 15%;
	color: #AAAAAA;
}
.tmjllb p:nth-child(4){
	width: 20%;
	color: #AAAAAA;
}
.wddd{
	width: 100%;
	margin-top: 30px;
}
.wddd li{
	width: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}
.wddd li a{
	display: block;
	position: relative;
	padding-left: 35%;
}
.wddd li a img{
	width: 35%;
	height: 170px;
	position: absolute;
	left: 0;
	top: 0;
}
.wddd li a div{
	min-height: 170px;
	padding: 20px 30px;
}
.wddd li a div h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wddd li a div h2{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #aaaaaa;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wddd li a div h4{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wddd li a div h4 span{
	font-size: 22px;
	color: #C51F2D;
}
.wddd li a div h5{
	display: inline-block;
	background-color: #dcdcdc;
	color: #666;
	line-height: 30px;
	padding: 0 30px;
	font-size: 16px;
	border-radius: 20px;
	
}
.wddd li a div p{
	position: absolute;
	right: 20px;
	bottom: 30px;
	background-color: #13b5b1;
	color: #ffffff;
	border-radius: 20px;
	line-height: 25px;
	padding: 0 20px;
	transition: all 0.3s ease;
}
.wddd li a div p:hover{
	background-color: #FF5722;
}
.wddd li a div{
	position: relative;
}
.wddd li a div .wdddfk{
	position: absolute;
	left: 30px;
	right: auto;
	bottom: 30px;
	background-color: #ff0000;
	color: #ffffff;
	border-radius: 20px;
	line-height: 25px;
	padding: 0 20px;
	transition: all 0.3s ease;
}
.wddd li a div .wddyjs{
	position: absolute;
	left: 30px;
	right: auto;
	bottom: 30px;
	background-color: #434343;
	color: #ffffff;
	border-radius: 20px;
	line-height: 25px;
	padding: 0 20px;
	transition: all 0.3s ease;
}
.wdtx{
	width: 100%;
	margin-top: 30px;
}
.wdtx li a{
	display: block;
	font-size: 15px;
	line-height: 35px;
	color: #222222;
	padding-right: 150px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}
.wdtx li a:hover{
	color: #FF5722;
}
.wdtx li a span{
	line-height: 35px;
	color: #aaaaaa;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.lljl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.lljl li{
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 20px;
}
.lljl li:nth-child(4n){
	margin-right: 0;
}
.lljl li a img {
	width: 100%;
	height: 100px;
	display: block;
}

.lljl li a {
	width: 100%;
	display: block;
	position: relative;
}

.lljl li a p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lljl li a h4 {
	background-color: rgba(0, 0, 0, 0.6);
	line-height: 22px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
}

.lljl li a .yjs {
	background-color: rgba(125, 125, 125, 0.6);
}

.lljl li a .jxz {
	background-color: rgba(255, 255, 255, 0.6);
	color: #D91615;
}
.myxx textarea{
	width: 150%;
	background-color: #f5f5f5;
	height: 150px;
	border: none;
	padding:10px;
	border-radius: 5px;
	font-size: 15px;
}
.bzzx{
	width: 100%;
	margin-top: 30px;
}
.bzzx a{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	line-height: 30px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}
.bzzx a:hover{
	color: #FFA500;
}
.bzzx a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFA500;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.fileParent img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
}
.bm{
	width: 100%;
	padding:50px 0;
	background: #f5f5f5;
}
.bm01{
	width: 1200px;
	margin:auto;
	padding:20px;
	background: #ffffff;
	border-radius: 10px;
}
.bail-msg li {
	font-size: 15px;
	color: #666;
	line-height: 35px
}

#goodsTitle,
#noticeTitle {
	font-size: 18px;
	color: #000;
	margin-left: 12px
}

.renz_info h2 {
	margin-bottom: 10px
}

.indiv_info p {
	margin: 5px 0
}

.cash-price {
	margin-left: 20px;
	color: #d6363b;
	font-size: 24px
}

.yahei {
	margin-left: 8px
}
.bailExplain {
	color: #666;
	font-size: 12px;
	padding: 2px 0 0;
	line-height: 20px;
	margin-bottom: 10px;
}
.bailExplain a{
	color: #2196f3;
}
.bm02, .bm03{
	width: 1200px;
	margin:30px auto;
	background: #ffffff;
	border-radius: 10px;
}
.big-title {
	width: 100%;
	padding-left: 4%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	background: #EBECF0
}

.bd-list {
	width: 92%;
	padding: 3% 4% 30px;
	max-height: 480px;
	overflow: auto
}

.bd-list li {
	width: 320px;
	float: left;
	margin-right: 65px;
	margin-bottom: 14px;
	position: relative;
	height: 18px;
	padding-left: 25px;
}

/*.bd-list li:nth-child(3n+3) {
	margin-right: 0
}*/

.bd-list input {
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
.bd-list span{
	font-size: 14px;
	height: 16px;
	line-height: 18px;
	max-width: 271px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.all-xuz{
	float: right;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	margin-right: 30px;
	color: #dc1717;
	cursor: pointer;
}
.all-xuz label{
	cursor: pointer;
}
.bidder,
.bidder .bidderSection {
	padding-bottom: 30px
}

.bail>a {
	float: left;
	margin-top: 6px
}

.bidder {
	margin-top: 20px
}

.bidder .bidderSection .bd {
	padding: 0 30px;
	color: #666;
	font-size: 12px
}

.bail .bailEnroll {
	padding: 0 0 20px;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	color: #333
}

.bail .bailEnroll span {
	display: inline-block;
	vertical-align: middle
}

.bail .bailEnroll span.fee_span {
	display: none;
	vertical-align: 0
}

.bail .bailEnroll span.fee_span i {
	color: #d6363b;
	font-size: 24px;
	font-weight: 700
}

.bail .bailEnroll .fee_num,
.bail .bailEnroll .price {
	color: #d6363b;
	font-size: 24px;
	font-weight: 700;
	vertical-align: inherit
}

.bail .bailExplain {
	color: #666;
	font-size: 12px;
	padding: 2px 0 0;
	line-height: 20px
}

.bail .bailExplain em.red-em {
	color: #d6363b;
	font-weight: 700
}

.bail .bailExplain a {
	color: #2196f3
}

.bail .bailExplain a:hover {
	text-decoration: underline
}

.bidder table {
	width: 100%;
	margin-top: 20px
}

#bidder_section_div table .card-type .labeld {
	padding: 20px 0
}

.bidder .checkCode-img {
	height: 26px;
	vertical-align: middle
}

.bidder .agree-content {
	display: none;
	padding: 20px;
	border: 1px solid #dedede;
	margin-top: 10px
}

.bidder .agree-detail {
	color: #999;
	height: 200px;
	line-height: 20px;
	overflow-y: scroll
}

.bidder .agree-detail .agree-detail-title {
	color: #666
}

.bidder .agree-detail p {
	color: #666;
	text-indent: 24px
}

.bidder .agree input {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: 4px;
}

.bidder .agree .fields {
	font-weight: 400;
	font-size: 14px;
	margin-top: 14px;
	height: 22px;
	line-height: 22px
}

.fields select, .fields input {
	border: 1px solid #dedede;
	padding: 0 10px;
	margin-right: 10px;
	width: 168px;
	line-height: 30px;
	height: 30px;
	border-radius: 0;
	float: left;
	background: 0 0
}

.submit-content {
	text-align: left
}

.submit-content .submit {
	color: #fff;
	width: 150px;
	height: 40px;
	display: block;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	margin-left: 38px;
	margin-top: 20px;
	background: #d6363b;
	text-decoration: none;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	outline-style: none;
}

.hd,
.hd h3 {
	height: 30px;
	line-height: 30px
}

.submit-content .submit:hover {
	background: #c93e45
}

.hd {
	margin-bottom: 5px
}

.dialog,
.last_time,
.opcy_new {
	position: absolute
}

.hd h3 .title {
	float: left;
	font-size: 16px;
	height: 16px;
	color: #333
}

.hd h3 .title span {
	background: #a3a3a3;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-right: 10px
}

.hd h3 .sub-title {
	float: left;
	color: #d6363b;
	font-size: 12px;
	display: none;
	margin-left: 10px;
	font-weight: 400
}

.bidder .bidderSection {
	margin: 0 40px;
	padding: 30px 0;
	border-bottom: 1px solid #ddd
}

#bidder_section_div .error-msg {
	float: left;
	color: #cd0000
}

.bd .priority-tip {
	font-size: 12px;
	color: #666;
	padding-left: 108px
}

.bd .priority-tip span {
	color: #d6363b
}

.bd .priority-tip a {
	color: #1266c5
}

.bd .card-error {
	float: left
}

.fields .card-tips {
	float: left;
	margin-top: 10px;
	color: #5ea0d6;
	font-weight: 400;
	width: 800px;
	display: none
}

.hd-checkbox {
	height: 30px;
	line-height: 30px
}

.hd-checkbox p {
	float: left;
	padding-left: 30px
}

.hd-checkbox p span {
	float: left;
	font-size: 14px;
	margin-right: 15px
}

.hd-checkbox p input {
	vertical-align: middle;
	margin: -2px 3px 0 0;
	display: none
}

.hd-checkbox .add {
	float: left;
	background: #C3262D;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	cursor: pointer
}

.bidder table td,
.hd-select p {
	font-size: 14px
}

.hd-select {
	margin-top: 10px
}

.hd-select p {
	height: 35px;
	line-height: 35px;
	padding-left: 30px
}

.hd-select input,
.hd-select select {
	border: 1px solid #ddd;
	padding: 3px 10px
}

.hd-select span {
	display: inline-block;
	width: 100px;
	text-align: left;
	color: #999
}

.hd-select span.error-msg {
	display: none;
	width: 150px;
	text-align: left
}

.hd-select span a {
	margin-right: 8px
}

.hd-select input {
	width: 250px;
	vertical-align: -1px
}

.hd-select select {
	width: 272px;
	padding: 0 15px;
	vertical-align: middle;
	margin-top: -1px
}
#bidderName, #card-num, #user_mobile {
	background: #f3f5f7;
	float: left;
	width: 168px;
	color: #333;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
	background-color: #fff;
	border: 1px solid #dedede;
}
.pay_way{
	padding: 0 30px;
}
.bdlist-active{
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 5px;
}
.bd tr .labeld{
	width: 100px;
	color: #aaaaaa;

}
.bidderSection td, .bidderSection tr{
	padding: 10px !important;
}
.pmdt02right3leftxx1 h3 span{
	font-size: 0.9rem;
	    line-height: 1.2rem;
	    background: #edc17e;
	    display: inline-block;
	    color: #ffffff;
	    padding: 0 0.5rem;
	    border-radius: 2px;
	    margin-right: 0.3rem;
}
.index01left1lb{
	height: 9.5rem;
	    overflow: hidden;
}

.bzzx p{
	line-height: 2rem;
}
.pmdt3lb tr, .pmdt3lb td{
	border:1px solid #dddddd;
}
.pmdt3lb table{
	width: 100%;
}
.pmdt2left1 .pmztn01{
	background: #c3c0c0;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    vertical-align: middle;
}
.jrpmdt{
	font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 40px;
    display: inline-block;
    transition: all 0.3s ease;
    background-image: -moz-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
    background-image: -webkit-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
    background-image: -ms-linear-gradient(72deg, rgb(239, 65, 54) 0%, rgb(255, 106, 97) 100%);
    margin-top: 35px;
}
.jrpmdt:hover{
	color: #ffffff;
	opacity: 0.9;
}
.myrightshzt{
	font-size: 18px;
	    line-height: 20px;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    border-bottom: 1px solid #dddddd;
}
.myrightshzt1{
	background: #bcbcbc;
	    line-height: 1.8rem;
	    display: inline-block;
	    padding: 0 1rem;
	    color: #ffffff;
	    font-size: 0.95rem;
	    border-radius: 5px;
}
.myrightshzt2{
	background: #13b5b1;
	    line-height: 1.8rem;
	    display: inline-block;
	    padding: 0 1rem;
	    color: #ffffff;
	    font-size: 0.95rem;
	    border-radius: 5px;
}
.myrightshzt3{
	background: rgb(239, 65, 54);
	    line-height: 1.8rem;
	    display: inline-block;
	    padding: 0 1rem;
	    color: #ffffff;
	    font-size: 0.95rem;
	    border-radius: 5px;
}
.qrxgdsh{
	pointer-events: none;
	background-color: #aaaaaa;
}
.xgfj{
	margin-top: 20px;
}
.xgfj h2{
	font-size: 1.3rem;
    line-height: 1.5rem;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}
.xgfj p{
	font-size: 1rem;
	line-height: 1.1rem;
	color:#666;
}
.xgfj a{
	display: inline-block;
	padding: 0 1.5rem;
	line-height: 2.2rem;
	background-image: -moz-linear-gradient( 72deg, rgb(239,65,54) 0%, rgb(255,106,97) 100%);
    background-image: -webkit-linear-gradient( 72deg, rgb(239,65,54) 0%, rgb(255,106,97) 100%);
    background-image: -ms-linear-gradient( 72deg, rgb(239,65,54) 0%, rgb(255,106,97) 100%);
    color: #ffffff;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
}
.xgfj a:hover{
	opacity: 0.9;
}





@media only screen and (max-width: 640px){
	body{
		min-width: 100%;
		padding-top: 50px;
	}
	.mobilemenu {
			display: block;
			width: 35px;
			height: 30px;
			position: fixed;
			overflow: hidden;
			z-index: 3;
			float: right;
			right: 10px;
			top: 10px;
		}
	
		.mobilemenu span {
			width: 100%;
			height: 4px;
			background-color: #ef4136;
			transition: all 0.3s ease;
		}
	
		.mobilemenu span:nth-child(1) {
			position: absolute;
			left: 0;
			top: 0;
		}
	
		.mobilemenu span:nth-child(2) {
			position: absolute;
			left: 0;
			top: 13px;
		}
	
		.mobilemenu span:nth-child(3) {
			position: absolute;
			left: 0;
			bottom: 0;
		}
	
		.mobilemenuxz span:nth-child(2) {
			left: -40px;
			background-color: #ffffff;
		}
	
		.mobilemenuxz span:nth-child(1) {
			transform: rotate(45deg);
			left: 3px;
			top: 13px;
			width: 30px;
			background-color: #ffffff;
		}
	
		.mobilemenuxz span:nth-child(3) {
			transform: rotate(-45deg);
			left: 3px;
			top: 13px;
			width: 30px;
			background-color: #ffffff;
		}
	header{
		width: 100%;
		height: 50px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.header1{
		width: 100%;
		    position: fixed;
		    top: 0;
		    left: 0;
		    background-image: initial;
		    display: none;
		    z-index: 2;
	}
	.header1main {
	    width: 100%;
	    margin: auto;
	}
	.header1main h2{
		display: none;
	}
	.header2 {
	    background-color: #ffffff;
	    padding: 5px 10px;
	}
	.header2main {
	    width: 100%;
	    margin: auto;
	}
	.header2logo {
	    height: 40px;
	    float: left;
	}
	.header2right {
	    float: right;
	    padding: 5px 0;
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    background: #ef4136;
	    left: 0;
	    top: 0;
	    padding-top: 100px;
		display: none;
	}
	.header2right a {
	    font-size: 15px;
	    line-height: 50px;
	    display: inline-block;
	    padding: 0 20px;
	    color: #ffffff;
	    margin-left: 0;
	    transition: all 0.3s ease;
	    width: 100%;
	    text-align: center;
	}
	.header1ss {
	    float: initial;
	    width: 250px;
	    /* margin: auto; */
	    /* margin-right: 30px; */
	    height: 30px;
	    margin-top: 10px;
	    margin: auto;
	    position: relative;
	}
	.header1main h3 {
	    font-size: 14px;
	    line-height: 50px;
	    color: #FFFFFF;
	    float: initial;
	    display: block;
	    text-align: center;
	}
	.header2right .header2rightxz {
	    background-image: -moz-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	    background-image: -webkit-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	    background-image: -ms-linear-gradient(75deg, rgb(213, 172, 110) 0%, rgb(255, 209, 139) 100%);
	    color: #ffffff;
	    border-radius: 0;
	}
	.index01left1 {
	    background-color: #FFFFFF;
	    padding: 10px;
	}
	.index01 {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 0;
	    padding: 20px 10px;
	}
	.index01left {
	    width: 100%;
	    margin-right: 0;
	}
	.index01left1 h3 {
	    font-size: 14px;
	    font-weight: bold;
	    border-bottom: 1px solid #e5e5e5;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	.index01left1 h3 a {
	    font-size: 12px;
	    float: right;
	    color: #ef4136;
	    font-weight: normal;
	}
	.index01left1lb a {
		line-height: 22px;
		font-size: 13px;
		position: relative;
		padding-left: 10px;
		color: #666;
		display: block;
		transition: all 0.3s ease;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.index01left2 {
	    background-color: #FFFFFF;
	        padding: 10px;
	        margin-top: 10px;
	        text-align: center;
	}
	.index01left2 h4 i {
	    margin-right: 3px;
	    float: initial;
	}
	.index01left2 h5 {
	    font-size: 16px;
	    line-height: 30px;
	    color: #ef4136;
	    border-bottom: 1px solid #e5e5e5;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    margin-top: -5px;
	}
	.index01left2 h4 {
	    font-size: 14px;
	    line-height: 30px;
	    color: #2c2c2c;
	}
	.index01center {
	    width: 100%;
		margin-top: 10px;
	}
	.index01bottom {
	    padding: 10px;
	    background-color: #ffffff;
	    margin-top: 10px;
	    position: relative;
	    padding-left: 10px;
	}
	.index01bottom1 {
	    position: initial;
	    left: 20px;
	    top: 20px;
	    padding-right: 0;
	    text-align: center;
	    border-right: 0px solid #dddddd;
	    margin-bottom: 10px;
	}
	.index01bottomlb .icon-you {
	    width: 6.8%;
	    text-align: center;
	    font-size: 22px;
	    color: #c0c0c0;
	    line-height: 35px;
	    display: none;
	}
	.index01bottomlb li {
	    width: 33.33%;
	    padding-left: 45px;
	    position: relative;
	    margin: 5px 0;
	}
}