@import url("reset.css");

/* jQuery enabled behavior for mobile */
.touch .container.no-hover .details {
	display: none !important;
}

*{
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}


body{
	background-color:#FFF;
	font-family:Verdana, "微軟正黑體", sans-serif;
	font-size:13px;
	}

header{
	width: 100%;
	height: auto;
}

/*-----------------------desktop header-------------------------*/
.desktop_header{
	display: block;
}

.phone_header{
	display: none;
}



header .first_area{
	width: 1080px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}

header .first_area .logo{
	width:225px;
	height: 80px;
	float: left;
}

header .first_area .logo img{
	vertical-align:middle;
}

header .first_area .top_nav{
	width: 600px;
	float: right;
}

header .first_area .top_nav ul{
	width: 100%;
	height: 90px;
	list-style: none;
	overflow: hidden;
}

header .first_area .top_nav ul li{
	width: 20%;
	float: left;
	position: relative;
}

header .first_area .top_nav ul li a{
	width: 100%;
	font-size: 16px;
	color: #0370df;
	text-decoration: none;
	line-height: 90px;
	padding-left: 16px;
}

header .first_area .top_nav ul li a:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	color:#f00;
	border-style:solid;
	border-width:6px 0 6px 6px;
	border-color: transparent transparent transparent #0370df;
	margin-top:40px;
}

header .first_area .top_nav ul li a:hover{
	color: #f59001;
}

header .first_area .top_nav ul li a:hover:before{
	border-color: transparent transparent transparent #f59001;
}

header .second_area{
	clear: both;
	width: 100%;
	height: 70px;
	background-color: #1183d8;
	font-weight: 800;
}

header .second_area ul{
	width: 1080px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}

header .second_area ul li{
	width: 11%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	float: left;
	border-bottom:none;
}

header .second_area ul li span{
    display: block;
	font-size: 16px;
	width: 100%;
	height: 70px;
	color: #fff;
	text-decoration: none;
	background-color:#F63;
}

header .second_area ul li a{
	display: block;
	font-size: 16px;
	width: 100%;
	height: 70px;
	color: #fff;
	text-decoration: none;
	background-color: #1183d8;
}

header .second_area ul li a:hover{
	height: 70px;
	background-color: #0e83fc;
	border-bottom:5px solid #b1ddfc;
}

header .third_area{
	clear: both;
	width: 100%;
	background-color: #f1efef;
}

header .third_area .third_area_info{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;

}

header .third_area .departure, .location, .times, .search{
	float: left;
	padding:20px 0 20px 10px;
}

header .third_area input{
	border:none;
	background-color: #fff;
	padding: 10px;
	color: #6d6d6d;
	font-size: 14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
}

header .third_area .departure input{
	width:70px;
}
/*
header .third_area .departure div{
    padding: 10px;
	background-color: #fff;
	width:110px;
}
*/

header .third_area .departure select {
	        padding: 10px;
	        width:100px;
            text-align: center;
            height: 38px;
            overflow: hidden;
            border: none;
			outline:none;
            background:  #fff;
        }
header .third_area .departure option{
            width: 10px;
            height: 38px;
            font-size: 14px;
            display: inline-block;
			border: none;
            padding-top: 10px;
        }
/*
header .third_area .departure{
	display: inline-block;
	width:150px;

	border:none;
	background-color: #fff;
	padding: 10px;
	color: #6d6d6d;
	font-size: 14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
}
*/

header .third_area .departure input:nth-child(2){
	width:60px;
	color: #052648;
}

header .third_area .location input{
	width:120px;
}

header .third_area .location input:nth-child(2){
	color: #052648;
}

header .third_area .times div{
	display: inline;
	padding: 12px;
	background-color: #fff;
	width:200px;
}

header .third_area .times input:nth-child(1){
	width:110px;
}

header .third_area .times input:nth-child(2){
	width:110px;
	color: #052648;
}

header .third_area .search input{
	display: block;
	width: 200px;
	height: 36px;
	font-size: 18px;
	background-color:#f39004;
	color: #fff;
	border-radius:18px;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	margin-left:5px;
}

header .third_area .search  input:hover{
	background-color:#e68804;
}


/*-----------------------------phone------------------------------*/
#phone_main_nav{
	display: none;
	width: 40%;
	height: 100%;
	background-color: #0565c7;
	border-right:1px solid #448cd5;
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 40px;
}


.contant_index_02{
	display: none;
}

.index_02_none{
	display: block;
}


/*------------------------------------------------------------*/
.wrapper{
	clear: both;
	width: 1080px;
	margin: 0 auto;
}

/*----------------------country---------------------*/

.wrapper .country{
	display: block;
	width: 1080px;
	overflow: hidden;
	margin:20px 0;
}

.wrapper .country h2{
	width: 20%;
	height: 60px;
	color: #fff;
	background-color: #00aeff;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	float: left;
	border-radius: 30px 0 0 30px;
}

.wrapper .country ul{
	width: 80%;
	float: right;
}

.wrapper .country ul li{
	width: 16.6%;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}



.wrapper .country ul li a{
	display: block;
	color: #333;
	text-decoration: none;
	background-color: #e7f2f6;
	box-sizing:border-box;
	border:1px double white;
	border-radius:0px;
	margin-top:-2px;
	line-height:60px;

}

.wrapper .country ul li a:hover{
	color: #fff;
	background-color: #f4930b;
}



/*-----------------------------slider----------------------------*/

.wrapper .slider{
	width: 100%;
	height: 359px;
	overflow: hidden;
	position: relative;
	clear: both;
}

.wrapper .slider .main_nav{
	width: 224px;
	float: left;
}

.wrapper .slider .main_nav ul{
	list-style: none;
}

.wrapper .slider .main_nav ul li{
	width: 100%;
	height:60px;
	font-size: 18px;
	color: #052648;
	background-color:#e6f3fc ;
	border-bottom:2px solid #FFF;
	text-indent: 20px;
	line-height: 40px;
	border-left: none;
	background-image: url('images/desktop/arrow.png');
	background-repeat:no-repeat;
	background-position:188px 22px;
	cursor: pointer;
}

.wrapper .slider .main_nav ul li:last-child{
	border-bottom:none;
}

.wrapper .slider .main_nav ul li:nth-child(1),
.wrapper .slider .main_nav ul li:nth-child(2){
	line-height: 59px;
}

.wrapper .slider .main_nav ul li:nth-child(3),
.wrapper .slider .main_nav ul li:nth-child(4),
.wrapper .slider .main_nav ul li:nth-child(5),
.wrapper .slider .main_nav ul li:nth-child(6){
	line-height: 55px;
}

.wrapper .slider .main_nav ul li span{
	display: block;
	font-size: 14px;
	line-height: 0;
}

.wrapper .slider .main_nav ul li:hover{
	text-indent: 15px;
	border-left: 5px solid #0370df;
	background-color: #fff;
	background-position:183px 22px;
}

.wrapper .slider .main_nav ul li:hover > .select_manu{
	display: block;
	height:359px;
	transition: all 0.1s 1s;
	opacity: 1;
}

.wrapper .slider .main_nav .select_manu{
	display: none;
	position: absolute;
	width: 100%;
	height:359px;
	top:0;
	left:224px;
	background-color: #fff;
	padding:16px;
	opacity: 1;
}

.wrapper .slider .main_nav .select_manu h3{
	font-size: 20px;
	color: #0370df;
	height: 40px;
	line-height: 40px;
	text-indent: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfe6fd;
}


.wrapper .slider .main_nav .select_manu ul{
	overflow: hidden;
}

.wrapper .slider .main_nav .select_manu ul li{
	width: 140px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border:0;
	text-indent: 0;
	text-align: center;padding-top: 5px;
	float: left;
}
.wrapper .slider .main_nav .select_manu ul li a{
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
	color:#052648 ;
	font-size: 16px;
}

.wrapper .slider .main_nav .select_manu ul li a:hover{
	background-color: #cfe6fd;
}

.wrapper .slider .main_nav .select_manu .maun_ads{
	width: 100%;
	padding: 12px 0 0 0;
	overflow: hidden;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2{
	width: 184px;
	padding:0 0px 0 0;
	margin-right:28px;
	text-indent: 0;
	float: left;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2 img{
	padding: 0;
	border: 0;
	margin-bottom:10px;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2 p{
	font-size: 13px;
	text-indent: 0;
	color: #000;
	text-align: left;
	line-height: 1.5;
	margin-top: -10px;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2 a{
	text-decoration: none;
	opacity: 1;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2 a:hover{
	opacity: 0.8;
}


.wrapper .slider .main_nav li:nth-child(1) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(2) .select_manu .maun_ads h2 p{
	/* margin-top: -20px; */
}

.wrapper .slider .main_nav li:nth-child(3) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(4) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(5) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(6) .select_manu .maun_ads h2 p{
	margin-top: -10px;
}

.wrapper .slider .banner{
	width: 856px;
	float: right;
}


/*-----------------------------slider_02----------------------------*/

.wrapper .slider .main_nav_list{
	width:220px;
	height: 100%;
	float: left;
}

.wrapper .slider .main_nav_list ul{
	width: 100%;
	height: 100%;
	list-style: none;
}

.wrapper .slider .main_nav_list ul li{
	width: 100%;
	height: 10%;
	line-height: 35px;
	font-size: 17px;
	padding-left: 4px;
	border-left:4px solid #FFF;
	background-color: #FFF;
}

.wrapper .slider .main_nav_list ul li:hover{
	border-left:4px solid #0370df;
	background-color: #e1f3fa;
}

.wrapper .slider .main_nav_list ul li a{
	padding-left: 20px;
	text-decoration: none;
	color: #353850;
}

.wrapper .slider .main_slider_show{
	width: 859px;
	height: 359px;
	padding-bottom: 0;
	float: right;
	position: relative;
}

.wrapper .slider .main_slider_show ul{
	position: absolute;
	width: 100%;
	height: 50px;
	list-style: none;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 999;
	background:#3f3f3f;

}


.wrapper .slider .main_slider_show ul li{
	display: block;
	width: 20%;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 16px;
	text-align: center;
	background-color:#e9f8ff;
	padding-top: 0px;
}

.wrapper .slider .main_slider_show ul li:hover, .hoverli {
	background-color:rgba(246,144,0,0.95);
}

.wrapper .slider .main_slider_show ul li a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #084787;
	text-decoration: none;
	border-right:1px solid #fff;
}

.wrapper .slider .main_slider_show ul li:last-child a{
	border-right:none;
}

.wrapper .slider .main_slider_show ul li a:hover, .hovera {
	color: #fff;
}

.wrapper .slider .main_slider_show .slider_show_img{
	width: 100%;
}

.wrapper .slider .main_slider_show img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.wrapper .slider .main_slider_show img#PP1{
	display: block;

}

/*----------------------------contant----------------------------*/

.wrapper .contant{
	clear: both;
	padding: 50px 0;
}

.wrapper .contant h4{
	display: block;
	width: 100%;
	height: 48px;
	background-color: #fff;
	border-bottom: 4px solid #00aeff;
	margin-bottom:25px ;
}

.wrapper .contant h4 span{
	display: block;
	width:140px;
	padding: 10px 0px 10px 0;
	color: #fff;
	font-size: 26px;
	text-align: center;
	background-color: #00aeff;
}

/*---------------------------人氣特賣-----------------------------*/
.wrapper .contant .hot_sale .hot_ads{
	width: 100%;
	overflow: hidden;
}


/*-----------------------------left-----------------------------------*/
.wrapper .contant .hot_sale .hot_ads .left{
	width: 30%;
	float: left;
	position: relative;
	padding-bottom: 0px;
	border-bottom: none;
	opacity: 1;
}

.wrapper .contant .hot_sale .hot_ads .left:hover{
	opacity: 0.8;
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_ef{
	padding-left: 9px;
	padding-top: 9px;
}

.wrapper .contant .hot_sale .hot_ads .left h6{
	padding: 0px 18px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: rgba(5, 38, 72, 0.9);
	border-radius: 0  17px 17px 0;
	position: absolute;
}

.wrapper .contant .hot_sale .hot_ads .left h3{
	font-size: 18px;
	color: #000;
	padding: 6px 0 3px 0;
}

.wrapper .contant .hot_sale .hot_ads .left h3 a{
	color: #000;
	text-decoration: none;
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_wf{
	overflow: hidden;
	padding:3px;
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_wf p{
	color: #0e294c;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	float: left;
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_wf p a{
	text-decoration: none;
	color: #0e294c;

}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_wf h5{
	color: #ff9000;
	font-size: 22px;
	float: right;
}
/*-----------------------------mid-----------------------------------*/
.wrapper .contant .hot_sale .hot_ads .mid{
	width: 34%;
	float: left;
	padding-left: 9px;
	padding-top: 9px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads{
	overflow: hidden;
	clear: both;
	position: relative;
	opacity: 1;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads:hover{
	opacity: 0.8;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads:nth-child(1){
	padding-bottom: 9px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads:nth-child(2){
	padding-bottom: 0px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .left{
	width: 47%;
	float: left;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right{
	width: 50%;
	float: right;
	padding-left: 0px;
	padding-top: 0;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right h3{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	padding-bottom: 10px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right h3 a{
	color:#000;
	text-decoration: none;
	opacity: 1;
}


.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right article{
	font-size: 13px;
	color: #0e294c;
	line-height: 1.2;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right article a{
	text-decoration: none;
	color: #0e294c;
	opacity: 1;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads h5{
	color: #ff9000;
	font-size: 22px;
	text-align: right;
	padding-top: 10px;
	position: absolute;
	bottom: 4px;
	right: 0;
}
/*-----------------------------right-----------------------------------*/
.wrapper .contant .hot_sale .hot_ads .right{
	width: 34%;
	float: left;
	padding-left: 9px;
	padding-top: 9px;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads{
	overflow: hidden;
	clear: both;
	position: relative;
	opacity: 1;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads:hover{
	opacity: 0.8;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .left{
	width: 47%;
	float: left;
}
.wrapper .contant .hot_sale .hot_ads .right .right_ads .right{
	width: 50%;
	float: right;
	padding-left: 0px;
	padding-top: 0;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .right article{
	font-size: 13px;
	color: #0e294c;
	line-height: 1.5;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .right article a{
	text-decoration: none;
	color: #0e294c;
	opacity: 1;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads h5{
	font-size:22px;
	color: #ff9000;
	text-align: right;
	padding-top: 0px;
	position: absolute;
	bottom: 0px;
	right: 0;
}

.wrapper .contant .hot_sale .hot_ads .right ul{
	width: 100%;
	list-style: none;
	padding:16px 5px 5px 5px;
}

.wrapper .contant .hot_sale .hot_ads .right ul li{
	width: 100%;
	padding: 5px 0;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}

.wrapper .contant .hot_sale .hot_ads .right ul li a{
	color:#000;
	text-decoration: none;
}

.wrapper .contant .hot_sale .hot_ads .right ul li a:hover{
	color:#666666;
}

.wrapper .contant .hot_sale .hot_ads .right ul li span{
	width: 20%;
	padding: 5px 3px;
	margin-right:3px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-color:#fe80c0;
}

.wrapper .contant .hot_sale .hot_ads .right ul li h6{
	color: #ff9000;
	padding-left: 3px;
	font-size: 14px;
	float: right;
	position: absolute;
	right: 0px;
	top: 5px;
}

/*-------------------------魅力南洋----------------------------*/

.wrapper .contant .south_asia {
	padding: 40px 0 0 0;
	clear: both;
	overflow: hidden;
}

.wrapper .contant .south_asia .south{
	width: 32%;
	margin-right: 2%;
	float: left;
	opacity: 1;
}

.wrapper .contant .south_asia .south:hover{
	opacity: 0.8;
}

.wrapper .contant .south_asia .south a{
	color:#0e294c;
	text-decoration: none;
}

.wrapper .contant .south_asia .south:last-child{
	margin-right: 0%;
}

.wrapper .contant .south_asia .south .word{
	width: 47%;
	padding-top: 14px;
	float: right;
}

.wrapper .contant .south_asia .south .word h3{
	font-size: 16px;
	padding-bottom: 14px;
}

.wrapper .contant .south_asia .south .word article{
	color:#0e294c;
	line-height: 1.4;
}

/*-------------------------特別企劃----------------------------*/

.wrapper .contant .special{
	padding: 40px 0 0 0;
	clear: both;
	overflow: hidden;
}

.wrapper .contant .special .sp_area{
	width: 350px;
	float: left;
	margin-right:15px;
}

.wrapper .contant .special .sp_area:last-child{
	margin-right:0;
}

.wrapper .contant .special .sp_area .left{
	position: relative;
	opacity: 1;
}

.wrapper .contant .special .sp_area .left:hover{
	opacity: 0.9;
}

.wrapper .contant .special .sp_area .left .sp_ads{
	width: 100%;
	border-top: 1px solid #fff;
	padding: 16px 2%;
	background-color: rgba(5, 38, 72, 0.8);
	position: absolute;
	bottom: 0;
}

.wrapper .contant .special .sp_area .left .sp_ads h3{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	padding-bottom: 6px;
}

.wrapper .contant .special .sp_area .left .sp_ads h6{
	display: inline-block;
	font-size: 22px;
	color: #ffc000;
	padding-bottom: 6px;
}

.wrapper .contant .special .sp_area .left .sp_ads p{
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}


.wrapper .contant .special .sp_area .other .sp_ads_banner{
	overflow: hidden;
}

.wrapper .contant .special .sp_area:nth-child(3) .other .sp_ads_banner{
	padding-top: 6px;
}

.wrapper .contant .special .sp_area:nth-child(4) .other .sp_ads_banner{
	padding-bottom: 6px;
}


.wrapper .contant .special .sp_area .other .sp_ads_banner .left{
	float: left;
	width: 172px;
	height: 86px;
}

.wrapper .contant .special .sp_area .other .sp_ads_banner .right{
	float: right;
	width: 168px;
}

.wrapper .contant .special .sp_area .other .sp_ads_banner .right h6{
	font-size: 16px;
	color: #000;
	padding: 12px 0;
}

.wrapper .contant .special .sp_area .other .sp_ads_banner .right p{
	color: #0e294c;
	line-height: 1.4;
	font-size: 13px;
}

.wrapper .contant h5 a{
	color: #ff9000;
	text-decoration: none;
}

.wrapper .contant .special .sp_area .other a{
	opacity: 1;
}

.wrapper .contant .special .sp_area .other a:hover{
	opacity: 0.9;
}

/*--------------------------------------------phone style-----------------------------------------------*/


@media screen and (max-width: 736px) {

*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}

body{
	background-color:#FFF;
	font-family:Verdana, "微軟正黑體", sans-serif;
	font-size:13px;
	}

header{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 9998;
}

/*-----------------------mobile header-------------------------*/

.desktop_header{
	display: none;
}

.phone_header{
	display: block;
}


header .nav_home{
	width: 100%;
	height:40px;
	background-color: #0565c7;
	border-bottom: 1px solid #448cd5;
	position: relative;
	z-index: 9998;
}

header .nav_home h4{
	width: 60px;
	height: 30px;
	position: absolute;
	cursor: pointer;
}

header .nav_home h4 img{
	width: 100%;
	height:100%;
}

header .nav_home h4:first-child{
	top: 5px;
	left: 20px;
}

header .nav_home h4:last-child{
	top: 5px;
	right: 20px;
}

header .nav_home h3{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 20px;
}

header .search_bar{
	width: 100%;
	height: 64px;
	background-color: #0565c7;
	position: relative;
}

header .search_bar .search{
	width: 90%;
	height: 34px;
	margin: 0 auto;
	position: absolute;
	left: 5%;
	top: -6px;
}

header .search_bar .search input{
	width: 100%;
	height: 30px;
	border-radius: 15px;
	border: none;
	padding:0 10%;
	font-size: 20px;

}

header .search_bar h5{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 17px;
	right:8%;
	z-index: 9997;
}

header .search_bar h5 img{
	width: 100%;
	height: auto;
}
/*------------------------------------------------------------*/

/*-----------------------------phone------------------------------*/
#phone_main_nav{
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #0565c7;
	border-right:1px solid #448cd5;
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 40px;
}

#phone_main_nav h4{
	width: 34px;
	height: 34px;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	border-radius: 17px;
	background-color:#448cd5;
	position: absolute;
	top: 4%;
	right: 8%;
}

#phone_main_nav ul{
	list-style: none;
	padding:10% 15% 10% 15%;
}

#phone_main_nav ul li{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #448cd5;
	font-size: 18px;
	color:#fff;
}

.phone_header #tourType{
	margin: 20px 0;
    padding: 4px 0;
	font-size: 15px;
	font-weight:bold;
}

.phone_header input{
	width:80px;
	height:32px;
}


/*-----------------contant_index_02-----------------*/
.index_02_none{
	display: none;
}

.contant_index_02{
	display: block;
	width: 100%;
	padding-bottom: 40px;

}

.contant_index_02 .index_02_phone_tab{
	width: 100%;
}

.contant_index_02 .index_02_phone_tab ul{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.contant_index_02 .index_02_phone_tab ul li{
	display:block;
	width: 50%;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	position: relative;
	z-index: 9997;
	top: 60%;
}

.contant_index_02 .index_02_phone_tab ul li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #041240;
	text-decoration: none;
}

.contant_index_02 .index_02_phone_tab ul li a.NOWTAB{
	background-color: #eff0f1;
}

.contant_index_02 .tab_box{
	position: relative;
	width: 96%;
	background-color: #eff0f1;
}

.contant_index_02 .tab_box .tab_box_w{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.contant_index_02 .tab_box .tab_box_w .tab_01{
	width: 50%;
	padding:3% 1% ;
	float: left;
}

.contant_index_02 .tab_box .tab_box_w .tab_01 h6{
	width: 100%;
	text-align: center;
	padding: 2%;
	color: #041240;
	font-size: 14px;
	border: none;
}

.contant_index_02 .tab_box .tab_box_w .tab_01 img{
	width: 100%;
	height: auto;
}

#BOX2{
	display: none;
}


/*---------------------------精選特賣-----------------------------*/


.contant_index_02 h4{
	display: block;
	width: 92%;
	margin: 15px auto 0 auto;
	height: 48px;
	background-color: #fff;
	padding: 0;
	border-bottom: 2px solid #00aeff;
	margin-bottom:25px ;
}

.contant_index_02 h4 span{
	display: block;
	width:100%;
	padding: 10px 0px 10px 0;
	color: #00aeff;
	font-size: 24px;
	text-align: center;
	background-color: #FFF;
}

.contant_index_02 .on_sale .on_ads{
	width: 92%;
	margin: 10px auto;
	overflow: hidden;
	position:relative;

}
.word h5{ position:absolute;
bottom:0px;
}

.word h5 a{color: #ff9000;
    font-size: 20px;
	vertical-align:bottom;
	}
.contant_index_02 .on_sale .left{
	width: 44%;
	float: left;
}

.contant_index_02 .on_sale .left img{
	width: 100%;
	height: auto;
}

.contant_index_02 .on_sale .right{
	display: table;
	float: right;
	width: 54%;
}

.contant_index_02 .on_sale .right .word{
	display: table-cell;
	vertical-align: middle;
}


.contant_index_02 .on_sale .right .word h3{
	font-size: 15px;
	line-height: 1.4;
}

.contant_index_02 .on_sale .right .word h3 a{
	text-decoration: none;
	color: #041240;
}



.contant_index_02 .on_sale .right .word p{
	font-size: 13px;
	line-height: 1.5;
	color: #041240;
}



/*---------------------------------------------------------------*/
.wrapper{
	clear: both;
	width: 100%;
}

/*----------------------country---------------------*/

.wrapper .country{
	display: none;
}
/*-----------------------------slider----------------------------*/

.wrapper .slider{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top:104px;
}

.wrapper .slider .main_nav{
	width: 24%;
	float: left;
}

.wrapper .slider .main_nav ul{
	list-style: none;
}

.wrapper .slider .main_nav ul li{
	display: block;
	width: 100%;
	height: 16.6%;
	font-size: 13px;
	color: #052648;
	background-color:#e6f3fc ;
	border-bottom:2px solid #FFF;
	text-indent: 20px;
	line-height: 48px;
	border-left: none;
	background-image: url('images/desktop/arrow.png');
	background-repeat:no-repeat;
	background-position:92% 46%;
}

.wrapper .slider .main_nav ul li:last-child{
	border-bottom:none;
}

.wrapper .slider .main_nav ul li:nth-child(1),
.wrapper .slider .main_nav ul li:nth-child(2),
.wrapper .slider .main_nav ul li:nth-child(3),
.wrapper .slider .main_nav ul li:nth-child(4),
.wrapper .slider .main_nav ul li:nth-child(5),
.wrapper .slider .main_nav ul li:nth-child(6){
	line-height: 48px;
}

.wrapper .slider .main_nav ul li span{
	display: none;
	font-size: 14px;
	line-height: 0;
}

.wrapper .slider .main_nav ul li:hover{
	text-indent: 15px;
	border-left: 5px solid #0370df;
	background-color: #fff;
	background-position:92% 46%;
}

.wrapper .slider .main_nav ul li:hover > .select_manu{
	display: block;
	height:auto;
	transition: all 0.1s 1s;
	opacity: 1;
}

.wrapper .slider .main_nav .select_manu{
	display:none;
	position: absolute;
	width: 76%;
	height:auto;
	top:0;
	left:24%;
	background-color: #fff;
	padding:2% 2%;
	opacity: 1;
}

.wrapper .slider .main_nav .select_manu h3{
	font-size: 17px;
	color: #0370df;
	height: 40px;
	text-indent: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfe6fd;
}

.wrapper .slider .main_nav .select_manu ul{
	overflow: hidden;
}

.wrapper .slider .main_nav .select_manu ul li{
	width: 33.3%;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border:0;
	text-indent: 0;
	text-align: center;
	padding-top: 0px;
	float: left;
}
.wrapper .slider .main_nav .select_manu ul li a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
	color:#052648 ;
	font-size: 14px;
}

.wrapper .slider .main_nav .select_manu ul li a:hover{
	background-color: #cfe6fd;
}

.wrapper .slider .main_nav .select_manu .maun_ads{
	width: 100%;
	padding: 12px 0 0 0;
	overflow: hidden;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2{
	display: block;
	width: 49%;
	padding:0 1% 0 0;
	margin-right:0px;
	text-indent: 0;
	float: left;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2:nth-child(even){
	width: 49%;
	padding: 0 0 0 1%;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2:nth-child(3),
.wrapper .slider .main_nav .select_manu .maun_ads h2:nth-child(4){
	display: none;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2 img{
	padding: 0;
	border: 0;
	width: 100%;
	height: auto;
}

.wrapper .slider .main_nav .select_manu .maun_ads h2 p{
	font-size: 13px;
	color: #000;
	text-indent: 0;
	text-align: left;
	line-height: 1.5;
	margin-top: -10px;
}

.wrapper .slider .main_nav li:nth-child(2) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(3) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(1) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(4) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(5) .select_manu .maun_ads h2 p,
.wrapper .slider .main_nav li:nth-child(6) .select_manu .maun_ads h2 p{
	margin-top: -10px;
}

.wrapper .slider .banner{
	width: 76%;
	float: right;
}

.wrapper .slider .banner img{
	width: 100%;
	height:auto;
}

/*-----------------------------slider_02----------------------------*/

.wrapper .slider .main_nav_list{
	display: none;
	width:220px;
	height: 100%;
	float: left;
}

.wrapper .slider .main_nav_list ul{
	width: 100%;
	height: 100%;
	list-style: none;
}

.wrapper .slider .main_nav_list ul li{
	width: 100%;
	height: 10%;
	line-height: 35px;
	font-size: 17px;
	padding-left: 4px;
	border-left:4px solid #FFF;
	background-color: #FFF;
}

.wrapper .slider .main_nav_list ul li:hover{
	border-left:4px solid #0370df;
	background-color: #e1f3fa;
}

.wrapper .slider .main_nav_list ul li a{
	padding-left: 20px;
	text-decoration: none;
	color: #353850;
}

.wrapper .slider .main_slider_show{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 58.5%;
	float: none;
	position: relative;
	z-index: 9996;
}

.wrapper .slider .main_slider_show ul{
	display: none;
	position: absolute;
	width: 100%;
	height: 50px;
	list-style: none;
	bottom: 0;
	left: 0;
	overflow: hidden;

}


.wrapper .slider .main_slider_show ul li{
	display: block;
	width: 20%;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 16px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.82);
	padding-top: 0px;
}

.wrapper .slider .main_slider_show ul li:hover{
	background-color:rgba(246,144,0,0.95);
}


.wrapper .slider .main_slider_show ul li a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #084787;
	text-decoration: none;
	border-right:1px solid #fff;
}

.wrapper .slider .main_slider_show ul li:last-child a{
	border-right:none;
}

.wrapper .slider .main_slider_show ul li a:hover{
	color: #fff;
}

.wrapper .slider .main_slider_show img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.wrapper .slider .main_slider_show img#PP1{
	display: block;
}

/*----------------------------contant----------------------------*/

.wrapper .contant{
	clear: both;
	padding:32% 0;
}

.wrapper .contant h4{
	display: block;
	width: 96%;
	margin: 0 auto;
	height: 48px;
	background-color: #fff;
	border-bottom: 2px solid #00aeff;
	margin-bottom:25px ;
}

.wrapper .contant h4 span{
	display: block;
	width:100%;
	padding: 10px 0px 10px 0;
	color: #00aeff;
	font-size: 24px;
	text-align: center;
	background-color: #FFF;
}

/*---------------------------人氣特賣-----------------------------*/
.wrapper .contant .hot_sale .hot_ads{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}


/*-----------------------------left-----------------------------------*/
.wrapper .contant .hot_sale .hot_ads .left{
	width: 100%;
	float: none;
	position: relative;
	padding-bottom: 20px;
	border-bottom: none;
	/*border-bottom: 1px solid #cfe6fd;*/
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_ef{
	width: 100%;
	padding-left: 9px;
	padding-top: 9px;
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_ef img{
	width: 100%;
	height: auto;
}

.wrapper .contant .hot_sale .hot_ads .left h6{
	padding: 0px 18px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: rgba(5, 38, 72, 0.9);
	border-radius: 0  17px 17px 0;
	position: absolute;
}

.wrapper .contant .hot_sale .hot_ads .left h3{
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	padding: 6px 0 3px 0;
}

.wrapper .contant .hot_sale .hot_ads .left h3 a{
	color: #000;
	text-decoration: none;
}

.wrapper .contant .hot_sale .hot_ads .left h3 a:hover{
	color: #666;
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_wf{
	overflow: hidden;
	padding:3px;
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_wf p{
	color: #0e294c;
	height: 22px;
	line-height: 22px;
	font-size:14px;
	float: left;
}

.wrapper .contant .hot_sale .hot_ads .left .left_ads_wf h5{
	color: #ff9000;
	font-size: 22px;
	float: right;
}
/*-----------------------------mid-----------------------------------*/
.wrapper .contant .hot_sale .hot_ads .mid{
	/*display: none;*/
	width: 100%;
	float: none;
	padding-left: 9px;
	padding-top: 9px;
	padding: 20px 0 0px 0;
	border-bottom: 1px solid #cfe6fd;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads{
	overflow: hidden;
	clear: both;
	position: relative;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads:nth-child(1){
	padding-bottom: 4px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads:nth-child(2){
	padding-bottom: 4px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .left{
	width: 47%;
	float: left;
	border:none ;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .left img{
	width: 100%;
	height: auto;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right{
	width: 50%;
	float: right;
	padding-left: 0px;
	padding-top: 0;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right h3{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	padding-bottom: 10px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right h3 a{
	color:#000;
	text-decoration: none;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right h3 a:hover{
	color: #666;
}


.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right article{
	font-size: 14px;
	color: #0e294c;
	line-height: 1.2;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads h5{
	color: #ff9000;
	font-size: 22px;
	text-align: right;
	padding-top: 10px;
	position: absolute;
	bottom: 20px;
	right: 5px;
}
/*-----------------------------right-----------------------------------*/
.wrapper .contant .hot_sale .hot_ads .right{
	/*display: none;*/
	width:100%;
	float: none;
	padding: 20px 0 10px 0px;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads{
	overflow: hidden;
	clear: both;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .left{
	width: 47%;
	float: left;
	border-bottom: none;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .left img{
	width: 100%;
	height: auto;
}
.wrapper .contant .hot_sale .hot_ads .right .right_ads .right{
	width: 50%;
	float: right;
	padding-left: 0px;
	padding-top: 0;
	position: relative;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .right article{
	display: block;
	height:120px;
	overflow: hidden;
	font-size: 13px;
	color: #0e294c;
	line-height: 1.5;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .right h5{
	font-size:22px;
	color: #ff9000;
	text-align: right;
	padding-top: 18px;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.wrapper .contant .hot_sale .hot_ads .right ul{
	width: 100%;
	list-style: none;
	padding:0px;
}

.wrapper .contant .hot_sale .hot_ads .right ul li{
	width: 100%;
	padding: 5px 0;
	height: auto;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}

.wrapper .contant .hot_sale .hot_ads .right ul li a{
	color:#000;
	text-decoration: none;
}

.wrapper .contant .hot_sale .hot_ads .right ul li a:hover{
	color:#666666;
}

.wrapper .contant .hot_sale .hot_ads .right ul li span{
	width: 30%;
	padding: 3px 3px;
	margin-right:2px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background-color:#fe80c0;
}

.wrapper .contant .hot_sale .hot_ads .right ul li h6{
	color: #ff9000;
	padding-left: 0;
	font-size: 15px;
	float: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 5px;
}

/*-------------------------魅力南洋----------------------------*/

.wrapper .contant .south_asia {
	display: none;
	padding: 40px 0 0 0;
	clear: both;
	overflow: hidden;
}

.wrapper .contant .south_asia .south_ads{
	width: 90%;
	margin: 0 auto;
}

.wrapper .contant .south_asia .south{
	width:48%;
	margin-right:4%;
	float: left;
}

.wrapper .contant .south_asia .south:nth-child(even){
	margin-right: 0%;
}

.wrapper .contant .south_asia .south:nth-child(3){
	display: none;
}

.wrapper .contant .south_asia .south img{
	width: 100%;
	height: auto;
}

.wrapper .contant .south_asia .south .word{
	width:100%;
	padding-top: 14px;
	float: none;
}

.wrapper .contant .south_asia .south .word h3{
	font-size: 16px;
	padding-bottom: 14px;
}

.wrapper .contant .south_asia .south .word article{
	color:#0e294c;
	line-height: 1.4;
}

/*-------------------------特別企劃----------------------------*/

.wrapper .contant .special{
	display: none;
	padding: 40px 0 0 0;
	clear: both;
	overflow: hidden;
}

.wrapper .contant .special .sp_area{
	width: 100%;
	margin: 0 auto;
	float: none;
	margin-right:0;
}

.wrapper .contant .special .sp_area:last-child{
	margin-right:0;
}

.wrapper .contant .special .sp_area .left{
	width: 96%;
	margin: 0 auto;
	position: relative;
}

.wrapper .contant .special .sp_area .left img{
	width: 100%;
	height: auto;
}

.wrapper .contant .special .sp_area .left .sp_ads{
	width: 100%;
	border-top: 1px solid #fff;
	padding: 16px 2%;
	background-color: rgba(5, 38, 72, 0.8);
	position: absolute;
	bottom: 0;
}

.wrapper .contant .special .sp_area .left .sp_ads h3{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	padding-bottom: 6px;
}

.wrapper .contant .special .sp_area .left .sp_ads h6{
	display: inline-block;
	font-size: 22px;
	color: #ffc000;
	padding-bottom: 6px;
}

.wrapper .contant .special .sp_area .left .sp_ads p{
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}

.wrapper .contant .special .sp_area .other{
	width: 96%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.wrapper .contant .special .sp_area .other img{
	width: 100%;
	height: auto;
}


.wrapper .contant .special .sp_area .other .sp_ads_banner{
	overflow: hidden;
}

.wrapper .contant .special .sp_area .other .sp_ads_banner .left{
	float: left;
	width: 48%;
	height: 86px;
}

.wrapper .contant .special .sp_area .other .sp_ads_banner .right{
	float: right;
	width: 48%;
}

.wrapper .contant .special .sp_area:nth-child(3) .other .sp_ads_banner{
	padding-top: 4%;
}

.wrapper .contant .special .sp_area:nth-child(4) .other .sp_ads_banner{
	padding-bottom: 4%;
}

.wrapper .contant .special .sp_area .other .sp_ads_banner .right img{
	width: 100%;
	height: auto;
}

.wrapper .contant .special .sp_area .other .sp_ads_banner .right h6{
	font-size: 16px;
	color: #000;
	padding: 12px 0;
}

.wrapper .contant .special .sp_area .other .sp_ads_banner .right p{
	color: #0e294c;
	line-height: 1.4;
	font-size: 13px;
}





/*-----------------------i6---------------------------*/

@media screen and (max-width: 375px) {

*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}


.wrapper .slider .main_slider_show{
	width: 100%;
	height: 0;
	padding-bottom: 61.5%;
	float: none;
	position: relative;
	z-index: 999;
}



/*-----------------------i5---------------------------*/

@media screen and (max-width: 320px) {

*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}


.wrapper .slider .main_slider_show{
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	float: none;
	position: relative;
	z-index: 999;
}

/*---------------------------人氣特賣-----------------------------*/

/*-----------------------------mid-----------------------------------*/
.wrapper .contant{
	clear: both;
	padding: 40% 0;
}


.wrapper .contant .hot_sale .hot_ads .mid{
	display: none;
	width: 100%;
	float: none;
	padding-left: 9px;
	padding: 20px 0 0px 0;
	border-bottom: 1px solid #cfe6fd;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads{
	overflow: hidden;
	clear: both;
	position: relative;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads:nth-child(1){
	padding-bottom: 4px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads:nth-child(2){
	padding-bottom: 4px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .left{
	width: 47%;
	float: left;
	border:none ;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .left img{
	width: 100%;
	height: auto;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right{
	width: 50%;
	float: right;
	padding-left: 0px;
	padding-top: 0;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right h3{
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	padding-bottom: 4px;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right h3 a{
	color:#000;
	text-decoration: none;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right h3 a:hover{
	color: #666;
}


.wrapper .contant .hot_sale .hot_ads .mid .mid_ads .right article{
	font-size: 14px;
	color: #0e294c;
	line-height: 1.2;
}

.wrapper .contant .hot_sale .hot_ads .mid .mid_ads h5{
	color: #ff9000;
	font-size: 22px;
	text-align: right;
	padding-top: 10px;
	position: absolute;
	bottom: 20px;
	right: 5px;
}
/*-----------------------------right-----------------------------------*/
.wrapper .contant .hot_sale .hot_ads .right{
	display: none;
	width:100%;
	float: none;
	padding: 20px 0 10px 0px;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads{
	overflow: hidden;
	clear: both;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .left{
	width: 47%;
	float: left;
	border-bottom: none;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .left img{
	width: 100%;
	height: auto;
}
.wrapper .contant .hot_sale .hot_ads .right .right_ads .right{
	width: 50%;
	float: right;
	padding-left: 0px;
	padding-top: 0;
	position: relative;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads .right article{
	display: block;
	height:120px;
	overflow: hidden;
	font-size: 13px;
	color: #0e294c;
	line-height: 1.5;
}

.wrapper .contant .hot_sale .hot_ads .right .right_ads h5{
	font-size:22px;
	color: #ff9000;
	text-align: right;
	padding-top: 18px;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.wrapper .contant .hot_sale .hot_ads .right ul{
	width: 100%;
	list-style: none;
	padding:0px;
}

.wrapper .contant .hot_sale .hot_ads .right ul li{
	width: 100%;
	padding: 5px 0;
	height: auto;
	line-height: 1.8;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}

.wrapper .contant .hot_sale .hot_ads .right ul li a{
	color:#000;
	text-decoration: none;
}

.wrapper .contant .hot_sale .hot_ads .right ul li a:hover{
	color:#666666;
}

.wrapper .contant .hot_sale .hot_ads .right ul li span{
	display: block;
	width: 30%;
	padding: 5px 5px;
	margin-right:5px;
	height: 32px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background-color:#fe80c0;
}

.wrapper .contant .hot_sale .hot_ads .right ul li h6{
	color: #ff9000;
	padding-left: 0;
	font-size: 16px;
	float: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-top: 28px;
}
}