.txtBlu {
	color: #1da2dd
}
.txtPink {
	color: #e4508f
}
.compsilky {
	background-color: #3eb274;
	padding: 5px 10px;
	color: #fff
}
.compsilkyOl {
	padding: 5px 10px 10px 10px;
	border: 1px solid #3eb274
}
.compsilkyOl li {
	list-style: decimal;
	margin-left: 1.2em
}
.redBox {
	border: 2px solid #df0011;
	padding-top: 10px;
	padding-bottom: 5px
}
.redBox p {
	text-align: center;
	font-size: 14px
}
.redBox .yen {
	font-size: 16px;
	color: #df0011;
	margin-top: 5px
}
.redBox .yen .redCircle {
	display: inline-block;
	color: #fff;
	background-color: #df0011;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 35px
}
.redBox dl {
	padding-left: 5px;
	padding-right: 5px
}
.redBox dl dt {
	float: left;
	font-size: 14px;
	position: relative;
	top: 2px
}
.redBox dl dd {
	margin-bottom: 5px;
	padding-left: 150px;
	font-weight: bold
}
.grayBox {
	background-color: #dcdcdc;
	text-align: center;
	padding: 10px
}
.grayBox h5 {
	font-weight: bold;
	margin-bottom: 5px
}
.grayBox h6 {
	background-color: #fff;
	padding: 3px
}
.grayBox a {
	width: 33.33%;
	float: left;
	display: block;
	position: relative
}
.grayBox a img {
	width: 100%
}
.grayBox p {
	width: 32.6%;
	width: -webkit-calc(33.33% - 2px);
	width: -moz-calc(33.33% - 2px);
	width: -ms-calc(33.33% - 2px);
	width: calc(33.33% - 2px);
	float: left;
	display: block;
	padding-left: 1px;
	padding-right: 1px
}
.grayBox p img {
	width: 100%
}
.pinkBack, .bluBack {
	background-color: #e4508f;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	margin-bottom: 5px
}
.bluBack {
	background-color: #1da2dd
}
.sep4 {
	*zoom: 1;
    display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}


.sep4 li .numCircle {
background-color: #1da2dd;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 20px;
  color: #fff;
  position: relative;
  font-size: 13px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.sep4 li div {
	margin: 0 auto 10px
}
.sep4 .one div, .sep4 .four div {
	width: 50%
}
.sep4 .two div {
	width: 60%
}
.sep4 .three div {
	width: 60%
}
.option {
	width: 100%
}
.option th {
	text-align: center;
	background-color: #fdeacc;
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 5px
}
.option td {
	padding: 5px;
	border: 1px solid #ccc
}
.types {
	width: 100%
}
.types th, .types td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc
}
.types .all {
	background-color: #fdeacc
}