﻿@charset "utf-8";
*{margin:0;padding:0;list-style:none;border:0;}
/* body */
body {margin:0; padding:0;font-family:'Arial','Microsoft Yahei', '微软雅黑'; font-size:14px;}
{width:100%; margin:0 auto; overflow:hidden}
a{color:#000; text-decoration:none}
a:hover{ color:#170e1e; text-decoration:underline}
.clear{clear:both;}
.fl{ float:left}
.fr{ float:right}
a img{ border:none}
input{font-family:'Arial','Microsoft Yahei', '微软雅黑'; outline:none}
button{ cursor:pointer; outline:none;font-family:'Arial','Microsoft Yahei', '微软雅黑';}
/* 清除浮动 */
.clearfix:after{visibility: hidden;display: block;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{*zoom:1;}
.ellipsis{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;width:100%;}
.gray{ color:#969397}

.header{width:100%;min-width:1200px; background-color:#fff}
.header_top { width:1200px; margin:0 auto; height:88px;}
.header_top .logo{ display:inline-block;float:left; background:url(../image/logo_03.png) no-repeat center left; width:245px; height:88px; padding-right:30px;}
.header_top .nav-main{ float:left; color:#fff; font-size:16px; margin-left:10px;}
.header_top .nav-main li{ float:left; margin-left:0px; position:relative}
.header_top .nav-main a{  display:block; padding:0px 10px;height:88px; line-height:88px; }
.header_top .nav-main a.on,.header_top .nav-main a:hover{ border-bottom:solid 4px #e40075; text-decoration:none;height:84px; line-height:84px;}
.vivo-nav{ padding-top:25px;}
.vivo-nav .user{display:block; margin-right:4px}
.vivo-nav .user_in {}
.vivo-nav .user i,
.vivo-nav .user_in i { width:44px; height:44px; display:block;overflow:hidden;}
.vivo-nav .user i { background:url(../image/105.png) no-repeat center;}
.vivo-nav .user_in i {background:url(../image/1055.png) no-repeat center;}
.vivo-nav .user img,
.vivo-nav .user_in img { width:40px; height:40px;border-radius:50%;margin-top:2px;margin-right:4px;}

.select_lan button{ width:150px; height:45px; vertical-align:middle; background-color:#e40075; color:#fff; border-radius:30px; margin-left:10px; font-size:18px; font-weight:bold; cursor:pointer}
.searchable-select-hide {
  display: none;
}

.searchable-select {
  display: inline-block;
  width: 158px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  position: relative;
  outline: none;
}

.searchable-select-holder{ color:#bbbbbb;
  padding: 0px 25px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 45px; line-height:45px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   border-radius:30px;
}

.searchable-select-caret {
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-color: #bbbbbb transparent transparent transparent;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 5px;
  margin: auto;
  right: 10px;
}

.searchable-select-dropdown {
  position: absolute; z-index:999;
  
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4px;
    border-radius:10px;
  top: 45px;
  left: 0;
  right: 0;
}
.searchable-select-dropdown{background:url(../image/27_3.png) no-repeat 80px 0px;}
.gray_head .searchable-select-dropdown{background:url(../image/27.png) no-repeat 80px 0px;}


.searchable-select-input {
  margin-top: 5px;
  border: 1px solid #ccc;
  outline: none;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  width: 100%; display:none
}

.searchable-scroll {
  margin-top: 5px;
  position: relative;background-color: #fff;
  border: 1px solid #ccc; 
}

.searchable-scroll.has-privious {
  padding-top: 16px;
}

.searchable-scroll.has-next {
  padding-bottom: 16px;
}

.searchable-has-privious {
  top: 0;
}

.searchable-has-next {
  bottom: 0;
}

.searchable-has-privious, .searchable-has-next {
  height: 16px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  z-index: 10;
  background-color: white;
  line-height: 8px;
  cursor: pointer;
}

.searchable-select-items {
  max-height: 400px;
  overflow-y: scroll;
  position: relative;
}

.searchable-select-items::-webkit-scrollbar {
  display: none;
}

.searchable-select-item {
  padding: 5px 25px;
  cursor: pointer;
  min-height: 30px;
  box-sizing: border-box;
    transition: all 1s ease 0s;
}

.searchable-select-item.hover {

  background: #555;
  color: white;
}

.searchable-select-item.selected {
  background: #28a4c9;
  color: white;
}


.gray_head{ background-color:#292929; min-width:1200px;}
.gray_head .header_top{ width:1200px;}
.gray_head .nav-main a{ color:#fff}
.gray_head .searchable-select-holder{ background-color:#292929}
.nav-silder{ position:relative}
.bx-wrapper {
	position: relative;
	margin: 0 auto ;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper .s_img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../image/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#938f97;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../image/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../image/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../image/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../image/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.tab1-silder .silder-ctrl-con>span{ background-color:#000}
.tab1-silder .silder-ctrl-con.active_dd>span{ background-color:#e40075}
.down{ background:url(../image/1_10.png) no-repeat top center; display:block; width:30px; height:60px; position:absolute; bottom:10px; left:50%; cursor:pointer; }
.down{
	animation: mupdown .8s linear infinite;
	-webkit-animation: mupdown .8s linear infinite;
	-moz-animation: mupdown .8s linear infinite;
	-o-animation: mupdown .8s linear infinite;
	-ms-animation: mupdown .8s linear infinite
}

.roaming{ background:url(../image/1_13.jpg) no-repeat center; background-size:cover; height:470px; min-width:1200px;}
.roam_con{ width:1200px; margin:0 auto; color:#fff; position:relative;height:470px;}
.roam_con .p1{ text-align:center; font-size:16px; width:600px; padding-top:100px;}
.roam_con .p1 h1{ font-size:36px; margin-bottom:20px;}
.roam_con .tel_img{ position:absolute; right:0px; bottom:0px;}
.roam_con .ul_bb { margin-top:70px;}
.roam_con .ul_bb li{ font-size:18px; float:left; background-image:url(../image/n_08.png); background-repeat:no-repeat; width:190px; text-align:center; padding-top:70px; margin-right:10px;}
.roam_con .ul_bb li.l_a{ background-position:80px 0px;}
.roam_con .ul_bb li.l_b{ background-position:-105px 0px;}
.roam_con .ul_bb li.l_c{ background-position:-300px 0px;}
.roam_con .ul_bb li.l_d{ background-position:-470px 0px;}

.dd_map{ background:url(../image/m_03.jpg) no-repeat center bottom; width:1200px; margin:0 auto; height:700px; margin-bottom:40px}
.dd_map_p{ font-size:33px; height:135px; text-align:center; padding-top:40px; margin-bottom:100px}
.dd_m_search{ width:623px; height:242px; margin:0 auto}
.dd_m_search h1{ font-weight:normal; font-size:36px; color:#fff; text-align:center; padding:30px 0px}
.dd_m_search .s_input{ margin:0 auto; border:solid 2px #fff; border-radius:40px;height:56px; width:460px; position:relative;}
.dd_m_search .s_input input{ width:240px; height:56px; line-height:56px; background:none; margin-left:20px; padding-left:40px; color:#CCC; background:url(../image/s_16.png) no-repeat left center; font-size:16px; outline:none }
.dd_m_search .s_input button{width:139px; height:60px; vertical-align:middle; background-color:#e40075; color:#fff; border-radius:30px; position:absolute; right:-10px; top:-2px; outline:none; font-size:36px;}
.dd_m_search {
filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#CC000000", endColorstr="#CC000000");
background-color:rgba(0,0,0,0.8);
}
/* IE9 HACK 避免在IE9下背景色叠加 */
:root .dd_m_search { filter:none; }
.dd_m_search .s_input:hover {border-color:#e40075;}

.pp-silder{}
.silder-main-img{ min-width:1200px;}
.silder-main-img .p_m{ width:50%; position:relative; }

.silder-main-img .img-responsive{  display: block;    width: 100%;    height: auto;}
.silder-main-img .p_con{width:100%;position:absolute; top:0%; padding:3% 15% 0px; color:#fff; text-align:center;  height:100%; text-align:center;box-sizing: border-box;}
.silder-main-img .p_con:hover,
.silder-main-img .p_con_true{background-color:#e40075;}
.silder-main-img .p_con .pic{ border-radius:50%; width:80px;}
.silder-main-img .p_con p{ text-align:left; line-height:1.8em; padding-top:20px; font-size:17px;}
.silder-main-img .p_con h1{ font-size:24px; font-weight:normal; line-height:2em}
.silder-main-img .p_con .date{ display:block; font-size:20px; margin-top:20px;}

.rating-stars{ background-image:url(../image/1-1_03.png); background-repeat:no-repeat; width:200px; height:33px; margin:0px auto}
.stars_5{ background-position:0px -5px;}
.stars_4{ background-position:0px -44px;}
.stars_3{ background-position:0px -84px;}
.stars_2{ background-position:0px -124px;}
.stars_1{ background-position:0px -165px;}




/* tabbox */
.tabbox{width:100%; min-width:1200px;margin:50px auto;position:relative;}
.tabbox .tabbtn{ width:400px; margin:0px auto 50px}
.tabbox .tabbtn li{float:left;position:relative; font-size:36px;}
.tabbox .tabbtn li a,.tabbox .tabbtn li span{display:block;float:left;height:76px;line-height:76px;overflow:hidden;width:150px;text-align:center;cursor:pointer; color:#666}
.tabbox .tabbtn li.current{}
.tabbox .tabbtn li.current a,.tabbox .tabbtn li.current span{border-bottom:solid 3px #e40075;height:76px;line-height:76px;background:#fff;color:#e40075;}

.tabbox .tabcon{ width:100%; height:400px; clear:both; overflow:hidden; z-index:1}
.tab_n_ul{ background-color:#000}
.tab1-silder {}

.tabcon .bx-wrapper .bx-pager.bx-default-pager{  bottom:-100px}
.tabcon .bx-wrapper .bx-pager.bx-default-pager a{ background:#c5c5c5; width:10px; height:10px; margin:10px}
.tabcon .bx-wrapper .bx-pager.bx-default-pager a:hover,.tabcon .bx-wrapper .bx-pager.bx-default-pager a.active{ background:#e40075}
.tabcon .date_a{ width:50%}
.tabcon .date_title{ width:100%; border-bottom:solid 1px #CCC; font-size:32px; text-align:center; color:#37474f}
.tabcon .date_title .dt_m{ width:1200px; margin:0 auto;}
.tabcon .date_title .dt_m span{ display:inline-block; width:49%;  position:relative; height:70px; line-height:70px;}
.tabcon .date_title .dt_m span i{ display:block; position:absolute; bottom:-8px; left:50%; margin-left:-8px; background:url(../image/w_24.jpg) no-repeat; width:17px; height:17px;}
.news_tab{ padding-bottom:100px;}
.news_ul_tab{ width:1200px; margin:0 auto}
.news_ul_tab div{ width:45%; text-align:center; padding-right:5%}
.news_ul_tab h1{ font-size:22px; font-weight:normal; height:90px; line-height:90px; overflow:hidden}
.news_ul_tab hr{ height:1px; border-bottom:solid 1px #e40075; width:40px; margin:0 auto}
.news_ul_tab p{ font-size:16px; line-height:1.6em; padding-top:20px	}


.grab_bot{ background-color:#e40075}
.grab_b_con{ width:1200px; margin:0 auto; height:70px; line-height:70px;}
.grab_b_con .text{ font-size:23px; color:#FFF}

.gb_eamil{ border-radius:40px;height:40px; width:460px; position:relative; background-color:#fff; margin-top:15px;}
.gb_eamil input{ width:240px; height:40px; line-height:40px; background:none; margin-left:20px; padding-left:20px; color:#CCC;  font-size:16px; outline:none }
.gb_eamil button{width:175px; height:40px; line-height:40px; vertical-align:middle; background-color:#261a2c; color:#fff; border-radius:30px; position:absolute; right:-10px; top:0px; outline:none; font-size:16px; text-transform:uppercase}



.footer{ background:#261a2c; width:100%;min-width:1200px;}
.foot_ul{  color:#fff; width:1200px; margin:0 auto}
.foot_ul .con{ padding-top:20px; height:317px;position:relative}
.foot_ul .con ul{ float:left; color:#fff; font-size:14px; text-align:left; }
.foot_ul .con ul a{ color:#fff;}
.foot_ul .con ul li { line-height:2.2em}
.foot_ul .con ul li.name{ font-size:18px; font-weight:bold; height:80px; line-height:80px; color:#e40075}
.foot_ul .con .img{ clear:both; position:absolute; bottom:35px; left:0px;}

.bot_menu{ background-color:#1e1523; height:73px; line-height:73px; color:#fff}
.bm_con{width:1200px; margin:0 auto; text-transform:uppercase}

.bm_con ul li{ float:left; margin-left:20px; margin-top:15px;}


i.wechat { 
    width:40px;
    height:40px;
    background: url(../image/n-1_03.png)no-repeat 2px -2px;
    float: left;
    vertical-align: middle;
		 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.wechat:hover {
    background: url(../image/n-1_03.png)no-repeat 2px -48px;
}
i.sina {
    width:40px;
    height:40px;
    background: url(../image/n-1_03.png)no-repeat -55px -2px;
    float: left;
    vertical-align: middle;
		 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.sina:hover {
    background: url(../image/n-1_03.png)no-repeat -55px -48px;
}

i.twiter {
    width:40px;
    height:40px;
    background: url(../image/n-1_03.png)no-repeat -112px -2px;
    float: left;
    vertical-align: middle;
		 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.twiter:hover {
    background: url(../image/n-1_03.png)no-repeat -112px -48px;
}

i.facebok {
    width:40px;
    height:40px;
    background: url(../image/n-1_03.png)no-repeat -169px  -2px;
    float: left;
    vertical-align: middle;
		 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.facebok:hover {
    background: url(../image/n-1_03.png)no-repeat -169px -48px;
}

i.code {
    width:40px;
    height:40px;
    background: url(../image/n-1_03.png)no-repeat -227px  -2px;
    float: left;
    vertical-align: middle;
		 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.code:hover {
    background: url(../image/n-1_03.png)no-repeat -227px -48px;
}


/*预订页*/
.wapper{ width:1125px; margin:100px auto; }

.yd_con .yd_c_l{ width:800px;position:relative; z-index:99;}
.yd_cl_a{ position:relative; border-left:solid 3px #f61185; margin-left:30px; padding-left:50px; margin-top:62px;}
.yd_cl_a_line {width:100%;height:30px;margin-bottom:30px;margin-top:10px;border-top:1px solid #000;}

.yd_cl_a .yd_title{position:absolute; top:-60px; left:-29px;font-size:28px; color:#271a2c; font-weight:bold}
.yd_cl_a .yd_body_div {padding-top:20px;padding-bottom:30px;}

.yd_cl_a .yd_title font{ display:inline-block; background-color:#f61185; font-weight:normal;  color:#fff; width:58px; height:58px; border-radius:50%; text-align:center; line-height:58px; margin-right:20px}
.f_box{ background:url(../image/y_11.jpg) #f61185 no-repeat 110px bottom; width:207px; padding-left:20px; padding-top:20px; height:165px; font-size:14px; color:#fff}
.f_box span{ display:block}
.f_box .name_t{ font-size:14px; margin-bottom:5px}
.f_box .price_t{ font-size:34px;margin-top:5px;}
.yd_cl_a .acc_fr{ width:460px;}
.yd_cl_a .acc_fr p{ color:#333; font-size:14px; line-height:1.4em}
.yd_cl_a .acc_fr select {margin-top:10px;}

.yd_con .searchable-select-holder{ border-radius:5px; border:solid 2px #000; width:450px; color:#000; margin:15px 0px 5px; font-size:16px;}
.yd_con .searchable-select{ width:450px;}
.yd_con .searchable-select-dropdown{ top:60px;border-radius:5px}
.yd_con .date_sel {margin:15px 0px 10px 0px;}
.yd_con .date_sel .searchable-select-holder{ width:215px; }
.yd_con .date_sel .searchable-select{ width:215px;}
 .yd_c_r{ width:306px; border:solid 2px #000; padding:15px; font-size:14px; color:#68626a; background-color:#fff;border-radius:5px;  }
 .yd_c_r .yr_title{height:35px;font-size:18px;font-weight:bold;}
 .yd_c_r .js_ul{ position:relative; padding:20px 0px; border-top:solid 1px #999 }
 .yd_c_r .js_ul span{ position:absolute; top:25px; right:0px}
 .yd_c_r .js_ul li{ margin:5px 0px}
 .yd_c_r .js_price{ text-align:right; font-size:15px;border-top:solid 1px #999; border-bottom:solid 1px #999; padding:20px 0px; margin-bottom:30px;}
 .yd_c_r .js_price span{ display:block; color:#f61185; font-size:46px; font-weight:bold}
 .yd_c_r p{ font-size:14px; padding:10px 0px; color:#CCC;text-align:center;}
.check_but{ width:100%; background-color:#f61185; border-radius:5px; height:50px; line-height:50px; text-align:center; color:#fff; font-size:20px;border:2px solid #f61185;box-sizing: border-box;}
.check_but:hover {background:#FFF;color:#f61185;}



.sign_but{ border:solid 2px #000; font-size:14px; text-align:center; width:250px; height:44px; line-height:44px; background-color:#fff; border-radius:5px; margin:0px auto; display:block;margin-top:15px;}

.or_line{ width:440px; border-bottom:solid 2px #000; text-align:center;  height:6px; margin:40px auto}
.or_line span{ display:inline-block; width:60px; background-color:#fff; font-size:14px; }
.yd_cl_a .h_t{ font-size:14px;color:#585858;height:50px;}
.de_c_ul_t2 {display:block;font-weight:normal;font-size:14px;margin-top:25px;}
.de_c_ul_t3 {display:block;font-weight:normal;font-size:14px;margin-top:5px;}
.order_address_list {margin-top:20px;}
.order_address_add {display:block;width:100%;}
.order_address_add a {display:block;float:left;width:50%;height:46px;line-height:44px;border:2px solid #000;box-sizing: border-box;text-align:center; text-decoration:none;margin:0px; vertical-align:top;}
.order_address_add a.sl {border-top-left-radius:5px;border-bottom-left-radius:5px;}
.order_address_add a.sr {border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:0px;}
.order_address_add a:hover {border-color:#e40075;}

#delivery_address_submit {}
#delivery_address_submit a {display:inline-block;padding:5px 12px;border:2px solid #e40075;background:#e40075;color:#FFF;font-size:14px;text-decoration:none;border-radius:5px;}
#delivery_address_submit a:hover {border-color:#e40075;background:#FFF;color:#e40075;}


.sign_but:hover{ text-decoration:none;background-color:#e40075; color:#fff}

/* tabbox */
.yd_tabbox{width:100%;margin:0px auto;position:relative;}
.yd_tabbox .yd_tabbtn{ width:100%; margin:0px auto 10px;border:2px solid #e40075;border-radius:5px;box-sizing: border-box;}
.yd_tabbox .yd_tabbtn li{float:left;position:relative; font-size:22px; width:50%;}
.yd_tabbox .yd_tabbtn li a,.yd_tabbox .yd_tabbtn li span{display:block;float:left; background-color:#fff;height:44px;line-height:44px;overflow:hidden;width:100%;text-align:center;cursor:pointer;}
.yd_tabbox .yd_tabbtn li.current a,.yd_tabbox .yd_tabbtn li.current span{background:#e40075;color:#fff;}
.yd_tabbox .yd_tabbtn li b{ position:absolute; bottom:-15px; left:50%; background:url(../image/x_06.png) no-repeat center; width:24px; height:13px; display:none}
.yd_tabbox .yd_tabbtn li i{ position:absolute; left:80px; top:0px;  width:46px; height:42px;}
.yd_tabbox .yd_tabbtn li i.i1{background-position:0px 8px;}
.yd_tabbox .yd_tabbtn li i.i2{background-position:0px -109px;}
.yd_tabbox .yd_tabbtn li.current i.i1,.yd_tabbox .yd_tabbtn li:hover i.i1{background-position:0px -30px;}
.yd_tabbox .yd_tabbtn li.current i.i2,.yd_tabbox .yd_tabbtn li:hover i.i2{background-position:0px -70px;}
.yd_tabbox .yd_tabbtn li.current  b{ display:block}
.yd_tabbox .yd_tabbtn li i{ background-image:url(../image/y_03.png); background-repeat:no-repeat;}
.yd_tabbox .yd_tabbtn li:hover span {background-color:#e40075;color:#FFF;}


.yd_tabbox .tabcon{ width:100%; padding-bottom:50px}

.address_input{ border:solid 2px #000; border-radius:5px; display:block; clear:both; width:100%; height:46px; line-height:46px; outline:none; margin-top:20px; text-indent:1em; font-size:14px;}


.de_c_ul{ width:100%; margin:14px 0px}
.de_c_ul_1 { width:100%; margin:10px 0px}



.de_c_ul li{ float:left; font-size:14px}
.de_c_ul li.dc_1{ width:20%; }
.de_c_ul li.dc_2{ width:40%; text-align:right;}
.de_c_ul li.dc_3{ width:14%; float:right}
.de_c_ul li.dc_11 {}
.de_c_ul li.dc_21 {padding-top:18px;font-size:14px;}
.de_c_ul li.dc_31 {padding-top:18px;font-size:14px;text-align:right;padding-left:2px;box-sizing: border-box;}
.de_c_ul li.dc_12 {width:20%;line-height:36px;}
.de_c_ul li.dc_22 {width:62%;float:left;}


.de_c_ul li p{ color:#000; font-size:14px; padding-right:50px}
.de_c_ul li .price{ background-color:#f1f1f1; display:block; width:70px; text-align:center;  height:40px; line-height:40px; border-radius:5px;}



.de_c_ul li .select_button{ display:inline-block; text-align:center; width:100px; font-size:14px; height:38px; line-height:36px; border:solid 2px #e40075; border-radius: 5px; background-color:#e40075;box-sizing: border-box;color:#FFF;}
.de_c_ul li .select_button_on,.de_c_ul li .select_button:hover{ background-color:#FFF; color:#e40075; text-decoration:none;border:solid 2px #e40075;}




.de_c_ul li h2{ color:#4b434e; font-size:24px;}

.yd_cl_a .s_txt{ font-size:14px; color:#585858}
.yd_cl_a .add_ul{ margin-top:20px}
.yd_cl_a .add_ul li{ width:98%; text-align:left;position:relative; margin-bottom:15px;}
.yd_cl_a .add_ul li .au_0,.yd_cl_a .add_ul li .au_1{ cursor:pointer; width:50%; float:left; display:block; height:44px; line-height:44px; border:solid 2px #000; background-color:#fff; border-radius: 5px; position:relative;text-align:left; font-size:14px;box-sizing: border-box;padding-left:10px;}
.yd_cl_a .add_ul li .au_0 i,.yd_cl_a .add_ul li .au_1 i{ display:block;  width:60px; height:70px; vertical-align:middle; position:absolute; top:22px; left:50px; background-image:url(../image/y_15.png); background-repeat:no-repeat}
.yd_cl_a .add_ul li .au_0 font,.yd_cl_a .add_ul li .au_1 font{display:block;position:absolute;right:10px;top:0px;}
.yd_cl_a .add_ul li .au_0 i{ background-position:0px 0px}
.yd_cl_a .add_ul li .au_1 i{ background-position:-60px 0px}
.yd_cl_a .add_ul li.f_0{ }
.yd_cl_a .add_ul li.f_1{ }
.yd_cl_a .add_ul .qty_add{ float:right; height:44px; line-height:44px;}
.yd_cl_a .add_ul li a:hover{ text-decoration:none;border-color:#e40075;}
.yd_cl_a .add_ul li.f_0 .on,
.yd_cl_a .add_ul li.f_1 .on 
{ 
background-color:#e40075; color:#fff
}
.yd_cl_a .add_ul li.f_0 .on i{ background-position:0px -70px;}
.yd_cl_a .add_ul li.f_1 .on i{ background-position:-60px -70px;}





.button_s1{ width:100%; display:block; height:123px; line-height:1; padding:0px; border:solid 2px #000; background-color:#fff; border-radius: 5px; position:relative;text-align:left; text-indent:140px;font-size:20px; margin-bottom:50px;}
.button_s1 i{ display:block;  width:60px; height:70px; vertical-align:middle; position:absolute; top:0px; left:0px; border:solid 1px #330000; background-image:url(../image/y_15.png); background-repeat:no-repeat}

.yd_cl_a .pay_but{ margin-top:20px}

.pay_but a{display:block;width:50%;line-height:1.8em; height:auto; padding:10px 0px; text-align:center; border:solid 2px #000; background-color:#fff; border-radius: 5px; position:relative; float:left;box-sizing: border-box;}
.pay_but a {font-size:14px;}
.pay_but a.r {width:49%;margin-left:1%;}
.pay_but a img{ vertical-align:middle;margin-right:15px;height:40px;}
.pay_but a:hover{ text-decoration:none;border-color:#e40075;}
.pay_but a.on{ background-color:#e40075;color:#FFF;border-color:#e40075;}

.check_text{ font-size:18px; font-weight:bold; margin: 10px 0px 40px; width:100%}
.check_text label{ display:block; width:100%; line-height:1.5em}
.check_text input{ margin-right:10px; vertical-align:middle}
.check_text_bb{ text-align:center; color:#999; font-weight:normal; font-size:14px;}
.check_text_bb a{ margin-left:10px; color:#0099FF}
.ep_but li{ width:47%; }
.ep_but li button{ width:100%; border:solid 2px #000; background-color:#fff; height:50px; color:#999; font-size:20px; border-radius: 5px; }

.check_ww{ text-align:center; color:#666; margin:30px 0px; font-size:16px;}


.com_but{ width:505px; height:58px; text-align:center; line-height:58px; background:url(../image/y_22.png) #e40075 no-repeat 125px 17px; color:#fff; margin:0 auto; display:block;border-radius: 5px; font-size:20px; position:relative;border:2px solid #e40075;}
.com_but i{ position:absolute; left:120px; top:16px; display:block; width:25px; height:25px; }
.com_but:hover{ background:#FFF;border-color:#e40075;color:#e40075; text-decoration:none}



/*产品也*/
.banner{ width:100%; min-width:1200px; background-repeat:no-repeat; background-size:cover; height:334px; line-height:334px; color:#fff; font-weight:bold; font-size:42px; text-align:center}
.cp_map{ height:720px}
.cp_map .cp_m_search{ width:800px; height:380px; color:#fff}
.gj_s_ul{ margin-bottom:50px; margin-top:10px;}
.gj_s_ul li{ float:left; margin-left:60px; text-align:center; font-size:26px;}
.gj_s_ul li a{ color:#fff}
.gj_s_ul li img{ display:block; margin-bottom:12px;}
.gj_s_ul li a:hover{ text-decoration:none; color:#e40075}

.cp_map .s_input input{ background:none; padding-left:20px;}
.cp_map .s_input button{ background:url(../image/ss_03.png) no-repeat center; width:40px; height:40px; top:8px; right:19px;}

.cp_fl_a{ text-align:center; margin-bottom:50px;}
.cp_fl_a a{ display:inline-block; font-size:22px; padding:10px 20px}
.cp_fl_a a.on,.cp_fl_a a:hover{ border-bottom:solid 5px #e40075; text-decoration:none}


.cp_fl_ul{ margin-left:-20px; width:100%}
.cp_fl_ul li{ float:left; text-align:center; margin-left:20px; font-size:18px; margin-bottom:40px; height:191px;width: 280px;    overflow: hidden;}
.cp_fl_ul li a { color:#8d8d8d}
.cp_fl_ul li a:hover{ color:#e40075; text-decoration:none}
.cp_fl_ul li a img{ display:block; margin-bottom:12px;}

.user_wapper .p_c{ text-align:center}

.tabbox .loading{height:40px;width:432px;text-align:center;position:absolute;left:0;top:120px;}

div.pay_div_3 div.t2 select,
.yd_cl_a select,
.date_select{ border:solid 2px #000; width:100%; padding:13px 0px; border-radius:5px; outline:none; font-size:14px;text-indent:4px; margin:0px 0px;box-sizing: border-box;}
.date_select{  width:48.5%; margin-top:0px; margin-right:0px;}
#pickup_select {display:block;margin-top:14px;}
#pickup_select select {width:50%;box-sizing: border-box;}
#pickup_select select._selectwo_1 {width:48%;margin-left:2%;}
#dp_show_delivery select {box-sizing: border-box;}





.add-list-div{border:solid 2px #000; padding:0px 10px;  margin-bottom:20px; cursor:pointer;border-radius:5px;}
.add-list{ padding:10px 0px; line-height:1.5em; font-size:16px; position:relative}



.add-list li{ margin-bottom:5px;font-size:14px;}
.add-list b{ padding-bottom:10px;}
.add-list li.last{ padding-top:20px; position:absolute; top:0px; right:0px}
.add-list li.last a { color:#0066c0; margin-right:0px; border:solid 2px #000; display:inline-block; text-align:center; border-radius:5px; color:#000}
.add-list li.last a {padding:3px 9px;}
.add-list li.last a.select {width:60px;}


.add-list  font.tel{background:url(../image/s_03.jpg) no-repeat 0px -21px; padding:5px 10px 5px 25px; margin-right:0px}
.add-list  font.mail{background:url(../image/s_03.jpg) no-repeat 0px 6px; padding:5px 10px 5px 30px;}

.add-list-div:hover {border-color:#e40075;}
.add-list li.last a:hover{border-color:#e40075;background-color:#e40075; color:#fff; text-decoration:none}
.add-list-div-true {border-color:#e40075;background-color:#e40075;color:#FFF;}
.add-list-div-true li.last a {border-color:#FFF;background-color:#e40075;color:#FFF;}
.add-list-div-true li.last a:hover {background-color:#FFF;color:#e40075;}



.account_div{}
.account_div .login_ul li .form_text {width:100%;padding:10px 10px;box-sizing: border-box;border-color:#000;font-size:14px;box-sizing: border-box;}
.account_div .login_ul li label {font-size:14px;margin-bottom:6px;}
.account_div .login_ul li span {display:block;float:left;width:32.5%;margin-right:1%;}
.account_div .login_ul li span.r  {width:33%;margin-right:0px;}
.account_div .login_ul li span a.send_class {display:block;width:100%;height:41px;line-height:38px;border:2px solid #000;box-sizing: border-box;text-align:center;font-size:14px;}
.account_div .login_ul li span a.send_class {margin-top:23px;border-radius:5px; text-decoration:none;}
.account_div .login_ul li span a.send_class:hover {border-color:#e40075;}


#expense_list_total{color:#f61185; font-size:36px; font-weight:bold; text-align:right}
#expense_list_total {border-top:solid 1px #999;padding:15px 0px;}

.expense_list{ width:100%; position:fixed; top:200px;}
.expense_list .list{ width:1200px; margin:0 auto}
.fixed {  
    position: fixed;  
    top: 90px;  
    width: 100%;  
    margin: 0 auto;  
    left: 0;  
      
    z-index: 9;  
}  


.coupon{ height:38px; line-height:38px; border:solid 2px #000; width:100%; padding:0px 10px;box-sizing: border-box;}




.bor_title {
    width: 100%;
    min-width: 1200px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 20px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 16px;
}

.bor_title a.on ,.bor_title a:hover{
    border-bottom: solid 4px #e40075; text-decoration:none; color:#000
}
.bor_title a {
    display: inline-block;
    height: 70px;
    padding: 0px 10px;
    margin: 0px 20px;
	 color:#959595; font-size:22px;
}



.news_ul{}
.news_ul li{ border-bottom:solid 1px #e3e3e3; position:relative; padding-left:350px; height:200px; padding-top:20px; font-size:16px; color:#959595; margin-bottom:38px;}
.news_ul li a.img{ position:absolute; left:0px; top:0px;}
.news_ul li a{ font-size:22px}
.news_ul li p{ padding:15px 0px; line-height:1.7em; height:72px; overflow:hidden}
.news_ul li span font{ display:inline-block; background:url(../image/kk_03.jpg) no-repeat left center; padding-left:30px; margin-left:20px;}


.gray_top{ background-color:#f0f0f0; width:100%; min-width:1200px; text-align:center; height:110px; line-height:110px; font-size:36px; color:#e40075}

.news_title{ border-left:solid 4px #e40075; padding-left:20px; color:#959595; font-size:16px}
.news_title h1{ font-size:32px; color:#343434; padding-bottom:7px;}
.news_title span font{ display:inline-block; background:url(../image/kk_03.jpg) no-repeat left center; padding-left:30px; margin-left:20px;}

.news_text{color:#959595; font-size:16px; line-height:2em; margin:40px 0px}

.news_left{ width:870px;}

.n_right_ul{ border:solid 1px #cdcdcd; border-radius:10px; padding:10px 0px; font-size:16px;color:#585858; margin-bottom:30px;}
.n_right_ul li:last-child a{ border:none}
.n_right_ul a{ display:block; width:246px;border-bottom:solid 1px #cdcdcd; margin:0px 20px; color:#585858; line-height:1.5em; padding:12px 0px}
.n_right_ul a:hover{ text-decoration:none; color:#000}
.n_right_ul .frist{ font-size:22px; padding:10px 20px}

.faq_ul{ margin-bottom:40px; color:#585858}
.faq_ul a{ font-size:28px; font-weight:bold; color:#585858; margin-bottom:12px; display:block}
.faq_ul div{ font-size:16px; color:#8d8d8d; line-height:1.7em}


.re_title{ color:#585858; font-weight:bold; font-size:36px; border-bottom:solid 1px #585858; padding-bottom:20px}

.star_all{ position:relative; height:55px;border-bottom:solid 1px #585858; line-height:55px; padding:30px 0px; font-size:28px;color:#727272}
.star_all .add{ position:absolute; right:0px; top:30px; display:block; border:solid 2px #585858; height:47px; width:234px; border-radius:5px; text-align:center; line-height:47px; font-size:22px; color:#727272}
.star_all .add:hover{ text-decoration:none; border:solid 2px #e40075; color:#e40075}
.review_ul li{border-bottom:solid 1px #585858; padding:40px 0px; position:relative; padding-left:120px}
.review_ul li .pic{ position:absolute; left:0px; top:40px; border-radius:50%}
.review_ul li .pl_con{ font-size:18px;}
.review_ul li .pl_con .name{color:#e40075;margin-bottom:15px}
.review_ul li .pl_con .con{ font-size:16px; color:#585858; margin-top:20px; line-height:1.7em}
.review_ul li .pl_con .date{color:#585858; margin-top:50px;}

.review_ul .sj_hf{ border-top:solid 1px #e0e0e0; color:#999; margin-top:20px;}
.review_ul .sj_hf p{ font-size:18px; margin-bottom:20px; color:#585858; }

.rat-stars{ background-image:url(../image/xx-1_03.png); background-repeat:no-repeat; width:200px; height:26px;}
.stars_t_5{ background-position:0px 0px;}
.stars_t_4{ background-position:0px -30px;}
.stars_t_3{ background-position:0px -60px;}
.stars_t_2{ background-position:0px -90px;}
.stars_t_1{ background-position:0px -120px;}

ul.delivery_address_form {display:block;margin-top:20px;font-size:14px;}
ul.delivery_address_form li  {display:block;padding:0px 0px;}
ul.delivery_address_form li span.add {display:block;float:right;width:32.2%;box-sizing: border-box;font-size:14px;}
ul.delivery_address_form li span.add_l {float:left;margin-right:1.65%;}
ul.delivery_address_form li span.add_c {float:left;width:66.15%;}
ul.delivery_address_form li label {font-size:14px;margin-bottom:6px;}
ul.delivery_address_form li .form_text {display:block;width:100%;border-color:#000;padding: 10px 10px;box-sizing: border-box;font-size:14px;}
ul.delivery_address_form li span.select {display:block;}
ul.delivery_address_form li select.select_city {display:block;float:right;width:32.2%;box-sizing: border-box;font-size:14px;margin:0px;}
ul.delivery_address_form li select.select_city1,
ul.delivery_address_form li select.select_city2 {float:left;margin-right:1.65%;}
ul.delivery_address_form li select.select_city4 {float:left;width:100%;}
ul.delivery_address_form li select.select_city1,
ul.delivery_address_form li select.select_city2,
ul.delivery_address_form li select.select_city3,
ul.delivery_address_form li select.select_city4 {padding:8px 0px 9px 0px;}

ul.de_c_ul font.dis_show {width:100%;background-color:#FFF;border:2px dashed #e40075;color:#e40075;box-sizing: border-box;}

#user_div {margin-top:40px;}
#user_div h1 {font-size:14px;}
#user_div .check_text {font-size:14px;font-weight:normal;margin:0px;margin-top:10px;}


div.product_null {width:800px;height:200px;line-height:200px;border:1px solid #EEE;margin:0px auto;text-align:center;font-size:14px;color:#000;}
div.product_null i {display:inline-block;line-height:30px;width:30px;height:30px;background:#EEE;border-radius:50%;font-style:normal;font-size:20px;color:#e40075;margin-right:10px;}

.top_pro_con{ height:55px; line-height:55px; background:url(../image/jj_03.jpg) repeat-x;}
.top_pro_con .title{ width:1200px; margin:0 auto; font-size:16px; color:#b4b4b4}
.top_pro_con .title a{ color:#b4b4b4}

.wifi_con_top{ width:1200px; margin:0 auto; padding:50px 0px}
.wifi_c_tr,.wifi-silder{ width:600px;}
.wifi-silder li { width:600px; height:340px; overflow:hidden}
.wifi-silder img{ display:block;}
a.button_yd{ width:215px; height:50px; text-align:center; line-height:50px; display:block; color:#fff; font-weight:bold; font-size:18px; background-color:#e40075}
a.button_yd:hover{ text-decoration:none; opacity:.8}

.wifi_c_tl{ width:570px;}
.wifi_c_tl h1{ color:#000; font-weight:normal; font-size:32px; line-height:3rem}
.wifi_c_tl .price span{ font-size:54px; font-weight:bold;color:#e40075}
.wifi_c_tl .text{ padding:20px 0px; line-height:1.7rem}

.wifi_con{ background-color:#f0f0f0; padding:30px 0px 50px}
.wifi_con .content{ background-color:#fff; width:1200px; margin:0 auto}


#wifi_tab{position:relative;width:100%; font-size:16px;}
#wifi_tab ul{	border-bottom:1px solid #eeeeee; height:63px;}
#wifi_tab ul li{
	float:left; margin:0px 30px; height:58px; line-height:58px; padding:0px 8px;
	text-align:center;	
	position:relative;
	cursor:pointer;
}
#wifi_tab .tabCon{ padding:30px }

#wifi_tab li.cur{ border-bottom:solid 5px #e40075}

/*
.success_div{ text-align:center; width:1200px; margin:0 auto}
.success_div .think{ background:url(../image/ss-3_03.jpg) no-repeat center top; padding-top:100px; font-size:36px;}
.success_div p{ color:#333; font-weight:bold; padding:20px 0px}
.success_div .tz_but{ display:block; width:180px; margin:40px auto;background-color: #f61185;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 2px solid #f61185;
    box-sizing: border-box;}
.success_div .tz_but:hover{ background-color:#fff; text-decoration:none; color:#f61185}
*/
@keyframes mupdown {
	0% {
		bottom: 20px
	}

	25% {
		bottom: 25px
	}

	75% {
		bottom: 30px
	}

	100% {
		bottom: 20px
	}
}

@-webkit-keyframes mupdown {
	0% {
		bottom: 20px
	}

	25% {
		bottom: 25px
	}

	75% {
		bottom: 30px
	}

	100% {
		bottom: 20px
	}
}

