@charset "utf-8";

.ey-number, .ey-spec-line {
	padding: 12px 0px;
	font-size: 14px;
	position: relative;
    display: flex;
    align-items: baseline;
}
.ey-number .text-sub, .ey-spec-line .text-sub {
	min-width: 80px;
    color: #999;
}
.ey-number .ey-price {
    font-size: 30px;
    color: #d02b18;
    font-weight: 500;
}
.ey-number .old-price {
    text-decoration: line-through;
    font-size: 21px;
    font-weight: 300;
    color: #777;
    margin-left: 20px;
}
.ey-number .btn-input {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0px;
}
.ey-number .btn-input button {
	width: 31px;
	height: 31px;
	font-size: 16px;
	line-height: 31px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #CCC;
	color: #8E8FA0;
	outline: none;
}
.ey-number .btn-input input {
	font-size: 14px;
	height: 30px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 45px;
	text-align: center;
	border: none;
	border-radius: 0;
	outline: none;
}
.ey-number label {
	margin-right: 12px;
}
.ey-buyaction {
	margin-top: 25px;
    display: flex;
}
.ey-buyaction a {
    font-size: 16px;
    line-height: 1;
    padding: 16px 32px 21px;
    display: flex;
    align-items: center;
}
.ey-buyaction a:hover {
	text-decoration: none
}
.ey-joinin {
	margin-right: 8px;
	color: #fff;
	background-color: #f96868;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)
}
.ey-joinin:hover, .ey-joinin:focus {
	color: #fff;
	background-color: #f73737;
}
.ey-joinbuy {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #333;
}
.ey-joinbuy:hover, .ey-joinbuy:focus {
	color: #fff;
	background-color: #0A1039;
}
.ey-buyaction .ey-action {
    margin-left: 20px;
    display: flex;
}
.ey-buyaction .ey-action a {
    font-size: 17px;
    line-height: 1;
    padding: 16px 18px 17px;
    color: #333;
    border: 1px solid #EDEDED;
    margin-right: 20px;
    position: relative;
}
.ey-buyaction .ey-action a i {
    font-size: 18px;
}
.ey-buyaction .ey-action a:hover {
    background-color: #0A1039;
    color: #fff;
}
.ey-spec-line .ey-spec-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.ey-spec-line .ey-spec-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
}
/*首页产品规格选项样式覆盖*/
.btn-selected {
    margin-top: 10px;
    margin-right: 10px;
	background-color: transparent;
	color: #76838f;
	border-color: #e4eaec;
}
.btn-selected.btn-danger {
	color: #f96868;
	background-color: transparent;
	border-color: #f96868;
}
.btn-selected.btn-danger:hover {
	color: #f96868;
	background-color: transparent;
	border-color: #f96868;
}
.btn-selected:hover, .btn-selected:focus {
	color: #f96868;
	background-color: transparent;
	border-color: #f96868;
}
@media (max-width: 768px) {
    .ey-buyaction a {
        padding: 12px;
    }
    .ey-buyaction .ey-action a {
        padding: 12px;
    }
}