@charset "utf-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(OpenSans-Regular.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(opensans_extrabold_ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(OpenSans-ExtraBold.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVIGxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

BODY {
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color: #3fb3a0;
	color:white;
}
a {
	text-decoration:none;
	color:inherit;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

			
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  
   box-sizing: border-box;

}
.wrapper {
	
}
.head {
	background-color: #969dbd;
}
.head table {
	max-width:900px;
	margin:0px auto;
}
.content {
	margin:0px auto;
	max-width:900px;
	padding-top:5px;
}
.content:after {
  content: "";
  clear: both;
  display: table;
}
.headers {
	text-align:center;
}
.headers:after {
  content: "";
  clear: both;
  display: table;
}
.headers a {
	display:inline-block;
	vertical-align:top;
	width:170px;
	height:190px;
	margin:0px 5px 12px 0px;
}
.headers a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.headers a .imbg {
	background-position: center center;
	background-repeat:no-repeat;
	background-image: url(/pic/hex160.png);
	background-size: contain;
}
.headers a .im {
	height:155px;
	background-position: center center;
	background-repeat:no-repeat;
}
.headers a .te {
	text-align: center;
	line-height:1.5em;
	font-weight:bold;
}

.headers>.hcat {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 2em;
}

.headers>.hsep {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:2em;
}

.viewselect {
	padding-bottom:5px;
	text-align:center;
}
.viewselect a {
	display:inline-block;
	background-position: center center;
	background-repeat:no-repeat;
	background-image: url(/pic/hexbtn1.png);
	background-size: contain;
	line-height:3em;
	width:120px;
	text-align:center;
	color:white;
	font-weight:bold;
}
.viewselect a.active {
	background-image: url(/pic/hexbtn1a.png);
	color:black;
}

.popdiv-wrapper {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	display:none;
}
.popdiv {
	z-index:1000;
	display:none;
	position:absolute;
	left:5%;
	right:5%;
	top:10%;
	/*bottom:10%;*/
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	color:#000;
	
	text-align:left;
	font-size:14px;
	padding:8px;
}
.popdiv>a.close {
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:black;
	border:1px solid gray;
	padding:6px 10px;
}
.popdiv .title {
	font-size:22px;
	font-weight:bold;
}
.popdiv .actdo {
	font-size:20px;
}
.popdiv .cont {
	padding-top:10px;
	display: flex; 
}

.popdiv h1 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:0.2em;
}
.popdiv p {
	margin:0.5em 0px;
}
.popdiv .cont-left,
.popdiv .cont-right {
	display:inline-block;
	vertical-align:top;
}
.popdiv .cont-left {
	width:30%;
	min-height: calc(100vh / 1.3);
	
	margin-right:8px;
	margin-left:8px;
	/*border:1px solid red;*/
	
	background-position: center top;
	background-repeat:no-repeat;
	background-size: 100%;
}
.popdiv .cont-right {
	width:65%;
	/*border:1px solid blue;*/
}
.popdiv details {
}
.popdiv details>summary {
	font-weight:bold;
	padding:10px 0px;
	font-size:18px;
	cursor:pointer;
}
.popdiv details>p {
	line-height:1.3em;
	font-size:16px;
	text-align:justify;
}
.popdiv .sselect {
	padding-bottom:5px;
}
.popdiv .sselect a {
	display:inline-block;
	background-position: center center;
	background-repeat:no-repeat;
	background-image: url(/pic/hexbtn2.png);
	background-size: contain;
	line-height:3em;
	width:110px;
	text-align:center;
	color:black;
	font-weight:bold;
}
.popdiv .sselect a.active {
	background-image: url(/pic/hexbtn2a.png);
	color:white;
}
.popdiv .audioicon {
	color: black;
	position: absolute;
	right:55px;
	top:10px;
	font-size:26px;
}
.popdiv .audioicon2 {
	color: black;
	position: absolute;
	right:95px;
	top:10px;
	font-size:26px;
}



.box {
	padding:10px;
}
.box a {
	text-decoration:underline;
}
.box input[type=submit] {
	border:1px solid white;
	background-color:#4fc3b0;
	padding:10px 15px;
	color:white;
}
.notify {
	border:1px solid white;
	padding:10px;
	margin:10px;
	font-size:16px;
}
.notify.ok {
	background-color:#5fd3c0;
	color:black;
}
.notify.fail {
	background-color:#1f9380;
	color:white;
	border-left:10px solid #ff0000;
}