@charset "utf-8";
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-size: 125%;
}
em {
	font-style: normal;
}
@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
[class*=ey-tb-], .ey-tb-font {
font-family:"iconfont";
font-size:1rem;
font-style:normal;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
vertical-align:middle;
}
.ey-tb-cart:before {
	content: "\e6af";
}
.ey-tb-feilei:before {
	content: "\e64b";
}
.ey-tb-triangle-circle:before {
	content: "\e77d";
}
.ey-tb-jia-circle:before {
	content: "\e789";
}
.ey-tb-shiian:before {
	content: "\e78f";
}
.ey-tb-jianchart:before {
	content: "\e7b5";
}
.ey-tb-cc:before {
	content: "\e816";
}
.ey-tb-cc-fill:before {
	content: "\e849";
}
.ey-tb-xx:before {
	content: "\e819";
}
.ey-tb-triangle:before {
	content: "\e830";
}
.ey-tb-jian:before {
	content: "\e832";
}
.ey-tb-coll:before {
	content: "\e86a";
}
.ey-tb-ss:before {
	content: "\e8f1";
}
.ey-tb-jia:before {
	content: "\e8fe";
}
.btn {
	position: relative;
	display: inline-block;
	border: 1px solid #d9d9d9;
padding:0 .8rem;
font-size:.7rem;
	line-height: 1.5rem;
border-radius:.2rem;
	color: #595959;
	background: #fff;
	user-select: none;
}
.btn:hover {
	color: #e2231a;
	border-color: #e2231a;
}
.btn-red {
	background: #e2231a;
	border-color: #e2231a;
	color: #fff;
}
.btn-red:hover {
	background: #c9221a;
	border-color: #c9221a;
	color: #fff;
}
.amount_wrap {
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	border: 1px solid #dadada;
 border-radius:.1rem;
	background: #fff;
}
.amount_wrap:hover {
	border-color: #ff9380;
}
.inputnumber-text {
padding:.25rem;
	min-width: 2.5rem;
border-radius:.1rem 0 0 .1rem;
	text-align: center;
}
.inputnumber:focus {
	box-shadow: none;
	border: 0;
}
.amount_min, .amount_max {
	display: inline-block;
	border: 1px solid #dadada;
	border-top: 0;
	border-bottom: 0;
padding:.25rem .5rem .15rem .5rem;
	cursor: pointer;
	margin-right: -1px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	color: #555;
}
.amount_min {
	border-left: 0;
}
.amount_min:hover, .amount_max:hover {
	color: #e2231a;
	border-color: #ff9380;
	z-index: 1;
}
.amount_min i, .amount_max i {
font-size:.7rem;
}
.amount_min.inputnumber-disabled, .amount_max.inputnumber-disabled {
	cursor: not-allowed;
	color: #999;
}
.amount_min.inputnumber-disabled:hover, .amount_max.inputnumber-disabled:hover {
	border-color: #dadada;
}
.amount_wrap.disabled {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	background: #fafafa;
	cursor: not-allowed;
}
.amount_wrap.disabled:hover {
	border-color: #dadada;
}
.amount_wrap.disabled .amount_min, .amount_wrap.disabled .amount_max, .amount_wrap.disabled .inputnumber-text {
	cursor: not-allowed;
	color: #999;
}
.amount_wrap.disabled .amount_min:hover, .amount_wrap.disabled .amount_max:hover {
	border-color: #dadada;
	color: #999;
}
.picInfo_r .webspec {
	list-style: none;
	margin-top: 15px;
}
.picInfo_r .webspec p {
	background: #ff6f06;
	color: #fff;
	font-size: 14px;
	padding: 10px 0 10px 20px;
	display: none;
}
.picInfo_r .webspec li {
	line-height: 30px;
	margin-top: 10px;
	display: flex;
	color: #555;
	font-size: 13px;
}
.picInfo_r .webspec li em {
	color: #999;
	display: inline-block;
	font-size: 13px;
	min-width: 54px;
}
.picInfo_r .webspec li span {
	color: #ff6f06;
	padding-right: 5px;
}
.picInfo_r .webspec li dl {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
.picInfo_r .webspec li dl dt {
	font-weight: normal;
	width: auto;
	min-width: 35px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #eee;
	padding: 1px 15px;
	margin: 0 8px 8px 0;
	cursor: pointer;
	position: relative;
}
.picInfo_r .webspec li dl dt:hover {
	border: 1px solid #ff6f06;
}
.picInfo_r .webspec li dl dt:hover a {
	color: #ff6f06;
}
.picInfo_r .webspec li dl dt i {
	position: absolute;
	right: 0px;
	bottom: -8px;
	color: #fff;
	z-index: 20;
	font-size: 8px;
	display: none;
}
.picInfo_r .webspec li dl dt.selected {
	border: 1px solid #ff6f06;
}
.picInfo_r .webspec li dl dt.selected a {
	color: #ff6f06;
}
.picInfo_r .webspec li dl dt.selected:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	color: #ff6f06;
	width: 0;
	height: 0;
	border-bottom: 20px solid #ff6f06;
	border-left: 20px solid transparent;
	z-index: 10;
}
.picInfo_r .webspec li dl dt.selected i {
	display: block;
}
.picInfo_r .action {
	list-style: none;
	margin-top: 10px;
	clear: both;
}
.picInfo_r .action li {
	display: flex;
	padding: 6px 0;
	align-items: center;
}
.picInfo_r .action li em {
	color: #999;
	width: 56px;
	display: inline-block;
	font-size: 13px;
}
.picInfo_r .action li button {
	margin-right: 10px;
}
.picInfo_r .action li u {
	margin-left: 15px;
	font-style: normal;
	color: #555;
	text-decoration: none;
}
.picInfo_r .action li .btn {
	font-size: 15px;
	padding: 4px 25px;
}
.picInfo_r .action li .goumai {
	width: 120px;
	height: 43px;
	line-height: 40px;
	font-size: 16px;
	padding: 0;
}
.picInfo_r .action li .jiaru {
	width: 120px;
	height: 43px;
	line-height: 40px;
	font-size: 16px;
	padding: 0;
}
.picInfo_r .action li .btn [class*=ui-icon-] {
	font-size: 20px;
}
.picInfo_r .selected-list {
	background: #f9f9fa;
	padding: 20px 15px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.picInfo_r .selected-list ul {
	padding: 0;
	margin: 0;
	display: grid;
}
.picInfo_r .selected-list ul li {
	list-style: none;
	line-height: 30px;
	color: #616161;
}
.picInfo_r .selected-list ul li .guiname {
	float: left;
}
.picInfo_r .selected-list ul li .guijiage {
	float: right;
}
.picInfo_r .selected-list .total-price {
	color: #ff6f06;
	font-size: 24px;
	padding-top: 20px;
}
.picInfo_r .selected-list ul li:first-child {
	margin-top: 0;
}
.picInfo_r .btn-car {
	background: #00A67C;
	border-color: #00A67C;
	color: #fff;
}
.picInfo_r .btn-car:hover {
	background: #039b74;
	border-color: #039b74;
	color: #fff;
}
.action .inputnumber {
	width: 0px;
	border: 0px;
}
.eyou-tj .bd .tempWrap {
	width: 1180px !important;
}
.table {
	width: 100%;
}
.table th {
padding:.5rem .75rem;
	white-space: nowrap;
border-bottom:.1rem solid #eee;
	white-space: nowrap;
}
.table td {
padding:.5rem .75rem;
	border-bottom: 1px solid #eee;
font-size:.65rem;
	overflow: hidden;
	white-space: pre-line;
	text-overflow: ellipsis;
	min-height: 2rem;
}
.table .thead-dark {
	background: #697076;
}
.table .thead-dark th {
	color: #fff;
	border-color: #697076;
}
.table .thead-gray {
	background: #fafafa;
}
.table .thead-gray th {
	border-color: #eee;
}
.table-border, .table-border th, .table-border td {
	border: 1px solid #eee;
	text-align: center;
}
.table .text-left {
	text-align: left;
}
.table .top-wenzi {
	text-align: right;
}
.table-hover tr:hover {
	background: #EBF7FF;
}
.table-striped tr:nth-child(even) {
	background: #FBFDFF;
}
.table-striped tr:nth-child(even):hover {
	background: #EBF7FF;
}
.table .thead-dark tr:hover {
	background: #697076;
}
.table .thead-gray tr:hover {
	background: #fafafa;
}
.table td .switch {
margin-top:.25rem;
}
.table td [class*=ui-icon-] {
font-size:.95rem;
}
.table td a [class*=ui-icon-] {
	color: #999;
}
.table td a:hover [class*=ui-icon-] {
	color: #f30;
}
.table td del {
	color: #999;
}
.table .ui-active {
	background: #EBF7FF;
}
.table .ui-active tr:hover {
	background: #EBF7FF;
}
.table .border-left-none {
	border-left: 0;
}
.table .border-right-none {
	border-right: 0;
}
.table td .image {
	border: 1px solid #f3f3f3;
	width: 64px;
	vertical-align: text-top;
	margin-right: 15px;
	float: left;
	padding: 2px;
}
.eyou_switch {
	border-bottom: 0 solid #e4eaec;
	font-size: 0;
	flex: 1;
}
.eyou_switch li {
	display: inline-block;
margin-right:.5rem;
}
.eyou_switch li a {
	display: block;
	color: #76838F;
padding:.5rem .2rem;
font-size:.75rem;
}
.eyou_switch li a:hover {
	color: #e2231a;
}
.eyou_switch li:hover {
}
.eyou_switch li.active {
border-bottom:.1rem solid #e2231a;
}
.eyou_switch li.active a {
	color: #e2231a;
}
.eyou_matter .eyou-contain {
	display: none;
}
.eyou_matter .eyou-contain img {
	max-width: 100%;
}
.eyou-contain.active {
	display: block;
}
.eyou_matter .eyou-contain .eyou_switch li.active {
	display: inline-block;
}
.evaluate-con .pgbox dd.percentjd {
	background-color: #FAFAFA;
	height: 10px;
	width: 100%;
	margin-top: 10px;
}
.evaluate-con .bd {
	border: 0;
}
.eyou_matter {
	padding: 25px 30px;
}
.eyou_switch {
	border-bottom: 1px solid #eee;
}
.eyou_switch li {
	padding: 5px 15px;
	margin-bottom: 0px;
}
