@charset "utf-8";
.ey-price {
	font-size: 36px;
}
.ey-price em{font-size:24px}
.ey-number {
	padding:0px;
	font-size: 14px;
	position: relative;
}
.ey-number .btn-input {
	border: 1px solid #E2E2E2;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0px;
}
.ey-number .btn-input button {
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    border: none;
    background-color: #fff;
    color: #333;
    outline: none;
}
.ey-number .btn-input input {
	font-size: 12px;
    height: 45px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 45px;
    text-align: center;
    border: none;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-radius: 0;
    outline: none;
}
.ey-number label {
	margin-right: 12px;
}

.ey-buyaction a {
	display: inline-block;
	padding: 15px 35px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.ey-buyaction a:hover {
	text-decoration: none
}
.ey-joinin {
	color: #fff;
	background-color: #00C798;
	margin-right:10px
}
.ey-joinin:hover, .ey-joinin:focus {
	color: #fff;
	background-color: #00AE85;
}
.ey-joinbuy {
	color: #fff;
	background-color: #FF1B36;
	margin-left:10px
}
.ey-joinbuy:hover, .ey-joinbuy:focus {
	color: #fff;
	background-color: #E7001C
}

.ey-joinfree {
	color: #fff;
	background-color: #1479C8;
	margin-left:20px;
}
.ey-joinfree:hover, .ey-joinfree:focus {
	color: #fff;
	background-color: #126BB1
}

.btn {
  display: inline-block;
  padding: 12px 15px;
  margin-bottom:12px;
  margin-right:10px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
/*首页产品规格选项样式覆盖*/
.btn-selected {
	color: #666;
	border-color: #E2E2E2;
}
.btn-selected.btn-danger {
	color: #FF1B36;
	border-color: #FF354C;
}
.btn-selected.btn-danger:hover {
	color: #FF1B36;
	border-color: #FF354C;
}
.btn-selected:hover, .btn-selected:focus {
	color: #FF1B36;
	border-color: #FF354C;
}
@media screen and (max-width:768px) {
.ey-price {font-size: 24px;}
.ey-price em{font-size:18px}
.ey-buyaction a{padding: 12px 30px;margin-bottom:10px}
.ey-joinfree {margin-left:0px;}
}