@charset "utf-8";
#docs{
	background: #f6f6f6;
}
#detail{
}
#detail-img{
	text-align: center;
	padding: 55px 0 35px;
}
#detail-img img{
	width: 424px;
	height: 370px;
	filter: drop-shadow(4px 20px 10px rgba(0,0,0,0));
	transition: all .3s;
}
#detail-img img:hover{
	transform: translate3d(0, -10px, 0);
	filter: drop-shadow(0 40px 40px rgba(0,0,0,.4));
}
#detail-title{
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	color: #5f5f5f;
	text-align: center;
}
#detail-number{
	background: #383838;
	border-radius: 8px;
	height: 54px;
	line-height: 54px;
	margin-top: 36px;
	font-size: 16px;
	color: white;
}
#detail-number dt, #detail-number dd{
	float: left;
	text-align: center;
}
#detail-number dt{
	font-weight: bold;
	margin-left: 70px;
}

.detail-wrap{
	margin-top: 52px;
}
.detail-wrap-title{
	height: 30px;
	line-height: 30px;
	position: relative;
	text-indent: 28px;
	font-size: 18px;
	color: #575757;
	font-weight: bold;
}
.detail-wrap-title::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #575757;
	border-radius: 2px;
	position: absolute;
	top: 13px;
	left: 10px;
}
.detail-wrap-bd{
	background: white;
	border-radius: 8px;
	margin-top: 20px;
	box-shadow: 0px 1px 5px 0 rgba(0,0,0,.12);
}
.detail-wrap-bd table{
	width: 100%;
	text-align: center;
}
.detail-wrap-bd th{
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #4c4c4c;
	border-bottom: 1px solid #f4f3f3;
}
.detail-wrap-bd td{
	height: 58px;
	line-height: 58px;
	color: #4c4c4c;
}

#detail-wing .detail-wrap-bd{
	overflow: hidden;
	height: 314px;
}
#detail-wing-left{
	float: left;
	width: 382px;
	height: 100%;
	background: #fbfbfb;
	position: relative;
}
#detail-wing-left-player{
	width: 100%;
	height: 100%;
}
#detail-wing-left-player.loading{
	background: url(../images/loading2.gif) no-repeat center;
}
#detail-wing-left-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/detail-wing-left-mask.png) no-repeat;
}
#detail-wing-left span{
	position: absolute;
	display: block;
	right: 16px;
	top: 16px;
	height: 22px;
	line-height: 22px;
	padding-right: 21px;
	background: url(../images/slider-icon.png) no-repeat right center;
	text-indent: -9999px;
	overflow: hidden;
	color: #fbfbfb;
	transition: color .3s;
	font-size: 12px;
}
#detail-wing-left:hover span{
	text-indent: 0;
	padding-right: 30px;
	color: #757575;
}

#detail-wing-right{
	float: right;
	width: 818px;
	height: 100%;
}
#detail-wing-right{
	overflow: hidden;
}

#detail-wing-right-ls{
	float: left;
	overflow: hidden;
	width: 660px;
	height: 252px;
}
#detail-wing-right-ls ul{
	overflow: hidden;
	width: 110%;
	padding-top: 62px;
}
#detail-wing-right-ls li{
	float: left;
	margin-right: 36px;
}
#detail-wing-right-ls img{
	width: 196px;
	height: 154px;
	transition: all .3s;
}
#detail-wing-right-ls img:hover{
	background: #f3f3f3;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	border-radius: 6px;
	transform: translate3d(0,-6px,0);
}
#detail-wing-right-ls p{
	text-align: center;
	height: 24px;
	line-height: 24px;
	color: #575757;
	margin-top: 12px;
}
#detail-wing-right-prev, #detail-wing-right-next{
	float: left;
	display: block;
	width: 40px;
	margin: 0 19px 0 20px;
	height: 100%;
	text-indent: -999px;
	background: url(../images/detail-wing-right-arrows.png) no-repeat -80px center;
}
#detail-wing-right-prev{
	float: left;
}
#detail-wing-right-next{
	float: left;
	background-position: right center;
}
#detail-wing-right-prev.disable{
	background-position: 0px center;
}
#detail-wing-right-next.disable{
	background-position: -40px center;
}

#detail-guide .detail-wrap-bd{
	height: 314px;
	overflow: hidden;
}
#detail-guide-p1{
	float: left;
	background: url(../images/detail-guide-p1-bg.png) no-repeat center;
}
#detail-guide-p2{
	float: left;
	background: #fbfbfb;
	width: 436px;
	height: 100%;
}
#detail-guide-p3{
	float: right;
	background: url(../images/detail-guide-p3-bg.png) no-repeat center;
}
#detail-guide-p1, #detail-guide-p3{
	width: 382px;
	height: 100%;
}
#detail-guide-p2-player{
	width: 100%;
	height: 100%;
}

#detail-pack .detail-wrap-bd img{
	width: 100%;
}



.gum-upper{
	height: 206px;
	width: 282px;
	background: url(../images/gum-upper.png);
	position: relative;
}
.gum-upper-tooth{
	background: url(../images/gum-upper-fire.png) no-repeat left top;
	position: absolute;
}
.gum-upper-l1{
	width: 37px;
	height: 39px;
	background-position: -252px top;
	left: 104px;
	top: 2px;
}
.gum-upper-l2{
	width: 30px;
	height: 35px;
	background-position: -221px top;
	left: 77px;
	top: 12px;
}
.gum-upper-l3{
	width: 35px;
	height: 37px;
	background-position: -185px top;
	left: 55px;
	top: 25px;
}
.gum-upper-l4{
	width: 39px;
	height: 33px;
	background-position: -145px top;
	left: 36px;
	top: 56px;
}
.gum-upper-l5{
	width: 41px;
	height: 31px;
	background-position: -103px top;
	left: 24px;
	top: 83px;
}
.gum-upper-l6{
	width: 49px;
	height: 44px;
	background-position: -53px top;
	left: 10px;
	top: 112px;
}
.gum-upper-l7{
	width: 52px;
	height: 45px;
	background-position: 0px top;
	left: 1px;
	top: 155px;
}
.gum-upper-r1{
	width: 37px;
	height: 39px;
	background-position: -290px top;
	left: 141px;
	top: 1px;
}
.gum-upper-r2{
	width: 30px;
	height: 35px;
	background-position: -328px top;
	left: 175px;
	top: 11px;
}
.gum-upper-r3{
	width: 35px;
	height: 37px;
	background-position: -359px top;
	left: 193px;
	top: 25px;
}
.gum-upper-r4{
	width: 39px;
	height: 33px;
	background-position: -395px top;
	left: 207px;
	top: 55px;
}
.gum-upper-r5{
	width: 41px;
	height: 31px;
	background-position: -435px top;
	left: 217px;
	top: 83px;
}
.gum-upper-r6{
	width: 49px;
	height: 44px;
	background-position: -477px top;
	left: 222px;
	top: 111px;
}
.gum-upper-r7{
	width: 52px;
	height: 45px;
	background-position: -527px top;
	left: 229px;
	top: 154px;
}


.gum-lower{
	height: 206px;
	width: 282px;
	background: url(../images/gum-lower.png);
	position: relative;
}
.gum-lower-tooth{
	background: url(../images/gum-lower-fire.png) no-repeat left top;
	position: absolute;
}
.gum-lower-l1{
	width: 37px;
	height: 39px;
	background-position: -252px top;
	left: 104px;
	top: 166px;
}
.gum-lower-l2{
	width: 30px;
	height: 35px;
	background-position: -221px top;
	left: 77px;
	top: 159px;
}
.gum-lower-l3{
	width: 35px;
	height: 37px;
	background-position: -185px top;
	left: 55px;
	top: 143px;
}
.gum-lower-l4{
	width: 39px;
	height: 33px;
	background-position: -145px top;
	left: 36px;
	top: 117px;
}
.gum-lower-l5{
	width: 41px;
	height: 31px;
	background-position: -103px top;
	left: 24px;
	top: 91px;
}
.gum-lower-l6{
	width: 49px;
	height: 44px;
	background-position: -53px top;
	left: 10px;
	top: 50px;
}
.gum-lower-l7{
	width: 52px;
	height: 45px;
	background-position: 0px top;
	left: 1px;
	top: 7px;
}
.gum-lower-r1{
	width: 37px;
	height: 39px;
	background-position: -290px top;
	left: 141px;
	top: 167px;
}
.gum-lower-r2{
	width: 30px;
	height: 35px;
	background-position: -328px top;
	left: 175px;
	top: 160px;
}
.gum-lower-r3{
	width: 35px;
	height: 37px;
	background-position: -359px top;
	left: 193px;
	top: 144px;
}
.gum-lower-r4{
	width: 39px;
	height: 33px;
	background-position: -395px top;
	left: 207px;
	top: 118px;
}
.gum-lower-r5{
	width: 41px;
	height: 31px;
	background-position: -435px top;
	left: 217px;
	top: 92px;
}
.gum-lower-r6{
	width: 49px;
	height: 44px;
	background-position: -477px top;
	left: 222px;
	top: 50px;
}
.gum-lower-r7{
	width: 52px;
	height: 45px;
	background-position: -527px top;
	left: 229px;
	top: 8px;
}

#detail-guide-p1 .gum-upper{
    margin: 33px auto 0;
}

#detail-guide-p3 .gum-lower{
    margin: 33px auto 0;
}