#openModal {
display: none;
}
.modalDialog {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.4);
z-index: 99999;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
display: none;
pointer-events: none;
}
.modalDialog:target {
display: block;
pointer-events: auto;
}
.modalDialog > div {
width: 58%;
position: relative;
margin: 10% auto;
font-size: 14px;
padding: 34px;
border-radius: 5px;
background: #fff;
overflow-y: scroll;
}
.close {
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: 12px;
text-align: center;
top: 10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.close:hover { background: #00d9ff; }
.attr_box
{
font-size: 11px;
color: #000;
width: 90%;
margin-top: 18px;
}
.attr_left
{
float: left;
width: 30%;
}
.line
{
color: silver;
border-bottom: 1px #999999 dotted;
height: 1px;
margin: 0.9px;
} @-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
50% { 
opacity: 0;
}
100% { 
opacity: 1;
}
}
#box {
text-align: left;
overflow: hidden;
-webkit-box-shadow: #131313 0px 2px 10px;
-moz-box-shadow: #131313 0px 3px 10px;     
-webkit-animation-name: fadeIn; 
-webkit-animation-duration: 3s; 
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 0s;
width: 50%;
float: left;
}
ul#thumb {
overflow: none;
padding: 0px;
list-style: none;
position: relative;
overflow: scroll;
border: 1px solid;
width: 250px;  }
ul#thumb img {
-webkit-transition: opacity .2s ease-in-out;
width: 25%;
height: 25%;
display: block;
overflow: hidden;
vertical-align: middle;
margin: 10px auto;
opacity: 0.7;
float: left;
}
ul#thumb img:hover {
opacity: 1;
} 
ul#slider li {    
width: 200px; height: 200px; position: absolute;
}
ul#slider li p {
position: absolute;
bottom: 0;
left: 0;
z-index: inherit;
color: #fff;
background: rgba(0, 0, 0, .5);
width: 100%;
}
@-webkit-keyframes moveTarget {
0% {
left:-300px; }
100% { 
left:0px;
}
}
ul#slider li:target {
-webkit-animation-name: moveTarget; 
-webkit-animation-duration: .5s; 
-webkit-animation-iteration-count: 1;
top:0px;
left: 0px;
z-index: 10;
}
@-webkit-keyframes moveIt {
0% {
left:0px;
}
50% {
left:0px; }
100% { 
left:0px; z-index: 5;
}
}
ul#slider li:not(:target) {
-webkit-animation-name: moveIt; 
-webkit-animation-duration: 1.5s; 
-webkit-animation-iteration-count: 1;
top:0px;
left: 0px;
}
.box 
{
width: 49%;
float: left;
margin-left:4px; 
height: 45%;
}
.logoname
{
font-family: 'Segoe UI Light' !important;
color: rgb(0, 174, 255);
font-size: 34px !important;
margin-top: 0px;
margin-bottom: 10px;
} 
.box_text
{
text-align: left;
font-size: 11px;
color: #000; 
font-family: 'Segoe UI';
max-height: 330px;
overflow: scroll;
padding-right: 25px;
padding-left: 10px;
}
.box_text ul 
{
width: 100% !important;
} 
.box_text ul li
{
list-style-type: disc !important;
}
.box_name 
{
margin: 0;
font-size: 18px;
text-decoration: blink;
color: #000;
}
.box_name span 
{
color: #00aeff;
}
.box_name p 
{
margin: 0;
}
.box_mini_pic
{
border: 1px solid;
margin-left: 9px;
vertical-align: middle;
margin-top: 25px;
}
.big_img
{
height: 280px;
text-align: center;
margin-bottom: 85px;
}
.big_img img 
{
width: 360px;
}
.notebook2 {
width: 640px;
height: 450px;
position: relative;
}
.notebook2 > input {
display: none;
}
.notebook2 > div {
position: absolute;
box-sizing: border-box;
top: 30px;
left: 0px;
bottom: 0px;
right: 0px;
border-radius: 10px;
padding: 0px 1em;
z-index: 0;
background-color: #666;
transition: all 0.5s ease 0s, z-index 0s 0.5s;
}
.notebook2 > div > *:first-child {
display: block;
position: absolute;
box-sizing: border-box;
top: -30px;
width: 150px;
height: 30px;
border-radius: 10px 10px 0px 0px;
background-color: inherit;
color: #fff;
line-height: 28px;
cursor: pointer;
text-align: center;
}
.notebook2 > div > *:not(:first-child) {
opacity: 0;
transition: all 0.5s ease 0s;
}
.notebook2 > div:nth-of-type(1) > *:first-child { left: 20px; }
.notebook2 > div:nth-of-type(2) > *:first-child { left: 170px; }
.notebook2 > div:nth-of-type(3) > *:first-child { left: 320px; }
.notebook2 > div:nth-of-type(4) > *:first-child { left: 470px; }
.notebook2 > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.notebook2 > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.notebook2 > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.notebook2 > input:nth-of-type(4):checked ~ div:nth-of-type(4) {
z-index: 10;
background-color: #ccc;
transition: all 0.5s ease 0.5s, z-index 0s 0.5s;
}
.notebook2 > input:nth-of-type(1):checked ~ div:nth-of-type(1) > *:first-child,
.notebook2 > input:nth-of-type(2):checked ~ div:nth-of-type(2) > *:first-child,
.notebook2 > input:nth-of-type(3):checked ~ div:nth-of-type(3) > *:first-child,
.notebook2 > input:nth-of-type(4):checked ~ div:nth-of-type(4) > *:first-child {
color: #333;
transition: all 0.5s ease 0.5s;
}
.notebook2 > input:nth-of-type(1):checked ~ div:nth-of-type(1) > *:not(:first-child),
.notebook2 > input:nth-of-type(2):checked ~ div:nth-of-type(2) > *:not(:first-child),
.notebook2 > input:nth-of-type(3):checked ~ div:nth-of-type(3) > *:not(:first-child),
.notebook2 > input:nth-of-type(4):checked ~ div:nth-of-type(4) > *:not(:first-child) {
opacity: 1;
transition: all 0.5s ease 0.5s;
}
@media screen and (max-width: 370px) { 
.modalDialog > div
{
padding: 9%;
width: 78%;
}
.box
{
width: 100%;
float: none;
}
.box_text
{
padding-left: none !important;
}
.attr_box
{
width: 98%;
font-size: 0.8em;
}
.attr_left
{
width: 80%;
}
.big_img
{
height: 110px;
}
.big_img img 
{
width: 100px;
}
.modalDialog {
position: relative;
}
}
@media screen and (max-width: 980px) { 
.modalDialog {
position: static;
}
}