@charset "utf-8";
/*公共样式*/
html,body{padding: 0;margin: 0;border:0;list-style: none;font-size: 14px;font-family:宋体;}
a{text-decoration:none;color: #444;cursor:pointer;}
img{border:0;}
.w1180{width:96%;margin: 0 auto}
.w100{width: 100%;}
.bgf{background:#fff;}
.bgc{background:#1d1c1c;}
.lf{float:left;}
.rt{float:right;}
input{outline:none;border:none;}
.clear {clear:both;}
ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
  margin:0px;
  padding:0px;
  border:none;
  list-style:none;
}
img{vertical-align:middle;}
/***********订单详情页面order_detail*********/
div.top>div.rt{
  font-size:20px;
  margin-top:40px;
}
div.top>div.rt>span,div.top>div.rt>a{
  display:inline-block;
}
div.top>div.rt>a{
  border-right:2px solid #000;
  padding:0px 20px;
  margin-right:15px;
  margin-left:15px;
}
div.order_detail{
  background:#fff;
}
div.order_detail>p{
  border-top:5px solid #ccc;
}
div.order_detail>div.order_detail_content{
  font-family:宋体;
  padding:20px 100px;
}
div.order_detail>div.order_detail_content>table{
  width:100%;
  margin-bottom:30px;
}
div.order_detail>div.order_detail_content>table>thead>tr>th{
  font-weight:normal;
}
div.order_detail>div.order_detail_content>table>thead>tr>th:first-child{
  width:30%;
}
div.order_detail>div.order_detail_content>table>thead>tr>th:nth-child(2){
  width:10%;
}
div.order_detail>div.order_detail_content>table>thead>tr>th:nth-child(3){
  width:15%;
}
div.order_detail>div.order_detail_content>table>thead>tr>th:nth-child(4){
  width:20%;
}
div.order_detail>div.order_detail_content>table>thead>tr>th:last-child{
  width:25%;
}
div.order_detail>div.order_detail_content>table>thead>tr>th>p{
  border-bottom:2px solid #f08c2c;
  padding-bottom:5px;
}
div.order_detail>div.order_detail_content>table>tbody>tr>td{
  padding:20px 0px;
  color:#333;
}
div.order_detail>div.order_detail_content>table>tbody>tr>td:first-child{

}
div.order_detail>div.order_detail_content>table>tbody>tr>td:first-child>p.lf{
  text-align:left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height:18px;
  height:36px;
  max-width:200px;
  padding-left:20px;
  padding-top:15px;
}
div.order_detail>div.order_detail_content>div>P{
  border-bottom:2px solid #f08c2c;
  margin-top:25px;
  margin-bottom:28px;
}
div.order_detail>div.order_detail_content>div>ol{
  overflow:hidden;
}
div.order_detail>div.order_detail_content>div>ol>li{
  float:left;
  height:52px;
  line-height:52px;
}
div.order_detail>div.order_detail_content>div>ol>li>a{
  display:inline-block;
  width:151px;
  height:52px;
  line-height:52px;
  text-align:center;
  margin-right:50px;
  background:url(../../images/order/frame_2.png) no-repeat;
  background-size:100% 100%;
}
div.order_detail>div.order_detail_content>div>ol>li.active>a{
  background:url(../../images/order/frame_1.png) no-repeat;
  background-size:100% 100%;
}
div.order_detail_submit{
  font-family:宋体;
  font-size:16px;
  color:#333;
  text-align:right;
}
div.order_detail_submit>p{

}
div.order_detail_submit>p.pay{
  width:160px;
  text-align:left;
  margin-left:1000px;
}
div.order_detail_submit>p>span{
  color:#f18c2d;
  font-size:20px;
}
div.order_detail_submit>p>a{
  display:inline-block;
  width:168px;
  height:47px;
  line-height:47px;
  text-align:center;
  background:#f18c2d;
  color:#fff;
  margin-top:45px;
  margin-right:30px;
  margin-bottom:40px;
}
/*轮播插件样式*/
.banner{width: 100%;max-width: 1920px;overflow: hidden;position: relative;}
.banner .banner-pointer {
  position: absolute;
  bottom: 20px;
  color: #fff;
  list-style: none;
  padding: 0;
  z-index: 999;
}
.banner .banner-pointer li {
  display: inline-block;
  margin: 0 6px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background-color: #ffffff;
  opacity: 0.85;
  /*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);*/
  transition: all 320ms ease;
}
/*.banner .banner-pointer li:hover {
  background-color: #3a6ab4;
}*/
.banner .banner-pointer li.active {
  background-color: #3a6ab4;
}
.banner .banner-inner {
  width: 100%;
  height: 100%;
  position: relative;
  height: 523px;
}
.banner .banner-inner .item {
  width: 100%;
  height: 523px;
  float: left;
  background-position: center top !important;
  background-repeat: no-repeat;
}
.banner .banner-control {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 999;
  border-radius: 30px;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  background-color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  top: 40%;
  /*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);*/
  transition: all 320ms ease;
}
.banner .banner-control:hover {
  opacity: 0.65;
  background-color: #3a6ab4;
}
.banner .banner-control:active {
  opacity: 0.85;
}
.banner .banner-control.prev {
  display: none;
  left: 20px;
}
.banner .banner-control.next {
  display: none;
  right: 20px;
}
.banner:hover .banner-control.prev {
  display: block;
  left: 20px;
}
.banner:hover .banner-control.next {
  display: block;
  right: 20px;
}
/*公共顶部样式*/
.top{height:95px;width:1180px;margin:0 auto;}
.top .left{float:left;height:95px;line-height: 95px;}
.top .left img{vertical-align: middle;}
.top .right{float: right;height: 95px;}
.top .right div{height:31px;line-height: 31px;text-align: right;margin-top: 10px;}
.top .right div a{font-size: 12px;}
.top .right div a:nth-child(1){padding-right: 8px;border-right: 1px solid;}
.top .right div a:nth-child(2){padding-left: 8px;margin-right: 20px;}
.top .right p{text-align: right;margin-top:20px;}
.top .right p a{margin-left:40px;}
.top .right p a.cur{color:#f18d2f;font-weight:bold;}
/*公共底部样式*/
.footlogin{background:#f7f7f7;padding-top:30px;color:#333;text-align: center;padding-bottom:10px;}
.footlogin h2{font-size:26px;margin-bottom:20px;}
.footlogin p{font-size:14px;height:55px;}
.footlogin p a{margin:0 10px;}
.footlogin p span.left{background:#f08d2d;font-size: 14px;padding:15px 35px;color:white;}
.footlogin p span.right{font-size: 14px;padding:13px 33px;border:1px solid #ccc;color:#333;}
.wkwk{overflow: hidden;padding:20px 0px}
.wkwk div{float:left;width:33%;text-align: center}
.baozheng {text-align: center;padding:40px 0;}
.baozheng2{display: -webkit-box;width:950px;margin:0 auto;}
.baozheng2 div{ -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1;display: block;text-align: center;font-size: 24px;}
.baozheng span img{margin-right: 10px;vertical-align: -12px;}
.foot{padding:22px 0 8px;}
.foot .foot1{padding-bottom: 10px;overflow: hidden;}
.foot .foot1 .ma{width:102px;float: left;margin-right: 39px;background:#fff;padding-top: 10px;}
.foot .foot1 .ma p{text-align: center;}
.foot .foot1 .ma img{width:62px;height: 62px;margin: 10px 20px 0;}
.foot .foot1 .ma div{margin-top: 20px;background-color:#bebebe;text-align: center;height: 20px;line-height: 20px;}
.foot .foot1 .phone{float:left;width:144px;margin-right: 126px;padding-top: 10px;color: #ccc;}
.foot .foot1 .phone h2{font-size: 22px;/*font-family: Arial Regular;*/line-height:30px;}
.foot .foot1 .phone p:last-child{/*font-family: Arial Regular;*/font-size: 14px;}
.foot .foot1 ul{float:left;height:97px;border-right: solid 1px #4D4D4D;width:120px;padding-left: 62px}
.foot .foot1 ul:first-child{width:185px;padding-left: 0;}
.foot .foot1 ul:last-child{border-right: none;}
.foot .foot1 ul li{color:#3c5adc;font-size:14px;}
.foot .foot1>ul li:first-child{margin-bottom: 15px;color: white;}
.foot .foot1 ul li a{font-size: 12px;line-height: 18px;}
.foot .foot1 ul li a:hover{color:#fff;}
.foot .foot2{border-top: 1px solid #4D4D4D;padding-top: 20px;text-align: center;}
.foot .foot2 p:first-child{height: 20px;}
.foot .foot2 p:last-child{font-size:12px;color: #989898}
.foot .foot2 p a{padding:0 15px;color:#999;}
.foot .foot2 p a:hover{color:#fff;}
.foot .foot2 p a.cur{color:#f18e2c;}


/**********************注册页面中间部分**************************/
.bgfc{
  width: 100%;
  height: 730px;
  background: linear-gradient(#fafafa, white);
  box-shadow: 0px 5px 10px #eee inset;
}
.content-top{
  width: 1180px;
  margin: 0 auto;
  font-size: 20px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.content-top p{
  margin-left:1000px;
}
.content-top p a{
  color: #FA7905;
}
.content{
  height: 630px;
  background: white;
}

.content-p{
  padding: 40px 0 0 40px;
  color: #FA7905;
  font-size:20px;
}
.content-input{
  width: 520px;
  height: 340px;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.content-input div{
  color: #5d5d5d;
}
.content-input input{
  font-size:14px;
  border: 1px solid #dbdbdb;
  padding-left:10px;
}
.content-input div:nth-child(3){
  color: #999;
  font-size: 12px;
  margin: 10px 0 30px 116px;
  font-weight: normal;
}
.content-input div:nth-child(4){
  margin-bottom: 30px;
}
.content-input-div-three img,#content-btn-one{
  width: 125px;
  height: 42px;
  vertical-align: top;
  margin-left: 10px;
  cursor:pointer;
  width: 125px;
  height: 42px;
}
.content-input-one,.content-input-two,.content-input-three,.contact-input-six{
  width: 375px;
  height: 40px;
}
.contact-input-six{
  margin-bottom: 30px;
}
.content-input-two,.content-input-three{
  width: 245px;
}
.content-input div span{
  width:100px;
  margin-right: 10px;
  text-align: right;
  display: inline-block;
  font-size: 14px;
}
#content-btn-one,.content-btn-two{
  padding-left: 8px;
  background: #396bb3;
  color: white;
}
.content-btn-two{
  width: 400px;
  height: 44px;
  margin: 30px 0 20px 108px;
  background: #f08d2d;
  cursor:pointer;
}
.content-input div:nth-child(7){
  margin-left: 108px;
  font-size: 14px;
}
.content-input-div-five a{
  color: #376cb3;
  text-decoration:underline;
  margin-left: 8px;
}

/**************底部导航菜单bottom_nav.html************/
.tab_title1{display: none;}
.w100.bgfc{
  height:auto;
}
.bottom_nav_title{
  height:55px;
  line-height:55px;
}
.bottom_nav_title a.cur{
  color:#f18d2f;
}
/******新手导航的标签页切换部分******/
.bottom_nav_tab{
  background:#fff;
  padding-top:25px;
  padding-left:19px;
  overflow:hidden;
  padding-bottom:100px;
}
.nav_left{
  position: absolute;
  width: 13%;
  float: left;
  overflow: auto;
  height: 460px;
}
.tabtits{width: 140px;}
.nav_right{
  margin-left: 15%;
  height: 460px;
  overflow: auto;
}
.bottom_nav_tab ul.lf li{
  text-align:center;
}
.bottom_nav_tab ul.lf li p{
  background:#f18d2f;
  color:#fff;
  height:30px;
  line-height:30px;
  font-size:16px;
  margin-top:15px;
  margin-bottom:7px;
  cursor: pointer;
}
.bottom_nav_tab ul.lf li a{
  font-size:12px;
  display:block;
  margin-bottom:9px;
}
.bottom_nav_tab ul.lf li.active li.active a{
  color:#f18d2f;
}
/******新手导航的标签页切换后的内容******/
.img_direction{margin: 0 auto;display: block;}
.bottom_nav_tab div.lf{
  padding-left:50px;
}
.bottom_nav_tab div.lf div.tab_box{
  display:none;
}
.bottom_nav_tab div.lf div.tab_box.active{
  display:block;
}
.bottom_nav_tab div.lf div.tab_box div.tab_title{
  border-bottom:1px solid #606060;
  width:900px;
  position:relative;
  padding-bottom:10px;
}
.bottom_nav_tab div.lf div.tab_box div.tab_title div{
  border-bottom:4px solid #f18d2f;
  width:60px;
  position:absolute;
  top:34px;
  left:0;
}
.bottom_nav_tab div.lf div.tab_box div.tab_title p{
  font-size:24px;
}
.bottom_nav_tab div.lf div.tab_box div.tab_content div{
  padding-top:30px;
  max-width:820px;
}
.bottom_nav_tab div.lf div.tab_box div.tab_content div p{
  padding-left:20px;
  line-height:20px;
}
.bottom_nav_tab div.lf div.tab_box div.tab_content div p:first-child{
  color:#f18d2f;
  font-size:16px;
  font-weight:bold;
  padding-left:0px;
}
.bottom_nav_tab div.lf div.tab_box div.tab_content div p:nth-child(2){
  padding-bottom:10px;
  padding-top:13px;
}
.bottom_nav_tab div.lf div.tab_box div.tab_content div p:nth-child(3){
  padding-bottom:10px;
}
/*************商品详情页样式汇总****************/
/*****普通礼包详情产品介绍左侧内容*****/
#product_intro{
  background:#fff;
  padding-top:20px;
  padding-left:20px;
  overflow:hidden;
}
#preview{
  padding-bottom:65px;
  float:left;
}
#mediumDiv{
  width: 418px;
  height: 370px;
  position: relative;
  border:1px solid #eee;
}
#mediumDiv img{
  width:100%;
  height:100%;
}
#preview h1{
  margin-top:30px;
  width:420px;
  overflow:hidden;
  position: relative;
  height:60px;
  background-color: #F1F0F0;
}
#preview h1 span.pre{position:absolute;left:0;z-index:2;height:60px;display:block;background:#fff;padding-top:10px;}
#preview h1 span.nex{position:absolute;right:0;z-index:2;height:60px;display:block;background:#fff;padding-top:10px;}
#preview h1 #icon_list{
  position:absolute;
  top:0px;
  left:23px;
  z-index:1;
  transition: all 0.5s;
}
#icon_list li{
  float:left;
  width:58px;
  height:58px;
  margin-right:18px;
  border:1px solid #ccc;
}
#icon_list li img{
  width:100%;
  height:100%;
}
/*****普通礼包详情产品介绍右侧内容*****/
#product_intro .right{
  float:left;
  margin-left:72px;
  width:600px;
}
#product_intro .right p{
  /*text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;*/
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#product_intro .right p.one_title{
  margin-bottom:20px;
  font-size: 18px;
  height:40px;
  line-height:20px;
  color:#333;
  font-weight: bold;

}
#product_intro .right p.two_title{
  color:#494949;
  margin-bottom:30px;
}
#product_intro .right p.two_title span{
  margin-right:20px;
}
#product_intro .right div.three_title span{
}
#product_intro .right div{
  padding-bottom:76px;
  margin-bottom:29px;
  border-bottom:1px solid #ccc;
}
#product_intro .right div p{
  padding-bottom:15px;
  color:#666;
}
#product_intro .right div ul {
  overflow:hidden;
}
#product_intro .right div ul li{
  float:left;
  color:#494949;
  height:28px;
  line-height:28px;
  text-align:center;
}
#product_intro .right div ul li.minus,#product_intro .right div ul li.add{
  background:#eee;
  width:34px;
  border:1px solid #ddd;
  font-size:25px;
  /*font-family: "微软雅黑";*/
}
#product_intro .right div ul li.number{
  width:66px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
#product_intro .right div ul li.number input{
  width: 30px;
  text-align: center;
}
#product_intro .right div ul li.text1{
  padding-right:15px;
}
#product_intro .right div ul li.text2{
  padding-left:15px;
}
/******商品介绍 售后保障 商品评价*****/
#product_detail{
  background:#F7F7F7;
  border:1px solid #eee;
}
#product_detail ul{
  margin:0 auto;
  overflow:hidden;
  width:422px;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
}
#product_detail li{
  float:left;
  height:44px;
  line-height:44px;
  width:140px;
  text-align:center;
}
#product_detail li.active{
  background:#fff;
  border-left:1px solid #eee;
}
.goods_box.active{
  display:block;
}
.goods_box{
  display:none;
  min-height:100px;
  padding-top:30px;
}
/****礼物品牌介绍****/
.goods_box ul{
  width:950px;
}
.goods_box ul li{
  margin-bottom:30px;
  color:#777;
}
.goods_box ul li.brand_title{
  color:#494949;
  font-size:16px;
}
.goods_box ul li span{
  display:inline-block;
  min-width:240px;
}
/****礼物介绍****/
.goods_box div.gift{
  margin-top:8px;
  width:950px;
}
.goods_box div.gift p{
  line-height:25px;
}
.goods_box div.gift p.gift_title{
  color:#333;
}
.goods_box div.gift p.gift_content{
  color:#666;
}
/***礼物列表****/
.goods_box div.gift_list{
  margin-top:50px;
}
.goods_box div.gift_list ol{
  overflow:hidden;
}
.goods_box div.gift_list ol li{
  margin-right:70px;
  /*margin-right:25px;*/
  float:left;
  margin-bottom:40px;
  border: 1px solid #eee;
}
.goods_box div.gift_list ol li:nth-child(4n){
  margin-right:0px;
}
.goods_box div.gift_list ol li>div{
  width:240px;
  height:220px;
  position:relative;
  /* border:1px solid #ddd; */
  border-bottom:none;
}

.goods_box div.gift_list ol li div img{
  width:100%;
}
.goods_box div.gift_list ol li div div.mask{
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  height:330px;
  display:none;
  transition: height 2s;
  -moz-transition: height 2s;  /* Firefox 4 */
  -webkit-transition: height 2s; /* Safari 和 Chrome */
  -o-transition: height 2s;
}
.goods_box div.gift_list ol li div div.mask h3{
  font-size:14px;
  font-weight:normal;
  padding:0px 10px;
  padding-top:10px;
}
.goods_box div.gift_list p{
  width:240px;
  min-height:40px;
  line-height:40px;
  /* text-align:center;*/
  position:relative;
  background:#F8F8F8;
  font-size:14px;
  border-top:none;
}
.goods_box div.gift_list p img{
  position:absolute;
  top:6px;
  right:17px;
}
/******正品行货 全国联保******/
.good_protect{
  min-height:100px;
  margin-top:40px;
  padding-bottom:40px;
}
.good_protect img{
  margin-bottom:20px;
}
.good_protect p{
  margin-bottom:40px;
  padding-left:50px;
}
/*******星级评价**********/
#just_content{
  margin-bottom:150px;
}
#just_content .just_star{
  padding:30px 0px 20px;
}
#just_content .just_star ol{
  overflow:hidden;
}
#just_content>.just_star>ol>li{
  float:left;
}
#just_content>.just_star>ol>li:first-child{
  border-right:1px dotted #ccc;
  text-align:right;
  padding-right:30px;
  width:360px;
  padding-top:10px;
}
#just_content .just_star ol li p:first-child{
  /* font-family: "微软雅黑";*/
}
#just_content .just_star ol li p:nth-child(2){
  color:#FE6601;
  font-size:30px;
  font-weight:bold;
  /*font-family: "微软雅黑";*/
}
#stars{
  overflow:hidden;
  width:100%;
}
#stars li{
  float:right;
}
#progress_bar{
  position:relative;
  padding-top:45px;
  padding-left:100px;
}
#progress_bar div.score{
  width:28px;
  height:21px;
  position:absolute;
  text-align:center;
  top:20px;
  right:20px;
}
#progress_bar div.score #score{
  color:#fff;
  font-size:12px;
  /*font-family: "微软雅黑";*/
}
/*****评价内容*******/
#just_content .just_detail{
  border-bottom:1px solid #ddd;
  padding:15px 50px 15px 0px;
  width:1122px;
}
#just_content .just_detail p{
  line-height:25px;
  color:#666;
}
#just_content .just_detail p:first-child{

}
#just_content .just_detail p:nth-child(2){
  padding:20px 0px 20px 40px;
}
#just_content .just_detail p:nth-child(3){
  text-align:right;
  color:#F18C2D;
}
/**********普通商品详情************/
.goods_box div.gift_list div.store_list{
  width:725px;
  height:310px;
  margin:0 auto 30px;
}
.goods_box div.gift_list div.store_list img{
  width:100%;
  height:100%;
}
/**********定制商品详情************/
#text_title p span{
  display:inline-block;
  width:250px;
}
#text_title p:first-child span{
  color:#333;
}
/*定制类型*/
#product_intro .right div #category li{
  border:1px solid #ddd;
  width:100px;
  margin-right:10px;
}
#product_intro .right div #category li span{
  color:#333;
}
#product_intro .right div #category li:first-child{
  text-align:left;
  border:none;
  width: 80px;
}
#product_intro .right div #category{
  padding:5px 0px;
}
#product_intro .right div #category li.active{
  border-color:#f18c2d;
}
/*颜色分类*/
#product_intro .right div #color_category{
  padding:5px 0px;
}
#product_intro .right div #color_category li span{
  color:#333;
}
#product_intro .right div #color_category li:first-child{
  text-align:left;
  border:none;
  width:80px;
  margin-right:10px;

}
#product_intro .right div #color_category li{
  width:49px;

  margin-right:18px;
  border:1px solid transparent;
}
#product_intro .right div #color_category li .img{
  display:none;
}
#product_intro .right div #color_category li.active{
  border-color:#f18d2f;
  position:relative;
}
#product_intro .right div #color_category li.active .img{
  position:absolute;
  width:12px;
  height:12px;
  bottom:0;
  right:0;
  display:block;
}
#product_intro .right div #color_category li img{
  width:100%;
  height:100%;
  vertical-align:middle;
}
/****填写定制详细信息的弹出框****/
.modal{
  background:rgba(222,222,222,.2);
  left:0;
  top:0;
  bottom:0;
  right:0;
  position:fixed;
  z-index:999;
  display:none;
}
.modal .modal_dialog{
  width:100%;
  margin-top:100px;
}
.modal .modal_dialog .modal_content{
  width:560px;
  padding:6px;
  margin:0 auto;
  background:rgba(0,0,0,.1);
}
.modal .modal_dialog .modal_content p{
  background:#F3F3F3;
  overflow:hidden;
  height:30px;
  line-height:30px;
  padding:0px 10px;
  color:#666;
  background: #eee;
  font-weight: bold;
}
.modal .modal_dialog .modal_content p #close{
  cursor:pointer;
}
.modal .modal_dialog .modal_content .custom_content{
  padding-top:56px;
  padding-left:30px;
  background:#fff;
  padding-bottom:30px;
}
.modal .modal_dialog .modal_content .custom_content div{
  margin-bottom:35px;
}
.modal .modal_dialog .modal_content .custom_content div:last-child{
  text-align:center;
}
.modal .modal_dialog .modal_content .custom_content div:nth-child(3) img{
  margin-left:20px;
}
.modal .modal_dialog .modal_content .custom_content div span{
  color:#333;
  font-size:16px;
  display:inline-block;
  width:100px;
  text-align:right;
}
.modal .modal_dialog .modal_content .custom_content div span.point{
  color:#F08C2E;
  text-align:left;
  font-size:20px;
  /*font-family:"微软雅黑";*/
}
.modal .modal_dialog .modal_content .custom_content div input{
  width:290px;
  height:26px;
  border:1px solid #ddd;
  text-indent:5px;
}
/******年卡礼包兑换******/
/*******年卡信息*******/
ol.card_info{
  overflow:hidden;
  background:#fff;
}
ol.card_info li{
  float:left;
  height:45px;
  line-height:45px;
  color:#666;
}
ol.card_info li{
  margin-right:195px;
}
ol.card_info li:last-child{
  margin-right:0px;
}
ol.card_info li:first-child{
  font-size:16px;
  color:#333;
  margin-right:55px;
  border-bottom:2px solid #00f;
  /*margin-left:8px;*/
}
/*******未登录状态的年卡信息*******/
div.card_info_non{
  background:#fff;
  padding-top:10px;
}
div.card_info_non p:first-child{
  height:42px;
  line-height:42px;
  background:#f3f3f3;
  border:1px solid #e0e0e0;
  padding-left:10px;
}
div.card_info_non p:nth-child(2){
  color:#999;
  font-size:24px;
  text-align:center;
  padding:159px 0px;
}
div.card_info_non p:nth-child(2) a{
  color:#f18d2f;
}
/****商品信息 ******/
table.card_info_content{
  width:100%;
  border-collapse:collapse;
  margin-bottom:80px;
  background:#fff;
}
table.card_info_content thead tr{
  background:#f3f3f3;
  height:44px;
  line-height:44px;
  border:1px solid #e9e9e9;
}
table.card_info_content thead tr th,table tbody tr td{
  /*width:20%;*/
  text-align:center;
  color:#666;
}
table.card_info_content tbody{
  background:#fff;
}
table.card_info_content tbody tr td{
  vertical-align:top;
  padding-top:20px;
  padding-bottom:26px;
}
table.card_info_content tbody tr td:nth-child(2){
  font-size:15px;
}
table.card_info_content tbody tr td:nth-child(3){
  font-size:15px;
}
table.card_info_content tbody tr td:nth-child(4){
  color:#333;
  font-size:15px;
  font-weight:bold;
}
table.card_info_content thead tr th:first-child{
  text-align:left;
  padding-left:15px;
  width:50%;
}
table.card_info_content tbody tr td:first-child{
  width:50%;
  padding-left:36px;
  overflow:hidden;
}
table.card_info_content tbody tr{
  border-bottom:1px solid #f3f3f3;
}
table.card_info_content tbody tr td:first-child div.lf{
  width:80px;
  height:80px;
}
table.card_info_content tbody tr td:first-child div.lf:nth-child(2){
  padding-top:5px;
  width:auto;
}
table.card_info_content tbody tr td:first-child div.lf:nth-child(2) p{
  width:400px;
  text-align:left;
  padding-left:10px;
  padding-bottom:8px;
  font-size:14px;
  color:#333;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
table.card_info_content tbody tr td:first-child div.lf:nth-child(2) p span{
  margin-right:20px;
}
table.card_info_content tbody tr td:first-child div.lf img{
  width:100%;
  height:100%;
}
div.submit_order{
  text-align:center;
  margin-bottom:120px;
}
/************订单支付成功************/
.order_success{
  background:#fff;
  min-height:100px;
  padding:42px 76px 200px;
}
.order_success .order_success_content{
  background:#fafafa;
  overflow:hidden;
  padding:16px 0px 16px 83px;
}
.order_success .order_success_content div:first-child{
  width:140px;
  height:140px;
  margin-right:40px;
}
.order_success .order_success_content div:first-child img{
  width:100%;
  height:100%;
}
.order_success .order_success_content div:nth-child(2){
  width:45px;
  height:34px;
  margin-top:20px;
}
.order_success .order_success_content div:nth-child(2) img{
  width:100%;
  height:100%;
}
.order_success .order_success_content div:last-child{
  margin-top:14px;
  margin-left:15px;
}
.order_success .order_success_content div:last-child p:first-child{
  color:#3a68b3;
  /*font-family:"微软雅黑";*/
  font-size:24px;
}
.order_success .order_success_content div:last-child p:nth-child(2){
  margin:19px 0px 10px 0px;
}
.order_success .order_success_content div:last-child p:nth-child(2) span{
  display:inline-block;
}
.order_success .order_success_content div:last-child p:nth-child(2) span.line{
  border-right:1px solid #999;
  padding-right:20px;
  margin-right:20px;
  margin-left:10px;
}
.order_success p.order_other{
  padding-left:82px;
  padding-top:10px;
  color:#666;
}
.order_success p.order_other a{
  color:#3a68b3;
  display:inline-block;
  margin-right:30px;
}
/*********订单查询**********/
/***左侧内容****/
.order_query{
  background:#fff;
  overflow:hidden;
  margin-bottom:100px;
}
.order_query>p{
  padding:22px 0px 30px 34px;
  font-size:16px;
  font-weight:bold;
}
.order_query div.lf{
  margin-left:12px;
}
.order_query div.lf input{
  border:1px solid #ccc;
  border-radius:4px;
  width:182px;
  height:34px;
}
.order_query div.lf .order_query_content1,
.order_query div.lf .order_query_content2{
  border:1px solid #ccc;
  border-top:none;
  padding-top:15px;
  margin-bottom:20px;
  background:#fafafa;
}
.order_query div.lf .order_query_content1 p,
.order_query div.lf .order_query_content2 p{
  color:#333;
  font-size:16px;
  margin-bottom:20px;
}
.order_query div.lf .order_query_content1 p span,
.order_query div.lf .order_query_content2 p span{
  display:inline-block;
  width:70px;
  margin-right:33px;
  text-align:right;
}
.order_query>div.lf>p,
.order_query>div.lf>p{
  color:#333;
  font-size:16px;
  background: #fe1aa7;
  color:#fff;
  height:50px;
  line-height:50px;
  padding-left:20px;
}
.order_query div.lf .order_query_content1 p:last-child,
.order_query div.lf .order_query_content2 p:last-child{
  padding-left:105px;
}
.order_query div.lf .order_query_content1 p:nth-child(2){
  padding-right:30px;
}
.order_query div.lf .order_query_content1 p:nth-child(3){
  margin:20px 0px 26px 0px;
}
.order_query div.lf .order_query_content1 p:last-child{
  margin-bottom:47px;
}
.order_query div.lf .order_query_content2 p:nth-child(2){
  margin-bottom:30px;
}
.order_query div.lf .order_query_content2 p:last-child{
  margin-bottom:34px;
}
/****右侧内容****/
.order_query>div.right{
  float:left;
  margin-left:80px;
  width:740px;
}
.order_query>div.right>p:first-child{
  color:#333;
  font-size:16px;
  margin-bottom:12px;
}
.order_query>div.right>p:last-child{
  height:32px;
  line-height:32px;
  color:#666;
  font-size:12px;
  text-align:center;
  border:1px solid #ccc;
  border-top:none;
  background:#fafafa;
}
/*订单列表的内容*/
.order_query>div.right>table.order_query_content3{
  background:#fafafa;
  border-collapse:collapse;
  width:100%;
}
.order_query>div.right>table.order_query_content3>thead{
  width:100%;
}
.order_query>div.right>table.order_query_content3>thead>tr{
  background:#fe1aa7;
}
.order_query>div.right>table.order_query_content3>thead>tr>th{
  border-right:1px solid #fff;
  height:30px;
  line-height:30px;
  padding:5px 0px;
  color:#fff;
  font-weight:normal;
}
.order_query>div.right>table.order_query_content3>tbody>tr>td{
  height:395px;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.order_query>div.right>table.order_query_content3>tbody>tr>td:first-child{
  width:23%;
  border-left:1px solid #ccc;
}
.order_query>div.right>table.order_query_content3>tbody>tr>td:nth-child(2){
  width:27%;
}
.order_query>div.right>table.order_query_content3>tbody>tr>td:last-child{
  width:50%;
  text-align:left;
  padding-left:10%;
}
/********充值积分*********/
div.recharge{
  background:#fff;
  min-height:300px;
  padding-top:35px;
  padding-left:140px;
}
div.recharge div.recharge_content{

}
div.recharge div.recharge_content>p{
  color:#fe1aa7;
  /*border-bottom:1px solid #ccc;*/
  width:900px;
  font-size:20px;
  padding-bottom:13px;
  margin-bottom:30px;
}
div.recharge div.recharge_content>p:last-child{
  text-align:right;
}
div.recharge div.recharge_content>div{
  overflow:hidden;
  width:900px;
}
div.recharge div.recharge_content>div:nth-child(3){
  margin-bottom:10px;
}
div.recharge div.recharge_content div.recharge_img{
  overflow:hidden;
  margin-bottom:20px;
}
div.recharge div.recharge_content div.recharge_img img{
  float:left;
}
div.recharge div.recharge_content div.recharge_img img:first-child{
  margin-left:250px;
  margin-right:100px;
}
div.recharge div.recharge_content>div>p.lf{
  border:1px solid #ccc;
  height:40px;
  line-height:40px;
  margin-bottom:20px;
  width:640px;
  padding-left:10px;
  font-size:16px;
}
div.recharge div.recharge_content>div>p.lf span{
  color:#fe1aa7;
  display:inline-block;
  padding-left:300px;
}
div.recharge div.recharge_content>div>p.rt{
  font-size:18px;
  margin-top:10px;
}
div.recharge div.recharge_content>div>p.rt>a{
  display:inline-block;
}
div.recharge div.recharge_content>div>p.rt>a:last-child{
  padding-left:50px;
  margin-right:60px;
}
div.recharge div.recharge_content>div>p.rt>a>img{
  width:18px;
}
/*积分兑换商品订单页*/
/***选择收货地址***/
.point_exchange{
  width:100%;
  background:#fff;
  padding-bottom:50px;
}
.point_exchange>p:first-child{
  padding:25px 0px 30px 10px;
}
.point_exchange>p:last-child{
  overflow:hidden;
  margin-top:20px;
  padding:0 20px;
}
/*.point_exchange>p:last-child>a.lf{
  border:1px solid #333;
  padding:8px 30px;
  background:#D7D5D6;
}*/
.point_exchange>p:last-child>a.rt{
  color:#fe1aa7;
  margin-top:8px;
}
/*地址列表*/
.point_exchange>ul.address_list{
  overflow:hidden;
  margin-left:5px;
}
.point_exchange>ul.address_list>li{
  float:left;
  width:318px;
  height:140px;
  background:url(../../images/non_active.png) no-repeat;
  background-size:100% 100%;
  margin-right:108px;
  margin-bottom:20px;
}
.point_exchange>ul.address_list>li:nth-child(3n){
  margin-right:0px;
}
.point_exchange>ul.address_list>li.active{
  background:url(../../images/active1.png) no-repeat;
}
.point_exchange>ul.address_list>li.active1{
  background:url(../../images/active.png) no-repeat;
}
.point_exchange>ul.address_list>li>div{
  margin:15px 80px 10px 20px;
}
.point_exchange>ul.address_list>li>div>p{
  height:22px;
  line-height:22px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  color:#666;
}
.point_exchange>ul.address_list>li>div>p:last-child{
  margin-top:10px;
}
.point_exchange>ul.address_list>li>div>p:last-child>a{
  color:#fe1aa7;
}
.point_exchange>ul.address_list>li>div>p:first-child{
  border-bottom:1px solid #ccc;
  height:30px;
  line-height:30px;
  margin-bottom:5px;
}
.point_exchange>ul.address_list>li>div>p>span{
  margin:0px 10px;
  font-weight:bold;
}
/****确认商品信息****/
.point_exchange_content{
  background:#fff;
}
.point_exchange_content p.content_title{
  height:50px;
  line-height:50px;
  padding-left:10px;
  font-size:16px;
}
table.content_detail{
  border-collapse:collapse;
  width: 100%;
}
table.content_detail thead tr th{
  font-weight:normal;
  padding:0px 4px;
  width:15%;
}
table.content_detail thead tr th:first-child{
  width:30%;
}
table.content_detail thead tr th:nth-child(2){
  width:40%;
}
table.content_detail thead tr th p{
  border-bottom:4px solid #f08c2c;
  height:44px;
  line-height:44px;
  margin-bottom:24px;
}
table.content_detail tbody tr td{
  font-size:16px;
}
table.content_detail tbody tr td:first-child{
  padding:20px;
}
table.content_detail tbody tr td div.lf{
  width:80px;
  height:80px;
  margin-right:22px;
}
table.content_detail tbody tr td div.lf img{
  width:100%;
  height:100%;
}
table.content_detail tbody tr td p.lf{
  width:60%;
  line-height:20px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  font-size:16px;
  padding-top:30px;
}
table.content_detail tbody tr td span{
  color:#f18c2d;
  margin-right:5px;
  font-size:24px;
}
/****小计和余额部分****/
.point_exchange_content .content_total{
  margin-top:48px;
  text-align:right;
  margin-bottom:94px;
}
.point_exchange_content .content_total p{
  color:#f18c2d;
  font-size:20px;
  line-height:25px;
  height:25px;
  padding-right:80px;
}
.point_exchange_content .content_submit{
  text-align:right;
  margin-bottom:150px;
  padding-right:80px;
  cursor:pointer;
}
/****收货人信息的弹框***/
.order_modal{
  background:rgba(222,222,222,.2);
  left:0;
  top:0;
  bottom:0;
  right:0;
  position:fixed;
  z-index:999;
  display:none;
}
.order_modal>.order_modal_dialog{
  width:100%;
  margin-top:35px;
}
.order_modal>.order_modal_dialog>.order_modal_content{
  width:750px;
  padding:6px;
  margin:0 auto;
  background:rgba(206,206,206,.5);
}
.order_modal>.order_modal_dialog>.order_modal_content>p{
  background:#F3F3F3;
  overflow:hidden;
  height:42px;
  line-height:42px;
  padding:0px 10px;
  color:#666;
  background:#F3F3F3;
}
.order_modal>.order_modal_dialog>.order_modal_content>p>#order_close{
  cursor:pointer;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content{
  padding-left:30px;
  background:#fff;
  padding-bottom:30px;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content>p{
  padding-top:20px;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content>div{
  margin-bottom:20px;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content>div>select{
  width:126px;
  height:36px;
  border:1px solid #ccc;
  outline:none;
  color:#999;
  text-indent:10px;
}
#Province>i{
  width:75px;
  text-align:center;
}
#City>i{
  width:75px;
  text-align:center;
}
#Area>i{
  width:120px;
  text-align:center;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content>div>span{
  color:#333;
  font-size:18px;
  display:inline-block;
  width:120px;
  text-align:right;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content>div>textarea{
  border:1p solid #ddd;
  background:#f6f6f6;
  padding-top:23px;
  outline:none;
  text-indent:10px;
  margin-left:8px;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content>div>input{
  width:424px;
  height:32px;
  border:1px solid #ddd;
  text-indent:10px;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content>div:last-child{
  padding-left:105px;
  padding-top:20px;
}
.order_modal>.order_modal_dialog>.order_modal_content>.order_custom_content>div:last-child>a{
  padding:5px 15px;
  border:1px solid #D3D3D3;
  font-size:12px;
  background:#F4F4F4;
}
/*省市区的样式*/
i{font-style:normal;}
.infolist{width: 670px;margin-left:30px;padding-left:5em;font-size:14px;position:relative;color:#494949;min-height:38px;margin-top:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;float:left;clear:both;}
lable{vertical-align: top;margin-top:5px;position:absolute;font-size:18px;width:5em;left:0;top:0;overflow:hidden;height:22px;padding:2px 0;line-height:22px;}
.infolist-pan{position: absolute;top: 13px;font-size: 23px;left: 74px;color: #f87429;}
.infolist .liststyle span{position:relative;height:33px;display:inline-block;border:1px solid #E8E8E8;padding:0 0 0 8px;cursor:pointer;background:white;float:left;margin:0 15px 10px 20px;}
.infolist .liststyle span i{display:inline-block;height:36px;line-height:36px;padding-right:30px;position:relative;}
.infolist .liststyle span i:after{content:"";display:block;width:20px;height:36px;position:absolute;right:0;top:0;background-image:url(../../images/lancard/jt_nor.png);background-repeat:no-repeat;background-position:0 center;background-size:10px auto;}

.infolist .liststyle span ul{width:100%;border-radius:0 0 5px 5px;position:absolute;border:1px solid #E8E8E8;background:white;left:-1px;top:36px;border-top:0;margin-bottom:10px;display:none;z-index:10;}
.infolist .liststyle span ul li{width:100%;float:left;overflow:hidden;border-top:1px solid #E8E8E8;}
.infolist .liststyle span ul li:first-child{border-top:0;}
.infolist .liststyle span ul li a{
  display:block;height:16px;line-height:16px;padding:0px 8px;color:#494949;font-size: 8px;
}
/****积分不足时出现的弹框***/
.alert_modal{
  background:rgba(222,222,222,.2);
  left:0;
  top:0;
  bottom:0;
  right:0;
  position:fixed;
  z-index:999;
  display:none;
}
.alert_modal>.alert_modal_dialog{
  width:100%;
  margin-top:100px;
}
.alert_modal>.alert_modal_dialog>.alert_modal_content{
  width:436px;
  padding:5px;
  margin:0 auto;
  background:rgba(206,206,206,.5);
}
.alert_modal>.alert_modal_dialog>.alert_modal_content>p{
  background:#F3F3F3;
  overflow:hidden;
  height:20px;
  line-height:20px;
  padding:0px 10px;
  color:#BC2E2E;
  background:#F3F3F3;
  font-size:12px;
}
.alert_modal>.alert_modal_dialog>.alert_modal_content>p>#alert_close{
  cursor:pointer;
}
.alert_modal>.alert_modal_dialog>.alert_modal_content>.alert_custom_content{
  background:#fff;
}
.alert_modal>.alert_modal_dialog>.alert_modal_content>.alert_custom_content>p:first-child{
  padding-top:22px;
  padding-left:25px;
  font-size:16px;
  color:#333;
}
.alert_modal>.alert_modal_dialog>.alert_modal_content>.alert_custom_content>p:nth-child(2){
  width:380px;
  background:#DEEEC7;
  margin:0 auto;
  padding-left:10px;
  height:24px;
  line-height:24px;
  margin-top:15px;
  margin-bottom:19px;
}
.alert_modal>.alert_modal_dialog>.alert_modal_content>.alert_custom_content>div{

}
.alert_modal>.alert_modal_dialog>.alert_modal_content>.alert_custom_content>div:nth-child(3){
  padding-left:28px;
}
.alert_modal>.alert_modal_dialog>.alert_modal_content>.alert_custom_content>div:nth-child(3)>p{
  height:35px;
  height:35px;
}
.alert_modal>.alert_modal_dialog>.alert_modal_content>.alert_custom_content>div:nth-child(4){
  text-align:right;
  padding:24px 0px 16px 0px;
}
/*****新建生日提醒****/
div.new_built{
  background:#fff;
  padding-left:70px;
  padding-top:40px;
}
div.new_built>.single_add,div.new_built>.multi_add{
  width:1050px;
}
div.new_built>.single_add>p,div.new_built>.multi_add>p{
  border-bottom:1px solid #ccc;
  height:30px;
  line-height:30px;
  color:#f18d2f;
  font-size:16px;
  padding-left:30px;
  margin-bottom:30px;
}
div.new_built>.single_add>div:last-child,div.new_built>.multi_add>div:last-child{
  text-align:right;
  padding:30px 30px 30px 0px;
}
div.new_built>.single_add>div>a,div.new_built>.multi_add>div>a{
  background:#f18d2f;
  padding:15px 50px;
  color:#fff;
  font-size:16px;
}
/*单个添加*/
div.new_built>.single_add>div{
  margin-bottom:20px;
}
div.new_built>.single_add>div>span{
  display:inline-block;
  width:150px;
  text-align:right;
  color:#777;
  font-weight:bold;
  font-size:16px;
}
div.new_built>.single_add>div>input{
  border:1px solid #ccc;
  height:26px;
  line-height:26px;
  text-indent:10px;
  color:#999;
}
div.new_built>.multi_add>div{
  margin-bottom:20px;
}
div.new_built>.multi_add>div>span{
  display:inline-block;
  width:150px;
  text-align:right;
  color:#777;
  font-weight:bold;
  font-size:16px;
}
div.new_built>.multi_add>div>input{
  border:1px solid #ccc;
  height:26px;
  line-height:26px;
  text-indent:10px;
  color:#999;
}
div.new_built>.single_add>div.active>input{
  border-color:#f18d2f;
  background:#FDE8D5;
}
div.new_built>.single_add>div.active>b{
  display:inline-block;
  color:#f18d2f;
}
/*多个添加*/
table.multi_add_content{
  border-collapse:collapse;
  margin-left:40px;
  width:950px;
  border:1px solid #e4e4e4;
  margin-top:65px;
}
table.multi_add_content>thead>tr{
  background:#EBEBEB;
  height:30px;
  line-height:30px;
}
table.multi_add_content>thead>tr>th{
  font-weight:normal;
}
table.multi_add_content>tbody>tr{
  border:1px solid #e4e4e4;
  border-top:none;
}
table.multi_add_content>tbody>tr>td{
  width:23%;
}
table.multi_add_content>tbody>tr>td:last-child{
  text-align:right;
  padding-right:20px;
  width:8%;
}
table.multi_add_content>tbody>tr>td>a{
  color:#3E6BB7;
  font-size:14px;
}
table.multi_add_content>tbody>tr>td>input{
  width:100%;
  font-size:14px;
  height:40px;
  line-height:40px;
  text-align:center;
  color:#999;
}
table.multi_add_content>tbody>tr:last-child>td>a{
  font-size:16px;
  margin-left:20px;
}
/*****查看生日提醒****/
div.scan_birthday{
  background:#fff;
  padding-bottom:200px;
  padding-top:30px;
}
#edit_birthday{
  text-align:right;
  width:90%;
  margin:0px auto 30px;
}
div.scan_birthday>table.scan_birthday_content{
  border-collapse:collapse;
  width:90%;
  margin:0 auto;
}
div.scan_birthday>table.scan_birthday_content>thead>tr,
div.scan_birthday>table.scan_birthday_content>tbody>tr{
  height:35px;
  line-height:35px;
}
div.scan_birthday>table.scan_birthday_content>thead>tr>th,
div.scan_birthday>table.scan_birthday_content>tbody>tr>td{
  border:1px solid #ccc;
  font-size:14px;
  font-weight:normal;
}
div.scan_birthday>table.scan_birthday_content>tbody>tr>td>input{
  width:100%;
  height:100%;
  text-align:center;
  font-size:14px;
}
div.scan_birthday>table.scan_birthday_content>tbody>tr>td.birth>input{
  color:#f18d2f;
}
div.scan_birthday>table.scan_birthday_content>thead>tr{
  background:#fafafa;
  height:35px;
  line-height:35px;
}
