@charset "utf-8";
/* CSS Document */


*:focus {
	outline: none;
}

a:focus {
	outline: none;
}

.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	float: left;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

@media (max-width: 768px) {
	.container {
		width: 100%;
	}
	.footer_link_container{
		width: 100%;		
	}	
}


@media (min-width: 1280px) {
	.container {
		width: 1280px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.footer_link_container{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		overflow: hidden;
	}
}

.content {
	overflow: hidden;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
}


h1{
	font-size: 20px;
	font-weight: bold;
}



/* JQ_UI*/
.demoHeaders {
	margin-top: 2em;
}
#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog-link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
#icons {
	margin: 0;
	padding: 0;
}
#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}
select {

}
/* JQ_UI end*/






/*top_bar*/
.top_bar_full{
	background-color: #F5F5F5;
	width: 100%;
}


@media (min-width: 768px) {

	.top_bar { 
		width: 1280px;
	}

}
.top_bar {
	background-color: #F5F5F5;
	width: 100%;
	padding-top: 16px;
	padding-right: 80px;
	padding-bottom: 16px;
	padding-left: 70px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.top_search {
	float: right;
	width: auto;
}
.top_search input {
	height: 40px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}

.top_search2 input {
	height: 26px;
}

.top_search table tr td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.top_search #select_country {
	height: 40px;
	margin-right: 10px;
}

.top_search #select_movement {
	height: 40px;
	margin-right: 10px;
	width: 100px;
	background-image: url(../images/ic_bike.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.top_search table tr td input[type=button] {
	border-left-width: 0px;
}

/*top_bar end*/

/*麵包屑*/

.bread{	
	padding-top: 70px;
	margin-bottom: 20px;
}
.bread a {
	font-size: 14px;
	color: #666;
}

/*麵包屑 end*/


/*路線圖_list*/
.route_list .route_item {
	float: left;
	height: auto;
	width: 360px;
	border: 1px solid #C6C6C6;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	//-webkit-box-shadow: 8px 8px 35px -18px rgba(0,0,0,0.22);
	//-moz-box-shadow: 8px 8px 35px -18px rgba(0,0,0,0.22);
	//box-shadow: 8px 8px 35px -18px rgba(0,0,0,0.22);
	border-radius: 6px;
	overflow:hidden;
	transition: all .2s ease-in-out;
}

.route_list .route_item ul {
	margin: 0px;
	padding: 0px;
}
.route_list .route_item ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.route_list .route_item ul li:focus {
	outline: none;
}
.route_list .route_item ul .map_a img {
	width: 100%;
}
.route_list .route_item ul h5 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 100%;
	margin: 0px;
}
.route_list .route_item ul .people {
	font-size: 14px;
	float: left;
	padding: 10px;
	width: 235px;
}
.route_list .route_item ul .people img {
	height: 30px;
	width: 30px;
	margin-right: 10px;
	border-radius:15px;
}


.route_list .route_item ul .description {
	color: #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 100%;
}
.route_list .route_item ul .fraction {
	float: right;
	width: 120px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-right: 0px;
}


.tb_rwd tbody tr td .fraction{
	background-repeat: no-repeat;
	width: 150px;
	height: 10px;
}

.content .route_list {
	margin: 0px;
	padding: 0px;
}
.btn_dff {
	min-width: 220px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.btn_dff .btn.btn-lg.btn-primary.btn-block.btn01 {
	background-color: #FFFFFF;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 5px;
	color: #000;
}
.btn_dff .btn.btn-lg.btn-primary.btn-block.btn01:hover{
	background-color: #E15B31;
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.route_list .route_item:hover {
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	//transform: scale(1.02);
	transform: translateY(-3px);
}
/*路線圖_list_end*/


/*list切換*/
.switch {
	float: right;
	margin-right: 20px;
}

.switch .sw01 {
	height: 25px;
	width: 40px;
	border: 1px solid #CCC;
	float: left;
	text-align: center;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-image: url(../images/ic_grid.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.sw01.on{
	background-color: #CCC;
	border-top-color: #9D9D9D;
	border-right-color: #9D9D9D;
	border-bottom-color: #9D9D9D;
	border-left-color: #9D9D9D;
}
.switch .sw02 {
	height: 25px;
	width: 40px;
	float: left;
	text-align: center;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-image: url(../images/ic_list.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.sw02.on{
	background-color: #CCC;
}

/*list切換 end*/


#basic {
	height: 40px !important;
	background-color: #C30;
}





/* banner01 */

@media (min-width: 768px) {

	.banner01 { 
		width: 1280px;
	}

}

.banner01 {
	height: 652px;
	width: 100%;
	float: left;
	background-image: url(../images/img_home_banner.jpg);
	background-position: center top;
}

.banner01 h1 {
	font-size: 28px;
	color: #FFF;
	text-align: center;
	padding-top: 100px;
	line-height: 10px;
	font-weight: bold;
}

.banner01 h2 {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}


/* title-v1 */


@media (min-width: 768px) {

	.title-v1 { 
		width: 1280px;
	}

}

.title-v1 {
	float: left;
	width: 100%
	background-color: #FFF;
	padding-bottom: 50px;
	padding-top: 50px;
}

.title-v1 h1 {
	font-size: 28px;
	text-align: center;
	line-height: 10px;
	font-weight: bold;
}

.title-v1 h2 {
	font-size: 15px;
	text-align: center;
	font-weight: normal;
}
.title-v1 .process li {
	border: 1px solid #CCC;
	list-style-type: none;
	margin: 10px;
	float: left;
	height: 236px;
	width: 300px;
	text-align: center;
	background-image: url(../images/img2.jpg);
	font-size: 15px;
	font-weight: normal;
}
.title-v1 .process {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 968px;
}

.title-v1 .process li {
	padding-top: 170px;
}


.title-v1 .process .crf {
	background-color: #000;
	height: 22px;
	width: 22px;
	font-size: 12px;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}


.title-v1 .process .pr_01 {
	background-image: url(../images/img_home_feature1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #CCC;
}
.title-v1 .process .pr_02 {
	background-color: #CCC;
	background-image: url(../images/img_home_feature2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.title-v1 .process .pr_03 {
	background-color: #CCC;
	background-image: url(../images/img_home_feature3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}





/* title-v2 */
.title-v2 {
	float: left;
	width: 1240px;
	background-color: #000;
	background-image: url(../images/bg_home_video.jpg);
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}

.title-v2 h1 {
	font-size: 28px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	width: 400px;
}

.title-v2 h2 {
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
}

.title-v2 .tv2_left {
	width: 310px;
	float: left;
	height: 330px;
	padding-left: 123px;
	padding-top: 100px;
	color: #999999;
	font-size: 12px;
}
.title-v2 .tv2_right {
	width: 520px;
	color: #FFF;
	float: right;
	height: 400px;
	padding-right: 70px;
	padding-top: 0px;
}

.profile {
    border-radius: 50%;
    border:0px solid #fff;

}


.title-v2 .tv2_left .profile{
	width: 50px;
}
.title-v2 .tv2_left table tr td hr {
	color: #999999;
}



/* title-v3 */
.title-v3 {
	float: left;
	width: 1240px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.title-v3 h1 {
	font-size: 28px;
	text-align: left;
	color: #000;
	line-height: 30px;
	font-weight: bold;
}

.title-v3 h2 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #000;
	width: 100%;
}

.title-v3 .tv3_left {
	width: 430px;
	float: left;
	height: 341px;
	padding-left: 113px;
	padding-top: 109px;
}
.title-v3 .tv3_right {
	width: 590px;
	color: #FFF;
	float: right;
	height: 450px;
	background-image: url(../images/img_index_x5device.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}





/* title-v4 */


.title-v4 {
	width: 100%;
	background-color: #CCC;
	padding: 20px;
}
.title-v4  h1 a {
	font-size: 24px;
	color: #FFF;
}





/* title-v5 */


@media (min-width: 768px) {

	.title-v5 { 
		width: 1280px;
	}

}
.title-v5 {
	float: left;
	width: 100%;
	background-color: #FFF;
	height: 420px;
}


.title-v5 h1 {
	font-size: 28px;
	text-align: left;
	color: #000;
	line-height: 10px;
	font-weight: bold;
}

.title-v5 h2 {
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	color: #000;
}

.title-v5 .tv5_left {
	width: 550px;
	float: left;
	height: 430px;
	background-image: url(../images/img_home-devices.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.title-v5 .tv5_right {
	width: 450px;
	color: #FFF;
	float: right;
	height: 275px;
	padding-top: 155px;
}
.title-v5 .tv5_right .SignUpIN {
	height: 40px;
	margin-right: 5px;
	border: 1px solid #CCC;
	color: #666;
}

.title-v5 .tv5_right .goapp {
	margin-top: 35px;
}

.title-v5 .tv5_right p .SignUpIN {
	padding-left: 10px;
}







.language {
	background-color: #9C0;
	position: absolute;
}
.languagebar {
	background-color: #333;
	border: 1px solid #333;
	color: #FFF;
}
.fgh{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}






/* banner02 */


@media (min-width: 768px) {

	.banner02 { 
		width: 1280px;
	}

}

.banner02 {
	height: 400px;
	width: 100%;
	float: left;
	background-image: url(../images/bg_profile_banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 260px;
}


.banner02 h1 {
	font-size: 28px;
	color: #FFF;
	text-align: center;
	padding-top: 100px;
	line-height: 10px;
	font-weight: bold;
}

.banner02 h2 {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}
.banner02 .profile_add .profile {
	height: 100px;
	width: 100px;
	border: 3px solid #FFF;
	margin-right: auto;
	margin-left: auto;

}
.banner02 .profile_add {
	height: 100px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}







.banner03 {
	height: 320px;
	width: 1024px;
	float: left;
	background-image: url(../images/bg_profile_banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.banner04 {
	height: 280px;
	width: 1024px;
	float: left;


	background-image:
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
}










@media (min-width: 768px) {

	.profile_content { 
		width: 1280px;
	}

	.profile_content_policy { 
		width: 1280px;
	}

}

.profile_content {
	background-color: #FFF;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

.profile_content_policy{
	background-color: #FFF;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 50px;
	padding-left: 10%;
}

/* event_content  */

.event_content {
	height: 720px;
	width: 100%;
	color: #FFF;
}
.event_content_left{
	height: 720px;
	width: 280px;
	background-image: url(../images/bg_live_eventIntro.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #333;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	position: relative;
	z-index: 300;
}
.event_content_left h1 {
	font-size: 22px;
	color: #FFF;
}

.ecl03 {
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 70px;
}









.event_content_right {
	float: right;
	height: 720px;
	width: 280px;
	background-color: #333;
	padding-right: 22px;
	padding-left: 20px;
	position: relative;
}

.event_content_right h1 {
	font-size: 22px;
}


.event_content_right .a_tab a {
	float: left;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #999;
	text-align: center;
	text-decoration: none;
	height: 30px;
	cursor: pointer;
}
.event_content_right .a_tab a.on {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}
/*
效果不OK
.event_content_right .a_tab a:hover{
	color: #CCC;
	border-bottom-color: #CCC;
	border-bottom-width: 2px;
	}*/


.event_content_right .Ginput {
	background-color: #333;
	width: 220px;
	margin-top: 10px;
	border: 1px solid #999;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 7px;
}

.event_content_right .Ginput:focus {
transition:border linear .2s,box-shadow linear .5s;
 -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
 -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
 outline:none;border-color:rgba(225,91,49,.75);
 box-shadow:0 0 8px rgba(225,91,49,.5);
 -moz-box-shadow:0 0 8px rgba(225,91,49,.5);
 -webkit-box-shadow:0 0 8px rgba(225,91,49,3);

}


.event_content_right .live {
	color: #FFF;
	background-color: #E15B31;
	float: right;
	margin-top: 17px;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/*gameStates*/

.gameStates{
	padding: 0px;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.gameStates a li {
	width: 220px;
	color: #FFF;
	padding: 5px;
	height: 60px;
	margin-bottom: 5px;
	cursor: pointer;
}

.gameStates a:hover li {
	background-color: #3D3D3D;}

.gameStates a li:active{
	z-index: 100;
	display: block;
	background-color: #666;
}

.gameStates a:active li{
	background-color: #666;
}

.gameStates a li .profile {
	height: 48px;
	width: 48px;
	float: left;
	border: 2px solid #E15B31;
}

.gameStates a .track .profile {
	border-top-color: #419481;
	border-right-color: #419481;
	border-bottom-color: #419481;
	border-left-color: #419481;
}


.gameStates a li p {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	width: 150px;
}

.gameStates a li {
	list-style-type: none;
}
.gameStates a li .apDiv1{
	position: absolute;
	z-index: 100;
	margin-top: 13px;
	text-align: right;
	right: 10px;
	visibility: hidden;
}

.trackBtn{
	color: #FFF;
	background-color: #419481;
	border: 1px solid #419481;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	 border-radius:5px;
}
.untrackBtn{
	color: #666;
	background-color: #CCCCCC;
	border: 1px solid #419481;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-radius: 5px;

	}
.gameStates a li {
	position: relative;
}

.event_content .map_Live {
	float: left;
	background-color: #CCC;
	height: 720px;
	width: calc(100% - 560px);
	position: relative;
}

.profile_content h2 {
	font-size: 18px;
	color: #414141;
}

.profile_content_policy h2 {
	font-size: 18px;
	color: #414141;
}

.profile_content .active .d_frame {
	height: 280px;
	width: 168px;
	margin-right: 20px;
	float: left;
	margin-bottom: 16px;
	position: relative;
}
.active .d_frame ul h5 a {
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 15px;
	float: left;
	width: 100%;
	font-weight: bold;
}
.active .time {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 5px;
	top: 135px;
}


.active .d_frame ul h5{
	line-height: 5px;
}


.active .d_frame ul .views p{
	color: #999;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}




.active .d_frame ul a .rwd2_img {
	height: 143px;
	width: 143px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.active .d_frame ul{
	margin: 0px;
	padding: 0px;
}
.atBanner {
	background-color: #CCC;
	float: left;
	height: 110px;
	width: 620px;
	margin-bottom: 40px;
}


.gameStates {
	height: 570px;
	width: 250px;
	overflow: hidden;

}　
.profile_content .active {
	float: left;
}
.profile_content .search {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 40px;
	width: 620px;
}
.profile_content .search #searchbar {
	font-size: 17px;
	border: 1px solid #FFF;
	width: 580px;
	color: #666;

}

.profile_content .search #searchbar:focus{outline:none}



.profile_content .search img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.gameStates a li .videoEven {
	height: 50px;
	width: 50px;
	float: left;

}
.gameStates a li .v_title{
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
.gameStates a li .v_title2 {
	font-size: 12px;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	width: 150px;
}
.gameStates a li .playing {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	height: 50px;
	width: 50px;
	text-align: center;
	padding-top: 18px;
	font-size: 12px;
}
.profile_content .pr-title .profile {
	height: 50px;
	width: 50px;
	float: left;
}
.profile_content .pr-title h1 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin: 0px;
	padding: 4px;
	width: 562px;
}
.profile_content .pr-title {
	float: left;
	width: 620px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.profile_content .pr-title h2 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	float: left;
	margin: 0px;
	padding: 4px;
}
.profile_content .like {
	color: #666;
	height: 25px;
	width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;
	background-image: url(../images/btn_like_normal.svg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}


.profile_content .like:hover {
	color: #F60;
	display: block;
	background-image: url(../images/btn_like_press.svg);
}

.profile_content .share {
	color: #666;
	height: 25px;
	width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;

}



.profile_content .share a {
	color: #666;
	text-decoration: none;
	display: block;
	background-image: url(../images/btn_share_normal.svg);
}
.profile_content .share a:hover {
	color: #F60;
	display: block;
	background-image: url(../images/btn_share_press.svg);
}



.profile_content .comment {
	color: #666;
	height: 25px;
	width: 60px;
	display: block;
	float: left;
	cursor: pointer;
	background-image: url(../images/btn_comment_normal.svg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.profile_content .comment:hover {
	color: #F60;
	background-image: url(../images/btn_comment_press..svg);


}

.profile_content .sharebtn {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	width: 620px;
	margin-bottom: 20px;
}
.profile_content .sharebtn .s_result {
	float: right;
	margin-top: 20px;
	color: #666;
	font-size: 12px;
}
.profile_content .pr-com li .profile {
	height: 42px;
	width: 42px;
	float: left;
	margin-right: 11px;
}
.profile_content .pr-com li {
	list-style-type: none;
	float: left;
	width: 620px;
	margin-bottom: 30px;
}
.profile_content .pr-com li h2 {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
	color: #999;
	width: 565px;
}
.profile_content .pr-com li h2 .user_name {
	color: #497D71;
	float: left;
}
.profile_content .pr-com li .v_comment {
	float: left;
	width: 565px;
	margin-top: 5px;
}
.profile_content .in-com {
	width: 620px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.profile_content .in-com .profile {
	height: 40px;
	width: 40px;
	margin-right: 10px;
}
.profile_content .in-com input[type=text] {
	height: 30px;
	width: 500px;
	border: 1px solid #D4D4D4;
	padding-right: 10px;
	padding-left: 10px;
}
.profile_content .sharebtn .share .dropdown .dropdown-toggle {

	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}
.profile_content .pr-com .more {
	color: #2F6B5D;
}
.profile_content .logo img {
	width: 35%;
}
.profile_content .logo {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
}
.profile_content .titleN {
	font-size: 28px;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.profile_content_policy .titleN {
	font-size: 28px;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}



.d_frame ul a img {
	background-color: #CCC;
	height: 170px;
	width: 170px;
}

.share .dropdown .dropdown-menu li a {
	background-image: url(../images/line.jpg);
}




/*x5_content*/

.x5_content {
	background-color: #FFF;
}

@media (min-width: 768px) {

	.x5_content .video { 
		width: 100%;
	}

	.x5_content .smartVideo {
		width: 100%;
	}

	.x5_content .liveTracking {
		width: 100%;
	}

}

.x5_content .video {
	float: left;
	height: 576px;
	width: 100%;
	background-color: #999;
}
.x5_content .smartVideo {
	/** float: left; **/
	overflow: hidden;
	background-color: #FFF;
	width: 100%;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.x5_content .smartVideo  h1 {
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, "微軟正黑體";
}
.x5_content .liveTracking {
	background-image: url(../images/img_x5_liveTracking.jpg);
	height: 627px;
	width: 100%;
	background-repeat: no-repeat;
	float: left;
	background-color: #FFF;
	background-position: center 80px;
}
.x5_content .liveTracking .phoneimg {
	background-image: url(../images/img_x5_liveTracking.png);
	float: right;
	height: 627px;
	width: 358px;
	margin-right: 100px;
	margin-left: 30px;
	padding-top: 70px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.x5_content .liveTracking .dffg {
	color: #FFF;
	float: left;
	margin-top: 130px;
	margin-left: 122px;
	width: 400px;
}
.x5_content .dashboard {
	float: left;
	width: 100%;
	padding-left: 122px;
	background-color: #FFF;
	padding-right: 80px;
}

.dashboard_word {
	height:547px;
	display:table-cell;
	vertical-align: middle;
}

.x5_content .chartView {
	background-image: url(../images/bg_x5_chartView.jpg);
	float: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding-top: 60px;
	padding-right: 112px;
	padding-left: 112px;
}
.x5_content .chartView li img {
	float: left;
	margin: 10px;
}
.x5_content .chartView li {
	float: left;
	list-style-type: none;
}
.x5_content .superbUI {
	float: left;
	width: 100%;
	background-color: #FFF;
	padding-bottom: 50px;
}
.x5_content .superbUI div img {
	float: right;
	margin-right: 100px;
}
.x5_content .superbUI .sfdd {
	float: left;
	width: 300px;
	margin-left: 122px;
	margin-top: 60px;
}
.x5_content .continuousConnection {
	background-image: url(../images/bg_x5_connection.jpg);
	float: left;
	height: 272px;
	width: 100%;
	color: #FFF;
	background-position: center 0px;
}
.x5_content .moreFeatures {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	padding-right: 112px;
	padding-left: 112px;
	padding-top: 30px;
	padding-bottom: 100px;
}
.x5_content .moreFeatures ul li {
	float: left;
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 140px;
}
.x5_content .moreFeatures ul {
	margin: 0px;
	padding: 0px;
}
.continuousConnection .cch {
	float: right;
	width: 360px;
	margin-right: 80px;
	margin-top: 40px;
}
.x5_content .moreFeatures ul li img {
	margin-bottom: 7px;
}
.x5_content h2 {
	font-size: 26px;
	font-weight: bold;
}

.x5-liveTracking {
	height: 500px;
	max-width: 1280px;
	float: left;
	/*background-color: #111111;*/
	background-image: url(../images/bg_x5_chartView.jpg);
}
.x5-liveTracking .x5-liveTracking-img {
    width: 68%;
    /* float: right; */
    /* vertical-align: middle; */
    text-align: center;
    background-image: url(https://www.xplova.com/media/img/x5/img_x5_livetracking.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    display: inline-block;
    position: relative;
}
.x5-liveTracking .x5-liveTracking-img img {
	width: 93%;
    top: 30px;
    vertical-align: middle;
    position: relative;
    border-radius: .2em;
}
.x5-liveTracking .x5-liveTracking-info {
	width: 30%;
    /* float: left; */
    color: #ffffff;
    /* left: 20px; */
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}
.x5-liveTracking .x5-liveTracking-info ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
.x5-liveTracking .x5-liveTracking-info ul li {
	padding: 1em;
}





.pgr{
		height: 30px;
	width: 30px;
	margin-right: 10px;
	border-radius:15px;}


.page-table {
	margin-top: 20px;
	margin-right: 20px;
}







/*視窗調整*/
.bs-example-modal-lg .modal-lg{
	width: 450px;
}

.bs-example-modal-lg2 .modal-lg{
	width: 650px;
}

.bs-example-modal-lg3 .modal-lg{
	width: 600px;
}


.inp01{
	color: #999;
	border: 1px solid #B2B2B2;
	padding: 5px;
}


.sub-standard{
	font-size: 13px;
	font-style: normal;
	color: #999;
}


modal-body-100{
	padding: 10px;
}

.fdd01 tr td {
	padding: 10px;
}

.f_padding{
	padding: 15px;
}

.left_button{
	float: left;
}
.search_right{
	float: right;
	width: 840px;
}
.search_right input {

}




















.map_01 {
	margin-right: 10px;
	height: 620px;
	background-color: #999;
	margin-top: 33px;
	margin-bottom: 20px;
	padding: 0px;
	vertical-align: top;
}
.map_01 .win_bb {
	float: left;
	height: 620px;
	width: auto;
	position: absolute;
	z-index: 100;
}
.map_01 li{	list-style-type: none;}
.map_01 .win_bb .w_list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.win_bb .pagination.digg ul {
	margin: px !important;
	padding: 0px !important;
}

.win_bb .pagination.digg {
	width: auto;
}


.win_bb .w_list table tr td {
	padding: 2px;
	color: #666;

}

.win_bb a{text-decoration: none;}
.win_bb .w_list a:hover{
	background-color: #EBEBEB;
	display: block;
}

.win_menu{
	height: 620px;
	width: 300px;
	float: left;
	background-color: #FFF;
	}

.shut_down{
	background-color: #FFF;
	height: 22px;
	width: 22px;
	float: left;
	margin-top: 50px;
	cursor: pointer;
	border: 1px solid #999;
	padding: 0px;
}
.open_up {
	z-index: 50;
	position: absolute;
	margin-top: 50px;
	background-color: #FFF;
	cursor: pointer;
	border: 1px solid #999;
	padding: 0px;
	height: 22px;
	width: 22px;
}


.landmark{
	padding: 10px;
}
.slider_a {
	width: 220px;
	float: left;
	margin-left: 12px;
}
.slider_a img {
	float: left;
}
.slider_a .sl_img {
	float: left;
	width: 10%;
	margin-right: 5%;
	padding-top: 2px;
}
.slider_a .layout-slider {
	float: left;
	width: 85%;
}






/*浮動選單1*/

.map-control {
	float: right;
	position: absolute;
	z-index: 200;
	right: 0px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 242px;
	height: calc(100% - 32px);
	border: 1px solid #CCC;
}

.map_02 {
	margin-right: 10px;
	//height: 620px;
	//height: calc(100% - );
	background-color: #999;
	//margin-top: 20px;
	//margin-bottom: 20px;
	padding: 0px;
	vertical-align: top;
	position: relative;
}





/*TAB按鈕切換*/

.BOXS {
	display: none;
	/*
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	*/
	border: 0px solid #ccc;
}

.on.BOXS  {
	display: block;
}
#TAB1{
	border-bottom-color: #333;
}


#TAB1,#TAB2,#TAB3{
cursor: pointer;

}




.map-control .control_memu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.map-control .control_memu ul li {
	background-color: #FFF;
	float: left;
	width: 79px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}


/*box內點圖片開*/
.wrap {
	width: 238px;
	height: 515px;
	float: left;
}
.control_list {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.control_list.fold {
  height: -moz-calc(100% - (200px));
  height: -webkit-calc(100% - (200px));
  height: calc(100% - (200px));
}

.open_img {
  background-color: green;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
}
.box1.control_list li {
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-type: none;
	font-size: 15px;
	font-family: Arial, "微軟正黑體";
	padding: 10px;
}
.box1.control_list li span {
	margin-right: 10px;
}

.box1.control_list li span img {
	vertical-align: middle;
}


.control_list li .photo{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.control_list li span{
	float: left;
}
.wrap .wr_th {
	background-color: #E3E3E3;
	height: 35px;
	padding: 6px;
}



/*右上標籤按鈕*/
.label_btn{
	float: right;
	margin-right: 20px;
}

.label_btn  a {
	color: #666;
	text-decoration: none;
}

.label_btn span {
	margin-left: 30px;
}



/*路線上方資訊*/
.route_information{
	margin-top: 10px;
	margin-bottom: 10px;
}
.route_information .i_data{
	height: 100%;
	width: 71%;
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
	border: 1px solid #ccc;
}

.route_information .i_description {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* margin-bottom: 5px; */
    border: 1px 1px 1px 0px;
    display: inline-block;
    float: left;
    width: 29%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px 1px 1px 0px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ccc;
}

.route_information .i_data.extend {
	width: 100%;
}

.route_information{
	height: 160px;
	width: 100%;
	padding-right: 10px;
}

.spacing{
	margin-right: 20px;
	margin-left: 20px;
}
.route_information .i_data ul {
	margin: 0px;
	padding: 0px;
}

.route_information .i_data ul li{
	background-color: #EEE;
	float: left;
	height: 70px;
	width: 32%;
	padding: 15px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.label_btn.search {
	margin-bottom: 0px;
	margin-top: 0px;
}

/*浮動選單2*/
.map-control_graph{
	float: left;
	position: absolute;
	z-index: 200;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: auto;
	height: 200px;
	left: 15px;
	bottom: 15px;
}

.graph_close{
	height: 26px;
	width: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
}

.graph{
	/* Murphy 20170317 地圖需要
	background-color: #FFF;
	*/
	border: 1px solid #CCC;
}


.graph_open{
	float: left;
	position: absolute;
	z-index: 100;
	width: 115px;
	height: 38px;
	left: 15px;
	bottom: 15px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	cursor: pointer;
	color: #333;
}
.top_search select {
	height: 25px;
}

/*路線資訊分享*/
.i_share{
	border: 1px solid #CCC;
	margin-top: 20px;
	width: 1130px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;

	}
.i_share  input {
	height: 40px;
	border: 1px solid #CCC;
}

/*lightbox*/
.modal_line{
	line-height: 30px;
}

.modal-body{
	font-size: 18px;
}

#where_to_buy .modal-body{
	font-size: 24px;
}
/*列印設定*/

.print_settings{
	padding: 20px;
	color: #000;
	background-color: #F5F5F5;
}




.rectangle{
	height: 40px;
	border: 1px solid #CCC;
}

/*列印顯示*/
.print_display{
	border: 1px solid #CCC;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.print_open{	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;}

.b_line{
	border: 1px solid #CCC;
	margin-top: 20px;
}


.print_list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.print_list ul li{
	float: left;
	width: 48%;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	margin-right: 1%;
	margin-left: 1%;
}

.keepRight{
	float: right;
}
.limitWidth{
	width: 200px;
	float: left;
}
.top_search .btn_style05 {
	height: 30px;
}
.top_search .btn_style06 {
	height: 30px;
}


textarea {
  resize : none;
}.top_search2 .s_btn {
	background-color: #FFF;
	background-image: url(../images/btn_search.png);
	background-repeat: no-repeat;
}



@import "compass/css3";

/***********************
 * Essential Structure *
 ***********************/
.flexsearch--wrapper {
	height: auto;
	width: auto;
	max-width: 210px;
	overflow: hidden;
	background: transparent;
	margin: 0;
	position: static;

}

.flexsearch--form {
	overflow: hidden;
	position: relative;
}

.flexsearch--input-wrapper {
	padding: 0 66px 0 0; /* Right padding for submit button width */
	overflow: hidden;
}

.flexsearch--input {
  width: 200px;
}

/***********************
 * Configurable Styles *
 ***********************/
.flexsearch {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
}

.flexsearch--input {
	height: 30px;
	border: 1px solid #CCC;
	padding: 0 46px 0 10px;

}

.flexsearch--submit {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0px solid #FFF;
	margin-top: 3px; /* margin-top + border-width */
	margin-right: 15px;
	color: #888;
	font-family: 'Helvetica', sans-serif;
	font-size: 20px;
	background-color: transparent;
	background-image: url(../images/ic_search.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.flexsearch--input:focus {
  outline: none;
  border-color: #333;
}

.flexsearch--input:focus.flexsearch--submit {
 	color: #333;
}

.flexsearch--submit:hover {
  color: #333;
  cursor: pointer;
}

::-webkit-input-placeholder {
	color: #888;
}

input:-moz-placeholder {
  color: #888
}

.flexsearch.big .flexsearch--wrapper .flexsearch--form .flexsearch--input-wrapper .flexsearch--input {
	height: 40px;
}
.flexsearch.big .flexsearch--wrapper .flexsearch--form .flexsearch--submit {
	margin-top: 10px;
}

/*列印顯示end*/

.route_list.activity a .route_item {
	width: 530px;
	margin-bottom: 20px;
}
.noblank.switch {
	margin-right: 0px;
	padding-right: 0px;
}


/*進階搜尋*/

.advancedSearch_btn {
	padding: 10px;
	cursor: pointer;
}


.act_item ul {
	list-style-type: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 120px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.act_item ul li{
	list-style-type: none;
}
.act_item ul .map_a img {
	float: left;
	height: 99px;
	width: 150px;
}


.act_item ul .description {
	float: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 14px;
	color: #999;
	width: 530px;
}
.act_item ul .description h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}



.act_item ul .people {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	width: 170px;
	margin-right: 10px;
}
.act_item ul .people img {
	height: 30px;
	width: 30px;
	margin-right: 10px;
	border-radius: 15px;
	margin-top: 5px;
}
.act_item ul .people .p_s {
	margin-top: 5px;
	display: block;
}
.route_list a:hover .act_item {
	background-color: #f8f7f3;
}


/*進階搜尋*/
.advancedSearch{
	background-color: #F5F5F5;
	height: auto;
	width: 100%;
}


.ser{
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C6C6C6;
	height: 370px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
}

.s_s{
	width: 100px;
	height: 35px;
}
.advancedSearch input[type=text]{
	height: 35px;
	border: 1px solid #CCC;
}.ser.searchSports table tr td {
	padding: 5px;
}
.searchbtnc {
	width: 100%;
	padding-top: 10px;
	text-align: right;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ser.searchActivity .slider_a {
	margin-top: 10px;
	margin-left: 0px;
}
.act_item ul .shutDown {
	margin-top: 30px;
	margin-left: 10px;
}


.fr_line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6C6C6;
	float: left;
	width: 100%;
}





/*時間選擇*/

.a_time ul li {
	float: left;
	list-style-type: none;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #333;
	text-decoration: none;
}
.a_time {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
.a_time ul .on {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	color: #333;
}
.a_time ul li a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.container .content .a_time ul .on a {
	color: #333;
}




.month_btn {
	float: left;
	width: 120px;
	padding: 10px;
}
.month_btn img {
	vertical-align: middle;
}
.month_btns {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 40px;
}
.back_m {
	border: 1px solid #666;
	position: fixed;
	width: 70px;
	text-align: center;
	right: 50px;
	bottom: 74px;
	background-color: #676767;
	cursor: pointer;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/*item 輪播左右箭頭*/
.route_list.activity {
	position: relative;
}


.route_list.activity .arrow_left {
	position: absolute;
	left: -40px;
	top: 200px;
	cursor: pointer;
}
.route_list.activity .arrow_right {
	position: absolute;
	top: 200px;
	right: -20px;
	cursor: pointer;
}



/*賽事*/
.game_list .act_item{
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 334px;
	width: 1120px;
}

.game_list .act_item .game_banner img {
	width: 550px;
	height: 334px;
	margin-right: 23px;
	float: left;
}
.game_list .act_item li{
	list-style-type: none;
	float: left;
}
.dddd.profile_tab_nav{
	width: 500px;
	margin-right: auto;
	margin-left: auto;

}


.game_list .act_item  .att {
	background-color: #F2F2F2;
	width: 520px;
	text-align: center;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.game_description{
	width: 530px;
	height: 300px;
	padding-top: 10px;
}
.act_item .game_description h5 {
	font-weight: bold;
	font-size: 16px;
}



.event_Description{
	width: 690px;
}.event_Description li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.event_Description li .title {
	font-size: 16px;
	font-weight: bold;
}
.collection_place {
	float: right;
	margin-right: 20px;
}
.collection_place .title {
	font-size: 16px;
	font-weight: bold;
}

.close_options{
	float: right;
	padding: 10px;
}

/*參加活動成員*/


.pr_activities{
	overflow: auto;
	height: 300px;
}

.pr_activities ul{
	margin: 0px;
	padding: 0px;
}


.pr_activities li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;

}

.member_c{
	border-radius: 20px;
	height: 40px;
	width: 40px;
	margin-right: 20px;
	margin-left: 20px;
	}
.rt_btn{
	float: right;
}

.b_Frame{
	border: 1px solid #CCC;
}
.mask2{
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 1120px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;

}
.mask2 .m_left {
	float: left;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-left: 20px;
}
.mask2 .m_right {
	float: left;
	width: 100px;
	margin-left: 30px;
}






/*影片_list*/


.film_item ul {
	list-style-type: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 120px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.film_item ul li{
	list-style-type: none;
}
.film_item ul .film_img img {
	float: left;
	height: 85px;
	width: 85px;
}


.film_item ul .description {
	float: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 14px;
	color: #999;
	width: auto;
}
.film_item ul .description h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}



.film_item ul .people {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	width: 80px;
	margin-right: 10px;
}
.film_item ul .people img {
	height: 30px;
	width: 30px;
	margin-right: 10px;
	border-radius: 15px;
	margin-top: 5px;
}
.film_item ul .people .p_s {
	margin-top: 5px;
	display: block;
}
.film_list a .film_item ul .film_img .time {
	color: #FFF;
	background-color: #000;
	padding: 3px;
	width: 35px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, "微軟正黑體";
}
.film_item ul .film_img .time {
	position: absolute;
	left: 5px;
	bottom: 20px;
}
.film_img{
	position: relative;
	height: 100px;
	width: 100px;
	float: left;
}

/*天氣_list*/

.weather{
	height: 700px;
	width: 100%;
	overflow: hidden;
}


.wind {
	float: right;
	width: 120px;
	margin-right: 20px;
	margin-top: 30px;
	color: #666;
}
.w_time {
	float: left;
	margin-top: 30px;
	color: #000;
}
.w_img{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.w_description {
	float: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 14px;
	color: #666;
	width: 530px;
}


.w_item ul {
	list-style-type: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.w_temperature {
	font-size: 24px;
	float: left;
	color: #000;
	margin-top: 20px;
}
.degree {
	font-size: 14px;
}



.member_search{
	background-color: #FFF;
	width: 100%;
	height: 50px;
	border: 1px solid #CCC;
	padding-right: 20px;
	padding-left: 20px;
	color: #999;
}

.share_icon{
	float: left;
}



.m_search{
	position: relative;
}

.m_selected{
	position: absolute;
	background-color: #999;
	height: 50px;
	width: 100px;
	top: 0px;
	right: 0px;
	color: #FFF;
	text-align: center;
	padding: 15px 3px;
}


/*新增活動*/



.style_add ul{
	padding: 0px;
}
.style_add ul li{
	height: 120px;
	width: 208px;
	border: 1px solid #CCC;
	float: left;
	list-style-type: none;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.style_add ul li:nth-child(3n){
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;

}
.style_add ul li .select_circle {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.style_add ul li .style_txt {
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
	left: 0px;
}






.right_field{
	float: right;
	width: 180px;
	margin-right: 20px;
	height: auto;
}


.right_field .title{
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 35px;
	position: relative;
}
.add_f {
	position: absolute;
	top: -10px;
	right: 0px;
}
.add_f2 {
	position: absolute;
	top: -10px;
	right: 50px;
}

.right_field .title h1 {
	padding: 0px;
}


.photo_people{
	height: 120px;
	width: 120px;
	margin-right: 10px;
	border-radius: 60px;
}
.container_full {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.event_content .event_content_left .profile {
	height: 40px;
	width: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.container_full .event_content .event_content_left a {
	color: #FFF;
}
.message_list{
	overflow: hidden;
	height: 270px;
	margin-bottom: 20px;
}
.event_content_left .message input {
	height: 40px;
	width: 100%;
	padding-left: 10px;

}

.message{
	position: relative;
	color: #666;
}
.message_btn{
	position: absolute;
	top: 10px;
	right: 10px;
}
.event_content_left .message_list .profile {
	height: 25px;
	width: 25px;
	float: left;
	position: absolute;
	left: 5px;
	top: 5px;
}
.message_list li {
	float: left;
	list-style-type: none;
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}
.event_content_left .message_list li .name {
	color: #999;
}
.event_content_left .right_r {
	float: right;
}
.play_bar {
	background-color: #FFF;
	height: 35px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.poimg{
	position: relative;
	height: 48px;
	width: 48px;
	float: left;
}
.poimg .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 16px;
	width: 16px;
}


.right_information{
	height: 220px;
}.event_content_left .btn_arr01 {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 280px;
	top: 50px;
	background-color: #FFF;
}
.event_content_right .btn_arr02{
	height: 20px;
	width: 20px;
	position: absolute;
	left: -20px;
	top: 50px;
	background-color: #FFF;


	}

.sensor{
	height: 20px;
	width: 20px;
	margin: 2px;
	padding: 0px;
	float: left;
}


.container_full{
	min-width: 1010px;
	background-color: #666;
}


.comment_input{
	position: relative;
	height: 40px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;

}
.photo_icon{
	position: absolute;
	left: 5px;
	top: 5px;

}.comment_input input {
	padding-left: 30px !important;
}
.event_content_left .right_information.closed {
	height: 40px;
	overflow: hidden;
}

.message_list.closed{
	height: 440px;
}

.black{
	background-color: #666;
}


.p_file{
	text-align: center;
	width: 250px;
	float: left;
}
.p_file2{
	text-align: center;
	width: 100%;
	float: left;
}


.mask_p{
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 850px;
	border-radius: 10px;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mask_p .m_left {
	float: left;
	width: 211px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
	padding: 0px;
}
.mask_p .m_left:nth-child(4n){
	border-right-width: 0px;

	}
.title_bvv{
	float: left;
	margin-top: 80px;
	height: 50px;
	padding-left: 20px;
	width: 870px;
}
.friend_img{
	float: left;
	height: 34px;
	width: 34px;
	margin: 5px;
	border-radius: 17px;
}

.friend_img2{
	float: left;
	height: 50px;
	width: 50px;
	margin: 5px;
	border-radius: 25px;
}
.friend_list{
	font-size: 14px;
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.inside_distance{
	padding: 20px;
}
.inside_img{
	height: 329px;
	border: 1px dashed #999;
	text-align: center;
	}
.auto_both{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 329px;
}
.inside_distance .inside_img .progress {
	background-color: #FFF;
}
.modal-footer{
	position: relative;
}
.step_btn{
	position: absolute;
	left: 15px;
	top: 15px;
}


/*dare*/

.dare{
	border: 1px solid #CCC;
	float: left;
	height: 100%;
	width: calc(100% - 20px);
	margin-bottom:30px;
}

.dare_map{
	float: left;
	width: 760px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.dare .dare_map h1 {
	margin-top: 0px;
	padding-top: 0px;
}

.dare_data .label_btn{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.dare_data{
	float: left;
	width: 340px;
	margin-left: 15px;
}
.dare .dare_data .inf00{
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 100%;
	padding-bottom: 10px;
}

.dare .dare_data .inf01{
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}


.dare_data .pr-com{
	height: 320px;
	float: left;
	overflow-y: scroll;
	}


.dare_data .pr-com li .profile {
	height: 42px;
	width: 42px;
	float: left;
	margin-right: 11px;
}
.dare_data .pr-com li {
	list-style-type: none;
	float: left;

	margin-bottom: 30px;
}
.dare_data .pr-com li h2 {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
	color: #999;
	width: auto;
}
.dare_data .pr-com li h2 .user_name {
	color: #497D71;
	float: left;
}
.dare_data .pr-com li .v_comment {
	float: left;
	width: 265px;
	margin-top: 5px;
}


.dare_data .pr-com .more {
	color: #2F6B5D;
}
.inp-com {
	position: relative;
	right: 5px;
	bottom: 0px;
	height: 45px;
	float: left;
	width: 335px;

}
.inp-com input {
	height: 40px;
	width: 100%;
	border: 1px solid #CCC;
	z-index: 10;
	bottom: 10px;
	padding-left: 40px;
}
.inp-com .photoicon{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 10px;
	top: 10px;
}
.inp-com .updateicon{
	position: absolute;
	height: 20px;
	width: 20px;
	top: 10px;
	right: 10px;
}

.label_btn.search .top_search .switch{
	margin-top: 3px;
	margin-left: 10px;

}


.chart{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


.dare_chart{
	background-color: #F7F7F7;
	height: 80px;
	width: 100%;
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 10px;
	padding-left: 120px;
}

.sdds{
	float: right;
	width: auto;
	margin-bottom: 20px;
}


.container .content .mask_p .m_left .text25{
	padding-bottom: 0px;
}
.container .content .label_btn.search .top_search2 .switch {
	margin-right: 0px;
	margin-left: 10px;
}
.container .content .label_btn.search .top_search .switch {
	margin-right: 0px;
}


.sdds .c_data td {
	padding-right: 10px;
	padding-left: 10px;
}


.media-object.photo_people{
	height: 50px;
	width: 50px;
}


.a1_title{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 100%;
	/*background-color: rgba(239, 236, 231, 0.21);*/
}
.a1_l{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.a1_r{float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;}
.right_position .dare .a1_l table tr td p {
	margin: 10px;
	padding: 10px;
	background-color: #F2F2F2;
}
.a1_img {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.a1_photo span img {
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.bhhh {
	margin-bottom: 6px;
	float: left;
	margin-top: 1px;
	margin-left: 1px;
}
.sw_la{
	float: left;
	margin-top: 4px;
}







/*slide*/


.slidePanel {
	width: 800px;
	height: 220px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

.slideWrap {
	width: 800px;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.slidePanel ul {
	top: 0;
	left: 0;
	position: absolute;
}

.slidePanel ul li {
	padding: 0 10px;
	width: 200px;
	text-align: center;
	float: left;
	display: inline;
	box-sizing: border-box;
}

.slidePanel ul li p {
	font-size: 13px;
	height: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: left;
}

/* slide箭頭------------------------- */
.slidePanel .btnPrev,
.slidePanel .btnNext {
	top: 75px;
	width: 30px;
	height: 30px;
	position: absolute;
	transition: all 0.2s ease-in-out;
}

.slidePanel .btnPrev {
	left: -35px;
	background:transparent url(../images/btnPrev.png) no-repeat top left;
}

.slidePanel .btnNext {
	right: -35px;
	background:transparent url(../images/btnNext.png) no-repeat top left;
}

.slidePanel .btnPrev:hover,
.slidePanel .btnNext:hover {
	opacity: 0.6;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.slidePanel ul:before,
.slidePanel ul:after {
	content: " ";
	display: table;
}
.slidePanel ul:after {clear: both;}
.slidePanel ul {*zoom: 1;}
.slidePanel ul li a img {
	height: 180px;
	width: 180px;
}

.slidePanel li{
	position: relative;
}

.slidePanel .time{
	color: #FFF;
	background-color: #000;
	padding: 5px;
	position: absolute;
	left: 15px;
	top: 145px;
}
.dare .top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 10px;
	float: left;
	width: 945px;
	position: relative;
}
.top_line .cutkk {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}


.chart_df table tr td{
	border: 1px solid #CCC;
}

.chart_df{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 100%;
}
.dare .page-table.chart_ta {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.center-block_c{
	text-align: center;
	height: auto;
}

.line-left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.shut_down_btn{
	position: absolute;
	top: 5px;
	right: 5px;
}
.page-table.chart_ta .tb_rwd {
	margin-bottom: 0px;
}


.arrangement{
	position: relative;
}.arrangement .arr_icon {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 7px;
	top: 7px;
}
.arrangement .form-control {
	padding-left: 30px;
}
.arrangement2 {
	background-color: #FFF;
	padding: 5px;
	width: 400px;
	border: 1px solid #CCC;
	cursor: pointer;
	margin-bottom: 10px;
}
.merge_fd{
	padding: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.inside_img2{
	height: 329px;
	border: 1px dashed #CCC;
	text-align: left;
	overflow: auto;
	}
	.inside_distance .inside_img2 img {
	padding: 3px;
	height: 147px;
	width: 147px;
}
.inside_img2 li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	position: relative;
}
.inside_img2 li .cck {
	position: absolute;
	top: 10px;
	right: 10px;
}
.inside_img2 li .cck input {
	height: 20px;
	width: 20px;
}



.inside_img2 .big_f img{
	height: 294px;
	width: 294px;
}

.control_btn {
	background-color: #666;
	position: absolute;
	left: 10px;
	top: 50px;
	padding: 0px;
	z-index: 500;
	width: 40px;
	height: auto;
}
.control_btn .c_icon{
	cursor: pointer;
	padding: 10px;
	margin: 0px;
	float: left;
	height: 40px;
	width: 40px;
	background-color: transparent;
}
.control_btn .c_icon.on{
	background-color: #F60;
}

.map_route{
	position: relative;
}
.window_route {
	background-color: #666;
	position: absolute;
	left: 60px;
	top: 50px;
	padding: 0px;
	z-index: 5;
	height: 603px;
	width: 280px;
	color: #FFF;
}
.window_close{
	position: absolute;
	background-color: #666;
	height: 24px;
	width: 24px;
	top: 0px;
	right: -24px;
	padding: 2px;
	cursor: pointer;
	}
.window_close2{
	position: absolute;
	background-color: #666;
	height: 24px;
	width: 24px;
	top: 0px;
	right: -24px;
	padding: 2px;
	cursor: pointer;
	}
.top_control_d {
	color: #FFF;
	background-color: #666;
	width: 100%;
	float: left;
	padding: 10px;
	height: 50px;
	position: relative;
}
.top_control_d .switch_btn-label{
	border: 2px solid #666;
}

.ccvc{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

.ccvc2{
	margin-left: 20px;
	float: left;
}

.ccvc3{
	float: left;
	/* cursor: pointer; */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	opacity: 0.9;
}

.ccvc3:hover{
	/*background-color: #999;*/
	opacity: 1;
	/* opacity: 0.7; */
}

.ccvc3.on{
	background-color: #E15B31;
}
.slddsa{
	float: left;
	position: absolute;
	top: 4px;
	left: 400px;
	background-color: #666;
}

.slddsa .dropdown-menu {
	background-color: #666;
}
.slddsa .btn-icon{
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
 .slddsa .dropdown-menu{
	background-color: #8F8F8F;
}
 .slddsa .dropdown-menu li a:hover {
	background-color: #000;
}
.top_control_d .search_black{
	background-color: #333;
	border: 1px solid #999;
	height: 30px;
	color: #CCC;
	width: 150px;
}
.search_box_black{
	position: relative;
	height: 30px;
	width: 150px;
	background-color: #FC0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.search_btn_black{
	position: absolute;
	right: 5px;
	z-index: 100;
	bottom: 0px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.c_tab{
	margin: 0px;
	padding: 0px;
	float: left;
}
.c_tab .equal2 {
	padding: 10px;
	float: left;
	list-style-type: none;
	width: 140px;
	background-color: #333;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	cursor: pointer;
}

.c_tab .equal1 {
	padding: 10px;
	float: left;
	list-style-type: none;
	width: 280px;
	background-color: #333;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	cursor: pointer;
}

.c_tab .equal3 {
	padding: 10px;
	float: left;
	list-style-type: none;
	width: 93px;
	background-color: #333;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	cursor: pointer;
}

.c_tab .on {
	border-bottom-color: #F60;
}
.window_route .switch_btn-label{
	border: 2px solid #666;
}

.w_open .switch_btn-label{
	border: 2px solid #666;
}

.c_content{
	float: left;
	width: 100%;
	display: none;
	height: 560px;
}
.p20{
	padding: 20px;
	float: left;
	width: 100%;

}

.f_into{
	background-color: #999;
	float: left;
	width: 240px;
	margin-top: 10px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.c_content hr {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #999;
	display: block;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
}
.c_content .progress {
	height: 5px !important;
	margin-bottom: 0px;
}
.c_content .progress-bar-warning{
	background-color: #F60;
}



.graph_Reset{
	height: 26px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	float: right;
	color: #333;
}
.map_route .map-control_graph {
	right: 15px;
}

.beginning{
	height: 247px;
	width: 649px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 20;
	top: 30%;
	left: 30%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.beginning .btn_style04{
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.beginning table {
	float: left;
}


 /* Popover */


/* Popover Body */
 .popover {
	background-color: rgba(0,0,0,0.85);
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	color: #fff;
	display: none;

	z-index: 200;
	padding: 10px;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #000;
    border-left-width: 0;
}
.on.c_content {
	display: block;
}


.op_list{
  width: 100%;
  height: 100%;
  overflow-y: scroll;



}
.op_list li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}
.c_content .search {
	color: #FFF;
	background-color: #333;
	padding: 5px;
	width: 100%;
	height: 40px;
	border: 1px solid #333;
	margin-bottom: 15px;
}
.width50{
	width: 45%;
}
.c_content li {
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-type: none;
	font-size: 15px;
	font-family: Arial, "微軟正黑體";
	padding: 10px;
}
.window_time {
	background-color: #666;
	position: absolute;
	top: 5px;
	padding: 0px;
	z-index: 5;
	height: 603px;
	width: 280px;
	color: #FFF;
	right: 100px;
}

.add_photo{
	background-color: #CCC;
	height: 100px;
	width: 100px;
	display: block;
	text-align: center;
	padding-top: 40px;
	cursor: pointer;
}

.edit_photo{
	height: 100px;
	width: 100px;

	}
.Uploadimg2OK{
	font-weight: bold;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	height: 100%;
	width: 100%;

	padding-top: 30%;
	font-size: 16px;
	text-decoration: none;

}
.inf_dss{
	padding: 15px;
	width: 380px;
}
.inf_dss2{
	padding: 15px;

}




/*首頁*/


.banner_S{}

/**
.banner_big{
	min-width:1280px;
	}
**/

.banner_S li{
	float: left;
	padding: 0px;
	list-style-type: none;
	width: 386px;
	margin: 20px;

}
.bgcolor001{
	background-color: #E15B31;
	color: #FFF;
	padding: 20px;
}
.bgcolor002{
	background-color: #B4A211;
	color: #FFF;
	padding: 20px;
}
.bgcolor003{
	background-color: #198C6E;
	color: #FFF;
	padding: 20px;
}
.banner_S li h1 {
	float: left;
	margin-right: 25px;
	font-size: 30px;
	padding: 0px;
	margin-top: 5px;
}




.cssAnim {
	width: 386px;
	height: 257px;
	display: inline-block;
	overflow: hidden;
	border: #333 0px solid;
	position: relative;
	cursor: pointer;
}

.cssAnim img {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	transition: all 0.3s linear;
}

.imgScale img {
	transform: scale(1.5);
}
.title_cer{
	font-size: 30px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}


.products-grid .item{
	float: left;
	/* width: 260px; */
	list-style-type: none;
	margin: 20px;
}
.products-grid .item img{
	height: 260px;
	width: 260px;
}

.product-info{
	text-align: center;
	font-size: 16px;
}

.qr{
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}



.title-v4 .qr table tr td
{
	padding: 10px;
}
.title-v4 .qr li
{
	padding: 10px;
	float: left;
	list-style-type: none;
	width: 570px;
}

@media screen and (min-width: 1280px) {
.container_full_screen {
	width: 100%;
	background-color: #CCC;

	/*扣掉頭尾高度*/
	height: calc(100% - 235px);;
	vertical-align: middle;
	min-height:680px;
	display: flex;
	align-items: center;
	justify-content: center;

	}
}

@media screen and (max-width: 1280px) {
.container_full_screen{
		width:1280px;
		background-color: #CCC;
		/*扣掉頭尾高度*/
		height: calc(100% - 235px);
		vertical-align: middle;
		min-height:650px;
		display: flex;
		align-items: center;
		justify-content: center;

	}
	
	.x5-liveTracking {	
		min-height: 500px;
		height: auto;
	}
	
	.x5-liveTracking .x5-liveTracking-img {
		height: 500px;
	}
	
	.dashboard_word{
		height: 300px;
	}
}
.win_c01{
	background-color: #FFF;
	height: auto;
	width: 400px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.win_c02{
	background-color: #FFF;
	height: auto;
	width: 520px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.win_c03{
	background-color: #FFF;
	height: auto;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.win_c04{
	background-color: #FFF;
	height: auto;
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.form-signin em {
	font-style: normal;
	color: #C00;
}

.Drag_box{
	background-color: #F0F0F0;
	height: 300px;
	width: 100%;
	overflow-y: auto;
	margin-bottom: 10px;
	padding: 20px;
	float: left;
	margin-top: 10px;
}


.Drag_box_2{
	background-color: #F0F0F0;
	height: 350px;
	width: 100%;
	padding: 20px;
	float: left;
	margin-top: 10px;
}







.Drag_box li {
	list-style-type: none;
	float: left;
	width: 230px;
}
.p_photo {
	height: 40px;
	width: 40px;
	margin: 10px;
	border-radius: 20px;
}
.Drag_box2{
	background-color: #F0F0F0;
	height: 300px;
	width: 100%;
	margin-bottom: 10px;
	padding: 20px;
	margin-top: 10px;
	float: left;
}
.forget_pwd_height{
	height: 440px;
}
.fdcc{
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
}
.pssd{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}






/*頁尾*/
.f_link ul{
	float: left;
	width: 120px;
}

.f_link ul li{
	list-style-type: none;
	margin-bottom: 5px;
	width: 120px;
}
.s_language{
	color: #333;
}
.f_icon{
	margin-top: 15px;
}

.f_bg01{
	background-image: url(../images/bg_img/bg001.jpg);
	background-size: 100% auto;
	background-position: left center;
}


.f_bg02{
	background-image: url(../images/bg_img/bg002.jpg);
	background-size: 100% auto;
	background-position: right center;
}


.f_bg03{
	background-image: url(../images/bg_img/bg003.jpg);
	background-size: 100% auto;
	background-position: left center;
}


.f_bg04{
	background-image: url(../images/bg_img/bg004.jpg);
	background-size: 100% auto;
	background-position: left center;
}



.f_bg05{
	background-image: url(../images/bg_img/bg005.jpg);
	background-size: 100% auto;
	background-position: right center;
}





.look_for_friend{
	margin: 0px;
	padding: 0px;
}
.look_for_friend li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 65px;
	width: 100%;
}

.add_friend{
	float: right;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	margin-top: 15px;
}

.fgggk{
	margin-top: 20px;
	float: left;
}


.btn_login{
	background-color: #e15b31;
	border-radius: 5px;
	color: #FFF;
	border: 1px solid #FFF;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	outline: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 7px;
}

.btn_login:hover{
	background-color: #F90;
}

.vedio{
	float: left;
}

.vedio_info .event_content_right {
	width: 390px;
	height: 555px;
	float: left;
}
.vedio_info .event_content_right h1 {
	color: #FFF;
}

.vedio_info .gameStates{
	width: 360px;
	height: 475px;
}

.vedio_info .event_content_right .gameStates a li {
	width: 100%;
}

.vedio_info .event_content_right .gameStates a li p {
	width: 270px;
}


.vedio_i_left {
	float: left;
	width: 740px;
}

.vedio_i_right {
	float: right;
	width: 380px;
}

.vedio_i_left .media {
	margin-top: 0px;
}

.bgdds {
	border: 1px solid #D3D4D3;
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding: 10px;
}

.dds {
	float: left;
	width: 25%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 10px;
}
.dds_last {
	float: left;
	width: 25%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 10px;
}

.vedio_i_left .profile_content .in-com {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.vedio_i_left .profile_content .in-com .comment_input input {
	/* padding-left: 10px !important; */
}

.vedio_i_left .label_btn {
	margin-right: 0px;
}

.vedio_list {
	float: left;
}

.vedio_list .media{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 0px;
	margin-top: 0px;
}



.news_l{
	width: 350px;
	float: left;
}
.news_l .left_menu .ac-container div article .menuda li a {
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news_r{
	float: left;
	margin-left: 30px;
	width: 750px;
}



.keywords span{
	margin-bottom: 20px;
	float: left;
	width: 100%;
}


.keywords .on{
	color: #F90;
}


.container_about {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.f_bg05_2{
	background-image: url(../images/bg_img/bg005.jpg);
	background-size: 100% auto;
	background-position: right center;
	height: auto;
	align-items: center;
	justify-content: center;

	margin: 0px;
	padding: 0px;
	min-width: 768px;
    background-repeat: no-repeat;
}




.about_w {
	background-color: #333;
	color: #FFF;
	width: 480px;
	float: left;
	line-height: 30px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding: 20px;
}

/*關於我們圖片*/


#filterBtn a.active {
	border-bottom: 4px solid #333;

}


#filterList{
	margin-bottom: 30px;
}


#filterList ul {
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

#filterList ul li {
	margin: 0px;
	width: 150px;
	float: left;
}

#filterList ul li img {
	width: 150px;
	height: 120px;
}


#filterList ul:before,
#filterList ul:after {
	content: " ";
	display: table;
}
#filterList ul:after {clear: both;}
#filterList ul {*zoom: 1;}



/*圖片變成灰色*/
.container #filterList ul li img{


-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
filter: Gray;



	}
.container #filterList ul li img:hover{
	filter: grayscale(0);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);


}




/*聯絡我們*/

.contact_us{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.contact_us li{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style-type: none;
}

.contact_us li .tt{
	width: 180px;
	display: block;
	float: left;
}

.privacy {
	background-color: #FFF;
	float: left;
	width: 1100px;
	padding-top: 0px;
	padding-right: 190px;
	padding-bottom: 50px;
	padding-left: 200px;
	line-height: 25px;
}

@media (max-width: 768px) {
	
}

.support {
	overflow: hidden;
	background-color: #FFF;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
	line-height: 25px;
}

.privacy h2,.support h2 {
	font-size: 18px;
	color: #414141;
}


.privacy .titleN,.support .titleN{
	font-size: 28px;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
.privacy ul li {
	margin-left: 30px;
}

.support_update{
	margin-top: 40px;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 40px;
}

.support_update .product-left{
	float: left;
	width: 200px;
	height: 100%;
	text-align: center;
}


.support_update .product-right{
	float: left;
	width: 800px;
}


.support-download-img{
	float: left;
	width: 100px;
	height: auto;
	margin-left: 20px;
}

.support-download-item{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 170px;
	height: auto;
}

.support-download-doc ,.support-download-doc{
	float: left;
	width: 1000px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.support_update .product-right .support-download-doc .support-download-items .support-download-item .support-download-item-list li {
	margin-left: 30px;
}
.support_update .product-left img {	
	width: 145px;
}

.support .support-notes {
	text-align: center;
	background-color: rgba(255, 229, 63, 0.19);
	display: inline-block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.support .support-notes ul {
	display: inline-block;
	text-align: left;
}
.support .support-notes .support-notes-title {
	font-size: 16px;
	font-weight: bold;
}
/* FAQ */


/*訂單查詢*/

.order_menu{
	background-color: #CCC;
	width: 30%;
	float: left;
}

.order_min{
	width: 77%;
	float: left;
}

.order_min .cart-forms.inquire {
	width: 100%;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
.cart-totals .fdgs tr td {
	padding: 10px;
}
.order_min table  tr td  {
	padding: 10px;
}
.order_min table  tr th  {
	padding: 10px;
	text-align: center;
	background-color: #F4F4F4;
}
.itemsbar {
	color: #FFF;
	background-color: #404040;
	padding: 10px;
	float: left;
	width: 100%;
}
.itemsbar .itemsbar_left {
	float: left;
}
.itemsbar_left {
	float: left;
}
.itemsbar_right{
	float: right;
	}

.faq {
	position: relative;
	max-width: 1280px;
	padding: 15px;
	font-size: 15px;
	line-height: 30px;
	background-color: #FFF;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}

.accordionPart li {
	list-style-type: none;
}

.sidebar {
	float: left;
	width: 20%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3%;
}

.menuda {
	border: 1px solid #E0E0E0;
}

.menuda li  {
	list-style-type: none;
}

.sdfc a {
	display: block;
	padding: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	color: #333;
}

.sdfc a:hover {
	background-color: #EEE;
}

.ac-container{
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.ac-container label{
	font-family: Arial, "微軟正黑體";
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	line-height: 33px;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.ac-container label:hover{
	background-color: #EEEEEE;
	color: #000;
}

.ac-container input{
	display: none;
}

.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}.menuda li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.menuda li a:hover {
	color: #000;
	background-color: #EEEEEE;
}
ul {
	margin: 0px;
	padding: 0px;
}

#sub_area .ac-container div .icon_01 {
	background-image: url(../../../components/images/icon.png);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#sub_area .ac-container div .icon_02 {
	background-image: url(../../../components/images/icon.png);
	background-position: 0px -38px;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#sub_area .ac-container div .icon_03 {
	background-image: url(../../../components/images/icon.png);
	background-position: 0px -73px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
#sub_area .ac-container div .icon_04 {
	background-image: url(../../../components/images/icon.png);
	background-position: 0px -107px;
	background-repeat: no-repeat;
	padding-left: 40px;
}


/*rwd 縮放菜單*/
.navs{
	display: block;
	float: right;
	width: 100%;

}
.navs ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.toggle {
    display: none;
}


.ac-container .on{
	background-color: #E15B31;
	color: #FFF;
}

#qaContent {
	width: 100%;
}
#qaContent h3 {
	width: 500px;
	height: 22px;
	text-indent: -9999px;
}
#qaContent h3.qa_group_1 {
	background: url(qa_group_1.gif) no-repeat;
}
#qaContent h3.qa_group_2 {
	background: url(qa_group_2.gif) no-repeat;
}
#qaContent ul.accordionPart {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: 30px;
}
#qaContent ul.accordionPart li {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 12px;
	margin-top: 12px;
}
#qaContent ul.accordionPart li .qa_title {
	background: url(icon_q_a.gif) no-repeat 0px 3px;
	padding-left: 14px;
	color: #1186ec;
	cursor: pointer;
}
#qaContent ul.accordionPart li .qa_title:hover {
	text-decoration: underline;
}
#qaContent ul.accordionPart li .qa_content {
	margin: 6px 0 0;
	background: url(icon_q_a.gif) no-repeat 0px -24px;
	padding-left: 28px;
	color: #666;
}


/* FAQ end */

/* contact us */

.list-title {
	padding: 1em 1em .1em 0;
    font-size: large;
    font-weight: bold;
    border-bottom: 1px #000000 solid;
}
.contact  {
	display: inline-block;
	width: 49%;
	padding: 10px;
	vertical-align: top;
}

@media (max-width: 768px) {
	.contact {
		width: 100%;
	}
	
}

.contact ul {
	padding: 0px;
}

.contact li {
	list-style-type: none;
}

.content_table {
	width: 100%;
}
.contact-title {
	font-size: large;
}
/*
.profile_content {
    padding-left: 100px;
}
*/


/*contact us end */




/* for RD */
body {
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

.red-color{
	color: red;
	font-weight: bold;
}
.button-text {
	display: inline-block;
	padding-right: 4px;
  padding-left: 25px;
}
.button-load.on {
	height: 11px;
	background: url(../images/ajax-loading-sideways.gif) no-repeat;
	line-height: 13px;
}

.button-load {
	width: 16px;
  margin-right:5px;
	display: inline-block;
}


.box1.control_list table {
	font-family: Arial, "微軟正黑體";
}

.box1.control_list table thead tr {
	background-color: #E3E3E3;
}

.box1.control_list table thead th {
	padding: 6px 0px;
	height: 35px;
	color: #999999;
}

.box1.control_list table tbody tr td {
	font-size: 15px;
	border-bottom-width: 0px; /*1 to 0*/
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px 0;

}

/*
.box1.control_list table tbody tr:hover td
{
	background-color: #FFCC66;
}
*/

.box1.control_list table .text_a_r {
	text-align: right;
}

.box1.control_list table .padding_left_10 {
	padding-left: 10px;
}

.box1.control_list table .padding_right_10 {
	padding-right: 10px;
}

.box1.control_list table .vertical_a_t {
  vertical-align: top;
}

.box1.control_list table tbody tr td.route_info span {
	display: block;
	font-size: 14px;
}

.box1.control_list table tbody tr td.route_info span.address {
	font-size: 12px;
	color: #606060;
}

.box1.control_list table tbody .info_icon {
	display: block;
	padding: 0 8px;
	cursor: pointer;
}

*::-webkit-scrollbar-track
{
	//-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	//background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	//background-color: #DDDDDD;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #AAA;
}


.box1.control_list li {
  /*
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-type: none;
	font-size: 15px;
	font-family: Arial, "微軟正黑體";
  */
	padding: 0px;  /* 10 to 0 */
}
.box1.control_list li span {
	margin-right: 10px;
}

.box1.control_list li span img {
	vertical-align: middle;
}


.control_list li .photo{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.control_list li span{
	float: left;
}
.wrap .wr_th {
	background-color: #E3E3E3;
	height: 35px;
	padding: 6px;
}

.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-turn_0 {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
    padding-left: 10px;
}

.sprite-turn_1 {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

.sprite-turn_10 {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
}

.sprite-turn_11 {
    width: 24px;
    height: 24px;
    background-position: -107px -5px;
}

.sprite-turn_12 {
    width: 24px;
    height: 24px;
    background-position: -141px -5px;
}

.sprite-turn_13 {
    width: 24px;
    height: 24px;
    background-position: -175px -5px;
}

.sprite-turn_14 {
    width: 24px;
    height: 24px;
    background-position: -209px -5px;
}

.sprite-turn_15 {
    width: 24px;
    height: 24px;
    background-position: -243px -5px;
}

.sprite-turn_16 {
    width: 24px;
    height: 24px;
    background-position: -277px -5px;
}

.sprite-turn_17 {
    width: 24px;
    height: 24px;
    background-position: -311px -5px;
}

.sprite-turn_2 {
    width: 24px;
    height: 24px;
    background-position: -345px -5px;
}

.sprite-turn_3 {
    width: 24px;
    height: 24px;
    background-position: -379px -5px;
}

.sprite-turn_4 {
    width: 24px;
    height: 24px;
    background-position: -413px -5px;
}

.sprite-turn_5 {
    width: 24px;
    height: 24px;
    background-position: -447px -5px;
}

.sprite-turn_6 {
    width: 24px;
    height: 24px;
    background-position: -481px -5px;
}

.sprite-turn_7 {
    width: 24px;
    height: 24px;
    background-position: -515px -5px;
}

.sprite-turn_8 {
    width: 24px;
    height: 24px;
    background-position: -549px -5px;
}

.sprite-turn_9 {
    width: 24px;
    height: 24px;
    background-position: -583px -5px;
}

.elevationContainer {
	width: 100% !important;
	height:128px !important;
}

.smartSignPanel {
	position: relative;
	//width: 778px;
	height: 40px;
	background-color: #FFFFFF;
	z-index: 0;
}


.map-control_graph {
  opacity : 0;
  z-index: 1000;
  left: 15px !important;
  bottom: 26px !important;
}


.dygraph-legend {
  padding: 3px !important;
  border: 1px solid #E25B32 !important;
  border-radius: 5px !important;
  box-shadow: 1px 1px 4px #CCCCCC !important;
  opacity: 0.85 !important;
  width: auto !important;
  z-index: 999999 !important;
}

.map-fitbounds {
  background-size: cover;
  cursor: pointer;
  text-align:center;
  vertical-align: middle;
  line-height: 30px;
  background-color: #fff;
  width: 28px;
  height: 28px;
  margin-right: 11px;
  color: #666;
  /* box-shadow: 2px 2px; */
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 0 rgba(0, 0, 0, 0.19);
  padding-top: 2px;
}

.map-fitbounds:hover {
  color: #333;
}


.title_cut {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.image-block {
  width: 358px;
  height: 217px;
  background-color:#c3c3c3;
  overflow:hidden;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
img.resize-able {
  margin-left: -50%;
  margin-right: -50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.image-block-banner{
  width: 548px;
  height: 332px;
  background-color:#c3c3c3;
  overflow:hidden;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

img.resize-able-banner {

  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

img.resize-able-detail-banner {
  margin-left: -50%;
  margin-right: -50%;
  margin-top: -25%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.image-block-detail{
  width: 1120px;
  height: 383px;
  background-color:#c3c3c3;
  overflow:hidden;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_bar_full {
  position: absolute;
  left: 0px;
  right: 0px;
}

.top_bar {
  background-color: initial !important;
  height: 71px !important;
}

.content_with_top_bar {
  margin-top: 71px;
}

.content_with_advancedSearch {
  margin-top: 509px;
}

.go_profile ul {
  display: inline-block;
  width: 100%;
}

li.fraction {
  display: inline-block;
}

tr.clickable {
  cursor: pointer;
}

#signOutForm {
  margin-bottom: 0px;
}

.map_01 .win_bb .w_list {
  margin: 0px;
  padding: 0px;
}

.win_menu {
  overflow: auto;
  padding-right: 20px;
}

.carlorie_gray{
	font-size: 20px;
	color: rgba(153, 153, 153, 0.55);
}

.En_12_black02_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}

.ajax-loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.user_stats_img {
	vertical-align: text-top;
}

.route-item-attr-icon {
  width: 12px;
  height: 12px;
}

a {
    color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

a:visited {
  // color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.route_list .route_item a:hover {
  text-decoration: none;
}

.route_list .route_item ul {
  //padding-left: 20px;
  //padding-right: 20px;
}

.route_list .route_item .go_detail ul li {
  display: inline;
}

.route_list .route_item .go_detail ul li {
  overflow: hidden;
}

.route_list .route_item .go_detail ul li.map_a {
  height: 179px;
  //width: 358px;
  display: block;
  position: relative;
}

.route_list .route_item .go_divs ul li.detail-item-row {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 26px;
}


.route_list .route_item .go_divs ul li.route-attr-list {
  max-height: 15px;
  line-height: 15px;
  min-height: 15px;
}



.route_list .route_item ul li .attr {
  display: inline;
  color: #999;
}

.route_list .route_item .go_thumb ul {
  padding-left: 0px;
  padding-right: 0px;
}

.route_list .route_item ul li.route-block-title {
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
}

.route_list .route_item ul li.detail-item-row {
  padding-left: 0px;
  padding-right: 0px;
  display: block;
}

.route_list .route_item ul li.detail-item-row ul li {
  margin-right: 5px;
}

.route_list .route_item ul li.detail-item-row ul li:last-child {
  margin-right: 0px;
  padding: 0px;
}

.route_list .route_item ul li.detail-item-row ul li.fraction {
  margin-top: 20px;
  max-width: 100px;
}


.route_list .sensor {
  cursor: help;
}

.route_list .route_item .go_profile ul li.fraction {
  text-align: right;
}

.route_list .route_item ul li.detail-item-row ul li.people {
  padding-left: 0px;
  max-width: 215px;
  overflow: hidden;
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
}

.route_list .route_item ul li.detail-item-row ul li:hover {
  background-color: #EEEEEE;
}

.route_list .route_item ul li.detail-item-row ul li.people img {
  margin-right: 5px;
}

.route_list .route_item ul li.detail-item-row ul li.people .creator-name {
    color: #2F6B5D;
    vertical-align: middle;
    display: inline-block;
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
}

.profile-cell {
  display: table-cell;
}

.go_profile {
  display: block;
  margin-bottom: 7px;
}

.route_list a:hover {
  text-decoration: underline;
}

.bread a:hover {
  text-decoration: underline;
}

/**
div.modal-body {
  padding: 0px;
}
 */

.win_bb .w_list a {
  display: block;
  padding: 8px;
}

.btn_dff .btn.btn-lg.btn-primary.btn-block.btn01 {
  display: table-cell;
  vertical-align: middle;
  outline: unset;
  transition: .3s;
}

.btn_dff {
  display: table;
}

a.slick-slide {
  height: initial;
}

/*直播頁面*/

.event_content_right.video-mode .a_tab a.video-list
{
	color: #fff
}

.event_content_right:not([class~=video-mode]) .a_tab a.player-list
{
	color: #fff
}

.event_content_right.video-mode .div_tab .list-container
{
			transform: translate3d(-250px, 0px, 0px) !important;
	-webkit-transform: translate3d(-250px, 0px, 0px) !important;
}

.event_content_right.video-mode .a_tab:after
{
	left: 110px;
}

.event_content_right:not([class~=video-mode]) .a_tab:after
{
	left: 0px;
}

div.map_Live.video-mode .container
{
			transform: translate3d(-460px, 0px, 0px) !important;
	-webkit-transform: translate3d(-460px, 0px, 0px) !important;
}


.event_content .middle_container {
	float: left;
	background-color: #CCC;
	height: 720px;
	width: calc(100% - 560px);
	position: relative;
	display: inline-block;
}


.event_content .vedio_live {
	float: left;
	background-color: #CCC;
	height: 720px;
	width: calc(100% - 560px);
	position: relative;
}

.video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.mapContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

.map-marker {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background-color: #E15B31;
	border-radius: 50%;
	overflow: hidden;
}


.event_content_right .select {
	background-color: #333;
	width: 220px;
	margin-top: 10px;
	border: 1px solid #999;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

.event_content_right .select:focus {
transition:border linear .2s,box-shadow linear .5s;
 -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
 -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
 outline:none;border-color:rgba(225,91,49,.75);
 box-shadow:0 0 8px rgba(225,91,49,.5);
 -moz-box-shadow:0 0 8px rgba(225,91,49,.5);
 -webkit-box-shadow:0 0 8px rgba(225,91,49,3);

}

/* 直播 end */


/** 個人資料編輯頁使用 **/
.profile_row_normal .message {
    float: left;
    margin-top: 30px;
    margin-left: -10px;
    display: none;
}

.message_error {
    color: #C00;
    background-color: #FFD1D1;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.p_file2 span {
    font-weight: bold;
    margin-top: 20px !important;
    margin-bottom: 20px!important;
}

.transit {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.jslider div.jslider-value {
  background: transparent;
}

.modal-body-gray {
  background-color: #f5f5f5;
  padding: 10px 20px 20px 20px;
}



.modal-line {
  color: #666;
  font-size: 13px;
}

#modal-save-route .modal-dialog .modal-content {
  width: 343px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    //pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    //pointer-events:none;
    margin: auto;
}

.modal-content {
  margin: auto;
}

.graph_open {
  padding-right: 0px;
}

.plan-tools {
  width: 20px;
  height: 20px;
}

.img20 {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.shadowed {
  -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

/*
.ccvc:hover {
    background-color: #999;
}
*/

/**影片播放頁使用**/
.video_content .like {
	color: #666;
	height: 25px;
	min-width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;
	background-image: url(../images/btn_like_normal.svg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}


.video_content .like:hover {
	color: #F60;
	display: block;
	background-image: url(../images/btn_like_press.svg);
}



.video_content .like_on {
	color: #F60;
	height: 25px;
	min-width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;
	background-image:
	url(../images/btn_like_press.svg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}


.video_content .like_on:hover {
	color: #F60;
	display: block;
	background-image: url(../images/btn_like_press.svg);
}

.video_content .share {
	color: #666;
	height: 25px;
	min-width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;

}

.video_content .share a {
	color: #666;
	text-decoration: none;
	display: block;
	background-image: url(../images/btn_share_normal.svg);
}

.video_content .share a:hover {
	color: #F60;
	display: block;
	background-image: url(../images/btn_share_press.svg);
}

.video_content .share_on a {
	color: #666;
	text-decoration: none;
	display: block;
	background-image: url(../images/btn_share_press.svg);
}

.video_content .sharebtn .s_result {
	float: right;
	margin-top: 20px;
	color: #666;

}

.video_content .sharebtn .share .dropdown .dropdown-toggle {

	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}

.video_detail_main_video {
    background-color: black;
}


.graph {
  height: 180px;
  width: 100%;
  background-color: #fff;
  opacity: .9;
}

.graph_Reset {
  width: auto;
  position: relative;
}

/*
.graph_Reset:hover {
  background-color: #FF6600;
}
*/

.label-for-switch {
    line-height: 30px;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    display: inline;
}

.mypoi-wrap {
  margin-top: 50px;
}



.xplova_elevation_chart {
  width: 100%;
  height: 100%;
}

#div_block_elevation {
  position: absolute;
  background-color: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

.smartsign-menu-icons {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.f_into {
  border: 2px dashed #bbb;
  cursor: pointer;
}

.dragover {
  border: 2px dashed #ddd;
}

/**舊版關於我使用*/
.txt_03 {
    color: #F60;
}

ul.dropdown-menu li {
  width: 100%;
}

.progress-bar {
  max-height: 20px ;
}

.smartsign-diag-wrap {
  width: 320px;
  height: 100%;
  overflow:hidden;
  border: 0px;
}

.smartsign-diag-table {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.smartsign-diag-name {
  word-wrap: break-word;
}

#latlng-control hr {
  border: 1px solid #DDD;
  margin-top: 3px;
  margin-bottom: 3px;
}

#ctrl_turn_div {
  width: 100%;
}

.slddsa {
  left: 310px;
}


.slddsa .form-group {
  margin-bottom: 0px;
}

.search_btn_black {
  top: -2px;
}


.map_plan_content .c_content {

}

.streetView {
  height: 200px;
  background-color: #000;
}

.control_list {
  overflow-y: auto;
}

#ctrl_turn_div {
  overflow-y: auto;
  /*height: 560px; */
  height: 100%;
}

#ctrl_turn_div.StreetViewOn {
  /*height : 360px;*/
  height: calc(100% - 200px);
}

.planpoints_address {
    font-size: 10px;
    color: #fff;
    display: block;
}

.c_content table {
  color: #fff;
  font-size: 13px;
}

.c_content tr {
  height: 40px;
}

.c_content_tables tr:hover {
  background-color: #FFD788;
  cursor: pointer;
}

/*
.c_content table#ctrl_turn_table tr:hover {
  background-color: #FFCC66;
  cursor: pointer;
}
*/

.c_content table#ctrl_turn_table tr td {
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 2px;
}

.c_content table#PlanPoints tr td {
  vertical-align: middle;
  padding-bottom: 10px;
}

.c_content table tr td:first-child {
  padding-left: 7px;
  padding-right: 7px;
}

.c_content table tr td:last-child {
  padding-left: 7px;
  padding-right: 7px;
}

.c_content table#table_marks tr td {
  vertical-align: middle;
}

.c_content table#table_marks tr td:first-child {
  width: 30px;
}

.c_content table#table_marks tr td:last-child {
  width: 30px;
}

.c_content table#ctrl_turn_table  {
  font-size: 10px;
}

.c_content {
  height: calc(100% - 43px);
  overflow: auto;
}

.img-turnpoint {
  width: 32px;
  height: 32px;
}

.subline {
  color: #C3C3C3;
}

.c_content td.internal {
  padding-right: 7px;
}

.c_content tr {
  border-bottom: 1px solid #7f7f7f;
}

.c_content .c_content_innerwrap {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.c_content .c_content_innerwrap tr {
  cursor: pointer;
}



.container_full_screen {

}

/*
.turnlist-icon-cell {
  vertical-align: top;
}
*/



body.fully-background {
  /*display: none; */
  opacity: 1;
}


.fully-background .container {
  padding-top: 60px;
  /*height: calc(100% - 175px);*/
  height: 100%;
  background: url(../images/bg_img/bg001.jpg) no-repeat center center fixed;

}

.fully_bg2 .container {
	background: url(../images/bg_img/bg002.jpg) no-repeat center center fixed;
}

.fully-background .container_full_screen {
  min-height: 550px;
  height: initial;

}

.fully-background .container {


  height: 100%;
  width: 100%;
  min-height: 650px;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fully-background .win_c01 {
  margin-top: 0px;
  margin-bottom: 70px;
}

.top_control_d .search_black {
  padding-left: 4px;
}

.map-fit-button {
    /* box-shadow: 2px 2px; */
  background-image: url('../images/fit-button.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -4px -5px;
  background-size: 35px;
  margin-bottom: 2px;
}

.map-fit-button:hover {
  background-position: -4px -40px;
}

.map-button {
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  /* box-shadow: 2px 2px; */
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;

}

.map-button {
  color: #666;
}

.map-button:hover {
  color: #333;
}

#get-location-button {
  margin-bottom: 10px;
}

#map-fulls-button {
 margin-bottom: 2px;
}

#map-fit-button {
  margin-bottom: 10px;
}

.map-button.disabled {
  color: #999;
}

.map-button.disabled:hover {
  color: #999;
}

@media screen and (max-height: 600px) {
  .map_plan_content{
    min-height: calc(100% - 50px);
    width: 100%;
  }

  .fullscreen .edit_area .map_plan_content {
    min-height: initial;
    height: calc(100% - 50px);
  }

  .window_route {
    height: calc(100% - 140px);
  }
}

@media screen and (max-height: 768px) {
  .map_plan_content{
    height: calc(100% - 50px);
    width: 100%;
  }

  .window_route {
    height: calc(100% - 140px);
  }
}

@media screen and (min-height: 769px) {
  .map_plan_content{
    height: calc(100% - 50px);
    width: 100%;
  }

  .window_route {
    height: 603px;
  }
}

.fullscreen .edit_area .map_plan_content {
  min-height: initial;
  height: calc(100% - 50px);
}

.fullscreen .edit_area {
  height: 100%;
  width: 100%;
}

.fullscreen .ui-dialog {
  z-index: 2222222222 !important ;
}

.route-plan .ui-dialog {
  z-index: 2222222222 !important ;
}

.fullscreen .map-control_graph {
  display: none !important;
}

.fullscreen .graph_open {
  display: none;
}

.fullscreen .control_btn {
  display: none;
}

.fullscreen .window_route {
  display: none;
}

.window_route.invisible {
  visibility: hidden;
  opacity: 0;
}

.window_route {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
#insertTracks {
  width: 100%;
}

/*
hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
*/

.En_11_black {
  font-size: 12px;
}

#divSmartSignPanel {
  height: 30px;
  cursor: pointer;
  top: 0;
}

#imgSmartsignPanelLeft {
  width: 20px;
  height: 20px;
  top: 2px;
  left:  2px;
}

#imgSmartSignPanelRight {
  width: 20px;
  height: 20px;
  top: 2px;
  right:  2px;
}

.float-com {
  position: absolute;
  overflow: hidden;
  z-index: 100;
}

.smartsignPanelArrows {
  color: #999;
  opacity: .9;
}
.smartsignPanelArrows.active {
  color: #e15b31;
}

.smartsignPanelArrows.active:hover {
  opacity: 1;
  width: 30px;
  height: 30px;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}


@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
    50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.marker {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 130px;
  left: 200px;
  display: block;
}
.pin {
  width: 16px;
  height: 16px;
  position: relative;
  top: 7px;
  left: 1px;
  background: rgba(229, 55, 52, 1);
  border: 2px solid #FFF;
  border-radius: 50%;
  z-index: 1000;
}
.pin-effect {
  width: 60px;
  height: 60px;
  position: absolute;
  margin: -19px 0px 0px -21px;
  top: 4px;
  display: block;
  background: rgba(229, 55, 52, 0.4);
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2.5s ease-out infinite;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.w_open .c_tab li {
  border-bottom-color: #333;
}

.w_open .c_tab li.on {
  border-bottom-color: #F60;
}


.fullyloaded .map-control_graph {
  opacity: 1;
}


.reveal {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

#main-slider.carousel {
  position: initial;
}

.width50 {
  width: 44%;
}
#Fullscreen.fullscreen{
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	background-color: #EDEDED;

 }


/*#Fullscreen:-webkit-full-screen { min-width: 100%;   min-height: 100%; }
 .ui-dialog {
  position: absolute !important;
  z-index: 2222222222 !important ;

}
 .ui-widget-overlay{
  z-index: 0 !important ;
 }*/

.container_full {
  background-color: #fff;
}

.map_02 .BOXS tr {
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
}

.c_content_tables {
  width: 100%;
  border: 0;
}

.boxs_inner_wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.BOXS {
  height: calc(100% - 61px);
}

.graph_inner_table {
  width: 100%;
  border: 0;
}

.format_table {
  width: 100%;
  border: 0;
}

.route_list .route_item ul .map_a img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: -50%;
  right: -50%;
}

.route-form {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}

.route-form em {
  font-style: normal;
  color: #C00;
}


.wallop-item-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.people object {
    /* width: 50px;
    display: inline-block;*/
    overflow: hidden;
    vertical-align: middle;
}

.people object a {
  white-space: nowrap;
}

.edit_area {
  height: calc(100% - 68px);
}

.map_route .control_btn span i, .map_route .control_btn span img {
  color: #fff;
  opacity: 0.8;
}

.map_route .control_btn span:hover i, .map_route .control_btn span:hover img {
  opacity: 1;
}

.map_route .control_btn span.on  i, .map_route .control_btn span.on  img {
  opacity: 1;
}

.top_control_d .ccvc i {
  color: #f60;
  opacity: 0.8;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.top_control_d .ccvc i.disabled {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.top_control_d .ccvc:hover i {
  opacity: 1;
}

.top_control_d .ccvc:hover i.disabled {
  opacity: 0.8;
}

table.c_content_tables i {
    opacity: 0.8;
}

table.c_content_tables i:hover {
    opacity: 1;
}

div.graph_Reset div.btn_text {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
  padding-right: 5px;
}

div.graph_Reset i {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-left: 5px;
}

div.graph_Reset {
    display: table;
}

div.graph_Reset .btn_text, div.graph_Reset i {
  opacity: 0.8;
}

div.graph_Reset:hover .btn_text, div.graph_Reset:hover i {
  opacity: 1;
}

div.graph_Reset.required {
  color: #F60;
}


.img16 {
  width: 16px;
  height: 16px;
}

.img12 {
  width: 12px;
  height: 12px;
}

#div_paging.pagination.digg {
  width: 100%;
}

.landmark {
  overflow: hidden;
  min-width: 337px;
  min-height: 271px;
}

.bgGray {
  background-color: #f2f2f2;
}


.w3c-ajax-loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #e15b31; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#list.win_menu div.pagination.digg li.li_page_class {
  display:none;
}

#list.win_menu div.pagination.digg li.li_page_class.current {
  display:inline;
}

.menuda li a.on:hover {
    color: #fff;
    background-color: #f90;
}



.c_tab .equal3 {
  vertical-align: middle;
  display: table-cell;
  padding: 0px;
  float: none;
  height: 43px;
  overflow: hidden;
}

.map-control .control_memu ul {
  display: block;
}

.map-control .control_memu ul li {
    background-color: #FFF;
    display: table-cell;
    height: 43px;
    padding: 0px;
    overflow: hidden;
    vertical-align: middle;
    float: none;
    word-break: break-word;
}

.graph_open img {
  margin: 4px;
}

.graph_open {
  line-height: 27px;
  width: initial;
  min-width: 115px;
  left: 16px !important;
  bottom: 20px !important;
}

/* for comment */
.in-com {
  width: 100%;
}
.profile_content .in-com {
  width: 100%;
}

/**
.modal-content .modal-body {
  padding: 0px;
}
**/
.btn-click {
	color: #333;
	background-color: #d4d4d4;
	border: 2px solid #7cb0d9;
	border-radius: 3px;
}

.inside_img_css {
	height: 324px;
	width: 826px;
	position: relative;
}

.preview_img_css {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.indent {
  text-indent: 20px;
}

.smartSignInfo {
  color: #8E8E8E;
  font-size: 10px;
  width: 142px;
}


.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}


.upload_route_memo {
	float:right;
	background-color:#FFFFFF;
	margin-right:100px;
	margin-top:30px;
	border-style:solid;
	border-width:2px;
	border-color: #5585BE;
}


.smartSignDet {
  transform: rotate(-90deg);
  transform-origin: left;
  white-space: nowrap;
  position: absolute;
  z-index: 999;
  top: -12px;padding: 2px;
  border-radius: 15px;
  background-color: rgba(255, 250, 250, 0.9);
}


/** 路線詳細頁的分享地圖頁使用 **/
@media only screen and (max-width: 500px){
    .route_map_hide {
      display : none;
    }

    div.control_rsize {
      width: calc(100% - 70px);
    }

    #control_btn_route {
      display: none;
    }
}

@media only screen and (max-width: 299px) and (max-height: 299px){
    .route_title_hide {
        display : none;
    }

	body {
		margin-top: -20px;
	}
}

@media screen and (max-width: 700px) {
   h1 {
      font-size: 1.2em;
   }

   .text20 {
		font-size: 15px;
	}

	.material-icons.dif-stars {
		font-size: 11px;
	}
}

.profile_date_select {
	color: #000;
    display: block;
    width: 100px;
    height: 24px;
    padding: 0px 7px 2px 7px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #fff;   
    border-radius: 5px;
    margin-right: 8px;

}

.creator_url {
	color: #497D71;
	cursor: pointer;
  font-weight: normal;
}

.delete_hover:hover{
	color: #666666;
}

.highlightSmartSign.on {
  background-color: #FFD788;
}

.smartSignGraph.on {
  background-color: #FFD788; 
}

.highLightMidPoint.on {
  background-color: #FFD788; 
}

.highLightTurnList.on {
 background-color: #FFD788; 
}

.video_comment_img_css {
	height: 324px;
	width: 100%;
	position: relative;
	border: 1px dashed #999;
    text-align: center;
	margin-top: 55px;
}

.video_comment_close{
	float:right; 
	margin-right:10px;
}

.upload_info {
  background-color: #FFFFFF;
  margin-right: 2px;
  height: 180px;
  width: 547px;
  border: 1px dashed #999;
  padding: 10px;
  float: right;
}

.font_size19{
	font-size: 19px;
}

a.media_links {
  color: blue;
}

a.media_links:hover {
  color: blue;
}

a.media_links:visited {
  color: blue;
}

a.media_links:focus {
  color: blue;
}

.header_chrome_tip {
  padding: 10px;
  position: relative;
  background-color:#99D9EA;
  text-align: center;
}

.header_chrome_tip_p {
  color:#0000FF;
  font-size: 14px;
  word-break: break-word;
}

.header_chrome_tip_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 36px;
  padding: 10px !important ;
}

/*route map*/
.control_btn_route {
	background-color: #666;
	position: absolute;
	margin: 16px 10px 0px 0px;
	padding: 0px;
	z-index: 500;
	 
}
.control_btn_route .c_icon{
	cursor: pointer;
	padding: 4px;
	margin: 0px;
	float: left;
	height: 28px;
	width: 28px;
	background-color: transparent;
	 
}
.control_btn_route .c_icon.on{
	background-color: #F60;
}

.control_btn_route span i, .control_btn_route span img {
  color: #fff;
  opacity: 0.8;
}
	
.gm-fullscreen-control {
	  color: #fff;
}

.control_btn_route span:hover i, .control_btn_route span:hover img {
  opacity: 1;
}

.control_btn_route span.on  i, .control_btn_route span.on  img {
  opacity: 1;
}

@media only screen and (min-width: 501px){
  div.control_rsize {
    width: calc(100% - 330px)
  }
}

/* for comment 
#comment_list > li > img {
    padding-left: 52px;
}
*/

button.ui-dialog-button-active {
  color: #fff;
  background-color: #e15b31;
}

button.ui-dialog-button-active:hover {
  background-color: #F90;
}

.load-more-button {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.load-more-button.on .fa {
  opacity: 1;
}

.load-more-button .fa {
  opacity: 0;
  margin-left: 3px;
  margin-right: -18px;
}

#wn2 {
  margin: 0px;
  padding: 0px;
  width:100%;
  //margin-top: 20px;
  margin-bottom: 20px;
  height: 600px;
}


#div_main_page .map_02 {
  height: calc(100% - 130px);
}

#div_main_page #wn2 {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
}

ul#search_friend_ul li input[type=checkbox] {
    margin-left: 20px;
}

/** 影片播放頁，私人影片時使用 **/
.non_video_background {
	width:740px; 
	height: 555px; 
	background-color: #000;
	text-align: center;
    vertical-align: middle;
	display: table-cell;
}

.non_video_block {
	display: table;	  
	margin: 0 auto; 
	width: 640px;
	height: 450px; 
	background-color: #999;
	text-align: center;
  vertical-align: middle;	
}

.non-video-desc {
	display: table-cell;
  text-align: center;
  vertical-align: middle;
	font-size: 250%;
}

label.mapSource {
  color: #333;
  font-weight: normal;
  background-color: rgba(255,255,255,.4);
  margin : 0px 2px;
}

label.mapSource a {
  color: #666;
  text-decoration: none;
}

label.mapSource a:hover {
  text-decoration: underline;
}

.modal-body li{
	display: block;
}

.x5-video {
	max-width: 1280px;
	width: 100%;
	height: 576px;
}

.faq_link {
	color: #1186ec !important;	
}

@media only screen and (max-width: 599px) {
	.navbar-brand a img{
		width: 180px;
		height: auto;
	}
}


/** rwd for 5 column */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/** rwd for 5 column end */