/*
	msr
	----------------------------------------------------------------------
*/

.pds-box {
	width:100%;
	height:80px;
	margin-top:100px;
	position:absolute;
	display:block;
}
@media not screen and (min-width: 872px) {
	.pds-box {
		margin-top:60px;
	}
}

.pds-box a {
	color:#fff;
	text-decoration: none;
	font-size:36px;
	font-weight:bold;
}

.pds-search {
	margin-top: 16px;
	margin-bottom: 2px;
	padding-left:24px;
	padding-right:24px;
}

.pds-search input {
	border: 4px solid #dddddd;
	margin: 4px 0px 4px 0px;
	padding: 1px 6px 1px 6px;
	border-radius: 24px;
	font-size:16px;
	width: 600px;
	box-sizing: border-box;
	height:44px;
}
@media not screen and (min-width: 872px) {
	.pds-search input {
		width: 100%;
	}
}

.pds-search select {
	border: 4px solid #dddddd;
	margin: 4px 4px 4px 4px;
	padding: 1px 6px 1px 6px;
	border-radius: 24px;
	font-size:16px;
	width: 600px;
	height:46px;
}
.pds-search select[platform="1"] {
	width: 160px;
}


.pds-form[type="HS"] {
	background:-webkit-linear-gradient(top, #06A5B1, #fff);
}
.pds-form[type="RT"] {
	background:-webkit-linear-gradient(top, #E94486, #fff)
}
.pds-form[type="PP"] {
	background:-webkit-linear-gradient(top, #777777, #fff)
}
.pds-form[type="DV"] {
	background:-webkit-linear-gradient(top, #777777, #fff)
}


/*
	myh
	----------------------------------------------------------------------
*/

.myh-back {
	margin-top:12px;	
}
.myh-left {
	border:8px solid #ffffff; 
	background:#ffffff;
	height:96%;
}
.myh-imgs {
	width:48px;
	float:left;
}
@media screen and (min-width: 680px) {
	.myh-back {
		position:relative;
		margin-left:216px;
	}
	.myh-left {
		float:left;
		margin-left:-216px;
		width:192px;
		position:absolute;
	}
}
@media not screen and (min-width: 700px) {
	.myh-imgs {
		display:none;
	}
}


.panel {
	height:100%;
	//background:#ff0000;
}

/*
	form
	----------------------------------------------------------------------
*/

.pds-back {
	margin:0 auto;
	min-height:100%;
	background:--#fff;
	overflow:hidden;
	position: relative; 
    height:auto; 
	box-shadow: 0px;
	padding-top:0px;
}
.pds-left {
	background:#eee;
	padding-top:10px;
	padding-bottom:36px;
	border-right:0;
	margin:8px 8px 8px 8px;
	box-sizing: border-box;
	box-shadow: 1px 0 8px rgba(0,0,0,.3);
}
.pds-left[long="1"] {
	background:#fff;
	box-shadow: 0px 0 0px #fff;
	border-right:4px solid #ddd;
}
.pds-main {
	border-right:0;
	border-left:0;
	background:inherit;
	padding-top:64px;
}
@media screen and (min-width: 980px) {
	.pds-back {
		width:100%;
		display:table;
		max-width:944px;
	}
	.pds-left {
		min-width:240px;
		padding-top:0px;
		//bottom:0px;
		position:relative;
		padding-top:10px;
		top:0px;
		float:left;
		min-height1:100%;
	}
	.pds-vert {
		width:216px;
		padding-top:46px;
		padding-left:8px;
		padding-right:8px;
	}
	.pds-vert[disp="0"] {
		position: fixed;
	}
	.pds-vert[disp="1"] {
		position: relative;
	}
	.pds-vert[disp="2"] {
		position: absolute;
	}
	.pds-main {
		margin-left:248px;
		vertical-align:top;
		height:100%;
	}
}
@media not screen and (min-width: 980px) {
	.pds-left[sel="yes"] {
		display:none;
	}
	.pds-main {
		padding-left:0px; 
	}
}
@media screen and (min-width: 980px) {
	.pds-back {
		margin-top:40px;
	}
	.pds-main[emb="1"] {
		min-height:700px;
	}
	.pds-left[long="1"] {
		position:absolute; 
		box-sizing: border-box;
		bottom:0;
		height:100%;
	}
	.pds-left[fix="1"] {
		box-sizing: border-box;
		position:fixed;
	}
}

.pds-main H1 {
	font-size:36px;
	font-weight:normal;
	color:#444;
	padding:4px 0px 6px 80px;
	margin:0;
//	background:#eee;
}

.pds-left .line {
	padding: 10px 0px 4px 12px;
//	margin: 6px 6px 4px 6px;
	//background:#ff0000;
	border-bottom: 1px solid #ddd;
	//border-bottom: 1px solid #eee;
//	border-left:4px solid #eee;
	height:22px;
	//font-size: 15px;
	color:#606060;
//	border: 0px;
}
.pds-left .line img {
	margin-right:4px;
	margin-top:4px;
}
.pds-left .line:hover {
	background:#C4E1FF;
	//color:#ffffff;
}
.pds-vert .line[sel="0"] {
	//display:none;
}
@media not screen and (min-width: 980px) {
	.pds-vert .line[sel="0"] {
		display:none;
	}
	.pds-vert[exp="1"] .line[sel="0"] {
		display:block;
	}
}
.pds-vert .line[sel="1"] {
	display:block;
	//background:#fff;
//	border-bottom:8px solid #eee;
}
.pds-vert .line[sel="2"] {
	display:block;
	background:#55acee;
//	border-left:4px solid #55acee;
//6FC6FF;
//	border-bottom:8px solid #55acee;
	color:#fff;
}

.pds-vert a, .pds-vert a:hover {
	text-decoration:none;
}
.pds-vert a, .pds-vert a:visited, .pds-vert a:link, .pds-vert a:active{
	color:#444;
}

.pds-left .line[sel="true"] {
	background:#7c91ac;
	
	color:#ffffff;
}
.pds-left .line[type="bck"] {
	padding-right:24px;
	padding-left:20px;
	font-size:20px;
	line-height:18px;
	//text-align:right;
	color:#999;
}
.pds-left .line[type="bck"] span {
	font-size:15px;
	padding-left:8px;
	vertical-align: middle;
	margin-top:-3px;
	display:inline-block;
	color:#999;
}
.pds-left .line[type="img"] {
	padding-top: 2px;
	height:35px;
	//border-bottom: 1px solid #eee;
	//height:36px;
}
.pds-left .line[type="img"]:hover {	
	background:inherit;
}
.pds-left .line[type="hdr"] {
	background:#777;
	//border-bottom: 1px solid #ccc;
	color:#eee;
}
.pds-left .line[type="hdr"]:hover {	
	background:#777;
}
.pds-left .line[type="app"] {
//	background:#777;
	border-bottom: 1px solid #eee;
	color:#777;
	//text-align:right;
	//padding-right:24px;
}
.pds-left .line[type="app"]:hover {	
	background:inherit;
}
.pds-left .line a:hover {
	text-decoration:underline;
}
.pds-left .line a, .pds-left .line a:visited, .pds-left .line a:link, .pds-left .line a:active{
	color:#444;
}
.pds-vert .line[sel="2"] a{
	color:#fff;
}
.pds-left img {
	float: left;
	border-style: none;
	width:32px;
	height:32px;
	margin-top:-4px;
}
.pds-left .line text {
	margin-left: 8px;
	margin-top: 8px;
	float: left;
	font-size: 14px;
}
.pds-left .link {
	padding: 10px 4px 4px 12px;
	margin: 4px 0px 2px 0px;
	height:26px;
	background:#ffffff;
	font-size: 14px;
	color:#00ff00;
	border: 0px;
}
.pds-left .link a {
	text-decoration: none;
	color:#50a0ab;
}
.pds-left H1 {
	padding: 4px 0px 4px 20px;
	margin: 14px 6px 4px 14px;
	background:#ffffff;
//	border-top: 1px solid #cccccc;
//	border-bottom: 1px solid #cccccc;
	height:32px;
	font-size: 16px;
	color:#606060;
	font-size: 14px;
//	border: 0px;
}

/*
	emb !
	----------------------------------------------------------------------
*/



/*
	ds
	----------------------------------------------------------------------
*/
.pds-ds-out {
	margin-left:60px;
	margin-right:60px;
	width:840px;
}
@media not screen and (min-width: 1000px) {
	.pds-ds-out {
		width:560px;
	}
}
@media not screen and (min-width: 700px) {
	.pds-ds-out {
		width:280px;
	}
}
@media not screen and (min-width: 420px) {
	.pds-ds-out {
		margin-left:0px;
		margin-right:0px;
	}
}
.pds-ds-box {
	height:340px;
	width:100%;
	box-sizing: border-box;
	overflow:hidden;
}
.pds-ds-box[type="mobile"] {
	height:500px;
}
.pds-ds-scroll {
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
}


.pds-ds {
	//float:left;
	display:inline-block;
	padding:12px 8px 12px 8px;
	width:280px; 
	box-sizing: border-box;
	color:#444444;
	box-sizing: border-box;
	white-space: normal;
}
.pds-ds[vis="0"] {
	display:none;
}
.pds-ds:hover {
	opacity:0.6;
}
.pds-ds[type="mobile"]:hover {
	opacity:1;
}
.pds-ds:hover[video="1"] {
	opacity:1;
}
.pds-ds .xf {
	padding-top:12px;
	overflow:hidden;
	//opacity:0.8;
	border-radius:4px;
	background-color: #fff;
	height:312px;
}
.pds-ds .xu H3 {
	margin:0px 0px 0px 0px;
	padding:8px 16px 8px 16px;
	line-height:24px;
	position:relative;
	background:#eee;
	font-weight:normal;
	font-size:16px;
	color:#444;
	-webkit-transition: background-color 1s; 
    transition: background-color 1s;
}
.pds-ds a {
	text-decoration: none;
	color:#444444;
}
.pds-ds H1 {
	text-align:center;
	z-index:1;
	position:relative;
	margin-top:12px;
	margin-bottom:12px;
	font-size:18px;
	font-weight:bold;
	text-shadow:0;
	color:#444;
}
.pds-ds H2 {
	text-align:center;
	z-index:1;
	position:relative;
	margin-top:0px;
	margin-bottom:4px;
	font-size:15px;
}
.pds-ds .xu H3 {
	margin:0px 0px 0px 0px;
	padding:8px 16px 8px 16px;
	line-height:24px;
	height:110px;
	position:relative;
	background:#eee;
	font-size:16px;
	color:#444;
	-webkit-transition: background-color 1s; 
    transition: background-color 1s;
}
.pds-ds img {
	padding-top:0px;
	margin-bottom:8px;	
	height:167px;
}
.pds-ds img[type="pos"] {
	height:163px;
	box-shadow: 0px 0px 4px 1px #777;
	border:2px solid #444;
	border-radius:4px;
}
.pds-ds img[type="mob"] {
	height:163px;
	box-shadow: 0px 0px 4px 1px #777;
	border:2px solid #444;
	border-radius:4px;
}
.pds-ds img[type="mobile"] {
	height:433px;
	border-radius:8px;
	border:2px solid #ccc;
	box-shadow: 0px 0px 8px 1px #444;
}
.pds-ds img[bck="1"] {
	//border-radius:4px;
	//border:2px solid #444;
}
.pds-ds video {
	padding-top:0px;
	margin-bottom:8px;
	height:163px;
	//border-radius:4px;
	//border:2px solid #444;
	outline:none;
}



.pds-wr {
	float:right;
	color:#444;
	font-size:64px;
	margin-top:-210px;
	user-select: none;
	cursor:pointer;
	padding-right:8px;
	position: relative;
	z-index:2;
}
.pds-wr[type="mobile"] {
	margin-top:-290px;
}
.pds-wr[disabled="1"] {
	color:#ccc;
}
.pds-wr:hover {
	color:#0070c8;
}
.pds-wr[disabled="1"]:hover {
	color:#ccc;
}
.pds-wl {
	float:left;
	color:#444;
	font-size:64px;
	margin-top:-210px;
	user-select: none;
	cursor:pointer;
	padding-left:8px;
	position: relative;
	z-index:2;
}
.pds-wl[type="mobile"] {
	margin-top:-290px;
}
.pds-wl[disabled="1"] {
	color:#ccc;
}
.pds-wl:hover {
	color:#0070c8;
}
.pds-wl[disabled="1"]:hover {
	color:#ccc;
}




.mto {
//	background: #ff0000;
}
.mto li {
	height: 74px;
	list-style-type: none;
	border-width: 0px;
    font-weight: normal;
	//border-bottom: 1px solid #dddddd;
	//-webkit-box-shadow: 0 0 8px #ddd;
	margin: 0px 4px 0px 4px;
	overflow: hidden;
	position: relative;
	//background: -webkit-linear-gradient(#ffffff, #eeeeee);
}
.mto li[book="yes"] {
	border-bottom: 2px solid #dddddd;
	//background: -webkit-linear-gradient(#eeeeee, #ffffff);
}
.mto li[link="yes"] {
	height: 32px;
}
.mto li[horz="yes"] {
	height: 12px;
	border-top: 2px solid #dddddd;
}
.mto li a {
	text-decoration: none;
	color:#000080;
}
.mto li a:hover {
	text-decoration: underline;
	color:#0000ff;
}
.mto li banner{
	position: relative;
	float:left;
	width:80px;
	height:74px;
	//border-right: 2px solid #eeeeee;
}
.mto li img{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
	width:40px;
	height:40px;
}
.mto li topic{
	//float:left;
	position:absolute;
	display:block;
	left:78px;
	top:8px;
	font-size: 20px;
	color:#00ff00;
}
.mto li .link{
	//float:left;
	position:absolute;
	display:block;
	left:78px;
	top:8px;
	font-size: 16px;
	color:#00ff00;
}
.mto li dets{
	//float:left;
	position:absolute;
	display:block;
	left:88px;
	font-size: 15px;
	top:30px;
}
.mto li manual{
	//float:left;
	position:absolute;
	display:block;
	left:78px;
	top:40px;
	font-size: 14px;
	color:#444444;
}



.pds-header H0 {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	width:100%;
	box-sizing: border-box;
	margin-top:78px;
	font-size:28px;
	font-weight1:bold;
	text-shadow: 1px 1px #000;
	color:#ffffff;
	white-space: nowrap;
	text-align:center;
}
@media not screen and (min-width: 872px) {
	.pds-header H0 {
		margin-top:32px;
		//padding-left1:16px;
	}
}
@media not screen and (min-width: 440px) {
	.pds-header H0 { 
		margin-top:40px;
		padding-left:16px;
	}
}

.pds-mto {
//	background: #ff0000;
	padding-top:16px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:24px;
}
.pds-mto li {
	list-style-type: none;
	border-width: 0px;
    font-weight: normal;
	//border-bottom: 1px solid #dddddd;
	//-webkit-box-shadow: 0 0 8px #ddd;
	margin: 0px 4px 0px 4px;
	overflow: hidden;
	position: relative;
	//background: -webkit-linear-gradient(#ffffff, #eeeeee);
}
.pds-mto li[book="yes"] {
	height1: 86px;
	border-bottom: 2px solid #ccc;
	margin-top:24px;
	//background: -webkit-linear-gradient(#eee, #fff);
	//background:#ff0000;
}
.pds-mto li[work="yes"] {
	//height: 74px;
	border-top: px solid #dddddd;
	//background: -webkit-linear-gradient(#eeeeee, #ffffff);
//	background-color: rgba(255,255,255,0.2);
	//background:#f7f7f7;
}
.pds-mto li[link="yes"] {
	height: 30px;
	line-height: 24px;
	padding-top:0px;
	padding-bottom:6px;
	border-bottom: 1px solid #eee;
	//background:#f7f7f7;
}
.pds-mto li[text="yes"] {
	line-height: 24px;
}
.pds-mto li[butt="yes"] {
	height: 48px;
}
.pds-mto li a {
	text-decoration: none;
	color:#000080;
}
.pds-mto li a:hover {
	text-decoration: underline;
	color:#0000ff;
}
.pds-mto li banner{
	position: relative;
	float:left;
	width:80px;
	height:82px;
	//border-right: 2px solid #eeeeee;
}
.pds-mto li img{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
	width:40px;
	height:40px;
}
.pds-mto li topic{
	//float:left;
	position:absolute;
	display:block;
	left:78px;
	top:8px;
	font-size: 20px;
	color:#444;
}
.pds-mto li .link{
	//float:left;
	position:absolute;
	display:block;
	left:78px;
	top:8px;
	font-size: 16px;
	color:#444;
}
.pds-mto li .text{
	position:absolute;
	display:block;
	left:78px;
	top:8px;
	font-size: 14px;
	color:#444;
}
.pds-mto li dets{
	//float:left;
	position:absolute;
	display:block;
	left:88px;
	font-size: 15px;
	top:30px;
}
.pds-mto li manual{
	//float:left;
	position:absolute;
	line-height:18px;
	display:block;
	left:78px;
	top:40px;
	font-size: 15px;
	color:#444444;
}