* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*color: #fff;*/
    font-family: "Microsoft YaHei","微软雅黑",sans-serif, STXihei, "华文细黑";
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 auto;
    font-family: "Microsoft YaHei","微软雅黑",sans-serif, STXihei, "华文细黑";
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #ebd38b;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

.leftBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
}

.rightBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
}




.detailBox_1 {
    position: relative;
    width: 6.7rem;
    margin: 0 auto;
    background: #ebd38b;
	box-sizing: border-box;
}
.detailBox_1 .img_box img {
        width: 100%;
		height: auto;
    }
.detailBox_1 .img_box {
	padding-top: 0;
}
.detailBox_1 .img_box p {
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.4rem;
}
/* .detailBox_2 {
    position: relative;
    width: 760px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
} */

/*.detailBox_2 .img_box {
        height: 320px;
    }*/

.detailBox {
    display: none;
}

.curr {
    display: block;
}

.smallImg {
    opacity: 1;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}

.hideImg {
    opacity: 0;
}

.largeImg_8 {
    position: absolute;
    width: 142px;
    height: 102px;
    top: 122px;
    left: 167px;
    cursor: pointer;
    opacity: 0;
}



.large_Title {
    margin-top: 12px;
    color: #000;
}

.Magnifier {
    position: absolute;
    z-index: 100;
    right: 40px;
    top: 40px;
    cursor: pointer;
    display: none;
}

.closeBtn {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    right: 0.3rem;
    top: 0.3rem;
    cursor: pointer;
	display: flex;
}
.closeBtn img {
	width: 0.6rem;
	height: 0.6rem;
}

.largeBox {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 10000;
    display: block;
}

.btnPrev {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -0.4rem;
	display: flex;
}
.btnPrev img,.btnNext img {
	width: 0.6rem;
	height: 0.8rem;
}

.btnNext {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -0.4rem;
	display: flex;
}

.readContainer {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0,0,0,.8);
    position: fixed;
    z-index: 10000;
    display: none;
}
.readClose {
	padding-top: 0.3rem;
	padding-right: 0.3rem;
}
.readGroup {
    width: 6rem;
    background: #ebd38b;
    position: relative;
    margin: 20px auto 0;
}

.readBox {
    position: relative;
}

/* 内部样式 */
.detailBox_main {
	
}
.detail_title {
	font-size: 0.36rem;
	font-weight: bold;
	padding-top: 0.2rem;
}
.detail_year {
	font-size: 0.3rem;
	line-height: 0.5rem;
}
.detail_info {
	font-size: 0.28rem;
	line-height: 0.5rem;
	text-indent: 2em;
	text-align: justify;
}

.detailBox_main2 {
	padding:1rem 0  0.5rem 0;
	width: 5rem;
	margin: 0 auto;
}
.detail_info2 {
	font-size: 0.3rem;
	line-height: 0.5rem;
	text-align: justify;
	text-indent: 2em;
	width:5rem;margin:0 auto; padding-top:0.1rem; padding-bottom:0.3rem
}

.detail_info3 {
	padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.detail_info3 p {
	font-size: 0.3rem;
	line-height: 0.5rem;
	text-indent: 2em;
	text-align: justify;
}