/* articles */
h2.icon-basic {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #479DFF;
}

h2.icon-basic:before {
	display: inline-block;
	margin-top: -0.1rem;
	margin-right: 6px;
	font-size: 32px;
	color: #24CC24;
}

h2.icon-basic + .innersec > div:first-child {
	margin-bottom: 24px;
}

h2.icon-basic + .innersec > div:first-child + p + div > a {
	display: block;
	height: 50px;
	padding: 20px 0 0 108px;
	border-radius: 4px;
	background: #3799dc url(/sp/store/techo/2016/basic/images/lead_link_bg.jpg) no-repeat left top;
	background-size: 95px 70px;
	font-size: 10px;
	color: #fff;
}

.innersec h3 {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 15px;
}

.innersec h3:before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 30px;
	color: #24CC24;
}

.innersec > p {
	margin-bottom: 24px;
}

.innersec .linkBtn {
	margin-top: 16px;
	text-align: center;
}

.innersec .linkBtn > a {
	display: inline-block;
	height: 44px;
	padding: 0 0;
	border-radius: 4px;
	font-weight: bold;
	line-height: 44px;
	background-color: #3799dc;
	color: #fff;
}

.innersec .linkBtn > a {
	width: 245px;
}

.basicHontai {
	margin: 0 22px 14px 22px;
	padding-bottom: 14px;
	border-bottom: 2px solid #e5e5e5;
}

.basicHontai h4 {
	box-sizing: border-box;
	height: 80px;
	padding-right: 130px;
	margin-bottom: 12px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 130px 80px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	line-height: 80px;
	color: #fff;
}

.basicHontai > p {
	font-weight: bold;
}

.basicHontai > ul {
	margin: 10px 0;
}

.basicHontai:nth-of-type(1) h4 {
	background-color: #5C2849;
	background-image: url("/sp/store/techo/2016/basic/images/basichontai_original.jpg");
}

.basicHontai:nth-of-type(1) > div {
	text-align: center;
}

.basicHontai:nth-of-type(1) > div > a {
	display: inline-block;
	height: 44px;
	padding: 0 30px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 44px;
	border: 1px solid #5C2849;
	background-color: #fff;
	color: #5C2849;
}

.basicHontai:nth-of-type(1) > ul > li:before {
	color: #5C2849;
}

.basicHontai:nth-of-type(2) h4 {
	background-color: #1FCCC9;
	background-image: url("/sp/store/techo/2016/basic/images/basichontai_weeks.jpg");
}

.basicHontai:nth-of-type(2) > div {
	text-align: center;
}

.basicHontai:nth-of-type(2) > div > a {
	display: inline-block;
	height: 44px;
	padding: 0 30px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 44px;
	border: 1px solid #1FCCC9;
	background-color: #fff;
	color: #1FCCC9;
}

.basicHontai:nth-of-type(2) > ul > li:before {
	color: #1FCCC9;
}

.basicHontai:nth-of-type(3) h4 {
	background-color: #EA4863;
	background-image: url("/sp/store/techo/2016/basic/images/basichontai_cousin.jpg");
}

.basicHontai:nth-of-type(3) > div {
	text-align: center;
}

.basicHontai:nth-of-type(3) > div > a {
	display: inline-block;
	height: 44px;
	padding: 0 30px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 44px;
	border: 1px solid #EA4863;
	background-color: #fff;
	color: #EA4863;
}

.basicHontai:nth-of-type(3) > ul > li:before {
	color: #EA4863;
}

.basicHontai:nth-of-type(4) h4 {
	background-color: #A53E5C;
	background-image: url("/sp/store/techo/2016/basic/images/basichontai_planner.jpg");
}

.basicHontai:nth-of-type(4) > div {
	text-align: center;
}

.basicHontai:nth-of-type(4) > div > a {
	display: inline-block;
	height: 44px;
	padding: 0 30px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 44px;
	border: 1px solid #A53E5C;
	background-color: #fff;
	color: #A53E5C;
}

.basicHontai:nth-of-type(4) > ul > li:before {
	color: #A53E5C;
}

.basicHontai:nth-of-type(4) h4 {
	padding-top: 20px;
	line-height: 1.5;
}

.basicHontai:last-child {
	margin-bottom: 0;
	padding: 14px;
	background-color: #e5e5e5;
}

.basicHontai:last-child h4 {
	float: left;
	padding: 0;
}

.basicHontai:last-child h4 > img {
	width: 80px;
}

.basicHontai:last-child > p {
	margin-left: 94px;
	font-weight: normal;
}

.basicHontai:last-child > div {
	margin-top: 10px;
	text-align: center;
}

.basicHontai:last-child > div > a {
	display: inline-block;
	height: 44px;
	padding: 0 30px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 44px;
	border: 1px solid #3799dc;
	background-color: #fff;
	color: #3799dc;
}

.hintHeader {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0 8px;
}

.hintHeader h3, .hintHeader h2 {
	margin-bottom: 16px;
}

.hintHeader img {
	width: 100%;
}

.hintHeader + .hintList + p {
	text-align: center;
	margin-bottom: 60px;
}

.hintHeader + .hintList + p > a {
	display: inline-block;
	height: 44px;
	padding: 0 35px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 44px;
	background-color: #3799dc;
	color: #fff;
}

.hintList > h3[class^="icon-"] {
	padding-left: 6px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 5px solid;
}

.hintList > h3[class^="icon-"]:before {
	display: inline-block;
	margin-top: -0.1em;
	margin-right: 0;
	font-size: 30px;
}

.hintList > ul {
	margin-bottom: 30px;
}

.hintList > ul > li {
	height: 100px;
	overflow: hidden;
}

.hintList > ul > li > a {
	display: block;
	height: 80px;
	position: relative;
	padding: 10px 8px;
}

.hintList > ul > li > a:after {
	content: "";
	display: block;
	clear: both;
}

.hintList > ul > li > a > img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 4px;
}

.hintList > ul > li > a > p:first-of-type {
	margin-left: 95px;
	font-size: 11px;
	color: #000;
}

.hintList > ul > li > a > p.icon-arrow {
	position: absolute;
	bottom: 10px;
	right: 8px;
	font-size: 12px;
}

.hintList > ul > li:nth-child(odd) {
	background-color: #f0f0f0;
}

#hontai h3 {
	border-color: #ffe691;
}

#hontai h3:before {
	color: #ffe691;
}

#cover h3 {
	border-color: #f0878c;
}

#cover h3:before {
	color: #f0878c;
}

#other {
	margin-bottom: 60px;
}

#other h3 {
	border-color: #73d773;
}

#other h3:before {
	color: #73d773;
}

#hint {
	padding: 20px 8px 60px 8px;
}

#hint img {
	width: 100%;
}

#hint .icon-arrow_left {
	font-weight: bold;
	font-size: 12px;
}

#hint .icon-arrow_left:before {
	color: #3799dc;
}

#hint h2 {
	width: 166px;
	margin: 40px 0;
}

#hint h3 {
	margin-bottom: 30px;
	padding: 30px 0;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	background-size: 304px 10px, 304px 10px;
}

#hint .hontai h3 {
	background-image: url(/sp/store/techo/2016/basic/images/hint_detail_hontai.png), url(/sp/store/techo/2016/basic/images/hint_detail_hontai.png);
}

#hint .cover h3 {
	background-image: url(/sp/store/techo/2016/basic/images/hint_detail_cover.png), url(/sp/store/techo/2016/basic/images/hint_detail_cover.png);
}

#hint .other h3 {
	background-image: url(/sp/store/techo/2016/basic/images/hint_detail_other.png), url(/sp/store/techo/2016/basic/images/hint_detail_other.png);
}

#hint #hintBody {
	margin-bottom: 40px;
}

#hint #hintBody img {
	display: block;
	margin: 30px 0;
}

.list #hint {
	display: none;
}

.list #list {
	display: block;
}

.hint #hint {
	display: block;
}

.hint #list {
	display: none;
}
