@charset "utf-8";
/* CSS Document */
	
	.all_guidepage {
	clear: left;
	width: 737px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif, Microsoft JhengHei;
	}

	.header_guidepage{ 
	width:737px; height:400px; 
	background:url(../../../images/bigMyVideo/guidePage/guidepage_web_top.png) no-repeat center top;
	}

	.tabs_guidepage {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.tabs_guidepage {
	width: 737px;
	height: 75px;
	}
	
ul.tabs_guidepage li {
	float: left;
	height: 75px;
	overflow: hidden;
	position: relative;
	z-index: 90;
	}
	
ul.tabs_guidepage li a {
	display: block;
	line-height: 21px;
	text-align:center;
	color: #fff;
	font-size:16px;
	text-decoration: none;
	height: auto;
	width: 147px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: -10px 30px;
	width: 87px;
	
	}
	
li.btn_guidepage{ background:url(../../../images/bigMyVideo/guidePage/guidepage_web_Bar.png);
		width:147px; 
		height:75px; 
		float:left;}
li.btn_guidepage a:hover{background-position: left bottom;}
li.active{
	background:url(../../../images/bigMyVideo/guidePage/guidepage_web_Bar.png) left bottom;
	z-index:888;}
	
div.tab_container_guidepage {
	clear: left;
	width: 100%;
	}
.foot-note{
    padding: 10px;
    color: #4E4E4E;
    font-size: 14px;
    margin: 0 auto;
}


.wrap_all{
	width: 737px;
	background-color: #eaeaea;
}
/* -------------------------------------top*/
.wrap_card{
	background-color: #f9f9f9;
	padding: 20px;
}
.board_title{
	background-color: #fff;
	padding: 10px 5px 15px 5px;
	min-height: 50px;
	border-radius: 10px;
}
.icon_title{
	width: 60px;
	height: 60px;
    display:block;
	float: left;
	font-size: 0;
	margin: 0px 20px;
}
.icon_title_02{
	background: url(../../../images/bigMyVideo/guidePage/guidepage_icon_02.png);
	background-size: 100%;
}
.icon_title_03{
	background: url(../../../images/bigMyVideo/guidePage/guidepage_icon_03.png);
	background-size: 100%;
}
.icon_title_04{
	background: url(../../../images/bigMyVideo/guidePage/guidepage_icon_04.png);
	background-size: 100%;
}
.icon_title_05{
	background: url(../../../images/bigMyVideo/guidePage/guidepage_icon_05.png);
	background-size: 100%;
}

.board_title p{
    display: block;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #848484;
}
.title_black{
	font-weight: bold;
	color: #000;
	display: block;
	
}
/* -------------------------------------content*/
.wrap_video{
	height: 416px;
	max-width: 800px;
	margin: 0px auto;
}
.tag{
	color: #fff;
	font-weight: bold;
    font-size: 30px;
    padding: 20px;
    width: auto;
	display: inline-block;
	border-radius: 0 0 20px 0;
	background: -moz-linear-gradient(top, #f79c56 0%, #f7e256 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f79c56 0%,#f7e256 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f79c56 0%,#f7e256 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79c56', endColorstr='#f7e256',GradientType=0 ); /* IE6-9 */
}
.btn{
	display: block;
	background-color: #e43636;
	border-radius: 6px;
	color: #fff;
	padding: 16px 8px;
	text-align: center;
	width: auto;
	max-width: 300px;
	margin: 0px auto 20px auto;
	font-size: 16px;
}
.btn img{
	width: auto;
	margin: 0px 4px -4px 0;
}
.wrap_tutorial{
	padding: 20px;
	max-width: 800px;
	margin: 0px auto;
}
.wrap_tutorial p{
	font-size: 20px;
    color: #4e4e4e;
    font-weight: bold;
}
.device_wrap{
	display: inline-grid;
    width: 295px;
    padding: 20px;
    margin: 16px 4px;
    border-radius: 10px;
    background-color: #fff;
}
.device_title{
    margin: -20px -20px 10px -20px;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
	background: -moz-linear-gradient(top, #f79c56 0%, #f7e256 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f79c56 0%,#f7e256 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f79c56 0%,#f7e256 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79c56', endColorstr='#f7e256',GradientType=0 ); /* IE6-9 */
}
/* -------------------------------------foot-note*/
.foot-note{
    padding: 20px;
	background-color: #fff;
    color: #4e4e4e;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}
.foot-note ol{
    padding-left: 6px;
    font-size: 14px;
    margin-top: 5px;
    list-style: none;
}
.foot-note ol li{
	list-style-type: decimal;
}

