/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html {
    width: 100%;
    height: 100%;
}
.navigation-bar > ul > a > li ,
.navigation-language > p {
    font-size: 16px;
    color: #1B1B1B !important;
    letter-spacing: 0;
}
.navigation-bar > ul > a:hover {
	border-bottom: 2px solid #000000;
}
.detail-container {
	min-width: 1080px;
    width: 100%;
    height: auto;
    margin-top: 80px;
    min-height: 100%;
    background-color: rgb(246, 246, 246);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.detail-container > p {
    width: 1080px;
    margin: 20px 0px 10px 0px;
}
.detail-container > p > a,
.detail-container > p > a:link,
.detail-container > p > a:visited,
.detail-container > p > a:hover,
.detail-container > p > a:active {
    color: #000000;
    text-decoration: none;
}
.detail-container > p > a:hover {
    text-decoration: underline;
}
.detail-img {
    width: 1080px;
    height: 520px;
    background: #FFFFFF;
    margin: 10px 0px;
}
.detail-img > div {
    margin: 40px;
    height: 440px;
    width: 1040px;
}
.detail-img > div > span {
    float: left;
}
#detail-img-mini {
    height: 100%;
    width: 80px;
    float: left;
    /* display: flex; */
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
	overflow-x: hidden;
	overflow-y: auto;
    padding-right: 20px;
}
#detail-img-large {
    margin: 0px 10px;
    height: 440px;
    width: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#detail-img-large > div {
    height: 100%;
    width: 100%;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 1s;
	display: flex;
	align-items: center;
	justify-content: center;
}
#detail-img-large > div.show {
	opacity: 1;
}
#detail-img-large > div > img {
	width: 100%;
	height: auto;
}
#detail-img-mini > div {
    height: 80px;
    width: 80px;
	box-sizing: border-box;
    margin: 5px 0px;
    cursor: pointer;
	overflow: hidden;
}
#detail-img-mini > div:hover {
	border: 5px solid #FFFFFF;
}
#detail-img-mini > div > img{
	height: auto;
	width: 100%;
}
#detail-img-mini > div:first-child {
    margin-top: 0px;
}
#detail-img-mini > div:last-child {
    margin-bottom: 0px;
}

.detail-img-word {
    height: 100%;
    /*width:  500px;;*/
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}
.detail-img-word > span {
    margin: 20px 0px 20px 40px;
}
.detail-img-word > span:first-child {
    margin-top: 0px;
}
.detail-img-word > span > p {
    /* font-family: PingFangSC-Regular; */
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    width: 100%;
}
.pro-name {
    width: 15em;
    font-size: 26px;
    color: #1B1B1B;
    letter-spacing: 0;
    margin: 20px 0px;
}
.pro-num {
    font-size: 26px;
    color: #CF0000;
    letter-spacing: 0;
    margin: 20px 0px;
}
.pagination {
    position: absolute;
    bottom: 0px;
}
.pagination > a > p {
    margin: 10px 0px;
}
.pagination > a,
.pagination > a:link,
.pagination > a:visited,
.pagination > a:hover,
.pagination > a:active {
    /* font-family: PingFangSC-Regular; */
    font-size: 16px;
    color: #1B1B1B;
    letter-spacing: 0;
    text-decoration: none;
}
.detail-desc {
    width: 1080px;
    height: 300px;
    background: #FFFFFF;
    margin: 20px 0px;
}
.detail-desc-title {
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 1px 0 0 #E6E6E6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.detail-desc-title > h1 {
    margin-left: 40px;
    /* font-family: PingFangSC-Regular; */
    font-size: 16px;
    color: #1B1B1B;
    letter-spacing: 0;
}
.detail-desc-body {
    width: 100%;
    height: auto;
    min-height: 250px;
    display: flex;
    padding: 12px;
}
