.screen.readArticle {
	width: 820px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 100px;
	padding-bottom: 80px;
    background-color: #fff;
    /*
    position: absolute;
    top:0px;
    */
}


.screen.readArticle .text {
	float: left;
	max-width: 670px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #333333;
    position: relative;
}

.screen.readArticle .text.layout_2 {
    max-width: 500px;
}

.screen.readArticle .text.layout_4 {
    width: 0px;
    display: none;
}

.screen.readArticle .text h2, .screen.readArticle .text h3, .screen.readArticle .text h4, .screen.readArticle .text h8 {
    margin-bottom: 1rem;
}

.screen.readArticle .text h5, .screen.readArticle .text h6, .screen.readArticle .text h7 {
    margin: 0rem;
}

.screen.readArticle .text  h2, .screen.readArticle .images  h2 {
    font-family: 'Lora', serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.2rem;
    color: #ff3333;
    text-align: left;
    border-bottom: 0.1rem solid #ff3333;
    padding-bottom: 2.2rem;
    overflow: visible;
}

.screen.readArticle .text  h3 {
    font-family: 'Lora', serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #ff3333;
    text-align: left;
    border-top: 0.1rem solid #ff3333;
    padding-top: 1.4rem;
    overflow: visible;
}

.screen.readArticle .text  h4 {
    font-family: 'Lora', serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #333333;
    text-align: left;
}

.screen.readArticle .text  h5 {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #333333;
    text-align: left;
}

.screen.readArticle .text  h6 {
    font-family: 'Lora', serif;
    font-size: 2.4rem;
    font-weight: 400;
    font-style: italic;
    line-height: 3.0rem;
    color: #333333;
    text-align: left;
}

.screen.readArticle .text h7 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: italic;
    line-height: 2.8rem;
    color: #333333;
    text-align: left;
}

.screen.readArticle .text b {
    color: #333333;
    font-weight: 700;
}

.screen.readArticle .text i {
    color: #333333;
    font-weight: 400;
    font-style: italic;
}

.screen.readArticle .text a {
    color: #ff3333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

/*
.screen.readArticle .text img {
	display: none;
}
*/

.screen.readArticle .text .image {
    visibility: hidden;
    display: inline;
}

.screen.readArticle .text .reference {
    vertical-align: super;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #cc3333;
    padding-left: 0.2rem;
    padding-right: 0.4rem;
    margin-left: 0rem;
    cursor: pointer; cursor: hand;
}

.screen.readArticle .text .footnote_link {
}

.screen.readArticle .text .bibliography_link {
}

.screen.readArticle .search_result {
    color: #ff3333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.screen.readArticle .images.layout_2 {
    max-width: 320px;
}

.screen.readArticle .images.layout_4 {
    max-width: 820px;
}

.screen.readArticle .images {
    float: left;
    max-width: 150px;
    display: block;
    position: relative;
}

.screen.readArticle .images .thumbnail.layout_4 {
    position: static;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}

.screen.readArticle .images .thumbnail {
    width: 114px;
    height: 114px;
    position: absolute;
    float: none;
    border: 6px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-left: 35px;
    box-shadow: 0 0 0 1px #ccc, 0 0 0 4px #fff;
    overflow: hidden;
}

.screen.readArticle .images .thumbnail img {
    width: 114px;
    height: 114px;
    object-fit: cover;
    position: absolute;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    filter: brightness(0.82);
    -webkit-filter: brightness(0.82);
    -moz-filter: brightness(0.82);
}

.screen.readArticle .images .thumbnail.layout_4 img{

}

.screen.readArticle .images .thumbnail .play_button {
    width: 144px;
    height: 144px;
    position: absolute;
    top: -15px;
    left: -15px;
    background: url(../gui_img/gui1.png);
    background-position: 0px -430px;
    background-repeat: no-repeat;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform: rotate(0deg) scale(0.25);
    -webkit-transform: rotate(0deg) scale(0.25);
}


#footnote_viewer {
    position: fixed;
    top: 89px;
    color: #fff;
    width: 820px;
    background-color: #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px;
    min-height: 40px;
    transform: translate3d(0px,-200px,0px);
    transition: all 0.5s;
}

#footnote_viewer .note {
    color: #333333;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    float: left;
    width: 700px;
}

#footnote_viewer .index {
    color: #cc3333;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 2.3rem;
    float: left;
    width: 600px;
    border-right: 1px solid #cc3333;
    float: left;
    max-width: 3rem;
    margin-right: 0.8rem;
    padding-right: 0px;
}

#footnote_viewer .close {
    margin-top: 0px;
}




