/* CSS Document */
/* Special Feature — Part 14 css
**********************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700;800&display=swap');

:root{
	--hitachiColor: #b1000e;
	--mainColor: #210701;
	--width: 1275px;
	--shadow: 5px 5px 16px rgba(55,4,4,0.3);
	--t-shadow: 1px 2px 0 rgba(255,255,255,0.6);
	--t-shadow-pale: 1px 2px 0 rgba(255,255,255,0.3);
	--rotate: rotateZ(0.03deg);
	--fontColor: #162f24;
	--fontColor2: #007c8f;
}

@font-face {
  font-family: "Noto Sans SC", sans-serif;
	font-weight: 400;
	font-style: normal;
}
body{
  min-width:1360px;
  position: relative;
}
#main {
  background: url("/image/global/science-edu/micro_zh-CN/content14/common_01.png") #eee repeat center top;
}
#main * {
  box-sizing: border-box;
	font-family: "Noto Sans SC", sans-serif;
}
#main.index .content-wrap{
	padding-bottom: 80px;
	color: var(--mainColor);
	width: 100% !important;
	max-width: var(--width);
}
ruby{
	font-size: inherit;
}
[data-ruby]{
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	display: inline-block;
	position: absolute;
	top: -0.6em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.5em;
	line-height: 100%;
	white-space: nowrap;
	text-align: center;
	transform: var(--rotate);
}
.lefter05[data-ruby]::before {
	left: -0.5em;
}
.lefter08[data-ruby]::before {
	left: -0.8em;
}
.lefter1[data-ruby]::before {
	left: -1em;
}
[data-ruby] rt{
	display: none;
}
.w700{
	font-weight: 700 !important;
}

/*--title--*/
#main.index #pageTitle {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
  margin-top: 76px;
  margin-bottom: 52px;
	position: relative;
}
#main.index #pageTitle p.label {
  background: #E60027;
  color: #FFF;
  font-size: 13px;
  display: inline-block;
  border-radius: 50px;
  padding: 3px 15px;
  text-align: center;
  min-width: 68px;
  margin-right: 22px;
	transform: var(--rotate);
}
#main.index #pageTitle h2{
	font-weight: bold;
	font-size: 26px;
}
#main.index #pageTitle div p {
  font-size: 32px;
}
#main.index #pageTitle div p ruby::before{
	font-size: 11px;
}
#main.index #pageTitle .shareBtns{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 10px;
	margin: 0 0 0 auto;
	position: relative;
	top: 4px;
}
#main.index #pageTitle .shareBtns li{
	max-height: 31px;
}
#main.index #pageTitle .shareBtns li:first-child{
	margin-right: 5px;
}
#main.index #pageTitle .shareBtns li:nth-child(2){
	display: block;
	width: 30px;
	height: 31px;
	background: #06c755;
	border-radius: 8px;
}
#main.index #pageTitle .shareBtns li iframe{
	border-radius: 8px;
}

/*--aboutCont--*/
#aboutCont{
	display: block;
	width: 100%;
	max-width: var(--width);
	margin: 0 auto 40px auto;
	padding: 10px;
	color: var(--fontColor);
	background: #FFF;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	position: relative;
}
#aboutCont .borderWrap{
	display: block;
	width: 100%;
	min-height: 180px;
	background: 
		url(/image/global/science-edu/micro_zh-CN/content14/common_05.png) repeat-x top 5px center,
		url(/image/global/science-edu/micro_zh-CN/content14/common_04.png) repeat-x bottom 5px center,		
		#f4fbff;
	border: #4bbfef solid 3px;
	border-radius: 6px;
}

/* indexのみ */
#aboutCont.indexAbout{
	margin-bottom: 80px;
}
#aboutCont.indexAbout .borderWrap{
	text-align: center;
	padding-top: 46px;
}
#aboutCont.indexAbout::before{
	content: "";
	display: block;
	width: 102px;
	height: 74px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/index_01.png) no-repeat center center;
	position: absolute;
	top: -26px;
	left: 169px;
}
#aboutCont.indexAbout::after{
	content: "";
	display: block;
	width: 111px;
	height: 95px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/index_02.png) no-repeat center center;
	position: absolute;
	right: 132px;
	bottom: -8px;
}
#aboutCont.indexAbout h2{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	width: 633px;
	height: 58px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/index_03.png) no-repeat center center;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: -14px;
	left: calc(50% - 316px);
}
#aboutCont.indexAbout .lead{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	gap: 14px;
}
#aboutCont.indexAbout .lead p{
	display: inline-block;
	border-bottom: var(--fontColor) dashed 1px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	transform: var(--rotate);
}

/* indexwelcome*/
#index_welcome{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	width: 100%;
	max-width: var(--width);
	height: 705px;
	margin: 0 auto;
	padding-top: 229px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/index_10.jpg) no-repeat center center / 100% auto;
	position: relative;
}
#index_welcome::before{
	content: "";
	display: block;
	width: 100%;
	max-width: var(--width);
	height: 7px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/index_11.png) no-repeat center center / 100% auto;
	position: absolute;
	left: 0;
	bottom: -7px;
}
#index_welcome_msg{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 935px;
	height: 116px;
	padding: 13px 50px 0 50px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #03a860 repeat center center;
	border-radius: 20px;
	text-align: center;
	position: absolute;
	top: -48px;
	left: calc(50% - 467px);	
}
#index_welcome_msg::before{
	content: "";
	display: block;
	width: 36px;
	height: 14px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/index_08.png) no-repeat center center;
	position: absolute;
	left: calc(50% - 18px);
	bottom: -14px;
}
#index_welcome_msg span{
	display: block;
	width: 100%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.06em;
	font-weight: bold;
	color: #006c3d;
	background: #ddffe1;
	border-radius: 4px;
	transform: var(--rotate);
}
#index_welcome{
	position: relative;
}
#index_welcome a{
	display: block;
	width: 220px;
	height: 220px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_07.png) no-repeat center center;
	border-radius: 40px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	position: relative;
}
#index_welcome a::before{
	content: "";
	display: block;
	width: 220px;
	height: 220px;
	border-radius: 40px;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
}
#index_welcome a:focus::before,
#index_welcome a:hover::before{
	background-color: rgba(255,255,255,0.3);
	transition: background-color 0.3s ease;
}
#index_welcome a.done{
	filter: grayscale(1);
}
#index_welcome .soldTip{
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 0 0.5em;
	color: #FFF;
	border: #FFF solid 2px;
	outline: #DD4522 solid 4px;
	border-radius: 5px;
	background: #DD4522;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	filter: grayscale(0);
	transform: rotate(-16deg);
	position: absolute;
	top: 218px;
	z-index: 2;
}
#index_welcome .soldW{
	left: calc(50% - 405px)
}
#index_welcome .soldE{
	left: calc(50% - 140px)
}
#index_welcome .soldP{
	left: calc(50% + 128px)
}
#index_welcome .soldTip[aria-hidden="true"]{
	opacity: 0;
}
#index_welcome .soldTip.bound{
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bound;
  animation-delay: 0.3s;
}
@keyframes bound {
  0% {
		opacity: 0;
    transform: scale(2) rotate(-16deg);
  }
  18% {
		opacity: 1;
    transform: scale(.9) rotate(-16deg);
  }
  46% {
    transform: scale(1.08) rotate(-16deg)
  }
  68% {
    transform: scale(1) rotate(-16deg);
  }
  100% {
    transform: scale(1) rotate(-16deg);
  }	
}

/* .shoumeiPrintBox */
.shoumeiPrintBox{
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	transition: opacity 0.3s ease;
}
.shoumeiPrintBox[aria-hidden="true"]{
	opacity: 0;
	pointer-events: none;
}
.shoumeiPrintBox .modalBg{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
}
.shoumeiPrintBox .modalFrame{
	display: block;
	width: 800px;
	padding: 6px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #FFDF60 repeat center center;
	border-radius: 20px;
	position: relative;
	z-index: 91;
}
.shoumeiPrintBox .modalFrame::before{
	content: "";
	display: block;
	width: 100px;
	height: 130px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/index_14.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	right: 40px;
	z-index: 5;
}
.shoumeiPrintBox .modalFrame .mark1{
	position: absolute;
	top: 0;
	left: 0;
}
.shoumeiPrintBox .modalFrame .mark2{
	position: absolute;
	top: 0;
	right: 0;
}
.shoumeiPrintBox .modalFrame .mark3{
	position: absolute;
	top: -10px;
	left: 100px;
}
.shoumeiPrintBox .modalFrame2{
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 16px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #FFDF60 repeat center center;
	box-shadow: 0 0 10px inset rgba(0,0,0,0.2);
}
.shoumeiPrintBox .modalCont{
	display: block;
	width: 100%;
	min-height: 350px;
	padding: 40px 20px 30px 20px;
	text-align: center;
	background: #FFF;
	box-shadow: 0 2px	 3px rgba(0,0,0,0.1);
	border-radius: 10px;
	position: relative;
}
.shoumeiPrintBox .modalCont .snsList{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 4px;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 5;	
}
.shoumeiPrintBox .modalCont h2{
	display: block;
	color: var(--fontColor);
	margin-bottom: 12px !important;
	font-weight: 700;
	font-size: 30px;
	background: none;
}
.shoumeiPrintBox .modalCont .lead{
	color: var(--fontColor);
	font-size: 16px;
	line-height: 1.8 !important;
	transform: var(--rotate);
}
.shoumeiPrintBox .modalCont .syoujyou{
	display: block;
	width: 400px;
	margin: 20px auto 20px auto;
	text-align: center;
	border: #DDD solid 2px;
}
.shoumeiPrintBox .modalCont .syoujyou img{
	display: block;
	aspect-ratio: 297/210;
	max-width: 100%;
	object-fit: cover;
}
.shoumeiPrintBox .modalCont .btnLine{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.shoumeiPrintBox .modalCont .btnLine .printBtn{
	display: block;
	width: 100%;
	max-width: 320px;
	padding: 0;
	position: relative;
	background: none;
	border: none;
}
.shoumeiPrintBox .modalCont .btnLine .printBtn::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	opacity: 0;
	border-radius: 30px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}
.shoumeiPrintBox .modalCont .btnLine .printBtn:focus::before,
.shoumeiPrintBox .modalCont .btnLine .printBtn:hover::before{
	opacity: 1;
}
.shoumeiPrintBox .modalCont .btnLine .closeBtn{
	display: block;
	text-align: center;
	border: none;
	background: none;
	font-family: inherit;
	font-size: 16px;
	text-decoration: underline;
	color: #666;
	transform: var(--rotate);
}
.shoumeiPrintBox .modalCont .btnLine .closeBtn:focus,
.shoumeiPrintBox .modalCont .btnLine .closeBtn:hover{
	text-decoration: none;
}

/* #shoujyouContent */
#main.index #shoujyouContent{
	display: none;
}

/* #studyAbout */
#aboutCont.studyAbout .borderWrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 36px;
	background:
		url(/image/global/science-edu/micro_zh-CN/content14/common_05.png) repeat-x top 5px center,
		url(/image/global/science-edu/micro_zh-CN/content14/common_04.png) repeat-x bottom 5px center,		
		url(/image/global/science-edu/micro_zh-CN/content14/common_08.png) no-repeat center left / auto 174px,		
		#f4fbff;
}
#aboutCont.studyAbout .borderWrap h2{
	width: 326px;
	text-align: center;
	padding-right: 16px;
	background: none;
}
#aboutCont.studyAbout .borderWrap .lead{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 14px;
}
#aboutCont.studyAbout .borderWrap .lead p{
	display: inline-block;
	border-bottom: var(--fontColor) dashed 1px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	transform: var(--rotate);
}


/* studyBoard */
#studyBoard{
	display: block;
	width: 100%;
	max-width: var(--width);
	margin: 0 auto;
	padding: 40px 30px 20px 20px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_09.png) repeat center center;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}
.headTabs{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	padding-left: 28px;
	position: absolute;
	top: -12px;
}
.headTabs button{
	width: 100%;
	max-width: 260px;
	height: 70px;
	padding: 4px;
	background: #FFF;
	border: none;
	border-radius: 12px 12px 0 0 !important;
	cursor: pointer;
}
.headTabs button:hover .text{
	color: #ff6f00;
	transition: color 0.3s ease;
}
.headTabs button[aria-selected="true"]{
	pointer-events: none;
}
.headTabs button .border{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 0.5em;
	height: 100%;
	padding-top: 8px;
	padding-right: 24px;
	font-weight: 700;
	border: #63c1cf solid 4px;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.headTabs button .border::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 8px;
}
.headTabs button[data-check="false"] .border::before{
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_11.png) no-repeat center center;
}
.headTabs button[data-check="true"] .border::before{
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_12.png) no-repeat center center;
}
.headTabs button[aria-selected="true"] .border{
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_15.png) repeat-x left bottom -2px;
}
.headTabs button:not([aria-selected="true"]) .border::after{
	content: "";
	display: block;
	width: calc(100% + 16px);
	height: 16px;
	background: #FFF;
	position: absolute;
	left: -8px;
	bottom: -6px;
}
.headTabs button .text{
	font-size: 20px;
	padding-top: 0.05em;
	letter-spacing: 0.03em;
	color: var(--fontColor2);
	transform: var(--rotate);
}
.headTabs button .text:has(ruby){
	padding-top: 0.3em;
}

#studyBoardCont{
	display: block;
	width: 100%;
	background: 
		linear-gradient(0deg,rgba(230, 255, 244, 1) 0%, rgba(230, 255, 244, 1) 100%) no-repeat center bottom / 100% 80px,
		#FFF;
}
#studyBoardCont .cont{
	display: grid;
	grid-template-columns: 30px 460px 30px 1fr 30px;
	grid-template-rows: auto auto auto 1fr 80px;
	width: 100%;
	max-width: 1135px;
	min-height: 700px;
	padding-top: 38px;
	margin-left: auto;
	margin-right: auto;
}
#studyBoardCont .cont[hidden]{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
#studyBoardCont .studyTitle{
	grid-column: 1/6;
	grid-row: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_19.png) no-repeat center center;
	width: 100%;
	height: 60px;
	padding: 0 0 0 11px;
	margin-bottom: 24px;
	color: #FFF;
}
#studyBoardCont .studyTitle i{
	display: inline-block;
	margin-right: 22px;
}
#studyBoardCont .studyTitle span{
	display: inline-block;
	margin-right: 20px;
	padding: 3px 10px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	transform: var(--rotate);
	color: var(--fontColor2);
	background: #e8fff5;
}
#studyBoardCont .studyTitle h2{
	font-weight: 700;
	font-size: 25px;
	background: none;
	position: relative;
}
#studyBoardCont .studyTitle h2:has(ruby){
	top: 5px;
}
#studyBoardCont .slideArea{
	grid-column: 2;
	grid-row: 2/5;
	margin-bottom: 30px;
}
#studyBoardCont .slideArea h3{
	display: block;
	padding-left: 16px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	color: var(--fontColor2);
	position: relative;
	transform: var(--rotate);
}
#studyBoardCont .slideArea h3::before{
	content: "";
	display: block;
	width: 9px;
	height: 11px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_16.png) no-repeat center center;
	position: absolute;
	top: 0.4em;
	left: 0;
}
#studyBoardCont .slideArea .slideCont{
	display: block;
	width: 100%;
	height: 320px;
	margin-bottom: 13px;
	position: relative;
}
#studyBoardCont .slideArea .slideCont img{
	position: absolute;
	top: 0;
	left: 0;
}
#studyBoardCont .slideArea .slideCont img.scale0{
	z-index: 3;
}
#studyBoardCont .slideArea .slideCont img.scale1{
	z-index: 2;
}
#studyBoardCont .slideArea .slideCont img.scale2{
	z-index: 1;
}
#studyBoardCont .slideArea .caption{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: var(--fontColor);
	transform: var(--rotate);
}
#studyBoardCont .slideArea .scaleBtns{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
#studyBoardCont .slideArea .scaleBtns button{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 151px;
	height: 50px;
	margin: 0;
	text-align: center;
	background: #DDD;
	border: none;
	transform: var(--rotate);
}
#studyBoardCont .slideArea .scaleBtns button[aria-current="true"]{
	color: #e66100;
	pointer-events: none;
}
#studyBoardCont .slideArea .scaleBtns button::before{
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	margin-right: 6px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_17.png) no-repeat center center;
}
#studyBoardCont .slideArea .scaleBtns button:not([aria-current="true"]):focus,
#studyBoardCont .slideArea .scaleBtns button:not([aria-current="true"]):hover{
	opacity: 0.65;
	transition: opacity 0.3s ease;
}
#studyBoardCont .slideArea .scaleBtns button[aria-current="true"]::before{
	background-image: url(/image/global/science-edu/micro_zh-CN/content14/common_18.png);
}
#studyBoardCont .slideArea .scaleBtns button:nth-child(-n+2){
	padding-right: 20px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_20.png) no-repeat center center / 100% 100%;
}
#studyBoardCont .slideArea .scaleBtns button:nth-child(-n+2)[aria-current="true"]{
	background-image: url(/image/global/science-edu/micro_zh-CN/content14/common_21.png) ;
}
#studyBoardCont .slideArea .scaleBtns button:nth-child(3){
	width: 144px;
	border-radius: 6px;
	border: #bbbbbb solid 3px;
	background: linear-gradient(0deg,rgba(228, 228, 228, 1) 0%, rgba(255, 255, 255, 1) 44%);
}
#studyBoardCont .slideArea .scaleBtns button:nth-child(3)[aria-current="true"]{
	border-color: #ff8a00;
	background: linear-gradient(0deg,#ffdec4 0%, rgba(255, 255, 255, 1) 44%);
}

#studyBoardCont .seibunArea{
	grid-column: 4;
	grid-row: 2;
	padding: 20px 24px;
	margin-bottom: 20px;
	border: #43b4c5 solid 2px;
	border-radius: 8px;
}
#studyBoardCont .seibunArea h3{
	display: block;
	padding-left: 16px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
	color: var(--fontColor2);
	position: relative;
	transform: var(--rotate);
}
#studyBoardCont .seibunArea h3::before{
	content: "";
	display: block;
	width: 9px;
	height: 11px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_16.png) no-repeat center center;
	position: absolute;
	top: 0.45em;
	left: 0;
}
#studyBoardCont .seibunArea p{
	font-size: 14px;
	line-height: 1.7;
	color: var(--fontColor);
	transform: var(--rotate);
}
#studyBoardCont .seibunArea .mameKeyBtn{
	width: 100%;
	max-]280px;
	background: none;
	border: none;
	margin-top: 12px;
	position: relative;
	cursor: pointer;
}
#studyBoardCont .seibunArea .mameKeyBtn::before{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	opacity: 0;
	border-radius: 30px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}
#studyBoardCont .seibunArea .mameKeyBtn:focus::before,
#studyBoardCont .seibunArea .mameKeyBtn:hover::before{
	opacity: 1;
}
#studyBoardCont .shikumiArea{
	grid-column: 4;
	grid-row: 3;
	display: grid;
	grid-template-columns: 251px 1fr;
	gap: 0 	20px;
	margin-bottom: 30px;
	padding: 20px 24px;
	border: #43b4c5 solid 2px;
	border-radius: 8px;
}
#studyBoardCont .shikumiArea h3{
	grid-column: 1/3;
	grid-row: 1;
	display: block;
	padding-left: 16px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	color: var(--fontColor2);
	position: relative;
	transform: var(--rotate);
}
#studyBoardCont .shikumiArea h3::before{
	content: "";
	display: block;
	width: 9px;
	height: 11px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_16.png) no-repeat center center;
	position: absolute;
	top: 0.45em;
	left: 0;
}
#studyBoardCont .shikumiArea img{
	grid-column: 1;
	grid-row: 2;
}
#studyBoardCont .shikumiArea p{
	grid-column: 2;
	grid-row: 2;
	line-height: 1.7;
	font-size: 14px;
	color: var(--fontColor);
	transform: var(--rotate);
}
#studyBoardCont .shikumiArea.paste img.wide{
	grid-column: 1/3;
	margin-bottom: 20px;
}
#studyBoardCont .shikumiArea.paste img.side{
	grid-column: 1;
	grid-row: 3;
}
#studyBoardCont .shikumiArea.paste p{
	grid-column: 2;
	grid-row: 3;
}
#studyBoardCont .footArea{
	grid-column: 1/6;
	grid-row: 5;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	transition: opacity 0.3s ease;
}
#studyBoardCont .footArea button{
	display: block;
	width: 40px;
	height: 40px;
	border: rgba(0,0,0,0) solid 3px;
	border-radius: 3px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_13.png) no-repeat center center;
	transform-origin: center;
	transition: transform 0.3s ease;
}
#studyBoardCont .footArea button:focus,
#studyBoardCont .footArea button:hover{
	transform: scale(1.15);
}
#studyBoardCont .footArea button.done{
	background-image: url(/image/global/science-edu/micro_zh-CN/content14/common_14.png);
	pointer-events: none;
	cursor: default;
}
.studyBoardShadow{
	display: block;
	width: 100%;
	max-width: var(--width);
	height: 20px;
	margin: 0 auto 32px auto;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_10.png) repeat center center;
	border-radius: 0 0 12px 12px;
	position: relative;
	top: -13px;
	z-index: 0;
}

/* footBackBtn */
.footBackBtn{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.footBackBtn a[aria-hidden="true"]{
	display: none;
}
.footBackBtn a{
	display: block;
	max-width: 280px;
	position: relative;
}
.footBackBtn a::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background-color: rgba(255,255,255,0.3);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 0.3s ease;
}
.footBackBtn a:focus::before,
.footBackBtn a:hover::before{
	opacity: 1;
}

/* .frameModalStyle */
.frameModalStyle{
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	transition: opacity 0.3s ease;
}
.frameModalStyle[aria-hidden="true"]{
	opacity: 0;
	pointer-events: none;
}
.frameModalStyle .modalBg{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
}
.frameModalStyle .modalFrame{
	display: block;
	width: 680px;
	padding: 10px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #0eac67 repeat center center;
	border-radius: 20px;
	position: relative;
	z-index: 91;
}
.frameModalStyle .modalFrame2{
	display: block;
	width: 100%;
	padding: 20px;
	border-radius: 16px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #03a860 repeat center center;
	box-shadow: 0 0 10px inset rgba(0,0,0,0.2);
}
.frameModalStyle .modalCont{
	display: block;
	width: 100%;
	min-height: 350px;
	padding: 60px 20px 30px 20px;
	text-align: center;
	background: #FFF;
	box-shadow: 0 2px	 3px rgba(0,0,0,0.1);
	border-radius: 10px;
	position: relative;
}
.frameModalStyle .modalCont .btnLine{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.frameModalStyle .modalCont .btnLine a{
	display: block;
	width: 100%;
	max-width: 280px;
	position: relative;
}
.frameModalStyle .modalCont .btnLine a::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	opacity: 0;
	border-radius: 30px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}
.frameModalStyle .modalCont .btnLine a:focus::before,
.frameModalStyle .modalCont .btnLine a:hover::before{
	opacity: 1;
}
.frameModalStyle .modalCont .btnLine .closeBtn{
	display: block;
	text-align: center;
	border: none;
	background: none;
	font-family: inherit;
	font-size: 16px;
	text-decoration: underline;
	color: #666;
	transform: var(--rotate);
}
.frameModalStyle .modalCont .btnLine .closeBtn:focus,
.frameModalStyle .modalCont .btnLine .closeBtn:hover{
	text-decoration: none;
}

/* shopModal */
.shopModal .modalCont h2{
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	color: var(--fontColor2);
	transform: var(--rotate);
}
.shopModal .modalCont .lead{
	display: block;
	padding: 20px;
	margin-top: 24px;
	margin-bottom: 30px !important;
	background: #f2f2f2;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	line-height: 2 !important;
	transform: var(--rotate);
}

/* mameModal */
.mameModal .modalFrame{
	width: 710px;
}
.mameModal .modalCont{
	padding-top: 40px;
}
.mameModal .modalCont h2{
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	color: var(--fontColor2);
	transform: var(--rotate);
}
.mameModal .modalCont .lead{
	display: block;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 16px !important;
	background: #f2f2f2;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	line-height: 2 !important;
}
.mameModal .modalCont .lead p:not(:last-child){
	margin-bottom: 16px !important;
}
.mameModal .modalCont .lead p{
	line-height: 1.8 !important;
	transform: var(--rotate);
}
.mameModal .modalCont .lead strong{
	font-weight: bold;
}
.mameModal .modalCont .enpitu{
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0 1em;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 12px 20px 10px 20px;
	border: #DDD solid 2px;
	font-size: 14px;
	font-weight: 700;
	background: #FFF;
	border-radius: 5px;
}
.mameModal .modalCont .enpitu .p1{
	grid-column: 1;
	grid-row: 1;
	padding-left: 0.8em;
}
.mameModal .modalCont .enpitu .p2{
	grid-column: 3;
	grid-row: 1;
	text-align: right;
	padding-right: 0.8em;
}
.mameModal .modalCont .enpitu .p3{
	grid-column: 1/4;
	grid-row: 3;
}
.mameModal .modalCont .enpitu .arrow{
	grid-column: 1/4;
	grid-row: 2;
	position: relative;
	margin-top: 4px;
}
.mameModal .modalCont .enpitu .arrow div{
	display: block;
	width: calc(100% - 18px);
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(90deg,rgba(156, 156, 156, 1) 0%, rgba(46, 46, 46, 1) 100%);
}
.mameModal .modalCont .enpitu .arrow::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(156, 156, 156, 1);
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(100% 0, 100% 100%, 80% 100%, 0 50%, 80% 0);
}
.mameModal .modalCont .enpitu .arrow::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(46, 46, 46, 1);
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0 100%, 0 0);
}


/* #shopBoard */
#shopBoard{
	display: block;
	width: 100%;
	max-width: var(--width);
	margin-bottom: 40px;
	padding: 10px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_26.png) repeat center center;
	box-sizing: border-box;
	position: relative;
}
#shopBoard .frame{
	display: block;
	width: 53px;
	height: 53px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_27.png) no-repeat left top / 100% auto;
	position: absolute;
}
#shopBoard .frame.f1{
	top: -10px;
	left: -10px;
}
#shopBoard .frame.f2{
	top: -10px;
	right: -10px;
	transform: rotate(90deg);
}
#shopBoard .frame.f3{
	left: -9px;
	bottom: -8px;
	transform: rotate(-90deg);
}
#shopBoard .frame.f4{
	right: -9px;
	bottom: -8px;
	transform: rotate(180deg);
}
#shopBoard .boardFrame{
	display: block;
	width: 100%;
	padding: 30px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_25.png) repeat center center;
	box-shadow: -1px -1px 15px inset rgba(0,0,0,0.2);
	position: relative;
}
#shopBoard .boardFrame::before{
	content: "";
	display: block;
	width: calc(100% + 20px);
	max-width: calc(var(--width) + 20px);
	height: 7px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/index_11.png) no-repeat center center / 100% auto;
	position: absolute;
	left: -10px;
	bottom: -15px;
}
#shopBoard .boardContents{
	display: grid;
	place-content: center;
	width: 100%;
	height: 620px;
	padding: 0 20px;
	text-align: center;
	background: url(/image/global/science-edu/micro_zh-CN/content14/shop_01.jpg) #FFF no-repeat center center;
	box-shadow: 0 2px	 3px rgba(0,0,0,0.1);
	border-radius: 2px;
	position: relative;
}

/* .talkWrap  */
#shopBoard .talkWrap{
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	align-self: end;
	display: grid;
	grid-template-columns: 240px 20px 240px 1fr 160px;
	grid-template-rows: auto auto auto 1fr;
	gap: 28px 0;
	padding: 120px 140px 0 60px;
	width: 100%;
	min-width: 1050px;
	height: 620px;
	position: relative;
}
#shopBoard .talkWrap.ptMiddle{
	padding-top: 100px;
}
#shopBoard .talkWrap[aria-hidden="true"]{
	opacity: 0;
	pointer-events: none;
}
#shopBoard .talkWrap .person{
	grid-column: 1;
	grid-row: 1/5;
	justify-self: center;
	align-self: end;
	display: block;
	object-fit: none;
	object-position: center top;
}
#shopBoard .talkWrap .person.women1{
	width: 178px;
	height: 410px;
}
#shopBoard .talkWrap .person.women2{
	width: 213px;
	height: 470px;
}
#shopBoard .talkWrap .person.women3{
	width: 221px;
	height: 470px;
}
#shopBoard .talkWrap .person.men1{
	width: 178px;
	height: 410px;
}
#shopBoard .talkWrap .person.men2{
	width: 220px;
	height: 470px;
}
#shopBoard .talkWrap .person.men3{
	width: 240px;
	height: 480px;
}
#shopBoard .talkWrap .comment{
	display: block;
	width: 100%;
	padding: 24px 20px;
	border-radius: 60px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
#shopBoard .talkWrap .comment.c1{
	grid-column: 4/6;
	grid-row: 1;
	background: rgba(255,255,255,0.98);
	border: #DDD solid 2px;
}
#shopBoard .talkWrap .comment.c1::before,
#shopBoard .talkWrap .comment.c3::before{
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	background: #DDDDDD;
	clip-path: polygon(0 0, 91% 100%, 80% 0);
	position: absolute;
	right: 50px;
	bottom: -20px;
}
#shopBoard .talkWrap .comment.c1::after,
#shopBoard .talkWrap .comment.c3::after{
	content: "";
	display: block;
	width: 36px;
	height: 19px;
	background: #FFF;
	clip-path: polygon(0 0, 92% 100%, 80% 0);
	position: absolute;
	right: 54px;
	bottom: -16px;
}
#shopBoard .talkWrap .comment.c2{
	grid-column: 3/5;
	grid-row: 2;
	background: #e8fff5;
	color: var(--fontColor2);
}
#shopBoard .talkWrap .comment.c2::before{
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	background: #e8fff5;
	clip-path: polygon(20% 0, 10% 100%, 100% 0);
	position: absolute;
	left: 50px;
	bottom: -19px;
}
#shopBoard .talkWrap .comment.c3{
	grid-column: 4/6;
	grid-row: 3;
	background: rgba(255,255,255,0.98);
	border: #DDD solid 2px;
}
#shopBoard .talkWrap .comment span{
	display: block;
	transform: var(--rotate);
}
#shopBoard .talkWrap button{
	grid-column: 3/6;
	grid-row: 4;
	justify-self: center;
	align-self: start;
	width: 100%;
	background: none;
	border: none;
	max-width: 280px;
	margin-top: 10px;
	padding: 0;
	position: relative;
}
#shopBoard .talkWrap button::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	opacity: 0;
	border-radius: 30px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}
#shopBoard .talkWrap button:focus::before,
#shopBoard .talkWrap button:hover::before{
	opacity: 1;
}
#shopBoard .talkWrap button:disabled{
	pointer-events: none;
}
#shopBoard .talkWrap button span{
	transform: var(--rotate);
}

/* .talkWrap -animation  */
#shopBoard .talkWrap:not(.animated):not(.quick) .person{
	opacity: 0;
	transform: translateX(-20px);
}
#shopBoard .talkWrap:not(.quick).animated .person{
	transition: opacity 0.3s ease, transform 0.5s ease;
}
#shopBoard .talkWrap:not(.animated):not(.quick) .comment.c1{
	opacity: 0;
	transform: translateY(5px);
}
#shopBoard .talkWrap:not(.quick).animated .comment.c1{
	transition: opacity 0.3s ease, transform 0.5s ease;
}
#shopBoard .talkWrap:not(.animated):not(.quick) .comment.c2{
	opacity: 0;
	transform: translateY(5px);
}
#shopBoard .talkWrap:not(.quick).animated .comment.c2{
	transition: opacity 0.3s ease 2s, transform 0.5s ease 2s;
}
#shopBoard .talkWrap:not(.animated):not(.quick) .comment.c3{
	opacity: 0;
	transform: translateY(5px);
}
#shopBoard .talkWrap:not(.quick).animated .comment.c3{
	transition: opacity 0.3s ease 5s, transform 0.5s ease 5s;
}
#shopBoard .talkWrap:not(.animated):not(.quick) .nextBtn{
	opacity: 0;
	transform: translateY(5px);
}
#shopBoard .talkWrap:not(.quick).animated .nextBtn{
	transition: opacity 0.3s ease 6s, transform 0.5s ease 6s;
}
#shopBoard .talkWrap.quick .person,
#shopBoard .talkWrap.quick .comment,
#shopBoard .talkWrap.quick .nextBtn{
	transition: none !important;
}

/* .quizWrap */
#shopBoard .quizWrap{
	display: block;
	width: 600px;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #0eac67 repeat center center;
	position: absolute;
	top: calc(50% - 245px);
	left: calc(50% - 300px);
	transition: opacity 0.3s ease;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
#shopBoard .quizWrap[aria-hidden="true"]{
	opacity: 0;
	pointer-events: none;
}
#shopBoard .quizWrap .frameWrap{
	display: block;
	width: 100%;
	padding: 20px;
	border-radius: 16px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #03a860 repeat center center;
	box-shadow: 0 0 10px inset rgba(0,0,0,0.2);
}
#shopBoard .quizWrap .contWrap{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 430px;
	padding: 40px 20px 30px 20px;
	text-align: center;
	background: #FFF;
	box-shadow: 0 2px	 3px rgba(0,0,0,0.1);
	border-radius: 10px;
}
#shopBoard .quizWrap h2{
	display: block;
	text-align: center;
	color: var(--fontColor);
	font-size: 23px;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 15px;
	background: none;
	transform: var(--rotate);
}
#shopBoard .quizWrap .lead{
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.7 !important;
	transform: var(--rotate);
}
#shopBoard .quizWrap .answerList{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#shopBoard .quizWrap .answerList label{
	display: grid;
	grid-template-columns: 24px auto;
	place-content: center;
	gap: 8px 10px;
	cursor: pointer;
}
#shopBoard .quizWrap .answerList label img{
	grid-column: 1/3;
	grid-row: 1;
	background: #f4f4f4;
	border-radius: 5px;
}
#shopBoard .quizWrap .answerList label .appearance{
	grid-column: 1;
	grid-row: 2;
	display: block;
	width: 24px;
	height: 24px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_11.png) no-repeat center center;
}
#shopBoard .quizWrap .answerList label .appearance:has(input:checked){
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_12.png) no-repeat center center;
}
#shopBoard .quizWrap .answerList label .appearance input{
	width: 1px;
	height: 1px;
	opacity: 0;
}
#shopBoard .quizWrap .answerList label span{
	grid-column: 2;
	grid-row: 2;
	font-size: 16px;
	text-align: left;
	transform: var(--rotate);
}
#shopBoard .quizWrap .nextBtn{
	display: block;
	width: 100%;
	max-width: 280px;
	padding: 0;
	border: none;
	background: none;
	position: relative;
}
#shopBoard .quizWrap .nextBtn::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	opacity: 0;
	border-radius: 30px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}
#shopBoard .quizWrap .nextBtn:not(:disabled):focus::before,
#shopBoard .quizWrap .nextBtn:not(:disabled):hover::before{
	opacity: 1;
}
#shopBoard .quizWrap .nextBtn:disabled{
	pointer-events: none;
	cursor: default;
}
#shopBoard .quizWrap .nextBtn:disabled img{
	filter: grayscale(100%);
}

/* w5 */
#shopBoard .quizWrap.w5{
	width: 970px;
	top: calc(50% - 300px);
	left: calc(50% - 485px);
}
#shopBoard .quizWrap.w5 .contWrap{
	height: 540px;
	padding: 40px 20px 30px 20px;
}
#shopBoard .quizWrap.w5 .answerList{
	margin-bottom: 40px;
}
#shopBoard .quizWrap.w5 .answerList label img{
	max-width: 270px;
}

/* e1 */
#shopBoard .quizWrap.e1{
	width: 800px;
	top: calc(50% - 275px);
	left: calc(50% - 400px);
}
#shopBoard .quizWrap.e1 label img{
	width: 200px;
	height: 120px;
	object-fit: contain;
}
#shopBoard .quizWrap.e1 .contWrap{
	height: 500px;
}
#shopBoard .quizWrap.e5{
	width: 900px;
	top: calc(50% - 260px);
	left: calc(50% - 450px);
}
#shopBoard .quizWrap.e5 label img{
	width: 200px;
	height: 120px;
	object-fit: contain;
}
#shopBoard .quizWrap.e5 .contWrap{
	height: 470px;
}

/* p1 */
#shopBoard .quizWrap.p1{
	width: 800px;
	top: calc(50% - 245px);
	left: calc(50% - 400px);
}
#shopBoard .quizWrap.p1 label img{
	width: 200px;
	height: 120px;
	object-fit: contain;
}
#shopBoard .quizWrap.p1 .contWrap{
	height: 440px;
}
#shopBoard .quizWrap.p5{
	width: 800px;
	top: calc(50% - 245px);
	left: calc(50% - 400px);
}
#shopBoard .quizWrap.p5 label img{
	width: 200px;
	height: 120px;
	object-fit: contain;
}
#shopBoard .quizWrap.p5 .contWrap{
	height: 440px;
}


/* .resultWrap */
#shopBoard .resultWrap{
	display: block;
	width: 840px;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #0eac67 repeat center center;
	position: absolute;
	top: calc(50% - 335px);
	left: calc(50% - 420px);
	transition: opacity 0.3s ease;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	z-index: 10;
}
#shopBoard .resultWrap[aria-hidden="true"]{
	opacity: 0;
	pointer-events: none;
}
#shopBoard .resultWrap .frameWrap{
	display: block;
	width: 100%;
	padding: 20px;
	border-radius: 16px;
	background: url(/image/global/science-edu/micro_zh-CN/content14/common_06.png) #03a860 repeat center center;
	box-shadow: 0 0 10px inset rgba(0,0,0,0.2);
}
#shopBoard .resultWrap .contWrap{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	gap: 16px 0;
	width: 100%;
	height: 610px;
	padding: 30px 20px;
	text-align: center;
	background: #FFF;
	box-shadow: 0 2px	 3px rgba(0,0,0,0.1);
	border-radius: 10px;
}
#shopBoard .resultWrap h3{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	transform: var(--rotate);
}
#shopBoard .resultWrap h3 img{
	margin-bottom: 4px;
}
#shopBoard .resultWrap .lead{
	display: block;
	text-align: center;
	line-height: 1.7 !important;
	transform: var(--rotate);
}
#shopBoard .resultWrap .answerFlex{
	display: block;
	width: 100%;
	background: #f4f4f4;
	border-radius: 5px;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
#shopBoard .resultWrap .answerFlex p{
	transform: var(--rotate);
	line-height: 2 !important;
}
#shopBoard .resultWrap .answerFlex p span.switchText[aria-hidden="true"]{
	display: none;
}
#shopBoard .resultWrap .answerFlex p span:not(.switchText){
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 0.3em;
	padding: 4px 0.5em;
	border-radius: 5px;	
	background: #FFF;
	font-weight: 700;
	color: #ed7a00;
	margin-right: 0.5em;
}
#shopBoard .resultWrap .answerFlex p span:not(.switchText)::before{
	content: "";
	display: block;
	width: 12px;
	height: 16px;
	background: url("/image/global/science-edu/micro_zh-CN/content14/shop_16.png") no-repeat center center /contain;
}
#shopBoard .resultWrap .answerFlex > img{
	display: block;
	margin: 20px auto 0 auto;
	background: #FFF;
	border-radius: 3px;
}
#shopBoard .resultWrap .answerFlex > img[aria-hidden="true"]{
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
#shopBoard .resultWrap .answerFlex2{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	width: 100%;
	background: #f4f4f4;
	border-radius: 5px;
	padding: 16px;
	margin-bottom: 15px;
	text-align: center;
}
#shopBoard .resultWrap .answerFlex2 figure img{
	margin: 8px;
}
#shopBoard .resultWrap .answerFlex2 figcaption{
	transform: var(--rotate);
}
#shopBoard .resultWrap .answerFlex2 > img{
	display: block;
	background: #FFF;
	border-radius: 3px;
}
#shopBoard .resultWrap .answerFlex2 > img:not(:last-child){
	margin-bottom: 20px;
}
#shopBoard .resultWrap .caption{
	line-height: 2 !important;
	transform: var(--rotate);
}
#shopBoard .resultWrap .btnLine{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 1em;
}
#shopBoard .resultWrap .prevBtn,
#shopBoard .resultWrap .studyBtn,
#shopBoard .resultWrap .nextBtn{
	display: block;
	width: 100%;
	max-width: 320px;
	padding: 0;
	border: none;
	background: none;
	position: relative;
}
#shopBoard .resultWrap .prevBtn::before,
#shopBoard .resultWrap .studyBtn::before,
#shopBoard .resultWrap .nextBtn::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	opacity: 0;
	border-radius: 30px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}
#shopBoard .resultWrap .prevBtn:focus::before,
#shopBoard .resultWrap .studyBtn:focus::before,
#shopBoard .resultWrap .nextBtn:focus::before,
#shopBoard .resultWrap .prevBtn:hover::before,
#shopBoard .resultWrap .studyBtn:hover::before,
#shopBoard .resultWrap .nextBtn:hover::before{
	opacity: 1;
}
#shopBoard .resultWrap.false{
	background-color: #3bb2c4;
}
#shopBoard .resultWrap.false .frameWrap{
	background-color: #28a5b8;
}
#shopBoard .resultWrap.false h3{
	color: var(--fontColor2);
}
#shopBoard .resultWrap.true{
	background-color: #f7997e;
}
#shopBoard .resultWrap.true .frameWrap{
	background-color: #f28a6d;
}
#shopBoard .resultWrap.true h3{
	color: #e3634f;
}
#shopBoard .resultWrap .alignCenter{
	display: block;
	width: 100%;
	margin-top: 15px;	
	margin-bottom: 15px;
	text-align: center;
	background: #f4f4f4;
	padding: 16px;
	border-radius: 3px;
}

/* e2 */
#shopBoard .resultWrap.e2{
	top: calc(50% - 375px);
}
#shopBoard .resultWrap.e2 .contWrap{
	height: 700px;
}
/* p2 */
#shopBoard .resultWrap.p2{
	width: 920px;
	top: calc(50% - 355px);
	left: calc(50% - 460px);
}
#shopBoard .resultWrap.p2 .contWrap{
	height: 660px;
}
#shopBoard .resultWrap.p10{
	width: 920px;
	top: calc(50% - 355px);
	left: calc(50% - 460px);
}
#shopBoard .resultWrap.p10 .contWrap{
	height: 660px;
}
#shopBoard .resultWrap.p6,
#shopBoard .resultWrap.p11{
	top: calc(50% - 355px);
}
#shopBoard .resultWrap.p6 .contWrap,
#shopBoard .resultWrap.p11 .contWrap{
	height: 660px;
}
